/* 内页 */
.inside-page {
  padding: 100px 0 100px;
  min-height: 400px;
}
.inside-page .page {
  display: flex;
  align-items: flex-start;
}
.inside-page .main {
  flex: 1;
}
.left_nav {
  width: 21.5%;
  margin-right: 2.5%;
  position: relative;
  z-index: 2;
}
.left_nav .tit {
  height: 155px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: url(../images/sort-bg.jpg);
  background-size: cover;
}
.left_nav .tit p {
  font-size: 30px;
  color: #ffffff;
  line-height: 1.5;
}
.left_nav .sort-nav {
  background-color: #fff;
  border: 1px solid #eee;
}
.left_nav .sort-nav > ul {
  padding: 20px;
}
.left_nav .sort-nav > ul > li {
  margin-bottom: 25px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.left_nav .sort-nav > ul > li p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.left_nav .sort-nav > ul > li > a {
  padding: 20px 30px;
  background-color: #f2f8fe;
  border-top: 1px solid #fff;
  position: relative;
}
.left_nav .sort-nav > ul > li > a p {
  padding-right: 20px;
  font-size: 20px;
}
.left_nav .sort-nav > ul > li > a i {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  text-align: center;
  line-height: 28px;
}
@media screen and (max-width: 1600px) {
  .left_nav .sort-nav > ul > li > a {
    padding: 12px 20px;
  }
  .left_nav .sort-nav > ul > li > a p {
    font-size: 16px;
    padding-right: 15px;
  }
  .left_nav .sort-nav > ul > li > a i {
    font-size: 14px;
    right: 15px;
  }
}
.left_nav .sort-nav > ul > li > a:hover {
  background-color: #0047ba;
  color: #fff;
}
.left_nav .sort-nav > ul > li > a:hover i {
  border-color: #fff;
}
.left_nav .sort-nav > ul .open .iconfont {
  transform-origin: 50% 50%;
  transform: translateY(-50%) rotate(90deg);
}
.left_nav .sort-nav > ul .on {
  background-color: #0047ba;
  color: #fff;
}
.left_nav .sort-nav > ul .on i {
  border-color: #fff;
}
.left_nav .sort-nav > ul .erji {
  padding: 10px 0;
  display: none;
}
.left_nav .sort-nav > ul .erji li a {
  padding: 15px 30px;
  color: #696464;
}
.left_nav .sort-nav > ul .erji li a:hover {
  color: #0047ba;
}
.left_nav .com-info {
  background-color: #fff;
  margin-top: 50px;
  padding-bottom: 10px;
  border: 1px solid #eee;
}
.left_nav .com-info li {
  padding: 5px 20px;
  line-height: 1.75;
  font-size: 16px;
  color: #444;
}
.left_nav .com-info li img {
  width: 100%;
  margin: 20px 0 5px 0;
}
.left_nav .com-info .yx {
  white-space: nowrap;
}
.left_nav .com-info .dz {
  display: flex;
}
.left_nav .com-info .dz i {
  flex: 1;
}
.position {
  background-color: #f2f8fe;
  display: flex;
  align-items: center;
  padding-left: 30px;
  line-height: 70px;
  font-size: 20px;
  color: #aaaaaa;
}
.position i {
  font-size: 24px;
}
.position a {
  margin: 0 20px;
}
.pag-bar {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pag-bar a {
  width: 37px;
  line-height: 35px;
  background: #ffffff;
  border: 1px solid #d2d2d2;
  text-align: center;
  font-size: 13px;
  margin: 4px;
  border-radius: 4px;
  color: #666;
}
.pag-bar a:hover {
  border-color: #0047ba;
}
.pag-bar .page-num-current {
  border-color: #0047ba;
  background-color: #0047ba;
  color: #fff;
}
.inside-list {
  display: flex;
  flex-wrap: wrap;
}
.inside-list li {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
  text-align: center;
}
.inside-list li:nth-child(4n) {
  margin-right: 0;
}
.inside-list li .pic {
  border: 2px solid #0047ba;
}
.inside-list li .text {
  padding: 25px 0;
  border: 1px solid #e2e2e2;
  border-top: none;
}
.inside-list li p {
  color: #696464;
  font-size: 20px;
  text-align: center;
  transition: all 0.2s linear;
  padding: 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inside-list li span {
  color: #77cb1d;
  position: relative;
  line-height: 1.5;
  font-size: 18px;
  margin-top: 20px;
}
.inside-list li span::after {
  content: '';
  width: 88px;
  height: 1px;
  background-color: #77cb1d;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.inside-list li:hover img {
  transform: scale(1.1);
}
.inside-list li:hover .text {
  border-color: #0047ba;
}
.inside-list li:hover span {
  color: #0047ba;
}
.inside-list li:hover span::after {
  background-color: #0047ba;
}
.ptn-list {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
}
.ptn-list li {
  width: 18.4%;
  margin-right: 2%;
  margin-bottom: 2%;
  transition: all 0.2s linear;
  border: 1px solid #eee;
  transition: all 0.3s;
  cursor: pointer;
}
.ptn-list li:nth-child(5n) {
  margin-right: 0;
}
.ptn-list li img {
  width: 100%;
}
.ptn-list li:hover {
  border-color: #1550b6;
}
.pics-list {
  display: flex;
  flex-wrap: wrap;
}
.pics-list li {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.pics-list li:nth-child(4n) {
  margin-right: 0;
}
.pics-list li .pic {
  border: 1px solid #e2e2e2;
  cursor: pointer;
}
.pics-list li .pic img {
  width: 100%;
}
.pics-list li p {
  padding: 12px;
  text-align: center;
}
.pics-list li:hover img {
  transform: scale(1.05);
}
.case-row .title2 h2 {
  text-align: center;
  font-size: 30px;
  padding-top: 30px;
  color: #0047ba;
}
.case-row .title2 ul {
  display: flex;
  padding: 10px 0px;
  width: 100%;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #ddd;
  margin-top: 15px;
}
.case-row .title2 ul li {
  font-size: 14px;
  margin-right: 25px;
  color: #666;
  white-space: nowrap;
}
.case-row .title2 ul li:last-child {
  margin-right: 0;
}
.case-row .title2 ul li .iconfont {
  font-size: 14px;
  color: #666;
}
.case-row .preNext {
  padding-top: 15px;
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.case-row .preNext a {
  font-size: 15px;
  color: #333;
}
.pro-detail {
  width: 100%;
  margin-top: 35px;
}
.pro-detail .row {
  display: flex;
  padding: 10px 0;
}
.pro-detail .row .pro-pics {
  width: 48%;
  margin-right: 50px;
  position: relative;
  z-index: 2;
}
.pro-detail .row .pro-pics img {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.pro-detail .row .description {
  flex: 1;
  position: relative;
  padding-bottom: 70px;
}
.pro-detail .row .description h2 {
  font-size: 40px;
  margin-top: 5px;
  color: #333;
}
.pro-detail .row .description .describe {
  color: #696464;
  margin: 40px 0;
  font-size: 18px;
  line-height: 2;
}
.pro-detail .row .description .btm {
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 70px;
  display: flex;
}
.pro-detail .row .description .btm a {
  padding: 0 35px;
  margin-right: 30px;
  font-size: 30px;
  background-color: #0047ba;
  color: #fff;
  border-radius: 10px;
}
.pro-detail .row .description .btm .tel {
  border: 2px solid #0047ba;
  padding: 0 35px 0 80px;
  background: url(../images/tel-ico.jpg) no-repeat 35px center;
  border-radius: 10px;
  font-size: 26px;
  color: #0047ba;
}
.pro-detail .details {
  margin-top: 20px;
}
.pro-detail .details .del-tab {
  display: flex;
  margin-bottom: 50px;
  border-bottom: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
}
.pro-detail .details .del-tab li,
.pro-detail .details .del-tab a {
  width: 160px;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  border-top: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  cursor: pointer;
}
.pro-detail .details .del-tab li:hover,
.pro-detail .details .del-tab a:hover {
  background-color: #ff990f;
  color: #fff;
}
.pro-detail .details .del-tab .on {
  background-color: #ff990f;
  color: #fff;
}
.pro-detail .details .del-con {
  font-size: 20px;
  line-height: 1.75;
}
.pro-detail .details .del-con .box {
  display: none;
}
.pro-detail .details .del-con .open {
  display: block;
}
.pro-detail .details .pro_app {
  display: flex;
  flex-wrap: wrap;
}
.pro-detail .details .pro_app .item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 3%;
  cursor: pointer;
}
.pro-detail .details .pro_app .item:nth-child(3n) {
  margin-right: 0;
}
.pro-detail .details .pro_app .item .pic {
  border: 1px solid #e2e2e2;
  padding: 10px;
}
.pro-detail .details .pro_app .item p {
  text-align: center;
  line-height: 45px;
  font-size: 14px;
  border: 1px solid #e2e2e2;
  border-top: none;
}
.pro-detail .details .pro_app .item:hover img {
  transform: scale(1.1);
}
.pro-detail .details .pro_app .item:hover p {
  background-color: #0a245c;
  color: #fff;
}
.news-list li {
  padding: 30px 25px 30px 0;
  position: relative;
  border-bottom: 1px solid #eee;
  transition: all 0.5s;
}
.news-list li a {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.news-list li .pic {
  width: 300px;
  height: 200px;
  margin-right: 40px;
  position: relative;
}
.news-list li .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.news-list li .pic .news-pic {
  background-color: #fff;
  filter: contrast(95%);
}
.news-list li .pic .date {
  width: 122px;
  height: 90px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
}
.news-list li .pic .date::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #0047ba;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.85;
}
.news-list li .pic .date em {
  font-size: 40px;
  font-weight: bold;
}
.news-list li .text {
  flex: 1;
}
.news-list li .text p {
  font-size: 20px;
  padding-bottom: 20px;
  font-weight: lighter;
}
.news-list li .text span {
  font-size: 14px;
  line-height: 1.875;
  color: #666;
  font-weight: lighter;
  padding-bottom: 20px;
  border-bottom: 1px dotted #d9d9d9;
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-list li .text em {
  font-size: 14px;
  font-weight: lighter;
  display: flex;
  align-items: center;
  color: #333;
  margin-bottom: 8px;
}
.news-list li .text em i {
  font-size: 24px;
  color: #8c8c8c;
  margin-right: 3px;
}
.news-list li:hover {
  padding: 30px 25px;
  box-shadow: 0px 0px 10px #ccc;
}
.news-list li:hover img {
  transform: scale(1.1);
}
.news-list1 li {
  position: relative;
  margin-bottom: 30px;
  background: #FFF;
  transition: 0.45s;
  border: 3px solid #f5f5f5;
  padding: 30px;
}
.news-list1 li a {
  display: flex;
  justify-content: space-between;
}
.news-list1 li .date {
  width: 10%;
  height: 140px;
  margin-right: 3%;
  background-color: #a9a9a9;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.news-list1 li .date i {
  font-size: 24px;
}
.news-list1 li .date em {
  display: block;
  font-size: 34px;
  font-weight: bold;
}
.news-list1 li .date span {
  font-weight: lighter;
}
.news-list1 li .text {
  flex: 1;
}
.news-list1 li .text p {
  font-size: 16px;
  font-weight: bold;
  height: 38px;
  line-height: 20px;
  border-bottom: 1px solid #c8c8c8;
}
.news-list1 li .text span {
  line-height: 28px;
  color: #888;
  margin-top: 12px;
  font-size: 14px;
  color: #666;
  font-weight: lighter;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-list1 li .text em {
  font-size: 14px;
  font-weight: lighter;
  display: flex;
  align-items: center;
  color: #333;
  margin-top: 8px;
}
.news-list1 li .text em i {
  font-size: 24px;
  color: #8c8c8c;
  margin-right: 3px;
}
.news-list1 li:hover {
  border-color: #0047ba;
}
.news-list1 li:hover .date {
  background-color: #0047ba;
}
.news-page .main {
  padding: 40px 40px 20px;
  box-shadow: 0 0 10px #eee;
}
.news-page .news-con .tit h2 {
  text-align: center;
  font-size: 26px;
  line-height: 1.5;
}
.news-page .news-con .tit ul {
  display: flex;
  padding: 12px 0px;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #ddd;
}
.news-page .news-con .tit ul li {
  font-size: 14px;
  margin-right: 25px;
  color: #999;
  white-space: nowrap;
}
.news-page .news-con .tit ul li:last-child {
  margin-right: 0;
}
.news-right {
  width: 300px;
  margin-left: 10px;
}
.news-right ul {
  padding: 30px 30px 20px 30px;
  background: #fff;
  margin-bottom: 10px;
  box-shadow: 0 0 10px #eee;
}
.news-right ul h6 {
  font-size: 20px;
  border-bottom: 1px solid #e7e7e7;
  height: 40px;
  line-height: 20px;
  position: relative;
  margin-bottom: 10px;
  white-space: nowrap;
}
.news-right ul h6::after {
  content: "";
  width: 82px;
  height: 1px;
  background: #0047ba;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.news-right ul h6 i {
  color: #0047ba;
}
.news-right ul li {
  display: block;
  width: 220px;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  font-size: 15px;
}
.news-right ul li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-right ul li i {
  font-size: 16px;
  margin-right: 10px;
}
.turn_page {
  padding-top: 15px;
  border-top: 1px solid #e1e7f1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  color: #666;
}
.turn_page .lf {
  max-width: 600px;
  overflow: hidden;
}
.turn_page .lf li {
  line-height: 1.875;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.turn_page .lf a {
  display: inline;
}
.turn_page .lf a:hover {
  color: #0047ba;
}
.turn_page .return a {
  padding: 10px 35px;
  border-radius: 50px;
  border: 1px solid #ccc;
  transition: all 0.2s linear;
}
.turn_page .return a:hover {
  background-color: #0047ba;
  color: #fff;
  border-color: #0047ba;
}
.contact-w {
  display: flex;
}
.contact-w .lf {
  margin-right: 20px;
}
.contact-w .lf p {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 53px;
  line-height: 76px;
  color: #0047ba;
  margin-bottom: 25px;
}
.contact-w .lf span {
  margin-bottom: 40px;
  font-size: 36px;
  line-height: 1;
}
.contact-w .lf hr {
  width: 40px;
  height: 3px;
  background: #0047ba;
  display: block;
}
.contact-w .box {
  background-color: #f5f5f5;
  margin-left: 5%;
  flex: 1;
  padding: 50px;
  position: relative;
}
.contact-w .box h5 {
  font-size: 24px;
  color: #fff;
  background-color: #0047ba;
  padding: 10px 60px;
  border-radius: 10px;
  position: absolute;
  top: 50px;
  left: -25px;
}
.contact-w .box .text {
  margin-top: 85px;
  font-size: 17px;
  color: #777;
  line-height: 40px;
}
.contact-w .box .quote {
  margin: 10px 0 0 auto;
}
.map-w {
  margin-top: 60px;
}
.map-w iframe {
  width: 100%;
  height: 600px;
}
.message-w {
  padding: 100px 0 100px;
  background-color: #f7f7f7;
}
.message-w h2 {
  font-size: 36px;
}
.message-w .form-con {
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.message-w .form-con input,
.message-w .form-con textarea,
.message-w .form-con select {
  margin-bottom: 15px;
  padding: 10px 20px;
  border-radius: 4px;
  border: 1px solid #ddd;
  line-height: 1.75;
  font-size: 16px;
  background-color: #fff !important;
}
.message-w .form-con input::placeholder,
.message-w .form-con textarea::placeholder,
.message-w .form-con select::placeholder {
  font-size: 15px;
  color: #999;
  font-family: sans-serif;
}
@media screen and (max-width: 768px) {
  .message-w .form-con input,
  .message-w .form-con textarea,
  .message-w .form-con select {
    font-size: 16px;
  }
  .message-w .form-con input::placeholder,
  .message-w .form-con textarea::placeholder,
  .message-w .form-con select::placeholder {
    font-size: 16px;
  }
}
.message-w .form-con input {
  width: calc(50% - 7px);
  padding-right: 47px;
  background: url(../images/x.png) no-repeat right center;
}
@media screen and (max-width: 768px) {
  .message-w .form-con input {
    width: 100%;
  }
}
.message-w .form-con select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  background: url(../images/down-ico.png) no-repeat right center;
  color: rgba(0, 24, 66, 0.5);
}
.message-w .form-con option {
  color: rgba(0, 24, 66, 0.5);
}
.message-w .form-con textarea {
  width: 100%;
}
.message-w input[type="submit"] {
  width: 120px;
  line-height: 40px;
  border-radius: 25px;
  border: 1px solid #b8b8b8;
  background-color: #fff;
  text-align: center;
  color: #666;
  font-size: 14px;
  margin-top: 30px;
  cursor: pointer;
}
.message-w input[type="submit"] i {
  margin-left: 10px;
}
.message-w input[type="submit"]:hover {
  background-color: #0047ba;
  border-color: #0047ba;
  color: #fff;
}
.company_profile {
  display: flex;
}
.company_profile .lf .tit p {
  font-size: 30px;
  text-transform: capitalize;
  display: block;
  line-height: 40px;
  padding: 20px 0 0;
  font-weight: lighter;
}
.company_profile .lf .tit span {
  font-size: 30px;
  line-height: 40px;
  padding: 0 0 30px;
  font-weight: normal;
}
.company_profile .rg {
  flex: 1;
  padding: 60px;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
}
.company_profile .rg h1 {
  font-size: 32px;
  line-height: 30px;
  padding: 0 15px 40px;
  border-bottom: 1px solid #f3edf0;
  margin-bottom: 30px;
  color: #0047ba;
}
.company_profile .rg .text {
  height: 420px;
  overflow-y: auto;
  line-height: 2.5;
  color: #666;
  padding: 0 15px;
}
.company_profile .rg .text::-webkit-scrollbar {
  width: 3px;
}
.company_profile .rg .text::-webkit-scrollbar-button {
  display: none;
}
.company_profile .rg .text::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
.company_profile .rg .text::-webkit-scrollbar-thumb {
  background-color: #0047ba;
}
.pro-btm .bt {
  text-align: center;
}
.pro-btm .bt p {
  font-size: 40px;
  color: #0047ba;
}
.pro-btm .bt span {
  font-size: 30px;
  color: #888;
  text-transform: uppercase;
  margin-top: 15px;
}
.pro-btm .shili-b {
  padding: 60px 0;
}
.pro-btm .shili-b .page {
  max-width: none;
}
.pro-btm .shili-b .sl-list {
  margin-top: 50px;
}
.pro-btm .shili-b .sl-list li {
  position: relative;
}
.pro-btm .shili-b .sl-list li .text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.37);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}
.pro-btm .shili-b .sl-list li .text P {
  font-size: 18px;
}
.pro-btm .shili-b .sl-list li .text span {
  width: 130px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #fff;
  margin: 15px 0;
  font-size: 14px;
}
.pro-btm .shili-b .sl-list li .text span:hover {
  background-color: #0047ba;
  border-color: #0047ba;
}
.pro-btm .shili-b .sl-list li:hover img {
  transform: scale(1.1);
}
.pro-btm .shili-b .sl-list li:hover .text {
  opacity: 1;
  visibility: visible;
}
.pro-btm .shili-b .sl-pagination {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.pro-btm .shili-b .sl-pagination span {
  border-radius: 0;
}
.pro-btm .shili-b .swiper-btn .iconfont {
  width: 25px;
  line-height: 50px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.4);
  transform: scaleY(1.5);
}
.pro-btm .shili-b .swiper-btn .iconfont:hover {
  background-color: #0047ba;
  color: #fff;
}
.pro-btm .fw-b {
  padding: 80px 0 100px;
  background: url(../images/fw-bg.jpg) no-repeat;
  background-size: cover;
}
.pro-btm .fw-b .box {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.pro-btm .fw-b .box .lf {
  width: 68%;
  display: flex;
  position: relative;
}
.pro-btm .fw-b .box .lf .fw-pics {
  width: 420px;
  margin: 0;
}
.pro-btm .fw-b .box .lf .fw-con {
  width: calc(100% - 265px);
  height: 375px;
  background-color: rgba(232, 232, 232, 0.6);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.pro-btm .fw-b .box .lf .fw-con li {
  padding: 50px 100px 0 30px;
  line-height: 2.5;
}
.pro-btm .fw-b .box .lf .fw-con li h5 {
  font-size: 23px;
}
.pro-btm .fw-b .box .lf .fw-con li span {
  font-size: 18px;
  color: #666;
}
.pro-btm .fw-b .box .lf .fw-next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 11;
  cursor: pointer;
  width: 40px;
  line-height: 60px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.37);
  font-size: 18px;
  color: #fff;
}
.pro-btm .fw-b .box .lf .fw-next:hover {
  background-color: #0047ba;
}
.pro-btm .fw-b .box .rg {
  width: 28%;
}
.pro-btm .fw-b .box .rg .tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #77cb15;
  color: #fff;
  padding: 25px 40px;
}
.pro-btm .fw-b .box .rg .tit p {
  font-size: 30px;
  font-weight: bold;
}
.pro-btm .fw-b .box .rg .tit p span {
  font-size: 25px;
  font-weight: normal;
  opacity: 0.6;
  display: block;
  margin-top: 25px;
}
.pro-btm .fw-b .box .rg .tit em {
  font-size: 105px;
  opacity: 0.2;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.pro-btm .fw-b .box .rg ul {
  margin-top: 40px;
}
.pro-btm .fw-b .box .rg ul li {
  height: 155px;
  background-color: #fff;
  border-bottom: 1px solid #e2e2e2;
  display: flex;
  align-items: center;
  padding-left: 40px;
}
.pro-btm .fw-b .box .rg ul li img {
  margin-right: 25px;
}
.pro-btm .fw-b .box .rg ul li p {
  font-size: 23px;
}
.pro-btm .fw-b .box .rg ul li span {
  font-size: 18px;
  color: #666;
  margin-top: 15px;
}
.pro-btm .fw-b .box .rg ul li:hover {
  background-color: #0047ba;
}
.pro-btm .fw-b .box .rg ul li:hover * {
  color: #fff;
}
.pro-btm .tuijian-b {
  padding: 100px 0 150px;
  background-color: #f4f4f4;
}
.pro-btm .tuijian-b .page {
  max-width: none;
}
.pro-btm .tuijian-b .tj-list {
  margin-top: 50px;
}
.pro-btm .tuijian-b .tj-list li {
  display: flex;
}
.pro-btm .tuijian-b .tj-list li .pic {
  max-width: 60%;
}
.pro-btm .tuijian-b .tj-list li .pic:hover img {
  transform: scale(1.05);
}
.pro-btm .tuijian-b .tj-list li .text {
  flex: 1;
  padding-left: 5%;
  padding-top: 5%;
  padding-right: 40px;
}
@media screen and (max-width: 1600px) {
  .pro-btm .tuijian-b .tj-list li .text {
    padding-right: 0;
  }
}
.pro-btm .tuijian-b .tj-list li .text h5 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
}
.pro-btm .tuijian-b .tj-list li .text hr {
  width: 30px;
  height: 2px;
  background-color: #a5caca;
  margin: 30px 0;
}
.pro-btm .tuijian-b .tj-list li .text .text1 {
  font-size: 14px;
  color: #4b4b4b;
  line-height: 2;
}
.pro-btm .tuijian-b .btn {
  position: absolute;
  right: 0;
  top: 600px;
  z-index: 11;
  display: flex;
  align-items: center;
}
.pro-btm .tuijian-b .btn .iconfont {
  margin-left: 15px;
  text-transform: uppercase;
  color: #4da8b5;
  cursor: pointer;
}
.pro-btm .tuijian-b .btn .iconfont:hover {
  color: #0047ba;
}
.bt1 {
  text-align: center;
}
.bt1 p {
  font-size: 48px;
  font-weight: bold;
}
.bt1 em {
  font-size: 24px;
  color: #aaaaaa;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  text-transform: uppercase;
}
.bt1 span {
  font-size: 22px;
  color: #999999;
  margin-top: 10px;
}
section {
  position: relative;
}
.about_beidi .intr {
  position: relative;
  padding: 95px 0 65px;
}
.about_beidi .intr .page {
  display: flex;
}
.about_beidi .intr .pic {
  width: 50%;
}
.about_beidi .intr .box {
  width: 50%;
  padding-right: 5.2%;
}
.about_beidi .intr .box .tit {
  border-bottom: 1px solid #e2e2e2;
}
.about_beidi .intr .box .tit em {
  font-size: 32px;
  color: #999999;
  opacity: 0.4;
  text-transform: uppercase;
  display: block;
}
.about_beidi .intr .box .tit p {
  font-size: 32px;
  color: #023f98;
  display: inline-block;
  border-bottom: 5px solid #023f98;
  padding-bottom: 15px;
  transform: translateY(3px);
}
.about_beidi .intr .box .text {
  font-size: 18px;
  color: #666666;
  line-height: 2;
  margin-top: 20px;
}
.about_beidi .case-w {
  background-image: url(../images/case-bg1.jpg);
}
.about_beidi .case-w .tit em {
  font-size: 32px;
  color: #999999;
  opacity: 0.4;
  text-transform: uppercase;
  display: block;
}
.about_beidi .case-w .tit p {
  font-size: 32px;
  color: #023f98;
}
.about_beidi .service-b {
  background-color: #f7f8fa;
  padding: 60px 0 100px;
}
.about_beidi .service-b ul {
  margin-top: 40px;
  display: flex;
}
.about_beidi .service-b ul li {
  flex: 1;
  height: 375px;
  padding: 70px 60px 0;
  margin-right: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  text-align: center;
  cursor: pointer;
}
.about_beidi .service-b ul li:last-child {
  margin-right: 0;
}
.about_beidi .service-b ul li i {
  width: 65px;
  height: 65px;
  display: block;
  margin: 0 auto;
  background: url(../images/ser-ico.png);
  background-position-y: -61px;
}
.about_beidi .service-b ul li:nth-child(1) i {
  background-position-x: -100px;
}
.about_beidi .service-b ul li:nth-child(2) i {
  background-position-x: -440px;
}
.about_beidi .service-b ul li:nth-child(3) i {
  background-position-x: -779px;
}
.about_beidi .service-b ul li:nth-child(4) i {
  background-position-x: -1117px;
}
.about_beidi .service-b ul li:nth-child(5) i {
  background-position-x: -1456px;
}
.about_beidi .service-b ul li p {
  font-size: 22px;
  font-weight: bold;
  margin: 20px 0;
}
.about_beidi .service-b ul li span {
  font-size: 18px;
  color: #999999;
  line-height: 1.75;
}
.about_beidi .service-b ul li:hover {
  background-color: #286fff;
}
.about_beidi .service-b ul li:hover i {
  background-position-y: -190px;
}
.about_beidi .service-b ul li:hover * {
  color: #fff;
}
.about_beidi .hfu-b {
  background: url(../images/hfu-bg.jpg) no-repeat;
  background-size: cover;
}
.about_beidi .hfu-b .page {
  height: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  line-height: 1.75;
}
.about_beidi .hfu-b p {
  font-size: 40px;
}
.about_beidi .hfu-b span {
  font-size: 20px;
  margin-top: 25px;
}
.about_beidi .medium-b {
  padding: 90px 0 100px;
}
.about_beidi .medium-b .video-list li {
  width: 23.5%;
  margin-bottom: 0;
}
.about_beidi .medium-b .video-list li:nth-child(3) {
  margin-right: 2%;
}
.about_beidi .medium-b .video-list li:nth-child(4) {
  margin-right: 0;
}
.top-tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-tit h5 {
  font-size: 48px;
}
.top-tit ul {
  display: flex;
}
.top-tit ul li {
  width: 160px;
  line-height: 45px;
  text-align: center;
  border-radius: 25px;
  border: 1px solid #e2e2e2;
  margin-left: 15px;
}
.top-tit ul li a {
  white-space: nowrap;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top-tit ul li:hover {
  background-color: #0047ba;
}
.top-tit ul li:hover a {
  color: #fff;
}
.case-top {
  margin-top: 100px;
}
.case-top li {
  background-color: #fafbfd;
}
.case-top li a {
  display: flex;
  align-items: center;
}
.case-top li .pic {
  width: 35%;
}
.case-top li .pic img:hover {
  transform: scale(1.05);
}
.case-top li .text {
  flex: 1;
  padding: 0 70px;
}
.case-top li .text h5 {
  font-size: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.case-top li .text P {
  font-size: 18px;
  color: #666666;
  line-height: 2;
  margin-top: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.case-top li .text .more {
  margin-top: 40px;
  width: 220px;
  line-height: 55px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0047ba;
  font-size: 18px;
  color: #0047ba;
}
.case-top li .text .more i {
  font-size: 35px;
  margin-left: 20px;
}
.case-top li .text .more:hover {
  background-color: #0047ba;
  color: #fff;
}
.video-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.video-list li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 4%;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
}
.video-list li:nth-child(3n) {
  margin-right: 0;
}
.video-list li::after {
  content: '';
  width: 0;
  height: 2px;
  background-color: #0042b8;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s linear;
}
.video-list li .pic {
  position: relative;
}
.video-list li span {
  font-size: 18px;
  height: 70px;
  display: flex;
  align-items: center;
}
.video-list li:hover::after {
  width: 100%;
  transition: all 0.5s linear;
}
.case-list {
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
}
.case-list li {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 75px;
}
.case-list li:nth-child(3n) {
  margin-right: 0;
}
.case-list li img:hover {
  transform: scale(1.05);
}
.case-list li .text h5 {
  font-size: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: 20px;
}
.case-list li .text P {
  font-size: 18px;
  color: #666666;
  line-height: 2;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.case-list li .text .more {
  margin-top: 20px;
  width: 220px;
  line-height: 55px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0047ba;
  font-size: 18px;
  color: #0047ba;
}
.case-list li .text .more i {
  font-size: 35px;
  margin-left: 20px;
}
.case-list li .text .more:hover {
  background-color: #0047ba;
  color: #fff;
}
.case_con .tit {
  text-align: center;
}
.case_con .tit h2 {
  font-size: 48px;
}
.case_con .tit p {
  font-size: 28px;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 15px;
}
.Selectors {
  display: flex;
  margin: 2.5rem 0;
}
.Selectors .box {
  height: 3.4375rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #e0e3e8;
  border-radius: 27px;
  padding: 0 1.5625rem;
}
.Selectors .box span {
  opacity: 0.5;
}
.Selectors .select {
  flex: 1;
  margin-right: 0.5rem;
  position: relative;
}
.Selectors .select .box {
  cursor: pointer;
}
.Selectors .select i {
  opacity: 0.5;
}
.Selectors .select .options {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  width: calc(100% - 3.125rem);
  padding: 10px 20px;
  background-color: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
}
.Selectors .select .options a {
  font-size: 0.875rem;
  font-weight: lighter;
  line-height: 2.5;
}
.Selectors .search {
  flex: 2;
  position: relative;
}
.Selectors .search form {
  width: 100%;
}
.Selectors .search .sear-w {
  display: flex;
}
.Selectors .search .sear-w input {
  width: 100%;
  border: none;
  line-height: 3.125rem;
}
.Selectors .search .sear-w input::placeholder {
  font-size: 1rem;
  opacity: 0.5;
  color: #0047ba;
}
.Selectors .search .sear-w button {
  position: absolute;
  top: 0;
  right: 0;
  width: 10.625rem;
  line-height: 3.4375rem;
  border: none;
  background-color: #0047ba;
  color: #fff;
  border-radius: 27px;
  cursor: pointer;
}
.Selectors .search .sear-w button i {
  color: #fff;
  margin-right: 0.625rem;
  font-size: 0.875rem;
}
@media screen and (max-width: 500px) {
  .Selectors {
    flex-wrap: wrap;
  }
  .Selectors .select {
    flex: auto;
    width: 100%;
    margin-bottom: 3%;
  }
}
.news_date {
  line-height: 1;
  color: #a0c3dd;
}
.news_date em {
  font-size: 90px;
  font-weight: bold;
}
.news_date span {
  display: block;
  font-size: 30px;
  margin-top: 0.3125rem;
}
.newslist-page {
  padding: 180px 0 100px;
}
.newslist-page .title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.newslist-page .title h5 {
  font-size: 48px;
}
.newslist-page .article-top {
  border-radius: 10px;
  overflow: hidden;
}
.newslist-page .article-top li {
  position: relative;
}
.newslist-page .article-top li img {
  width: 100%;
  height: 37.5rem;
  object-fit: cover;
  border-radius: 10px;
}
.newslist-page .article-top li .box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3.125rem;
  background-color: rgba(0, 0, 0, 0.15);
}
.newslist-page .article-top li .box * {
  color: #fff;
}
.newslist-page .article-top li .box .news_date {
  margin-top: 3.125rem;
}
.newslist-page .article-top li .box .text {
  margin-top: 3.75rem;
  max-width: 37.5rem;
  line-height: 2;
}
.newslist-page .article-top li .box .text h5 {
  font-size: 1.875rem;
  line-height: 2.375rem;
  font-weight: normal;
  margin-bottom: 0.625rem;
}
.newslist-page .article-top li .box .text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.newslist-page .article-top .banner-pagination {
  position: absolute;
  left: 3.125rem;
  bottom: 3.125rem;
  z-index: 1;
}
.newslist-page .article_list li {
  padding: 3% 0;
}
.newslist-page .article_list li a {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding-right: 40px;
}
.newslist-page .article_list li a .iconfont {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  background-color: #0047ba;
  color: #fff;
  font-size: 1.25rem;
  line-height: 3.25rem;
  text-align: center;
  opacity: 0;
  transition: all 0.3s linear;
}
.newslist-page .article_list li img {
  width: 22.5%;
  min-width: 140px;
  height: 13.75rem;
  object-fit: cover;
  border-radius: 10px;
}
.newslist-page .article_list li .news_date {
  margin: auto;
  width: 18%;
  max-height: 8.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .newslist-page .article_list li .news_date {
    margin-left: 0;
  }
}
.newslist-page .article_list li .text {
  flex: 1;
  margin-right: 5%;
  line-height: 2;
}
.newslist-page .article_list li .text h5 {
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 0.3125rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.newslist-page .article_list li .text hr {
  width: 40px;
  height: 2px;
  background-color: #0047ba;
  margin: 10px 0 20px;
}
.newslist-page .article_list li .text p {
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.newslist-page .article_list li .text .date {
  display: none;
  opacity: 0.9;
  margin-top: 3px;
}
.newslist-page .article_list li:hover {
  background-color: #0047ba;
}
.newslist-page .article_list li:hover * {
  color: #fff !important;
}
.newslist-page .article_list li:hover hr {
  background-color: #fff;
}
.newslist-page .article_list li:hover a i {
  left: 22.5%;
  opacity: 1;
  transition: all 0.3s linear;
}
.article_detail {
  margin-top: 100px;
}
.article_detail .page {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.article_detail .tit {
  width: 24.375%;
  position: relative;
}
.article_detail .tit h5 {
  font-size: 1.875rem;
  line-height: 2.5rem;
  font-weight: normal;
}
.article_detail .tit .news_date {
  margin: 1.875rem 0 3.75rem;
}
.article_detail .tit ul {
  display: flex;
}
.article_detail .tit ul li {
  position: relative;
  margin-right: 1.125rem;
  cursor: pointer;
}
.article_detail .tit ul li:last-child {
  margin-right: 0;
}
.article_detail .tit ul li i {
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  border: 1px solid #e5e7ec;
  border-radius: 50%;
  line-height: 3.125rem;
  text-align: center;
  color: #5e7190;
  font-size: 1.5rem;
}
.article_detail .tit ul li .pic {
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  width: 130px;
  display: none;
}
.article_detail .tit ul li:hover .pic {
  display: block;
}
.article_detail .con {
  width: 68.75%;
  line-height: 1.875;
}
.article_detail .con img {
  display: inline-block;
}
.article_detail .con .btm {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e1e7f1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.article_detail .con .btm .more {
  width: 180px;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
  border: 1px solid #e2e2e2;
}
.article_detail .con .btm .more:hover {
  background-color: #0047ba;
  color: #fff;
}
.news-row {
  width: 100%;
  padding: 0 10px;
  text-align: justify;
}
.news-row .news-title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}
.news-row .news-data {
  display: flex;
  height: 3.125rem;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.news-row .news-data li {
  margin-right: 15px;
  padding-right: 15px;
  line-height: 15px;
  color: #777;
  border-right: 1px dashed #ccc;
}
.news-row .news-data li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.news-row .news-content {
  font-size: 1rem;
  color: #666;
  line-height: 40px;
  text-indent: 2rem;
}
.news-row .news-content p {
  color: #666;
}
.news-row .news-next {
  font-size: 1rem;
  color: #333;
  margin: 20px 0;
  line-height: 30px;
}
.news-row .news-next p {
  display: flex;
}
.news-row .news-next p a {
  color: #666;
}
.contact_p {
  padding: 100px 0;
}
.contact_p .tit {
  text-align: center;
}
.contact_p .tit p {
  font-size: 48px;
}
.contact_p .tit span {
  font-size: 39px;
  color: #666666;
  margin-top: 10px;
}
.contact_p .con {
  margin-top: 60px;
  display: flex;
  align-items: center;
}
.contact_p .con .lf {
  width: 52%;
}
.contact_p .con .rg {
  flex: 1;
  padding-left: 60px;
}
.contact_p .con .rg table tr {
  height: 240px;
  display: flex;
  align-items: center;
  line-height: 1.75;
  border-bottom: 1px solid #e2e2e2;
}
.contact_p .con .rg table tr img {
  margin-right: 50px;
}
.contact_p .con .rg table tr strong {
  display: block;
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
}
.contact_p .con .rg table tr p {
  font-size: 18px;
  color: #999999;
}
.join_p {
  background-color: #e6e6e6;
}
.join_p .tit {
  color: #666666;
  line-height: 2.5;
}
.join_p .join-list {
  margin-top: 60px;
}
.join_p .join-list li {
  margin-bottom: 10px;
}
.join_p .join-list li .tab {
  background-color: #f4f4f4;
  padding: 20px 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
  cursor: pointer;
}
.join_p .join-list li .tab h5 {
  border-left: 5px solid #01847f;
  padding-left: 30px;
}
.join_p .join-list li .tab .more {
  font-size: 15px;
  position: relative;
}
.join_p .join-list li .tab .more::after {
  content: '';
  width: 15px;
  height: 8px;
  background-color: #999999;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: 4px;
  right: 75px;
}
.join_p .join-list li .con {
  padding: 40px 70px;
  line-height: 2;
  display: none;
}
.join_p .join-list li .open {
  background-color: #0047ba;
}
.join_p .join-list li .open * {
  color: #fff;
}
.join_p .join-list li .open h5 {
  border-color: #fff;
}
.join_p .join-list li .open .more::after {
  background-color: #fff;
}
.honor_p {
  padding: 130px 0;
}
.honor_p .tit {
  text-align: center;
  color: #666;
}
.honor_p .tit p {
  font-size: 60px;
}
.honor_p .tit span {
  font-size: 24px;
  margin: 20px 0;
  text-transform: uppercase;
}
.honor_p .tit hr {
  width: 110px;
  height: 4px;
  background-color: #0a245c;
  margin: 0 auto;
}
.honor_p .honor-list {
  margin-top: 60px;
}
.honor_p .honor-list li {
  padding: 20px;
}
.honor_p .honor-list li a {
  padding-top: 80%;
  border-radius: 5px;
  box-shadow: 3px 3px 15px #ccc;
  position: relative;
}
.honor_p .honor-list li img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
}
.honor_p .honor-list li p {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
  line-height: 35px;
  text-align: center;
  background: linear-gradient(#3da5fe, #5fdbfd);
  border-radius: 5px;
  font-size: 14px;
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s linear;
}
.honor_p .honor-list li:hover p {
  bottom: 12px;
  opacity: 1;
}
.pro_btm .adv {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pro_btm .adv .pic {
  width: 50%;
}
.pro_btm .adv .pic img {
  width: 100%;
}
.pro_btm .adv .rg {
  width: 50%;
  padding: 40px 5.2%;
  line-height: 1.75;
}
.pro_btm .adv .rg h2 {
  font-size: 36px;
}
.pro_btm .adv .rg h3 {
  font-size: 22px;
  color: #666666;
}
.pro_btm .adv .rg hr {
  width: 200px;
  height: 2px;
  background-color: #286fff;
  margin: 20px 0;
}
.pro_btm .adv .rg p {
  font-size: 20px;
}
.pro_btm .adv .rg .text {
  line-height: 2;
  padding: 10px 0;
}
.pro_btm .adv .rg ul {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pro_btm .adv .rg ul li {
  width: 170px;
  text-align: center;
  color: #666666;
  position: relative;
}
.pro_btm .adv .rg ul li img {
  margin: 0 auto;
}
.pro_btm .adv .rg ul li p {
  margin-top: 10px;
}
.pro_btm .adv .rg ul li span {
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 5px;
}
.pro_btm .adv .rg ul li::after {
  content: '';
  display: block;
  width: 75px;
  height: 2px;
  background-color: #286fff;
  margin: 10px auto;
}
.pro_btm .liuc {
  padding: 100px 0;
  background-color: #f7f8fa;
}
.pro_btm .liuc .page {
  max-width: none;
}
.pro_btm .liuc .tit {
  text-align: center;
  line-height: 1.75;
}
.pro_btm .liuc .tit p {
  font-size: 46px;
}
.pro_btm .liuc .tit span {
  font-size: 22px;
  margin-top: 10px;
}
.pro_btm .liuc .tit span i {
  color: #0052d8;
}
.pro_btm .liuc img {
  margin: 40px auto 0;
}
.pro_btm .case-c {
  padding: 100px 0;
}
.pro_btm .case-c .case-box {
  margin-top: 50px;
}
.pro_btm .case-c .case-box li p {
  font-size: 20px;
  margin-top: 20px;
  text-align: center;
}
.pro_btm .case-c .case-box li:hover img {
  transform: scale(1.1);
}
.pro_btm .case-c .case-box li:hover p {
  font-weight: bold;
  color: #286fff;
}
