/* 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: #2c579e;
	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;
}


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 80px;
	margin: 0px auto;
}


.top {
	height: 80px;
	top: 0px;
	transition: all 0.2s ease 0s;
	box-sizing: border-box;
	position: relative;
	z-index: 100;
	background: #fff;
}

.top .container {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;

}
.di .container {
  text-align: center;
}

.top .logo {
	width: 100%;
	display: flex;
	align-items: center;
}

.top .logo img {
	width: auto;
	height:100px;
}


.nav_r {
	width: calc(100% - 280px);
	display: flex;
	justify-content: flex-end;
	align-items: center;
}


.nav {
	z-index: 10;
	display: flex;
	align-items: center;
	height: 80px;
	border-radius: 0px 0px 6px 0px;
	justify-content: flex-end;
}

.nav .nLi {
	height: 100%;
	position: relative;
	flex: 1;
}

.nav li {
	display: flex;
	align-items: center;
	padding: 0px 20px;
}

.nav .nLi h3 {
	position: relative;
}


.nav .nLi h3 a {
	display: block;
	font-size: 21px;
	position: relative;
	text-align: center;
	line-height: 80px;
	z-index: 2;
	transition: none;
	color: #333;
	white-space: nowrap;

}

.nav .nLi h3 a:hover {
	color: #006699;
}

.nav .nLi h3 a.on {
	color: #006699;
}

.nav_r .tel{
	border: 1px solid #333;
	font-size: 16px;
	border-radius: 5px;
	padding: 10px 10px;
	color: #333;
	margin: 0px 20px;
	white-space: nowrap;
}

.nav_r .login a{
	display: inline-block;
	padding: 0px 30px;
	line-height: 80px;
	white-space: nowrap;
	color: #fff;
	font-size: 21px;
	margin-left: 20px;
	background-image: linear-gradient(to right, #0066cc,#00ccff);
}

.nav_r .login a:hover{
	background-image: linear-gradient(to right, #00ccff,#0066cc);
}


.phone_btn {
	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);
}

.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: 50px;
	z-index: 10;
	transform: translateX(-100%);
	transition: all 0.3s ease;

}

.menu_box.into .menu_close {
	transform: translateX(0);
	transition: all 0.3s 0.2s ease;
}


.menu_close a {
	padding: 10px;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	box-sizing: border-box;
}


.menu_close img {
	width: 50px;
	height: auto;
}

.menu_cot .search {
	color: #fff;
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
	box-sizing: border-box;
	padding: 10px 10px;
}

.menu_cot .search .yuyan a {
	font-size: 16px;
	padding: 10px 0px;
	display: block;
	color: #333;
}

.menu_cot .search .yuyan img {
	margin-right: 10px;
}

.menu_cot .search .search1 {
	width: 100%;
	height: 32px;
	border-radius: 5px;
	border: solid 1px #333;
	overflow: hidden;
	color: #fff;
}

.menu_cot .search .search1 .text {
	width: calc(100% - 34px);
	line-height: 32px;
	color: #333;
	border: 0px;
	background: none;
	box-sizing: border-box;
	padding: 0px 10px;
	font-size: 14px;
}

.menu_cot .search .search1 .btn {
	width: 34px;
	height: 34px;
	background: #333;
	border-radius: 0px;
	border: 0px;
	cursor: pointer;
}

.menu_cot .search .search1 .btn i {
	color: #fff;
	font-size: 16px;
}

.in_banner {
	height: calc(100vh - 80px);
	width: 100%;
}

.in_banner .swiper-slide {
	height: 100%;
	background-size: cover;
	background-position: center center;
}


.in_banner .swiper-slide .phone_img {
	width: 100%;
	height: auto;
	display: none;
}

.in_banner .swiper-slide .container {
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	color: #fff;
}

.in_banner .swiper-slide .container h2 {
	font-size: 75px;
	font-weight: bold;
	padding-bottom: 20px;
}

.in_banner .swiper-slide .container h3 {
	font-size: 60px;
}

.in_banner .swiper-slide .container b {
	width: 80px;
	height: 8px;
	background-image: linear-gradient(to right, #0066cc,#00ccff);
	display: block;
	margin: 2% 0px;
}

.in_banner .swiper-slide .container p{
	font-size: 20px;
}

.in_banner .swiper-pagination {
	bottom: 5%;
}


.in_banner .swiper-pagination span {
	width: 50px;
	height: 3px;
	background: #fff;
	border-radius: 0px;
}

.in_banner .swiper-button-next,.in_banner .swiper-button-prev{
	color: #fff;
	width: 60px;
}

.in_banner .swiper-button-next:after, .in_banner .swiper-button-prev:after{
	font-size: 60px;
}

.in_box {
	background: url(../images/in_boxbj.png) no-repeat;
	background-size: cover;
	padding: 150px 0px;
}


.in_bt {
	
	text-align: center;
	color: #fff;
	padding-bottom: 40px;
}

.in_bt h2{
	font-size: 45px;
}

.in_bt p{
	font-size: 18px;
	padding:15px 0px;
}


.in_box ul{
	display: flex;
	justify-content: center;
	margin: 50px 30px 0;
}

.in_box ul li{
	width: 50%;
	text-align: left;
	box-sizing: border-box;
	margin: 0px 1.2%;
  padding: 60px 20px 20px 40px;
	color: #fff;
  background-size: 100%;
  background-size: cover;
}

.in_box ul li h3{
  display: inline-block;
  padding-bottom: 15px;
	font-size: 72px;
	margin: 20px 0px;
  border-bottom: 4px solid #FFF;
}

.in_box ul li p{
	font-size: 42px;
  margin-top: 60px;
}

.in_box ul li span{
	position: relative;
	display: block;
  float: right;
	margin-top: 45px;
}

.in_box ul li span a{
	font-size: 25px;
	color: #fff;
	position: relative;
	z-index: 2;
	text-transform: uppercase;
	line-height: 35px;
	display: inline-block;
  border: 3px solid #fff;
  padding: 8px 25px;
}

.in_box ul li span:hover::after{
	width: 200px;
	transition: all 0.3s ease 0s;
}

.in_box1{
	padding: 150px 0px;
	background: url(../images/index/news.png) no-repeat;
	background-size: cover;
}

.in_box11{
	display: flex;
	margin-top: 50px;
}

.in_box1 .swiper-slide{
	width: 33.3%;
	padding: 20px 0px;
	
}

.in_box1 .swiper-slide a{
	display: block;
	width: 100%;
	height: 520px;
	box-sizing: border-box;
	padding: 5%;
	color: #fff;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
}

.in_box1 .swiper-slide a h2{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 60px;
}

.in_box1 .swiper-slide a p{
	font-size: 22px;
	line-height: 36px;
}

.in_box1 .swiper-slide a span{
	position: absolute;
	right: 5%;
	bottom: 5%;
	font-size: 18px;
}

.in_box1 .swiper-slide a:hover{
	transform: scale(1.05);
	z-index: 100;
}

.in_box2{
	display: flex;
}

.in_box2_l{
	width: 40%;
	padding: 30px 0px;
	padding-left: 5%;
	box-sizing: border-box;
}

.in_box2_l img{
	height: 70px;
	width: auto;
}

.in_box2_l h2{
	font-size: 24px;
	color: #333;
	padding: 20px 0px;
}

.in_box2_l p{
	font-size: 15px;
	line-height: 30px;
}

.in_box2_l h3{
	display: inline-block;
}

.in_box2_r{
	width: 60%;
	background: url(../images/liuyan_bj.png) no-repeat;
	background-size: cover;
	box-sizing: border-box;
	padding: 30px 40px;
}

.in_box2_r h2{
	font-size: 25px;
	color: #fff;
	padding: 20px 0px;
}

.in_box2_r ul{
	padding-top: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 780px;
}

.in_box2_r ul li{
	width: 48%;
	margin-bottom: 25px;
}

.in_box2_r ul li input{
	border: 0px;
	border-bottom: 2px solid #fff;
	background: none;
	width: 100%;
	line-height: 42px;
	font-size: 15px;
	color: #fff;
}

.in_box2_r ul li button{
	border: 0px;
	cursor: pointer;
}
.in_box3 {
  padding: 150px 40px 80px 140px;
  background-size: cover;
  display: flex;
  color: #fff;
}
.in_box3 h3 {
  font-size: 90px;
}
.in_box3 p {
  font-size: 35px;
  text-indent: 2em;
}
.in_box3_left{
  width: 40%;
  margin: 0 2%;
}
.in_box3_right {
  width: 60%;
  margin: 0 2%;
}
.in_box3_right {
  padding-top: 200px;
}
.in_box3_group {
  margin-top: 180px;
  display: flex;
  justify-content: space-around;
}
.in_box3_part {
  background: #152f86;
  border-radius: 40px;
  padding: 10px 0 20px;
  width: 270px;
  box-sizing: border-box;
  text-align: center;
}
.in_box3_part .part-value {
  font-size: 50px;
}
.in_box3_part .part-label {
  font-size: 30px;
}
.di{
	padding: 15px 0px;
}

.di p{
	font-size: 14px;
}

.ny_banner{
	height: auto;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
	position: relative;
	z-index: 1;
}

.ny_banner .wz{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;

}

.ny_banner img{
	width: 100%;
	height: auto;
	display: block;
}

.ny_banner h2{
	font-size: 70px;
}

.ny_banner p{
	font-size: 32px;
}


.product ul li{
	height: 700px;
	display: flex;
}

.product ul li:nth-child(even){
	flex-direction: row-reverse;
}

.product ul li .product_img{
	height: 100%;
	width: 50%;
	background: url(../images/product_bj.png) no-repeat;
	background-size: cover;
	box-sizing: border-box;
}

.productt{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.productt .swiper-slide{
	display: flex;
	align-items: center;
	justify-content: center;
}

.productt .swiper-slide img{
	max-width: 90%;
	max-height: 90%;
	width: auto;
	height: auto;
}

.product ul li .product_wz{
	width: 50%;
	height: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 5%;
}

.product ul li:nth-child(1) .product_wz{
	background: url(../images/product_bj1.png) no-repeat;
	background-size: cover;
	box-sizing: border-box;
}

.product ul li:nth-child(2) .product_wz{
	background: url(../images/product_bj2.png) no-repeat;
	background-size: cover;
	box-sizing: border-box;
}

.product ul li:nth-child(3) .product_wz{
	background: url(../images/product_bj3.png) no-repeat;
	background-size: cover;
	box-sizing: border-box;
}

.product ul li:nth-child(4) .product_wz{
	background: url(../images/product_bj4.png) no-repeat;
	background-size: cover;
	box-sizing: border-box;
}

.product ul li .product_wz h2{
	text-align: center;
}

.product ul li .product_wz h2 img{
	transform: rotatey(0deg);
	transition: all 0.5s ease 0s;
}


.product ul li .product_wz:hover h2 img{
	transform: rotatey(180deg);
	transition: all 0.5s ease 0s;
}

.product ul li .product_wz h3{
	font-size: 32px;
	margin: 20px 0px;
	color: #333;
	text-align: center;
}

.product ul li .product_wz b{
	width: 24px;
	height: 4px;
	background-image: linear-gradient(90deg, 
		#7ccfff 0%, 
		#007fd1 100%);
		display: block;
		margin: 0px auto;
		margin-bottom: 20px;
}

.product ul li .product_wz p{
	font-size: 17px;
	line-height:26px;
	color: #333;
	display: flex;
	align-items:flex-start;
}


.industry{
	padding: 50px 0px;
}

.industry .in_bt{
	color: #333;
}



.fixedmeau{
	position: fixed; top: 20px; left:20px; z-index: 0;
}
.fixedmeau li{
	width: 110px;
	border-left: 1px solid #0066b1;
	font-size: 16px;
	line-height: 45px;
	display: flex;
	padding-left: 10px;
	position: relative;
	color: #888;
	cursor: pointer;
}

.fixedmeau li i{
		width: 9px;
		height: 9px;
		background-color: #0066b1;
		border-radius: 50%;
		display: block;
		position: absolute;
		left: -5px;
		top: 17px;
}

.fixedmeau span{display: none;}
.fixedmeau .active{
	font-size: 18px;
	color: #333;
}

.fixedmeau .active i{
	width: 13px;
	height: 13px;
	left: -7px;
	top: 16px;
}

.louceng_box{
	width: 100%;
	padding: 0px 150px;
	box-sizing: border-box;
}

.louceng{
display: flex;
height: 450px;
}

.louceng:nth-child(even){
	flex-direction: row-reverse;
}

.louceng_l{
	width: 50%;
	height: auto;
	background-size: 100%;
	background-repeat: no-repeat;
  text-align: center;
}
.gradient-title {
  background: linear-gradient(180deg, #00c5fb 0%, #0069cd 100%);
  /* 兼容性写法 */
  background: -webkit-linear-gradient(top, #00c5fb 0%, #0069cd 100%); /* Safari 5.1-6 */
  background: -moz-linear-gradient(top, #00c5fb 0%, #0069cd 100%);    /* Firefox 3.6-15 */
  background: -o-linear-gradient(top, #00c5fb 0%, #0069cd 100%);     /* Opera 11.1-12 */
  color: #fff;
  border-radius: 40px;
  display: inline-block;
  padding: 10px 20px;
  font-size: 40px;
  margin: 20px;
}
.gradient-title.small {
  padding: 10px 40px;
}
.special-title {
  background: linear-gradient(180deg, #00c5fb 0%, #0069cd 100%);
  /* 兼容性写法 */
  background: -webkit-linear-gradient(top, #00c5fb 0%, #0069cd 100%); /* Safari 5.1-6 */
  background: -moz-linear-gradient(top, #00c5fb 0%, #0069cd 100%);    /* Firefox 3.6-15 */
  background: -o-linear-gradient(top, #00c5fb 0%, #0069cd 100%);     /* Opera 11.1-12 */
  color: #fff;
  border-radius: 40px;
  display: inline-block;
  padding: 10px 20px;
  font-size: 40px;
  position: absolute;
  margin-top: -100px;
  transform: translateX(-50%);
}
.mt20 {
  margin-top: 20px;
}
.mt50 {
  margin-top: 50px;
}
.mt100 {
  margin-top: 100px;
}
.mt120 {
  margin-top: 120px;
}
.part-group {
  display: flex;
}
.part-prompt {
  font-size: 30px;
  padding: 0 120px;
  margin: 20px 0 60px;
  color: #333;
}
.louceng_trisection {
  width: 33.33333333333333%;
  text-align: center;
  padding: 0px 120px;
  font-size: 25px;
  color: #333;
  p {
    text-align: left;
    margin-bottom: 50px;
  }
}
.trisection-img {
  max-width: 100%;
  height: 300px;
}
.louceng .louceng_r{
	height: 100%;
	width: 50%;
	background-image: url(../images/-h-01.png);
	background-repeat: no-repeat;
	background-size: auto 40%;
	background-position: right 10% center;
	display: flex;
	justify-content: center;
	flex-direction: column;
	box-sizing: border-box;
	padding: 5%;
}

.louceng:nth-child(2) .louceng_r{
	background-image: url(../images/-h-02.png);
}

.louceng:nth-child(3) .louceng_r{
	background-image: url(../images/-h-03.png);
}

.louceng:nth-child(4) .louceng_r{
	background-image: url(../images/-h-04.png);
}

.louceng:nth-child(5) .louceng_r{
	background-image: url(../images/-h-05.png);
}

.louceng:nth-child(6) .louceng_r{
	background-image: url(../images/-h-06.png);
}

.louceng:nth-child(7) .louceng_r{
	background-image: url(../images/-h-07.png);
}

.louceng:nth-child(8) .louceng_r{
	background-image: url(../images/-h-08.png);
}

.louceng_r .bt{
	color: #0066b1;
}

.louceng_r .bt h2{
	font-size: 28px;
	font-weight: bold;
}

.louceng_r .bt p{
	font-size: 12px;
	padding: 10px 0px;
}

.louceng_r .nr{
	padding-top: 20px;
}

.louceng_r .nr p{
	font-size: 22px;
	color: #333;
	line-height: 36px;
	padding: 3px 0px;
	font-weight: bold;
}

.louceng_r .nr p img{
	margin-right: 10px;
}


.service_box{
	background: #f8f8f8;
	padding: 50px 0px;
}

.service_box .in_bt{
	color: #333;
}

.service_box ul{
	display: flex;
	justify-content: space-between;
}

.service_box ul li{
	width: 31%;
	box-shadow: 0px 0px 13px 0px 
		rgba(0, 0, 0, 0.2);
	border-radius: 12px;
	box-sizing: border-box;
	padding: 25px;
	text-align: center;
}

.service_box ul li h2{
	font-size: 32px;
	color: #333;

}

.service_box ul li h2 i{
	color: #fff;
	font-size: 17px;
	background-image: linear-gradient(0deg, 
		#495fe4 3%, 
		#007fd1 100%);
	border-radius: 8px;
	padding: 3px 5px;
	margin-left: 8px;
}

.service_box ul li h2 i.jin{
	background-image: linear-gradient(0deg, 
		#dea01a 0%, 
		#edbb4f 24%, 
		#fbd583 100%);
}

.service_box ul li h2 i.hon{
	background-image: linear-gradient(0deg, 
		#e62129 0%, 
		#ff262f 24%, 
		#fd4c54 100%);
}

.service_box ul li h3{
	font-size: 18px;
	padding-top: 10px;
	color: #333;
}

.service_box ul li h3 b{
	font-size: 25px;
	color: #ff6900;
}

.service_box ul li p{
	font-size: 18px;
	padding: 20px 0px;
}

.service_box ul li span a{
	font-size: 18px;
	display: inline-block;
	background-color: #ff6900;
	border-radius: 24px;
	padding: 10px 20px;
	color: #fff;
}

.service_box ul li span a:hover{
	opacity: 0.9;
}


.service_box1{
	padding: 50px 0px;
	background: #f8f8f8;
}

.service_box1 .in_bt{
	color: #333;
}

.service_box1 .nr img{
	max-width: 100%;
	width: auto;
	/* line-height: ; */
	height: auto;
}

.service_box2{
	padding: 50px 0px;
	background: #e9f6ff;
}

.service_box2 .in_bt{
	color: #333;
}

.service_box2_nr{
	display: flex;
}

.service_box2_nr_l{
	width: 315px;
	height: auto;
	text-align: center;
	color: #0562bd;
	font-size: 24px;
	margin: auto 0;
}

.service_box2_nr_l img{
	width: 100%;
	height: auto;
	/* margin-top: 50px; */
}

.service_box2_nr_r{
	padding-left: 50px;
	width: calc(100% - 315px);
	box-sizing: border-box;
}

.service_box2_nr_r .swiper{
	padding-bottom: 30px;
}

.service_box2_nr_r .swiper-slide{
	text-align: center;
}

.service_box2_nr_r .swiper-slide img{
	width: 100%;
	height: auto;
	max-width: 250px;
}

.service_box2_nr_r .swiper-slide h2{
	font-size: 20px;
	color: #333;
	padding: 8px 0px;
}

.service_box2_nr_r .swiper-slide h3{
	font-size: 18px;
}

.service_box2_nr_r .swiper-slide h3 b{
	font-size: 22px;
	color: #ff6900;
}

.service_box2_nr_r .swiper-slide p{
	padding-top: 8px;
	font-size: 17px;
}

.service_box3{
	padding: 50px 0px;
}

.service_box3 .in_bt{
	color: #333;
}

.service_box3_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.service_box3_box_l{
	width: 48%;
}

.service_box3_box_l img{
	width: 100%;
	height: auto;
}

.service_box3_box_r{
	width: 48%;
}

.service_box3_box_r p{
	font-size: 20px;
	line-height: 40px;
}

.service_box3_box_r b{
	width: 60px;
	height: 8px;
	background-image: linear-gradient(0deg, 
		#0057b1 0%, 
		#0f81dd 46%, 
		#00b9fe 100%), 
	linear-gradient(
		#ff7d46, 
		#ff7d46);
		display: block;
		margin-top: 5%;
}

.about_box{
	padding: 100px 0px;
	background: url(../images/about_bj.png) no-repeat;
	background-size: cover;
}

.about_box .nr{
	padding-top: 50px;
	text-align: left;
	color: #fff;
}

.about_box .nr p{
	font-size: 22px;
	line-height: 45px;
  text-indent: 2em;
}
.nr-center {
  text-align: center;
  color: #fff;
  font-size: 24px;
  margin-top:10px;
}
.about_box .recruitment-list {
  display: flex;
}
.recruitment-item {
  width: 25%;
  display: flex;
  align-items: center;
  font-size: 30px;
  color:#fff;
}
.recruitment-item img {
  width: 80px;
}