/* 内页 */
.inside-page {
  padding: 0px 0 80px;
  min-height: 400px;
}
.left_nav {
  width: 21%;
  margin-right: 3%;
  position: relative;
  z-index: 2;
}
.left_nav .tit {
  padding: 30px 0;
  text-align: center;
  background-color: #0463a3;
}
.left_nav .tit p {
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;
}
.left_nav .tit span {
  font-size: 15px;
  text-transform: uppercase;
  color: #eee;
  margin-top: 8px;
}
.left_nav .sort-nav {
  background-color: #fff;
  border: 1px solid #eee;
}
.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: #f5f5f5;
  border-top: 1px solid #fff;
  position: relative;
}
.left_nav .sort-nav > ul > li > a p {
  padding-right: 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;
}
.left_nav .sort-nav > ul > li > a:hover {
  background-color: #0463a3;
  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: #0463a3;
  color: #fff;
}
.left_nav .sort-nav > ul .on i {
  border-color: #fff;
}
.left_nav .sort-nav > ul .erji {
  padding: 10px 0;
}
.left_nav .sort-nav > ul .erji li a {
  padding: 10px 40px;
  font-size: 15px;
}
.left_nav .com-info {
  background-color: #fff;
  margin-top: 50px;
  padding-bottom: 10px;
  border: 1px solid #eee;
}
.left_nav .com-info li {
  padding: 0 20px;
  line-height: 40px;
  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;
}
.position {
  position: relative;
  z-index: 11;
}
.position .nav_bar {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  color: #fff;
  padding: 30px 0 20px;
}
.position .nav_bar::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #0463a3;
  opacity: 0.85;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.position .nav_bar ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.position .nav_bar ul li {
  width: 140px;
  margin-right: 10px;
  margin-bottom: 10px;
  line-height: 38px;
  border: 1px solid #fff;
  text-align: center;
  border-radius: 20px;
}
.position .nav_bar ul li:nth-child(6n),
.position .nav_bar ul li:last-child {
  margin-right: 0;
}
.position .nav_bar ul li:hover {
  background-color: #fff;
}
.position .nav_bar ul .on {
  background-color: #fff;
  color: #0463a3;
}
.position .wz-bt {
  padding: 80px 0;
}
.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: #0463a3;
}
.pag-bar .page-num-current {
  border-color: #0463a3;
  background-color: #0463a3;
  color: #fff;
}
.honor-list {
  display: flex;
  flex-wrap: wrap;
}
.honor-list li {
  background: #f1f1f1;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
  padding: 2% 2% 0;
  transition: all 0.2s linear;
}
.honor-list li:nth-child(4n) {
  margin-right: 0;
}
.honor-list li img {
  height: 188px;
  margin: 0 auto;
}
.honor-list li p {
  width: 94%;
  margin: auto;
  text-align: center;
  font-size: 15px;
  color: #666;
  padding: 12px 0 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.honor-list li:hover {
  background-color: #0463a3;
  transition: all 0.2s linear;
}
.honor-list li:hover p {
  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: 55px;
  font-size: 15px;
  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: #0463a3;
  color: #fff;
}
.pro-list {
  display: flex;
  flex-wrap: wrap;
}
.pro-list li {
  width: 400px;
  margin-right: 30px;
  margin-bottom: 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
}
.pro-list li:nth-child(3n) {
  margin-right: 0;
}
.pro-list li .tit {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 55px;
  text-align: center;
  background-color: #0463a3;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding: 0 15px;
  transition: all 0.3s linear;
}
.pro-list li .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 152, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transform: translateY(100%);
  transition: all 0.3s linear;
}
.pro-list li .text i {
  font-size: 30px;
  color: #fff;
}
.pro-list li .text p {
  font-size: 26px;
  color: #fff;
  margin-top: 20px;
  padding: 0 30px;
  text-align: center;
}
.pro-list li:hover .tit {
  opacity: 0;
}
.pro-list li:hover .text {
  transform: translateY(0);
}
.caselist {
  display: flex;
  flex-wrap: wrap;
}
.caselist li {
  width: 600px;
  margin-right: 60px;
  margin-bottom: 60px;
  border: 4px solid #0463a3;
}
.caselist li:nth-child(2n) {
  margin-right: 0px;
}
.caselist li .tit {
  padding: 0 26px;
  line-height: 76px;
  background-color: #0463a3;
  color: #fff;
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.caselist li .con {
  padding: 26px;
  display: flex;
}
.caselist li .con img {
  width: 170px;
  height: 170px;
  object-fit: cover;
}
.caselist li .con .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-left: 26px;
}
.caselist li .con .text p {
  flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.875;
  color: #4b4b4b;
}
.caselist li .con .text span {
  font-size: 14px;
  background: url(../images/case-rg.png) no-repeat right center;
}
.caselist li:hover {
  border-color: #0098ff;
}
.caselist li:hover .tit {
  background-color: #0098ff;
}
.ptn-list {
  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: #0463a3;
}
.job-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.job-list li {
  width: 580px;
  margin-bottom: 60px;
}
.job-list li .tit {
  height: 100px;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 30px;
  border: 2px solid #0463a3;
  color: #0463a3;
}
.job-list li .con table {
  width: 100%;
}
.job-list li .con table tr {
  display: flex;
  margin-top: 20px;
}
.job-list li .con table tr td {
  width: auto !important;
}
.job-list li .con table tr td:nth-child(2n-1) {
  width: 90px !important;
  background: #0463a3;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.job-list li .con table tr td:nth-child(2n) {
  flex: 1;
  padding: 20px;
  background-color: #f5f5f5;
  line-height: 1.75;
  color: #3f3a39;
}
.job-list li .con table tr td:nth-child(3) {
  margin-left: 20px;
}
.case-row .title2 h2 {
  text-align: center;
  font-size: 30px;
  padding-top: 30px;
  color: #0463a3;
}
.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 .con {
  display: flex;
  background-color: #f5f5f5;
}
.pro-detail .con .text {
  flex: 1;
  padding: 60px;
}
.pro-detail .con .text h2 {
  font-size: 36px;
  color: #0463a3;
  line-height: 1.5;
}
.pro-detail .con .text .describe {
  font-size: 20px;
  color: #4b4b4b;
  margin-top: 30px;
  line-height: 2.25;
}
.pro-detail .con .pic {
  width: 50%;
  padding: 10px;
}
.pro-detail .details {
  margin-top: 50px;
}
.pro-detail .details table {
  width: 100%;
}
.pro-detail .details table tr {
  display: flex;
  margin-bottom: 30px;
}
.pro-detail .details table tr td {
  width: auto !important;
  flex: 1;
  background-color: #f5f5f5;
  display: flex;
}
.pro-detail .details table tr td:first-child {
  margin-right: 60px;
}
.pro-detail .details table tr td p {
  line-height: 50px;
}
.pro-detail .details table tr td p:first-child {
  width: 160px;
  background-color: #0463a3;
  color: #fff;
  text-align: center;
  margin-right: 20px;
}
.pro-detail .details table tr td p:nth-child(2) {
  flex: 1;
}
.news-list li {
  margin-bottom: 40px;
}
.news-list li a {
  display: flex;
}
.news-list li .pic {
  width: 450px;
  height: 300px;
  position: relative;
}
.news-list li .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.news-list li .text {
  flex: 1;
  border: 2px solid #e6e6e6;
  padding: 30px 40px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s linear;
}
.news-list li .text p {
  font-size: 20px;
  color: #3f3a39;
}
.news-list li .text hr {
  width: 60px;
  height: 4px;
  background-color: #0463a3;
  margin: 20px 0;
}
.news-list li .text span {
  font-size: 14px;
  color: #3f3a39;
  line-height: 1.875;
}
.news-list li .text .date {
  position: absolute;
  left: 40px;
  bottom: 30px;
  font-size: 14px;
}
.news-list li .text .iconfont {
  position: absolute;
  top: 0;
  right: 40px;
  background-color: #0463a3;
  color: #fff;
  width: 50px;
  height: 70px;
  padding-top: 20px;
  border-radius: 0 0 25px 25px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  transform: translateY(-100px);
  transition: all 0.3s linear;
}
.news-list li:hover img {
  transform: scale(1.1);
}
.news-list li:hover .text {
  border: 4px solid #0463a3;
}
.news-list li:hover .text .iconfont {
  transform: translateY(0);
}
.news-page .news-con .tit {
  text-align: center;
  line-height: 2;
}
.news-page .news-con .tit h2 {
  font-size: 30px;
}
.news-page .news-con .tit h3 {
  font-size: 14px;
  color: #6e6e6e;
}
.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: #0463a3;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.news-right ul h6 i {
  color: #0463a3;
}
.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 #b5b5b5;
  font-size: 14px;
  color: #454c55;
}
.turn_page .lf {
  display: flex;
  justify-content: space-between;
}
.turn_page .lf li {
  max-width: 500px;
  line-height: 1.875;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.turn_page .lf a {
  display: inline;
}
.turn_page .lf a:hover {
  color: #0463a3;
  text-decoration: underline;
}
.contact-w {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 100px;
}
.contact-w .lf {
  width: 600px;
}
.contact-w .lf h1 {
  font-size: 30px;
  font-weight: bold;
  color: #0463a3;
  margin-bottom: 10px;
}
.contact-w .lf ul li {
  line-height: 36px;
}
.contact-w .lf ul li span {
  line-height: 1.45;
  font-size: 42px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: #0463a3;
}
.contact-w .message {
  width: 600px;
  background-color: #f4f4f4;
}
.contact-w .message h2 {
  font-size: 26px;
  color: #fff;
  line-height: 165px;
  text-align: center;
  background: url(../images/message-tit.jpg);
}
.contact-w .message form {
  padding: 50px;
}
.contact-w .message form input,
.contact-w .message form textarea {
  width: 100%;
  line-height: 60px;
  padding: 0 25px;
  font-size: 14px;
  border: none;
  margin-bottom: 20px;
}
.contact-w .message form input[type="submit"] {
  background-color: #0463a3;
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
  cursor: pointer;
}
.contact-w .message form input[type="submit"]:hover {
  background-color: #0098ff;
}
.map-w {
  margin-top: 76px;
}
.map-w iframe {
  width: 100%;
  height: 525px;
}
.message-w {
  padding: 4% 0;
  background-color: #f7f7f7;
}
.message-w .page {
  max-width: 1400px;
}
.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: #0463a3;
  border-color: #0463a3;
  color: #fff;
}
.company_profile {
  margin-top: 60px;
}
.company_profile .text {
  font-size: 14px;
  line-height: 26px;
  color: #4b4b4b;
}
.company_profile .gallery-box {
  margin: 30px 0;
}
.culture table {
  width: 100%;
}
.culture table tr {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.culture table tr td {
  min-height: 500px;
  width: 278px !important;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  position: relative;
}
.culture table tr td::after {
  content: '';
  width: 100%;
  height: 60px;
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
}
.culture table tr td h2 {
  font-size: 38px;
  color: #fff;
  line-height: 115px;
  text-align: center;
  background-color: #0463a3;
}
.culture table tr td img {
  margin-bottom: 20px;
}
.culture table tr td p {
  font-size: 23px;
  line-height: 1.75;
}
.culture table tr td em {
  display: block;
  padding: 0 24px;
}
.history {
  width: 100vw;
}
.search_results .search form {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 50px;
  border: 1px solid #b5b5b5;
  border-radius: 30px;
}
.search_results .search form input {
  line-height: 60px;
  flex: 1;
  border: none;
  margin-right: 50px;
}
.search_results .search form button {
  width: 18px;
  height: 18px;
  background: url(../images/search.png);
  cursor: pointer;
}
.search_results .search h5 {
  margin: 50px 0;
  text-align: center;
  font-size: 16px;
}
.search_results .search h5 i {
  color: #0463a3;
}
.search_results .search_list li {
  border-bottom: 1px solid #b5b5b5;
}
.search_results .search_list li a {
  display: flex;
  align-items: center;
  line-height: 100px;
}
.search_results .search_list li p {
  flex: 1;
  font-size: 20px;
  padding: 0 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.search_results .search_list li span {
  color: #6e6e6e;
}
.search_results .search_list li:hover {
  border-color: #0463a3;
}
.case-con h5 {
  display: flex;
  line-height: 50px;
  background-color: #f5f5f5;
  padding-right: 32px;
  margin-top: 80px;
}
.case-con h5 em {
  padding: 0 32px;
  background-color: #0463a3;
  margin-right: 32px;
  color: #fff;
}
.case-con h6 {
  line-height: 50px;
  border: 2px solid #0463a3;
  color: #0463a3;
  text-align: center;
  margin: 20px 0;
}
.case-con table {
  width: 100%;
}
.case-con table tr {
  display: flex;
  margin-bottom: 11px;
}
.case-con table tr td {
  flex: 1;
  width: auto !important;
  margin-right: 15px;
  font-size: 14px;
  background-color: #f5f5f5;
  text-align: center;
  padding: 11px 0;
  line-height: 28px;
}
.case-con table tr td * {
  line-height: 28px;
}
.case-con table tr td:last-child {
  margin-right: 0;
}
.case-con table .firstRow td {
  background-color: #0463a3;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
.case-con table .firstRow td * {
  font-size: 16px;
  color: #fff;
}
