/* CSS Document*/
* {
  padding: 0px;
  margin: 0px;
  outline: 0 none;
}

a {
  text-decoration: none;
  color: #666;
  transition: all 0.5s ease 0s;
}

a:focus {
  outline: none;
}

a:hover {
  color: #013b96;
  text-decoration: none;
}

ul {
  list-style-type: none;
  margin-bottom: 0px;
}

li {
  vertical-align: bottom;
  zoom: 1;
}

img {
  border: 0px;
}

select {
  font-family: "pingfang SC", "Microsoft YaHei", "黑体";
  color: #666;
  font-size: 14px;
}

textarea {
  font-family: "pingfang SC", "Microsoft YaHei", "黑体";
  color: #666;
  font-size: 14px;
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

th,
td {
  padding: 0;
}

input {
  vertical-align: middle;
  outline: none;
  font-size: 12px;
  font-family: "pingfang SC", "Microsoft YaHei", "黑体";
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
  overflow: hidden;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  clear: both;
}

.hidden {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: inherit;
  margin: 0px;
}

p {
  margin: 0px;
}

em,
i {
  font-style: normal;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}

input::-webkit-input-placeholder {
  color: #999;
}

input::-moz-input-placeholder {
  color: #999;
}

input::-ms-input-placeholder {
  color: #999;
}

textarea::-webkit-input-placeholder {
  color: #999;
}

textarea::-moz-input-placeholder {
  color: #999;
}

textarea::-ms-input-placeholder {
  color: #999;
}

.center {
  text-align: center;
}

body {
  font-family: "pingfang SC", "Microsoft YaHei", "黑体";
  background: #fff;
  color: #666;
  font-size: 14px;
  min-width: 1200px;
  position: relative;
}


.container {
  margin: 0px auto;
  padding: 0px 100px;
  box-sizing: border-box;
}

.container1 {
  padding-left: 100px;
  box-sizing: border-box;
}

.container2 {
  padding-right: 100px;
  box-sizing: border-box;
}

.top {
  height: 90px;
  position: fixed;
  z-index: 99;
  top: 0px;
  width: 100%;
  box-sizing: border-box;
  min-width: 1200px;
  border-bottom: 1px solid #fff;
}

.top:hover {
  background: #fff;
  border-bottom: 1px solid #eee;
}

.top.on {
  background: #fff;
  border-bottom: 1px solid #eee;
}

.top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.top .left {
  display: flex;
  align-items: center;
}

.top .logo {
  padding: 15px 0px;
}

.top .logo img {
  height: 32px;
  width: auto;
  filter: brightness(0) invert(1);
}

.top:hover .logo img {
  filter: brightness(1);
}

.top.on .logo img {
  filter: brightness(1);
}

.nav_dh {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;

}

.nav {
  z-index: 10;
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  padding-left: 5%;
}

.nav .nLi {
  height: 100%;
  position: relative;
}

.nav .nLi h3 {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.nav .nLi h3 a {
  display: block;
  padding: 0px 25px;
  line-height: 90px;
  font-size: 16px;
  position: relative;
  white-space: nowrap;
  text-transform: uppercase;
  color: #fff;
}

.top:hover .nav .nLi h3 a {
  color: #333;
}

.top.on .nav .nLi h3 a {
  color: #333;
}

.top.on .nav .nLi.on h3 a {
  color: #013b96;
}

.nav .nLi:hover h3 a {
  color: #013b96;
}

.top:hover .nav .nLi:hover h3 a {
  color: #013b96;
}

.nav .nLi.on h3 a {
  color: #013b96;
}


.top:hover .nav .nLi.on h3 a {
  color: #013b96;
}

.nav .nLi .sub {
  position: absolute;
  top: 90px;
  left: 0px;
  width: 100%;
  display: none;
}

.nav .nLi:hover .sub {
  display: block;
}


.nav .nLi .sub .hd {
  width: 180px;
  box-sizing: border-box;
  padding: 5px 20px;
  border-radius: 0px 0px 20px 20px;
  background: #fff;
  box-shadow: 0px 0px 5px #eee;
}

.nav .nLi .sub .hd ul li a {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav .nLi .sub .hd ul li a h2 {
  font-weight: bold;
  color: #333;
  font-size: 16px;
}

.nav .nLi .sub .hd ul li a h2 p {
  font-size: 12px;
  font-weight: normal;
  color: #999;
  padding-top: 3px;
}

.nav .nLi .sub .hd ul li.on a h2 {
  color: #013b96;
}

.nav .nLi .sub .hd ul li a:hover h2 {
  color: #013b96;
}

.nav .nLi .sub .hd ul li.on a h2 p {
  color: #999;
}

.nav .nLi .sub .hd ul li a h3 {
  font-size: 25px;
  color: #999;
}

.nav .nLi .sub .hd ul li.on a h3 {
  color: #013b96;
}

.nav .nLi .sub .hd ul li a:hover h3 {
  color: #013b96;
}


.top .right {
  display: flex;
  height: 100%;
  align-items: center;
}

.top .right .search_i {
  font-size: 25px;
  color: #fff;
  cursor: pointer;
  border-right: 2px solid #fff;
  padding-right: 20px;
  height: 25px;
  display: flex;
  align-items: center;
}

.top:hover .right .search_i {
  color: #999;
  border-right: 2px solid #eee;
}

.top.on .right .search_i {
  color: #999;
  border-right: 2px solid #eee;
}

.top .right .language {
  height: 100%;
  display: flex;
  align-items: center;
  border-right: 1px solid #fff;
  padding: 0px 10px;
  font-size: 16px;
  position: relative;
  cursor: pointer;
}

.top:hover .right .language {
  border-right: 1px solid #eee;
}

.top.on .right .language {
  border-right: 1px solid #eee;
}

.top .right .language h2 {
  color: #fff;
  min-width: 100px;
}

.top:hover .right .language h2 {
  color: #999;
}

.top.on .right .language h2 {
  color: #999;
}

.top .right .language h2 i {
  padding: 0px 10px;
}

.top .right .language h3 {
  position: absolute;
  top: 100%;
  left: 0px;
  background: #fff;
  width: 100%;
  padding: 15px 10px;
  box-sizing: border-box;
  display: none;
}

.top .right .language:hover h2 i:nth-last-child(1) {
  transform: rotate(180deg);
}

.top .right .language:hover h3 {
  display: block;
}

.top .right .language h3 a {
  display: block;
  font-size: 14px;
}

.top .right .huis {
  height: 100%;
  display: flex;
  align-items: center;
  border-right: 1px solid #fff;
  padding: 0px 20px;
  filter: brightness(0) invert(1);
}

.top:hover .right .huis {
  filter: brightness(1);
  border-right: 1px solid #eee;
}

.top.on .right .huis {
  filter: brightness(1);
  border-right: 1px solid #eee;
}

.search_tc {
  background: rgba(255, 255, 255, 0.8);
  padding: 24px 0px;
  position: fixed;
  z-index: 100;
  width: 100%;
  left: 0px;
  transform: translate(0, -100%);
  transition: 0.5s all 0s ease;
}

.search_tc.into {
  transform: translate(0, 0%);
  transition: 0.5s all 0s ease;
}

.search_tc .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 800px;
  padding: 0px;
}

.search_tc .container .left {
  width: 550px;
  display: flex;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
}

.search_tc .container .left .text {
  width: calc(100% - 60px);
  border: 0px;
  line-height: 45px;
  box-sizing: border-box;
  font-size: 14px;
  padding: 0px 15px;
}

.search_tc .container .left .btn {
  width: 60px;
  height: 45px;
  border: 0px;
  background: #013b96;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
}

.search_tc .container .right {
  font-size: 30px;
  cursor: pointer;
  color: #999;
}


.phone_btn {
  float: right;
  display: none;
}

.menu_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: rgba(0, 0, 0, 0.7);
  transform: translateX(-100%);
  transition: all 0.3s ease;
}

.menu_box.into {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

.menu_cot {
  width: 70%;
  height: 100%;
  background: #fff;
  transform: translateX(-100%);
  transition: all 0.3s ease;
}

.menu_box.into .menu_cot {
  transform: translateX(0);
  transition: all 0.3s 0.2s ease;
}

.menu_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
}

.menu_close img {
  width: 40px;
}

.menu_close a {
  padding: 10px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
}

.in_banner {
  height: 100vh;
  position: relative;
}

.in_banner .swiper-slide {
  position: relative;
  height: 100vh;
}

.in_banner .swiper-slide .img {
  width: 100%;
  height: 100%;
}

.in_banner .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.in_banner .swiper-slide .pc_img {
  width: 100%;
  height: auto;
}

.in_banner .swiper-slide .ph_img {
  display: none;
}

.in_banner .swiper-pagination span {
  width: 30px;
  height: 5px;
  border-radius: 5px;
}


.in_banner .swiper-pagination span.swiper-pagination-bullet-active {
  background: #013b96;
}

.in_banner .swiper-slide .wenzi {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.in_banner .swiper-slide .wenzi .container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.in_banner .swiper-slide .wenzi .container img {
  max-width: 90%;
  width: auto;
  height: auto;
}

.in_banner .swiper-slide .wenzi h2 {
  padding-top: 3%;
}

.in_banner .swiper-slide .wenzi h2 a {
  color: #fff;
  border: 1px solid #fff;
  text-shadow: 0px 0px 5px #999;
  box-shadow: 0px 0px 5px #ccc;
  padding: 10px 20px;
  font-size: 16px;
}

.in_banner .swiper-slide .wenzi h2 a i {
  padding-left: 20px;
}

.in_banner .swiper-slide .wenzi h2 a:hover {
  background: #013b96;
  border: 1px solid #013b96;
}

.ny_dh_g {
  height: 90px;
  background: #fff;
}

.ny_banner {
  height: 380px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  text-shadow: 0px 0px 5px #666;
}

.ny_banner h2 {
  font-size: 45px;
  font-weight: bold;
}

.ny_banner h3 {
  font-size: 20px;
}

.ny_nav {
  background: #fff;
  box-shadow: 0px 0px 3px #ddd;
}

.ny_nav .container {
  height: 80px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ny_nav_l {
  display: flex;
}

.ny_nav_l a {
  font-size: 16px;
  color: #333;
  padding: 0px 20px;
  position: relative;
  line-height: 80px;
  display: block;
}

.ny_nav_l a:hover {
  color: #013b96;
}

.ny_nav_l a.on {
  color: #013b96;
}

.ny_nav_l a.on::after {
  content: '';
  width: 100%;
  height: 2px;
  background: #013b96;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.ny_nav_r {
  font-size: 16px;
  color: #888;
}

.ny_nav_r a {
  color: #888;
}

.ny_nav_r a:hover {
  color: #013b96;
}

.ny_nav_r span {
  color: #333;
}

.dingwei {
  height: 0px;
  margin-top: -90px;
  padding-top: 90px;
}

.about_box {
  background: url(../images/about_box_bj.png);
  display: flex;
  justify-content: flex-end;
  padding-top: 100px;
}

.about_box_nr {
  width: 60%;
  max-width: 1000px;
  min-width: 800px;
  background: url(../images/about_box_bj1.png) no-repeat right bottom #fff;
  box-sizing: border-box;
  padding: 50px 0px;
  padding-left: 5%;
  border-radius: 20px 0px 0px 0px;
  background-size: cover;
}

.about_box_nr .bt {
  position: relative;
  margin-bottom: 30px;
}

.about_box_nr .bt span img {
  width: 68px;
  height: auto;
}

.about_box_nr .bt h2 {
  display: flex;
  font-size: 32px;
  color: #333;
  font-weight: bold;
  padding-top: 20px;
}

.about_box_nr .bt h2 p {
  color: #013b96;
}

.about_box_nr .bt h3 {
  font-size: 18px;
  color: #333;
}

.about_box_nr .bt b {
  display: none;
  width: 2px;
  height: 80px;
  background: #013b96;
  margin-top: 30px;
}

.about_box_nr .bt em {
  position: absolute;
  right: 0px;
  top: 0px;
}

.about_box_nr .bt em img {
  width: 120px;
  height: auto;
}

.about_box_nr .nr p {
  font-size: 16px;
  line-height: 30px;
  display: block;
  padding-bottom: 20px;
  text-indent: 24px;
    text-align: justify;
}

.about_box1 {
  padding: 30px 0px;
  padding-bottom: 0px;
}

.about_box1_nr {
  background-color: rgba(1, 59, 150, 0.1);
  border-radius: 0px 12px 12px 0px;
  display: flex;
  box-sizing: border-box;
  padding: 30px 0px;
}

.about_box1_nr li {
  width:33.3%;
  text-align: center;
}

.about_box1_nr li i img {
  max-height: 45px;
  height: auto;
}

.about_box1_nr li h2 {
  font-size: 18px;
  color: #013b96;
  padding: 5px 0px;
}

.about_box1_nr li h2 span {
  font-size: 36px;
}

.about_box1_nr li p {
  color: #013b96;
  font-size: 14px;
}

.about_boxbj {
  background: url(../images/about_box2_bj.png) no-repeat;
  background-size: 100% 100%;
}

.about_box2 {
  padding: 60px 0px;
  display: flex;
  justify-content: space-between;
}

.about_box2_l {
  width: 46%;
}

.about_box2_l h2 {
  font-size: 30px;
  color: #333;
  font-weight: bold;
  padding-bottom: 20px;
}

.about_box2_l p {
  display: block;
  font-size: 16px;
  line-height: 30px;
  overflow-y: auto;
}

.about_box2_l ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.about_box2_l ul li {
  width: calc(33.3% - 10px);
  margin: 5px;
  padding-bottom: 5px;
}

.about_box2_l ul li h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 18px;
  padding-bottom: 10px;
}

.about_box2_l ul li h2 i img {
  width: 35px;
  height: auto;
}

.about_box2_l ul li p{
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
}

.about_box2_r {
  width: 49%;
  height: 460px;
}

.about_box2_r img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about_box3 {
  padding: 60px 0px;
  position: relative;
}

.about_box3 .bt {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
}

.about_box3 .bt h2 {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  padding-bottom: 20px;
}

.about_box3 .bt h3 img {
  width: 120px;
  height: auto;
}

.about_box3_swiper2 .swiper-slide {
  display: flex;
  justify-content: space-between;
}

.about_box3_swiper2 .swiper-slide .left {
  width: 46%;
  padding-top: 100px;
}

.about_box3_swiper2 .swiper-slide .left h2 {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  padding-bottom: 20px;
}

.about_box3_swiper2 .swiper-slide .left p {
  font-size: 16px;
  line-height: 30px;
}

.about_box3_swiper2 .swiper-slide .right {
  width: 49%;
  height: 360px;
}

.about_box3_swiper2 .swiper-slide .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.about_box3_swiper {
  margin-top: 30px;
  height: 80px;
}

.about_box3_swiper .swiper-slide {
  margin-top: 5px;
  cursor: pointer;
}

.about_box3_swiper .swiper-slide h2 {
  text-align: center;
  font-size: 18px;
  color: #999;
}

.about_box3_swiper .swiper-slide b {
  display: block;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: solid 3px #aaa;
  border-radius: 50%;
  margin: 0px auto;
}

.about_box3_swiper::after {
  content: '';
  width: calc(100% - 10px);
  height: 0px;
  border-top: 1px dashed #ddd;
  position: absolute;
  top: 39px;
  left: 5px;
}

.about_box3_swiper .swiper-slide-thumb-active h2 {
  color: #333;
}

.about_box3_swiper .swiper-slide-thumb-active b {
  border: solid 3px #013b96;
}

.about_box3_swiper .swiper-button-prev,
.about_box3_swiper .swiper-button-next {
  width: 70px;
  height: 70px;
  background-color: #ffffff;
  box-shadow: -1px 0px 4px 0px rgba(0, 0, 0, 0.14);
  border-radius: 4px;
  top: 0px;
  margin-top: 5px;
  left: 5px;
}

.about_box3_swiper .swiper-button-next {
  left: auto;
  right: 5px;
}

.about_box3_swiper .swiper-button-prev:after,
.about_box3_swiper .swiper-button-next:after {
  color: #013b96;
  font-size: 30px;
}

.about_box4 {
  background-color: rgba(1, 59, 150, 0.05);
  padding: 50px 0px;
  overflow: hidden;
}

.about_box4 .container {
  position: relative;
}

.about_box4 .container .bt {
  font-size: 30px;
  color: #333;
  font-weight: bold;
  padding-bottom: 30px;
}

.about_box4_nr {
  width: 115%;
}

.about_box4_nr .swiper-slide {
  padding: 10px;
  box-sizing: border-box;
}


.about_box4_nr .swiper-slide img {
  width: 100%;
  height: auto;
  box-shadow: 0px 0px 5px #ddd;
}

.about_box4_nr .swiper-slide h2 {
  background: #013b96;
  display: inline-block;
  width: 85%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  overflow: hidden;
  color: #fff;
  margin-top: -20px;
}

.about_box4 .swiper-button-prev,
.about_box4 .swiper-button-next {
  width: 40px;
  height: 40px;
  top: 0px;
  margin-top: 5px;
  right: 80px;
  border: 2px solid #013b96;
  border-radius: 50%;
}

.about_box4 .swiper-button-prev {
  left: auto;
  right: 130px;
}

.about_box4 .swiper-button-prev:after,
.about_box4 .swiper-button-next:after {
  color: #013b96;
  font-size: 30px;
}

.about_box5 {
  padding: 50px 0px;
}

.about_box5 .bt {
  font-size: 30px;
  color: #333;
  padding-bottom: 30px;
  font-weight: bold;
}

.about_box5_nr {
  padding-bottom: 50px;
}


.about_box5_nr .swiper-slide img {
  width: 100%;
  height: 300px;
  object-fit: contain;
  object-position: bottom;
}

.about_box5_nr .swiper-slide h2 {
  text-align: center;
  padding-top: 10px;
  font-size: 16px;
  color: #333;
}

.about_box5_nr .swiper-pagination span {
  width: 30px;
  height: 5px;
  border-radius: 5px;
}


.about_box5_nr .swiper-pagination span.swiper-pagination-bullet-active {
  background: #013b96;
}

.di {
  border-top: 1px solid #eee;
  padding: 30px 0px;
}

.di .container {
  display: flex;
  justify-content: space-between;
}

.di_l h2 {
  display: flex;
}

.di_l h2 a {
  color: #333;
  font-size: 16px;
  padding-right: 20px;
}

.di_l h2 a:hover {
  color: #013b96;
}

.di_l h3 {
  padding-top: 10px;
  font-size: 12px;
  color: #999;
}

.di_l h3 a {
  color: #999;
}

.pro_list {
  display: flex;
  justify-content: space-between;
  padding: 40px 0px;
}

.pro_list_l {
  width: 330px;
}

.pro_list_l .bt {
  background: #013b96;
  width: 100%;
  height: 65px;
  box-sizing: border-box;
  padding: 0px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  color: #fff;
}

.pro_nav h2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 65px;
  padding: 0px 30px;
  border: solid 1px #e3e3e3;
  margin-top: 5px;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}

.pro_nav h2 i::after{
  content: '\f068';
  font-family: "Font Awesome 5 Pro";
}

.pro_nav h2.on {
  color: #013b96;
}

.pro_nav h2.on i::after{
  content: '\f067';
  font-family: "Font Awesome 5 Pro";
  color: #013b96;
}

.pro_nav ul li a{
  border: solid 1px #e3e3e3;
  margin-top: -1px;
  line-height: 60px;
  display: block;
  font-size: 14px;
  box-sizing: border-box;
  padding: 0px 30px;
}

.pro_list_r {
  width: calc(100% - 400px);
}

.pro_list_r ul{
  display: flex;
  flex-wrap: wrap;
  margin: 0px -15px;
}

.pro_list_r ul li{
  width: calc(33.3% - 30px);
  margin: 0px 15px;
  margin-bottom: 30px;
}

.pro_list_r ul li a{
  display: block;
  background-color: #ffffff;
	box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 5%;
}

.pro_list_r ul li a h2{
  color: #333;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.pro_list_r ul li a:hover h2{
  color: #013b96;
}

.pro_list_r ul li a p{
  padding: 10px 0px;
  font-size: 16px;
  color: #333;
}

.pro_list_r ul li a .img{
  position: relative;
  height: 0px;
  padding-top: 70%;
  overflow: hidden;
}

.pro_list_r ul li a .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: all 0.3s ease 0s;
}

.pro_list_r ul li a:hover .img img{
transform: scale(1.05);
transition: all 0.3s ease 0s;
}

.fanye{
  text-align: center;
}

.fanye a,.fanye span{
  font-size: 14px;
}

.pro_detail{
  padding: 30px 0px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.pro_detail_l{
  width: 50%;
  border: 2px solid #e3e3e3;
  margin-top: 65px;
}

.pro_detail_l .swiper-slide{
    position: relative;
    width: 100%;
    height: 0px;
    padding-top: 65%;
}

.pro_detail_l img{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  object-fit: contain;
}

.pro_detail_r{
  width: 45%;
}

.pro_detail_r .bt{
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
}

.pro_detail_r .bt h2{
  color: #013b96;
  font-weight: bold;
  font-size: 24px;
}

.pro_detail_r .nr p{
  font-size: 16px;
  line-height: 30px;
  color: #666;
}

.pro_detail_r .nr p span{
  color: #333;
}

.pro_detail_r .nr h3{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 340px;
	height: 50px;
  box-sizing: border-box;
  padding: 0px 15px;
	background-color: #ffffff;
	border-radius: 10px;
	border: solid 1px #013b96;
  margin-top: 20px;
}

.pro_detail_r .nr h3:hover{
  background: #013b96;
}

.pro_detail_r .nr h3 p{
  font-size: 16px;
  color: #333;
}

.pro_detail_r .nr h3 p i{
  color: #013b96;
  font-size: 18px;
  margin-right: 5px;
}

.pro_detail_r .nr h3:hover p{
  color: #fff;
}

.pro_detail_r .nr h3:hover p i{
  color: #fff;
}


.pro_detail1 .hd ul{
  display: flex;
  line-height:60px;
}

.pro_detail1 .hd ul li{
  position: relative;
  font-size: 18px;
  color: #333;
  margin-right: 50px;
  cursor: pointer;
}

.pro_detail1 .hd ul li.on::after{
  content: '';
  width: 100%;
  height: 2px;
  background: #013b96;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.pro_detail1 .bd{
  padding: 30px 0px;
}

.pro_detail1 .bd .nr p{
  display: block;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 15px;
}

.pro_detail1 .bd .nr img{
  max-width: 100%;
  height: auto;
}

.solution ul li{
  padding: 30px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.solution ul li:nth-child(even){
  flex-direction: row-reverse;
}

.solution ul li .left{
  width: 47%;
}

.solution ul li .left img{
  width: 100%;
  height: auto;
}

.solution ul li .right{
  width: 47%;
}

.solution ul li .right h2{
  font-weight: bold;
  color: #333;
  font-size: 24px;
  padding-bottom: 15px;
}

.solution ul li .right p{
  font-size: 16px;
  line-height: 30px;
}

.solutionn ul li{
  align-items: flex-start;
}

.solutionn ul li .left{
  width: 40%;
}


.solutionn ul li .right{
  width: 56%;
}

.solutionn ul li .right h3{
  display: flex;
  flex-wrap: wrap;
  max-width: 80%;
}

.solutionn ul li .right h3 p{
  width: 50%;
  padding-right: 5%;
  box-sizing: border-box;
  position: relative;
  padding-left: 13px;
}

.solutionn ul li .right h3 p::after{
  content: '';
  width: 5px;
  height: 5px;
  background: #333;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0px;
  top: 13px;
}


.solution1{
  padding: 30px 0px;
}

.solution1 ul{
  display: flex;
  flex-wrap: wrap;
  margin: 0px -25px;
}

.solution1 ul li{
  width: calc(33.3% - 50px);
  margin: 0px 25px;
  margin-bottom: 25px;
}

.solution1 ul li .img{
  width: 100%;
  position: relative;
  height: 0px;
  padding-top: 70%;
  overflow: hidden;
}

.solution1 ul li .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: all 0.3s ease 0s;
}

.solution1 ul li:hover .img img{
  transform: scale(1.05);
  transition: all 0.3s ease 0s;
}

.solution1 ul li a h2{
  text-align: center;
  padding-top: 10px;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.solution1 ul li a:hover h2{
  color: #013b96;
}

.news_detail{
  padding: 30px 0px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.news_detail_l{
  width: calc(100% - 400px);
}

.news_detail_l .bt{
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

.news_detail_l .bt h2{
  font-size: 24px;
  color: #333;
  font-weight: bold;
}

.news_detail_l .bt b{
  width: 24px;
	height: 2px;
	background-color: #027f53;
  display: block;
  margin: 10px 0px;
}

.news_detail_l .bt p{
  font-size: 14px;
  color: #999;
}

.news_detail_l .nr p{
  font-size: 16px;
  line-height: 30px;
  display: block;
  padding-bottom: 15px;
}

.news_detail_l .nr img{
  max-width: 100%;
  width: auto;
  height: auto;
}

.news_detail_r{
  width: 350px;
  background-color: #f4f4f4;
	box-shadow: 0px 0px 6px 0px 
		rgba(3, 12, 26, 0.06);
	border-radius: 15px;
  box-sizing: border-box;
  padding: 30px;
  position: sticky;
  top: 90px;
}

.news_detail_r .bt{
  color: #013b96;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.news_detail_r ul li{
  margin-bottom: 40px;
}

.news_detail_r ul li a h2{
  font-size: 16px;
  color: #666;
}

.news_detail_r ul li a p{
  font-size: 14px;
  color: #999;
  padding-top: 10px;
}

.news_list{
  padding: 30px 0px;
}

.news_list ul{
  display: flex;
  flex-wrap: wrap;
  margin: 0px -15px;
}

.news_list ul li{
  width: calc(33.3% - 30px);
  margin: 0px 15px;
  margin-bottom:25px;
  box-shadow: 0px 0px 18px 2px 
		rgba(25, 27, 35, 0.1);
}

.news_list ul li .img{
  width: 100%;
  position: relative;
  height: 0px;
  padding-top: 65%;
  overflow: hidden;
}

.news_list ul li .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: all 0.3s ease 0s;
}

.news_list ul li:hover .img img{
  transform: scale(1.05);
  transition: all 0.3s ease 0s;
}

.news_list ul li .nr{
box-sizing: border-box;
padding: 20px;
}

.news_list ul li .nr h2{
  font-size: 20px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news_list ul li:hover .nr h2{
  color: #013b96;
}

.news_list ul li .nr p{
  margin: 15px 0px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666;
}

.news_list ul li .nr h3{
display: flex;
justify-content: space-between;
}

.hr_bt{
  padding: 50px 0px;
  text-align: center;
}

.hr_bt h2{
  font-size: 24px;
  font-weight: bold;
  color: #333;
}

.hr_bt p{
  color: #999;
  font-size: 16px;
  margin: 10px 0px;
}

.hr_bt h3 a{
  display: inline-block;
  background: #013b96;
  color: #fff;
  padding: 10px 30px;
  font-size: 16px;
}

.jobli{
  padding-bottom: 30px;
}

.jobli li {
  width: 100%;
  margin-bottom: 30px;
  border: solid 1px #ebebeb;
}

.jobli li .link {
  cursor: pointer;
  background: #fff;
  display: flex;
  justify-content: space-between;
}

.jobli li .link h2{
padding: 25px;
}

.jobli li .link h2 b{
  font-size: 20px;
  color: #013b96;
  display: block;
  padding-bottom: 10px;
}

.jobli li .link h2 p{
font-size: 16px;
color: #666;
line-height: 30px;
}

.jobli li .link h3{
  border-left: 1px solid #ebebeb;
  display: flex;
  align-items: center;
  padding: 0px 20px;
}

.jobli li .link h3 a{
  color:#333;
  
}

.jobli li .link h3 a i{
  margin-left: 5px;
}

.jobli li.open .link h3 a{
  color: #013b96;
}

.jobli li.open .link h3 a i{
  transform: rotate(180deg);
}

.jobli li .jobnr {
  background: #fff;
  padding: 2%;
  font-size: 14px;
  border-top: 1px solid #ddd;
}

.jobli li .jobnr h2{
  font-size: 20px;
  color: #333;
  font-weight: bold;
  padding-bottom: 15px;
}

.jobli li .jobnr p {
  line-height: 28px;
  font-size: 14px;
}

.jobli li .jobnr h3 a{
  display: inline-block;
  background: #013b96;
  color: #fff;
  padding: 10px 30px;
  font-size: 16px;
  margin-top: 15px;
}

.tanc{
  padding: 30px;
  box-sizing: border-box;
  width: 800px;
}

.tanc .bt{
  border-bottom: 1px solid #ddd;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}

.tanc .bt::after{
  position: absolute;
  content: '';
  width: 85px;
  height: 2px;
  background: #013b96;
  bottom: 0px;
  left: 0px;
}

.tanc .btn{
  text-align: center;
  padding-top: 30px;
}

.tanc .btn a{
  display: inline-block;
  color: #fff;
  background: #013b96;
  font-size: 16px;
  padding: 10px 30px;
}

.contact{
    display: flex;
}

.contact_box{
  padding:40px 5%;
  max-width: 1200px;
  margin: 0px auto;
  width: 40%;
}

.contact_box .bt{
  text-align: left;
}

.contact_box .bt h2{
  font-size: 24px;
  color: #333;
  font-weight: bold;
}

.contact_box .bt p{
  font-size: 16px;
  color: #999;
}

.contact_box ul{
  padding-top: 50px;
}

.contact_box ul li{
  flex: auto;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.contact_box ul li i{
  color: #013b96;
  font-size: 20px;
  margin-right: 8px;
}

.contact_box ul li p{
  font-size: 16px;
}

.contact_box1{
  width: 60%;
  height: 600px;
  box-shadow: 0px 0px 16px 0px 
		rgba(51, 51, 51, 0.28);
}