* {
  margin: 0;
  padding: 0;
}
body {
  color: #333333;
  font-size: 14px;
  background: #fff;
  overflow-x: hidden;
  width: 100%;
  font-family: Microsoft YaHei;
}
.overflow1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.clear {
  clear: both;
}
.text-primary {
  color: #14997e;
}
.mb10 {
  margin-bottom: 10px;
}
.text-gray-3 {
  color: #333;
}
.text-gray-6 {
  color: #666;
}
.text-gray-9 {
  color: #999;
}
.fz16 {
  font-size: 16px;
}
.fwb {
  font-weight: bold;
}
h3,
h4 {
  font-weight: normal;
}
i {
  font-style: normal;
}
.df {
  display: flex;
}
.dfc {
  display: flex;
  align-items: center;
}
.dfcc {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fx1 {
  flex: 1;
}
.flex-wrap {
  flex-wrap: wrap;
}
a {
  color: #333333;
  text-decoration: none;
}
li {
  list-style: none;
}
.wrap {
  margin: 0 auto;
  width: 1300px;
}
.dec {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.overflow5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.overflow3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.clear {
  clear: both;
}
.head-top .top-content .logo-tel {
  background: url('../images/top_01.jpg') no-repeat center / cover;
}
.head-top .top-content .logo-tel .wrap {
  display: flex;
  justify-content: space-between;
  height: 130px;
  align-items: center;
}
.head-top .top-content .logo-tel .right {
  display: flex;
}
.head-top .top-content .logo-tel .right .tel {
  display: flex;
  margin-right: 110px;
}
.head-top .top-content .logo-tel .right .tel > div:nth-child(1) {
  margin-right: 40px;
}
.head-top .top-content .logo-tel .right .tel > div span:nth-child(1) {
  font-size: 20px;
  color: #bbc4d8;
  margin-right: 5px;
}
.head-top .top-content .logo-tel .right .tel > div span:nth-child(2) {
  font-size: 18px;
  color: #ffffff;
}
.head-top .top-content .logo-tel .right .link {
  color: #fff;
}
.head-top .top-content .logo-tel .right .link a {
  color: #fff;
}
.head-top .top-content .nav {
  background: #eceef3;
}
.head-top .top-content .navBar {
  display: flex;
  height: 64px;
}
.head-top .top-content .navBar li {
  height: 64px;
  position: relative;
  color: #333333;
}
.head-top .top-content .navBar li.on {
  height: 64px;
  border-right: none;
  background: #2340a6;
}
.head-top .top-content .navBar li.on .tit {
  height: 64px;
  font-weight: 700;
  color: #fff;
}
.head-top .top-content .navBar li:hover {
  height: 64px;
  border-right: none;
  position: relative;
}
.head-top .top-content .navBar li:hover .tit {
  height: 64px;
  font-weight: 700;
  color: #fff;
}
.head-top .top-content .navBar li:hover .tit::before {
  bottom: 0;
}
.head-top .top-content .navBar li:hover .sub {
  display: block !important;
}
.head-top .top-content .navBar li:hover::before {
  height: 100%;
}
.head-top .top-content .navBar .tit {
  font-size: 16px;
  height: 64px;
  line-height: 64px;
  color: #333;
  z-index: 2;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.head-top .top-content .navBar .tit::before {
  content: '';
  width: 100%;
  height: 64px;
  position: absolute;
  bottom: -64px;
  background: #2340a6;
  z-index: -1;
  transition: all 0.3s;
}
.head-top .top-content .navBar .sub {
  position: absolute;
  left: 50%;
  transition: all 0.3s linear;
  overflow: hidden;
  min-width: 150px;
  display: none;
  transform: translateX(-50%);
  z-index: 100000000;
  background: #fff;
  box-sizing: border-box;
}
.head-top .top-content .navBar .sub a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 26px;
  box-sizing: border-box;
  text-align: center;
}
.head-top .top-content .navBar .sub a:hover {
  background: #2340a6;
  color: #fff;
}
.com-tit {
  font-weight: bold;
  font-size: 36px;
  color: #333;
  text-align: center;
}
.recommand {
  margin-top: 70px;
}
.recommand .list {
  margin-top: 80px;
}
.recommand .list ul li a {
  display: flex;
}
.recommand .list ul li a .left {
  width: 610px;
  height: 413px;
  background: #2d47a1;
  padding: 0 50px;
  box-sizing: border-box;
  position: relative;
}
.recommand .list ul li a .left .tx {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}
.recommand .list ul li a .left .tx .tit {
  font-size: 22px;
  color: #ffffff;
  display: flex;
  align-items: center;
}
.recommand .list ul li a .left .tx .tit img {
  margin-right: 25px;
}
.recommand .list ul li a .left .tx .dec {
  font-size: 16px;
  color: #c7cfe9;
  line-height: 36px;
  margin-top: 35px;
}
.recommand .list ul li a .left .tx .more {
  font-size: 16px;
  color: #ffffff;
  line-height: 36px;
  text-decoration-line: underline;
  margin-top: 49px;
}
.recommand .list ul li a .left .num {
  position: absolute;
  font-size: 103px;
  color: #ffffff;
  line-height: 74px;
  opacity: 0.15;
  bottom: 35px;
  right: 50px;
  font-weight: bold;
}
.recommand .list ul li a .right {
  width: 686px;
  height: 413px;
}
.recommand .list ul li a .right img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.recommand .hd {
  margin-top: 95px;
  background: url('../images/swiper.jpg') no-repeat center / cover;
}
.recommand .hd ul {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 107px;
}
.recommand .hd ul li {
  margin: 0 50px;
  width: 15px;
  height: 15px;
  background: #eeeeee;
  border-radius: 50%;
}
.recommand .hd ul li.on {
  background: #ffb400;
}
.ny-head {
  background: #fff;
  height: 84px;
  position: fixed;
  box-shadow: rgba(243, 243, 243, 0.76) 2px 0px 10px 0px;
}
.ny-head .top-content {
  position: fixed;
  top: 0;
}
.about {
  position: relative;
  z-index: -1;
}
.about .content-text .left {
  width: 540px;
  position: relative;
  padding-bottom: 6px;
}
.about .content-text .left > .tit {
  padding-top: 90px;
}
.about .content-text .left > .tit p:nth-child(1) {
  width: 104px;
  height: 1px;
  background: #2340a6;
  opacity: 0.5;
}
.about .content-text .left > .tit p:nth-child(2) {
  font-weight: bold;
  font-size: 36px;
  color: #2e2e2e;
  margin-top: 22px;
}
.about .content-text .left .conts {
  position: relative;
}
.about .content-text .left .conts .tit {
  font-weight: bold;
  font-size: 28px;
  color: #2e2e2e;
  margin-top: 110px;
}
.about .content-text .left .conts .desc {
  font-size: 16px;
  color: #2e2e2e;
  line-height: 28px;
  margin-top: 45px;
}
.about .content-text .left .conts .more {
  width: 170px;
  height: 48px;
  background: #f8bb00;
  box-shadow: 0px 13px 12px 1px rgba(248, 188, 3, 0.15);
  border-radius: 24px;
  margin-top: 70px;
  line-height: 48px;
  text-align: center;
}
.about .content-text .left .conts .more a {
  font-size: 20px;
  color: #2e2e2e;
}
.about .content-text .left .conts .en {
  font-size: 130px;
  font-weight: bold;
  color: #e6e6e6;
  position: absolute;
  bottom: -15px;
  left: 0;
  z-index: -1;
  opacity: 0.5;
  height: 150px;
  text-transform: uppercase;
  white-space: nowrap;
}
.about .content-text .left .l-mid {
  width: 268px;
  height: 138px;
  padding: 35px 30px;
  box-sizing: border-box;
  background: #2d47a1;
  position: absolute;
  bottom: 86px;
  right: -360px;
}
.about .content-text .left .l-mid .tx {
  font-size: 14px;
  color: #ffffff;
  line-height: 25px;
}
.about .content-text .left .l-mid .t-img {
  position: absolute;
  left: 0;
  bottom: 0;
}
.about .right {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 50.4%;
  height: 687px;
}
.about .right img {
  width: 100%;
  height: 100%;
}
.about .history {
  width: 100%;
  margin-top: 100px;
  position: relative;
  z-index: 10;
}
.about .history ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.about .history ul li {
  /* flex: 1; */
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.about .history ul li:hover p {
  color: #2340a6 !important;
}
.about .history ul li:hover span {
  color: #2340a6 !important;
}
.about .history ul li:nth-last-child(1) {
  border-right: none;
}
.about .history ul li:nth-child(2) p:nth-child(2),
.about .history ul li:nth-child(3) p:nth-child(2) {
  margin-left: 10px;
}
.about .history ul li p:nth-child(1) {
  font-weight: bold;
  font-size: 60px;
  color: #2d47a1;
}
.about .history ul li p:nth-child(1) span:nth-child(2) {
  font-size: 24px;
  color: #2d47a1;
  text-align: left;
  position: relative;
  left: 5px;
  bottom: 5px;
}
.about .history ul li p:nth-child(2) {
  font-size: 20px;
  color: #333333;
  line-height: 36px;
}
.product {
  margin-top: 70px;
}
.product .list {
  margin-top: 10px;
}
.product .list ul {
  display: flex;
  flex-wrap: wrap;
}
.product .list ul li {
  margin-top: 35px;
  width: calc(33% - 16px);
  margin-right: 30px;
}
.product .list ul li:hover .img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.product .list ul li:hover .text {
  color: #2340a6;
}
.product .list ul li:nth-child(3n) {
  margin-right: 0;
}
.product .list ul li .img-wrap {
  width: 100%;
  height: 325px;
  background: #ffffff;
  border: 15px solid #f7f7f7;
  box-sizing: border-box;
  overflow: hidden;
}
.product .list ul li .img-wrap .img {
  width: 100%;
  height: 100%;
}
.product .list ul li .text {
  color: #2e2e2e;
  text-align: center;
  padding: 0 24px;
  box-sizing: border-box;
  margin-top: 25px;
  font-size: 18px;
}
.service {
  margin-top: 65px;
}
.service .list {
  margin-top: 55px;
  position: relative;
}
.service .list ul {
  display: flex;
}
.service .list ul li {
  width: 25%;
  position: relative;
}
.service .list ul li .img-wrap {
  width: 100%;
}
.service .list ul li .img-wrap::after {
  content: '';
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.service .list ul li .img-wrap .img {
  width: 100%;
  content: '';
  padding-bottom: 146%;
}
.service .list ul li .conts {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.service .list ul li .conts .tit {
  font-size: 26px;
  color: #ffffff;
  margin-top: 30px;
}
.service .list ul li .conts .more {
  width: 141px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  border-radius: 23px;
  border: 1px solid #ffffff;
  margin-top: 25.5%;
  color: #ffffff;
}
.service .list .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 8.5%;
}
.service .list .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background: #ffffff;
  margin: 0 15px !important;
  opacity: 1 !important;
}
.service .list .swiper-pagination-bullet-active {
  width: 19px;
  height: 19px;
  background: #2340a6 !important;
}
.case {
  margin-top: 50px;
}
.case .com-tit .right {
  display: flex;
}
.case .com-tit .right .case-prev,
.case .com-tit .right .case-next {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  color: #999999;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.case .com-tit .right .case-prev:hover,
.case .com-tit .right .case-next:hover {
  background: #2340a6;
  color: #fff;
}
.case .com-tit .right .case-prev {
  margin-right: 13px;
  transform: rotate(180deg);
}
.case .c-list {
  margin-top: 49px;
  overflow: hidden;
}
.case .c-list ul {
  display: flex;
}
.case .c-list ul li {
  width: calc(33% - 43px);
  margin-right: 70px;
}
.case .c-list ul li .img-wrap {
  width: 100%;
  height: 311px;
  overflow: hidden;
}
.case .c-list ul li .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case .c-list ul li:hover .text p {
  color: #2340a6 !important;
}
.case .c-list ul li:hover .text p:nth-child(1) {
  font-weight: 700;
}
.case .c-list ul li:hover img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.case .c-list ul li .text {
  height: 66px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.case .c-list ul li .text p {
  position: relative;
  z-index: 10;
  text-align: center;
}
.case .c-list ul li .text p:nth-child(1) {
  font-size: 16px;
  color: #333333;
  width: 80%;
}
.case .c-list ul li .text p:nth-child(2) {
  font-size: 24px;
  font-size: 38px;
  color: #e5e5e5;
}
.new {
  padding: 4.68vw 0;
  margin-top: 50px;
  position: relative;
  background: #f7f7f7;
}
.new .wrap {
  width: 91%;
  overflow: hidden;
}
.new .list {
  margin-top: 55px;
  overflow: hidden;
}
.new .list ul {
  display: flex;
}
.new .list ul li .img-wrap {
  width: 100%;
}
.new .list ul li .img-wrap .img {
  width: 100%;
}
.new .list ul li .img-wrap .img::after {
  content: '';
  width: 100%;
  display: block;
  padding-bottom: 77%;
}
.new .list ul li .text {
  padding: 1.97vw 1.5vw;
  box-sizing: border-box;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.new .list ul li .text > div:nth-child(1) {
  height: 30px;
  line-height: 30px;
  background: #2d47a1;
  border-radius: 15px;
  display: inline-block;
  color: #fff;
  width: 110px;
  text-align: center;
}
.new .list ul li .text > div:nth-child(2) {
  font-size: 18px;
  color: #333333;
  margin-top: 20px;
}
.new .swiper-pagination-bullets {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 75px;
  position: relative;
  width: 100%;
}
.new .swiper-pagination-bullets::after {
  content: '';
  width: 100%;
  height: 1px;
  background: #bfbfbf;
  opacity: 0.3;
  top: 9px;
  left: 0;
  position: absolute;
  z-index: 0;
}
.new .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background: #bfbfbf;
  margin: 0 15px !important;
  opacity: 1 !important;
  position: relative;
  z-index: 10;
}
.new .swiper-pagination-bullet-active {
  width: 19px;
  height: 19px;
  background: #2340a6 !important;
}
.footer {
  background: #111830;
  padding: 55px 0;
}
.footer .wrap {
  display: flex;
  justify-content: space-between;
}
.footer .left .foot-nav {
  display: flex;
  align-items: center;
}
.footer .left .foot-nav a {
  font-size: 18px;
  color: #ffffff;
  margin-left: 35px;
}
.footer .left .foot-nav .title {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  padding-right: 35px;
  border-right: 1px solid #888a92;
}
.footer .left .contacts {
  display: flex;
  margin-top: 90px;
}
.footer .left .contacts .item {
  margin-right: 65px;
  display: flex;
  align-items: center;
}
.footer .left .contacts .item span:nth-child(1) {
  font-size: 28px;
  color: #ffffff;
  opacity: 0.7;
}
.footer .left .contacts .item span:nth-child(2) {
  font-size: 14px;
  color: #ffffff;
  margin-left: 14px;
}
.footer .left .link {
  margin-top: 35px;
}
.footer .left .link ul {
  display: flex;
}
.footer .left .link ul li {
  margin-right: 15px;
  position: relative;
}
.footer .left .link ul li:hover .ewm {
  display: block;
}
.footer .left .link ul li .iconfont {
  font-size: 40px;
  color: rgba(255, 255, 255, 0.5);
}
.footer .left .link ul li .ewm {
  display: none;
}
.footer .left .link ul li .ewm img {
  width: 150px;
  height: 150px;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
.footer .left .copy {
  font-size: 14px;
  color: #888b94;
  margin-top: 65px;
}
.footer .left .copy a {
  color: #888b94;
}
.footer .right .form {
  width: 319px;
  height: 359px;
  background: #dce0ed;
  border-radius: 10px;
  padding: 30px;
  box-sizing: border-box;
}
.footer .right .form .tit {
  font-size: 24px;
  color: #333333;
}
.footer .right .form .int {
  display: flex;
  align-items: center;
  height: 50px;
  margin-top: 15px;
  border-bottom: 1px solid #a7adc4;
}
.footer .right .form .int span {
  font-size: 16px;
  color: #333333;
}
.footer .right .form .int input {
  width: 200px;
  line-height: 50px;
  border: none;
  outline: none;
  background: none;
  padding-left: 15px;
}
.footer .right .form .sub {
  width: 260px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #2d47a1;
  margin-top: 25px;
}
.footer .copy-right {
  font-size: 14px;
  color: #cacaca;
  height: 70px;
  line-height: 70px;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}
.footer .copy-right .wrap {
  display: flex;
  justify-content: space-between;
}
.footer .copy-right a {
  color: #cacaca;
}
.ny-tip {
  font-size: 14px;
  color: #333333;
  height: 58px;
  line-height: 58px;
}
.ny-tip .iconfont {
  color: #999999;
  margin-right: 5px;
  font-size: 18px;
}
.inner-banner {
  position: relative;
}
.inner-banner img {
  width: 100%;
  display: block;
}
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner .bd li {
  position: relative;
}
.banner .bd img {
  width: 100%;
  display: block;
}
.banner .hd {
  text-align: center;
  position: absolute;
  bottom: 28px;
  width: 100%;
}
.banner .hd ul {
  width: 100%;
  text-align: center;
}
.banner .hd li {
  display: inline-block;
  width: 9px;
  height: 9px;
  background: #ffffff;
  border-radius: 50%;
  margin: 0 3px;
}
.banner .hd li.on {
  width: 29px;
  height: 8px;
  background: #ffffff;
  border-radius: 4px;
}
.banner .more {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 25px;
  z-index: 10000;
  text-align: center;
  color: #fff;
  font-size: 14px;
  animation: yunMove2 1s infinite;
}
.key {
  height: 85px;
  background: #f3f3f3;
  position: relative;
}
.key .kuai {
  content: '';
  width: 52%;
  height: 102px;
  background: #2340a6;
  position: absolute;
  left: 0;
  z-index: 0;
  top: -18px;
}
.key .kuai img {
  position: absolute;
  right: -50px;
  top: 0;
}
.key .wrap {
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
.key .key-word {
  font-size: 14px;
  color: #fff;
  height: 100%;
  width: 60%;
  line-height: 67px;
}
.key .key-word .t {
  font-size: 16px;
  font-weight: bold;
}
.key .key-word a {
  color: #fff;
}
.key .key-word span {
  color: #fff;
  position: relative;
  z-index: 10;
}
.key .search {
  width: 312px;
  height: 47px;
  background: #fff;
  border-radius: 24px;
  position: relative;
}
.key .search input {
  width: 80%;
  height: 99%;
  border: none;
  background: #fff;
  outline: none;
  margin-left: 20px;
}
.key .search .iconfont {
  font-size: 20px;
  color: #e52128;
  font-weight: 600;
  position: absolute;
  right: 15px;
  top: 12px;
}
.common-left {
  width: 237px;
  background: #f5f5f5;
  float: left;
  box-sizing: border-box;
}
.common-left .title {
  background: #2340a6 url('../images/pro_03.png') center / cover;
  height: 79px;
  line-height: 79px;
  position: relative;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.common-left .title::after {
  content: '';
  display: block;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #fff;
  position: absolute;
  top: -14px;
  right: -3px;
  transform: rotate(314deg);
}
.common-left .nav-list {
  margin-top: 5px;
  background: #ffffff;
}
.common-left .nav-list > ul .li {
  width: 100%;
  height: 68px;
  background: #f8f8f8;
  overflow: hidden;
  position: relative;
  margin-top: 1px;
}
.common-left .nav-list > ul .li:nth-child(1) {
  margin-top: 0;
}
.common-left .nav-list > ul .li a {
  display: block;
  width: 100%;
  height: 68px;
  line-height: 68px;
  padding-left: 19px;
  box-sizing: border-box;
  font-size: 16px;
  color: #333333;
  position: relative;
}
.common-left .nav-list > ul .li a .overflow1 {
  width: 175px;
  display: inline-block;
}
.common-left .nav-list > ul .li a .iconfont {
  font-size: 14px;
  position: absolute;
  right: 26px;
  top: 0;
  z-index: 10000;
}
.common-left .nav-list > ul .li a .icon-jianhao_o {
  display: none;
}
.common-left .nav-list > ul .li.active {
  height: auto;
}
.common-left .nav-list > ul .li.active .icon-jianhao {
  display: block !important;
  font-size: 14px;
}
.common-left .nav-list > ul .li.active .icon-a-jiahao6 {
  display: none;
}
.common-left .nav-list > ul .li.active > a {
  background: #2340a6;
  color: #fff;
}
.common-left .nav-list > ul .li.active > a span {
  color: #fff;
}
.common-left .nav-list > ul .li > a:hover {
  background: #2340a6;
  color: #fff;
}
.common-left .nav-list > ul .li > a:hover span {
  color: #fff;
}
.common-left .nav-list > ul .li a {
  color: #333333;
}
.common-left .nav-list > ul .li .sub {
  background: #fff;
}
.common-left .nav-list > ul .li .sub li {
  line-height: 40px;
  position: relative;
  background: #f8f8f8;
  padding-left: 10px;
}
.common-left .nav-list > ul .li .sub li span {
  position: absolute;
  right: 25px;
  top: 0;
  font-size: 22px;
}
.common-left .nav-list > ul .li .sub li a {
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  color: #333;
  width: 175px;
}
.common-left .nav-list > ul .li .sub li .iconfont {
  font-weight: 700;
  font-size: 16px;
}
.common-left .nav-list > ul .li .sub li.active a {
  color: #2340a6;
}
.common-left .nav-list > ul .li .sub li.active span {
  color: #2340a6;
}
.common-left .nav-list > ul .li .sub li:hover a {
  color: #2340a6;
}
.common-left .nav-list > ul .li .sub li:hover span {
  color: #2340a6;
}
.common-right {
  width: 925px;
  background: #ffffff;
  margin-left: 35px;
  float: left;
}
.common-right .common-title {
  height: 54px;
  line-height: 54px;
  border-bottom: 1px dashed #e4e7ea;
  font-size: 14px;
  color: #666666;
}
.common-right .common-title .iconfont {
  font-size: 20px;
  color: #cecece;
  margin-right: 10px;
}
.common-right .common-title a {
  color: #666666;
}
.ny-product2 {
  margin-bottom: 80px;
  margin-top: 65px;
}
.ny-product2 .lists ul {
  display: flex;
  flex-wrap: wrap;
}
.ny-product2 .lists ul li {
  margin-right: 26px;
  margin-top: 30px;
  width: calc(33% - 16px);
}
.ny-product2 .lists ul li:hover .img-wrap {
  background: #2340a6;
  overflow: hidden;
}
.ny-product2 .lists ul li:hover .img-wrap img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.ny-product2 .lists ul li:hover .text > div:nth-child(1) {
  color: #2340a6;
}
.ny-product2 .lists ul li:nth-child(3n) {
  margin-right: 0;
}
.ny-product2 .lists ul li .img-wrap {
  width: 100%;
  height: 226px;
  border: 1px solid #e5e5e5;
  padding: 11px 11px;
  box-sizing: border-box;
}
.ny-product2 .lists ul li .img-wrap .img {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.ny-product2 .lists ul li .img-wrap .img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.ny-product2 .lists ul li .text {
  display: flex;
  justify-content: space-between;
  margin-top: 19px;
  padding: 0 10px;
}
.ny-product2 .lists ul li .text > div:nth-child(1) {
  font-size: 15px;
  color: #333333;
  width: 75%;
}
.ny-product2 .lists ul li .text > div:nth-child(2) {
  font-size: 12px;
  color: #999999;
}
.ny-news {
  margin-top: 64px;
  margin-bottom: 98px;
}
.ny-news .common-right .list > ul {
  margin-top: 40px;
}
.ny-news .common-right .list > ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
  padding: 30px 30px 30px 0px;
  box-sizing: border-box;
  border-top: 1px solid #eeeeee;
  position: relative;
  z-index: 0;
}
.ny-news .common-right .list > ul li:nth-last-child(1) {
  border-top: 1px solid #eeeeee;
}
.ny-news .common-right .list > ul li:nth-child(1) {
  border-top: none;
}
.ny-news .common-right .list > ul li:hover {
  box-shadow: 0px 11px 32px 0px rgba(196, 196, 196, 0.35);
  padding-left: 30px;
  margin-top: -1px;
  position: relative;
  z-index: 100;
  border: none;
}
.ny-news .common-right .list > ul li:hover + li {
  border-top: none;
}
.ny-news .common-right .list > ul li:hover .btn {
  background: #2340a6;
  color: #fff !important;
}
.ny-news .common-right .list > ul li:hover .tit {
  color: #2340a6 !important;
}
.ny-news .common-right .list > ul li .img-box {
  width: 213px;
  height: 161px;
  position: relative;
  overflow: hidden;
}
.ny-news .common-right .list > ul li .img-box img {
  position: absolute;
  top: 50%;
  width: auto;
  min-height: 100%;
  transform: translateY(-50%);
  max-width: 100%;
}
.ny-news .common-right .list > ul li a {
  display: flex;
}
.ny-news .common-right .list > ul li .text {
  margin-left: 16px;
  width: 77%;
}
.ny-news .common-right .list > ul li .text > div:nth-child(1) {
  display: flex;
  justify-content: space-between;
  margin-top: 19px;
  color: #333333;
  line-height: 28px;
  font-weight: bold;
}
.ny-news .common-right .list > ul li .text > div:nth-child(1) .tit {
  width: 403px;
}
.ny-news .common-right .list > ul li .text > div:nth-child(3) {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.ny-news .common-right .list > ul li .text > div:nth-child(3) .dec {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
}
.ny-news .common-right .list > ul li .text > div:nth-child(2) {
  font-size: 14px;
  color: #999999;
}
.ny-contact {
  margin-bottom: 80px;
  margin-top: 65px;
}
.ny-contact .top {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.ny-contact .top .content {
  margin-top: -5px;
  margin-right: 38px;
}
.ny-contact .top .content .line {
  width: 16px;
  height: 1px;
  background: #ededed;
}
.ny-contact .top .content .text {
  width: 294px;
  font-size: 14px;
  color: #2a2c27;
  line-height: 33px;
}
.ny-contact .top .content .text p {
  font-size: 18px;
  font-weight: bold;
  color: #2340a6;
  margin-bottom: 10px;
}
.ny-contact .top .content .erwer {
  display: flex;
  margin-top: 20px;
}
.ny-contact .top .content .erwer > div {
  text-align: center;
}
.ny-contact .top .content .erwer > div:nth-child(1) {
  margin-right: 25px;
}
.ny-contact .top .content .erwer img {
  width: 132px;
  height: 132px;
}
.ny-contact .message {
  margin-top: 40px;
}
.ny-contact .message .tit h3 {
  font-size: 23px;
  font-weight: 700;
  color: #030303;
}
.ny-contact .message .tit p {
  color: #999999;
}
.ny-contact .message .input {
  display: flex;
  margin-top: 15px;
}
.ny-contact .message .input > div {
  width: 452px;
}
.ny-contact .message .input > div input {
  width: 452px;
  height: 100%;
  border: none;
  outline: none;
  border: 1px solid #eeeeee;
  box-shadow: 0px 4px 32px 0px rgba(237, 237, 237, 0.55);
  margin-top: 14px;
  background: #ffffff;
  height: 45px;
  padding-left: 15px;
  box-sizing: border-box;
}
.ny-contact .message .input > div:nth-child(1),
.ny-contact .message .input > div:nth-child(2) {
  margin-right: 30px;
}
.ny-contact .message .input > div span {
  display: block;
  font-size: 14px;
  color: #bcbcbc;
}
.ny-contact .message .input > div span i {
  color: #ff0000;
  margin-left: 3px;
}
.ny-contact .message .text-area {
  margin-top: 15px;
  width: 100%;
  height: 143px;
  box-sizing: border-box;
}
.ny-contact .message .text-area span {
  display: block;
  font-size: 14px;
  color: #bcbcbc;
}
.ny-contact .message .text-area textarea {
  width: 100%;
  height: 100%;
  background: #ffffff;
  box-shadow: 0px 4px 32px 0px rgba(237, 237, 237, 0.55);
  border: none;
  outline: none;
  padding: 15px;
  box-sizing: border-box;
  margin-top: 10px;
  border: 1px solid #eeeeee;
}
.ny-contact .message .btn-group {
  display: flex;
  margin-top: 70px;
}
.ny-contact .message .btn {
  width: 138px;
  height: 44px;
  background: #2340a6;
  line-height: 40px;
  color: #fff;
  text-align: center;
}
.ny-contact .message .reset {
  width: 134px;
  height: 40px;
  background: #f4f4f4;
  line-height: 40px;
  color: #999999;
  text-align: center;
  margin-left: 26px;
}
.ny-page {
  margin-bottom: 80px;
  margin-top: 64px;
}
.ny-page .content {
  margin-top: 30px;
}
.ny-tit {
  font-size: 18px;
  text-align: center;
  margin-top: 30px;
}
.ny-title {
  height: 50px;
  border-bottom: 1px solid #eeeeee;
  color: #282828;
  font-size: 12px;
  justify-content: space-between;
  margin: 20px auto;
}
.ny-title span {
  color: #14997e;
  display: inline;
}
.ny-about {
  margin-bottom: 80px;
}
.ny-about .cont {
  margin-top: 45px;
}
.ny-detail {
  margin-top: 56px;
  margin-bottom: 80px;
}
.ny-search {
  margin-top: 80px;
}
.ny-search .list > ul {
  margin-top: 40px;
}
.ny-search .list > ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
  padding: 30px 30px 30px 0px;
  box-sizing: border-box;
  border-top: 1px solid #eeeeee;
  position: relative;
  z-index: 0;
}
.ny-search .list > ul li:nth-last-child(1) {
  border-top: 1px solid #eeeeee;
}
.ny-search .list > ul li:nth-child(1) {
  border-top: none;
}
.ny-search .list > ul li:hover {
  box-shadow: 0px 11px 32px 0px rgba(196, 196, 196, 0.35);
  padding-left: 30px;
  margin-top: -1px;
  position: relative;
  z-index: 100000000000000000000000000;
  border: none;
}
.ny-search .list > ul li:hover + li {
  border-top: none;
}
.ny-search .list > ul li:hover .btn {
  background: #2340a6;
  color: #fff !important;
}
.ny-search .list > ul li:hover .tit {
  color: #2340a6 !important;
}
.ny-search .list > ul li .img-box {
  width: 213px;
  height: 161px;
  position: relative;
  overflow: hidden;
}
.ny-search .list > ul li .img-box img {
  position: absolute;
  top: 50%;
  width: auto;
  min-height: 100%;
  transform: translateY(-50%);
  max-width: 100%;
}
.ny-search .list > ul li a {
  display: flex;
}
.ny-search .list > ul li .text {
  margin-left: 16px;
  width: 82%;
}
.ny-search .list > ul li .text > div:nth-child(1) {
  display: flex;
  justify-content: space-between;
  margin-top: 19px;
  color: #333333;
  line-height: 28px;
  font-weight: bold;
}
.ny-search .list > ul li .text > div:nth-child(1) .tit {
  width: 403px;
}
.ny-search .list > ul li .text > div:nth-child(3) {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.ny-search .list > ul li .text > div:nth-child(3) .dec {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
}
.ny-search .list > ul li .text > div:nth-child(2) {
  font-size: 14px;
  color: #999999;
}
.page .cont,
.detail .cont {
  line-height: 33px;
  font-size: 16px;
  margin-top: 30px;
  color: #515151;
  padding-bottom: 50px;
}
.detail {
  padding-bottom: 60px;
  margin-top: 30px;
}
.detail .title {
  font-size: 24px;
  color: #333;
  text-align: center;
}
.detail .related {
  text-align: center;
  color: #666;
  font-size: 16px;
  line-height: 40px;
  margin-top: 10px;
}
.detail .photo img {
  max-width: 100%;
}
.detail .other {
  margin-top: 40px;
}
.detail .other li {
  line-height: 30px;
}
.detail .other li:hover a {
  color: #2340a6;
}
.paging {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 56px 0 0 0;
}
.paging li {
  height: 40px !important;
  border-bottom: none !important;
}
.paging li a,
.paging li span {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 5px;
  text-align: center;
  box-sizing: border-box;
  color: #242422;
  font-size: 14px;
  border: 1px solid #e2e2e2;
}
.paging li.active a,
.paging li:hover a {
  background: #2340a6 !important;
  color: #fff !important;
}
.paging li.active a a,
.paging li:hover a a {
  color: #fff !important;
}
.paging li.active a span,
.paging li:hover a span {
  color: #fff !important;
}
.paging li span {
  color: #737373;
}
.paging li.prev {
  transform: rotate(180deg);
}
.paging li.next span {
  border: none;
  font-size: 20px;
  position: relative;
  left: -7px;
}
.paging li.prev span {
  border: none;
  font-size: 20px;
  position: relative;
  left: -7px;
}
/*悬浮*/
.float {
  width: 200px;
  position: fixed;
  right: -150px;
  transition: all 0.5s;
  top: 30%;
  z-index: 100;
}
.float ul li {
  position: relative;
  width: 100%;
  min-height: 50px;
  line-height: 50px;
  background: #2340a6;
  border-radius: 5px;
  margin-bottom: 3px;
  cursor: pointer;
}
.float ul li span {
  display: block;
  width: 50px;
  height: 50px;
  float: left;
  text-align: center;
  margin-right: 10px;
}
.float ul li .iconfont {
  color: #ffffff;
  font-size: 30px;
}
.float ul li .icon-huidingbu {
  font-size: 20px !important;
}
.float ul li p {
  font-size: 18px;
  color: #ffffff;
}
.float ul li .wx {
  width: 90px;
  height: 0px;
  margin-left: 60px;
  overflow: hidden;
  padding-bottom: 0;
  transition: all 0.5s;
}
.float:hover {
  right: 0;
}
.float:hover .wx {
  height: 90px;
  padding-bottom: 10px;
}
.crumbs {
  height: 58px;
  border-bottom: 1px solid #f2f2f2;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888888;
  font-family: '微软雅黑';
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888888;
  font-family: '微软雅黑';
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #888888;
  font-family: '微软雅黑';
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #888888;
  font-family: '微软雅黑';
}
@media screen and (max-width: 1460px) {
  .wrap {
    width: 1200px;
  }
  .footer .left .foot-nav a {
    margin-left: 20px;
  }
}
