/* CSS Document*/

@font-face {
  font-family: "webfontregular";
  font-weight: 600;
  src: url("../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.eot");
  src: url("../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.eot?#iefix") format("embedded-opentype"),
    url("../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.woff2") format("woff2"),
    url("../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.woff") format("woff"),
    url("../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.ttf") format("truetype"),
    url("../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.svg#webfontregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* 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: #00bad8;
  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: #F5F6FF;
  color: #666;
  font-size: 14px;
  min-width: 1200px;
  position: relative;
}


.container {
  margin: 0px auto;
  max-width: 1600px;
  box-sizing: border-box;
}

.top {
  height: auto;
  position: absolute;
  z-index: 99;
  top: 0px;
  width: 100%;
  box-sizing: border-box;
  min-width: 1200px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.top .container{
  display: flex;
}

.top .logo {
  padding: 15px 0px;
}
.top .logo img {
  height: 70px;
  width: auto;
}

.search_tc{
  background: rgba(255, 255, 255, 0.8);
  padding: 24px 0px;
  position: absolute;
  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;
}

.search_tc .container .left{
width: 550px;
display: flex;
border: 1px solid #ddd;
border-radius: 10px;
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: #357cff;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
}

.search_tc .container .right{
  font-size: 40px;
  cursor: pointer;
}

.nav_dh {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 40px;
  width: calc(100% - 140px);
}

.nav {
  z-index: 10;
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}
.nav a {
  color: #fff;
}
.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 15px;
  line-height: 50px;
  font-size: 18px;
  position: relative;
  white-space: nowrap;
}

.nav .nLi h3 a:hover{
  font-weight: bold;
}

.nav .nLi.on h3 a{
  font-weight: bold;
  
}

.nav .nLi.on{
  border-bottom: 1px solid #09DFFF;
}


.nav_dh .tel{
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
}

.nav_dh .tel h2{
  display: flex;
}

.nav_dh .tel h2.search_i{
  cursor: pointer;
}

.nav_dh .tel h2 i {
  margin-right: 10px;
  border: 1px solid #fff;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.nav_dh .tel b{
  width: 1px;
  height: 25px;
  background: #fff;
  display: block;
  margin: 0px 20px;
}

.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::after{*/
/*  width: 90%;*/
/*  content: '';*/
/*  height: 95px;*/
/*	background-color: #005fca;*/
/*	border-radius: 20px;*/
/*  position: absolute;*/
/*  bottom: 0px;*/
/*  left: 5%;*/
/*}*/

.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-slide .wenzi{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  text-shadow: 0px 0px 15px #666;
}

.in_banner .swiper-slide .wenzi .container{
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 35vh;
}

.in_banner .swiper-slide .wenzi .container h2{
    font-size:50px;
    color: #fff;
  font-weight: bold;
}

.in_banner .swiper-slide .wenzi .container p{
    font-size: 18px;
    color: #fff;
}

.in_banner .swiper-pagination span {
  border-radius: 3px;
  width: 20px;
  height: 5px;
}
.in_banner .swiper-pagination span.swiper-pagination-bullet-active {
  background: #357cff;
}

.in_banner .swiper-button-next,
.in_banner .swiper-button-prev {
  width: 62px;
  height: 62px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  display: none;
}


.in_banner:hover .swiper-button-next,
.in_banner:hover .swiper-button-prev {
  display: flex;
}

.in_banner .swiper-button-next::after,
.in_banner .swiper-button-prev::after {
  font-size: 25px;
  color: #fff;
}

.in_box{
  background: url(../images/in_box_bj.png) no-repeat;
  padding: 50px 0px;
  background-position: bottom center;
  background-size:100% calc(100% - 150px);
  padding-top: 30px;
}

.in_box .bt{
  font-size: 36px;
  font-weight: bold;
  color: #333;
  padding-bottom: 20px;
}

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

.in_box_1l{
  padding-top: 150px;
  width: 45%;
  padding-bottom: 50px;
  position: relative;
}

.in_box_1l .xbt{
  position: relative;
  padding-left: 20px;
  color: #fff;
}

.in_box_1l .xbt h2{
  font-size: 30px;
}

.in_box_1l .xbt p{
  font-size: 16px;
}

.in_box_1l .xbt::after{
  width: 4px;
	height: 34px;
	background-color: #166bcc;
  position: absolute;
  left: 0px;
  top: 5px;
  content: '';
}

.in_box_1l .nr{
  padding-top: 5%;
}

.in_box_1l .nr p{
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:6;
}

.in_box_1l .nr span{
  padding-top: 3%;
  display: block;
}

.in_box_1l .nr span a{
  display: inline-block;
  padding: 10px 25px;
  border-radius: 4px;
  background: #fff;
  font-size: 18px;
  color: #166bcc;
}

.in_box_1l .nr span a:hover{
  background: #005fca;
  color: #fff;
}

.in_box_1l .nr span a i{
  margin-left: 5px;
}

.in_box_1l .dian{
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: none;
}

.in_box_1r{
  margin-top: 10px;
  width: 45%;
}

.in_box_1r img{
  width: 100%;
  height: auto;
  box-shadow: 1px 25px 27px 2px 
		rgba(0, 0, 0, 0.41);
}

.in_box1{
  padding: 50px 0px;
}

.in_box1 .bt{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.in_box1 .bt .in_box1_bt_l{
  font-size: 36px;
  font-weight: bold;
  color: #333;
}

.in_box1 .bt .in_box1_bt_r ul{
  display: flex;
  padding-top: 10px;
}

.in_box1 .bt .in_box1_bt_r ul li{
  color: #005fca;
  font-size: 16px;
  border: 1px solid #005fca;
  padding: 5px 10px;
  border-radius: 5px;
  margin-right: 10px;
  cursor: pointer;
}

.in_box1 .bt .in_box1_bt_r ul li.on{
  background: #005fca;
  border: 1px solid #005fca;
  color: #fff;
}

.in_box1_nr_qh{
  margin: 0px -1.2%;
  padding-bottom: 30px;
}

.in_box1_nr_qh .swiper-slide{
  box-sizing: border-box;
  padding: 1.5%;
}

.in_box1_nr_qh .swiper-slide a{
  background: #C4EEFF;
  width: 100%;
  box-sizing: border-box;
  padding: 5%;
  box-shadow: 9px 10px 7px 0px 
		rgba(110, 110, 110, 0.1);
    border-radius: 12px;
    display: block;
    position: relative;
}

.in_box1_nr_qh .swiper-slide a:hover{
  background-image: linear-gradient(0deg, 
		#00b9fe 0%, 
		#0f81dd 61%, 
		#317bcf 100%);
	box-shadow: 9px 10px 7px 0px 
		rgba(110, 110, 110, 0.1);	
}

.in_box1_nr_qh .swiper-slide a h2{
  font-size: 16px;
  color: #176bcc;
}

.in_box1_nr_qh .swiper-slide a b{
  width: 100%;
  height: 2px;
  background: #ccc;
  display: block;
  margin: 15px 0px;
}

.in_box1_nr_qh .swiper-slide a h3{
  font-size: 22px;
  color: #333;
  padding-bottom: 8px;
  overflow: hidden; /* 隐藏溢出的内容 */
  white-space: nowrap; /* 防止文本换行 */
  text-overflow: ellipsis; /* 显示省略号来表示溢出 */
}

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

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

.in_box1_nr_qh .swiper-slide a i{
  color: #fff;
  position: absolute;
  bottom: 5%;
  left: 5%;
  font-size: 18px;
  display: none;
}

.in_box1_nr_qh .swiper-slide a:hover h2{
  color: #fff;
}

.in_box1_nr_qh .swiper-slide a:hover b{
  background: #fff;
}

.in_box1_nr_qh .swiper-slide a:hover h3{
  color: #fff;
}

.in_box1_nr_qh .swiper-slide a:hover i{
  display: none;
}

.in_box1_nr_qh .swiper-pagination span {
  border-radius: 3px;
  width: 8px;
  height: 8px;
}
.in_box1_nr_qh .swiper-pagination span.swiper-pagination-bullet-active {
  background: #357cff;
  width: 20px;
}

.in_box2{
  padding-bottom: 50px;
}

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

.in_box2_bt h2{
  font-size: 36px;
  font-weight: bold;
  color: #333;
}

.in_box2_bt span a{
  display: inline-block;
    padding: 10px 25px;
    border-radius: 4px;
    background-image: linear-gradient(45deg, #166bcc 0%, #0f81dd 46%, #00b9fe 100%);
    font-size: 18px;
    color: #fff;
}

.in_box2_bt span a:hover{
  background-image: linear-gradient(-45deg, #166bcc 0%, #0f81dd 46%, #00b9fe 100%);
}

.in_box2_nr .hd ul{
  width: 100%;
  position: relative;
  display: flex;
  margin-top: 20px;
}

.in_box2_nr .hd ul::after{
  content: '';
  width: 100%;
  height: 1px;
  background: #ccc;
  position: absolute;
  top: 10px;
  left: 0px;
}

.in_box2_nr .hd ul li{
  width: 16.6%;
  text-align: center;
  padding-top: 30px;
  font-size: 16px;
  color: #333;
  position: relative;
  cursor: pointer;
}

.in_box2_nr .hd ul li.on{
  color: #00459a;
}

.in_box2_nr .hd ul li.on::after{
  width: 16px;
	height: 16px;
	background-color: #fff;
	border: solid 4px #00459a;
  border-radius: 50%;
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50% , 0px);
  z-index: 2;
}

.in_box2_nr .bd{
  margin-top: 40px;
}

.in_box2_nr .bd .nr{
  padding: 80px 0px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.in_box2_nr .bd .nr .container{
  display: flex;
  justify-content: flex-end;
}

.in_box2_nr .bd .nr a{
  width: 720px;
  background: #fff;
  box-sizing: border-box;
  padding: 30px 40px;
}

.in_box2_nr .bd .nr a h2{
  padding-right: 30px;
  position: relative;
  font-size: 30px;
  color: #333;
}

.in_box2_nr .bd .nr a h2 i{
  position: absolute;
  right: 0px;
  top: 10px;
  font-size: 24px;
  color: #666;
}

.in_box2_nr .bd .nr a b{
  display: block;
  width: 100%;
  height: 1px;
  background: #ccc;
  margin: 15px 0px;
}

.in_box2_nr .bd .nr a p{
  font-size: 16px;
  color: #333;
  line-height: 26px;
}

.in_box2_nr .bd .nr a .img{
  display: flex;
  justify-content: space-between;
}

.in_box2_nr .bd .nr a .img img{
  width: 49%;
  height: auto;
}

.in_box3_nr_qh{
  margin-top: 30px;
  padding-bottom: 30px;
}

.in_box3_nr_qh .swiper-slide{
  text-align: center;
  box-sizing: border-box;
  padding: 1.5%;
}

.in_box3_nr_qh .swiper-slide .img{
  position: relative;
  height: 0px;
  padding-top: 70%;
  box-shadow: 0px 7px 8px 2px #ccc;
}

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

.in_box3_nr_qh .swiper-slide h2{
  font-size: 18px;
  color: #333;
  padding-top: 15px;
}

.in_box3_nr_qh .swiper-pagination span {
  border-radius: 3px;
  width: 8px;
  height: 8px;
}
.in_box3_nr_qh .swiper-pagination span.swiper-pagination-bullet-active {
  background: #357cff;
  width: 20px;
}

.in_box4{
  padding-top: 50px;
}

.in_box4_nr{
  background: #f5f5f5;
  margin-top: 50px;
  padding-bottom: 50px;
}

.in_box4_nr .container{
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.in_box4_nr .container .left{
  width: 30%;
  background: #389cf2;
  position: absolute;
  left: 10%;
  top: 3%;
  box-sizing: border-box;
  padding: 0px 5%;
  color: #fff;
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.in_box4_nr .container .left a{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
  color: #fff;
  width: 100%;
  line-height: 60px;
  font-size: 18px;
}

.in_box4_nr .container .left a i{
  margin-right: 10px;
}

.in_box4_nr .container .left a:hover h2{
  font-weight: bold;
}

.in_box4_nr .container .right{
  width: 70%;
  height: 450px;
  margin-top: -20px;
}

.in_box4_nr .container .right img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.di{
  background: #42a2f5;
  padding: 30px 0px;
}

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

.di .container .left ul{
display: flex;
}

.di .container .left ul li{
margin-right: 50px;
}

.di .container .left ul li h2{
  font-size: 18px;
  color: #fff;
  position: relative;
  padding-bottom: 20px;
  white-space: nowrap;
}

.di .container .left ul li h2::after{
  width: 26px;
	height: 1px;
	background-color: #fff;
  content: '';
  position: absolute;
  bottom:10px;
  left: 0px;
}

.di .container .left ul li a,.di .container .left ul li p{
  color: #A1D1FA;
  font-size: 14px;
  padding: 8px 0px;
  display: block;
}

.di .container .right img{
  width: 100px;
  height: 100px;
}

.di .container .right p{
  padding-top: 10px;
  color: #A1D1FA;
}

.di1{
  background: #42a2f5;
  border-top: 1px solid #fff;
  padding: 10px 0px;
  color: #fff;
}

.di1 a{
  color: #fff;
}

.ny_banner{
  height: 600px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.about_box{
  padding: 50px 0px;
  position: relative;
  background: url(../images/in_box4_bj.png) no-repeat;
  background-size: cover;
}


.about_box .container{
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
}

.about_box .left{

  width: 48%;
  left: 0px;

  border-bottom: 8px solid #009fe8;
  box-sizing: border-box;
  padding: 3%;
}

.about_box .left::after{
  height: 8px;
  width: 30%;
  background: #233881;
  content: '';
  position: absolute;
  bottom: -8px;
  right: 0px;
}

.about_box .left b{
  width: 110px;
  height: 110px;
  background-image: linear-gradient(0deg, 
		#166ccc 0%, 
		#00bafe 100%);
    display: none;
    align-items: center;
    justify-content: center;
    margin-top: -60px;
    margin-left: 10%;
}

.about_box .left h2{
  font-size: 30px;
  color: #333;
  font-weight: bold;
  padding-top: 8%;
  padding-bottom: 3%;
}

.about_box .left p{
  font-size: 16px;
  line-height: 34px;
  display: block;
}

.about_box .left span{
  display: none;
  text-align: right;
  padding-top: 3%;
}

.about_box .right{
  width: 52%;
  height: auto;
  overflow: hidden;
}

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

.about_box .bou{
  text-align: center;
  position: relative;
  z-index: 2;
  padding-top: 5%;
}

.about_box .bou h2{
  font-size: 24px;
  color: #333;
}

.about_box .bou p{
  color: #999;
}

.about_box1{
  padding: 80px 0px;
  background: #fff;
  position: relative;
}

.about_box1::after{
  content: '';
  width: 100%;
  height: 85%;
  left: 0px;
  bottom: 0px;
  background: url(../images/about1_bj.png) no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 0;
}

.about_box1::before{
  content: '';
  width: calc(100% - 20px);
  max-width: 1750px;
  height: 60%;
  left: 0px;
  top: 0%;
  background: #fff;
  position: absolute;
  z-index: 1;
}

.about_box1 .bt{
  font-size: 32px;
  font-weight: bold;
  color: #333;
  position: relative;
  z-index: 2;
}

.about_box1 ul{
  padding-top: 3%;
  display: flex;
  margin: 0px -20px;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  padding-right: 5%;
}

.about_box1 ul li{
  width: calc(31.3% - 40px);
  margin: 0px 20px;
  position: relative;
}

.about_box1 ul li .img{
  width: 100%;
  height: 0px;
  padding-top: 110%;
  position: relative;
}

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

.about_box1 ul li h2{
  color: #fff;
  position: absolute;
  z-index: 3;
  bottom: 0px;
  left: 0px;
  box-sizing: border-box;
  padding: 8%;
  font-size: 20px;
}

.about_box2{
  padding: 50px 0px;
}

.about_box2 .bt{
  font-size: 32px;
  font-weight: bold;
  color: #333;
}


.about_box2 .nr{
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
}

.about_box2 .nr1{
  display: flex;
  width: 100%;
}

.about_box2 .nr1 h2{
  width: 35%;
  height: 450px;
  background: #176bcc;
  color: #fff;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about_box2 .nr1 h3{
  width:65%;
  position: relative;
  height: 450px;
}

.about_box2 .nr1 h3 img{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  object-fit: cover;
}

.about_box2 .nr2{
  display: flex;
  width: 100%;
}

.about_box2 .nr2 h2,.about_box2 .nr2 h3{
  width: 25%;
  height: 350px;
  overflow: hidden;
}

.about_box2 .nr2 h2{
  background: #999;
  font-size: 30px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}


.about_box2 .nr2 h3 img{
width: 100%;
height: 100%;
object-fit: cover;
}

.about_box3{
  background: #e9ebf0;
  height: 650px;
  display: none;
}

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

.about_box3_l{
  width: calc(100% - 480px);
}

.about_box3_l h2{
  color: #DBDEE6;
  font-size: 100px;
  font-weight: bold;
}

.about_box3_l h3{
  font-size: 32px;
  color: #304083;
  font-weight: bold;
  margin-top: -50px;
}

.about_box3_l p{
  display: block;
  width: 70%;
  font-size: 16px;
  line-height: 32px;
  padding-top: 20px;
}

.about_box3_r {
  width: 300px;
  height: 650px;
  margin: 0px;
  padding-left: 30px;
}

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

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

.about_box3_r .swiper-pagination{
  right: auto;
  left: 0px;
}

.pro_box{
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}

.pro_box_l{
  width: 225px;
}

.pro_box_l h2{
  background: #176bcc;
  height: 70px;
  line-height: 70px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.pro_box_l a{
  display: block;
  line-height: 60px;
  border-bottom: 2px solid #fff;
  background: #F8F8F8;
  font-size: 16px;
  color: #333;
  text-align: center;
}

.pro_box_l a:hover{
  color: #176bcc;
}

.pro_box_l a.on{
  background: #E7F0FA;
  color: #176bcc;
}

.pro_box_r{
  width: calc(100% - 310px);
}

.pro_lj{
  padding: 25px 0px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

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

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

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

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

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

.pro_box_r ul li .nr{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0px;
  border-bottom: 1px solid #ccc;
}

.pro_box_r ul li .nr h2{
  font-size: 16px;
  width: calc(100% - 90px);
}

.pro_box_r ul li .nr h2 p{
  font-size: 14px;
  color: #666;
  padding-top: 3px;
}

.pro_box_r ul li .nr h3{
    width:80px;
}

.pro_box_r ul li .nr h3 a{
  border: 1px solid #176bcc;
  color: #00459a;
  padding: 5px 10px;
}

.pro_box_r ul li .nr h3 a:hover{
  background: #176bcc;
  color: #fff;
}

.pro_box_r ul li:hover .nr{
  border-bottom: 1px solid #176bcc;
}

.pro_box_r ul li:hover .nr h2{
  color: #176bcc;
}

.fanye{
  text-align: center;
}

.pro_bt{
  text-align: center;
  font-size: 32px;
  color: #333;
}

.pro_bt b{
  display: block;
  width: 96px;
	height: 3px;
	background-color: #176bcc;
  margin: 0px auto;
}

.pro_d_box{
  display: flex;
  justify-content: space-between;
  padding: 30px 0px;
}

.pro_d_box_l{
  width: 56%;
  height: 440px;
  display: flex;
}

.mySwiper{
  height: 100%;
  width: 180px;
}

.mySwiper .swiper-slide{
  background: #F1F1F1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}

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

.mySwiper .swiper-slide-thumb-active::after{
width: calc(100% - 2px);
height: calc(100% - 2px);
border: solid 1px #176bcc;
content: '';
position: absolute;
left: 0px;
top: 0px;

}

.mySwiper2{
  height: 100%;
  width:calc(100% - 200px);
}

.mySwiper2 .swiper-slide{
  background: #F1F1F1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mySwiper2 .swiper-slide img{
  max-width: 95%;
  max-height: 95%;
  width: auto;
  height: auto;
}

.pro_d_box_r{
  width: 40%;
}

.pro_d_box_r p{
  font-size: 16px;
  padding: 10px 0px;
  line-height: 26px;
}

.pro_d_box_r p span{
  color: #999;
}

.pro_d_box_r h2 p{
    padding: 0px;
    color: #999;
}

.pro_d_box1{
  padding: 30px 0px;
}

.pro_d_box1_bt{
  background-image: linear-gradient(90deg, 
		#176bcc 0%, 
		#ffffff 100%);
    height: 55px;
    line-height: 55px;
    box-sizing: border-box;
    padding: 0px 20px;
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
}

.pro_d_box1_nr{
  background: #edf5fe;
  box-sizing: border-box;
  padding: 2%;
  font-size: 16px;
}

.pro_d_box1_nr p{
  line-height: 30px;
}

.case_list1{
  padding: 30px 0px;
}

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

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

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

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

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

.case_list1 ul li a .nr{
  background: #fff;
  font-size: 18px;
  text-align: center;
  padding: 20px 15px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.case_list1 .more{
  text-align: center;
  padding-top: 30px;
}

.case_list1 .more a{
  display: inline-block;
  border: 1px solid #176bcc;
  color: #176bcc;
  padding: 10px 20px;
  font-size: 16px;
}

.case_list1 .more a:hover{
  background: #176bcc;
  color: #fff;
}

.case_detail{
  max-width: 1400px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}

.case_detail_l{
width: calc(100% - 500px);
padding: 50px 0px;
}

.case_detail_l .bt{
  text-align: center;
}

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

.case_detail_l .bt h3{
  padding: 10px 0px;
  font-size: 16px;
}

.case_detail_l .bt h3 span{
  padding: 0px 10px;
}

.case_detail_l .nr{
  padding-top: 20px;
}

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

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

.case_detail_r{
  width: 275px;
  padding: 50px 0px;
}

.case_detail_r .bt{
  padding-bottom: 30px;
}

.case_detail_r .bt h2{
  font-size: 26px;
  color: #009fe8;
}

.case_detail_r .bt h3{
  font-size: 16px;
  color: #999;
}

.case_detail_r ul{
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
}

.case_detail_r ul li{
  width: 100%;
  margin-bottom: 30px;
}

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

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

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

.case_detail_r ul li a .nr{
  background: #fff;
  font-size: 16px;
  text-align: center;
  padding: 10px ;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.case_detail_r .shangx{
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.case_detail_r .shangx p{
  font-size: 16px;
  color: #333;
  padding: 8px 0px;
}

.case_detail_r .shangx h2{
  text-align: center;
  padding-top: 20px;
}

.case_detail_r .shangx h2 a{
  border: 1px solid #176bcc;
  color: #176bcc;
  padding: 15px 0px;
  display: block;
  font-size: 16px;
}

.case_detail_r .shangx h2 a:hover{
  background: #176bcc;
  color: #fff;
}


.job {
  max-width: 1400px;
  margin: 0px auto;
  padding-bottom: 30px;
}

.jobli li {
  width: 100%;
  margin-bottom: 5px;
}

.jobli li .link {
  padding: 2%;
  cursor: pointer;

  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.jobli li .link h2{
  font-size: 20px;
  color: #333;
}

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

.jobli li .link h3 a{
  background: #f6f8f9;
  color: #176bcc;
  padding: 10px 25px;
}

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


.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;
  padding-bottom: 15px;
}

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

.contact{
  max-width: 1400px;
  margin: 0px auto;
}

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

.contact_box .nr{
  height: 400px;
  display: flex;
}

.contact_box .nr .left{
  width: 55%;
  height: 100%;
}

.contact_box .nr .right{
  width: 45%;
  height: 100%;
  background: #f1f1f1;
  box-sizing: border-box;
  padding: 3%;
}

.contact_box .nr .right h2{
  font-size: 26px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #333;
}

.contact_box .nr .right p{
  font-size: 14px;
  line-height: 32px;
}

.contact_box1{
  padding: 50px 0px;
}

.contact_box1 .bt{
  text-align: center;
  color: #333;
  font-size: 32px;
  padding-bottom: 20px;
}

.contact_box1 ul li{
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}

.contact_box1 ul li h2{
  width: 31.3%;
  margin: 0px 1%;
}

.contact_box1 ul li .text{
  height: 50px;
	background-color: #f1f1f1;
	border-radius: 6px;
  width: 100%;
  border: 0px;
  font-size: 16px;
  box-sizing: border-box;
  padding: 0px 10px;
}

.contact_box1 ul li .text1{
  height: 200px;
  padding: 10px;
}

.contact_box1 ul li .btn{
  background: #f1f1f1;
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  color: #333;
  border: 0px;
  width: 200px;
  border-radius: 6px;
  margin: 0px 10px;
  cursor: pointer;
}

.contact_box1 ul li .btn1{
  background: #00a2e9;
  color: #fff;
}