/* 内页 */
.inside-page {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.inside-page .left-nav {
  width: 29%;
  padding-top: 4%;
  padding-bottom: 22px;
  background-color: #f2f2f2;
}
.inside-page .left-nav .row {
  width: 61%;
  margin: 0 0 0 auto;
}
.inside-page .left-nav .row .tit {
  font-size: 30px;
  color: #242424;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
}
.inside-page .left-nav .row .yiji {
  border-left: 3px solid #d3dddd;
  margin-top: 10%;
}
.inside-page .left-nav .row .yiji > li {
  font-size: 16px;
  color: #333333;
  line-height: 50px;
  display: block;
  margin-left: -3px;
  overflow: hidden;
  padding-right: 10px;
}
.inside-page .left-nav .row .yiji > li > a {
  padding-left: 15px;
  border-left: 3px solid #d3dddd;
  color: #333333;
}
.inside-page .left-nav .row .yiji > li:hover a {
  border-color: #1c62b0;
}
.inside-page .left-nav .row .yiji > li > .on {
  border-color: #1c62b0;
}
.inside-page .left-nav .row .yiji > li .erji {
  display: none;
  padding-left: 35px;
}
.inside-page .left-nav .row .yiji > li .erji a {
  font-size: 14px;
  color: #666;
}
.inside-page .left-nav .row .yiji > li .erji a:hover {
  color: #1c62b0;
}
.inside-page .left-nav .row .yiji > li .erji .active {
  color: #1c62b0;
}
.inside-page .right-con {
  width: 67%;
  padding-right: 10px;
}
.inside-page .right-con .row {
  max-width: 1064px;
}
.inside-page .right-con .pro-list {
  display: flex;
  flex-wrap: wrap;
}
.inside-page .right-con .pro-list li {
  width: 31%;
  margin-right: 3.5%;
  margin-top: 3.5%;
}
.inside-page .right-con .pro-list li:nth-child(3n) {
  margin-right: 0;
}
.inside-page .right-con .pro-list li .pic {
  overflow: hidden;
}
.inside-page .right-con .pro-list li .pic img {
  width: 100%;
  transition: all 0.3s linear;
}
.inside-page .right-con .pro-list li p {
  font-size: 16px;
  color: #3c3c3c;
  line-height: 50px;
  text-align: center;
  padding: 0px 10px;
  border-bottom: 1px solid #bcbcbc;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inside-page .right-con .pro-list li:hover img {
  transform: scale(1.1);
  transition: all 0.3s linear;
}
@media screen and (max-width: 640px) {
  .inside-page .left-nav {
    width: 100%;
  }
  .inside-page .left-nav .row {
    width: 90%;
  }
  .inside-page .left-nav .row ul {
    margin-top: 5%;
  }
  .inside-page .right-con {
    width: 100%;
    padding: 0 15px;
  }
  .inside-page .right-con .pro-list li {
    width: 48%;
    margin-right: 4%;
    margin-top: 4%;
  }
  .inside-page .right-con .pro-list li:nth-child(3n) {
    margin-right: 4%;
  }
  .inside-page .right-con .pro-list li:nth-child(2n) {
    margin-right: 0;
  }
  .inside-page .right-con .pro-list li p {
    font-size: 14px;
    line-height: 40px;
  }
}
.application {
  padding: 30px 0;
}
.application .app-tab {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .application .app-tab {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
}
.application .app-tab li {
  white-space: nowrap;
  padding: 6px 12px;
  margin-right: 10px;
  margin-top: 10px;
  border: 1px solid #dce0e0;
  border-radius: 5px;
  cursor: pointer;
}
.application .app-tab .on {
  background-color: #1c62b0;
  color: #fff;
}
.application .app-con {
  margin-top: 20px;
}
.application .app-item {
  display: none;
}
.application .app-item:first-child {
  display: block;
}
.application .app-item li {
  display: flex;
}
.application .app-item li p {
  width: 50%;
  font-size: 1rem;
  color: #212529;
  padding: 0.7rem;
  white-space: normal;
}
.application .app-item li:nth-child(2n-1) {
  background-color: #f4f4f4;
}
.application .show {
  display: block;
}
.detail-box {
  padding: 3% 0;
}
.detail-box .pic img {
  width: 400px;
  margin: 0 auto;
}
.detail-box .pro-next {
  display: flex;
  justify-content: center;
  margin: 3% 0;
}
.detail-box .pro-next a {
  color: #333;
  background: #f1f1f1;
  padding: 8px 15px;
  margin: 0px 5px;
  border-radius: 4px;
  font-size: 13px;
}
.detail-box .tit {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  line-height: 3;
  margin-bottom: 3%;
  border-bottom: 1px solid #bcbcbc;
  padding-left: 32px;
  background: url(../images/det-i.png) no-repeat left center;
}
.new-list li {
  padding: 22px;
  border-bottom: 1px solid #bcbcbc;
}
.new-list li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.new-list li .text {
  width: 66%;
}
.new-list li .text p {
  font-size: 16px;
  color: #333;
}
.new-list li .text span {
  line-height: 24px;
  color: #636363;
  margin: 11px 0px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 14px;
}
.new-list li .text .o-l {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #666;
  margin-top: 22px;
}
.new-list li .text .o-l .more {
  color: #636363;
  font-size: 12px;
  line-height: 30px;
  border: 1px solid #aaaaaa;
  height: 30px;
  width: 142px;
  text-align: center;
}
.new-list li .text .o-l .date {
  color: #666;
}
.new-list li .pic {
  width: 28%;
  overflow: hidden;
}
.new-list li .pic img {
  width: 100%;
  transition: all 0.2s linear;
}
.new-list li:hover p {
  color: #1c62b0;
}
.new-list li:hover .more {
  background-color: #1c62b0;
  color: #fff !important;
}
.new-list li:hover img {
  transform: scale(1.1);
  transition: all 0.2s linear;
}
@media screen and (max-width: 500px) {
  .new-list li .text {
    width: 100%;
  }
  .new-list li .pic {
    width: 100%;
    margin-top: 20px;
  }
}
.news-row {
  padding: 3% 0;
}
.news-row h2 {
  font-size: 20px;
  text-align: center;
  font-weight: normal;
  line-height: 1.5;
  padding-bottom: 10px;
}
.news-row .date {
  border-top: 1px dashed #aaaa9e;
  border-bottom: 1px dashed #aaaa9e;
  line-height: 50px;
  display: flex;
  justify-content: center;
}
.news-row .date li {
  font-size: 14px;
  color: #aaaa9e;
  margin-right: 10px;
}
.news-row .date li:last-child {
  margin-right: 0;
}
.news-row .content {
  font-size: 16px;
  color: #5b5b5b;
  line-height: 1.8;
  padding: 3% 0;
  text-indent: 28px;
}
.news-row .content * {
  font-size: 16px;
  color: #5b5b5b;
}
.news-row .btn p {
  flex: 1;
  display: flex;
  white-space: nowrap;
  color: #7b7b7b;
  line-height: 30px;
}
.news-row .btn p a {
  color: #7b7b7b;
}
.honor-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3%;
}
.honor-list li {
  background: #e8e8e8;
  width: 23.5%;
  margin-right: 2%;
  margin-top: 2%;
  padding: 2% 2% 0;
}
.honor-list li:nth-child(4n) {
  margin-right: 0;
}
.honor-list li .pic {
  cursor: url(../images/magnifier.png), crosshair;
}
.honor-list li p {
  width: 94%;
  margin: auto;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .honor-list li {
    width: 49%;
  }
  .honor-list li:nth-child(2n) {
    margin-right: 0;
  }
}
.position {
  display: flex;
  padding-top: 10px;
  line-height: 60px;
  font-size: 16px;
  color: #666;
  white-space: pre-wrap;
  border-bottom: 1px solid #bcbcbc;
}
.position p {
  color: #333;
  padding-left: 35px;
  background: url(../images/position-icon.png) no-repeat left center;
}
.position * {
  font-size: 16px;
  color: #666;
}
@media screen and (max-width: 640px) {
  .position {
    line-height: 44px;
  }
  .position * {
    font-size: 14px;
  }
}
.pag-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 5% 0;
}
.pag-bar .page-status,
.pag-bar a {
  color: #333;
  background: #f1f1f1;
  padding: 8px 15px;
  margin: 0px 5px;
  border-radius: 4px;
  font-size: 13px;
}
.pag-bar span {
  margin-top: 10px !important;
}
.pag-bar .page-numbar {
  display: flex;
}
.pag-bar a:hover {
  background-color: #1c62b0;
  color: #fff;
}
.pag-bar .page-num-current {
  background-color: #1c62b0;
  color: #fff;
}
.pag-bar .page-none {
  width: 221px;
  height: 157px;
  background: url(../images/null.jpg);
  text-indent: -10000px;
}
.about-row {
  padding: 3% 0;
}
.about-row * {
  font-size: 16px;
  color: #5b5b5b;
  line-height: 1.8;
}
/* 联系我们 */
.contact-us {
  margin-bottom: 20px;
}
.contact-us .tit {
  text-align: center;
}
.contact-us .tit h2 {
  font-size: 36px;
  color: #1c62b0;
}
.contact-us .row {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
.contact-us .row li {
  flex: 1;
  height: 240px;
  padding: 0 20px;
  margin: 0 10px;
  box-shadow: 0 0 10px #eee;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: justify;
  white-space: nowrap;
  margin-top: 20px;
  transition: all 0.5s linear;
}
.contact-us .row li img {
  width: 60px;
  height: 60px;
  margin-bottom: 12px;
}
.contact-us .row li p {
  margin-bottom: 15px;
  font-size: 16px;
  color: #444;
  font-weight: bold;
}
.contact-us .row li h5 {
  font-size: 18px;
  color: #666;
  font-weight: normal;
}
.contact-us .row li:hover {
  transform: scale(1.1);
  transition: all 0.5s linear;
  box-shadow: 0 0 10px #ddd;
}
.contact-us .row li:hover h5 {
  color: #1c62b0;
}
.latest-news {
  border-top: 1px solid #bcbcbc;
}
.latest-news .box {
  width: 98%;
  max-width: 1170px;
  margin: auto;
  padding: 2% 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.latest-news .box .tit {
  width: 25%;
  margin-right: 3%;
  text-align: center;
}
.latest-news .box .tit p {
  font-size: 30px;
  color: #333;
}
.latest-news .box .tit span {
  font-size: 16px;
  color: #666;
  margin-top: 5px;
  font-family: Arial;
  text-transform: uppercase;
}
.latest-news .box ul {
  flex: 1;
}
.latest-news .box ul li a {
  display: flex;
  justify-content: space-between;
}
.latest-news .box ul li p {
  font-size: 13px;
  color: #555;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.latest-news .box ul li .date {
  font-size: 13px;
  color: #999;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .latest-news .box .tit {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
/* 留言 */
.mess-right {
  padding: 25px;
}
.mess-right label {
  font-size: 16px;
  color: #333;
  margin-bottom: 5px;
  display: block;
}
.mess-right input,
.mess-right textarea {
  width: 100%;
  line-height: 38px;
  margin-bottom: 15px;
  padding-left: 5px;
}
.v-code > div {
  display: flex;
}
.v-code input {
  width: 30%;
  margin-right: 20px;
  border-radius: 1px;
}
.mess-submit button {
  width: 100%;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
  background-color: #181818;
  color: #fff;
  font-size: 16px;
  margin-top: 15px;
}
