/* 内页 */
.inside-page {
  padding: 130px 0 80px;
  min-height: 400px;
}
.inside-page .con_box {
  display: flex;
  align-items: flex-start;
  margin-top: 60px;
}
.inside-page .main {
  flex: 1;
}
.left_nav {
  width: 26%;
  margin-right: 3%;
  position: relative;
  z-index: 2;
}
.left_nav .sort-tit {
  margin-bottom: 25px;
  text-align: center;
  color: #fff;
}
.left_nav .sort-tit p {
  font-size: 45px;
  margin-bottom: 15px;
}
.left_nav .sort-tit span {
  font-size: 20px;
  font-weight: bold;
  color: #b4b4b4;
  width: 180px;
  line-height: 45px;
  background-color: #fff;
  margin: 0 auto;
  border: 1px solid #8087a4;
  position: relative;
  z-index: 1;
}
.left_nav .sort-tit span::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.left_nav .sort-tit span::after {
  content: '';
  width: 315px;
  height: 1px;
  background-color: #8087a4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
}
.left_nav .sort-nav {
  padding: 30px 15px;
  background-color: #162b86;
}
.left_nav .sort-nav h5 {
  font-size: 28px;
  line-height: 65px;
  text-align: center;
  background-color: #162b86;
  color: #fff;
  letter-spacing: 5px;
}
.left_nav .sort-nav .box {
  background-color: #fff;
  padding: 25px 15px 0;
  margin-bottom: 30px;
  overflow: hidden;
}
.left_nav .sort-nav .box:last-child {
  margin-bottom: 0;
}
.left_nav .sort-nav .box > ul {
  padding: 20px 12px 0;
}
.left_nav .sort-nav .box > ul > li {
  margin-bottom: 18px;
}
.left_nav .sort-nav .box > ul > li > a {
  border: 1px dashed #162b86;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 50px;
  padding: 0 20px 0 75px;
}
.left_nav .sort-nav .box > ul > li > a p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 22px;
  color: #162b86;
}
.left_nav .sort-nav .box > ul > li > a .iconfont {
  width: 25px;
  line-height: 25px;
  text-align: center;
  background-color: #162b86;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
}
.left_nav .sort-nav .box > ul > li > a:hover {
  background-color: #162b86;
  color: #fff;
}
.left_nav .sort-nav .box > ul > li > a:hover p {
  color: #fff;
}
.left_nav .sort-nav .box > ul > li > a:hover .iconfont {
  background-color: #fff;
  color: #162b86;
}
.left_nav .sort-nav .box > ul .on {
  background-color: #162b86;
  color: #fff;
}
.left_nav .sort-nav .box > ul .on p {
  color: #fff;
}
.left_nav .sort-nav .box > ul .on .iconfont {
  background-color: #fff;
  color: #162b86;
}
.left_nav .sort-nav .box > ul .erji {
  padding: 10px 0;
}
.left_nav .sort-nav .box > ul .erji li a {
  line-height: 40px;
  font-size: 18px;
  color: #666;
  padding-left: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: url(../images/pronav-ico.jpg) no-repeat 5px center;
}
.left_nav .sort-nav .box > ul .erji li a:hover {
  color: #162b86;
  font-weight: bold;
}
.position {
  border-bottom: 1px solid #f1f1f1;
}
.position .page {
  max-width: 1400px;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.position ul {
  display: flex;
}
.position ul li {
  padding: 0 30px;
  position: relative;
}
.position ul li::after {
  content: "";
  width: 1px;
  height: 20px;
  background: #ccc;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.position ul li:first-child {
  padding-left: 0;
}
.position ul li:last-child::after {
  display: none;
}
.position ul li a {
  line-height: 28px;
  line-height: 70px;
  font-size: 15px;
  position: relative;
  color: #666;
}
.position ul li a::before {
  content: '';
  width: 0;
  height: 2px;
  background-color: #1550b6;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: all 0.3s;
}
.position ul li a:hover {
  color: #1550b6;
}
.position ul li a:hover::before {
  width: 100%;
}
.position ul .on a {
  color: #1550b6;
}
.position ul .on a::before {
  width: 100%;
}
.position .rg {
  display: flex;
  white-space: nowrap;
  font-size: 14px;
  color: #666;
}
.position .rg i {
  font-size: 18px;
  color: #1550b6;
}
.position .rg a {
  display: inline;
  padding: 0 5px;
}
.position .rg a:hover {
  color: #1550b6;
}
.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: #1550b6;
}
.pag-bar .page-num-current {
  border-color: #1550b6;
  background-color: #1550b6;
  color: #fff;
}
.inside-list {
  display: flex;
  flex-wrap: wrap;
}
.inside-list li {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
  transition: all 0.2s linear;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.inside-list li:nth-child(4n) {
  margin-right: 0;
}
.inside-list li p {
  line-height: 60px;
  font-size: 18px;
  background-color: #eeeeee;
  color: #666;
  text-align: center;
  transition: all 0.2s linear;
  padding: 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inside-list li:hover img {
  transform: scale(1.1);
}
.inside-list li:hover p {
  background-color: #1550b6;
  color: #fff;
}
.pro-list li {
  width: 32%;
  box-shadow: none;
}
.pro-list li:nth-child(4n) {
  margin-right: 2%;
}
.pro-list li:nth-child(3n) {
  margin-right: 0;
}
.pro-list li .pic {
  border: 1px solid #e2e2e2;
}
.ptn-list {
  display: flex;
  flex-wrap: wrap;
}
.ptn-list li {
  width: 23.5%;
  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(4n) {
  margin-right: 0;
}
.ptn-list li img {
  width: 100%;
}
.ptn-list li:hover {
  border-color: #1550b6;
}
.case-row .title2 h2 {
  text-align: center;
  font-size: 30px;
  padding-top: 30px;
  color: #1550b6;
}
.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-left: 2%;
}
.pro-detail .row {
  display: flex;
}
.pro-detail .row .pro-pics {
  width: 400px;
}
.pro-detail .row .pro-pics img {
  border: 10px solid #dbdbdb;
}
.pro-detail .row .pic-tabs {
  width: 400px;
  margin-top: 6px;
  padding: 10px 20px;
  background-color: #dbdbdb;
}
.pro-detail .row .pic-tabs .pro-tp {
  margin: 0;
  position: relative;
}
.pro-detail .row .pic-tabs .pro-tp ul li {
  width: 100px;
}
.pro-detail .row .pic-tabs .pro-tp .my-slide-thumb-active {
  border-color: #1550b6;
}
.pro-detail .row .description {
  flex: 1;
  padding-top: 30px;
  margin-left: 50px;
}
.pro-detail .row .description h2 {
  font-size: 26px;
  font-weight: bold;
}
.pro-detail .row .description .describe {
  margin: 15px 0;
  font-size: 20px;
  color: #959595;
  line-height: 1.75;
}
.pro-detail .row .description .lx {
  display: flex;
  align-items: center;
}
.pro-detail .row .description .lx a {
  width: 140px;
  line-height: 40px;
  text-align: center;
  background-color: #162b86;
  color: #fff;
  margin-right: 20px;
}
.pro-detail .row .description .lx a:hover {
  background-color: #1550b6;
}
.pro-detail .row .description .lx p {
  font-size: 20px;
  color: #162b86;
}
.pro-detail .row .description .wx {
  width: 175px;
  margin-top: 25px;
}
.pro-detail .details {
  margin-top: 20px;
}
.pro-detail .details .del-tab {
  display: flex;
  background-color: #dbdbdb;
  margin-bottom: 25px;
}
.pro-detail .details .del-tab li {
  padding: 10px 25px;
  border-top: 2px solid #959595;
  margin: 0 2px;
  cursor: pointer;
}
.pro-detail .details .del-tab .on {
  background-color: #fff;
}
.pro-detail .details .del-con {
  min-height: 250px;
  padding: 30px 20px;
  font-size: 18px;
  line-height: 1.875;
  color: #929292;
}
.pro-detail .details .del-con h5 {
  font-size: 18px;
  line-height: 50px;
  padding-left: 30px;
  background-color: #162b86;
  color: #fff;
}
.pro-detail .details .del-con .text {
  padding: 30px 0;
}
.pro-detail .details .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: #162b86;
  color: #fff;
}
.Selectors {
  display: flex;
  margin: 40px 0;
}
.Selectors .box {
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #e0e3e8;
  border-radius: 27px;
  padding: 0 25px;
}
.Selectors .box span {
  opacity: 0.5;
}
.Selectors .select {
  flex: 1;
  margin-right: 8px;
  position: relative;
  z-index: 6;
}
.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: 1;
  width: calc(100% - 50px);
  padding: 10px 20px;
  background-color: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
}
.Selectors .select .options a {
  font-size: 14px;
  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: 50px;
}
.Selectors .search .sear-w input::placeholder {
  font-size: 16px;
  opacity: 0.5;
  color: #001842;
}
.Selectors .search .sear-w button {
  position: absolute;
  top: 0;
  right: 0;
  width: 170px;
  line-height: 55px;
  border: none;
  background-color: #162b86;
  color: #fff;
  border-radius: 27px;
  cursor: pointer;
}
.Selectors .search .sear-w button i {
  color: #fff;
  margin-right: 10px;
  font-size: 14px;
}
.news_date {
  line-height: 1;
  color: #1550b6;
}
.news_date em {
  font-size: 62px;
}
.news_date span {
  display: block;
  font-size: 18px;
  margin-top: 5px;
}
.newslist {
  padding: 4% 0;
}
.newslist p {
  line-height: 1.75;
}
.newslist .article-top {
  border-radius: 10px;
  overflow: hidden;
  margin-top: 80px;
}
.newslist .article-top li {
  position: relative;
}
.newslist .article-top li img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  border-radius: 10px;
}
.newslist .article-top li .box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 50px;
  background-color: rgba(0, 0, 0, 0.15);
}
.newslist .article-top li .box * {
  color: #fff;
}
.newslist .article-top li .box .news_date {
  margin-top: 50px;
}
.newslist .article-top li .box .text {
  margin-top: 60px;
  max-width: 600px;
}
.newslist .article-top li .box .text h5 {
  max-width: 500px;
  font-size: 30px;
  line-height: 38px;
  font-weight: normal;
  margin-bottom: 10px;
  line-height: 1.5;
}
.newslist .article-top li .box .text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.newslist .article-top .banner-pagination {
  position: absolute;
  left: 50px;
  bottom: 50px;
  z-index: 1;
}
.newslist .article_list li {
  padding: 3.125%;
}
.newslist .article_list li a {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.newslist .article_list li a .iconfont {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #162b86;
  color: #fff;
  font-size: 20px;
  line-height: 52px;
  text-align: center;
  opacity: 0;
  transition: all 0.3s linear;
}
.newslist .article_list li img {
  width: 360px;
  height: 220px;
  object-fit: cover;
  border-radius: 10px;
}
.newslist .article_list li .news_date {
  margin-left: 50px;
  width: 210px;
  height: 140px;
  border-right: 1px solid #e1e7f1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.newslist .article_list li .text {
  flex: 1;
  padding-left: 60px;
}
.newslist .article_list li .text h5 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 5px;
}
.newslist .article_list li .text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.newslist .article_list li:hover {
  background-color: #f2f6fc;
}
.newslist .article_list li:hover a i {
  left: 350px;
  opacity: 1;
  transition: all 0.3s linear;
}
.article_detail {
  padding: 3% 0;
}
.article_detail .box {
  width: 100%;
  margin-bottom: 10px;
}
.article_detail .box .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.article_detail .con_box {
  justify-content: space-between;
}
.article_detail .tit {
  width: 24.375%;
}
.article_detail .tit h5 {
  font-size: 30px;
  line-height: 40px;
  font-weight: normal;
  line-height: 1.5;
}
.article_detail .tit .news_date {
  margin: 30px 0 60px;
}
.article_detail .tit .news_date em {
  color: #1550b6;
}
.article_detail .tit .news_date span {
  opacity: 0.7;
}
.article_detail .tit ul {
  display: flex;
  margin-top: 15px;
}
.article_detail .tit ul li {
  position: relative;
  margin-right: 18px;
  cursor: pointer;
}
.article_detail .tit ul li:last-child {
  margin-right: 0;
}
.article_detail .tit ul li i {
  display: block;
  width: 50px;
  height: 50px;
  border: 1px solid #e5e7ec;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  color: #5e7190;
  font-size: 24px;
}
.article_detail .tit ul li .pic {
  position: absolute;
  left: 50%;
  bottom: 120%;
  transform: translateX(-50%);
  width: 130px;
  display: none;
}
.article_detail .tit ul li .pic img {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.article_detail .tit ul li:hover .pic {
  display: block;
}
.article_detail .con {
  width: 68.75%;
  line-height: 1.875;
}
.article_detail .con .text {
  min-height: 400px;
}
.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 .more {
  width: 175px;
  height: 47px;
  line-height: 45px;
  border-radius: 45px;
  border: 1px solid #ccc;
  font-size: 15px;
  transition: all 0.2s linear;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
}
.article_detail .con .more:hover {
  color: #fff;
  background-color: #162b86;
  transition: all 0.2s linear;
}
.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: #1550b6;
}
.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: #1550b6;
  color: #fff;
  border-color: #1550b6;
}
.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: #1550b6;
  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: #1550b6;
  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: #1550b6;
  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;
}
.about_us .pro-item {
  border-bottom: 2px solid #f8f8f8;
}
.about_us .pro-item ul {
  display: flex;
}
.about_us .pro-item ul li {
  flex: 1;
  border-left: 2px solid #f8f8f8;
}
.about_us .pro-item ul li a {
  height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.about_us .pro-item ul li:last-child {
  border-right: 2px solid #f8f8f8;
}
.about_us .pro-item ul li i {
  height: 60px;
  overflow: hidden;
}
.about_us .pro-item ul li i img {
  height: 120px;
  transition: all 0.3s;
}
.about_us .pro-item ul li p {
  font-size: 22px;
  color: #343434;
  margin-top: 15px;
}
.about_us .pro-item ul li:hover {
  background-color: #162b86;
}
.about_us .pro-item ul li:hover i img {
  transform: translateY(-50%);
}
.about_us .pro-item ul li:hover p {
  color: #fff;
}
.about_us .company_profile {
  padding-top: 100px;
}
.about_us .company_profile .lf .tit {
  display: flex;
  align-items: center;
  padding: 30px 0 60px;
}
.about_us .company_profile .lf .tit img {
  width: 156px;
  margin-right: 30px;
}
.about_us .company_profile .lf .tit p {
  font-size: 32px;
}
.about_us .company_profile .lf .tit p em {
  color: #162b86;
  letter-spacing: 2px;
}
.about_us .company_profile .lf .tit p i {
  color: #b2b2b2;
}
.about_us .company_profile .lf .box {
  padding: 70px 0;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.about_us .company_profile .lf .box::after {
  content: '';
  width: 1920px;
  height: 100%;
  background: url(../images/about-bg.jpg);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.about_us .company_profile .lf .box .con {
  width: 60%;
}
.about_us .company_profile .lf .box .con h2 {
  font-size: 28px;
  color: #2b3236;
}
.about_us .company_profile .lf .box .con hr {
  width: 60px;
  height: 3px;
  background-color: #162b86;
  margin: 20px 0;
}
.about_us .company_profile .lf .box .con .text {
  color: #979797;
  line-height: 2;
  font-size: 15px;
}
.about_us .company_profile .lf .box .con .more {
  width: 180px;
  line-height: 45px;
  text-align: center;
  border-radius: 25px;
  border: 1px solid #162b86;
  color: #162b86;
  margin-top: 25px;
}
.about_us .company_profile .lf .box .con .more:hover {
  background-color: #162b86;
  color: #fff;
}
.about_us .company_profile .pic {
  position: absolute;
  left: 64%;
  bottom: 0;
  width: 38%;
}
.about_us .company_profile .pic img {
  width: 100%;
  height: 720px;
  object-fit: cover;
}
.about_us .company_profile .pic:hover img {
  transform: scale(1.1);
}
.about_us .char {
  padding: 130px 0 80px;
}
.about_us .char .page {
  max-width: 1200px;
}
.about_us .char ul {
  display: flex;
  justify-content: space-between;
}
.about_us .char ul li {
  width: 23.5%;
  margin-right: 2%;
  border: 2px solid #f2f2f2;
  text-align: center;
  color: #979797;
  cursor: pointer;
  padding: 0 25px 25px;
}
.about_us .char ul li:last-child {
  margin-right: 0;
}
.about_us .char ul li i {
  display: block;
  margin: 40px auto 22px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  background-color: #162b86;
  color: #fff;
  font-size: 25px;
}
.about_us .char ul li p {
  font-size: 20px;
  margin-bottom: 10px;
}
.about_us .char ul li span {
  font-size: 14px;
  line-height: 1.875;
}
.about_us .char ul li:hover {
  background-color: #162b86;
  border-color: #162b86;
  color: #fff;
}
.about_us .char ul li:hover i {
  background-color: #fff;
  color: #dfb330;
}
.about_us .technical {
  padding: 80px 0 0;
}
.about_us .technical .tit-box .tit p {
  font-size: 36px;
}
.about_us .technical .tit-box .tit span {
  font-size: 14px;
}
.about_us .technical .tit-box .tit em {
  font-size: 16px;
}
.about_us .technical .tech-con {
  margin-top: 50px;
}
.about_us .technical .tech-con ul {
  display: flex;
}
.about_us .technical .tech-con ul li img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.about_us .technical .tech-con ul li:nth-child(1) {
  margin-right: 70px;
  flex: 2.15;
}
.about_us .technical .tech-con ul li:nth-child(1) .pic {
  position: relative;
  overflow: visible;
}
.about_us .technical .tech-con ul li:nth-child(1) .pic::after {
  content: '';
  width: 99px;
  height: 99px;
  background: url(../images/tech-ico.png) no-repeat center;
  position: absolute;
  left: 99px;
  bottom: -50px;
}
.about_us .technical .tech-con ul li:nth-child(2) {
  flex: 1;
}
.about_us .technical .tech-con ul li .text {
  color: #515151;
}
.about_us .technical .tech-con ul li .text p {
  font-size: 30px;
  margin: 80px 0 35px;
  letter-spacing: 2px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.about_us .technical .tech-con ul li .text span {
  padding-top: 25px;
  border-top: 1px solid #e2e2e2;
  font-size: 14px;
  font-family: "宋体";
  line-height: 2;
}
.about_us .history {
  padding-top: 80px;
}
.about_us .history .tit {
  text-align: center;
  line-height: 1.5;
}
.about_us .history .tit p {
  font-size: 46px;
  color: #162b86;
}
.about_us .history .tit span {
  font-size: 43px;
  color: #bdbdbd;
  font-family: Arial, Helvetica, sans-serif;
}
.about_us .history .tit ul {
  display: flex;
  justify-content: center;
  margin: 50px 0 80px;
}
.about_us .history .tit ul li {
  width: 235px;
  margin-right: 35px;
  line-height: 85px;
  text-align: center;
  font-size: 29px;
  color: #999999;
  border-top: 2px solid;
  border-bottom: 2px solid;
  border-color: transparent;
  cursor: pointer;
}
.about_us .history .tit ul li:last-child {
  margin-right: 0;
}
.about_us .history .tit ul li:hover {
  color: #162b86;
  border-color: #162b86;
}
.about_us .history .his-list {
  position: relative;
}
.about_us .history .his-list ul {
  width: 100%;
  position: absolute;
  bottom: 20%;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 50px 0 5vw;
}
.about_us .history .his-list ul li {
  width: 150px;
  min-height: 150px;
  color: #e40201;
  position: relative;
  padding-left: 28px;
}
.about_us .history .his-list ul li::after {
  content: '';
  width: 10px;
  height: 150px;
  background: url(../images/history-l.png) no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
}
.about_us .history .his-list ul li:nth-child(2n-1) {
  margin-bottom: 180px;
}
.about_us .history .his-list ul li:nth-child(2n)::after {
  transform: scaleY(-1);
}
.about_us .history .his-list ul li:nth-child(3) {
  margin-left: 5%;
  transform: translateY(-20px);
}
.about_us .history .his-list ul li:nth-child(4) {
  margin-left: 10%;
  transform: translateY(1vw);
}
.about_us .history .his-list ul li:nth-child(5) {
  margin-left: -10%;
  transform: translateY(-10vw);
}
.about_us .history .his-list ul li:nth-child(6) {
  transform: translateY(-12vw);
}
.about_us .history .his-list ul li p {
  font-size: 38px;
  font-weight: bold;
}
.about_us .history .his-list ul li span {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
.about_us .history .his-list ul li i {
  font-size: 12px;
}
.about_us .history .his-list ul li a {
  color: #e40201;
}
.animate__bounceIn {
  animation: bounceIn;
  animation-duration: 0.5s;
}
.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;
}
.honor_p .tit hr {
  width: 110px;
  height: 4px;
  background-color: #162b86;
  margin: 0 auto;
}
.honor_p .honor-nav {
  margin: 90px auto 60px;
  max-width: 1200px;
  display: flex;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.honor_p .honor-nav li {
  flex: 1;
  height: 120px;
  text-align: center;
  position: relative;
  padding-top: 10px;
}
.honor_p .honor-nav li::after {
  content: '';
  width: 1px;
  height: 100px;
  background-color: #ececec;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.honor_p .honor-nav li p {
  font-size: 24px;
  color: #b9b9b9;
  line-height: 50px;
}
.honor_p .honor-nav li span {
  font-size: 30px;
  color: #656565;
  position: relative;
}
.honor_p .honor-nav li span::after {
  content: '';
  width: 22px;
  height: 12px;
  background: url(../images/down.png);
  position: absolute;
  top: 15px;
  margin-left: 25px;
}
.honor_p .honor-nav .on span {
  color: #052097;
}
.honor_p .honor-list {
  padding-bottom: 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: 100%;
  max-height: 100%;
}
.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;
}
.case_p {
  padding: 130px 0;
}
.case_p .tit {
  display: flex;
  justify-content: space-between;
  padding: 0 25px;
}
.case_p .tit .lf {
  display: flex;
  align-items: center;
}
.case_p .tit .lf h2 {
  font-size: 36px;
  color: #162b86;
}
.case_p .tit .lf h2 i {
  display: block;
  font-size: 28px;
  color: #3b3b3b;
  font-family: Arial, Helvetica, sans-serif;
}
.case_p .tit .lf p {
  font-size: 21px;
  color: #b1b1b1;
  padding-left: 40px;
  margin-left: 130px;
  line-height: 1.5;
  font-family: "黑体";
  font-weight: bold;
  position: relative;
}
.case_p .tit .lf p::before {
  content: '';
  width: 2px;
  height: 50px;
  background-color: #eee;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.case_p .case-list {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
}
.case_p .case-list li {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 3%;
}
.case_p .case-list li:nth-child(4n) {
  margin-right: 0;
}
.case_p .case-list li .box {
  padding: 22px 22px 40px;
  border: 3px solid transparent;
}
.case_p .case-list li .pic {
  box-shadow: 3px 3px 10px #ccc;
}
.case_p .case-list li .text {
  margin-top: 40px;
  color: #515151;
}
.case_p .case-list li .text p {
  font-size: 24px;
  font-family: "黑体";
}
.case_p .case-list li .text span {
  font-size: 18px;
  margin-top: 6px;
}
.case_p .case-list li .more {
  font-size: 18px;
  color: #3b3b3b;
  margin: 50px;
}
.case_p .case-list li:hover .box {
  border-color: #162b86;
}
.case_p .case-list li:hover .text {
  color: #162b86;
}
.case_p .video-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
}
.case_p .video-list li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 3%;
  position: relative;
  padding: 25px;
}
.case_p .video-list li:nth-child(3n) {
  margin-right: 0;
}
.case_p .video-list li .pic {
  position: relative;
}
.case_p .video-list li .pic .video-btn {
  background-size: 60px;
}
.case_p .video-list li .pic:hover img {
  transform: scale(1.1);
}
.case_p .video-list li .text {
  margin-top: 40px;
  color: #4e4e4e;
}
.case_p .video-list li .text p {
  font-size: 18px;
  font-weight: bold;
}
.case_p .video-list li .text span {
  font-size: 22px;
  margin: 5px 0 20px;
  font-family: Arial, Helvetica, sans-serif;
}
.case_p .video-list li .text i {
  color: #bdbdbd;
}
.case_p .video-list li:hover .text * {
  color: #3da5fe;
}
.message-w {
  padding: 60px 0;
}
.message-w .page {
  max-width: 996px;
}
.message-w h2 {
  font-size: 24px;
  text-align: center;
}
.message-w .form-con {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.message-w .form-con input,
.message-w .form-con textarea {
  background-color: #f5f5f5;
  border: none;
  font-size: 14px;
  padding: 15px 20px;
}
.message-w .form-con input:focus,
.message-w .form-con textarea:focus {
  background-color: #f2f7ff;
}
.message-w .form-con input {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.message-w .form-con input:nth-child(3) {
  margin-right: 0;
}
.message-w .form-con textarea {
  width: 100%;
}
.message-w input[type="submit"] {
  width: 250px;
  line-height: 55px;
  text-align: center;
  background-color: #162b86;
  color: #fff;
  font-size: 18px;
  margin: 30px auto 0;
  cursor: pointer;
}
.message-w input[type="submit"]:hover {
  background-color: #1550b6;
}
.contact_p .map-w {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.contact_p .map-w #map {
  width: 100%;
  height: 800px;
}
.contact_p .map-w #map img {
  max-width: none;
  display: inline-block;
}
.contact-info {
  padding: 200px 0;
}
.contact-info .page {
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
}
.contact-info h5 {
  font-size: 35px;
  border-left: 9px solid #989898;
  line-height: 1;
  padding-left: 25px;
}
.contact-info ul {
  margin-top: 40px;
  line-height: 60px;
  font-size: 27px;
}
.contact-info ul li {
  display: flex;
}
.contact-info ul li i {
  margin-right: 20px;
}
.contact-info .more {
  width: 180px;
  line-height: 60px;
  text-align: center;
  border-radius: 5px;
  background-color: #162b86;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}
.contact-info .more i {
  margin-right: 10px;
}
.contact-info .more:hover {
  background-color: #1550b6;
}
.pro_tit p {
  font-size: 60px;
}
.pro_tit span {
  font-size: 20px;
  color: #666666;
  margin: 25px 0 40px;
}
.pro_tit hr {
  width: 120px;
  height: 8px;
  background-color: #162b86;
}
.proAll_p {
  padding: 160px 0 80px;
}
.proAll_p .tab {
  display: flex;
  justify-content: right;
  margin-top: 40px;
}
.proAll_p .tab li {
  margin-left: 20px;
}
.proAll_p .tab li a {
  padding: 0 25px;
  line-height: 50px;
  font-size: 24px;
  color: #999999;
  background-color: #eeeeee;
}
.proAll_p .tab li a:hover {
  background-color: #162b86;
  color: #fff;
}
.proAll_p .tab .on a {
  background-color: #162b86;
  color: #fff;
}
.proAll_p .list {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
}
.proAll_p .list li {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 4%;
}
.proAll_p .list li:nth-child(3n) {
  margin-right: 0;
}
.proAll_p .list li .text {
  background-color: #eeeeee;
  color: #999999;
  padding: 20px 10px;
  text-align: center;
}
.proAll_p .list li .text p {
  font-size: 20px;
  letter-spacing: 3px;
}
.proAll_p .list li .text span {
  font-size: 15px;
  margin-top: 10px;
  font-family: Arial, Helvetica, sans-serif;
}
.proAll_p .list li:hover img {
  transform: scale(1.1);
}
.proAll_p .list li:hover .text {
  background-color: #162b86;
  color: #fff;
}
