﻿/*input 默认字体*/

.in_swiper .more{
  position: absolute;
  display: inline-block;
  bottom: 19%;
  left: 50%;
  margin-left: -105px;
  width: 210px;
  line-height: 50px;
  background: #00349a;
    text-align: center;
    color: #fff;
}
/*单行隐藏*/
.yingchang {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/*多行隐藏*/
.border-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*变化*/
/*上下*/
/*英文数字强制换行*/
.ying {
  display: inline;
  /*解决IE6 双倍水平外边距*/
  word-wrap: break-word;
  /*连续的数字或者英文就会不换行 得使用强制换行*/
  word-break: break-all;
  /*连续的数字或者英文就会不换行 得使用强制换行*/
}
/*.h{
  .Gradient_b(@jb:#80c1e7,@jb2:#213c7c);
}*/
.nfHead {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.53);
  line-height: 94px;
  color: #ffffff;
  z-index: 1000;
  padding: 0 8%;
}
.nfHead .nfHead-logo {
  padding: 0 20px;
}
.nfHead .nfHead-nav {
  display: inline-block;
  text-align: center;
}
.nfHead .nfHead-nav li {
  display: inline-block;
  float: left;
  padding: 0 25px;
  padding-top: 30px;
  padding-bottom: 14px;
  line-height: 20px;
  position: relative;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.nfHead .nfHead-nav li:hover,
.nfHead .nfHead-nav li.active {
  background: #0036a2;
}
.nfHead .nfHead-nav li:hover span,
.nfHead .nfHead-nav li.active span {
  position: relative;
}
.nfHead .nfHead-nav li span {
  line-height: 30px;
  font-size: 18px;
  display: inline-block;
}
.nfHead .nfHead-nav li .en {
  font-size: 12px;
  text-transform: uppercase;
}
.nfHead .nfHead-nav li .a-nav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  font-size: 16px;
  background: #338726;
  color: #fff;
  line-height: 30px;
  height: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  overflow: hidden;
}
.nfHead .nfHead-nav li .a-nav:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 50%;
  z-index: 10;
  bottom: 100%;
  transform: translate(-50%, 0);
  border-width: 0 10px 10px;
  border-style: solid;
  border-color: transparent transparent #2b7320;
}
.nfHead .nfHead-nav li .a-nav a {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #fff;
}
.nfHead .nfHead-nav li .a-nav a:hover {
  background: #2b7320;
}
.nfHead .nfHead-nav li .sub {
  background: rgba(0, 102, 166, 0.84);
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  padding: 5px 0;
  display: none;
}
.nfHead .nfHead-nav li .sub a {
  display: block;
  line-height: 36px;
  color: #fff;
}
.nfHead .nfHead-nav li .sub a:hover {
  background: #ff602f;
}
.nfHead .nfHead-tool {
  position: relative;
}
.nfHead .nfHead-tool .icon_sou {
  display: inline-block;
}
.nfHead .nfHead-tool .icon_sou:hover .sousuo_show {
  z-index: 100;
  top: 100%;
  opacity: 1;
}
.nfHead .nfHead-tool .icon-sousuo {
  display: inline-block;
  width: 44px;
  height: 44px;
  font-size: 25px;
  line-height: 44px;
  text-align: center;
  background: url("../images/search.png");
  background-repeat: no-repeat;
  background-size: 100%;
  color: #338726;
  margin-right: 12px;
}
.nfHead .nfHead-tool .icon-weixin {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 25px;
  background: #0b9438;
  color: #fff;
}
.nfHead .nfHead-tool .sousuo_show {
  position: absolute;
  top: 80%;
  z-index: -1;
  opacity: 0;
  right: 0;
  background: #fff;
  display: inline-block;
  width: 200px;
  line-height: 40px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.nfHead .nfHead-tool .sousuo_show input {
  width: 160px;
  display: inline-block;
  float: left;
  height: 40px;
  line-height: 40px;
  padding-left: 5px;
}
.nfHead .nfHead-tool .sousuo_show .icon-sousuo {
  vertical-align: top;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  margin-right: 0;
}
.nfHead .nfHead-tool .weixin_show {
  position: absolute;
  top: 80%;
  z-index: -1;
  opacity: 0;
  right: 0px;
  width: 80px;
  background: #fff;
  padding: 5px;
  border-radius: 5px;
  line-height: unset;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.nfHead .sebox {
  cursor: pointer;
  position: relative;
  margin-left: 135px;
}
.nfHead .sebox .searBox_btn {
  border-radius: 50%;
  background: #003399;
  color: #ffffff;
  line-height: 36px;
  height: 36px;
  display: inline-block;
  width: 36px;
  text-align: center;
}
.nfHead .sousuo {
  position: absolute;
  right: 0;
  bottom: -20px;
  z-index: 99999999999;
  background: #003399;
  line-height: 0;
  width: 240px;
  height: 0;
  overflow: hidden;
  border-radius: 4px;
}
.nfHead .sousuo input {
  height: 35px;
  line-height: 35px;
  width: 172px;
  padding: 0 0 0 13px;
  float: left;
  background: #fff;
  border: 1px solid #003399;
  box-sizing: border-box;
}
.nfHead .sousuo input::-webkit-input-placeholder {
  color: #9a9a9a;
  font-size: 14px;
}
.nfHead .sousuo input:-moz-placeholder {
  color: #9a9a9a;
  font-size: 14px;
}
.nfHead .sousuo input::-moz-placeholder {
  color: #9a9a9a;
  font-size: 14px;
}
.nfHead .sousuo input:-ms-input-placeholder {
  color: #003399;
  font-size: 14px;
}
.nfHead .sousuo a {
  display: inline-block;
  float: left;
  width: 50px;
  background: #003399;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin: 0 0 0 5px;
}
.in_swiper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.in_swiper img {
  width: 100%;
}
.in_swiper .swiper-pagination {
  bottom: 20px;
  line-height: 10px;
  left: 0;
  width: 100%;
  margin: 0;
}
.in_swiper .swiper-pagination .swiper-pagination-bullet {
  background: #ffffff;
  width: 8px;
  height: 8px;
  opacity: 1;
}
.in_swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #ff6c00;
}
.wrapper {
  top: 0;
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 1s cubic-bezier(0.86, 0, 0.03, 1);
  -webkit-transition: transform 1s cubic-bezier(0.86, 0, 0.03, 1);
}
.wrapper .page {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* opacity: 0.3;*/
  transition: opacity 0.7s 0ms cubic-bezier(0.445, 0.145, 0.355, 1);
  -webkit-transition: opacity 0.7s 0ms cubic-bezier(0.445, 0.145, 0.355, 1);
}
.wrapper.active-page1 .page.page1 {
  opacity: 1;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
.wrapper.active-page2 .page.page2 {
  opacity: 1;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
.wrapper.active-page3 .page.page3 {
  opacity: 1;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
.wrapper.active-page3 .page.page4 {
  opacity: 1;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
.wrapper.active-page4 .page.page5 {
  opacity: 1;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
.wrapper.active-page6 .page.page6 {
  opacity: 1;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
.in_pro {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  height: calc(100% - 200px);
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.in_pro .pro_c {
  padding-top: 70px;
}
.in_pro .pro_c .cen {
  margin: 0 10px;
}
.in_pro .pro_c .cen .imt1 {
  width: 420px;
}
.in_pro .pro_c .imt1 {
  width: 400px;
  /*height: 250px;*/
  position: relative;
  overflow: hidden;
  color: #fff;
  border: rgba(255, 218, 109, 0) 5px solid;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.in_pro .pro_c .imt1:nth-child(n+2) {
  margin-top: 5px;
}
.in_pro .pro_c .imt1 img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.in_pro .pro_c .imt1:hover {
  border: #b89d4f 5px solid;
}
.in_pro .pro_c .imt1:hover img {
  transform: scale(1.05);
}
.in_pro .pro_c .imt1:hover .te .more {
  opacity: 1;
}
.in_pro .pro_c .imt1 .te {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 10px;
  /*background-color: rgba(0, 0, 0, 0.53);*/
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.53));
}
.in_pro .pro_c .imt1 .te .t {
  font-size: 18px;
}
.in_pro .pro_c .imt1 .te .e {
  font-size: 14px;
}
.in_pro .pro_c .imt1 .te .more {
  font-size: 12px;
  text-transform: uppercase;
  opacity: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.in_til {
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  padding-left: 15px;
  line-height: 30px;
}
.in_til .h1 {
  font-size: 30px;
  font-weight: normal;
  color: #f4e8c6;
  padding: 20px 0 ;
  position: relative;
}
.in_til .h1:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #f4e8c6;
}
.in_til .en {
  color: #e2d5a9;
  padding: 20px ;
  text-transform: uppercase;
}
.in_til2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  display: inline-block;
  line-height: 30px;
  padding-right: 90px;
  position: relative;
  margin-left: 40px;
}
.in_til2:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 1px;
  background: #f4e8c6;
}
.in_til2 .t {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  padding-bottom: 200px;
}
.in_til2 .h1 {
  font-size: 30px;
  font-weight: normal;
  color: #f4e8c6;
  padding: 0 0px;
  position: relative;
}
.in_til2 .en {
  color: #e2d5a9;
  padding: 0 40px ;
  font-size: 36px;
  font-weight: bold;
  height: 100%;
  text-transform: uppercase;
}
.in_til2 .more {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}
.in-lsw {
  width: calc(100% - 270px);
  display: inline-block;
  position: relative;
  height: 100%;
}
.in-lsw .swiper-button-prev {
  bottom: -70px;
  top: auto;
  margin: 0;
  left: 47%;
  left: calc(46% - 50px);
  background-size: 20px 20px;
}
.in-lsw .swiper-button-prev:after {
  content: '';
  position: absolute;
  right: -25px;
  top: 9px;
  width: 1px;
  height: 27px;
  background: #585858;
}
.in-lsw .swiper-button-next {
  bottom: -70px;
  top: auto;
  margin: 0;
  right: 47%;
  right: calc(54% - 50px);
  background-size: 20px 20px;
}
.swiper-container_in2 {
  position: relative;
  overflow-x: hidden;    height: 100%;
}
.swiper-container_in2 .swiper-slide {
  width: 370px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.swiper-container_in2 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit:cover;
  object-position: center center;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.swiper-container_in2 .swiper-slide a:after {
  opacity: 0;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 10px);
  height: 100%;
  border: 5px solid #003399;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.swiper-container_in2 .swiper-slide:hover a:after {
  opacity: 1;
}
.swiper-container_in2 .swiper-slide:hover img {
  transform: scale(1.05);
}
.swiper-container_in2 .swiper-slide:hover .text {
  opacity: 1;
}
.swiper-container_in2 .swiper-slide .text {
  opacity: 0;
  position: absolute;
  background: #003399;
  color: #ffffff;
  left: 0;
  bottom: 0;
  padding: 25px 30px;
  width: 100%;
  height: 200px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.swiper-container_in2 .swiper-slide .text .h1 {
  font-size: 21px;
  font-weight: normal;
}
.swiper-container_in2 .swiper-slide .text .te {
  position: absolute;
  width: 100%;
  padding: 0 30px;
  left: 0;
  bottom: 25px;
  font-size: 14px;
  line-height: 30px;
  max-height: 120px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.in_news {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.in_news .news_c {
  padding-top: 70px;
}
.in_news .news_c a {
  display: inline-block;
  float: left;
  width: 28%;
  color: #ffffff;
  vertical-align: top;
}
.in_news .news_c a:nth-child(n+2) {
  margin-left: 8%;
}
.in_news .news_c a:hover img {
  transform: scale(1.05);
}
.in_news .news_c a .h1 {
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  margin-bottom: 20px;
  font-weight: normal;
}
.in_news .news_c a .time {
  font-size: 16px;
  line-height: 35px;
  border-top: 1px solid #ffffff;
  display: inline-block;
}
.in_news .news_c a .te {
  font-size: 14px;
  color: #ffffff;
  line-height: 30px;
  height: 90px;
  margin: 20px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.in_news .news_c a .im {
  overflow: hidden;
}
.in_news .news_c a .im img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.in_service {
  width: 100%;
  color: #ffffff;
  height: calc(100% - 350px);
  padding-top: 90px;
  position: relative;
}
.in_service .l_til .en {
  font-size: 48px;
  padding: 10px 0;
  text-transform: uppercase;
  line-height: 48px;
}
.in_service .l_til .en2 {
  font-size: 72px;
  font-weight: bold;
  padding: 10px 0;
  text-transform: uppercase;
  line-height: 72px;
  font-family: "Bebas";
}
.in_service .l_til .t {
  color: #e2d5a9;
  font-size: 30px;
  line-height: 30px;
  position: relative;
  padding-bottom: 20px;
}
.in_service .l_til .t:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 55px;
  height: 1px;
  background: #e2d5a9;
}
.in_service .ser-c {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.in_service .r_a {
  width: 760px;
}
.in_service .r_a a {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.21);
  width: 50%;
  float: left;
}
.in_service .r_a a:nth-child(2n) {
  border-left: none;
  position: relative;
}
.in_service .r_a a:nth-child(n+3) {
  border-top: none;
}
.in_service .r_a a:hover .a_c:after {
  opacity: 1;
}
.in_service .r_a a:hover .a_c .mo_t:before {
  width: 100%;
}
.in_service .r_a a:hover .a_c .mo_t img {
  opacity: 1;
}
.in_service .r_a a .a_c {
  padding: 25px;
  position: relative;
  z-index: 100;
}
.in_service .r_a a .a_c:after {
  opacity: 0;
  z-index: -1;
  content: '';
  position: absolute;
  width: 110%;
  left: -5%;
  height: 110%;
  top: -5%;
  background: #246dff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.in_service .r_a a .a_c .tim {
  display: inline-block;
  vertical-align: top;
}
.in_service .r_a a .a_c .mo_t {
  display: inline-block;
  vertical-align: top;
  width: 220px;
  line-height: 50px;
  position: relative;
}
.in_service .r_a a .a_c .mo_t:before {
  content: '';
  width: 52px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ffffff;
  height: 1px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.in_service .r_a a .a_c .mo_t .na {
  font-size: 18px;
}
.in_service .r_a a .a_c .mo_t img {
  opacity: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.in_service .r_a a .a_c .te {
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 20px;
}
.footer {
  background: #0b1120;
}
.footer .fo_one {
  padding: 55px 0;
}
.footer .a_lin li {
  float: left;
  width: 80px;
  display: inline-block;
  margin-right: 60px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  line-height: 30px;
}
.footer .a_lin li .h1 {
  font-size: 18px;
  opacity: 1;
  padding: 10px 0;
}
.footer .a_lin li a {
  display: inline-block;
  width: 100%;
  opacity: 0.3;
}
.footer .code {
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  line-height: 30px;
}
.footer .code .code_c {
  width: 112px;
  height: 112px;
  overflow: hidden;
  border-radius: 5px;
  background: #ffffff;
}
.footer .te {
  color: #ffffff;
  padding-left: 90px;
  font-size: 14px;
  text-align: left;
  line-height: 30px;
}
.footer .te .na {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 20px;
}
.footer .la_t {
  width: 100%;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.31);
  color: rgba(255, 255, 255, 0.31);
  line-height: 40px;
  font-size: 14px;
}
.flex_r {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  color: #fff;
  text-align: center;
  font-size: 14px;
  width: 53px;
  z-index: 100;
}
.flex_r li {
  width: 100%;
  line-height: 53px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  background: #003399;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  margin-bottom: 4px;
}
.flex_r li:hover {
  /*background: #338726;*/
}
.flex_r li .show_fen {
  width: 150px;
  line-height: 32px;
  overflow: hidden;
  opacity: 0;
  color: #333;
  z-index: 99;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  padding: 10px;
  text-align: left;
  /*  transition:all 0.5s;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;
*/
  /*border: 1px solid #d0d4d0;*/
}
.flex_r li .show_fen span {
  padding: 0 10px;
}
.flex_r li.t_top {
  background: #2d3b57;
}
body {
  background: #061536;
}
.pro_top_l {
  width: 100%;
  background: #002369;
  padding: 10px;
  color: #ffffff;
  margin-top: -40px;
  position: relative;
  z-index: 100;
}
.pro_top_l .li {
  line-height: 38px;
  padding: 10px 0;
  height: 58px;
}
.pro_top_l .li:nth-child(n+2) {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.pro_top_l .li .na {
  width: 100px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.pro_top_l .li .text_r_t{
  width: calc(100% - 100px);
  position: relative;
}
.pro_top_l .li .text_r {
  width: 100%;
}
.pro_top_l .li .text_r .cho {
  display: inline-block;
  padding: 0 30px;
  cursor: pointer;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.pro_top_l .li .text_r .cho .en {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.47);
  padding-left: 5px;
}
.pro_top_l .li .text_r .cho:hover {
  background: #b69d5a;
}
.pro_top_l .li .text_r .on {
  background: #b69d5a;
}
.pro_list {
  color: #ffffff;
  text-align: center;
  line-height: 30px;
}
.pro_list .li {
  width: 32%;
  float: left;
  margin-right: 2%;
  margin-top: 10px;
}
.pro_list .li:nth-child(3n) {
  margin-right: 0;
}
.pro_list .li:hover .img:after {
  opacity: 1;
}
.pro_list .li .img {
  position: relative;
}
.pro_list .li .img:after {
  opacity: 0;
  content: '';
  position: absolute;
  left: 6.5%;
  top: 6%;
  width: 87%;
  height: 88%;
  background: url("../images/im.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.pro_list .li .text {
  font-size: 16px;
  padding: 20px 0;
}
.te_sea {
  color: #ffffff;
  font-size: 16px;
  padding: 50px 0;
}
/*翻页*/
.pPage {
  text-align: center;
  padding: 50px 0;
  font-size: 14px;
  color: #8b95aa;
  line-height: 35px;
}
.pPage a,
.pPage #pager_pagelab span {
  /*  background: #666666;*/
  padding: 0 14px;
  vertical-align: top;
  display: inline-block;
  margin: 0 8px;
  min-width: 48px;
  text-align: center;
  border: 1px solid #8b95aa;
}
.pPage a.act,
.pPage  .nowpage {
  background: #003399;
  color: #fff;
  padding: 0 14px;
  vertical-align: top;
  display: inline-block;
  margin: 0 8px;
  border: 1px solid #003399;
  background: #003399;
  color: #fff;
}
.pPage a:hover {
  background: #003399;
  color: #fff;
  border: 1px solid #003399;
}
.hea_div {
  height: 94px;
  width: 100%;
}
.new_adr {
  color: #999999;
  line-height: 30px;
  padding: 30px 0;
  font-size: 15px;
}
.new_adr .adr {
  margin-right: 5px;
}
.new_adr .h {
  color: #ffffff;
}
.new_adr .on {
  color: #ffffff;
}
.news_abt {
  padding: 0 120px;
}
.news_abt .swiper-container_c1 {
  width: 56%;
  position: relative;
  overflow: hidden;
}
.news_abt .ltext {
  width: 43%;
  padding-left: 50px;
  color: #ffffff;
}
.news_abt .ltext .h1 {
  font-size: 30px;
}
.news_abt .ltext .h1 .en {
  font-size: 24px;
  margin-left: 10px;
}
.news_abt .ltext .abt-c {
  margin-top: 30px;
  background: #152c5e;
  padding: 10px 25px;
}
.news_abt .ltext .abt-c dl {
  display: inline-block;
  float: left;
  padding: 5px 0;
}
.news_abt .ltext .abt-c dl:nth-child(2n-1) {
  width: 60%;
}
.news_abt .ltext .abt-c dl .na {
  display: inline-block;
  text-align: justify;
  width: 80px;
}
.news_abt .ltext .abt-c dl dd {
  color: rgba(255, 255, 255, 0.47);
  font-size: 14px;
}
.news_abt .ltext .te {
  font-size: 16px;
  line-height: 30px;
  margin: 20px 0;
  color: rgba(255, 255, 255, 0.51);
}
.news_abt .ltext .te_en {
  font-size: 14px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.51);
}
.abt_an {
  margin: 50px 0;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.abt_an .til {
  padding-bottom: 44px;
}
.abt_an .til .t {
  font-size: 24px;
  font-weight: normal;
  color: #ffffff;
}
.abt_an .te {
  background: #173267;
  color: rgba(255, 255, 255, 0.49);
  padding: 17px 22px;
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.abt_an .swiper-container_c2 .swiper-slide:hover img {
  transform: scale(1.05);
}
.abt_an .swiper-container_c2 .swiper-slide .img {
  overflow: hidden;
}
.abt_an .swiper-container_c2 .swiper-slide img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.abt_an .swiper-button-prev {
  top: 0;
  right: 50px;
  left: auto;
  margin: 0;
  width: 34px;
  height: 29px;
  background-size: 15px 15px ;
  background-color: #2a3752;
  opacity: 1;
}
.abt_an .swiper-button-next {
  top: 0;
  margin: 0;
  width: 34px;
  height: 29px;
  background-size: 15px 15px ;
  background-color: #2a3752;
  opacity: 1;
}
/*内页列表*/
.c_til_t {
  background-color: #002369;
  margin-top: -45px;
  position: relative;
  z-index: 100;
}
.c_til_t a {
  display: inline-block;
  width: 170px;
  float: left;
  text-align: center;
  padding: 25px 0 20px 0;
  font-size: 18px;
  color: #ffffff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.c_til_t a span {
  display: inline-block;
  width: 100%;
}
.c_til_t a .en {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.44);
}
.c_til_t a:hover,
.c_til_t a.active {
  background-color: #b69d5a;
}
/*关于*/
.abt_com {
  color: #ffffff;
  padding: 40px 0;
}
.abt_com .til {
  padding: 40px 0;
  font-size: 48px;
  font-weight: lighter;
}
.abt_com .til .t1 {
  font-weight: bold;
}
.abt_com .til .t1 span {
  color: #ff9000;
}
.abt_com .abt_text {
  font-size: 16px;
  line-height: 30px;
}
.abt_com .abt_text .te {
  padding: 30px 0;
  text-align: justify;
}
.abt_com .abt_text .im img {
  width: 49%;
}
.abt_com .culture {
  padding: 40px 0;
}
.abt_com .culture .im {
  width: 28%;
  position: relative;
}
.abt_com .culture .im:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  background-color: #162850;
  top: 35px;
  left: 20px;
}
.abt_com .culture .im img {
  position: relative;
  z-index: 20;
}
.abt_com .culture .text {
  width: 72%;
  padding-left: 30px;
}
.abt_com .culture .text .li {
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
  margin-bottom: 10px;
}
.abt_com .culture .text .li .na {
  font-weight: bold;
  font-size: 18px;
}
.abt_com .culture .text .li .na img {
  max-width: 25px;
  margin-right: 5px;
}
.abt_com .culture .text .li .te {
  max-width: calc(100% - 135px);
  padding-left: 5px;
  color: rgba(255, 255, 255, 0.5);
}
.honors li {
  width: 30%;
  margin-right: 5%;
  float: left;
  color: rgba(255, 255, 255, 0.61);
  text-align: center;
  margin-top: 45px;
}
.honors li:nth-child(3n) {
  margin-right: 0;
}
.honors li .te {
  padding: 15px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.development {
  margin-top: 80px;
  padding: 0 30px ;
}
.development li {
  margin-bottom: 80px;
  padding: 30px;
  background: #0d1f47;
}
.development li:nth-child(2n) .img {
  float: right;
}
.development li .img {
  width: 50%;
  margin-top: -65px;
  overflow: hidden;
}
.development li .img:hover img {
  transform: scale(1.05);
}
.development li .img img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.development li .text {
  width: 50%;
  padding: 0 20px;
}
.development li .text .t1 {
  color: #ffffff;
  font-size: 30px;
  padding: 30px 0;
  position: relative;
}
.development li .text .t1:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 67px;
  height: 3px;
  border-radius: 3px;
  background: #ffffff;
}
.development li .text .te {
  font-size: 16px;
  line-height: 30px;
  color: #9cafda;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.news_l {
  width: 1200px;
  margin: 0 auto;
}
.news_l li {
  padding: 35px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.23);
}
.news_l li .img {
  width: 29%;
}
.news_l li .text {
  width: 71%;
  padding-left: 30px;
}
.news_l li .text .t1 .t {
  font-size: 24px;
}
.news_l li .text .t1 .time {
  font-size: 14px;
  color: #999999;
}
.news_l li .text .te {
  font-size: 14px;
  color: #999999;
  line-height: 30px;
}
.abt_text2 {
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
}
.abt_text2 .h1 {
  font-size: 30px;
  text-align: center;
  padding: 20px 0;
}
.abt_text2 .te_t {
  color: rgba(255, 255, 255, 0.43);
  text-align: center;
  padding: 20px 0;
}
.abt_text2 .te {
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.44);
  border-top: 1px solid rgba(255, 255, 255, 0.44);
  text-align: justify;
  color: rgba(255, 255, 255, 0.5);
}
.abt_text2 .im img {
  width: 49%;
}
.a_ne {
  width: 100%;
  color: #ffffff;
  padding: 20px 0;
}
.a_ne a {
  padding: 0 20px ;
  font-size: 16px;
  width: 50%;
  float: left;
  display: inline-block;
}
/**/
.contact .h1 {
  font-size: 30px;
  font-weight: bold;
  padding: 20px 0;
}
.contact .text_t {
  color: rgba(255, 255, 255, 0.62);
  font-size: 16px;
  line-height: 30px;
}
.contact .con_alist {
  color: #a3adc3;
  text-align: left;
  padding: 15px 0;
}
.contact .con_alist a {
  text-align: center;
  float: left;
  display: inline-block;
  width: 276px;
  background: #172c5a;
  line-height: 58px;
  margin-right: 10px;
}
.contact .con_alist a.on {
  color: #ffffff;
  background: #003399;
}
.message {
  padding: 130px 0 105px 0;
  text-align: center;
  background-color: #172c5a;
  background-image: url("../images/in_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
}
.message .te {
  padding: 30px 0;
  color: #97b8e9;
  font-size: 14px;
  line-height: 30px;
}
.message .input {
  display: inline-block;
  width: 600px;
}
.message .input input {
  margin-top: 40px;
  display: inline-block; color: #fff;  width: 100%;
  line-height: 70px;
  font-size: 18px;
  border-bottom: 1px solid #ffffff;
  background: none;
}
.message .input input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.55);
  font-size: 18px;
}
.message .input input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.55);
  font-size: 18px;
}
.message .input input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.55);
  font-size: 18px;
}
.message .input input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.55);
  font-size: 18px;
}
.message .btn {
  margin-top: 75px;
  display: inline-block;
  width: 310px;
  background: #b69d5a;
  color: #ffffff;
  line-height: 58px;
  font-size: 18px;
}
.recruitment .re_top {
  width: 89%;
  margin: 0 auto;
  background: #2b3f6b;
}
.recruitment .re_top .im {
  width: 65%;
}
.recruitment .re_top .tex {
  width: 35%;
  padding-left: 35px ;
  padding-top: 35px ;
}
.recruitment .re_top .tex .h1 {
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
  text-transform: uppercase;
}
.recruitment .re_top .tex .te {
  font-size: 14px;
  color: #a5abba;
  line-height: 30px;
  padding: 15px 0;
}
.recruitment .re_top .tex .ar {
  color: #b69d5a;
  font-size: 18px;
}
.recruit {
  padding: 40px 0;
}
.recruit .til {
  background: #338726;
  color: #fff;
  padding: 20px 60px;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 10px;
}
.recruit .til span {
  float: left;
  text-align: left;
  width: 25%;
}
.recruit .ul li {
  background: #15264b;
  margin-bottom: 10px;
}
.recruit .ul li.active .text {
  /*height: auto;*/
}
.recruit .ul li.active .li_top .iconfont {
  background: #b69d5a;
}
.recruit .ul li.active .li_top .iconfont:before {
  content: "\e68e";
}
.recruit .ul li .li_top {
  padding: 20px 60px;
  position: relative;
  background: #2b3f6b;
}
.recruit .ul li .li_top span:nth-child(1) {
  font-size: 21px;
  font-weight: bold;
  color: #ffffff;
}
.recruit .ul li .li_top .iconfont {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 30px;
  width: 70px;
  text-align: center;
  color: #ffffff;
  line-height: 70px;
  background: #2554c3;
  display: inline-block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.recruit .ul li .li_top .xin {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 16px;
  width: auto;
  line-height: 30px;
  display: inline-block;
  color: #69696a;
  margin-top: -15px;
}
.recruit .ul li .li_top span {
  float: left;
  width: 25%;
  text-align: left;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.46);
}
.recruit .ul li .text {
  display: none;
  overflow: hidden;
  font-size: 16px;
  line-height: 34px;
  /* transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;*/
  padding: 0 60px;
}
.recruit .ul li .text .pa {
  padding: 30px 0;
  line-height: 34px;
  color: #a7aebd;
}
.recruit .ul li .text .t {
  font-size: 18px;
  color: #ffffff;
}
