/* 内页 */
.inside-page {
  padding: 40px 0 50px;
  min-height: 400px;
}
.inside-page .page {
  display: flex;
  align-items: flex-start;
}
.inside-page .main {
  flex: 1;
}
.left_nav {
  width: 21%;
  margin-right: 3%;
  position: relative;
  z-index: 2;
}
.left_nav .tit {
  padding: 30px 0;
  text-align: center;
  background-color: #00479d;
}
.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: 15px 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: #00479d;
  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: #00479d;
  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: 8px 40px;
  font-size: 14px;
}
.left_nav .sort-nav > ul .erji li a:hover {
  font-weight: bold;
}
.left_nav .com-info {
  margin-top: 50px;
  border: 1px solid #eee;
  border-top: 10px solid #00479d;
  padding: 20px ;
}
.left_nav .com-info .text p {
  font-size: 22px;
  color: #00479d;
  line-height: 1.5;
}
.left_nav .com-info .text span {
  font-size: 14px;
  margin: 10px 0;
  color: #00479d;
}
.left_nav .com-info .info p {
  margin: 15px 0 5px;
}
.left_nav .com-info .info span {
  font-size: 24px;
  color: #e62412;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
.left_nav .com-info .info .lx-btn {
  margin-top: 10px;
}
.left_nav .com-info .info .lx-btn a {
  width: 100%;
  margin: 0;
}
.position .page {
  height: 50px;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #ccc;
}
.position .rg {
  display: flex;
  white-space: nowrap;
  font-size: 14px;
  color: #666;
}
.position .rg i {
  font-size: 18px;
  color: #00479d;
  margin-right: 5px;
}
.position .rg a {
  display: inline;
  padding: 0 5px;
}
.position .rg a:hover {
  color: #00479d;
}
.about_nav {
  margin-top: 30px;
}
.about_nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about_nav ul li {
  width: 200px;
  line-height: 58px;
  text-align: center;
  background-color: #f4f4f4;
  border-right: 1px solid #ccc;
  position: relative;
}
.about_nav ul li:last-child {
  border-right: none;
}
.about_nav ul li::after {
  content: '';
  width: 24px;
  height: 12px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  display: none;
}
.about_nav ul li:hover {
  background-color: #00479d;
}
.about_nav ul li:hover a {
  color: #fff;
}
.about_nav ul .on {
  background-color: #00479d;
}
.about_nav ul .on a {
  color: #fff;
}
.about_nav ul .on::after {
  display: block;
}
.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: #00479d;
}
.pag-bar .page-num-current {
  border-color: #00479d;
  background-color: #00479d;
  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: #00479d;
  transition: all 0.2s linear;
}
.honor-list li:hover p {
  color: #fff;
}
.inside-list {
  display: flex;
  flex-wrap: wrap;
}
.inside-list li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  transition: all 0.2s linear;
}
.inside-list li .pic {
  border: 1px solid #e2e2e2;
}
.inside-list li:nth-child(3n) {
  margin-right: 0;
}
.inside-list li p {
  line-height: 40px;
  font-size: 14px;
  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: #00479d;
  color: #fff;
}
.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: #00479d;
}
.case-list li {
  padding: 20px;
  border: 1px solid #e0e0e0;
  margin-bottom: 20px;
  display: flex;
}
.case-list li .pic {
  width: 290px;
  margin-right: 45px;
}
.case-list li .text {
  flex: 1;
}
.case-list li .text p {
  font-size: 22px;
  color: #4c4c4c;
  font-weight: normal;
  padding: 15px 0;
}
.case-list li .text span {
  font-size: 14px;
  color: #4c4c4c;
  line-height: 2;
}
.case-list li .text .btm {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.case-list li .text .btm .date {
  font-size: 14px;
  color: #4c4c4c;
}
.case-list li .text .btm .btn {
  display: flex;
}
.case-list li .text .btm .btn a {
  width: 116px;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background-color: #b3b3b3;
  margin-left: 15px;
}
.case-list li .text .btm .btn a:first-child {
  background-color: #e62412;
}
.case-list li .text .btm .btn a:first-child:hover {
  background-color: #eeb355;
}
.case-list li:hover {
  border-color: #00479d;
}
.case-list li:hover .text p {
  color: #00479d;
}
.case-list li:hover .text .btm .more {
  background-color: #00479d;
}
.case-row .title2 h2 {
  text-align: center;
  font-size: 30px;
  padding-top: 30px;
  color: #00479d;
}
.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%;
}
.pro-detail .row {
  display: flex;
  padding: 10px 0;
}
.pro-detail .row .lf {
  width: 426px;
  margin-right: 24px;
  position: relative;
  z-index: 2;
}
.pro-detail .row .pro-pics {
  border: 1px solid #e2e2e2;
}
.pro-detail .row .pic-tabs {
  margin-top: 11px;
  padding: 0 30px;
  position: relative;
}
.pro-detail .row .pic-tabs .pro-tp {
  margin: 0;
  position: relative;
}
.pro-detail .row .pic-tabs .pro-tp ul li {
  border: 1px solid #ccc;
  width: 100px;
}
.pro-detail .row .pic-tabs .pro-tp .my-slide-thumb-active {
  border-color: #00479d;
}
.pro-detail .row .pic-tabs .swiper-btn .iconfont {
  display: block;
  color: #ccc;
  font-size: 24px;
}
.pro-detail .row .pic-tabs .swiper-btn .iconfont:hover {
  color: #00479d;
}
.pro-detail .row .description {
  flex: 1;
  position: relative;
  z-index: 1;
}
.pro-detail .row .description .det-l h2 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 5px;
  color: #333;
}
.pro-detail .row .description .det-l ul {
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid #e2e2e2;
}
.pro-detail .row .description .det-l ul li {
  font-size: 14px;
  color: #777;
  margin-right: 20px;
}
.pro-detail .row .description .det-l ul li i {
  font-size: 14px;
  color: #777;
}
.pro-detail .row .description .det-l .describe {
  margin: 20px 0;
}
.pro-detail .row .description .det-l .describe .text {
  font-size: 14px;
  line-height: 1.875;
  color: #666;
  min-height: 200px;
}
.pro-detail .row .description .det-l .describe .btm {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid #e2e2e2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pro-detail .row .description .det-l .describe .phone {
  line-height: 60px;
  display: flex;
  align-items: center;
  font-size: 22px;
  color: #e62412;
  font-weight: bold;
}
.pro-detail .row .description .det-l .describe .phone .iconfont {
  width: 60px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  background-color: #e62412;
  margin-right: 15px;
  font-size: 26px;
  font-weight: normal;
}
.pro-detail .row .description .det-l .describe .lx-btn a {
  margin: 0;
}
.pro-detail .details {
  margin-top: 40px;
}
.pro-detail .details .del-tab {
  display: flex;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 25px;
}
.pro-detail .details .del-tab li {
  padding: 10px 25px;
  background-color: #ccc;
  color: #fff;
  margin-right: 15px;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
}
.pro-detail .details .del-tab .on {
  background-color: #00479d;
}
.pro-detail .details .del-con {
  min-height: 250px;
}
.pro-detail .details .del-con * {
  font-size: 16px;
  color: #333;
  line-height: 1.875;
}
.pro-detail .details .del-con li {
  display: none;
}
.pro-detail .details .del-con li .com-pro {
  display: flex;
  flex-wrap: wrap;
}
.pro-detail .details .del-con li .com-pro a {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.pro-detail .details .del-con li .com-pro a:nth-child(4n) {
  margin-right: 0;
}
.pro-detail .details .del-con li .com-pro a img {
  max-width: 100%;
  border: 1px solid #e2e2e2;
}
.pro-detail .details .del-con li .com-pro a p {
  text-align: center;
  line-height: 40px;
}
.pro-detail .details .del-con .open {
  display: block;
}
.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: #00479d;
  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: 120px;
  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: #00479d;
}
.news-list1 li:hover .date {
  background-color: #00479d;
}
.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-page .news-con .lx-btn {
  margin-bottom: 20px;
}
.news-page .news-con .lx-btn a {
  width: 160px;
}
.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: #00479d;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.news-right ul h6 i {
  color: #00479d;
}
.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: #00479d;
}
.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: #00479d;
  color: #fff;
  border-color: #00479d;
}
.contact-w {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.contact-box {
  width: 45%;
}
.contact-box ul li {
  border-bottom: 1px dashed #ccc;
  padding: 25px 0;
  display: flex;
  align-items: center;
}
.contact-box ul li .iconfont {
  font-size: 50px;
  color: #00479d;
  margin-right: 15px;
}
.contact-box ul li p {
  flex: 1;
  line-height: 2;
  color: #666;
  display: flex;
  align-items: center;
}
.contact-box ul li p i {
  flex: 1;
  text-align: center;
}
.map-w {
  width: 50%;
}
.map-w iframe {
  width: 100%;
  height: 450px;
}
.message-w {
  padding: 80px 0;
}
.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: 0 0 0 auto;
  margin-top: 30px;
  cursor: pointer;
}
.message-w input[type="submit"] i {
  margin-left: 10px;
}
.message-w input[type="submit"]:hover {
  background-color: #00479d;
  border-color: #00479d;
  color: #fff;
}
.jj-bt {
  margin-bottom: 45px;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.jj-bt::before,
.jj-bt::after {
  content: '';
  width: 42px;
  height: 1px;
  background-color: #666;
  margin: 0 20px;
}
.company_profile .jianjie {
  padding: 50px 0;
}
.company_profile .jianjie .box {
  display: flex;
}
.company_profile .jianjie .box .pic {
  width: 600px;
}
.company_profile .jianjie .box .rg {
  flex: 1;
  margin-left: 48px;
}
.company_profile .jianjie .box .rg h2 {
  font-size: 22px;
  color: #00479d;
  position: relative;
  margin-bottom: 30px;
  line-height: 1em;
  padding-bottom: 5px;
}
.company_profile .jianjie .box .rg h2 i {
  font-size: 14px;
  color: #808080;
  text-transform: uppercase;
  font-weight: normal;
}
.company_profile .jianjie .box .rg .text {
  font-size: 14px;
  line-height: 2;
  color: #666;
}
.company_profile .jianjie .box .rg .lx-btn {
  margin-top: 20px;
}
.company_profile .jianjie .box .rg .lx-btn a {
  width: 160px;
  line-height: 40px;
  font-size: 14px;
}
.company_profile .swiper-btn {
  width: calc(100% + 110px);
}
.company_profile .swiper-btn .iconfont {
  font-size: 40px;
  color: #999;
}
.company_profile .swiper-btn .iconfont:hover {
  color: #00479d;
}
.company_profile .swiper-box {
  position: relative;
}
.company_profile .about-box1 {
  padding: 60px 0 80px;
  background-color: #f7f7f7;
}
.company_profile .about-box2 {
  padding: 60px 0 80px;
}
.history h2 {
  font-size: 24px;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 5px;
  text-align: center;
  line-height: 2;
  font-weight: bold;
}
.history h2::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -20px;
  width: 40px;
  height: 5px;
  background: #00479d;
}
.history ul {
  display: flex;
  flex-wrap: wrap;
}
.history ul li {
  width: calc(50% + 11px);
  height: 130px;
  line-height: 42px;
}
.history ul li span {
  margin-top: 10px;
}
.history ul li:nth-child(2n-1) {
  margin: 0 0 0 auto;
  padding-left: 28px;
  background: url(../images/fz_line.png) no-repeat left;
}
.history ul li:nth-child(2n) {
  background: url(../images/fz_line.png) no-repeat right;
  padding-right: 28px;
  text-align: right;
}
.new-list {
  width: 100%;
}
.new-list li {
  padding: 3%;
  background-color: #f5f5f5;
  margin-top: 22px;
  position: relative;
}
.new-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.new-list li img {
  width: 250px;
  height: 180px;
  object-fit: cover;
  margin-right: 3%;
}
.new-list li .text {
  flex: 1;
}
.new-list li .text p {
  font-size: 22px;
  color: #111;
  padding-bottom: 18px;
  position: relative;
}
.new-list li .text p::after {
  content: '';
  width: 45px;
  height: 2px;
  background-color: #bbbbbb;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s linear;
}
.new-list li .text span {
  margin-top: 15px;
  line-height: 26px;
  font-size: 14px;
  color: #999;
}
.new-list li .text .more {
  width: 110px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  background-color: #00479d;
  font-size: 14px;
  margin-top: 20px;
  border: 1px solid;
}
.new-list li .date {
  position: absolute;
  right: 30px;
  top: 50px;
}
.new-list li .date p {
  color: #888;
}
.new-list li * {
  transition: all 0.3s linear;
}
.new-list li:hover {
  background-color: #fff;
  box-shadow: 0px 0px 10px #ccc;
}
.new-list li:hover * {
  transition: all 0.3s linear;
}
.new-list li:hover p {
  color: #00479d;
}
.new-list li:hover p::after {
  width: 60px;
  background-color: #00479d;
  transition: all 0.3s linear;
}
.new-list li:hover span {
  color: #666;
}
.new-list li:hover .more {
  background-color: #fff;
  border: 1px solid #00479d;
  color: #00479d;
}
.culture ul li {
  display: flex;
  margin-bottom: 30px;
}
.culture ul li .pic {
  width: 50%;
}
.culture ul li .text {
  width: 50%;
  padding: 70px 10%;
  background: #f7f7f7;
  line-height: 2;
}
.culture ul li .text p {
  position: relative;
  font-size: 28px;
  color: #00479d;
  font-weight: normal;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.culture ul li .text p::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  background: #00479d;
}
.culture ul li .text span {
  font-size: 14px;
  color: #666;
}
.culture ul li:nth-child(2n) .pic {
  order: 2;
}
.culture ul li:nth-child(2n) .text {
  order: 1;
  background-color: #00479d;
}
.culture ul li:nth-child(2n) .text p::after {
  background-color: #fff;
}
.culture ul li:nth-child(2n) .text * {
  color: #fff;
}
.btm-lx {
  margin-top: 50px;
  text-align: center;
  line-height: 2;
}
.btm-lx h2 {
  font-size: 26px;
  color: #4c4c4c;
  font-weight: bold;
}
.btm-lx h3 {
  max-width: 490px;
  margin: 25px auto 15px;
  overflow: hidden;
  border: 1px solid #e62412;
  border-radius: 5px;
  display: flex;
  line-height: 40px;
}
.btm-lx h3 p {
  flex: 1;
  font-size: 26px;
  color: #e62412;
  font-family: Arial, Helvetica, sans-serif;
}
.btm-lx h3 p i {
  font-size: 30px;
  color: #00479d;
}
.btm-lx h3 a {
  width: 180px;
  background-color: #e62412;
  color: #fff;
}
.btm-lx ul {
  font-size: 14px;
  color: #999;
  display: flex;
  justify-content: center;
}
.btm-lx ul li {
  color: #e62412;
  padding: 0 5px;
  cursor: pointer;
}
.download-select {
  padding: 0 20px;
  margin-bottom: 10px;
  border: 1px solid #e2e2e2;
}
.download-select > div {
  display: flex;
  padding: 20px 2px;
  line-height: 31px;
}
.download-select > div:first-child {
  border-bottom: 1px dashed #ccc;
}
.download-select > div * {
  font-size: 14px;
  color: #666;
}
.download-select > div .tit {
  width: 150px;
}
.download-select > div .box {
  display: flex;
  flex-wrap: wrap;
}
.download-select > div a {
  padding: 0px 30px 0px 0;
  display: flex;
  align-items: center;
}
.download-select > div a input {
  margin: 1px 5px 0 0;
  position: relative;
  z-index: -1;
}
.download-list > li {
  padding: 15px 22px;
  border-bottom: 1px dashed #ddd;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.download-list > li .text p {
  margin-bottom: 10px;
}
.download-list > li .text span {
  font-size: 14px;
  color: #888;
}
.download-list > li .ico {
  width: 35px;
  height: 35px;
  background: url(../images/download-ico.png);
  background-size: contain;
  opacity: 0.5;
}
.download-list > li:hover {
  border-bottom: 1px dashed #00479d;
}
.download-list > li:hover .text p {
  color: #00479d;
}
.download-list > li:hover .text span {
  color: #00479d;
}
.download-list > li:hover .ico {
  opacity: 1;
}
.download-list > li .mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.35);
  cursor: auto;
  z-index: -1;
  opacity: 0;
}
.download-list > li .box {
  width: 800px;
  padding: 20px;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  opacity: 0;
  transition: all 0.1s;
}
.download-list > li .box .tit {
  font-size: 18px;
  color: #333;
  line-height: 50px;
  text-align: center;
}
.download-list > li .box hr {
  width: 100%;
  margin: 0 auto;
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 160, 233, 0), rgba(25, 25, 25, 0.75), rgba(0, 160, 233, 0));
}
.download-list > li .box .con {
  padding: 20px 30px;
}
.download-list > li .box .con * {
  font-size: 15px;
  color: #333;
}
.download-list > li .box .con li {
  margin-top: 10px;
}
.download-list > li .box .con li:first-child {
  display: flex;
}
.download-list > li .box .con li:first-child p {
  width: 50%;
}
.download-list > li .box .con li .js {
  padding-left: 20px;
  color: #666;
  font-size: 14px;
  line-height: 1.875;
  min-height: 70px;
}
.download-list > li .box .con .btn {
  display: flex;
  align-items: baseline;
}
.download-list > li .box .con .btn a {
  padding: 0 25px;
  line-height: 34px;
  color: #fff;
  background-color: #00479d;
  border-radius: 5px;
  text-align: center;
  margin: 0px 0 0 15px;
  opacity: 0.85;
}
.download-list > li .box .con .btn a:hover {
  opacity: 1;
}
.download-list > li .box .con .btn p {
  margin-left: 20px;
  font-size: 14px;
  color: #666;
  white-space: pre-wrap;
}
.download-list > li .box .close {
  width: 20px;
  height: 20px;
  background: url(../images/close-ico.png);
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
}
.download-list .open .mask {
  z-index: 99999;
  opacity: 1;
}
.download-list .open .mask .box {
  top: 50%;
  opacity: 1;
  transition: all 0.2s;
}
