/* 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: #2b57ab;
  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: 12px;
}

textarea {
  font-family: "pingfang SC", "Microsoft YaHei", "黑体";
  color: #666;
  font-size: 12px;
  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: 12px;
  min-width: 1200px;
}

.container {
  margin: 0px auto;
  max-width: 1600px;
  padding: 0px 40px;
}

.container1 {
  padding-left: 10%;
}

.container2 {
  padding-right: 10%;
}

.top {
  height: 90px;
  position: fixed;
  z-index: 999;
  top: 0px;
  width: 100%;
  transition: all 0.5s ease 0s;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0);
}

.top:hover{
  background: #fff;
}

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

.top.scope {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 5px #eee;
}

.top.on {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 5px #eee;
}

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

.top .logo img {
  height: 46px;
  width: auto;
}

.top .logo img:nth-child(1) {
  display: block;
}

.top .logo img:nth-child(2) {
  display: none;
}

.top.on .logo img:nth-child(1),
.top:hover .logo img:nth-child(1),
.top.scope .logo img:nth-child(1) {
  display: none;
}

.top.on .logo img:nth-child(2),
.top:hover .logo img:nth-child(2),
.top.scope .logo img:nth-child(2) {
  display: block;
}

.top .search {
  position: relative;
}

.top .search i {
  cursor: pointer;
  font-size: 20px;
  color: #fff;
}

.top.on .search i,
.top:hover .search i,
.top.scope .search i {
  color: #666;
}

.top .search button i{
  color: #333;
}

.top .search_tc {
  position: absolute;
  width: auto;
  right: 0px;
  top: 40px;
  background: #fff;
  height: 0px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all 0.5s ease 0s;
  box-shadow: 0px 5px 10px #ddd;
}

.top .search_tc.into {
  height: 50px;
  transition: all 0.5s ease 0s;
}

.top .search_tc .text {
  border: 0px;
  box-sizing: border-box;
  width: 150px;
  line-height: 50px;
  font-size: 14px;
  padding: 0px 10px;
}

.top .search_tc button {
  width: 40px;
  border: 0px;
  cursor: pointer;
  background: none;
}

.top .search_tc button i {
  font-size: 16px;
}

.top .search_tc .close {
  width: 30px;
  cursor: pointer;
  background: none;
  font-size: 25px;
}

.top .search_tc .close i {
  transform: rotate(45deg);
}

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

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

.nav .nLi:nth-child(1){
  position: static;
}

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

.nav .nLi h3:after{
    content: '';
    width: 1px;
    height: 20px;
    background: #f1f1f1;
    position: absolute;
    right: 0px;
    top: 35px;
}

.nav .nLi:nth-last-child(1) h3:after{
    display: none;
}

.nav .nLi:nth-last-child(2) h3:after{
    display: none;
}

.nav .nLi h3 a {
  display: flex;
  align-items: center;
  margin: 0px 30px;
  line-height: 90px;
  font-size: 16px;
  position: relative;
  color: #fff;
  text-transform: capitalize;
}

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

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

.top .nav .nLi.on h3 a {
  color: #118cff;
  font-size: 18px;
}

.nav .nLi .sub {
  position: absolute;
  top: 90px;
  left: 50%;
  transform: translate(-50% , 0%);
  background: rgba(255, 255, 255, 1);
  display: none;
  padding: 0px 0px;
  min-width: 130px;
  box-shadow: 0px 0px 5px #f1f1f1;
  border-radius: 0px 0px 5px 5px;
  overflow: hidden;
}

.nav .nLi:nth-last-child(1) .sub {
  left: auto;
  right: 0px;
}

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

.nav .nLi .sub a {
  display: block;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  white-space: nowrap;
  padding: 0px 15px;
  text-transform: capitalize;
}

.nav .nLi .sub a:hover {
  background: #2b57ab;
  color: #fff;
}

.nav .nLi .subb {
  position: fixed;
  width: 100%;
  top: 90px;
  left: 0px;
  background: rgba(255, 255, 255, 1);
  display: none;
  box-shadow: 0px 0px 5px #f1f1f1;
  padding: 25px 0px;
  max-height: 90%;
  overflow: auto;
}

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

.nav .nLi .subb ul{
  display: flex;
  width: 100%;
  margin: 0px -15px;
}

.nav .nLi .subb ul li{
  width: calc(20% - 30px);
  margin: 0px 15px;
}

.nav .nLi .subb ul li h2 a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  width: 100%;
  line-height: 36px;
  color: #333;
  font-size: 18px;
  background: #E6EFF7;
  box-sizing: border-box;
  padding: 0px 10px;
  margin-bottom: 15px;
  border-radius: 4px;
}

.nav .nLi .subb ul li h2 a i{
    font-size: 14px;
}

.nav .nLi .subb ul li .nr{
    padding-bottom: 15px;
}

.nav .nLi .subb ul li .nr h4 a{
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 3px;
    color: #2b57ab;
}

.nav .nLi .subb ul li a{
  display: block;
  font-size: 14px;
  padding: 5px 0px;
  padding-left: 10px;
}

.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: auto;
}

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

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

.in_banner .swiper-slide .bj .pc_img {
  height: 90vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.in_banner .swiper-slide .bj .ph_img {
  display: none;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.in_banner .swiper-slide .nr {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
}

.in_banner .swiper-slide .video {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
}

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

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

.in_banner .swiper-slide .nr .container h2 {
  font-size: 50px;
  color: #fff;
  font-style: italic;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.in_banner .swiper-slide .nr .container h2 i {
  width: 53px;
  height: 14px;
  background-image: linear-gradient(90deg, #15a0e1 0%, #4760ff 100%);
  display: block;
  margin-left: 30px;
  margin-right: 20px;
  transform: skewX(-20deg);
}

.in_banner .swiper-slide .nr .container p {
  font-size: 20px;
  color: #fff;
  padding: 2% 0px;
}

.in_banner .swiper-slide .nr .container span {
  display: flex;
}

.in_banner .swiper-slide .nr .container span a {
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
}

.in_banner .swiper-slide .nr .container span a i {
  margin-right: 5px;
  width: 40px;
  height: 40px;
  background-image: linear-gradient(90deg, #15a0e1 0%, #4760ff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.in_banner .swiper-slide .nr .container span a:hover {
  transform: scale(1.05) translatey(-5px);
}

.in_banner .swiper-pagination {
  box-sizing: border-box;
  width: 100%;
  height:auto;
  left: auto;
  bottom: 20px;
  display: flex;
  justify-content:center;
  box-sizing: border-box;
}

.in_banner .swiper-pagination span {
  width: 20px;
  height:5px;
  border-radius: 0px;
  background: rgba(255, 255, 255, 1);
  opacity: 1;
}

.in_banner .swiper-pagination span.swiper-pagination-bullet-active {
  background: #0c79f4;
}

.in_banner .gun {
  width: 30%;
  left: 50%;
  margin-left: -15%;
  position: absolute;
  bottom: 40px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.in_banner .gun img {
  animation: arrow2 2s infinite linear;
}

@keyframes arrow2 {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(4px);
  }
  100% {
    transform: translateY(0%);
  }
}

.in_banner .gun p {
  color: #fff;
  padding-top: 8px;
}

.banner_di {
  position: relative;
}

.in_box {
  background: url(../images/in_box_bj.png) no-repeat;
  background-size: cover;
  padding: 80px 0px;
}

.in_box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0px -12px;
  padding-top: 50px;
}

.in_box ul li {
  margin: 12px 12px;
  background: url(../images/in_box_bj1.png) no-repeat #fafafa;
  background-size: cover;
  box-shadow: 0px 0px 8px 0px rgba(25, 27, 35, 0.1);
  border-radius: 8px;
  width: calc(50% - 24px);
  box-sizing: border-box;
  padding: 2%;
}

.in_box ul li .bt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 30px;
  font-weight: 600;
  color: #333;
}

.in_box ul li .bt h2 a{
    color: #333;
}

.in_box ul li .bt h2 a:hover{
    color: #2b57ab;
}

.in_box ul li .bt h3 a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.in_box ul li .bt h3 a img:nth-child(2) {
  display: none;
}

.in_box ul li .bt h3 a:hover {
  background-image: linear-gradient(90deg, #15a0e1 0%, #4760ff 100%);
}

.in_box ul li .bt h3 a:hover img:nth-child(1) {
  display: none;
}

.in_box ul li .bt h3 a:hover img:nth-child(2) {
  display: block;
}

.in_box ul li:hover .bt h3 a {
  background-image: linear-gradient(90deg, #15a0e1 0%, #4760ff 100%);
}

.in_box ul li:hover .bt h3 a img:nth-child(1) {
  display: none;
}

.in_box ul li:hover .bt h3 a img:nth-child(2) {
  display: block;
}

.in_box ul li .nr {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
}

.in_box ul li .nr h2 {
  font-size: 18px;
  width: 50%;
}

.in_box ul li .nr h2 a {
  display: block;
  padding: 8px 0px;
  color: #555;
}

.in_box ul li .nr h2 a:hover {
  font-weight: 600;
  transition: none;
}

.in_box ul li .nr h3 {
  width: 50%;
}

.in_box ul li .nr h3 img {
  width: 100%;
  height: auto;
}

.in_bt span {
  font-size: 15px;
  color: #999;
}

.in_bt span i{
    margin-left: 5px;
}

.in_bt h2 {
  font-size: 30px;
  color: #333;
  font-weight: 600;
  padding: 5px 0px;
}

.in_bt b {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #3286ff;
}

.in_bt p {
  font-size: 16px;
  padding-top: 10px;
}

.in_bt1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.in_box1 {
  background: #ecf3ff;
  padding: 80px 0px;
}

.in_box1_nr {
  padding-top: 50px;
}

.in_box1_nr .swiper-slide a {
  display: block;
}

.in_box1_nr .swiper-slide a .img {
  width: 100%;
  height: 0px;
  position: relative;
  padding-top: 80%;
  overflow: hidden;
  border-radius: 6px 6px 0px 0px;
}

.in_box1_nr .swiper-slide a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  transform: scale(1);
  transition: all 0.5s ease 0s;
}

.in_box1_nr .swiper-slide a:hover .img img {
  transform: scale(1.05);
  transition: all 0.5s ease 0s;
}

.in_box1_nr .swiper-slide a .nr {
  background: #fff;
  padding: 30px 20px;
  box-sizing: border-box;
}

.in_box1_nr .swiper-slide a .nr h2 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

.in_box1_nr .swiper-slide a .nr p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  margin-top: 6px;
}

.in_box1_nr .swiper-button-next,
.in_box1_nr .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: #377fff;
  border-radius: 50%;
}

.in_box1_nr .swiper-button-next::after,
.in_box1_nr .swiper-button-prev::after {
  display: none;
}

.in_box1_nr .swiper-button-prev {
  transform: rotate(180deg);
}

.in_box2 {
  height: 600px;
  background: url(../images/in_box2_bj.png);
}

.in_box2 .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.in_box2 .container h2 {
  font-style: italic;
  font-size: 50px;
}

.in_box2 .container h3 {
  font-size: 16px;
  font-style: italic;
  padding: 10px 0px;
}

.in_box2 .container p {
  font-size: 16px;
  line-height: 30px;
}

.in_box2 .container span {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
}

.in_box2 .container span img {
  margin-bottom: 10px;
}

.in_video {
  width: 100%;
  max-width: 1200px;
  height: auto;
  object-fit: cover;
}

.in_box3 {
  padding: 80px 0px;
  overflow: hidden;
}

.in_box3 .in_bt{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.in_box3_nr {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}

.in_box3_nr_l {
  width: 45%;
  box-shadow: 0px 4px 6px 0px rgba(25, 27, 35, 0.05);
}

.in_box3_nr_l a {
  display: block;
  width: 100%;
  position: relative;
}

.in_box3_nr_l .img {
  width: 100%;
  height: 0px;
  padding-top: 60%;
  position: relative;
  overflow: hidden;
}

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

.in_box3_nr_l a .nr {
  background: #f8f9fb;
  box-sizing: border-box;
  padding: 20px;
}

.in_box3_nr_l a .nr span {
  font-size: 14px;
}

.in_box3_nr_l a .nr h2 {
  font-size: 18px;
  margin: 10px 0px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.in_box3_nr_l a:hover .nr h2 {
  color: #2b57ab;
}

.in_box3_nr_l a .nr p {
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 50px;
  line-height: 26px;
  color: #666;
}

.in_box3_nr_l a:hover .img img {
  transform: scale(1.08);
  transition: 0.5s all 0s ease;
}

.in_box3_nr_r {
  width: 50%;
}

.in_box3_nr_r ul li {
  border-bottom: 1px solid #eeeeee;
  padding: 40px 0px;
}

.in_box3_nr_r ul li a h2 {
  font-size: 18px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 10px 0px;
}

.in_box3_nr_r ul li a:hover h2 {
  color: #2b57ab;
}

.in_box3_nr_r ul li a span {
  font-size: 14px;
}

.in_box3_nr_r ul li a p {
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 50px;
  line-height: 26px;
  color: #666;
}

.in_box3_nr_r ul li:nth-last-child(1) {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.in_box4 {
  padding-bottom: 50px;
}

.in_box4_nr {
  height: 300px;
  margin-top: 50px;
}

.in_box4_nr .swiper-slide {
  height: calc((100% - 20px) / 3) !important;
}

.in_box4_nr .swiper-slide a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  cursor: auto;
}

.in_box4_nr .swiper-slide a img {
  max-width: 60%;
  max-height: 60%;
  transition: all 0.5s ease 0s;
}

.in_box4_nr .swiper-slide a:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease 0s;
}

.in_box5 {
  padding: 50px 0px;
  background: url(../images/in_box4_bj.png);
}

.in_box5 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.in_box5 .container h2 {
  font-size: 24px;
  color: #333;
  font-weight: 600;
}

.in_box5 .container h2 span {
  color: #0c79f4;
}

.in_box5 .container h2 a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 136px;
	height: 40px;
  box-sizing: border-box;
  padding: 0px 15px;
  margin-top: 10px;
	background-image: linear-gradient(90deg,
		#15a0e1 0%,
		#4760ff 100%);
	border-radius: 8px;
  font-size: 16px;
  color: #fff;
}

.in_box5 .container h3 a {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #333;
}

.in_box5 .container h3 a i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  background-image: linear-gradient(90deg, #0dccff 0%, #4760ff 100%);
}

.in_box5 .container h3 a:hover {
  transform: scale(1.05);
  transition: all 0.5s ease 0s;
}

.in_box5 .container h4 img{
  width: 410px;
  height: auto;
  margin-top: -70px;
}

.di {
  background: #2b57ab;
  color: #fff;
}

.di1 {
  padding: 50px 0px;
  display: flex;
  justify-content: space-between;
}

.di1_l{
  width: 280px;
}

.di1_l h2 {
  font-size: 22px;
  font-weight: bold;
}

.di1_l h2 p {
  font-size: 20px;
  font-style: italic;
}

.di1_l h3 {
  padding-top: 20px;
  font-size: 16px;
}

.di1_l h3 p {
  font-size: 14px;
  font-style: italic;
}

.di1_l h4 {
  padding-top: 20px;
  display: flex;
}

.di1_l h4 span {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 10px;
}

.di1_l h4 span img {
  width: 80px;
  height: auto;
  margin-bottom: 5px;
}

.di1_r {
  padding-left: 30px;
}

.di1_r ul {
  display: flex;
  width: 1000px;
}

.di1_r ul li {
  flex: 1;
}

.di1_r ul li h2 {
  font-size: 18px;
  padding-bottom: 15px;
}

.di1_r ul li a {
  display: block;
  color: #bec7e0;
  font-size: 14px;
  padding: 6px 0px;
}

.di2 {
  border-top: 1px solid #5579bc;
  padding: 10px 0px;
}

.di2 a {
  color: #fff;
}

.right_float {
  position: fixed;
  right: 2%;
  top: 30%;
  z-index: 100;
  border-radius: 4px;
  box-shadow: 0px 0px 5px #f1f1f1;
  /*display: none;*/
}

.right_float.scope {
  display: block;
}

.right_float ul li {
  background: #2b57ab;
  color: #fff;
  border-bottom: 2px solid #214790;
  cursor: pointer;
  position: relative;
}

.right_float ul li h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px;
  width: 25px;
}

.right_float ul li h2 i {
  font-size: 18px;
  margin-bottom: 6px;
}

.right_float ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px;
  width: 25px;
  color: #fff;
}

.right_float ul li a i {
  font-size: 18px;
  margin-bottom: 6px;
}

.right_float ul li:nth-child(1) {
  border-radius: 4px 4px 0px 0px;
}

.right_float ul li:nth-last-child(1) {
  background: #fff;
  color: #2b57ab;
  border-bottom: 0px;
  border-radius: 0px 0px 4px 4px;
}

.right_float ul li:nth-last-child(1) h2 i {
  margin: 5px 0px;
}

.right_float ul li h3 {
  position: absolute;
  right: 49px;
  top: 0px;
  background: #2b57ab;
  color: #fff;
  border-radius: 4px 0px 0px 4px;
  white-space: nowrap;
  min-height: 82px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 0px;
  overflow: hidden;
}

.right_float ul li:hover h3 {
  width: auto;
  padding: 15px;
}

.right_float ul li h3.rx {
  font-size: 14px;
}

.right_float ul li h3.rx p {
  font-weight: bold;
  font-style: italic;
  font-size: 18px;
}

.right_float ul li h3.gz {
  top: auto;
  bottom: -2px;
}

.right_float ul li h3.gz img {
  width: 85px;
  height: 85px;
  margin-bottom: 5px;
}

.ny_banner {
  height: 450px;
  margin-top: 90px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.ny_banner .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.ny_banner .wz {
  position: absolute;
  bottom: 20px;
  left: 40px;
  font-size: 14px;
}

.ny_banner .wz i {
  margin-right: 5px;
}

.ny_banner .wz a {
  color: #fff;
}

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

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

.ny_pro {
  padding: 50px 0px;
  display: flex;
  justify-content: space-between;
}

.ny_pro_l {
  width: 290px;
  position: relative;
}

.ny_pro_l .close {
  position: absolute;
  right: 20px;
  top: 80px;
  font-size: 20px;
  color: #999;
  display: none;
}

.ny_pro_l .zx {
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
  color: #2b57ab;
  border-bottom: 2px solid #f7f7f7;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.ny_pro_l .zx1{
  border-bottom: 2px solid #f7f7f7;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
}

.ny_pro_l .zx1 h2{
  color: #333;
  font-weight: bold;
}

.ny_pro_l .zx1 a{
  color: #214790;
  font-weight: bold;
}

.pro_nav > li {
  display: block;
  margin: 0;
  padding: 0;
  border: 0px;
  position: relative;
  margin-bottom: 20px;
}

.pro_nav > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  padding: 0px 20px;
  line-height: 50px;
  background: #fafafa;
  color: #999;
  transition: all 0.3s;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 4px;
}

.pro_nav > li > a > i {
  font-size: 16px;
  font-weight: 400;
}

/*.pro_nav > li > a > i::before {*/
/*  content: "\f067";*/
/*  font-family: "Font Awesome 5 Pro";*/
/*}*/

/*.pro_nav > li.open > a > i::before {*/
/*  content: "\f068";*/
/*  font-family: "Font Awesome 5 Pro";*/
/*}*/

.pro_nav > li.open > a {
  color: #fff;
  background: #2b57ab;
}

.pro_nav > li.open > a::after {
  width: 4px;
  height: 100%;
  background: #1daed2;
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
}

.pro_nav > li > ul.sub-menu,
.pro_nav > li > ul.sub-menu > li > ul.sub-menu {
  display: none;
  list-style: none;
  clear: both;
  padding-bottom: 1px;
}

.pro_nav > li.open > ul.sub-menu {
  display: block;
}

.pro_nav > li > ul.sub-menu > li.open > ul.sub-menu {
  display: block;
}

.pro_nav > li > ul.sub-menu > li > a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  line-height: 50px;
  color: #999;
  background: #fafafa;
  text-transform: capitalize;
  box-sizing: border-box;
  border: 1px solid #dddddd;
  margin-bottom: -1px;
  box-sizing: border-box;
  padding: 0px 25px;
}

.pro_nav > li > ul.sub-menu > li > a > i {
  font-size: 14px;
  font-weight: 400;
  margin-right: 5px;
}

.pro_nav > li > ul.sub-menu > li > a > i::before {
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
}

.pro_nav > li > ul.sub-menu > li.open > a > i::before {
  content: "\f068";
  font-family: "Font Awesome 5 Pro";
}

.pro_nav > li > ul.sub-menu > li > ul {
  display: none;
}

.pro_nav > li > ul.sub-menu > li.open > ul {
  display: block;
}

.pro_nav > li > ul.sub-menu > li > ul > li > a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #333;
  padding: 0px 30px;
  border: 1px solid #dddddd;
  margin-bottom: -1px;
  box-sizing: border-box;
  font-weight: 600;
}

.pro_nav > li > ul.sub-menu > li > ul > li > a.on {
  color: #2b57ab;
}

.pro_nav li ul.sub-menu1{
  display: none;
}

.pro_nav li.open ul.sub-menu1 {
  display: block;
}

.pro_nav li ul.sub-menu1 li a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #333;
  padding: 0px 30px;
  border: 1px solid #dddddd;
  margin-bottom: -1px;
  box-sizing: border-box;
  font-weight: 600;
}

.pro_nav li ul.sub-menu1 li a.on {
  color: #2b57ab;
}

.ny_pro_r {
  width: calc(100% - 320px);
}

.path_bt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.path_bt h2 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

.path_bt h3 {
  width: 290px;
  height: 50px;
  background-color: #f7f7f7;
  border-radius: 4px;
  display: flex;
  align-items: center;
}

.path_bt h3 i {
  width: 50px;
  text-align: center;
  font-size: 18px;
}

.path_bt h3 .text {
  border: 0px;
  width: calc(100% - 80px);
  background: none;
  height: 50px;
  font-size: 14px;
}

.path_bt1 {
  font-size: 16px;
  color: #333;
  padding: 25px 0px;
  line-height: 26px;
}


.path_bt2 img {
  width: 100%;
  height: auto;
}

.pro_navv {
  border-bottom: 2px solid #e5e5e5;
  display: flex;
  margin-top: 30px;
}

.pro_navv a {
  font-size: 18px;
  color: #999;
  padding-bottom: 15px;
  margin-right: 30px;
  position: relative;
}

.pro_navv a.on,
.pro_navv a:hover {
  color: #2b57ab;
}

.pro_navv a.on::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #2b57ab;
  position: absolute;
  left: 0px;
  bottom: -2px;
}

.pro_list {
  margin-top: 20px;
}

.pro_list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -10px;
}

.pro_list ul li {
  width: calc(33.3% - 20px);
  margin: 0px 10px;
  margin-bottom: 20px;
}

.pro_list ul li a {
  display: block;
  background: url(../images/pro_bj.png) no-repeat;
  background-size: cover;
  border: solid 2px #ebebeb;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 15px;
  padding-bottom: 30px;
  text-align: center;
}

.pro_list ul li a:hover {
  box-shadow: 0px 0px 8px #ddd;
  transform: translatey(-10px);
}

.pro_list ul li a .img{
    width: 100%;
    height: 0px;
    position: relative;
    padding-top: 50%;
}

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

.pro_list ul li a h2 {
  font-size: 16px;
  color: #2b57ab;
  margin-bottom: 6px;
  margin-top: 6px;
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pro_list ul li a p {
  font-size: 12px;
  color: #555;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 35px;
}

.fanye {
  text-align: center;
}

.phone_nav {
  background: #666;
  height: 50px;
  display: none;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0px 15px;
  font-size: 16px;
  margin-bottom: 20px;
  cursor: pointer;
  color: #fff;
}

.ny_lj {
  margin-top: 90px;
  line-height: 60px;
  background: #f8f8f8;
  font-size: 14px;
}

.ny_lj i {
  margin-right: 8px;
}

.pro_box {
  padding: 50px 0px;
  display: flex;
  justify-content: space-between;
}

.pro_box_l {
  width: 50%;
  height: 550px;
  border: solid 2px #e3e3e3;
  margin-left: 0px;
}

.pro_box_l .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pro_box_l .swiper-slide img {
  max-width: 90%;
  max-height: 90%;
  width: auto;
  height: auto;
}

.pro_box_l .swiper-button-prev,
.pro_box_l .swiper-button-next {
  width: 30px;
  height: 30px;
  border: 1px solid #0c79f4;
  color: #0c79f4;
  border-radius: 50%;
  background: #e9eef6;
}

.pro_box_l .swiper-button-prev::after,
.pro_box_l .swiper-button-next::after {
  font-size: 20px;
}

.pro_box_l .swiper-pagination span {
  width: 12px;
  height: 12px;
  background: #214c8f;
  opacity: 0.2;
}

.pro_box_l .swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
}

.pro_box_r {
  width: 45%;
}

.pro_box_r .bt {
  font-size: 26px;
  color: #2b57ab;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.pro_box_r .nr h2 {
  font-size: 18px;
  color: #333;
  font-weight: 600;
  padding-bottom: 15px;
}

.pro_box_r .nr p {
  font-size: 16px;
  line-height: 28px;
}

.pro_box_r .nr h3 a {
  width: 178px;
  height: 50px;
  background-color: #214c8f;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 18px;
  box-sizing: border-box;
  padding: 0px 25px;
  margin-top: 25px;
  cursor: pointer;
}

.pro_box_r .nr h3 a:hover {
  box-shadow: 0px 0px 5px #999;
}

.pro_nr_nav {
  position: sticky;
  top: 90px;
  background: #f7f7f7;
  height: 80px;
  z-index: 100;
}

.pro_nr_nav1 {
  position: static;
}

.pro_nr_nav .container {
  display: flex;
  height: 100%;
  overflow-x: auto;
  margin: 0px auto;
}

.pro_nr_nav .container a {
  margin-right: 50px;
  font-size: 16px;
  position: relative;
  line-height: 80px;
  white-space: nowrap;
}

.pro_nr_nav .container a.active {
  color: #2b57ab;
}

.pro_nr_nav .container a.active::after {
  width: 100%;
  height: 2px;
  background: #2b57ab;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: "";
}

.pro_nr1 {
  padding-top: 50px;
  margin: 0px auto;
  max-width: 1000px;
}

.pro_nr1 .bt {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

.pro_nr1 .nr {
  padding: 25px 0px;
}

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

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

.pro_nr1 .nr span{
    text-wrap: wrap !important;
}

.pro_nr1 .nr table{
    width: 960px;
}

.pro_nr1 .nr table tr:nth-child(1) td,.pro_nr1 .nr table tr:nth-child(1) th {
  background: #214c8f !important;
  border: 1px solid #333;
  color: #fff;
  padding: 10px;
  text-align: center;
}

.pro_nr1 .nr table tr td {
  background: #f6faff !important;
  border: 1px solid #333;
  color: #333;
  padding: 10px;
}

.pro_nr1 .nr table p{
    padding-bottom: 0px;
    font-size: 14px;
}

.pro_nr1 .nr1 {
  padding-top: 30px;
  display: flex;
  min-height: 100px;
  padding-bottom: 30px;
}

.pro_nr1 .nr1 h2 a {
  color: #2b57ab;
  font-size: 16px;
  margin-right: 30px;
}

.pro_nr1 .nr1 h2 a img {
  width: 19px;
  height: auto;
  margin-right: 6px;
}

.pro_tj {
  background-color: #f8f8f8;
  padding: 50px 0px;
}

.pro_tj .bt {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

.pro_tj_nr {
  padding-top: 30px;
}

.pro_tj_nr .swiper-slide a {
  display: block;
  background: url(../images/pro_bj.png) no-repeat #fff;
  background-size: cover;
  border: solid 2px #ebebeb;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 20px;
  padding-bottom: 30px;
  text-align: center;
}

.pro_tj_nr .swiper-slide a:hover {
  box-shadow: 0px 0px 8px #ddd;
}

.pro_tj_nr .swiper-slide a .img{
    position: relative;
    width: 100%;
    height: 0px;
    padding-top: 80%;
}

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

.pro_tj_nr .swiper-slide a h2 {
  font-size: 16px;
  color: #2b57ab;
  margin-bottom: 6px;
  margin-top: 6px;
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pro_tj_nr .swiper-slide a p {
  font-size: 12px;
  color: #555;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 35px;
}

.pro_tj_nr .swiper-button-next,
.pro_tj_nr .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: #377fff;
  border-radius: 50%;
}

.pro_tj_nr .swiper-button-next::after,
.pro_tj_nr .swiper-button-prev::after {
  display: none;
}

.pro_tj_nr .swiper-button-next.swiper-button-disabled, .pro_tj_nr .swiper-button-prev.swiper-button-disabled{
  opacity: 0;
}

.pro_tj_nr .swiper-button-prev {
  transform: rotate(180deg);
}

.apply_box {
  padding: 50px 0px;
}

.apply_bt{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.apply_bt h2{
  font-size: 26px;
  font-weight: bold;
  color: #333;
}

.apply_bt b{
  display: block;
  width: 35px;
	height: 4px;
	background-color: #3286ff;
  margin-top: 10px;
}

.apply_box .nr{
  display: flex;
  margin-top: 40px;
  position: relative;
}

.apply_box .nr .nr_l{
  width: 50%;
  background: #f3f5f8;
  position: relative;
  box-sizing: border-box;
  padding: 4%;
}

.apply_box .nr .nr_l h2{
  font-size: 36px;
  color: #2b57ab;
  font-weight: bold;
  padding-bottom: 40px;
}

.apply_box .nr .nr_l p{
  font-size: 16px;
  line-height: 32px;
}

.apply_box .nr .nr_l::after{
  content: '';
  width: 100%;
  height: 8px;
	background-color: #2b57ab;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.apply_box .nr .nr_r{
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
}

.apply_box .nr .nr_r img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.apply_box1{
  padding-bottom: 50px;
}

.apply_box1 ul{
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
  margin: 0px -15px;
}

.apply_box1 ul li {
  display: block;
  margin: 0px 15px;
  margin-bottom: 30px;
  width: calc(33.3% - 30px);
  box-shadow: 0px 0px 9px 1px
		rgba(33, 76, 143, 0.1);
}

.apply_box1 ul li a{
  display: block;
}

.apply_box1 ul li a .img {
  width: 100%;
  height: 0px;
  position: relative;
  padding-top: 80%;
  overflow: hidden;
  border-radius: 6px 6px 0px 0px;
}

.apply_box1 ul li a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  transform: scale(1);
  transition: all 0.5s ease 0s;
}

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

.apply_box1 ul li a .nr {
  background: #fff;
  padding: 30px 20px;
  box-sizing: border-box;
}

.apply_box1 ul li a .nr h2 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

.apply_box1 ul li a .nr p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  margin-top: 6px;
}

.apply_detail{
  max-width: 1000px;
  margin: 0px auto;
  padding: 50px 0px;
}

.apply_detail_bt{
  /*border-bottom: 1px solid #214c8f;*/
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #333;
  padding-bottom: 20px;
  margin-bottom: 50px;
}

.apply_detail_nr{
  padding-bottom: 15px;
}
.apply_detail_nr .xbt{
  border-bottom: 1px solid #214c8f;
}

.apply_detail_nr .xbt h2{
display: inline-block;
background: #214c8f;
color: #fff;
padding: 5px 8px;
font-size: 18px;
font-weight: bold;
}

.apply_detail_nr .nr {
  padding: 20px 0px;
}

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

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

.apply_detail_nr .nr table tr th {
  background: #214c8f;
  border: 1px solid #333;
  color: #fff;
  padding: 10px;
}

.apply_detail_nr .nr table tr td {
  background: #f6faff;
  /*background: #214c8f !important;*/
  border: 1px solid #333;
  color: #333;
  padding: 10px;
}
.apply_detail_nr .nr table tr:nth-child(1) td {
  /*background: #f6faff;*/
  background: #214c8f !important;
  border: 1px solid #333;
  color: #fff;
  padding: 10px;
}

.apply_detail_nr .nr video{
  width: 100%;
  height: auto;
}

.pro_nav1 li{
  margin-bottom: 20px;
}

.pro_nav1 li a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  padding: 0px 20px;
  line-height: 50px;
  background: #fafafa;
  color: #999;
  transition: all 0.3s;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 4px;
}

.pro_nav1 li a:hover,.pro_nav1 li a.on{
  color: #fff;
    background: #2b57ab;
}

.pro_nav1 li a.on::after{
  width: 4px;
    height: 100%;
    background: #1daed2;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
}

.serve_list ul{
  margin: 0px -13px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
}

.serve_list ul li{
  width: calc((33.3% - 28px));
  margin: 0px 13px;
  border-radius: 8px;
	border: solid 1px #ebebeb;
  margin-bottom: 26px;
  padding: 20px;
  box-sizing: border-box;
}

.serve_list ul li a{
  display: block;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  height:45px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.serve_list ul li a:hover{
  color: #2b57ab;
}

.serve_list1 {
	padding-top: 40px;
}

.serve_list1 li {
	width: 100%;
	position: relative;
	box-sizing: border-box;
	margin-bottom: 15px;
}


.serve_list1 li .link{
	width: 100%;
	display: flex;
  align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
  height: 110px;
	cursor: pointer;
  border-radius: 8px;
	border: solid 1px #ebebeb;
  background: #fff;
  padding: 0px 20px;
}

.serve_list1 li .link h2 {
	font-size: 16px;
	display: block;
  color: #214c8f;
  font-weight: bold;
  padding-right: 20px;
}


.serve_list1 li .link span.tbanchor {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
  height: 100%;
  border-left: 1px solid #ebebeb;
  padding-left: 20px;
  font-weight: bold;
  color: #333;
}

.serve_list1 li .link span.tbanchor i {
	font-size: 20px;
	margin-left: 10px;
}

.serve_list1 li.open .link span.tbanchor {
  color: #214c8f;
}


.serve_list1 li.open .link span.tbanchor i {
	transform: rotate(180deg);
}

.serve_list1 li .jobnr {
	background: #f9f9f9;
	padding: 30px;
	font-size: 14px;
}

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

.serve_list1 li .jobnr p {
	font-size: 14px;
	line-height: 26px;
}

.serve_list2 ul{
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  margin: 0px -10px;
}

.serve_list2 ul li{
  margin: 0px 10px;
  width: calc(33.3% - 20px);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
}

.serve_list2 ul li:hover{
  box-shadow: 0px 0px 10px #999;
}

.serve_list2 ul li a{
  display: block;
  position: relative;
}

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

.serve_list2 ul li a .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0px;
  left: 0px;
}

.serve_list2 ul li a h2{
  background: rgb(33, 76, 143, 0.9);
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
  padding: 10px;
  color: #fff;
  z-index: 2;
  box-sizing: border-box;
}

.serve_list2 ul li a i{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
}

.serve_list2 ul li a i img{
  width: 60px;
  height: 60px;
}

.hr_list{
  max-width: 1100px;
  padding: 50px 0px;
  margin: 0px auto;
}

.hr_list ul{
  margin: 0px -20px;
  display: flex;
  flex-wrap: wrap;
}

.hr_list ul li{
  margin: 0px 20px;
  width: calc(50% - 40px);
  margin-bottom: 40px;
  height: 260px;
  border-radius: 12px;
  box-sizing: border-box;
  padding: 30px;
  color: #fff;
  position: relative;
  cursor: pointer;
}

.hr_list ul li h2{
  font-size: 32px;
  font-weight: bold;
}

.hr_list ul li h3{
  font-size: 18px;
  font-weight: bold;
}

.hr_list ul li span{
  position: absolute;
  left: 30px;
  bottom: 30px;
}

.hr_list ul li span a{
  border-radius: 3px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  padding: 3px 6px;
}

.pro_nav2{
  display: flex;
  flex-direction: column;
}

.pro_nav2 .bt{
  font-size: 16px;
  color: #333;
  font-weight: bold;
  padding-bottom: 5px;
}

.pro_nav2 div{
 margin: 5px 0px;
}

.pro_nav2 .layui-form-checked>i{
  background: #0c79f4 !important;

}

.pro_nav2 .layui-form-checkbox[lay-skin=primary]:hover>i{
  border: 1px solid #0c79f4 !important;
}

.hr_list1 ul li a{
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  padding: 30px;
  margin-bottom: 20px;
}

.hr_list1 ul li a:hover{
  box-shadow: 0px 0px 10px #ddd;
}

.hr_list1 ul li a h2{
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.hr_list1 ul li a h3{
  font-size: 15px;
  padding: 10px 0px;
}

.hr_detail{
  padding: 50px 0px;
  max-width: 800px;
  margin: 0px auto;
}

.hr_detail .bt{
 padding-bottom: 60px;
}

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

.hr_detail .bt h3{
  font-size: 16px;
  padding: 15px 0px;
}

.hr_detail .nr{
  padding-bottom: 30px;
}

.hr_detail .nr h2{
  font-size: 16px;
  font-weight: bold;
  color: #333;
  padding-bottom: 15px;
}

.hr_detail .nr p{
  font-size: 14px;
  line-height: 26px;
}

.hr_detail .nr p font{
  color: #2b57ab;
  font-weight: bold;
}

.hr_detail .nr a.tdjl{
background: #214c8f;
color: #fff;
font-size: 16px;
font-weight: bold;
padding: 8px 15px;
}


.news_list{
  padding-bottom: 50px;
}

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

.news_list ul li {
  display: block;
  margin: 0px 15px;
  margin-bottom: 30px;
  width: calc(33.3% - 30px);
  box-shadow: 0px 0px 9px 1px
		rgba(33, 76, 143, 0.1);
}

.news_list ul li a{
  display: block;
}

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

.news_list ul li a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  transform: scale(1);
  transition: all 0.5s ease 0s;
}

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

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

.news_list ul li a .nr h2 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin: 6px 0px;
}

.news_list ul li a .nr h3 {
  font-size: 14px;
}

.news_list ul li a .nr p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  margin-bottom: 8px;
  color: #666;
}

.news_detail{
  padding: 50px 0px;
  display: flex;
  justify-content: space-between;
}

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

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

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

.news_detail_l .bt b{
  display: block;
  width: 24px;
	height: 2px;
	background-color: #214c8f;
  margin: 15px 0px;
}

.news_detail_l .bt h3{
color: #999;
}

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

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

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

.news_detail_l .nr table tr th {
  background: #214c8f;
  border: 1px solid #333;
  color: #fff;
  padding: 10px;
}

.news_detail_l .nr table tr td {
  background: #f6faff;
  border: 1px solid #333;
  color: #333;
  padding: 10px;
}

.news_detail_l .fanhui{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #ddd;
  padding-top: 30px;
}

.news_detail_l .fanhui h2{
  font-size: 16px;
}

.news_detail_l .fanhui h2 a{
  display: block;
  padding: 5px 0px;
}

.news_detail_l .fanhui h3 a{
  border: 1px solid #eee;
  font-size: 16px;
  padding: 8px 15px;
}

.news_detail_l .fanhui h3 a i{
  color: #3286ff;
  margin-right: 5px;
}

.news_detail_r{
  width: 400px;
  background-color: #f8f8f8;
	box-shadow: 0px 0px 6px 0px
		rgba(3, 12, 26, 0.06);
	border-radius: 15px;
  box-sizing: border-box;
  padding: 30px;
}

.news_detail_r .bt{
  color: #214c8f;
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 30px;
}

.news_detail_r ul li{
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
}

.news_detail_r ul li a h2{
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
}

.news_detail_r ul li:nth-last-child(1){
  border-bottom: 0px;
  padding-bottom: 0px;
}

.contact_box{
  padding: 50px 0px;
  display: flex;
  justify-content: space-between;
}

.contact_box_l{
  width: 520px;
  height: 480px;
  box-sizing: border-box;
  background: url(../images/contact_bj.png) no-repeat;
  background-size: cover;
  border-radius: 8px;
  box-sizing: border-box;
  padding:40px;
}

.contact_box_l h2{
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  padding-bottom: 30px;
}

.contact_box_l p{
  font-size: 16px;
  color: #fff;
  padding: 6px 0px;
}

.contact_box_l p i{
  margin-right: 5px;
}

.contact_box_r{
  width: calc(100% - 550px);
  height: 480px;
  border-radius: 8px;
}

.about_box{
  padding: 50px 0px;
}

.about_box .container{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about_box_l{
  width: calc(100% - 520px);
}

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

.about_box_r{
  width: 420px;
}

.about_box_r ul li{
  border-bottom: 1px solid #f5f5f5;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.about_box_r ul li .left h2{
  font-size: 24px;
  font-weight: bold;
  color: #2b57ab;
}

.about_box_r ul li .left h2 span{
  font-size: 65px;
}

.about_box_r ul li .left p{
  font-size: 16px;
  color: #666;
}

.about_box_r ul li .right img{
  width: 95px;
  height: 95px;
}

.about_bt{
  font-size: 28px;
  font-weight: bold;
  color: #333;
  padding-bottom: 40px;
}

.about_bt1{
  color: #fff;
}

.about_box1{
  background: url(../images/about_box1_bj.png) no-repeat;
  background-size: cover;
  padding-top: 100px;
}

.about_box1 ul{
  display: flex;
  align-items: flex-end;
  padding-top: 80px;
  height: 320px;
}

.about_box1 ul li{
  flex: 1;
  border-left: 2px solid #fff;
  padding-left: 2%;
  padding-right: 3%;
  box-sizing: border-box;
  height: 60%;
  color: #fff;
  transition: all 0.3s ease 0s;
}

.about_box1 ul li.on,.about_box1 ul li:hover{
  height: 100%;
  transition: all 0.3s ease 0s;
}

.about_box1 ul li h2{
  font-size: 22px;
  padding: 15px 0px;
}

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

.about_box2{
  background: #F4F7FB;
  padding: 50px 0px;
}

.about_box2 .hd{
  margin-top: -70px;
}

.about_box2 .hd ul{
  display: flex;
  justify-content: flex-end;
}

.about_box2 .hd ul li{
  font-size: 16px;
  color: #333;
  padding: 5px 15px;
  cursor: pointer;
}

.about_box2 .hd ul li.on{
  background: #214c8f;
  color: #fff;
}

.about_box2 .bd{
  padding-top: 40px;
}

.about_box2_nr{
  padding-bottom: 60px;
}

.about_box2_nr .swiper-wrapper{
    align-items: flex-end;
}

.about_box2_nr .swiper-slide{
  position: relative;
  padding-bottom: 28px;
  box-sizing: border-box;
  padding: 5px;
  transition: all 0.5s ease 0s;
}

.about_box2_nr .swiper-slide .img img{
  width: 100%;
  height: auto;
  box-shadow: 0px 0px 10px #ccc;
}

.about_box2_nr .swiper-slide:hover{
    transform: scale(1.1);
    transition: all 0.5s ease 0s;
}

.about_box2_nr .swiper-slide h2{
  background: rgba(0,0,0,.6);
  position: absolute;
  bottom: 0px;
  left: 5px;
  padding:10px;
  font-size: 14px;
  color: #fff;
  box-sizing: border-box;
  width: calc(100% - 10px);
  text-align: center;
}

.about_box2_nr .swiper-button-prev,
.about_box2_nr .swiper-button-next {
  width: 30px;
  height: 30px;
  border: 2px solid #2e69ae;
  color: #2e69ae;
  border-radius: 50%;
  background: #fff;
  top: auto;
  bottom: 0px;
  left: 50%;
}

.about_box2_nr .swiper-button-prev{
  left: calc(50% - 30px);
}

.about_box2_nr .swiper-button-next{
  left: calc(50% + 30px);
}

.about_box2_nr .swiper-button-prev::after,
.about_box2_nr .swiper-button-next::after {
  font-size: 20px;
}

.about_box3{
  padding: 50px 0px;
  background: url(../images/about_box3_bj.png) no-repeat;
  background-size: cover;
}

.about_box3_nr{
  padding-top: 40px;
  padding-bottom: 80px;
}

.about_box3_nr .swiper-wrapper{
    align-items: flex-end;
}

.about_box3_nr .swiper-slide{
  color: #fff;
  position: relative;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 40px;
}

.about_box3_nr .swiper-slide b{
  width: 3px;
  height: 100%;
  position: absolute;
  left: 2px;
  bottom: -2px;
  border-radius: 8px;
  background: linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,0));
}

.about_box3_nr .swiper-slide b i{
  width: 8px;
  height:8px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: -2px;
  top: 0px;
}

.about_box3_nr .swiper-slide h2{
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 20px;
}

.about_box3_nr .swiper-slide p{
  font-size: 16px;
  line-height: 28px;
}

.about_box3_nr .swiper-button-prev,
.about_box3_nr .swiper-button-next {
  width: 30px;
  height: 30px;
  border: 2px solid #2e69ae;
  color: #2e69ae;
  border-radius: 50%;
  background: #fff;
  top: auto;
  bottom: 0px;
}

.about_box3_nr .swiper-button-prev::after,
.about_box3_nr .swiper-button-next::after {
  font-size: 20px;
}

.about_box3_nr::after{
  content: '';
  width: 92%;
  height: 1px;
  position: absolute;
  left: 4%;
  bottom: 18px;
  background: #fff;
}

.about_box4{
  padding-top: 50px;
}

.news_list1{
  padding: 50px 0px;
}

.news_list1 ul li {
  display: block;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.news_list1 ul li a h2{
  font-size: 20px;
  color: #333;
  padding-bottom: 6px;
}

.news_list1 ul li a:hover h2{
  color: #0c79f4;
}

.news_list1 ul li a p{
  font-size: 14px;
  color: #666;
}
