.nei-banner {
  height: 360px;
  background-repeat: no-repeat;
  background-size: 100% 120%;
  padding-top: 90px;
  box-sizing: border-box;
}
.nei-banner .wd1600 .nei-title {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
}
.nei-banner .wd1600 .nei-intro {
  font-size: 20px;
  color: #fff;
  margin-top: 20px;
}
.nei-banner .wd1600 .nei-more {
  margin-top: 40px;
  width: 154px;
  height: 54px;
  display: block;
  background-color: #ff9926;
  border-radius: 3px;
  font-size: 16px;
  color: #fff;
  line-height: 54px;
  text-align: center;
}
.nei-site {
  background-color: #f5f5f5;
}
.nei-site .wd1600 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nei-site .wd1600 .nei-nav {
  display: flex;
  align-items: center;
}
.nei-site .wd1600 .nei-nav li a {
  display: block;
  width: 150px;
  height: 64px;
  font-size: 16px;
  color: #666;
  line-height: 64px;
  text-align: center;
  transition: 0.3s;
}
.nei-site .wd1600 .nei-nav .li-active a {
  color: #fff;
  position: relative;
  background-color: #0a4496;
}
.nei-site .wd1600 .nei-nav .li-active a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-width: 0 10px 10px;
  border-style: solid;
  border-color: transparent transparent #fff;
}
.nei-site .wd1600 .nei-nav li:hover a {
  color: #fff;
  position: relative;
  background-color: #0a4496;
}
.nei-site .wd1600 .nei-nav li:hover a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  transition: 0.3s;
  border-width: 0 10px 10px;
  border-style: solid;
  border-color: transparent transparent #fff;
}
.nei-site .wd1600 .site {
  display: flex;
  align-items: center;
}
.nei-site .wd1600 .site img {
  margin-right: 10px;
}
.nei-site .wd1600 .site div a {
  font-size: 16px;
  color: #666;
}
.nei-Title {
  text-align: center;
}
.nei-Title .c {
  font-size: 32px;
  font-weight: bold;
}
.nei-Title .e {
  margin-top: 15px;
  font-size: 16px;
  color: #666;
}
.honor-contain {
  padding: 50px 0 80px;
  background-color: #fff;
}
.honor-contain .honor-box {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
}
.honor-contain .honor-box .item {
  width: 19%;
  margin-right: 1.2%;
  margin-bottom: 30px;
  cursor: pointer;
}
.honor-contain .honor-box .item .img {
  overflow: hidden;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  background-color: #fff;
  border: solid 1px #cccccc;
  transition: 0.3s;
}
.honor-contain .honor-box .item .img img {
  max-width: 100%;
  transition: 0.3s;
}
.honor-contain .honor-box .item .name {
  margin-top: 20px;
  font-size: 16px;
  color: #4b4b4b;
  text-align: center;
}
.honor-contain .honor-box .item:nth-of-type(5n) {
  margin-right: 0;
}
.honor-contain .honor-box .item:hover .img {
  border: 1px solid #0a4496;
}
.honor-contain .honor-box .item:hover .img img {
  transform: scale(1.1);
}
#page {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#page .next {
  width: 201px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  transition: 0.3s;
  position: relative;
}
#page .next .next-r-meng {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
  transition: 0.3s;
  background-color: #0a4496;
}
#page .next img {
  position: static;
  z-index: 0;
}
#page .next .icon2 {
  display: none;
}
#page .next .icon {
  transition: 0.3s;
}
#page .next span {
  font-size: 16px;
  color: #999;
  transition: 0.3s;
  position: static;
  z-index: 0;
}
#page .next-r {
  overflow: hidden;
}
#page .next-r .next-r-meng {
  right: -201px;
}
#page .next-r:hover .next-r-meng {
  right: 0;
}
#page .next-l {
  overflow: hidden;
}
#page .next-l .next-r-meng {
  left: -201px;
}
#page .next-l:hover .next-r-meng {
  left: 0;
}
#page .next:hover {
  border: 1px solid #0a4496;
}
#page .next:hover .icon1 {
  display: none;
}
#page .next:hover .icon2 {
  display: block;
}
#page .next:hover span {
  color: #fff;
}
#page ul {
  display: flex;
  align-items: center;
  margin: 0 20px;
}
#page ul li {
  margin-right: 10px;
}
#page ul li a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #ffffff;
  border: solid 1px transparent;
}
#page ul .dian:hover a {
  border: 1px solid transparent;
}
#page ul li:last-child {
  margin-right: 0;
}
#page ul .li-active a {
  border: 1px solid #0a4496;
}
#page ul li:hover a {
  border: 1px solid #0a4496;
}
.staff-contain {
  padding: 50px 0 80px;
  background-color: #fff;
}
.staff-contain .staff-box {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
}
.staff-contain .staff-box .item {
  width: 24%;
  margin-right: 1.2%;
  margin-bottom: 30px;
}
.staff-contain .staff-box .item .img {
  height: 375px;
  overflow: hidden;
  text-align: center;
}
.staff-contain .staff-box .item .img img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.staff-contain .staff-box .item .info {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f5f5f5;
  transition: 0.5s;
}
.staff-contain .staff-box .item .info > div .name {
  font-size: 24px;
  transition: 0.5s;
}
.staff-contain .staff-box .item .info > div .duty {
  font-size: 16px;
  color: #666;
  margin-top: 10px;
  transition: 0.5s;
}
.staff-contain .staff-box .item .info .icon2 {
  display: none;
}
.staff-contain .staff-box .item:nth-of-type(4n) {
  margin-right: 0;
}
.staff-contain .staff-article .top {
  padding: 60px 0;
  border-bottom: 1px solid #cccccc;
  display: flex;
}
.staff-contain .staff-article .top .big-s {
  width: 600px;
  height: 600px;
  margin-right: 80px;
}
.staff-contain .staff-article .top .big-info {
  flex: 1;
  padding-top: 20px;
}
.staff-contain .staff-article .top .big-info .name {
  font-size: 30px;
}
.staff-contain .staff-article .top .big-info .big-duty {
  margin-top: 20px;
  font-size: 16px;
  color: #666;
}
.staff-contain .staff-article .top .big-info .big-main {
  margin-top: 50px;
}
.staff-contain .staff-article .top .big-info .big-main p {
  line-height: 40px;
  font-size: 16px;
  color: #666;
  text-align: justify;
}
.staff-contain .staff-article .top .big-info .apply {
  display: block;
  margin-top: 60px;
  width: 140px;
  height: 46px;
  font-size: 16px;
  color: #fff;
  line-height: 46px;
  text-align: center;
  background-color: #0a4496;
  border-radius: 23px;
  transition: 0.3s;
}
.staff-contain .staff-article .top .big-info .apply:hover {
  background-color: #ff9926;
}
.staff-contain .staff-article .bot {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.staff-contain .staff-article .bot a {
  display: flex;
  align-items: center;
  margin: 0 15px;
}
.staff-contain .staff-article .bot a span {
  font-size: 16px;
  color: #666;
  margin: 0 20px;
  transition: 0.3s;
}
.staff-contain .staff-article .bot a .icon2 {
  display: none;
}
.staff-contain .staff-article .bot a:hover span {
  color: #0a4496;
}
.staff-contain .staff-article .bot a:hover .icon1 {
  display: none;
}
.staff-contain .staff-article .bot a:hover .icon2 {
  display: block;
}
.about-contain {
  padding: 50px 0 80px;
  background-color: #fff;
}
.about-contain .about-box {
  margin-top: 58px;
  font-size: 16px;
  color: #666;
  line-height: 30px;
  text-align: justify;
}
.contact-contain {
  padding: 50px 0 80px;
  background-color: #fff;
}
.contact-contain .contact-box {
  margin-top: 60px;
  display: flex;
  align-items: center;
  background-color: #f1f1f3;
  padding: 50px 118px;
  box-sizing: border-box;
}
.contact-contain .contact-box .show {
  width: 616px;
  margin-right: 165px;
}
.contact-contain .contact-box .lianxi .top {
  margin-bottom: 30px;
}
.contact-contain .contact-box .lianxi .top .com-title {
  font-size: 24px;
  font-weight: bold;
  color: #0a4496;
}
.contact-contain .contact-box .lianxi .top .com-box {
  margin-top: 36px;
}
.contact-contain .contact-box .lianxi .top .com-box p {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
}
.contact-contain .contact-box .lianxi .bot .com-title {
  font-size: 24px;
  font-weight: bold;
  color: #0a4496;
}
.contact-contain .contact-box .lianxi .bot .com-box {
  margin-top: 35px;
}
.contact-contain .contact-box .lianxi .bot .com-box ul {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.contact-contain .contact-box .lianxi .bot .com-box ul li {
  font-size: 16px;
  color: #666;
  margin-right: 60px;
}
.contact-contain .contact-box .lianxi .bot .com-box ul li:last-child {
  margin-right: 0;
}
.contact-contain .contact-box .lianxi .bot .com-box ul .second {
  min-width: 176px;
}
.product-contain {
  padding: 60px 0 80px;
  background-color: #fff;
}
.product-contain .wd1600 {
  display: flex;
  justify-content: space-between;
}
.product-contain .wd1600 .slider {
  width: 270px;
  margin-right: 57px;
  position: relative;
  z-index: 9;
}
.product-contain .wd1600 .slider .item {
  margin-bottom: 2px;
}
.product-contain .wd1600 .slider .item .one {
  width: 270px;
  height: 70px;
  line-height: 70px;
  background-color: #0a4496;
  text-align: center;
  position: relative;
  cursor: pointer;
  transition: 0.5s;
}
.product-contain .wd1600 .slider .item .one span {
  font-size: 16px;
  color: #fff;
}
.product-contain .wd1600 .slider .item .one img {
  position: absolute;
  left: 40px;
  top: 50%;
  width: 15px;
  transform: translateY(-50%);
}
.product-contain .wd1600 .slider .item .one .icon2 {
  display: none;
}
.product-contain .wd1600 .slider .item .one-active {
  background-color: #ff9926;
}
.product-contain .wd1600 .slider .item .one-active .icon1 {
  display: none;
}
.product-contain .wd1600 .slider .item .one-active .icon2 {
  display: block;
}
.product-contain .wd1600 .slider .item .one:hover {
  background-color: #ff9926;
}
.product-contain .wd1600 .slider .item >ul {
  display: none;
  padding: 15px 0;
  background-color: #1968d8;
}
.product-contain .wd1600 .slider .item >ul >li {
  text-align: center;
  position: relative;
}
.product-contain .wd1600 .slider .item >ul >li >a {
  display: block;
  padding: 14px 0;
  color: #fff;
  font-size: 16px;
}
.product-contain .wd1600 .slider .item >ul >li .san-ul{
    position: absolute;
    right: -200px;
    top: 0;
    width: 200px;
    background-color: #1968d8;
    display: none;
    z-index: 99;
}
.product-contain .wd1600 .slider .item >ul >li .san-ul .san-li{
    text-align: center;
}
.product-contain .wd1600 .slider .item >ul >li .san-ul .san-li .san-a{
    display: block;
    padding: 10px 0;
    color: #fff;
    font-size: 14px;
}
.product-contain .wd1600 .slider .item >ul >li:hover .san-ul{
    display: block;
}
.product-contain .wd1600 .slider .item .ul1 {
  display: block;
}
.product-contain .wd1600 .mobile-slider {
  display: none;
}
.product-contain .wd1600 .product-box {
  flex: 1;
}
.transform_add{
    transform: none !important;
}
.product-contain .wd1600 .product-box .topp {
  display: flex;
  flex-wrap: wrap;
}
.product-contain .wd1600 .product-box .topp .item {
  background-color: #ffffff;
  border: solid 1px #cccccc;
  box-sizing: border-box;
  transition: 0.5s;
  width: 24%;
  margin-bottom: 40px;
  margin-right: 1.2%;
}
.product-contain .wd1600 .product-box .topp .item .img {
  height: 216px;
  line-height: 216px;
  text-align: center;
  overflow: hidden;
}
.product-contain .wd1600 .product-box .topp .item .img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: 0.5s;
}
.product-contain .wd1600 .product-box .topp .item .info {
  height: 140px;
  text-align: center;
  padding: 30px 10px 10px;
  box-sizing: border-box;
  border-top: 1px solid #ccc;
  background-color: #fafafa;
  transition: 0.5s;
}
.product-contain .wd1600 .product-box .topp .item .info .i-title {
  font-size: 18px;
  font-weight: bold;
  transition: 0.5s;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-contain .wd1600 .product-box .topp .item .info .i-intro {
  margin-top: 10px;
  color: #808080;
  line-height: 24px;
  transition: 0.5s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-contain .wd1600 .product-box .topp .item:nth-of-type(4n) {
  margin-right: 0;
}
.product-contain .wd1600 .product-box .one-pro {
  padding-left: 57px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  position: relative;
}
.product-contain .wd1600 .product-box .one-pro .product-swiper {
  width: 600px;
  height: 450px;
  position: initial;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  text-align: center;
  margin-right: 130px;
}
.product-contain .wd1600 .product-box .one-pro .product-swiper img {
  max-width: 100%;
  width: 100%;
}
.product-contain .wd1600 .product-box .one-pro .one-num {
  flex: 1;
}
.product-contain .wd1600 .product-box .one-pro .one-num .num-title {
  font-size: 26px;
  font-weight: bold;
}
.product-contain .wd1600 .product-box .one-pro .one-num .num-intro {
  margin-top: 58px;
}
.product-contain .wd1600 .product-box .one-pro .one-num .num-intro p {
  font-size: 16px;
  color: #666;
  line-height: 50px;
}
.product-contain .wd1600 .product-box .one-pro .one-num .apply {
  display: block;
  margin-top: 80px;
  width: 140px;
  height: 46px;
  font-size: 16px;
  color: #fff;
  line-height: 46px;
  text-align: center;
  background-color: #0a4496;
  border-radius: 23px;
  transition: 0.3s;
}
.product-contain .wd1600 .product-box .one-pro .one-num .apply:hover {
  background-color: #ff9926;
}
.product-contain .wd1600 .product-box .one-detail {
  margin-top: 60px;
}
.product-contain .wd1600 .product-box .one-detail .detail-title {
  display: flex;
  align-items: center;
  padding: 0 30px 30px;
  border-bottom: 1px solid #ccc;
  justify-content: space-between;
}
.product-contain .wd1600 .product-box .one-detail .detail-title span {
  font-size: 20px;
  font-weight: bold;
}
.product-contain .wd1600 .product-box .one-detail .detail-title a {
  font-size: 16px;
  color: #666;
  transition: 0.3s;
}
.product-contain .wd1600 .product-box .one-detail .detail-title a:hover {
  color: #ff9926;
}
.product-contain .wd1600 .product-box .one-detail .detail-body {
  padding-top: 40px;
  font-size: 16px;
  color: #666;
  line-height: 40px;
  text-align: justify;
}
.product-contain .wd1600 .product-detail {
  padding-top: 0;
}
.product-swiper .swiper-button-next,
.product-swiper .swiper-button-prev {
  width: 27px;
  height: 48px;
  background-size: auto;
}
.product-swiper .swiper-button-next {
  right: auto;
  left: 690px;
  background-image: url("../img/product_icon_r2.png");
}
.product-swiper .swiper-button-prev {
  left: 0;
  background-image: url("../img/product_icon_l.png");
}
.product-swiper .swiper-button-next:hover {
  background-image: url("../img/product_icon_r.png");
}
.product-swiper .swiper-button-prev:hover {
  left: 0;
  background-image: url("../img/product_icon_l2.png");
}
.job-contain {
  padding: 60px 0 80px;
  background-color: #fff;
}
.job-contain .job-box {
  margin-top: 60px;
}
.job-contain .job-box .job-duty {
  height: 80px;
  padding: 0 60px;
  line-height: 80px;
  display: flex;
  align-items: center;
  background-color: #0a4496;
}
.job-contain .job-box .job-duty div {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  flex: 3;
}
.job-contain .job-box .j-main .j-item {
  margin-top: 10px;
}
.job-contain .job-box .j-main .j-item .j-one {
  height: 70px;
  background-color: #f5f5f5;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 60px;
  cursor: pointer;
  transition: 0.3s;
}
.job-contain .job-box .j-main .j-item .j-one div {
  font-size: 16px;
  color: #666;
  flex: 3;
  transition: 0.3s;
}
.job-contain .job-box .j-main .j-item .j-one .name {
  font-size: 20px;
  font-weight: bold;
}
.job-contain .job-box .j-main .j-item .j-one img {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.job-contain .job-box .j-main .j-item .j-one .icon2 {
  display: none;
}
.job-contain .job-box .j-main .j-item .j-one:hover {
  background-color: #0a4496;
}
.job-contain .job-box .j-main .j-item .j-one:hover div {
  color: #fff;
}
.job-contain .job-box .j-main .j-item .j-one:hover .icon1 {
  display: none;
}
.job-contain .job-box .j-main .j-item .j-one:hover .icon2 {
  display: block;
}
.job-contain .job-box .j-main .j-item .j-one-active {
  background-color: #0a4496;
}
.job-contain .job-box .j-main .j-item .j-one-active div {
  color: #fff;
}
.job-contain .job-box .j-main .j-item .j-one-active .icon1 {
  display: none;
}
.job-contain .job-box .j-main .j-item .j-one-active .icon2 {
  display: block;
}
.job-contain .job-box .j-main .j-item .j-neirong {
  display: none;
  padding: 30px 60px;
  background-color: #f5f5f5;
}
.job-contain .job-box .j-main .j-item .j-neirong .nei-item {
  margin-bottom: 25px;
}
.job-contain .job-box .j-main .j-item .j-neirong .nei-item h3 {
  font-size: 18px;
  color: #0a4496;
}
.job-contain .job-box .j-main .j-item .j-neirong .nei-item .info {
  margin-top: 20px;
  font-size:16px;
  color:#666;
}
.job-contain .job-box .j-main .j-item .j-neirong .nei-item .info p {
  font-size: 16px;
  color: #666;
  line-height: 36px;
}
.job-contain .job-box .j-main .j-item .j-neirong .apply {
  display: block;
  width: 150px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  transition: 0.3s;
  text-align: center;
  background-color: #0a4496;
}
.job-contain .job-box .j-main .j-item .j-neirong .apply:hover {
  background-color: #ff9926;
}
.leave-contain {
  padding: 60px 0 80px;
  background-color: #fff;
}
.leave-contain .leave-box {
  margin-top: 60px;
}
.leave-contain .leave-box .sexx {
  -webkit-appearance: radio;
}
.float_l {
  float: left;
}
.leave-box .table {
  padding-top: 50px;
}
.leave-box .table .float_l {
  width: calc(33% - 20px);
  margin-left: 30px;
  height: 58px;
  margin-bottom: 30px;
}
.leave-box .table .float_l:nth-child(3n+1) {
  margin-left: 0;
}
.leave-box .table .float_l .msgtitle {
  font-size: 16px;
  color: #666666;
  line-height: 58px;
  width: 100px;
  padding: 0;
  display: block;
  float: left;
}
.leave-box .table .input td:nth-child(2) {
  width: calc(100% - 100px);
  padding: 0;
  display: block;
  float: left;
}
.leave-box .table .input input {
  width: calc(100% - 115px);
  height: 58px;
  line-height: 58px;
  padding: 0 20px;
  font-size: 14px;
  color: #999999;
  margin-bottom: 20px;
  border: solid 1px #cccccc;
  margin-right: 15px;
}
.leave-box .table .radio td:nth-child(2) {
  padding: 0;
  display: block;
  margin-top: 20px;
}
.leave-box .table .radio td:nth-child(2) input:nth-child(2) {
  margin-left: 20px;
}
.leave-box .table .textarea {
  width: calc(100% - 20px);
  height: 195px;
  margin-bottom: 30px;
}
.leave-box .table .textarea:nth-last-child(2) {
  margin-left: 0px;
}
.leave-box .table .textarea td:nth-child(2) {
  width: calc(100% - 100px);
  height: 165px;
  display: block;
  float: left;
  padding: 0;
  margin-bottom: 20px;
}
.leave-box .table .textarea td:nth-child(2) textarea {
  width: calc(100% - 115px) !important;
  height: 163px !important;
  line-height: 22px;
  padding: 15px 20px;
  display: block;
  font-size: 14px;
  color: #999999;
  border: solid 1px #cccccc;
  float: left;
  margin-right: 20px;
}
.leave-box .table .textarea span {
  display: block;
  margin-top: 10px;
}
.leave-box .table .tijiao {
  width: 100%;
  height: 50px;
}
.leave-box .table .tijiao .msg_btn_area {
  width: 120px;
  height: 50px;
  line-height: 50px;
  display: block;
  border: none;
  text-align: center;
  background: #0a4496;
  margin: auto;
  transition: 0.3s;
}
.leave-box .table .tijiao .msg_btn_area a {
  font-size: 16px;
  color: #fff;
  display: block;
}
.leave-box .table .tijiao .msg_btn_area:hover {
  background: #ff9926;
}
.leave-box .table .tijiao .button {
  margin: auto;
  display: block;
}
.new-contain {
  padding: 60px 0 80px;
  background-color: #fff;
}
.new-contain .wd1600 {
  display: flex;
  justify-content: space-between;
}
.new-contain .wd1600 .new-main {
  flex: 1;
}
.new-contain .wd1600 .new-main .new-box .new-item {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  background-color: #f5f5f5;
  padding: 30px 30px 30px 50px;
  position: relative;
}
.new-contain .wd1600 .new-main .new-box .new-item .shadow {
  position: absolute;
  height: 100%;
  width: 0%;
  top: 0;
  left: 0;
  z-index: 0;
  transition: 0.5s;
  background-color: #0a4496;
}
.new-contain .wd1600 .new-main .new-box .new-item .n-time {
  text-align: center;
  margin-right: 56px;
  position: static;
  z-index: 1;
}
.new-contain .wd1600 .new-main .new-box .new-item .n-time .day {
  font-size: 70px;
  color: #c2c2c2;
  transition: 0.5s;
}
.new-contain .wd1600 .new-main .new-box .new-item .n-time .year {
  font-size: 22px;
  color: #666;
  transition: 0.5s;
}
.new-contain .wd1600 .new-main .new-box .new-item .n-img {
  width: 280px;
  height: 166px;
  overflow: hidden;
  margin-right: 28px;
}
.new-contain .wd1600 .new-main .new-box .new-item .n-img img {
  width: 100%;
  transition: 0.5s;
}
.new-contain .wd1600 .new-main .new-box .new-item .n-info {
  flex: 1;
  position: static;
  z-index: 1;
}
.new-contain .wd1600 .new-main .new-box .new-item .n-info .n-title {
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: 0.5s;
}
.new-contain .wd1600 .new-main .new-box .new-item .n-info .n-intro {
  margin-top: 28px;
  font-size: 16px;
  color: #666;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: 0.5s;
}
.new-contain .wd1600 .new-main .n-article {
  padding: 40px;
  background-color: #f5f5f5;
}
.new-contain .wd1600 .new-main .n-article .article-tit {
  font-size: 28px;
  text-align: center;
}
.new-contain .wd1600 .new-main .n-article .article-type {
  font-size: 16px;
  color: #999;
  text-align: center;
  margin-top: 25px;
}
.new-contain .wd1600 .new-main .n-article .article-body {
  padding: 40px;
  margin-top: 46px;
  background-color: #fff;
}
.new-contain .wd1600 .new-main .n-article .article-body .a-big {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  text-align: justify;
  padding-bottom: 50px;
  border-bottom: 1px solid #ccc;
}
.new-contain .wd1600 .new-main .n-article .article-body .a-page .a-item {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.new-contain .wd1600 .new-main .n-article .article-body .a-page .a-item .next {
  width: 201px;
  height: 50px;
  display: flex;
  margin-right: 40px;
  align-items: center;
  justify-content: space-evenly;
  border: solid 1px #cccccc;
  transition: 0.3s;
  background: none;
  position: relative;
}
.new-contain .wd1600 .new-main .n-article .article-body .a-page .a-item .next .next-r-meng {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
  transition: 0.3s;
  background-color: #0a4496;
}
.new-contain .wd1600 .new-main .n-article .article-body .a-page .a-item .next img {
  position: static;
  z-index: 0;
}
.new-contain .wd1600 .new-main .n-article .article-body .a-page .a-item .next .icon2 {
  display: none;
}
.new-contain .wd1600 .new-main .n-article .article-body .a-page .a-item .next .icon {
  transition: 0.3s;
}
.new-contain .wd1600 .new-main .n-article .article-body .a-page .a-item .next span {
  position: static;
  z-index: 0;
  font-size: 16px;
  color: #999;
  transition: 0.3s;
}
.new-contain .wd1600 .new-main .n-article .article-body .a-page .a-item .next-r {
  overflow: hidden;
}
.new-contain .wd1600 .new-main .n-article .article-body .a-page .a-item .next-r .next-r-meng {
  right: -201px;
}
.new-contain .wd1600 .new-main .n-article .article-body .a-page .a-item .next-l {
  overflow: hidden;
}
.new-contain .wd1600 .new-main .n-article .article-body .a-page .a-item .next-l .next-r-meng {
  left: -201px;
}
.new-contain .wd1600 .new-main .n-article .article-body .a-page .a-item span {
  font-size: 18px;
  color: #666;
}
.new-contain .wd1600 .new-flac {
  width: 400px;
  margin-left: 50px;
}
.new-contain .wd1600 .new-flac .flac-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 182px;
  background-image: url("../img/new_flac.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.new-contain .wd1600 .new-flac .flac-title span {
  margin: 0 20px;
  font-size: 32px;
  color: #fff;
  font-weight: bold;
}
.new-contain .wd1600 .new-flac .flac-title div {
  width: 50px;
  height: 2px;
  background-color: #ffffff;
}
.new-contain .wd1600 .new-flac .flac-box {
  padding: 0 20px;
  background-color: #f5f5f5;
}
.new-contain .wd1600 .new-flac .flac-box .flac-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding: 30px 0;
}
.new-contain .wd1600 .new-flac .flac-box .flac-item .flac-info {
  flex: 1;
}
.new-contain .wd1600 .new-flac .flac-box .flac-item .flac-info .title {
  font-size: 16px;
  line-height: 24px;
  transition: 0.3s;
}
.new-contain .wd1600 .new-flac .flac-box .flac-item .flac-info .time {
  color: #999;
  margin-top: 23px;
}
.new-contain .wd1600 .new-flac .flac-box .flac-item .flac-img {
  width: 180px;
  height: 107px;
  margin-left: 16px;
  overflow: hidden;
}
.new-contain .wd1600 .new-flac .flac-box .flac-item .flac-img img {
  width: 100%;
  transition: 0.3s;
}
.new-contain .wd1600 .new-flac .flac-box .flac-item:last-child {
  border-bottom: none;
}
.team-contain {
  padding: 60px 0 80px;
  background-color: #fff;
}
.team-contain .team-box {
  margin-top: 60px;
  margin-bottom: 55px;
}
.team-contain .team-box .even {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
}
.team-contain .team-box .even .item {
  width: 16.66%;
  height: 168px;
  line-height: 168px;
  text-align: center;
  transition: 0.5s;
  cursor: pointer;
  box-sizing: border-box;
  border-right: 1px solid #e5e5e5;
}
.team-contain .team-box .even .item img {
  max-width: 80%;
  transition: 0.5s;
  /*-webkit-filter: grayscale(100%);
  filter: grayscale(100%);*/
}
.team-contain .team-box .even .item:last-child {
  border-right: none;
}
.team-contain .team-box .odd {
  border-bottom: 1px solid #e5e5e5;
}
.down-contain {
  padding: 60px 0 80px;
  background-color: #fff;
}
.down-contain .down-box {
  margin-bottom: 60px;
}
.down-contain .down-box .j-item {
  margin-bottom: 10px;
}
.down-contain .down-box .j-item .j-top {
  height: 80px;
  display: flex;
  align-items: center;
  padding: 0 60px;
  background-color: #0a4496;
}
.down-contain .down-box .j-item .j-top div {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.down-contain .down-box .j-item .j-top .name {
  flex: 6;
}
.down-contain .down-box .j-item .j-top .date {
  flex: 4;
}
.down-contain .down-box .j-item .j-top .dow {
  flex: 2;
}
.down-contain .down-box .j-item .j-bot .j-one {
  margin-top: 10px;
  height: 80px;
  background-color: #f5f5f5;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 60px;
  cursor: pointer;
  transition: 0.3s;
}
.down-contain .down-box .j-item .j-bot .j-one > div {
  font-size: 16px;
  color: #666;
  transition: 0.3s;
}
.down-contain .down-box .j-item .j-bot .j-one .name {
  flex: 6;
}
.down-contain .down-box .j-item .j-bot .j-one .date {
  flex: 4;
}
.down-contain .down-box .j-item .j-bot .j-one .dow {
  flex: 2;
  display: flex;
  align-items: center;
}
.down-contain .down-box .j-item .j-bot .j-one .dow span {
  margin-right: 20px;
}
.down-contain .down-box .j-item .j-bot .j-one-active {
  background-color: #0a4496;
}
.down-contain .down-box .j-item .j-bot .j-one-active div {
  color: #fff;
}
.down-contain .down-box .j-item .j-bot .j-one-active .icon1 {
  display: none;
}
.down-contain .down-box .j-item .j-bot .j-one-active .icon2 {
  display: block;
}
.down-contain .down-box .j-item .j-bot .j-one:hover {
  background-color: #0a4496;
}
.down-contain .down-box .j-item .j-bot .j-one:hover > div {
  color: #fff;
}
.lc-contain {
  padding: 50px 0 80px;
  background-color: #fff;
}
.lc-contain .lc-box {
  margin-top: 60px;
  padding-bottom: 110px;
  position: relative;
}
.lc-contain .lc-box .zhuangshi {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  transform: translateX(-50%);
}
.lc-contain .lc-box .wd1600 {
  position: relative;
  padding-bottom: 60px;
}
.lc-contain .lc-box .wd1600 .lc-xian {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  min-height: 300px;
  transform: translateX(-50%);
  background-color: #cccccc;
}
.lc-contain .lc-box .wd1600 .lc-jiantou {
  position: absolute;
  left: 50%;
  top: 0;
  width: 9px;
  display: block;
  transform: translateX(-50%);
}
.lc-contain .lc-box .wd1600 .lc-yuan {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #cccccc;
  transform: translateX(-50%);
}
.lc-contain .lc-box .wd1600 .lc-item {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 20px 0 40px;
}
.lc-contain .lc-box .wd1600 .lc-item > div {
  width: 50%;
  box-sizing: border-box;
}
.lc-contain .lc-box .wd1600 .lc-item .lef img {
  height: 170px;
}
.lc-contain .lc-box .wd1600 .lc-item .rig .r-title {
  font-size: 26px;
  color: #0a4496;
}
.lc-contain .lc-box .wd1600 .lc-item .rig .r-intro {
  margin-top: 28px;
}
.lc-contain .lc-box .wd1600 .lc-item .rig .r-intro p {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
}
.lc-contain .lc-box .wd1600 .lc-item .rig .r-intro p:last-child {
  margin-bottom: 0;
}
.lc-contain .lc-box .wd1600 .lc-item::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #0a4496;
}
.lc-contain .lc-box .wd1600 .lc-item:nth-of-type(odd) .lef {
  float: left;
  display: flex;
  justify-content: flex-end;
  padding-right: 88px;
}
.lc-contain .lc-box .wd1600 .lc-item:nth-of-type(odd) .rig {
  float: right;
  padding-left: 88px;
}
.lc-contain .lc-box .wd1600 .lc-item:nth-of-type(even) .lef {
  float: right;
  display: block;
  padding-right: 0;
  padding-left: 88px;
}
.lc-contain .lc-box .wd1600 .lc-item:nth-of-type(even) .rig {
  float: left;
  padding-right: 88px;
  padding-left: 0;
  text-align: right;
}
@media screen and (min-width: 1200px) {
  .staff-contain .staff-box .item:hover .img img {
    transform: scale(1.1);
  }
  .staff-contain .staff-box .item:hover .info {
    background-color: #0a4496;
  }
  .staff-contain .staff-box .item:hover .info .icon2 {
    display: block;
  }
  .staff-contain .staff-box .item:hover .info .icon1 {
    display: none;
  }
  .staff-contain .staff-box .item:hover .info > div .name {
    color: #fff;
  }
  .staff-contain .staff-box .item:hover .info > div .duty {
    color: #fff;
  }
  .product-contain .wd1600 .product-box .item:hover {
    border: 1px solid #0a4496;
  }
  .product-contain .wd1600 .product-box .item:hover .img img {
    transform: scale(1.1);
  }
  .product-contain .wd1600 .product-box .item:hover .info {
    border-top: 1px solid #0a4496;
    background-color: #0a4496;
  }
  .product-contain .wd1600 .product-box .item:hover .info .i-title {
    color: #fff;
  }
  .product-contain .wd1600 .product-box .item:hover .info .i-intro {
    color: #fff;
  }
  .new-contain .wd1600 .new-main .new-box .new-item:hover .shadow {
    width: 100%;
  }
  .new-contain .wd1600 .new-main .new-box .new-item:hover .n-time .day {
    color: #fff;
  }
  .new-contain .wd1600 .new-main .new-box .new-item:hover .n-time .year {
    color: #fff;
  }
  .new-contain .wd1600 .new-main .new-box .new-item:hover .n-img img {
    transform: scale(1.2);
  }
  .new-contain .wd1600 .new-main .new-box .new-item:hover .n-info .n-title {
    color: #fff;
  }
  .new-contain .wd1600 .new-main .new-box .new-item:hover .n-info .n-intro {
    color: #fff;
  }
  .new-contain .wd1600 .new-flac .flac-box .flac-item:hover .flac-info .title {
    color: #0a4496;
  }
  .new-contain .wd1600 .new-flac .flac-box .flac-item:hover .flac-img img {
    transform: scale(1.1);
  }
  .new-contain .wd1600 .new-main .n-article .article-body .a-page .a-item:hover .next {
    border: 1px solid #0a4496;
  }
  .new-contain .wd1600 .new-main .n-article .article-body .a-page .a-item:hover .next-r .next-r-meng {
    right: 0;
  }
  .new-contain .wd1600 .new-main .n-article .article-body .a-page .a-item:hover .next-l .next-r-meng {
    left: 0;
  }
  .new-contain .wd1600 .new-main .n-article .article-body .a-page .a-item:hover .next .icon1 {
    display: none;
  }
  .new-contain .wd1600 .new-main .n-article .article-body .a-page .a-item:hover .next .icon2 {
    display: block;
  }
  .new-contain .wd1600 .new-main .n-article .article-body .a-page .a-item:hover .next span {
    color: #fff;
  }
  .new-contain .wd1600 .new-main .n-article .article-body .a-page .a-item:hover span {
    color: #0a4496;
  }
  .team-contain .team-box .even .item:hover {
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
  }
  .team-contain .team-box .even .item:hover img {
    filter: none;
    -webkit-filter: none;
  }
}
@media screen and (max-width: 1600px) {
  .new-contain .wd1600 .new-main .new-box .new-item .n-time {
    margin-right: 30px;
  }
  .product-contain .wd1600 .product-box .topp .item:nth-of-type(4n) {
    margin-right: auto;
  }
  .product-contain .wd1600 .product-box .topp .item {
    width: 32%;
    margin-right: 2%;
  }
  .product-contain .wd1600 .product-box .topp .item:nth-of-type(3n) {
    margin-right: 0;
  }
  .product-swiper .swiper-button-next {
    left: 455px;
  }
  .product-contain .wd1600 .product-box .one-pro {
    padding-left: 0;
  }
  .product-contain .wd1600 .product-box .one-pro .product-swiper {
    margin-right: 30px;
    width: 480px;
    height: 360px;
  }
  .product-contain .wd1600 .product-box .one-pro .one-num .num-intro {
    margin-top: 30px;
  }
  .product-contain .wd1600 .product-box .one-pro .one-num .apply {
    margin-top: 40px;
  }
  .contact-contain .contact-box .show {
    width: 400px;
  }
  .contact-contain .contact-box {
    padding: 30px;
  }
  .nei-banner {
    background-size: auto 125%;
  }
}
@media screen and (max-width: 1200px) {
    .product-contain .wd1600 .slider .item >ul >li:hover .san-ul{
        display: none;
    }
  .leave-box .table .float_l {
    width: calc(50% - 20px);
    margin-left: 30px !important;
  }
  .leave-box .table .float_l:nth-child(2n+1) {
    margin-left: 0 !important;
  }
  .leave-box .table .textarea {
    width: calc(100% - 20px) !important;
    margin-left: 0 !important;
  }
  .leave-box .table .tijiao {
    width: 100% !important;
  }
  .nei-banner .wd1600 {
    text-align: center;
  }
  .nei-banner .wd1600 .nei-more {
    margin: 40px auto 0;
  }
  .nei-site .wd1600 .site {
    display: none;
  }
  .about-contain,
  .lc-contain,
  .staff-contain,
  .honor-contain,
  .new-contain,
  .product-contain,
  .contact-contain,
  .down-contain,
  .team-contain,
  .job-contain,
  .leave-contain,
  .staff-contain .staff-article .top {
    padding: 30px 0;
  }
  .about-contain .about-box,
  .lc-contain .lc-box,
  .staff-contain .staff-box,
  .honor-contain .honor-box,
  .contact-contain .contact-box,
  .job-contain .job-box,
  .leave-contain .leave-box {
    margin-top: 30px;
  }
  .staff-contain .staff-box .item {
    width: 32%;
    margin-right: 2%;
  }
  .staff-contain .staff-box .item:nth-of-type(4n) {
    margin-right: auto;
  }
  .staff-contain .staff-box .item:nth-of-type(3n) {
    margin-right: 0;
  }
  .new-contain .wd1600 {
    display: block;
  }
  .new-contain .wd1600 .new-flac {
    display: none;
  }
  .product-contain .wd1600 .product-box .topp .item .img,
  .product-contain .wd1600 .product-box .topp .item .info {
    height: auto;
  }
  .product-contain .wd1600 .product-box .topp .item .info {
    padding: 10px;
  }
  .product-contain .wd1600 {
    display: block;
  }
  .product-contain .wd1600 .slider,
  .product-contain .wd1600 .slider .item .one {
    width: 100%;
  }
  .product-contain .wd1600 .slider .item ul {
    display: none;
    flex-wrap: wrap;
    padding: 10px 20px;
    box-sizing: border-box;
    overflow: hidden;
  }
  .product-contain .wd1600 .slider .item ul li {
    margin-right: 20px;
    float: left;
  }
  .product-contain .wd1600 .slider .item ul li a {
    font-size: 14px;
    padding: 0;
    margin-bottom: 10px;
  }
  .product-contain .wd1600 .slider .item .one {
    height: 50px;
    line-height: 50px;
  }
  .product-contain .wd1600 .mobile-slider {
    display: block;
  }
  .product-contain .wd1600 .pc-slider {
    display: none;
  }
  .product-contain .wd1600 .product-box {
    padding-top: 30px;
  }
  .contact-contain .contact-box .show {
    width: 250px;
    margin-right: 30px;
  }
  .team-contain .team-box .even .item {
    height: 120px;
    line-height: 120px;
  }
  .team-contain .team-box .even .item img {
    max-width: 95%;
  }
  .team-contain .team-box {
    margin-top: 30px;
  }
  .job-contain .job-box .job-duty {
    height: 60px;
    padding: 0 20px;
    line-height: 60px;
  }
  .job-contain .job-box .job-duty div {
    font-size: 16px;
  }
  .job-contain .job-box .j-main .j-item .j-one {
    height: 50px;
    padding: 0 20px;
  }
  .job-contain .job-box .j-main .j-item .j-one .name {
    font-size: 16px;
  }
  .job-contain .job-box .j-main .j-item .j-one div,
  .job-contain .job-box .j-main .j-item .j-neirong .nei-item h3 {
    font-size: 15px;
  }
  .job-contain .job-box .j-main .j-item .j-one img {
    width: 25px;
  }
  .job-contain .job-box .j-main .j-item .j-neirong {
    padding: 30px 15px;
  }
  .job-contain .job-box .j-main .j-item .j-neirong .nei-item .info p {
    font-size: 14px;
    line-height: 26px;
  }
  .staff-contain .staff-article .top {
    align-items: flex-start;
  }
  .staff-contain .staff-article .top .big-s {
    width: 400px;
    height: auto;
    margin-right: 25px;
  }
  .nei-banner {
    background-size: cover;
    background-position: center;
  }
}
@media screen and (max-width: 1100px) {
  .leave-box .table {
    padding-top: 0px;
  }
  .leave-box .table .float_l {
    width: 100% !important;
    height: auto;
    margin-bottom: 0px;
    margin-left: 0 !important;
  }
  .leave-box .table .input input {
    margin-bottom: 0px;
  }
  .leave-box .table .float_l .msgtitle {
    width: 100%;
    font-size: 15px;
    color: #666666;
    line-height: 46px;
  }
  .leave-box .table .input td:nth-child(2) {
    width: 100%;
  }
  .leave-box .table .input input {
    width: calc(100% - 80px);
    height: 50px;
    line-height: 50px;
    margin-bottom: 6px;
    padding: 0 15px;
    font-size: 15px;
    margin-right: 5px;
  }
  .leave-box .table .textarea td:nth-child(2) textarea {
    width: calc(100% - 80px) !important;
    height: 150px !important;
    padding: 15px;
    font-size: 15px;
    margin-right: 10px;
    margin-bottom: 0;
  }
  .leave-box .table .textarea td:nth-child(2) {
    width: 100% !important;
  }
  .leave-box .table .tijiao .msg_btn_area {
    width: 110px;
    font-size: 15px;
    height: 46px;
    line-height: 46px;
  }
  .leave-box .table .radio {
    width: 50% !important;
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 960px) {
  .honor-contain .honor-box .item:nth-of-type(5n) {
    margin-right: auto;
  }
  .honor-contain .honor-box .item {
    width: 32%;
    margin-right: 2%;
  }
  .honor-contain .honor-box .item:nth-of-type(3n) {
    margin-right: 0;
  }
  .contact-contain .contact-box {
    display: block;
  }
  .contact-contain .contact-box .show {
    display: block;
    margin: auto;
  }
  .staff-contain .staff-article .top {
    display: block;
  }
  .staff-contain .staff-article .top .big-s {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    width: auto;
  }
  .staff-contain .staff-article .top .big-info .apply {
    margin-top: 30px;
  }
  .staff-contain .staff-article .top .big-info .big-main {
    margin-top: 30px;
  }
  .staff-contain .staff-article .top .big-info .big-main p {
    line-height: 26px;
  }
}
@media screen and (max-width: 768px) {
  .nei-banner {
    height: 250px;
    padding-top: 0;
  }
  .nei-banner .wd1600 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .nei-banner .wd1600 .nei-intro {
    margin: 20px 0;
    font-size: 16px;
  }
  .nei-banner .wd1600 .nei-more {
    margin: 0;
    font-size: 15px;
  }
  .nei-banner .wd1600 .nei-title {
    font-size: 22px;
  }
  .nei-banner .wd1600 .nei-more {
    width: 100px;
    height: 40px;
    line-height: 40px;
  }
  .nei-site .wd1600 .nei-nav li a {
    width: auto;
    padding: 0 20px;
    height: 45px;
    line-height: 45px;
  }
  .nei-Title .c {
    font-size: 24px;
  }
  .nei-Title .e {
    margin-top: 10px;
  }
  .lc-contain .lc-box .wd1600 .lc-item:nth-of-type(odd) .lef {
    padding-right: 30px;
  }
  .lc-contain .lc-box .wd1600 .lc-item:nth-of-type(odd) .rig {
    padding-left: 30px;
  }
  .lc-contain .lc-box .wd1600 .lc-item:nth-of-type(even) .lef {
    padding-left: 30px;
  }
  .lc-contain .lc-box .wd1600 .lc-item:nth-of-type(even) .rig {
    padding-right: 30px;
  }
  .lc-contain .lc-box .wd1600 .lc-item .rig .r-intro p {
    margin-bottom: 10px;
  }
  .lc-contain .lc-box .wd1600 .lc-item .rig .r-intro {
    margin-top: 24px;
  }
  .lc-contain .lc-box {
    padding-bottom: 65px;
  }
  .lc-contain .lc-box .zhuangshi {
    width: 90%;
  }
  .staff-contain .staff-box .item {
    width: 49%;
    margin-right: 2%;
  }
  .staff-contain .staff-box .item:nth-of-type(4n) {
    margin-right: auto;
  }
  .staff-contain .staff-box .item:nth-of-type(3n) {
    margin-right: auto;
  }
  .staff-contain .staff-box .item:nth-of-type(2n) {
    margin-right: 0;
  }
  .staff-contain .staff-box .item .img,
  .staff-contain .staff-box .item .img img {
    height: auto;
  }
  .staff-contain .staff-box .item .info {
    padding: 15px;
  }
  .staff-contain .staff-box .item .info > div .name {
    font-size: 18px;
  }
  .staff-contain .staff-box .item .info > div .duty {
    font-size: 15px;
  }
  .staff-contain .staff-box .item .info img {
    width: 25px;
  }
  #page {
    padding: 0 15px;
  }
  .new-contain .wd1600 .new-main .new-box .new-item .n-time {
    display: none;
  }
  .new-contain .wd1600 .new-main .new-box .new-item {
    padding: 20px;
  }
  .new-contain .wd1600 .new-main .n-article {
    padding: 30px 20px;
  }
  .new-contain .wd1600 .new-main .n-article .article-tit {
    font-size: 18px;
  }
  .new-contain .wd1600 .new-main .n-article .article-body {
    margin-top: 30px;
    padding: 0;
    background: none;
  }
  .new-contain .wd1600 .new-main .n-article .article-type {
    margin-top: 15px;
    font-size: 15px;
    text-align: left;
  }
  .new-contain .wd1600 .new-main .n-article .article-body .a-page .a-item .next .icon {
    display: none;
  }
  .new-contain .wd1600 .new-main .n-article .article-body .a-page .a-item .next {
    width: auto;
    height: auto;
    background: none;
    border: none;
    margin-right: 20px;
  }
  .new-contain .wd1600 .new-main .n-article .article-body .a-page .a-item span {
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
  }
  .new-contain .wd1600 .new-main .n-article .article-body .a-page .a-item {
    margin-top: 20px;
  }
  .product-contain .wd1600 .product-box .topp .item:nth-of-type(3n) {
    margin-right: auto;
  }
  .product-contain .wd1600 .product-box .topp .item:nth-of-type(2n) {
    margin-right: 0;
  }
  .product-contain .wd1600 .product-box .topp .item {
    margin-bottom: 20px;
    width: 49%;
  }
  .product-contain .wd1600 .product-box .topp .item .info .i-intro {
    line-height: 22px;
  }
  .product-contain .wd1600 .product-box .topp .item .info .i-title {
    font-size: 16px;
  }
  .product-contain .wd1600 .product-box .one-pro {
    display: block;
  }
  .product-contain .wd1600 .product-box .one-pro .product-swiper {
    margin-right: 0;
    width: 100%;
    height: auto;
    line-height: normal;
  }
  .product-contain .wd1600 .product-box .one-pro .one-num {
    margin-top: 20px;
  }
  .product-contain .wd1600 .product-box .one-pro .one-num .num-intro p {
    line-height: 30px;
  }
  .product-contain .wd1600 .product-box .one-detail {
    margin-top: 40px;
  }
  .product-contain .wd1600 .product-box .one-detail .detail-title {
    padding: 0 15px 15px;
  }
  .product-contain .wd1600 .product-box .one-detail .detail-body {
    padding-top: 25px;
  }
  .down-contain .down-box .j-item .j-top div {
    font-size: 16px;
  }
  .down-contain .down-box .j-item .j-top,
  .down-contain .down-box .j-item .j-bot .j-one {
    height: 45px;
    padding: 0 15px;
  }
  .down-contain .down-box .j-item .j-bot .j-one > div {
    font-size: 14px;
  }
  .down-contain .down-box .j-item .j-bot .j-one .name,
  .down-contain .down-box .j-item .j-bot .j-one .dow,
  .down-contain .down-box .j-item .j-top .name,
  .down-contain .down-box .j-item .j-top .dow {
    flex: 4;
  }
  .team-contain .team-box {
    margin-bottom: 30px;
  }
  .team-contain .team-box .even {
    align-items: stretch;
    flex-wrap: wrap;
  }
  .team-contain .team-box .even .item {
    width: 50%;
    border: none;
    height: auto;
    line-height: normal;
  }
  .team-contain .team-box .even .item img {
    filter: none;
    -webkit-filter: none;
  }
  .team-contain .team-box .odd {
    border: none;
  }
  .job-contain .job-box .j-main .j-item .j-one div:nth-of-type(4),
  .job-contain .job-box .job-duty div:nth-of-type(4) {
    display: none;
  }
  .job-contain .job-box .j-main .j-item .j-one img {
    right: 15px;
    width: 20px;
  }
  .staff-contain .staff-article .bot {
    display: block;
  }
  .staff-contain .staff-article .bot a,
  .staff-contain .staff-article .bot a span {
    margin: 0;
  }
  .staff-contain .staff-article .bot a {
    margin-bottom: 10px;
  }
  .staff-contain .staff-article .bot a img {
    display: none;
  }
  .product-swiper .swiper-button-next,
  .product-swiper .swiper-button-prev {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .nei-site .wd1600 .nei-nav {
    width: 100%;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
  }
  .lc-contain .lc-box .wd1600 .lc-item .lef img {
    height: auto;
    width: 100%;
  }
  .lc-contain .lc-box .wd1600 .lc-item {
    display: flex;
    align-items: center;
    padding: 0 0 20px;
  }
  .lc-contain .lc-box .wd1600 .lc-item:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  .lc-contain .lc-box .wd1600 .lc-item:nth-of-type(odd) .lef {
    padding-right: 15px;
  }
  .lc-contain .lc-box .wd1600 .lc-item:nth-of-type(odd) .rig {
    padding-left: 15px;
  }
  .lc-contain .lc-box .wd1600 .lc-item:nth-of-type(even) .lef {
    padding-left: 15px;
  }
  .lc-contain .lc-box .wd1600 .lc-item:nth-of-type(even) .rig {
    padding-right: 15px;
  }
  .lc-contain .lc-box .wd1600 .lc-item .rig .r-intro p {
    margin-bottom: 15px;
  }
  .lc-contain .lc-box .wd1600 .lc-item .rig .r-intro {
    margin-top: 18px;
  }
  .lc-contain .lc-box .wd1600 .lc-item .rig .r-intro p {
    font-size: 14px;
  }
  .staff-contain .staff-box .item {
    margin-bottom: 20px;
  }
  #page {
    display: block;
  }
  #page ul {
    margin: 15px 0;
    justify-content: space-around;
  }
  #page .next {
    width: 100%;
    height: 40px;
  }
  #page ul li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  #page .next .icon {
    display: none;
  }
  .honor-contain .honor-box .item:nth-of-type(5n) {
    margin-right: auto;
  }
  .honor-contain .honor-box .item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  .honor-contain .honor-box .item:nth-of-type(3n) {
    margin-right: auto;
  }
  .honor-contain .honor-box .item:nth-of-type(2n) {
    margin-right: 0;
  }
  .honor-contain .honor-box .item .name {
    margin-top: 15px;
  }
  .new-contain .wd1600 .new-main .new-box .new-item {
    margin-bottom: 20px;
    display: block;
    background: none;
    padding: 0;
  }
  .new-contain .wd1600 .new-main .new-box .new-item .n-img {
    width: 100%;
    height: auto;
  }
  .new-contain .wd1600 .new-main .new-box .new-item .n-info {
    padding: 20px 15px;
    background-color: #f5f5f5;
  }
  .new-contain .wd1600 .new-main .new-box .new-item .n-info .n-intro {
    margin-top: 15px;
    line-height: 26px;
    font-size: 15px;
  }
  .product-contain .wd1600 .slider .item ul {
    padding: 10px 10px 0;
  }
  .product-contain .wd1600 .slider .item ul li {
    margin-right: 0;
    width: 45%;
    margin-right: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 15px;
  }
  .contact-contain .contact-box .lianxi .bot .com-box ul .second {
    min-width: auto;
  }
  .contact-contain .contact-box .lianxi .bot .com-box ul {
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .contact-contain .contact-box .lianxi .bot .com-box ul li {
    margin-right: 25px;
    font-size: 14px;
  }
  .contact-contain .contact-box {
    padding: 30px 15px;
  }
  .contact-contain .contact-box .lianxi {
    margin-top: 20px;
  }
  .down-contain .down-box .j-item .j-bot .j-one .dow span {
    display: none;
  }
  .down-contain .down-box .j-item .j-bot .j-one > div,
  .down-contain .down-box .j-item .j-top div {
    justify-content: center;
    text-align: center;
  }
  .job-contain .job-box .j-main .j-item .j-one div:nth-of-type(3),
  .job-contain .job-box .job-duty div:nth-of-type(3) {
    display: none;
  }
  .job-contain .job-box .j-main .j-item .j-neirong .apply {
    width: 90px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }
  .staff-contain .staff-article .top .big-info .name {
    font-size: 20px;
  }
  .staff-contain .staff-article .top .big-info .big-main {
    margin-top: 20px;
  }
  .staff-contain .staff-article .top .big-info .big-main p {
    font-size: 14px;
  }
  #page .next-r .next-r-meng {
    right: 100%;
  }
  #page .next-l .next-r-meng {
    left: 100%;
  }
}
@media screen and (max-width: 480px) {
  .product-contain .wd1600 .product-box .one-pro .one-num .num-title {
    font-size: 20px;
  }
  .product-contain .wd1600 .product-box .one-pro .one-num .num-intro {
    margin-top: 20px;
  }
  .product-contain .wd1600 .product-box .one-pro .one-num .apply {
    margin-top: 20px;
  }
}
