

/*Global style*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1;
}

body {
	overflow-x: hidden;
}

ul,
li {
	list-style-type: none;
	margin: 0;
}

input,
textarea,
select {
	resize: none;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	border: 0;
}

a {
	text-decoration: none;
	color: #000;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

img {
	max-width: 100%;
	border-style: none;
	vertical-align: middle;
	transition: all .5s;
}

.zoom-img {
	overflow: hidden;
}

a {
	overflow: hidden;
}

.zoom-img img {
	transition: all .5s;
}

.zoom-img:hover img {
	transform: scale(1.04);
	-ms-transform: scale(1.04);
	-webkit-transform: scale(1.04);
	-o-transform: scale(1.04);
	-moz-transform: scale(1.04);
}

.clear:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

.clear {
	zoom: 1
}

.nav-page {
	font-size: 0;
	text-align: center;
}

.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: none;
	box-shadow: none;
}

.btn-link:focus,
.btn-link:hover {
	text-decoration: none;
}

.h1,
.h2,
.h3,
.h4,
.h5 {
	margin: 0;
	font-weight: normal;
}


/* header */

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	z-index: 99;
	transition: all .3s;
	background-color: rgba(0,0,0,0.3);
}

.head-wrap {
	justify-content: space-between;
	align-items: center;
	height: 99px;
	padding: 0 35px;
}

.head-nav .nav {
	justify-content: center;
}

.head-nav .column {
	position: relative;
	margin: 0 30px;
}

.head-nav .column.on::before {
	position: absolute;
	content: "";
	top: 101px;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #ffffff;
}

.header.on .head-nav .column.on::before {
	background-color: #055ce6;
}

.head-nav .item {
	font-size: 16px;
	color: #ffffff;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 110px;
	background-color: rgba(0, 0, 0, 0) !important;
}

.head-nav .column:hover .item {
	background-color: rgba(0, 0, 0, 0) !important;
}

.head-nav .drop-down {
	display: none;
	position: absolute;
	top: 110px;
	left: 50%;
	min-width: 200px;
	transform: translate(-50%, 0);
	background-color: #ffffff;
	border-bottom: 4px solid #055ce6;
	padding: 20px 0;
}

.head-nav .drop-down a {
	display: block;
	font-size: 16px;
	color: #444444;
	line-height: 50px;
	text-align: center;
	padding: 0 5px;
	transition: all .3s;
}

.head-nav .drop-down a:hover {
	color: #055ce6;
}

.head-rbox .column {
	margin-left: 40px;
}

.head-rbox .column:first-child {
	margin-left: 0;
}

.head-rbox .column.search {
	position: relative;
	overflow: hidden;
}

.head-rbox .search .drop-down {
	position: absolute;
	top: -7px;
	left: 22px;
	-moz-transition: all .8s ease;
	-o-transition: all .8s ease;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	/* background-color: rgba(0,0,0,.7); */
}

.head-rbox .search.on {
	overflow: initial;
}

.head-rbox .search.on .drop-down {
	left: -190px;
	opacity: 1;
}

.head-rbox .search.on .icon {
	opacity: 0;
}

.head-rbox .search .form {
	align-items: center;
}

.head-rbox .search .form-group {
	padding: 10px;
	margin-bottom: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .6);
}

.head-rbox .search .input-search {
	font-size: 14px;
	color: #FFFFFF;
	background: none;
}

.head-rbox .search .input-search::-webkit-input-placeholder {
	color: #FFFFFF;
}

.head-rbox .search .btn-submit {
	width: 20px;
	height: 22px;
	font-size: 0;
	line-height: 1;
	padding: 0;
	border: 0;
	background: none;
}

.header.on .search .drop-down {
	background-color: #ffffff;
}

.header.on .search .form-group {
	border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}

.header.on .search .input-search {
	color: #333333;
}

.header.on .search .input-search::-webkit-input-placeholder {
	color: #333333;
}

.head-rbox .item {
	align-items: center;
	line-height: 20px;
}

.head-rbox .icon {
	width: 18px;
	height: 18px;
	font-size: 0;
	margin-right: 13px;
}

.head-rbox .search .icon {
	width: 20px;
	height: auto;
	margin-right: 0;
}

.head-rbox .name {
	font-size: 14px;
	color: #ffffff;
}

.head-rbox .number {
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
}

.header .img2 {
	display: none;
}

.header.on {
	background-color: #ffffff;
	border-bottom: 1px solid #eeeeee;
}

.header.on .img2 {
	display: block;
}

.header.on .img1 {
	display: none;
}

.header.on .head-nav .item {
	color: #222222;
}

.header.on .head-nav .column.on .item {
	color: #055ce6;
}

.header.on .head-rbox .name {
	color: #055ce6;
}

.header.on .head-rbox .number {
	color: #055ce6;
}

.head-back .header {
	background-color: #ffffff;
	border-bottom: 1px solid #eeeeee;
}

.head-back .header .img2 {
	display: block;
}

.head-back .header .img1 {
	display: none;
}

.head-back .head-nav .item {
	color: #222222;
}

.head-back .head-rbox .name {
	color: #055ce6;
}

.head-back .head-rbox .number {
	color: #055ce6;
}

.search-drop-down {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, .5);
}

.search-drop-down .form {
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
}

.search-drop-down .form {
	align-items: center;
	padding: 30px 0;
}

.search-drop-down .form-group {
	width: calc(100% - 20px);
	padding: 10px;
	margin: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.search-drop-down .input-search {
	font-size: 14px;
	color: #ffffff;
	background: none;
}

.search-drop-down .input-search::-webkit-input-placeholder {
	font-size: 14px;
	color: #ffffff;
}

.search-drop-down .btn-submit {
	width: 20px;
	height: 22px;
	background: none;
	font-size: 0;
	padding: 0;
	border: 0;
}

.header.on .search-drop-down {
	background-color: #ffffff;
}

.header.on .search-drop-down .form-group {
	border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}

.header.on .search-drop-down .input-search {
	color: #333333;
}

.header.on .search-drop-down .input-search::-webkit-input-placeholder {
	color: #333333;
}

.head-back .head-rbox .search .input-search{
	color: #333;
}

.head-back .header .search .form-group{
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}

.head-back .head-rbox .search .input-search::-webkit-input-placeholder {
	color: #333333;
}

.suspen-cont {
	position: fixed;
	bottom: 10%;
	right: 1%;
	z-index: 2000;
}

.suspen-cont .column {
	position: relative;
}

.suspen-cont .icon {
	display: inline-block;
	width: 60px;
	height: 60px;
	background-color: #ffffff;
	box-shadow: 0 3px 7px rgba(0, 0, 0, .1);
	margin-bottom: 10px;
	cursor: pointer;
}

.suspen-cont .img2 {
	display: none;
}

.suspen-cont .box {
	display: none;
	position: absolute;
	right: 130%;
	top: 0;
	min-width: 220px;
	padding: 15px;
	background-color: #ffffff;
	align-items: center;
	box-shadow: 0 3px 7px rgba(0, 0, 0, .1);
}

.suspen-cont .box::after {
	position: absolute;
	content: "";
	right: -8px;
	top: 50%;
	width: 8px;
	height: 16px;
	background-image: url(../image/icon21.png);
	background-size: cover;
	margin-top: -8px;
}

.suspen-cont .icon2 {
	width: 40px;
	height: 40px;
}

.suspen-cont .text {
	font-size: 20px;
	color: #222222;
	line-height: 30px;
	font-weight: bold;
}

.suspen-cont .column:hover .img1 {
	display: none;
}

.suspen-cont .column:hover .img2 {
	display: inline-block;
}

.suspen-cont .column:hover .box {
	display: block;
}

.m-header {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #ffffff;
	z-index: 9;
}

.m-head-wrap {
	height: 60px;
	justify-content: space-between;
	align-items: center;
}

.m-header .head-logo {
	height: 50px;
}

.m-header .head-logo img {
	width: auto;
	max-height: 100%;
}

.m-header .menu-box {
	position: relative;
}

.m-header .btn-menu {
	flex-direction: column;
	align-items: center;
	cursor: pointer;
}

.m-header .line {
	width: 40px;
	height: 2px;
	margin: 5px 0;
	background-color: #000000;
	transition: all .3s;
}

.btn-menu.on .line:first-child {
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.btn-menu.on .line:nth-child(2) {
	display: none;
}

.btn-menu.on .line:last-child {
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	margin-top: -6px;
}

.m-header .drop-down {
	display: none;
	position: fixed;
	top: 60px;
	left: 0;
	width: 100%;
	height: calc(100% - 60px);
	background-color: #ffffff;
	padding: 30px 0;
	border-top: 1px solid #eeeeee;
}

.m-header .drop-down .item {
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	text-align: center;
}

.m-header .drop-down2 {
	display: none;
}

.m-header .drop-down2 a {
	display: block;
	font-size: 14px;
	color: #333333;
	line-height: 30px;
	text-align: center;
}


/* footer */

.footer {
	background-color: #061f37;
}

.foot-wrap {
	max-width: 1470px;
	width: 100%;
	padding: 0 35px;
	margin: 0 auto;
	align-items: center;
}

.foot-wrap .l-box {
	max-width: 1150px;
	width: 100%;
	border-right: 1px solid rgba(255, 255, 255, .1);
}

.foot-logo {
	padding: 72px 0 38px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.foot-nav {
	padding: 32px 0 27px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.foot-nav .column {
	margin-right: 160px;
}

.foot-nav .column:last-child {
	margin-right: 0;
}

.foot-nav .drop-down {
	display: none;
	margin-top: 14px;
}

.foot-nav .name {
	font-size: 14px;
	color: #ffffff;
	line-height: 30px;
}

.foot-nav .name a {
	color: #FFFFFF;
}

.foot-nav .icon {
	padding-right: 30px;
	background-image: url(../image/icon15.png);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
}

.foot-nav .item {
	display: block;
	font-size: 14px;
	color: #72808d;
	line-height: 30px;
}

.foot-wrap .l-box .text {
	font-size: 14px;
	color: #72808d;
	line-height: 30px;
	padding: 19px 0 22px;
}

.foot-wrap .r-box {
	width: 250px;
	text-align: right;
	padding: 30px 0;
}

.foot-wrap .r-box .name {
	font-size: 14px;
	color: #ffffff;
	line-height: 20px;
}

.foot-wrap .number {
	font-size: 26px;
	color: #ffffff;
	line-height: 30px;
	font-weight: bold;
	margin: 10px 0;
}

.foot-wrap .time {
	font-size: 14px;
	color: #72808d;
	line-height: 20px;
	margin-bottom: 20px;
}

.foot-wrap .code {
	display: inline-block;
}

.foot-wrap .code-wrap {
	text-align: center;
}

.foot-wrap .code .name {
	margin-top: 7px;
}

.m-footer {
	display: none;
	background-color: #061f37;
}

.m-foot-wrap {
	padding: 30px 0;
}

.m-foot-logo {
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.m-footer .foot-nav {
	padding: 20px 0;
	border-bottom: 0;
}

.m-footer .foot-nav .column {
	margin-right: 0;
}

.m-footer .foot-nav .name {
	line-height: 40px;
	border-bottom: 1px dashed rgba(255, 255, 255, .2);
}

.m-footer .foot-nav .drop-down {
	margin: 0;
	padding: 5px 0;
}

.m-footer .foot-nav .item {
	display: inline-block;
	margin-right: 15px;
}

.m-footer .bot-box {
	padding-top: 5px;
}

.m-footer .text-box .name {
	font-size: 14px;
	color: #ffffff;
	margin-bottom: 10px;
}

.m-footer .number {
	font-size: 14px;
	color: #ffffff;
	margin-bottom: 10px;
}

.m-footer .time {
	font-size: 14px;
	color: #ffffff;
	line-height: 24px;
	font-weight: bold;
}

.m-footer .code {
	display: inline-block;
	margin: 10px 0;
}

.m-footer .code .name {
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	margin-top: 10px;
}

.m-footer .text {
	font-size: 14px;
	color: #ffffff;
	line-height: 24px;
}


/* 媒体查询 */

@media only screen and (max-width: 1680px) {
	.head-nav .column {
		margin: 0 20px;
	}

	.head-rbox .column {
		margin-left: 30px;
	}
}

@media only screen and (max-width: 1440px) {
	.head-nav .column {
		margin: 0 15px;
	}

	.head-nav .item {
		padding-left: 10px;
		padding-right: 10px;
	}

	.head-rbox .number {
		font-size: 16px;
	}

	.head-rbox .column {
		margin-left: 20px;
	}

	.head-rbox .icon {
		margin-right: 8px;
	}
}

@media only screen and (max-width: 1280px) {
	.head-nav .column {
		margin: 0 10px;
	}

	.head-nav .item {
		font-size: 14px;
		padding-left: 7px;
		padding-right: 7px;
	}

	.head-rbox .number {
		font-size: 14px;
	}

	.head-rbox .column {
		margin-left: 10px;
	}

	.head-rbox .icon {
		margin-right: 8px;
	}

	.foot-nav .column {
		margin-right: 100px;
	}
}

@media only screen and (max-width: 1199px) {
	.header {
		height: 70px;
	}

	.head-wrap {
		height: 69px;
		padding: 0;
	}

	.head-logo img {
		width: 180px;
	}

	.foot-nav .column {
		margin-right: 70px;
	}
}

@media only screen and (max-width: 1024px) {
	.header {
		display: none;
	}

	.m-header {
		display: block;
	}

	.footer {
		display: none;
	}

	.m-footer {
		display: block;
	}

	.m-footer .bot-box {
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
	}

	.m-footer .text-box {
		width: 50%;
	}

	.m-footer .code {
		width: 50%;
	}

	.m-footer .code-wrap {
		display: inline-block;
	}

	.m-footer .text {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.m-head-wrap {
		height: 50px;
	}

	.m-header .head-logo {
		height: 42px;
	}

	.m-header .line {
		width: 26px;
		margin: 3px 0;
	}

	.btn-menu.on .line:last-child {
		margin-top: -5px;
	}

	.m-header .drop-down {
		top: 50px;
		height: calc(100% - 50px);
	}

	.m-foot-logo {
		padding-bottom: 15px;
	}
	
	.m-foot-logo img{
		height: 40px;
	}

	.m-footer .foot-nav {
		padding: 10px 0 15px;
	}

	.m-footer .foot-nav .name {
		line-height: 40px;
	}

	.m-footer .bot-box {
		padding-top: 0;
	}

	.m-foot-wrap {
		padding: 30px 0 20px;
	}
}


/* home */
.p-box{
	text-align: center;
	margin: 0 auto;
}

.m-box{
	display: none;
	text-align: center;
	margin: 0 auto;
}

.page-main .container-fluid {
	max-width: 1430px;
	width: 100%;
	margin: 0 auto;
}

.swiper1 .swiper-button-next,
.swiper1 .swiper-button-prev {
	width: 60px;
	height: 60px;
	background-size: cover;
	overflow: hidden;
	margin-top: -30px;
}

.swiper1 .swiper-button-prev {
	left: 30px;
	background-image: url(../image/icon4.png);
}

.swiper1 .swiper-button-next {
	right: 30px;
	background-image: url(../image/icon4-2.png);
}

.swiper1 .swiper-button-prev:hover {
	background-image: url(../image/icon3.png);
}

.swiper1 .swiper-button-next:hover {
	background-image: url(../image/icon3-2.png);
}

.swiper1 .swiper-pagination {
	bottom: 65px;
}

.swiper1 .swiper-pagination-bullet {
	position: relative;
	width: 10px;
	height: 10px;
	margin: 0 10px !important;
	opacity: .5;
	background-color: #ffffff;
}

.swiper1 .swiper-pagination-bullet-active {
	opacity: 1;
}

.swiper1 .swiper-pagination-bullet-active::after {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	top: 50%;
	left: 50%;
	margin-top: -10px;
	margin-left: -10px;
	background-color: rgba(255, 255, 255, .2);
	border-radius: 50%;
	overflow: hidden;
}

.swiper1 .suspen {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	transform: translate(-50%, -50%);
}

.swiper1 .suspen .h1 {
	font-size: 80px;
	color: #ffffff;
}

.intro-box {
	padding: 175px 0 240px;
	background-position: center center;
	background-size: cover;
}

.home-main .title {
	font-size: 50px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
}

.intro-box .box-wrap {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
}

.intro-box .text {
	max-width: 670px;
	width: 100%;
	font-size: 20px;
	color: #ffffff;
	line-height: 36px;
	text-align: center;
	margin: 0 auto;
}

.intro-box .btn-box {
	margin-top: 65px;
	margin-bottom: 97px;
	text-align: center;
}

.intro-box .btn-more {
	width: 150px;
	height: 50px;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 0;
	font-size: 14px;
	color: #ffffff;
	line-height: 48px;
	padding: 0;
	transition: all .3s;
}

.intro-box .btn-more:hover {
	color: #055ce6;
	background-color: #ffffff;
	border: 1px solid #ffffff;
}

.intro-box .data-list {
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.intro-box .name {
	font-size: 18px;
	color: #ffffff;
	line-height: 30px;
	margin-bottom: 10px;
}

.intro-box .data {
	align-items: flex-end;
}

.intro-box .number {
	font-size: 60px;
	color: #ffffff;
	line-height: 45px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.intro-box .d-1 {
	font-size: 16px;
	color: #ffffff;
	margin-left: 10px;
}

.intro-box .d-2 {
	font-size: 40px;
	color: #ffffff;
	line-height: 45px;
	font-weight: bold;
	margin-left: 10px;
}

.intro-box .en {
	font-size: 16px;
	color: rgba(255, 255, 255, .2);
	line-height: 30px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.develop-box {
	padding: 110px 0 165px;
	background-position: center center;
	background-size: cover;
}

.develop-box .title {
	color: #222222;
	margin-bottom: 120px;
}

.develop-box .center-box {
	padding: 180px 0;
}

.develop-box .circle {
	position: relative;
	width: 184px;
	height: 184px;
	padding: 20px;
	margin: 0 auto;
	border-radius: 50%;
}

.develop-box .column {
	position: absolute;
	z-index: 2;
}

.develop-box .column-1 {
	top: -178px;
	right: -141px;
}

.develop-box .img {
	position: relative;
}

.develop-box .suspen {
	position: absolute;
	top: 30%;
	left: 25%;
	width: 72px;
	text-align: center;
	z-index: 1;
}

.develop-box .name {
	font-size: 18px;
	color: #ffffff;
	margin-top: 10px;
}

.develop-box .column-2 {
	top: -43px;
	right: -178px;
}

.develop-box .column-3 {
	top: 136px;
	right: -140px;
}

.develop-box .column-4 {
	top: 136px;
	left: -140px;
}

.develop-box .column-4 .suspen {
	left: 50%;
}

.develop-box .column-5 {
	top: -43px;
	left: -177px;
}

.develop-box .column-5 .suspen {
	left: 40%;
}

.develop-box .column-6 {
	top: -178px;
	left: -139px;
}

.develop-box .column-6 .suspen {
	left: 50%;
}

.develop-box .suspen-1 {
	position: absolute;
	min-width: 455px;
	z-index: 3;
}

.develop-box .name-2 {
	font-size: 24px;
	color: #055ce6;
	margin-bottom: 8px;
}

.develop-box .text {
	font-size: 18px;
	color: #666666;
	line-height: 24px;
}

.develop-box .suspen-2 {
	top: -70px;
	right: -370px;
	padding-left: 75px;
	padding-bottom: 65px;
	background-image: url(../image/img11.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.develop-box .suspen-3 {
	top: 20px;
	right: -520px;
	padding-left: 75px;
	padding-bottom: 65px;
	background-image: url(../image/img11.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.develop-box .suspen-4 {
	bottom: -5px;
	right: -360px;
	padding-left: 75px;
	padding-bottom: 18px;
	background-image: url(../image/img12.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.develop-box .suspen-5 {
	bottom: -5px;
	left: -435px;
	padding-right: 75px;
	padding-bottom: 18px;
	background-image: url(../image/img13.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: right;
}

.develop-box .suspen-6 {
	top: 20px;
	left: -450px;
	padding-right: 75px;
	padding-bottom: 65px;
	background-image: url(../image/img14.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: right;
}

.develop-box .suspen-7 {
	top: -90px;
	left: -340px;
	padding-right: 75px;
	padding-bottom: 65px;
	background-image: url(../image/img14.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: right;
}

.develop-box .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-size: cover;
	display: none;
}

.develop-box .column-1 .mask {
	background-image: url(../image/img5-2.png);
}

.develop-box .column-2 .mask {
	background-image: url(../image/img6-2.png);
}

.develop-box .column-3 .mask {
	background-image: url(../image/img7-2.png);
}

.develop-box .column-4 .mask {
	background-image: url(../image/img8-2.png);
}

.develop-box .column-5 .mask {
	background-image: url(../image/img9-2.png);
}

.develop-box .column-6 .mask {
	background-image: url(../image/img10-2.png);
}

.indus-box {
	padding: 85px 0 0;
	background-color: #f4f7fc;
}

.indus-box .container-fluid {
	max-width: 100%;
	padding: 0;
}

.indus-box .title {
	color: #222222;
}

.indus-box .carousel {
	padding-top: 40px;
}

.swiper2 .swiper-slide {
	width: 65.1%;
	padding-top: 10px;
	padding-bottom: 185px;
	opacity: .5;
}

.swiper2 .swiper-slide-active {
	opacity: 1;
}

.swiper2 .box {
	justify-content: space-between;
	flex-wrap: wrap;
}

.swiper2 .text-box {
	width: 40%;
	padding: 125px 75px 90px 60px;
	background-color: #ffffff;
}

.swiper2 .h1 {
	font-size: 26px;
	color: #222222;
	line-height: 60px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.swiper2 .text {
	font-size: 14px;
	color: #222222;
	line-height: 30px;
	height: 150px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.swiper2 .btn-more {
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	background-color: #055ce6;
	padding: 0;
	border-radius: 0;
	margin-top: 25px;
	transition: all .3s;
}

.swiper2 .btn-more:hover {
	color: #055ce6;
	border: 1px solid #055ce6;
	line-height: 38px;
	background-color: #ffffff;
}

.swiper2 .img {
	width: 60%;
}

.swiper2 .belong {
	position: absolute;
	top: 0;
	left: 3%;
	font-size: 20px;
	color: #ffffff;
	width: 130px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	background-image: url(../image/icon5.png);
	background-size: 100% 70px;
}

.swiper2 .swiper-button-next,
.swiper2 .swiper-button-prev {
	width: 12px;
	height: 24px;
	background-size: cover;
	top: 35%;
	margin-top: -6px;
}

.swiper2 .swiper-button-prev {
	left: 13%;
	background-image: url(../image/icon6.png);
}

.swiper2 .swiper-button-next {
	right: 13%;
	background-image: url(../image/icon6-2.png);
}

.swiper2 .swiper-button-prev:hover {
	background-image: url(../image/icon7.png);
}

.swiper2 .swiper-button-next:hover {
	background-image: url(../image/icon7-2.png);
}

.swiper2 .swiper-pagination {
	width: 73%;
	height: 2px;
	top: auto;
	left: 13.5%;
	bottom: 85px;
	background-color: #dce7fa;
}

.swiper2 .swiper-pagination-progressbar {
	background-color: #70a1f0;
}

.swiper2 .swiper-pagination-progressbar::after {
	position: absolute;
	content: "";
	top: -7px;
	right: -8px;
	width: 8px;
	height: 16px;
	background-image: url(../image/icon8.png);
	background-size: cover;
}

.prod-box {
	padding: 100px 0 110px;
}

.prod-box .title {
	color: #000000;
	margin-bottom: 50px;
}

.prod-box .box-wrap {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
}

.prod-list {
	margin: 0 -20px;
}

.prod-list .column {
	padding: 0 20px;
}

.prod-list a {
	position: relative;
	display: block;
}

.prod-list .suspen {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 0 15px;
	padding-top: 71%;
	transition: all .5s;
}

.prod-list .text-box {
	width: 290px;
	margin: 0 auto;
}

.home-main .prod-list .text-box {
	width: auto;
}

.prod-list .cn {
	font-size: 26px;
	color: #ffffff;
	margin-bottom: 10px;
}

.prod-list .en {
	font-size: 16px;
	color: rgba(255, 255, 255, .4);
	margin-bottom: 30px;
	font-family: Arial, Helvetica, sans-serif;
}

.prod-list .text {
	font-size: 16px;
	color: #ffffff;
	line-height: 30px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.prod-list .btn-more {
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #055ce6;
	background-color: #ffffff;
	padding: 0;
	border-radius: 0;
	margin-top: 24px;
}

.prod-list .column:hover .suspen {
	padding-top: 25%;
}

.program-box .container-fluid {
	max-width: 100%;
	padding: 0;
}

.program-box .top-box {
	padding: 130px 0 125px;
	text-align: center;
	background-color: #eaf2ff;
}

.program-box .title {
	color: #222222;
	margin-bottom: 35px;
}

.program-box .btn-obtain {
	width: 160px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	background-color: #055ce6;
	padding: 0;
	border-radius: 0;
	margin-top: 24px;
	transition: all .3s;
}

.program-box .img {
	background-size: cover;
	background-position: center center;
}

.program-box .suspen {
	max-width: 1400px;
	width: 100%;
	padding: 225px 15px;
	margin: 0 auto;
}

.program-box .h1 {
	font-size: 50px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 60px;
}

.program-box .text {
	font-size: 30px;
	color: #ffffff;
	line-height: 50px;
}

.program-box .btn-more {
	width: 150px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 14px;
	color: #055ce6;
	background-color: #ffffff;
	padding: 0;
	border-radius: 0;
	margin-top: 65px;
	transition: all .3s;
}

.program-box .btn-more:hover {
	color: #ffffff;
	border: 1px solid #055ce6;
	background-color: #055ce6;
}

.news-box {
	padding: 120px 0 160px;
	background-image: url(../image/img21.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
}

.news-box .title {
	color: #222222;
	margin-bottom: 80px;
}

.news-box .box {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	justify-content: space-between;
}

.news-box .img-list .column {
	display: none;
}

.news-box .img-list .column.on {
	display: block;
}

.news-box .news-list {
	max-width: 700px;
	width: 100%;
	margin-left: 100px;
}

.news-list .column {
	position: relative;
	padding: 45px 0;
	padding-left: 37px;
	border-bottom: 1px solid #eeeeee;
	transition: all .3s;
}

.news-list .column::after {
	position: absolute;
	content: "";
	top: 50%;
	left: -140px;
	width: 100px;
	height: 4px;
	background-color: #055ce6;
	display: none;
}

.news-list .time {
	font-size: 18px;
	color: #d3d3d3;
	margin-right: 54px;
	font-family: arial;
	transition: all .3s;
}

.news-list .big {
	font-size: 28px;
	color: #222222;
	margin-right: 5px;
	transition: all .3s;
}

.news-list .text {
	font-size: 18px;
	color: #222222;
	line-height: 28px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .3s;
}

.news-list .column:hover {
	padding-left: 20px;
}

.news-list .column:hover .text {
	color: #055ce6;
}

.news-list .column:hover::after {
	display: block;
}

.news-list .column:hover .time {
	color: #055ce6;
}

.news-list .column:hover .big {
	color: #055ce6;
}

.deve-list3 {
	display: none;
}

.deve-list3 .column2 {
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.deve-list3 .column2:last-child {
	margin-bottom: 0;
}

.deve-list3 .icon {
	width: 60px;
	padding: 15px;
	background-color: #055ce6;
	border-radius: 50%;
	overflow: hidden;
}

.deve-list3 .text-box {
	width: calc(100% - 52px);
	padding-left: 20px;
}

.deve-list3 .name2 {
	font-size: 18px;
	color: #055ce6;
	margin-bottom: 10px;
}

.deve-list3 .text2 {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}

/* 弹窗 */
.pop-ups {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	z-index: 99;
}

.pop-ups .mess-box {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 1430px;
	width: 100%;
	margin: 0 auto;
	padding: 80px 50px;
	transform: translate(-50%, -50%);
}

.pop-ups .title .h1 {
	font-size: 30px;
	color: #222222;
	font-weight: bold;
	margin-bottom: 20px;
}

.pop-ups .title .h2 {
	font-size: 16px;
	color: #222222;
}

.pop-ups .btn-close {
	position: absolute;
	top: 3%;
	right: 3%;
	font-size: 30px;
	color: #333333;
	cursor: pointer;
}



/* 媒体查询 */

@media only screen and (max-width: 1680px) {
	.swiper2 .text-box {
		padding: 70px 40px;
	}

	.swiper2 .text {
		height: 120px;
		-webkit-line-clamp: 4;
	}
}

@media only screen and (max-width: 1440px) {
	.swiper1 .suspen .h1 {
		font-size: 40px;
	}

	.page-main .container-fluid {
		max-width: 1200px;
	}

	.home-main .title {
		font-size: 30px;
	}

	.intro-box {
		padding: 120px 0 180px;
	}

	.indus-box .container-fluid {
		max-width: 100%;
	}

	.intro-box .text {
		font-size: 16px;
		line-height: 24px;
	}

	.intro-box .btn-box {
		margin: 50px 0 80px;
	}

	.intro-box .name {
		font-size: 16px;
	}

	.intro-box .number {
		font-size: 40px;
		line-height: 30px;
	}

	.intro-box .d-1 {
		font-size: 14px;
	}

	.intro-box .d-2 {
		font-size: 30px;
		line-height: 30px;
	}

	.intro-box .en {
		font-size: 14px;
		line-height: 24px;
	}

	.develop-box {
		padding: 80px 0 130px;
	}

	.develop-box .title {
		margin-bottom: 90px;
	}

	.develop-box .center-box {
		transform: scale(.8);
		-ms-transform: scale(.8);
		-webkit-transform: scale(.8);
		-o-transform: scale(.8);
		-moz-transform: scale(.8);
	}

	.indus-box {
		padding-top: 50px;
	}

	.indus-box .title {
		margin-bottom: 10px;
	}

	.indus-box .carousel {
		padding-top: 20px;
	}

	.swiper2 .swiper-slide {
		padding-bottom: 150px;
	}

	.swiper2 .text-box {
		padding: 50px 30px;
	}

	.swiper2 .text {
		height: 120px;
		-webkit-line-clamp: 4;
	}

	.swiper2 .belong {
		width: 100px;
		height: 54px;
		font-size: 16px;
		line-height: 54px;
		padding-right: 5px;
	}

	.swiper2 .h1 {
		font-size: 20px;
		line-height: 40px;
	}

	.prod-box {
		padding: 70px 0 80px;
	}

	.prod-list .cn {
		font-size: 22px;
	}

	.prod-list .en {
		font-size: 14px;
	}

	.prod-list .text {
		font-size: 14px;
		line-height: 24px;
	}

	.program-box .container-fluid {
		max-width: 100%;
	}

	.program-box .suspen {
		max-width: 1200px;
		padding: 180px 15px;
	}

	.program-box .h1 {
		font-size: 30px;
	}

	.program-box .text {
		font-size: 22px;
		line-height: 36px;
	}

	.news-box {
		padding: 80px 0 120px;
	}

	.news-box .title {
		margin-bottom: 50px;
	}

	.news-list .column {
		padding: 22px 0;
	}

	.news-list .time {
		font-size: 16px;
	}

	.news-list .big {
		font-size: 22px;
	}

	.news-list .text {
		font-size: 16px;
		line-height: 26px;
	}

	.pop-ups .mess-box {
		max-width: 1200px;
	}

	.pop-ups .title .h1 {
		font-size: 20px;
	}

	.pop-ups .title .h2 {
		font-size: 14px;
	}

	.pop-ups .mess-box .title {
		margin-bottom: 30px;
	}

	.pop-ups .mess-box .input-text {
		height: 50px;
	}

	.pop-ups .mess-box .area {
		height: 190px;
	}

	.pop-ups .mess-box .btn-submit {
		width: 140px;
		height: 50px;
	}
}

@media only screen and (max-width: 1280px) {
	.page-main .container-fluid {
		max-width: 1000px;
	}

	.indus-box .container-fluid {
		max-width: 100%;
	}

	.develop-box .suspen-1 {
		min-width: 320px;
		max-width: 320px;
		background-size: 100% auto;
	}

	.develop-box .suspen-2 {
		top: -80px;
		right: -260px;
	}

	.develop-box .suspen-3 {
		top: 0;
		right: -315px;
	}

	.develop-box .suspen-4 {
		bottom: 15px;
		right: -235px;
	}

	.develop-box .suspen-5 {
		bottom: 15px;
		left: -235px;
	}

	.develop-box .suspen-6 {
		top: 0;
		left: -315px;
	}

	.develop-box .suspen-7 {
		top: -80px;
		left: -260px;
	}

	.swiper2 .belong {
		width: 90px;
		height: 48px;
		font-size: 14px;
		line-height: 48px;
	}

	.swiper2 .text {
		height: 90px;
		-webkit-line-clamp: 3;
	}

	.prod-list .en {
		margin-bottom: 20px;
	}

	.swiper2 .btn-more {
		margin-top: 15px;
	}

	.prod-list {
		margin: 0 -15px;
	}

	.prod-list .column {
		padding: 0 15px;
	}

	.prod-list .btn-more {
		margin-top: 15px;
	}

	.program-box .container-fluid {
		max-width: 100%;
	}

	.program-box .suspen {
		max-width: 1000px;
	}

	.pop-ups .mess-box {
		max-width: 90%;
		padding: 50px 30px;
	}

}

@media only screen and (max-width: 1199px) {
	.swiper2 .text-box {
		width: 50%;
		padding: 40px 20px 20px;
	}

	.swiper2 .img {
		width: 50%;
	}

	.swiper2 .belong {
		width: 70px;
		height: 40px;
		line-height: 40px;
		font-size: 12px;
	}

	.swiper2 .h1 {
		font-size: 16px;
		line-height: 26px;
	}

	.swiper2 .text {
		line-height: 24px;
		height: 72px;
	}
}

@media only screen and (max-width: 1024px) {
	.page-main {
		padding-top: 60px;
	}

	.page-main .container-fluid {
		max-width: 90%;
	}

	.develop-box .center-box {
		display: none;
	}

	.deve-list3 {
		display: block;
	}

	.develop-box .title {
		margin-bottom: 50px;
	}

	.indus-box .container-fluid {
		max-width: 100%;
	}

	.swiper2 .text-box {
		width: 100%;
		padding-top: 50px;
	}

	.swiper2 .img {
		width: 100%;
	}

	.prod-list .suspen {
		padding-top: 65%;
	}

	.prod-list .column:hover .suspen {
		padding-top: 15%;
	}

	.program-box .container-fluid {
		max-width: 100%;
	}

	.program-box .suspen {
		max-width: 90%;
	}

	.news-box .img-list {
		display: none;
	}

	.news-box .news-list {
		max-width: 100%;
		margin-left: 0;
	}

	.news-list .column:hover::after {
		display: none;
	}

	.pop-ups .mess-box {
		max-width: 90%;
		padding: 30px 20px;
	}
}

@media only screen and (max-width: 991px) {
	.prod-list .column {
		margin-bottom: 15px;
	}

	.prod-list .column:last-child {
		margin-bottom: 0;
	}

	.prod-list .en {
		margin-bottom: 50px;
	}

	.program-box .h1 {
		font-size: 20px;
		margin-bottom: 30px;
	}

	.program-box .text {
		font-size: 16px;
		line-height: 26px;
	}

	.program-box .btn-more {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.p-box{
		display: none;
	}
	
	.m-box{
		display: block;
	}

	.page-main {
		padding-top: 50px;
	}

	.swiper1 .suspen .h1 {
		font-size: 20px;
	}

	.page-main .container-fluid {
		max-width: 100%;
		padding: 0 15px;
	}

	.swiper1 .swiper-button-next,
	.swiper1 .swiper-button-prev {
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}

	.swiper1 .swiper-pagination {
		bottom: 15px;
	}

	.swiper1 .swiper-pagination-bullet {
		width: 7px;
		height: 7px;
		margin: 0 5px !important;
	}

	.swiper1 .swiper-pagination-bullet-active::after {
		width: 14px;
		height: 14px;
		margin-top: -7px;
		margin-left: -7px;
	}

	.home-main .title {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.intro-box {
		padding: 60px 0;
	}

	.intro-box .text {
		font-size: 14px;
	}

	.intro-box .btn-box {
		margin: 25px 0 30px;
	}

	.intro-box .btn-more {
		width: 120px;
		height: 40px;
		line-height: 38px;
	}

	.intro-box .number {
		font-size: 30px;
		line-height: 20px;
	}

	.intro-box .d-2 {
		font-size: 20px;
		line-height: 20px;
	}

	.intro-box .data-list {
		justify-content: space-between;
	}

	.intro-box .data-list .column {
		width: 50%;
		text-align: center;
		margin-bottom: 30px;
	}

	.intro-box .data {
		justify-content: center;
	}

	.intro-box .name {
		margin-bottom: 5px;
	}

	.intro-box .en {
		margin-top: 5px;
	}

	.develop-box {
		padding: 40px 0;
	}

	.develop-box .title {
		margin-bottom: 30px;
	}

	.deve-list3 .name2 {
		font-size: 16px;
	}

	.indus-box {
		padding-top: 40px;
	}
	
	.swiper2 .btn-more{
		display: block;
		margin: 0 auto;
	}

	.swiper2 .swiper-slide {
		width: 100%;
		padding-bottom: 80px;
	}

	.swiper2 .swiper-pagination {
		bottom: 40px;
	}

	.swiper2 .swiper-button-next {
		right: 2%;
	}

	.swiper2 .swiper-button-prev {
		left: 2%;
	}

	.program-box .container-fluid {
		max-width: 100%;
		padding: 0;
	}

	.program-box .suspen {
		padding: 50px 15px;
	}

	.program-box .btn-more {
		width: 120px;
		height: 40px;
		line-height: 40px;
	}

	.prod-box {
		padding: 40px 0;
	}

	.prod-box .title {
		margin-bottom: 30px;
	}

	.prod-list .suspen {
		padding-top: 25%;
		background-color: rgba(0, 0, 0, .2);
	}

	.prod-list .en {
		margin-bottom: 30px;
	}

	.prod-list .btn-more {
		margin-top: 20px;
		background-color: rgba(255, 255, 255, .7);
	}

	.program-box .top-box {
		padding: 40px 0;
	}

	.program-box .btn-obtain {
		width: 120px;
		height: 40px;
		line-height: 40px;
		margin-top: 10px;
	}

	.news-box {
		padding: 40px 0;
	}

	.news-list .column {
		padding: 15px 0;
	}

	.news-list .time {
		width: 60px;
		font-size: 14px;
		line-height: 24px;
		margin-right: 15px;
	}

	.news-list .text {
		width: calc(100% - 75px);
		font-size: 14px;
		line-height: 24px;
	}

	.news-list .big {
		font-size: 18px;
	}

	.pop-ups .title .h1 {
		margin-bottom: 10px;
	}

	.pop-ups .mess-box .title {
		margin-bottom: 20px;
	}

	.pop-ups .mess-box .text-box {
		flex-wrap: wrap;
		margin-bottom: 0;
	}

	.pop-ups .mess-box .text-box .form-group {
		width: 100%;
	}

	.pop-ups .mess-box .input-text {
		height: 40px;
		padding-left: 12px;
		padding-right: 12px;
	}

	.pop-ups .mess-box .area {
		height: 130px;
	}

	.pop-ups .mess-box .btn-box {
		margin-top: 20px;
	}

	.pop-ups .mess-box .btn-submit {
		font-size: 14px;
		width: 120px;
		height: 40px;
	}

	.pop-ups .btn-close {
		top: 2%;
		font-size: 20px;
	}

}


/* products */

.banner {
	position: relative;
}

.banner .suspen {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
	padding: 0 15px;
}

.banner .h1 {
	font-size: 50px;
	color: #ffffff;
	font-weight: bold;
	line-height: 60px;
}

.banner .h2 {
	font-size: 26px;
	color: #ffffff;
	line-height: 60px;
}

.nav-location {
	border-bottom: 1px solid #eeeeee;
}

.nav-location .box-wrap {
	justify-content: space-between;
	align-items: center;
}

.nav-location .l-box {
	align-items: center;
}

.nav-location .title {
	font-size: 16px;
	color: #222222;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	padding: 0 20px;
	border-right: 1px solid #eeeeee;
	white-space: nowrap;
}

.nav-location .nav {
	margin-left: 18px;
}

.nav-location.on .nav-box {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #ffffff;
	z-index: 9;
}

.nav-location.on .nav {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
}

.nav-location .column {
	margin-right: 35px;
}

.nav-location .nav a {
	display: block;
	height: 70px;
	line-height: 70px;
	font-size: 16px;
	color: #222222;
	padding: 0 15px;
}

.nav-location .nav a:hover {
	background-color: #ffffff;
}

.nav-location .column.on {
	position: relative;
}

.nav-location .column.on::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #055ce6;
}

.nav-location .column.on a {
	color: #055ce6;
	background-image: url(../image/icon22.png);
	background-repeat: no-repeat;
	background-position: 13px center;
	padding: 0 15px 0 35px;
}

.nav-location .column:hover::before{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #055ce6;
	z-index: 2;
}

.location {
	font-size: 14px;
	color: #999999;
}

.location a {
	color: #999999;
}

.prod-list2 {
	margin: 100px -20px 0;
}

.prod-list2 .column {
	padding: 0 20px;
	margin-bottom: 40px;
	overflow: inherit;
}

.prod-list2 .column a {
	align-items: center;
	padding: 20px 33px 20px 57px;
	background-color: #f4f8ff;
	border-radius: 10px;
	transition: all .3s;
}

.prod-list2 .text-box {
	width: calc(100% - 280px);
	padding-right: 44px;
}

.prod-list2 .img-box {
	width: 280px;
}

.prod-list2 .name {
	font-size: 30px;
	color: #055ce6;
	font-weight: bold;
	font-family: arial;
	margin-bottom: 29px;
}

.prod-list2 .text {
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.prod-list2 .btn-detail {
	width: 90px;
	font-size: 14px;
	color: #ffffff;
	line-height: 26px;
	background-color: #055ce6;
	border-radius: 0;
	margin-top: 30px;
	opacity: 0;
	transition: all .3s;
}

.prod-list2 .bot-box {
	flex-wrap: wrap;
	margin-top: 30px;
}

.prod-list2 .s1 {
	padding: 7px 10px;
	background-color: #f6f6fe;
	border: 1px solid #ebedf5;
	border-radius: 15px;
	font-size: 14px;
	color: #b6bccc;
	margin-right: 10px;
	margin-bottom: 5px;
}


.prod-list2 .img {
	height: 280px;
}

.prod-list2 .img img {
	max-height: 100%;
}

.prod-list2 .column:hover a {
	background-color: #ffffff;
	box-shadow: 0 2px 15px rgba(0, 0, 0, .2);
}

.prod-list2 .column:hover .btn-detail {
	opacity: 1;
}

.nav-page {
	justify-content: center;
	align-items: center;
	margin: 60px 0 100px;
}

.nav-page a {
	width: 45px;
	height: 45px;
	font-size: 14px;
	color: #666666;
	line-height: 45px;
	text-align: center;
	background-color: #f4f8ff;
	margin: 0 7px;
}

.nav-page a.on {
	color: #ffffff;
	background-color: #055ce6;
}

.nav-page .arrow {
	font-size: 20px;
	color: #055ce6;
	transition: all .3s;
}

.nav-page .arrow:hover {
	color: #ffffff;
	background-color: #055ce6;
}

.nav-page .select{
	width: 60px;
	height: 45px;
	font-size: 16px;
	color: #666666;
	text-align: center;
	background-color: #f4f8ff;
}

.prod-detail {
	padding-top: 160px;
}

.prod-detail .location {
	margin-bottom: 70px;
}

.swiper3 {
	max-width: 600px;
	width: 100%;
	margin: 0;
	margin-bottom: 20px;
}

.swiper4 {
	max-width: 600px;
	width: 100%;
	margin: 0;
}

.swiper4 .swiper-slide {
	width: 90px;
	height: 90px;
	text-align: center;
	margin-right: 12px;
}

.swiper4 .active-nav {
	border: 2px solid #055ce6;
}

.prod-info {
	margin-bottom: 130px;
}

.prod-info .name {
	font-size: 40px;
	color: #055ce6;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 24px;
	font-family: Arial, Helvetica, sans-serif;
}

.prod-info .text {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-bottom: 23px;
	text-align:justify;
}

.prod-info table {
	width: 100%;
}

.prod-info .table th {
	font-size: 16px;
	color: #222222;
	line-height: 30px;
	border-bottom: 1px solid #eeeeee;
	padding-left: 0;
	padding-right: 0;
}

.prod-info .table td {
	font-size: 14px;
	color: #222222;
	line-height: 30px;
	padding: 14px 8px;
	border-top: 1px solid #eeeeee;
}

.prod-info .table td:first-child{
	white-space: nowrap;
}

.prod-info .table {
	margin-bottom: 0;
}

.prod-info .table-box {
	height: 401px;
	overflow-y: hidden;
	margin-bottom: 23px;
}

.prod-info .table-box.on {
	height: auto;
}

.prod-info .btn-more {
	font-size: 14px;
	color: #999999;
	margin-bottom: 65px;
	cursor: pointer;
}

.prod-info .btn-box {
	justify-content: space-between;
	align-items: center;
}

.prod-info .btn-advisory {
	width: 250px;
	height: 70px;
	background-color: #055ce6;
	border-radius: 0;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	line-height: 56px;
}

.prod-info .btn-share {
	font-size: 14px;
	color: #bac3d1;
	padding-top: 32px;
	background-image: url(../image/icon23.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	cursor: pointer;
}

.param-box {
	padding: 105px 0 75px;
	text-align: center;
	background-color: #f4f8ff;
}

.param-box .name {
	font-size: 60px;
	color: #055ce6;
	margin-bottom: 30px;
	font-family: Arial, Helvetica, sans-serif;
}

.param-box .text {
	font-size: 24px;
	color: #222222;
	line-height: 40px;
	margin-bottom: 30px;
}

.param-box .list-box {
	max-width: 820px;
	width: 100%;
	margin: 0 auto;
	margin-top: 80px;
}

.param-box .column {
	position: relative;
	padding: 0 10px 15px;
	margin-bottom: 15px;
}

.param-box .column::after {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 15px;
	width: 1px;
	background-color: #e5edf9;
}

.param-box .column::before {
	position: absolute;
	content: "";
	left: 10px;
	right: 10px;
	bottom: 0;
	height: 1px;
	background-color: #e5edf9;
}

.param-box .column:nth-child(3n)::after {
	display: none;
}

.param-box .column:nth-child(n+4)::before {
	display: none;
}

.param-box .name2 {
	font-size: 30px;
	color: #222222;
	margin-top: 20px;
	margin-bottom: 14px;
}

.param-box .text2 {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-bottom: 20px;
}

.speci-box {
	margin: 135px 0 80px;
}

.speci-box .title {
	font-size: 30px;
	color: #222222;
	text-align: center;
	margin-bottom: 58px;
}

.speci-box .list-box {
	border: 1px solid #eeeeee;
}

.speci-box .column {
	border-right: 1px solid #eeeeee;
}

.speci-box .column:nth-child(3n) {
	border-right: 0;
}

.speci-box .box {
	padding: 45px 30px;
}

.speci-box .h1 {
	font-size: 20px;
	color: #222222;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 35px;
}

.speci-box .text {
	font-size: 14px;
	color: #222222;
	line-height: 30px;
}

.speci-box .h2 {
	font-size: 16px;
	color: #222222;
	line-height: 30px;
	font-weight: bold;
}

.rela-box {
	padding-bottom: 65px;
}

.rela-box .title {
	font-size: 30px;
	color: #222222;
	text-align: center;
	margin:50px 0px;
}

.rela-box .prod-list2 {
	margin-top: 55px;
}

/* 媒体查询 */
@media only screen and (max-width: 1440px) {
	.prod-list2 {
		margin-top: 60px;
	}

	.prod-list2 .name {
		font-size: 20px;
	}

	.prod-list2 .column a {
		padding: 25px;
	}

	.swiper4 .swiper-slide {
		width: 80px;
		height: 80px;
		margin-right: 15px;
	}

	.prod-detail {
		padding-top: 100px;
	}

	.prod-info .name {
		font-size: 30px;
	}

	.prod-info .text {
		font-size: 14px;
	}

	.prod-info .table th {
		font-size: 14px;
	}

	.param-box .name {
		font-size: 40px;
	}

	.param-box .text {
		font-size: 18px;
		line-height: 30px;
	}

	.param-box .name2 {
		font-size: 20px;
	}

	.param-box .text2 {
		font-size: 14px;
	}

	.speci-box .title {
		font-size: 20px;
		margin-bottom: 30px;
	}

	.speci-box .h1 {
		font-size: 16px;
	}

	.rela-box .title {
		font-size: 20px;
		margin:35px 0px;
	}

	.prod-info {
		margin-bottom: 60px;
	}

	.param-box {
		padding: 60px 0;
	}

	.speci-box {
		margin: 60px 0;
	}

	.rela-box .prod-list2 {
		margin-top: 30px;
	}

	.prod-list2 .text-box {
		width: calc(100% - 220px);
		padding-right: 30px;
	}

	.prod-list2 .img-box {
		width: 220px;
	}
}

@media only screen and (max-width: 1280px) {
	.prod-list2 .text-box {
		width: calc(100% - 180px);
		padding-right: 20px;
	}

	.prod-list2 .img-box {
		width: 180px;
	}

	.prod-list2 .btn-detail {
		margin-top: 20px;
	}

	.prod-list2 .bot-box {
		margin-top: 20px;
	}

	.prod-list2 .s1 {
		font-size: 12px;
		padding: 5px;
	}
}

@media only screen and (max-width: 1024px) {
	.prod-info .carousel {
		float: none;
		width: 70%;
		margin: 0 auto;
	}

	.prod-info .param {
		width: 100%;
	}

	.prod-detail {
		padding-top: 30px;
	}

	.prod-detail .location {
		margin-bottom: 30px;
	}

	.prod-list2 .text-box {
		width: calc(100% - 150px);
		padding-right: 15px;
	}

	.prod-list2 .img-box {
		width: 150px;
	}

	.prod-list2 .bot-box {
		margin-top: 10px;
	}

	.prod-list2 .name {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 991px) {
	.prod-list2 .column {
		width: 100%;
	}

	.prod-list2 .text-box {
		width: calc(100% - 120px);
		padding-right: 15px;
	}

	.prod-list2 .img-box {
		width: 120px;
	}

	.prod-list2 .btn-detail {
		margin-top: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.prod-list2 {
		margin-top: 40px;
	}

	.prod-list2 .column {
		margin-bottom: 20px;
	}

	.prod-list2 .column a {
		padding: 20px 15px;
	}

	.prod-list2 .name {
		font-size: 16px;
		margin-bottom: 20px;
	}

	.prod-list2 .text-box {
		padding-right: 15px;
	}

	.prod-list2 .btn-detail {
		opacity: 1;
	}

	.prod-list2 .btn-detail {
		padding: 4px 12px;
		margin-top: 20px;
	}

	.nav-page {
		margin: 10px 0 40px;
	}

	.prod-info .carousel {
		width: 100%;
	}

	.prod-info .name {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.prod-info .text {
		margin-bottom: 15px;
	}

	.prod-info .btn-more {
		margin-bottom: 30px;
	}

	.prod-info .btn-advisory {
		width: 160px;
		height: 50px;
		font-size: 14px;
		line-height: 50px;
		padding: 0;
	}

	.prod-info {
		margin-bottom: 40px;
	}

	.param-box {
		padding: 40px 0;
	}

	.param-box .name {
		font-size: 30px;
		margin-bottom: 15px;
	}

	.param-box .text {
		font-size: 14px;
	}

	.param-box .list-box {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
	}

	.param-box .column::before {
		display: block !important;
	}

	.param-box .column::after {
		display: block !important;
	}

	.param-box .column:nth-child(2n)::after {
		display: none !important;
	}

	.param-box .column:nth-child(5)::before {
		display: none !important;
	}

	.param-box .column:nth-child(6)::before {
		display: none !important;
	}

	.param-box .name2 {
		font-size: 16px;
		margin: 10px 0;
	}

	.param-box .text2 {
		margin-bottom: 0;
	}

	.param-box .column {
		padding: 0 15px;
	}

	.speci-box .list-box {
		display: block;
	}

	.speci-box {
		margin: 40px 0;
	}

	.speci-box .title {
		font-size: 18px;
	}

	.speci-box .box {
		padding: 20px 0;
	}

	.speci-box .h1 {
		margin-bottom: 0;
	}

	.speci-box .h2 {
		font-size: 14px;
	}

	.speci-box .column {
		border-bottom: 1px solid #eeeeee;
		border-right: 0;
	}

	.speci-box .column:last-child {
		border-bottom: 0;
	}

	.rela-box .title {
		font-size: 18px;
		margin:20px 0px;
	}

	.rela-box {
		padding-bottom: 20px;
	}
}

/* abouts */

.rese-box {
	padding: 95px 0 65px;
	background-color: #f4f8ff;
}

.swiper5 .img-box {
	padding: 0;
}

.swiper5 .text-box {
	padding: 100px 85px;
	background-color: #ffffff;
}

.swiper5 .name {
	font-size: 40px;
	color: #222222;
	font-weight: bold;
	margin-bottom: 47px;
}

.swiper5 .text {
	font-size: 16px;
	color: #666666;
	line-height: 36px;
}

.swiper5 .icon-box {
	margin-top: 50px;
}

.swiper5 i {
	margin-right: 50px;
}

.swiper5 .swiper-slide:hover .img-box img {
	transform: scale(1.04);
	-ms-transform: scale(1.04);
	-webkit-transform: scale(1.04);
	-o-transform: scale(1.04);
	-moz-transform: scale(1.04);
}

.swiper5 .arrow {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-size: auto;
	opacity: 1;
	margin-top: 0;
	top: auto;
	bottom: 0;
	cursor: pointer;
}

.swiper5 .swiper-button-prev {
	background-image: url(../image/icon24.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #055ce6;
	left: 50%;
	margin-left: -60px;
}

.swiper5 .swiper-button-next {
	background-image: url(../image/icon24-2.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #82adf2;
	right: 50%;
	margin-right: -60px;
}

.rese-list {
	margin: 0 -25px;
	margin-top: 55px;
}

.rese-list .column {
	padding: 0 25px;
	margin-bottom: 40px;
}

.rese-list .text-box {
	padding: 35px 40px 45px;
	background-color: #ffffff;
}

.rese-list .h1 {
	font-size: 22px;
	color: #222222;
	line-height: 36px;
	height: 108px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align:justify;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	transition: all .3s;
}

.rese-list .column:hover .h1 {
	color: #055ce6;
}

.rese-list .bot-box {
	justify-content: space-between;
	align-items: center;
	margin-top: 50px;
}

.rese-list .btn-more {
	font-size: 14px;
	color: #222222;
	padding-right: 14px;
	background-image: url(../image/icon25.png);
	background-repeat: no-repeat;
	background-position: right center;
	transition: all .3s;
}

.rese-list .time {
	font-size: 16px;
	color: #b5bece;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.rese-list .column:hover .btn-more {
	padding-right: 18px;
}

.rese-box .nav-page {
	margin-top: 40px;
	margin-bottom: 0;
}

.rese-box .nav-page a {
	background-color: #ffffff;
}

.rese-box .nav-page a.on {
	background-color: #055ce6;
}

.course-box {
	margin: 100px 0 125px;
}

.course-box .title {
	font-size: 40px;
	color: #222222;
	text-align: center;
	font-weight: bold;
	margin-bottom: 65px;
}

.course-box .years-box {
	position: relative;
	margin-bottom: 70px;
}

.course-box .years-box::before {
	position: absolute;
	content: "";
	left: 0;
	top: 3px;
	width: 100%;
	height: 1px;
	background-color: #dbe4f2;
}

.swiper6 .swiper-slide {
	width: 140px;
	text-align: center
}

.swiper6 .circle {
	display: block;
	width: 7px;
	height: 7px;
	border: 1px solid #c2ccdd;
	border-radius: 50%;
	margin: 0 auto;
	margin-bottom: 5px;
	background-color: #ffffff;
	transition: all .3s;
}

.swiper6 .years {
	font-size: 20px;
	color: #a0b6d9;
	line-height: 36px;
	transition: all .3s;
}

.swiper6 .active-nav .circle {
	background-color: #055ce6;
	border: 1px solid #055ce6;
}

.swiper6 .active-nav .years {
	color: #055ce6;
}

.swiper7 .img {
	padding: 0;
}

.event-list {
	padding: 80px 95px;
	background-color: #f5f8fc;
	overflow-y: auto;
}

.event-list::-webkit-scrollbar {
	display: none;
}

.event-list .column {
	margin-bottom: 13px;
}

.event-list .years {
	width: 90px;
	font-size: 16px;
	color: #444444;
	line-height: 36px;
	font-weight: bold;
	margin-right: 55px;
}

.event-list .text {
	width: calc(100% - 145px);
	font-size: 16px;
	color: #666666;
	line-height: 36px;
}

.event-box .box-wrap {
	position: relative;
}

.event-box .arrow-left,
.event-box .arrow-right {
	position: absolute;
	width: 60px;
	height: 60px;
	top: 50%;
	margin-top: -30px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #b1bac9;
	transition: all .3s;
	z-index: 9;
}

.event-box .arrow-left {
	background-image: url(../image/icon24.png);
	left: -105px;
}

.event-box .arrow-right {
	background-image: url(../image/icon24-2.png);
	right: -105px;
}

.event-box .arrow-left:hover {
	background-color: #055ce6;
}

.event-box .arrow-right:hover {
	background-color: #055ce6;
}

.intr-box .box-wrap {
	justify-content: space-between;
	align-items: stretch;
}

.intr-box .text-box {
	width: 55.2604%;
	background-position: center center;
	background-size: cover;
	flex-direction: column;
	justify-content: space-between;
}

.intr-box .top-box {
	padding: 11% 19.1% 0 24.8%;
}

.intr-box .title {
	font-size: 40px;
	color: #222222;
	font-weight: bold;
	margin-bottom: 35px;
}

.intr-box .text-box .icon {
	width: 40px;
	height: 4px;
	background-color: #055ce6;
	margin-bottom: 38px;
}

.intr-box .text-box .text {
	font-size: 14px;
	color: #666666;
	line-height: 36px;
}

.intr-box .text-box .list-box {
	padding-right: 19.1%;
}

.intr-box .text-box .column {
	position: relative;
	font-size: 14px;
	color: #222222;
	padding: 38px 0;
	padding-left: 38.8%;
	background-color: #eff1f4;
	align-items: center;
}

.intr-box .icon2 {
	width: 6px;
	height: 6px;
	background-color: #256fe8;
	border-radius: 50%;
	margin-right: 30px;
}

.intr-box .suspen2 {
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	bottom: 0;
	background-color: #055ce6;
	align-items: center;
	padding-left: 36%;
	background-image: url(../image/icon30.png);
	background-repeat: no-repeat;
	background-position: 13% center;
	transition: all .8s;
}

.intr-box .text-box .column.on .suspen2 {
	left: 0;
}

/* .intr-box .text-box .column:hover .suspen2 {
	left: 0;
} */

.intr-box .icon3 {
	margin-right: 28px;
}

.intr-box .text2 {
	font-size: 14px;
	color: #ffffff;
	line-height: 24px;
}

.intr-box .name2 {
	line-height: 24px;
	font-weight: bold;
}

.intr-box .img-box {
	position: relative;
	width: 44.7396%;
}

.intr-box .img-box .suspen {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 7.7% 10% 8.3%;
	background-color: #2d3450;
}

.intr-box .img-box .column {
	margin-right: 150px;
}

.intr-box .img-box .column:last-child {
	margin-right: 0;
}

.intr-box .img-box .icon {
	margin-right: 15px;
}

.intr-box .img-box .name {
	font-size: 14px;
	color: #f6f6f6;
	margin-bottom: 3px;
}

.intr-box .img-box .number {
	font-size: 14px;
	color: #ffffff;
	line-height: 30px;
}

.layout-box {
	padding: 60px 0;
}

.layout-box .map-box {
	padding-left: 0;
}

.layout-box .bot-box {
	display: none;
	align-items: center;
	font-size: 14px;
	color: #e30000;
	margin-top: 55px;
}

.layout-box .s1 {
	color: #999999;
	margin-right: 45px;
}

.layout-box .s1 .icon {
	display: inline-block;
	margin-right: 10px;
}

.layout-box .addre-box {
	padding-right: 0;
}

.layout-box .title {
	height: 120px;
	line-height: 120px;
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
	padding: 0 80px;
	background-color: #055ce6;
	background-image: url(../image/icon36.png);
	background-repeat: no-repeat;
	background-position: 37px center;
}

.addre-list {
	max-height: 616px;
	padding: 35px 45px;
	box-shadow: 0 3px 12px rgba(0, 0, 0, .2);
	overflow-y: auto;
}

.addre-list::-webkit-scrollbar {
	width: 4px;
}


/* 滚动槽 */

.addre-list::-webkit-scrollbar-track {
	background-color: #eeeeee;
	border-radius: 10px;
}


/* 滚动条滑块 */

.addre-list::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #055ce6;
}

.addre-list .column {
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #eeeeee;
}

.addre-list .column:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}

.addre-list .name {
	font-size: 18px;
	color: #000022;
	margin-bottom: 15px;
}

.addre-list .text {
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}

.addre-list .name.h1 {
	color: #2770ff;
	font-weight: bold;
}

.partner {
	padding: 100px 0 130px;
	background-color: #f4f8ff;
}

.partner .title {
	font-size: 40px;
	color: #222222;
	font-weight: bold;
	text-align: center;
	margin-bottom: 45px;
}

.partner .box-wrap {
	padding: 0 43px;
}

.part-list2 {
	border: 1px solid #eeeeee;
	border-bottom: 0;
	border-right: 0;
}

.part-list2 .column {
	padding: 0;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}

.part-list2 .column img {
	width: 100%;
}

.nav-box {
	justify-content: center;
	align-items: center;
}

.nav-box .item {
	width: 150px;
	height: 50px;
	font-size: 14px;
	color: #222222;
	text-align: center;
	line-height: 48px;
	border: 1px solid #e5e5e5;
	margin: 0 15px;
}

.nav-box .item.on {
	color: #ffffff;
	background-color: #055ce6;
	border: 1px solid #055ce6;
}

.honor-box .nav-box {
	margin: 90px 0 50px;
}

.honor-list {
	margin: 0 -5px;
}

.honor-list .column {
	padding: 0 5px;
	margin-bottom: 7px;
	cursor: pointer;
}

.honor-list .box {
	padding: 35px 25px;
	background-color: #f5f7f9;
	transition: all .3s;
}

.honor-list .img {
	text-align: center;
	height: 300px;
	line-height: 300px;
}

.honor-list .img img {
	max-height: 100%;
}

.honor-list .bot-box {
	justify-content: space-between;
	align-items: center;
	padding-top: 39px;
}

.honor-list .text {
	font-size: 16px;
	color: #222222;
	line-height: 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: calc(100% - 24px);
}

.honor-list .icon {
	width: 24px;
	height: 24px;
	background-image: url(../image/icon48.png);
	background-size: cover;
}

.honor-list .column:hover .box {
	background-color: #e6e9f0;
}

.honor-list .column:hover .img {
	width: 240px;
	height: 240px;
	line-height: 240px;
	margin: 30px auto;
	background-color: #ffffff;
	border-radius: 50%;
	overflow: hidden;
}

.img-popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .7);
	z-index: 99;
}

.img-popup .box-wrap {
	position: absolute;
	max-width: 80%;
	width: 100%;
	max-height: 80%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.swiper9 {
	text-align: center;
}

.swiper9 .swiper-slide {
	background: transparent;
}

.swiper9 .swiper-slide img {
	max-width: 100%;
	max-height: 100%;
}

.swiper9 .h1 {
	font-size: 16px;
	color: #ffffff;
	margin-top: 15px;
}

.img-popup .btn-close {
	position: absolute;
	top: 5%;
	right: 3%;
	font-size: 30px;
	color: #ffffff;
	cursor: pointer;
}

.honor-box .nav-page {
	margin: 75px 0 65px;
}

.rese-deve {
	padding-bottom: 140px;
}

.rese-deve .title {
	font-size: 40px;
	color: #222222;
	font-weight: bold;
	text-align: center;
	margin-top: 105px;
	margin-bottom: 60px;
}

.rese-deve .carousel {
	position: relative;
	margin-bottom: 50px;
	padding-left: 80px;
	padding-right: 220px;
}

.rese-deve .swiper-button-prev,
.rese-deve .swiper-button-next {
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto;
	bottom: 0;
	margin-top: auto;
}

.rese-deve .swiper-button-prev {
	background-image: url(../image/icon24.png);
	left: 20px;
	background-color: #055ce6;
}

.rese-deve .swiper-button-next {
	background-image: url(../image/icon24-2.png);
	right: auto;
	left: 80px;
	background-color: rgba(5, 92, 230, .5);
}

.rese-deve .swiper-pagination-fraction {
	width: auto;
	font-size: 20px;
	color: #666666;
	left: 0;
	bottom: auto;
	top: 15px;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}

.rese-deve .swiper-pagination-current {
	font-size: 20px;
	color: #055ce6;
}

.rese-deve .swiper-pagination-total {
	font-size: 20px;
	color: #666666;
}

.rese-deve .swiper-pagination2 {
	position: absolute;
	top: 50%;
	left: 25px;
	margin-left: -85px;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}

.rese-deve .dots {
	display: inline-block;
	width: 20px;
	height: 4px;
	border-radius: 2px;
	background-color: #e5e5e5;
	margin: 0 5px;
	cursor: pointer;
}

.rese-deve .dots.on {
	background-color: #055ce6;
}

.rese-list2 {
	position: absolute;
	top: 0;
	right: 0;
	width: 220px;
	height: 400px;
	background-color: #055ce6;
	padding: 32px 0;
}

.rese-list2 .column {
	padding: 0 38px;
	cursor: pointer;
}

.rese-list2 .name {
	position: relative;
	display: block;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px dashed rgba(255, 255, 255, .2);
}

.rese-list2 .name::before {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	border: 2px solid rgba(255, 255, 255, .2);
	border-radius: 50%;
	top: 50%;
	left: 18px;
	transform: translate(0, -50%);
}

.rese-list2 .column.on {
	background-color: #337ef5;
}

.rese-list2 .column.on .name::before {
	border: 2px solid #ffffff;
}

.text-list {
	position: absolute;
	top: 400px;
	right: 0;
	width: 500px;
	height: 300px;
	background-color: #ffffff;
	z-index: 9;
}

.text-list .column {
	position: absolute;
	opacity: 0;
	height: 300px;
	padding: 80px 60px;
	background-color: #ffffff;
	transition: all .3s;
}

.text-list .column.on {
	opacity: 1;
}

.text-list .name {
	font-size: 20px;
	color: #222222;
	font-weight: bold;
	margin-bottom: 23px;
}

.text-list .line {
	width: 20px;
	height: 2px;
	background-color: #055ce6;
	margin-bottom: 25px;
}

.text-list .text {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}

.deve-list2 {
	margin: 0 -20px;
}

.deve-list2 .column {
	padding: 0 20px;
}

.deve-list2 a {
	position: relative;
	display: block;
}

.deve-list2 .suspen {
	position: absolute;
	left: 50%;
	bottom: 40px;
	width: 320px;
	height: 60px;
	background-image: url(../image/icon50.png);
	background-size: cover;
	margin-left: -160px;
	transition: all .8s;
}

.deve-list2 .column:hover .suspen {
	transform: rotateX(360deg);
}

.deve-list2 .name {
	font-size: 16px;
	color: #2770ff;
	line-height: 60px;
	padding-left: 70px;
	background-image: url(../image/icon51.png);
	background-repeat: no-repeat;
	background-position: 32px center;
}


/* 媒体查询 */

@media only screen and (max-width: 1680px) {
	.event-box .arrow-left {
		left: 0;
	}

	.event-box .arrow-right {
		right: 0;
	}

	.intr-box .top-box {
		padding: 10% 10% 3% 15%;
	}
}

@media only screen and (max-width: 1440px) {
	.banner .h1 {
		font-size: 36px;
		line-height: 50px;
	}

	.banner .h2 {
		font-size: 20px;
		line-height: 30px;
	}

	.nav-location .column {
		margin-right: 20px;
	}

	.nav-location.on .nav {
		max-width: 1200px;
	}

	.nav-location .nav a {
		padding-left: 20px;
	}

	.nav-location .column.on a {
		background-position: 5px center;
	}

	.swiper5 .text-box {
		padding: 40px;
	}

	.swiper5 .name {
		font-size: 30px;
		margin-bottom: 30px;
	}

	.swiper5 .text {
		font-size: 14px;
		line-height: 24px;
	}

	.swiper5 .icon-box {
		margin-top: 30px;
	}

	.swiper5 .arrow {
		width: 50px;
		height: 50px;
	}

	.swiper5 .swiper-button-prev {
		margin-left: -50px;
	}

	.swiper5 .swiper-button-next {
		margin-right: -50px;
	}

	.rese-list .text-box {
		padding: 30px 20px;
	}

	.rese-list .h1 {
		font-size: 18px;
		line-height: 30px;
		height: 60px;
		-webkit-line-clamp: 2;
	}

	.rese-list .bot-box {
		margin-top: 30px;
	}

	.rese-list .time {
		font-size: 14px;
	}

	.rese-list .column {
		margin-bottom: 20px;
	}

	.rese-box {
		padding: 50px 0;
	}

	.rese-box .nav-page {
		margin-top: 20px;
	}

	.course-box .title {
		font-size: 30px;
	}

	.course-box {
		margin: 50px 0;
	}

	.intr-box .text-box .text {
		line-height: 24px;
	}

	.intr-box .text-box .column {
		padding-left: 30px;
		padding-right: 30px;
	}

	.intr-box .icon3 {
		width: 40px;
	}

	.intr-box .title {
		font-size: 30px;
		margin-bottom: 20px;
	}

	.intr-box .text-box .icon {
		width: 30px;
		margin-bottom: 20px;
	}

	.layout-box .title {
		height: 90px;
		line-height: 90px;
	}

	.addre-list {
		max-height: 465px;
		padding: 30px;
	}

	.addre-list .column {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.addre-list .name {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.addre-list .text {
		font-size: 14px;
		line-height: 24px;
	}

	.layout-box {
		padding: 60px 0;
	}

	.partner {
		padding: 60px 0;
	}

	.partner .title {
		font-size: 30px;
		margin-bottom: 30px;
	}

	.text-list .column {
		padding: 40px 30px;
	}

	.text-list .name {
		font-size: 16px;
		margin-bottom: 15px;
	}

	.text-list .line {
		margin-bottom: 15px;
	}

	.text-list .text {
		font-size: 14px;
		line-height: 24px;
	}

	.rese-list2 .column {
		padding: 0 15px;
	}

	.rese-list2 .name {
		font-size: 14px;
		height: 40px;
		line-height: 40px;
	}

	.rese-list2 {
		height: 300px;
	}

	.text-list {
		top: 300px;
		bottom: 0;
	}

	.deve-list2 .suspen {
		width: 200px;
		height: 40px;
	}

	.deve-list2 .name {
		font-size: 14px;
		height: 40px;
		line-height: 40px;
	}

	.rese-deve .title {
		font-size: 30px;
		margin: 60px 0 40px;
	}

	.rese-deve {
		padding-bottom: 60px;
	}

	.honor-list .img {
		height: 240px;
		line-height: 240px;
	}

	.honor-list .column:hover .img {
		width: 180px;
		height: 180px;
		line-height: 180px;
	}

	.honor-list .text {
		font-size: 14px;
	}

	.honor-box .nav-box {
		margin: 60px 0 40px;
	}

	.nav-box .item {
		width: 120px;
		height: 40px;
		line-height: 38px;
	}

	.honor-box .nav-page {
		margin: 50px 0;
	}
}

@media only screen and (max-width: 1280px) {
	.nav-location .nav {
		margin-left: 0;
	}

	.nav-location.on .nav {
		max-width: 1000px;
	}

	.nav-location .column {
		margin-right: 10px;
	}

	.nav-location .nav a {
		font-size: 14px;
	}

	.event-list {
		padding: 50px;
	}

	.event-box .arrow-left,
	.event-box .arrow-right {
		width: 50px;
		height: 50px;
	}

	.text-list {
		top: 250px;
		height: auto;
	}

	.text-list .column {
		height: auto;
		padding: 30px 20px;
	}

}

@media only screen and (max-width: 1199px) {
	.intr-box .icon3 {
		width: 30px;
	}
}

@media only screen and (max-width: 1024px) {
	.nav-location .box-wrap {
		display: block;
	}

	.nav-location .l-box {
		width: 100%;
	}

	.nav-location .title {
		padding-left: 0;
	}

	.nav-location .nav-box {
		overflow-x: auto;
	}

	.nav-location .nav-box::-webkit-scrollbar {
		display: none;
	}

	.nav-location .nav {
		width: auto;
		overflow-x: auto;
		overflow-y: hidden;
		white-space: nowrap;
	}

	.nav-location.on .nav-box {
		top: 60px;
		border-top: 1px solid #eeeeee;
	}

	.nav-location.on .nav {
		max-width: 90%;
	}

	.nav-location .nav::-webkit-scrollbar {
		display: none;
	}

	.nav-location .nav a {
		height: 50px;
		line-height: 50px;
		padding-right: 5px;
	}

	.nav-location .location {
		width: 100%;
		margin: 20px 0;
	}

	.swiper5 .text-box {
		padding: 30px;
	}

	.swiper5 .name {
		margin-bottom: 20px;
	}

	.swiper5 .icon-box {
		margin-top: 20px;
	}

	.rese-list {
		margin: 0 -10px;
		margin-top: 30px;
	}

	.rese-list .column {
		padding: 0 10px;
	}

	.rese-list .text-box {
		padding: 20px 10px;
	}

	.rese-list .bot-box {
		margin-top: 20px;
	}

	.layout-box .map-box {
		width: 100%;
		margin-bottom: 30px;
	}

	.layout-box .addre-box {
		width: 100%;
		padding: 0;
	}

	.intr-box .text-box {
		width: 100%;
	}

	.intr-box .img-box {
		display: none;
	}

	.intr-box .text-box .list-box {
		padding-right: 0;
	}

	.intr-box .text-box .column {
		padding-left: 15%;
		padding-right: 10%;
	}

	.intr-box .suspen2 {
		left: 0;
		background: none;
	}

	.intr-box .icon3 {
		display: none;
	}

	.intr-box .text2 {
		color: #666666;
	}

	.intr-box .name2 {
		color: #222222;
	}

	.intr-box .text-box .text {
		line-height: 30px;
	}

	.partner .box-wrap {
		padding: 0;
	}

	.text-list {
		position: relative;
		width: 100%;
		top: auto;
		bottom: auto;
	}

	.text-list .column {
		position: relative;
		display: none;
	}

	.text-list .column.on {
		display: block;
		width: 100%;
	}

	.rese-deve .carousel {
		padding: 0;
	}

	.rese-deve .swiper-button-prev,
	.rese-deve .swiper-button-next {
		width: 40px;
		height: 40px;
		top: 50%;
		bottom: auto;
		left: auto;
		margin-top: -20px;
	}

	.rese-deve .swiper-button-prev {
		left: 0;
	}

	.rese-deve .swiper-button-next {
		right: 0;
	}
}

@media only screen and (max-width: 991px) {
	.swiper5 .box {
		flex-wrap: wrap;
	}

	.swiper5 .img-box {
		width: 100%;
	}

	.swiper5 .img-box img {
		width: 100%;
	}

	.swiper5 .text-box {
		width: 100%;
	}

	.swiper5 .arrow {
		top: 50%;
		margin-top: -25px;
		background-color: #82adf2;
	}

	.swiper5 .swiper-button-prev {
		left: 0;
		margin-left: 0;
	}

	.swiper5 .swiper-button-next {
		right: 0;
		margin-right: 0;
	}

	.layout-box {
		padding: 60px 0;
	}

	.honor-list .img {
		height: 150px;
		line-height: 150px;
	}

	.honor-list .column:hover .img {
		width: 150px;
		height: 150px;
		line-height: 150px;
		margin: 0 auto;
	}

	.honor-list .text {
		font-size: 12px;
	}

	.honor-list .icon {
		width: 18px;
		height: 18px;
	}
}

@media only screen and (max-width: 767px) {
	.banner .h1 {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.banner .h2 {
		font-size: 14px;
		line-height: 24px;
	}

	.nav-location.on .nav-box {
		top: 50px;
		border-top: 1px solid #eeeeee;
	}

	.nav-location .title {
		font-size: 14px;
	}

	.nav-location .nav a {
		height: 40px;
		line-height: 40px;
	}

	.nav-location .location {
		font-size: 12px;
		margin: 15px 0;
	}

	.rese-box {
		padding: 40px 0;
	}

	.swiper5 .name {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.swiper5 i {
		margin-right: 30px;
	}

	.swiper5 .arrow {
		background-color: rgb(0, 0, 0, .5);
	}

	.rese-list {
		margin: 0 -5px;
		margin-top: 20px;
	}

	.rese-list .column {
		padding: 0 5px;
	}

	.rese-list .text-box {
		padding: 10px;
	}

	.rese-list .h1 {
		font-size: 14px;
		line-height: 24px;
		height: 48px;
	}

	.rese-list .btn-more {
		font-size: 12px;
	}

	.rese-list .time {
		font-size: 12px;
	}

	.rese-box .nav-page {
		margin-top: 10px;
	}

	.nav-page a {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
		margin: 0 5px;
	}
	
	.nav-page .select{
		width: 45px;
		height: 30px;
		font-size: 14px;
	}

	.course-box {
		margin: 40px 0;
	}

	.course-box .title {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.course-box .years-box {
		margin-bottom: 30px;
	}

	.swiper6 .swiper-slide {
		width: 80px;
	}

	.swiper6 .years {
		font-size: 16px;
	}

	.event-box .box-wrap {
		margin: 0 auto;
	}

	.swiper7 .box {
		flex-wrap: wrap;
	}

	.swiper7 .img {
		width: 100%;
	}

	.event-list {
		width: 100%;
		padding: 15px;
	}

	.event-list .column {
		margin-bottom: 10px;
	}

	.event-list .years {
		width: 80px;
		font-size: 14px;
		line-height: 24px;
		margin-right: 15px;
	}

	.event-list .text {
		width: calc(100% - 95px);
		font-size: 14px;
		line-height: 24px;
	}

	.suspen-cont .icon {
		width: 40px;
		height: 40px;
		margin-bottom: 5px;
	}

	.event-box .arrow-left,
	.event-box .arrow-right {
		width: 40px;
		height: 40px;
	}

	.suspen-cont .box {
		min-width: 150px;
		padding: 10px;
		font-size: 0;
	}

	.suspen-cont .icon2 {
		display: inline-block;
		vertical-align: top;
		width: 24px;
		height: 24px;
	}

	.suspen-cont .text {
		display: inline-block;
		vertical-align: top;
		font-size: 14px;
		line-height: 24px;
		width: calc(100% - 24px);
	}

	.intr-box .top-box {
		padding: 40px 15px 20px;
	}

	.intr-box .title {
		font-size: 20px;
	}

	.intr-box .text-box .icon {
		height: 2px;
	}

	.intr-box .text-box .column {
		padding: 20px 15px;
		margin-bottom: 1px;
	}

	.intr-box .name {
		display: none;
		width: 110px;
	}

	.intr-box .icon2 {
		display: none;
		margin-right: 5px;
	}

	.intr-box .suspen2 {
		width: 100%;
		position: initial;
		padding-left: 0;
	}

	.layout-box {
		padding: 20px 0 40px;
	}

	.layout-box .map-box {
		padding: 0;
		margin-bottom: 20px;
	}

	.layout-box .bot-box {
		flex-wrap: wrap;
		margin-top: 20px;
	}

	.layout-box span {
		margin-right: 15px !important;
		margin-bottom: 10px;
	}

	.layout-box span:first-child {
		margin-right: 0 !important;
	}

	.layout-box .title {
		font-size: 18px;
		height: 70px;
		line-height: 70px;
	}

	.addre-list {
		height: auto;
		padding: 20px;
	}

	.intr-box .text-box .text {
		line-height: 30px;
	}

	.partner {
		padding: 40px 0;
	}

	.partner .title {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.rese-deve .title {
		font-size: 20px;
		margin: 40px 0 30px;
	}

	.rese-deve .carousel {
		margin-bottom: 30px;
	}

	.deve-list2 .column {
		margin-bottom: 20px;
	}

	.deve-list2 .column img {
		width: 100%;
	}

	.rese-deve {
		padding-bottom: 40px;
	}

	.honor-list .box {
		padding: 15px;
	}

	.honor-box .nav-box {
		margin: 40px 0 30px;
	}

	.honor-box .nav-page {
		margin: 30px 0 40px;
	}

	.img-popup .box-wrap {
		max-width: 90%;
	}

	.swiper-button-next,
	.swiper-button-prev {
		width: 15px;
		height: 25px;
		margin-top: -13px;
		background-size: cover;
	}

	.swiper-button-prev {
		left: 5px;
	}

	.swiper-button-next {
		right: 5px;
	}
}


/* 解决方案 */

.solu-box {
	padding: 70px 0 75px;
	background-color: #f4f8ff;
}

.solu-list {
	margin: 0 -20px;
}

.solu-list .column {
	padding: 0 20px;
	margin-bottom: 40px;
}

.solu-list .img {
	padding: 0;
}

.solu-list .text-box {
	padding: 50px 42px 40px;
	background-color: #ffffff;
}

.solu-list .belong {
	font-size: 14px;
	color: #055ce6;
	margin-bottom: 45px;
}

.solu-list .h1 {
	font-size: 20px;
	color: #222222;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.solu-list .text {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	height: 72px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.solu-list .btn-more {
	display: inline-block;
	font-size: 14px;
	color: #666666;
	padding-right: 14px;
	background-image: url(../image/icon25.png);
	background-repeat: no-repeat;
	background-position: right center;
	transition: all .3s;
	margin-top: 110px;
}

.solu-list .column:hover .btn-more {
	padding-right: 18px;
}

.swiper10 {
	display: none;
}

.swiper10 a {
	display: block;
	position: relative;
}

.swiper10 .suspen {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	padding: 30px;
	flex-direction: column;
	justify-content: flex-end;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, .7) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, .7)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 50% rgba(0, 0, 0, .7) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 50% rgba(0, 0, 0, .7) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, .7) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, .7) 100%);
}

.swiper10 .h1 {
	font-size: 20px;
	color: #FFFFFF;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.swiper10 .btn-more {
	display: inline-block;
	font-size: 14px;
	color: #FFFFFF;
	padding-right: 14px;
	background-image: url(../image/icon25.png);
	background-repeat: no-repeat;
	background-position: right center;
	transition: all .3s;
}

.obtain {
	text-align: center;
	padding: 105px 0 108px;
	border-top: 1px solid #e7ecf6;
	background-color: #f4f8ff;
}

.obtain .title {
	font-size: 40px;
	color: #222222;
	line-height: 56px;
	margin-bottom: 30px;
}

.obtain .btn-obtain {
	display: inline-block;
	width: 150px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #ffffff;
	background-color: #055ce6;
	cursor: pointer;
}

.solu-detail {
	padding-top: 160px;
	background-color: #f4f8ff;
}

.solu-detail .location {
	margin-bottom: 70px;
}

/* .solu-detail .detail-box {
	margin-bottom: 100px;
} */

.solu-detail .rbox {
	padding-left: 0;
}

.solu-detail .rbox .box {
	max-width: 1000px;
	width: 100%;
	padding: 80px;
	background-color: #ffffff;
}

.solu-detail .rbox .title {
	font-size: 30px;
	color: #222222;
	font-weight: bold;
	padding-bottom: 40px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 28px;
}

.solu-detail .rbox .text {
	font-size: 16px;
	color: #222222;
	line-height: 30px;
}

.rela-case {
	padding: 65px 40px 45px;
	background-color: #ffffff;
}

.rela-case .h1 {
	font-size: 20px;
	color: #222222;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 5px;
}

.rela-case .column {
	padding: 25px 0 23px;
	border-bottom: 1px dashed #eeeeee;
}

.rela-case .column:last-child {
	border-bottom: 0;
}

.rela-case .img {
	padding: 0;
}

.rela-case .text-box {
	padding: 7px 5px 10px 30px;
}

.rela-case .h2 {
	font-size: 18px;
	color: #222222;
	line-height: 30px;
	font-weight: bold;
	height: 90px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.rela-case .btn-more {
	display: inline-block;
	font-size: 14px;
	color: #666666;
	padding-right: 14px;
	background-image: url(../image/icon25.png);
	background-repeat: no-repeat;
	background-position: right center;
	transition: all .3s;
	margin-top: 10px;
}

.rela-case .column:hover .btn-more {
	padding-right: 18px;
}

.rela-scheme {
	margin-top: 50px;
	margin-bottom: 128px;
}

.rela-scheme .title {
	font-size: 40px;
	color: #000000;
	text-align: center;
	margin-bottom: 50px;
}

.scheme-list {
	margin: 0 -20px;
}

.scheme-list .column {
	padding: 0 20px;
}

.scheme-list .text-box {
	padding: 35px 40px 30px;
	background-color: #ffffff;
}

.scheme-list .h1 {
	font-size: 20px;
	color: #222222;
	font-weight: bold;
	margin-bottom: 12px;
}

.scheme-list .h2 {
	font-size: 14px;
	color: #d9dfed;
	margin-bottom: 22px;
	font-family: Arial, Helvetica, sans-serif;
}

.scheme-list .s1 {
	padding: 7px 16px;
	background-color: #f6f6fe;
	border: 1px solid #ebedf5;
	border-radius: 15px;
	font-size: 14px;
	color: #b6bccc;
	margin-right: 10px;
}

.solu-box3 {
	padding-bottom: 125px;
}

.solu-box3 .location {
	margin: 40px 0 90px;
	text-align: right;
}

.solu-box3 .scheme-list .text-box {
	background-color: #f7f8fc;
}

.solu-box3 .scheme-list .column {
	margin-bottom: 40px;
}

.solu-detail2 .nav-location .nav {
	margin-left: 0;
}

/* 媒体查询 */
@media only screen and (max-width: 1440px) {
	.solu-main .nav-location .column {
		margin-right: 5px;
	}

	.solu-list .text-box {
		padding: 30px;
	}

	.solu-list .belong {
		margin-bottom: 30px;
	}

	.solu-list .h1 {
		font-size: 16px;
		margin-bottom: 15px;
	}

	.solu-list .btn-more {
		margin-top: 90px;
	}

	.solu-detail .rbox .box {
		padding: 40px;
	}

	.rela-case {
		padding: 40px 30px;
	}

	.rela-case .column {
		padding: 15px 0;
	}

	.rela-case .text-box {
		padding: 5px 5px 5px 10px;
	}

	.rela-case .h2 {
		font-size: 16px;
		line-height: 26px;
		height: 52px;
		-webkit-line-clamp: 2;
	}

	.solu-detail .rbox .title {
		font-size: 20px;
		padding-bottom: 25px;
	}

	.solu-detail .rbox .text {
		font-size: 14px;
	}

	.rela-scheme .title {
		font-size: 30px;
		margin-bottom: 30px;
	}

	.scheme-list {
		margin: 0 -10px;
	}

	.scheme-list .column {
		padding: 0 10px;
	}

	.rela-scheme {
		margin: 50px 0;
	}

	.solu-box3 .location {
		font-size: 14px;
		margin: 30px 0 40px;
	}

	.solu-box3 {
		padding-bottom: 70px;
	}
}

@media only screen and (max-width: 1280px) {
	.solu-main .nav-location .title {
		font-size: 14px;
		padding: 0;
		padding-right: 15px;
		white-space: nowrap;
	}

	.solu-main .nav-location .column {
		margin-right: 0;
	}

	.solu-main .nav-location .column a {
		font-size: 12px;
	}

	.solu-list .btn-more {
		margin-top: 35px;
	}

	.solu-main .location {
		font-size: 12px;
	}

	.obtain {
		padding: 60px;
	}

	.obtain .title {
		font-size: 30px;
		line-height: 40px;
	}

	.scheme-list .text-box {
		padding: 20px 15px 15px;
	}

	.scheme-list .bot-box {
		flex-wrap: wrap;
	}

	.scheme-list .s1 {
		margin-bottom: 5px;
	}
}

@media only screen and (max-width: 1199px) {
	.solu-detail {
		padding-top: 100px;
	}

	.solu-detail .location {
		font-size: 14px;
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 1024px) {
	.solu-list {
		margin: 0 -10px;
	}

	.solu-list .column {
		padding: 0 10px;
	}

	.solu-list .text-box {
		padding: 20px;
	}

	.solu-list .belong {
		margin-bottom: 20px;
	}

	.solu-list .h1 {
		margin-bottom: 10px;
	}

	.solu-list .btn-more {
		margin-top: 15px;
	}

	.solu-detail .rbox {
		width: 100%;
		padding: 0;
	}

	.rela-case {
		display: none;
	}

	.solu-detail {
		padding-top: 30px;
	}
}

@media only screen and (max-width: 991px) {
	.solu-list .column {
		width: 100%;
	}

	.solu-list .img img {
		width: 100%;
	}

	.scheme-list .column {
		margin-bottom: 20px;
	}

}

@media only screen and (max-width: 767px) {
	.solu-box {
		padding: 40px 0;
	}

	.solu-list .column {
		margin-bottom: 20px;
	}

	.solu-list .belong {
		margin-bottom: 10px;
	}

	.solu-list .h1 {
		line-height: 20px;
	}

	.obtain {
		padding: 40px;
	}

	.obtain .title {
		font-size: 20px;
		line-height: 30px;
	}

	.obtain .btn-obtain {
		width: 120px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}

	.solu-detail .rbox .box {
		padding: 20px 15px;
	}

	.solu-detail .rbox .title {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.rela-scheme {
		margin: 30px 0;
	}

	.rela-scheme .title {
		font-size: 20px;
	}

	.scheme-list .h1 {
		font-size: 16px;
	}

	.scheme-list .s1 {
		font-size: 12px;
	}

	.scheme-list .h2 {
		margin-bottom: 15px;
	}

	.scheme-list .img img {
		width: 100%;
	}

	.solu-box3 .scheme-list .column {
		margin-bottom: 20px;
	}

	.solu-box3 {
		padding-bottom: 20px;
	}

	.solu-box2 .solu-list {
		display: none;
	}

	.swiper10 {
		display: block;
	}

	.swiper10 .suspen {
		padding: 15px;
	}

	.swiper10 .h1 {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 10px;
	}
}

/* service */

.serv-box {
	padding: 40px 0 45px;
	background-position: center center;
	background-size: cover;
}

.serv-box .location {
	text-align: right;
	margin-bottom: 75px;
}

.serv-box .title {
	text-align: center;
	margin-bottom: 110px;
}

.serv-box .h1 {
	font-size: 40px;
	color: #222222;
	font-weight: bold;
	margin-bottom: 30px;
}

.serv-box .h2 {
	font-size: 16px;
	color: #222222;
}

.proc-list {
	padding: 0;
}

.proc-list .column {
	position: relative;
	padding-bottom: 25px;
	padding-top: 24px;
	border-bottom: 1px solid #eeeeee;
}

.proc-list .top-box {
	justify-content: space-between;
	align-items: center;
	margin-bottom: 8px;
	color: #555555;
}

.proc-list .name {
	font-size: 16px;
	color: #555555;
	line-height: 30px;
	font-weight: bold;
	transition: all .3s;
}

.proc-list .number {
	font-size: 14px;
	color: #667282;
	line-height: 30px;
	font-weight: bold;
	transition: all .3s;
}

.proc-list .text {
	font-size: 14px;
	color: #999999;
	line-height: 24px;
}

.proc-list .column:hover .name {
	color: #055ce6;
}

.proc-list .column:hover .number {
	color: #055ce6;
}

.proc-list .column::before {
	position: absolute;
	content: "";
	top: 12%;
	left: 102%;
	width: 0;
	height: 2px;
	background-color: #1f80ff;
	transition: all .8s;
}

.proc-list .column::after {
	position: absolute;
	content: "";
	top: 10%;
	right: -2.5%;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #1f80ff;
	opacity: 0;
}

.proc-list .column:hover::after {
	opacity: 1;
}

.proc-list .column:hover::before {
	width: 51%;
}

.cust-box {
	padding: 95px 0;
	background-position: center center;
	background-size: cover;
	text-align: center;
}

.cust-box .text {
	font-size: 30px;
	color: #222222;
	line-height: 50px;
	margin-bottom: 23px;
}

.cust-box .hotline {
	justify-content: center;
	align-items: center;
	margin-bottom: 44px;
}

.cust-box .name {
	font-size: 16px;
	color: #055ce6;
	margin: 0 13px;
}

.cust-box .number {
	font-size: 22px;
	color: #055ce6;
	font-weight: bold;
}

.cust-box .btn-cust {
	width: 150px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	background-color: #055ce6;
	margin: 0 auto;
	cursor: pointer;
}

.proc-list2 {
	width: 384px;
	float: right;
	margin-top: 2%;
}

.proc-list2 .column {
	position: relative;
	margin-top: -43%;
	z-index: 1;
}

.proc-list2 .text {
	position: absolute;
	top: 28%;
	left: 33%;
	z-index: 2;
}

.proc-list2 .img2 {
	display: none;
}

.proc-list2 .column2 .text {
	top: 20%;
	left: 33%;
}

.proc-list2 .number {
	position: absolute;
	top: 61.5%;
	left: 13%;
	z-index: 2;
}

.proc-list2 .column.on .back-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../image/img121.png);
	background-size: cover;
}

.proc-list2 .column.on .img1 {
	display: none;
}

.proc-list2 .column.on .img2 {
	display: block;
}

/* 媒体查询 */
@media only screen and (max-width: 1440px) {
	.serv-box .location {
		margin-bottom: 40px;
	}

	.serv-box .h1 {
		font-size: 30px;
		margin-bottom: 20px;
	}

	.serv-box .title {
		margin-bottom: 50px;
	}

	.proc-list2 {
		width: 300px;
	}

	.proc-list2 .column {
		margin-top: -33%;
	}

	.proc-list2 .column .text img {
		width: 80%;
	}
}

@media only screen and (max-width: 1280px) {
	.proc-list2 .column {
		margin-top: -32%;
	}

}

@media only screen and (max-width: 1024px) {
	.proc-list2 {
		display: none;
	}

	.proc-list .column::before {
		display: none;
	}

	.proc-list .column::after {
		display: none;
	}

	.proc-list {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.serv-box {
		padding: 30px 0;
	}

	.serv-box .h1 {
		font-size: 20px;
	}

	.serv-box .h2 {
		font-size: 14px;
	}

	.serv-box .title {
		margin-bottom: 30px;
	}

	.proc-list .column {
		padding-top: 5px;
		padding-bottom: 5px;
		margin-bottom: 8px;
	}

	.proc-list .name {
		font-size: 14px;
		line-height: 20px;
	}

	.proc-list .number {
		font-size: 12px;
		line-height: 20px;
	}

	.proc-list .text {
		display: none;
		padding-bottom: 5px;
	}

	.proc-list .column:hover .name {
		color: inherit;
	}

	.proc-list .column:hover .number {
		color: inherit;
	}

	.proc-list .column.on .name {
		color: #055ce6;
	}

	.proc-list .column.on .number {
		color: #055ce6;
	}
}

/* 国产化方案 */

.domes-main .location {
	text-align: right;
	margin: 30px 0 80px;
}

.domes-main .title {
	text-align: center;
}

.domes-main .title .h1 {
	font-size: 40px;
	color: #222222;
	font-weight: bold;
	margin-bottom: 23px;
}

.domes-main .title .h2 {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}

.prod-cent {
	margin-bottom: 145px;
}

.prod-cent .title {
	margin-bottom: 45px;
}

.prod-list3 .column {
	padding: 0 10px;
}

.prod-list3 .box {
	text-align: center;
	padding: 65px 35px;
	background-color: #f8f9ff;
	transition: all .3s;
}

.prod-list3 .icon {
	margin-bottom: 40px;
}

.prod-list3 .name {
	font-size: 20px;
	color: #2770ff;
	margin-bottom: 17px;
}

.prod-list3 .line {
	width: 30px;
	height: 1px;
	margin: 0 auto;
	margin-bottom: 20px;
	background-color: #2770ff;
}

.prod-list3 .text {
	font-size: 14px;
	color: #666666;
	line-height: 26px;
}

.prod-list3 .column:hover .box {
	background-color: #ffffff;
	box-shadow: 0 3px 12px rgba(0, 0, 0, .2);
}

.solu-box2 {
	margin-bottom: 140px;
}

.solu-box2 .title {
	margin-bottom: 50px;
}

.solu-box2 .solu-list a {
	display: block;
	position: relative;
}

.solu-box2 .solu-list .suspen {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	padding: 30px;
	flex-direction: column;
	justify-content: flex-end;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, .7) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, .7)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 50% rgba(0, 0, 0, .7) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 50% rgba(0, 0, 0, .7) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, .7) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, .7) 100%);
}

.solu-box2 .solu-list .h1 {
	color: #ffffff;
	margin-bottom: 15px;
}

.solu-box2 .solu-list .btn-more {
	color: #ffffff;
	margin-top: 0;
}

.busin-box {
	margin-bottom: 100px;
}

.busin-box .title {
	margin-bottom: 80px;
}

.busin-list .column {
	padding: 0 30px;
	margin-bottom: 70px;
}

.busin-list .icon {
	margin-right: 20px;
}

.busin-list .text {
	width: calc(100% - 46px);
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}

.busin-list .name {
	font-size: 22px;
	color: #222222;
	line-height: 30px;
}

.part-box {
	margin-bottom: 165px;
}

.part-box .title {
	margin-bottom: 50px;
}

.part-list {
	flex-wrap: wrap;
	/*justify-content: center;*/
	align-items: center;
}

.part-list .column {
	max-width: 220px;
	width: 100%;
	margin: 0 25px;
	margin-bottom: 20px;
}

.part-list .img {
	border: 1px solid #eeeeee;
	transition: all .3s;
}

.part-list .column:hover .img {
	box-shadow: 0 3px 15px rgba(0, 0, 0, .2);
}

.succe-case {
	margin-bottom: 140px;
}

.succe-case .title {
	margin-bottom: 80px;
}

.succe-case .title .h1 {
	margin-bottom: 0;
}

.editor-box {
	margin-bottom: 105px;
}

.editor-box .title {
	margin-bottom: 48px;
}

.editor-box .text {
	font-size: 14px;
	line-height: 30px;
	color: #666666;
}

.editor-box .text p {
	line-height: 30px;
}

.swiper8 {
	overflow: inherit;
}

.swiper8 .swiper-slide {
	width: 340px;
}

.swiper8 a {
	display: inherit;
}

.swiper8 .suspen {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	padding: 35px;
	flex-direction: column;
	justify-content: flex-end;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, .7) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, .7)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 50% rgba(0, 0, 0, .7) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 50% rgba(0, 0, 0, .7) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, .7) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, .7) 100%);
}

.swiper8 .name {
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 10px;
}

.swiper8 .belong {
	font-size: 16px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
}

.swiper8 .swiper-button-prev,
.swiper8 .swiper-button-next {
	width: 50px;
	height: 50px;
	margin-top: -25px;
	background-size: cover;
	background-position: center center;
}

.swiper8 .swiper-button-prev {
	background-image: url(../image/icon45.png);
	left: -90px;
}

.swiper8 .swiper-button-next {
	background-image: url(../image/icon45-2.png);
	right: -90px;
}


/* contact */

.contact-main {
	padding-top: 100px;
}

.cont-box {
	position: relative;
	margin-top: -195px;
}

.cont-box .box-wrap {
	padding: 80px 50px 140px;
	background-color: #ffffff;
}

.cont-box .title {
	text-align: center;
}

.cont-box .title .h1 {
	font-size: 30px;
	color: #222222;
	font-weight: bold;
	margin-bottom: 20px;
}

.cont-box .title .h2 {
	font-size: 16px;
	color: #222222;
}

.cont-box .addre-box {
	margin-bottom: 110px;
}

.cont-box .addre-box .title {
	margin-bottom: 50px;
}

.cont-box .addre-box .column {
	padding: 40px 55px 40px;
	border-right: 1px solid #eeeeee;
}

.cont-box .addre-box .column:first-child {
	padding-left: 30px;
}

.cont-box .addre-box .column:nth-child(3n) {
	border-right: 0;
}

.cont-box .addre-box .name {
	align-items: flex-end;
	background-image: url(../image/icon47.png);
	background-repeat: no-repeat;
	background-position: right center;
	margin-bottom: 35px;
}

.cont-box .addre-box .name2 {
	background-image: url(../image/icon46.png);
}

.cont-box .addre-box .s1 {
	font-size: 18px;
	color: #222222;
	line-height: 20px;
	font-weight: bold;
	padding-left: 20px;
	background-image: url(../image/icon22.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.cont-box .addre-box .s2 {
	font-size: 14px;
	color: #999999;
	margin-left: 10px;
}

.cont-box .addre-box .text {
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}

.mess-box {
	padding: 58px 40px 65px;
	background-color: #f4f8ff;
}

.mess-box .title {
	margin-bottom: 55px;
}

.mess-box .text-box {
	align-items: center;
	margin-bottom: 20px;
}

.mess-box .text-box .form-group {
	width: 23.77%;
	margin-right: 1.64%;
}

.mess-box .text-box .form-group:nth-child(4n) {
	margin-right: 0;
}

.mess-box .input-text {
	width: 100%;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	height: 70px;
	padding-left: 35px;
	padding-right: 35px;
	font-size: 14px;
	color: #999999;
}

.mess-box .area-box {
	width: 100%;
}

.mess-box .area {
	width: 100%;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
	color: #999999;
	line-height: 30px;
	height: 220px;
	padding-left: 35px;
	padding-right: 35px;
}

.mess-box .btn-box {
	margin-top: 40px;
	text-align: center;
}

.mess-box .btn-submit {
	width: 200px;
	height: 70px;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	background-color: #055ce6;
	border-radius: 0;
}

/* 媒体查询 */
@media only screen and (max-width: 1440px) {
	.cont-box .box-wrap {
		padding: 60px 40px;
	}

	.cont-box .addre-box .title {
		margin-bottom: 30px;
	}

	.cont-box .title .h1 {
		font-size: 20px;
	}

	.cont-box .title .h2 {
		font-size: 14px;
	}

	.cont-box .addre-box .column {
		padding: 30px 40px;
	}

	.cont-box .addre-box {
		margin-bottom: 60px;
	}

	.mess-box .title {
		margin-bottom: 30px;
	}

	.mess-box {
		padding: 40px 30px;
	}

	.mess-box .input-text {
		height: 50px;
	}

	.mess-box .area {
		height: 190px;
	}

	.mess-box .btn-submit {
		font-size: 14px;
		width: 140px;
		height: 50px;
	}

	.domes-main .title .h1 {
		font-size: 30px;
		margin-bottom: 20px;
	}

	.domes-main .location {
		margin: 30px 0 50px;
	}

	.prod-cent {
		margin-bottom: 100px;
	}

	.prod-cent .title {
		margin-bottom: 40px;
	}

	.solu-box2 .title {
		margin-bottom: 40px;
	}

	.solu-box2 {
		margin-bottom: 100px;
	}

	.busin-box .title {
		margin-bottom: 40px;
	}

	.busin-box {
		margin-bottom: 30px;
	}

	.part-box .title {
		margin-bottom: 40px;
	}

	.part-box {
		margin-bottom: 100px;
	}

	.succe-case .title {
		margin-bottom: 40px;
	}

	.succe-case {
		margin-bottom: 100px;
	}
}

@media only screen and (max-width: 1280px) {
	.cont-box {
		margin-top: -100px;
	}

	.cont-box .box-wrap {
		padding: 40px 30px;
	}

	.cont-box .addre-box .column {
		padding: 30px;
	}
}

@media only screen and (max-width: 1199px) {
	.contact-main {
		padding-top: 70px;
	}
}

@media only screen and (max-width: 1024px) {
	.contact-main {
		padding-top: 60px;
	}

	.cont-box {
		margin-top: 0;
	}

	.addre-list2 {
		flex-wrap: wrap;
	}

	.cont-box .addre-box .column {
		width: 100%;
		padding: 15px !important;
		border-right: 0;
	}

	.mess-box .text-box {
		flex-wrap: wrap;
		margin-bottom: 0;
	}

	.mess-box .text-box .form-group {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.contact-main {
		padding-top: 50px;
	}

	.cont-box .box-wrap {
		padding: 40px 0;
	}

	.cont-box .addre-box .column {
		padding: 15px 0 !important;
	}

	.cont-box .addre-box .name {
		margin-bottom: 15px;
	}

	.cont-box .addre-box {
		margin-bottom: 30px;
	}

	.mess-box {
		padding: 30px 15px;
	}

	.mess-box .input-text {
		height: 40px;
		padding-left: 12px;
		padding-right: 12px;
	}

	.mess-box .area {
		height: 130px;
		padding-left: 12px;
		padding-right: 12px;
	}

	.mess-box .btn-submit {
		width: 120px;
		height: 40px;
	}

	.mess-box .btn-box {
		margin-top: 20px;
	}

	.domes-main .location {
		margin-bottom: 30px;
	}

	.domes-main .title .h1 {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.domes-main .title .h2 {
		font-size: 14px;
		line-height: 24px;
	}

	.prod-cent .title {
		margin-bottom: 20px;
	}

	.prod-list3 .column {
		margin-bottom: 20px;
	}

	.prod-list3 .box {
		padding: 20px;
	}

	.prod-list3 .icon {
		width: 50px;
		margin: 0 auto;
		margin-bottom: 20px;
	}

	.prod-list3 .name {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.prod-list3 .line {
		margin-bottom: 10px;
	}

	.prod-cent {
		margin-bottom: 30px;
	}

	.solu-box2 .title {
		margin-bottom: 20px;
	}

	.solu-box2 .solu-list .suspen {
		padding: 15px;
	}

	.solu-box2 .solu-list .h1 {
		line-height: 20px;
		margin-bottom: 10px;
	}

	.solu-box2 .solu-list .img {
		height: 200px;
	}

	.solu-box2 {
		margin-bottom: 30px;
	}

	.busin-box .title {
		margin-bottom: 20px;
	}

	.busin-list .column {
		padding: 0 15px;
		margin-bottom: 20px;
	}

	.busin-list .icon {
		width: 26px;
		margin-right: 10px;
	}

	.busin-list .text {
		width: calc(100% - 36px);
		line-height: 24px;
	}

	.busin-list .name {
		font-size: 16px;
	}

	.part-box .title {
		margin-bottom: 20px;
	}

	.part-list {
		justify-content: flex-start;
	}

	.part-list .column {
		max-width: 32%;
		margin: 0;
		margin-right: 2%;
		margin-bottom: 10px;
	}

	.part-list .column:nth-child(3n) {
		margin-right: 0;
	}

	.part-box {
		margin-bottom: 40px;
	}

	.succe-case .title {
		margin-bottom: 20px;
	}

	.succe-case {
		margin-bottom: 50px;
	}

	.editor-box {
		margin-bottom: 50px;
	}

	.editor-box .title {
		margin-bottom: 20px;
	}
}

/* 人才招聘 */

.recru-main .location {
	text-align: right;
	margin: 30px 0 100px;
}

.recru-box {
	padding-bottom: 170px;
}

.recru-box .title {
	font-size: 36px;
	color: #222222;
	text-align: center;
	margin-bottom: 40px;
}

.recru-box .form-inline {
	justify-content: space-between;
	align-items: center;
	margin-bottom: 60px;
}

.recru-box .select-box {
	width: 21.4285%;
	margin-right: 0;
	border: 1px solid #eeeeee;
}

.recru-box .select {
	width: 100%;
	height: 58px;
	border-radius: 0;
	box-shadow: none;
	border: 0;
	font-size: 14px;
	color: #666666;
}

.recru-box .search-box {
	width: 31.4285%;
}

.recru-box .input-search {
	width: calc(100% - 150px);
	height: 60px;
	border: 1px solid #eeeeee;
	border-right: 0;
	border-radius: 0;
	padding: 0 5.7%;
	box-shadow: none;
}

.recru-box .btn-submit {
	width: 150px;
	height: 60px;
	border-radius: 0;
	background-color: #055ce6;
	font-size: 14px;
	color: #ffffff;
}

.recru-list .column {
	margin-bottom: 10px;
	transition: all .3s;
}

.recru-list .top-box {
	height: 130px;
	padding: 0 60px;
	justify-content: space-between;
	align-items: center;
	background-color: #f4f8ff;
	cursor: pointer;
	transition: all .3s;
}

.recru-list .name {
	width: 25%;
	font-size: 22px;
	color: #222222;
	line-height: 40px;
	padding: 15px;
}

.recru-list .text {
	width: 65%;
	align-items: center;
	flex-wrap: wrap;
	padding: 15px;
}

.recru-list .text .s1 {
	width: 33.33%;
	font-size: 14px;
	color: #666666;
	line-height: 26px;
}

.recru-list .sign {
	width: 10%;
	font-size: 26px;
	color: #055ce6;
	font-weight: bold;
	text-align: center;
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

.recru-list .btn-sign {
	display: inline-block;
	width: 80px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

.recru-list .bot-box {
	display: none;
	padding: 0 60px;
}

.recru-list .text-box {
	padding: 30px 0 130px;
	border-top: 1px solid #eeeeee;
}

.recru-list .text2 {
	font-size: 14px;
	color: #666666;
	line-height: 36px;
}

.recru-list .h1 {
	font-size: 16px;
	color: #222222;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.recru-list .point {
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	line-height: 36px;
	background-color: #055ce6;
	padding: 0 30px;
	margin-top: 35px;
}

.recru-list .column.on {
	box-shadow: 0 3px 12px rgba(0, 0, 0, .1);
}

.recru-list .column.on .top-box {
	background-color: #ffffff;
}

.recru-list .column.on .btn-sign {
	font-size: 14px;
	color: #ffffff;
	font-weight: normal;
	background-color: #055ce6;
}

/* 媒体查询 */
@media only screen and (max-width: 1440px) {
	.recru-main .location {
		margin-bottom: 40px;
	}

	.recru-box .title {
		font-size: 26px;
	}

	.recru-list .text .s1 {
		width: auto;
		margin-right: 20px;
	}

	.recru-list .name {
		font-size: 18px;
	}

	.recru-box .form-inline {
		margin-bottom: 40px;
	}

	.recru-box {
		padding-bottom: 90px;
	}
}

@media only screen and (max-width: 991px) {
	.recru-list .top-box {
		padding: 0 30px;
	}

	.recru-list .name {
		width: 180px;
	}

	.recru-list .sign {
		width: 100px;
	}

	.recru-list .text {
		width: calc(100% - 280px);
	}

	.recru-list .btn-sign {
		width: 100%;
	}

	.recru-box .form-inline {
		flex-wrap: wrap;
	}

	.recru-box .select-box {
		width: 48%;
		margin-bottom: 15px;
	}

	.recru-box .search-box {
		width: 48%;
	}
}

@media only screen and (max-width: 767px) {
	.recru-box .select-box {
		width: 100%;
		padding: 0 10px;
	}

	.recru-box .search-box {
		width: 100%;
	}

	.recru-box .select {
		height: 40px;
	}

	.recru-box .input-search {
		width: calc(100% - 100px);
		height: 40px;
		padding: 0 10px;
	}

	.recru-box .btn-submit {
		width: 100px;
		height: 40px;
	}

	.recru-box .form-inline {
		margin-bottom: 20px;
	}

	.recru-list .top-box {
		height: 60px;
		padding: 0 10px;
	}

	.recru-list .name {
		width: 60px;
		font-size: 14px;
		line-height: 24px;
		padding: 0;
	}

	.recru-list .sign {
		width: 40px;
		padding: 0;
	}

	.recru-list .btn-sign {
		font-size: 18px;
		line-height: 24px;
		height: auto;
	}

	.recru-list .text {
		width: calc(100% - 100px);
		height: 48px;
		padding: 0 15px;
		word-break: break-all;
		text-overflow: ellipsis;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.recru-list .text .s1 {
		line-height: 24px;
		margin-right: 10px;
	}

	.recru-list .bot-box {
		padding: 0 15px;
	}

	.recru-list .text2 {
		line-height: 30px;
	}

	.recru-list .point {
		font-size: 14px;
		line-height: 30px;
		margin-top: 20px;
	}

	.recru-list .text-box {
		padding: 30px 0;
	}

	.recru-box {
		padding-bottom: 40px;
	}

	.recru-box .title {
		font-size: 20px;
		margin-bottom: 30px;
	}
}

/* 社会责任 */

.liabil-box .location {
	margin: 30px 0 88px;
	text-align: right;
}

.liabil-list {
	margin: 0 -20px;
}

.liabil-list .column {
	padding: 0 20px;
	margin-bottom: 40px;
}

.liabil-list a {
	position: relative;
	display: block;
}

.liabil-list .suspen {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 55px;
}

.liabil-list .time {
	font-size: 14px;
	color: #f4f8ff;
	line-height: 30px;
	align-items: center;
	margin-bottom: 10px;
}

.liabil-list .line {
	margin: 0 15px;
}

.liabil-list .text {
	font-size: 26px;
	color: #f4f8ff;
	font-weight: 300;
}

.liabil-box .nav-page {
	margin: 30px 0 85px;
}

.video-mask{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	z-index: 1;
}


/* 媒体查询 */
@media only screen and (max-width: 1440px) {
	.liabil-box .location {
		margin: 30px 0 60px;
	}

	.liabil-list .text {
		font-size: 18px;
	}

	.liabil-list .suspen {
		padding: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.liabil-box .location {
		font-size: 12px;
		text-align: left;
		margin: 20px 0 40px;
	}

	.liabil-list .suspen {
		padding: 20px 15px;
	}

	.liabil-list .column {
		margin-bottom: 20px;
	}

	.liabil-box .nav-page {
		margin: 20px 0 40px;
	}
}

/* 视频 */

.video-box .location {
	margin: 40px 0 65px;
	text-align: right;
}

.video-box .title {
	font-size: 40px;
	color: #222222;
	font-weight: bold;
	text-align: center;
	margin-bottom: 55px;
}

.video-list {
	margin: 0 -20px;
}

.video-list .column {
	padding: 0 20px;
	margin-bottom: 40px;
}

.video-list a {
	position: relative;
	display: block;
}

.video-list .suspen {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	padding-top: 30.75%;
	text-align: center;
}

.video-list .icon {
	margin-bottom: 16.6%;
}

.video-list .text {
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	line-height: 30px;
}

.video-box .nav-page {
	margin: 50px 0 0;
}

.video-box .cust-box {
	background-color: #ffffff;
}

/* 媒体查询 */
@media only screen and (max-width: 1440px) {
	.video-box .location {
		margin: 30px 0 40px;
	}

	.video-box .title {
		font-size: 30px;
	}

	.video-list .suspen {
		padding-top: 25%;
	}

	.video-list .icon {
		margin-bottom: 10%;
	}

	.cust-box {
		padding: 60px;
	}

	.cust-box .text {
		font-size: 20px;
		line-height: 30px;
	}

	.cust-box .name {
		font-size: 14px;
		margin: 0 10px;
	}

	.cust-box .number {
		font-size: 16px;
	}
}

@media only screen and (max-width: 767px) {
	.video-list .img img {
		width: 100%;
	}

	.video-box .title {
		font-size: 20px;
		margin-bottom: 30px;
	}

	.video-list .column {
		margin-bottom: 20px;
	}

	.video-box .nav-page {
		margin: 30px 0 0;
	}

	.cust-box .btn-cust {
		width: 120px;
		height: 40px;
		line-height: 40px;
	}

	.cust-box .text {
		margin-bottom: 10px;
	}

	.cust-box .hotline {
		margin-bottom: 20px;
	}

	.cust-box {
		padding: 40px 0;
	}
}


/* 新闻 */

.news-box2 {
	padding-top: 120px;
	background-color: #f4f8ff;
}

.news-list2 a {
	align-items: stretch;
}

.news-list2 .column {
	margin-bottom: 30px;
}

.news-list2 .img {
	width: 350px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.news-list2 .text-box {
	width: calc(100% - 525px);
	padding: 55px 45px 20px 90px;
	background-color: #ffffff;
	/* height: 240px; */
}

.news-list2 .h1 {
	font-size: 22px;
	color: #222222;
	line-height: 36px;
	margin-bottom: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .3s;
}

.news-list2 .column:hover .h1 {
	color: #055ce6;
}

.news-list2 .text {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.news-list2 .btn-more {
	display: inline-block;
	font-size: 14px;
	color: #222222;
	padding-right: 14px;
	background-image: url(../image/icon25.png);
	background-repeat: no-repeat;
	background-position: right center;
	transition: all .3s;
	margin-top: 40px;
}

.news-list2 .date {
	align-items: center;
	width: 175px;
	background-color: #ffffff;
}

.news-list2 .box {
	border-left: 1px solid #eeeeee;
	padding: 50px 0 50px 50px;
}

.news-list2 .sun-moon {
	font-size: 34px;
	color: #b5bece;
	font-weight: bold;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

.news-list2 .column:hover .sun-moon {
	color: #055ce6;
}

.news-list2 .year {
	font-size: 16px;
	color: #b5bece;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.news-list2 .column:hover .btn-more {
	padding-right: 18px;
}

.news-box2 .nav-page {
	margin: 75px 0 85px;
}

.news-detail {
	padding-top: 100px;
	background-color: #f4f8ff;
}

.news-detail .detail-box {
	padding-bottom: 180px;
}

.news-detail .location {
	margin: 60px 0 75px;
}

.news-detail .rbox {
	padding-left: 0;
}

.news-detail .rbox .box {
	max-width: 1000px;
	width: 100%;
	padding: 77px 80px 50px;
	background-color: #ffffff;
}

.news-detail .title {
	padding-bottom: 24px;
	border-bottom: 1px solid #eeeeee;
}

.news-detail .title .h1 {
	font-size: 30px;
	color: #222222;
	line-height: 40px;
	margin-bottom: 25px;
}

.news-detail .s1 {
	font-size: 14px;
	color: #999999;
	margin-right: 70px;
}

.news-detail .s1:last-child {
	margin-right: 0;
}

.news-detail .text-box {
	padding-top: 20px;
	padding-bottom: 65px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 35px;
}

.news-detail .text {
	font-size: 16px;
	color: #222222;
	line-height: 30px;
}

.news-detail .text * {
	line-height: 30px;
}

.news-detail .text img {
	max-width: 100%;
}

.news-detail .bot-box {
	justify-content: space-between;
	align-items: center;
}

.news-detail .upper-lower {
	width: calc(100% - 150px);
}

.upper-lower .item {
	display: block;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.upper-lower .name {
	color: #222222;
}

.news-detail .btn-list {
	width: 130px;
	height: 50px;
	font-size: 16px;
	color: #055ce6;
	line-height: 50px;
	text-align: center;
	background-color: #f4f8ff;
}

.news-detail .rela-case {
	padding-bottom: 20px;
}

.news-detail .rela-case .h1 {
	font-weight: normal;
}

.news-list3 .column {
	padding: 20px 0 25px;
	border-bottom: 1px dashed #eeeeee;
}

.news-list3 .column:last-child {
	border-bottom: 1px dashed #eeeeee;
}

.news-list3 .text2 {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	font-weight: normal;
	margin-bottom: 15px;
}

.news-list3 .time {
	font-size: 14px;
	color: #b5bece;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

/* 媒体查询 */
@media only screen and (max-width: 1440px) {
	.news-list2 .text-box {
		padding: 30px 30px 0;
	}

	.news-box2 {
		padding-top: 80px;
	}

	.news-list2 .h1 {
		font-size: 18px;
		line-height: 30px;
	}

	.news-list2 .sun-moon {
		font-size: 26px;
	}

	.news-list2 .year {
		font-size: 14px;
	}

	.news-detail .title .h1 {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 15px;
	}

	.rela-case .h1 {
		font-size: 16px;
	}

	.news-list3 .column {
		padding: 10px 0;
	}

	.news-list3 .text2 {
		margin-bottom: 5px;
	}

	.news-detail .text {
		font-size: 14px !important;
	}

	.upper-lower .item {
		font-size: 14px;
	}

	.news-detail .btn-list {
		width: 120px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}

	.news-detail {
		padding-top: 10px;
	}

	.news-detail .location {
		margin: 60px 0 40px;
	}

	.news-detail .detail-box {
		padding-bottom: 100px;
	}
}

@media only screen and (max-width: 1280px) {
	.news-detail .text img {
		max-width: 100%;
	}

	.news-detail .rbox .box {
		padding: 50px;
	}

	.rela-case {
		padding: 50px 30px;
	}
}

@media only screen and (max-width: 1024px) {
	.news-list2 .img {
		width: 300px;
	}

	.news-list2 .date {
		width: 120px;
	}

	.news-list2 .box {
		padding: 20px;
	}

	.news-list2 .text-box {
		width: calc(100% - 440px);
	}

	.news-list2 .btn-more {
		margin-top: 30px;
	}

	.news-detail .rbox {
		width: 100%;
	}

	.news-detail .rela-case {
		display: none;
	}
}

@media only screen and (max-width: 991px) {
	.news-list2 .img {
		width: 220px;
	}

	.news-list2 .date {
		width: 100px;
	}

	.news-list2 .box {
		padding: 15px;
	}

	.news-list2 .text-box {
		width: calc(100% - 320px);
		padding: 20px 15px;
		height: auto;
	}

	.news-list2 .h1 {
		margin-bottom: 10px;
	}

	.news-list2 .text {
		-webkit-line-clamp: 2;
	}

	.news-list2 .btn-more {
		margin-top: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.news-box2 {
		padding-top: 40px;
	}

	.news-list2 a {
		flex-wrap: wrap;
	}

	.news-list2 .img {
		width: 100%;
	}

	.news-list2 .text-box {
		width: calc(100% - 100px);
	}

	.news-list2 .h1 {
		font-size: 16px;
		margin-bottom: 0;
	}

	.news-list2 .sun-moon {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.news-list2 .column {
		margin-bottom: 20px;
	}

	.news-box2 .nav-page {
		margin: 10px 0 40px;
	}

	.news-detail .location {
		font-size: 12px;
		margin: 30px 0;
	}

	.news-detail .rbox .box {
		padding: 30px 15px;
	}

	.news-detail .title {
		padding-bottom: 10px;
	}

	.news-detail .title .h1 {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.news-detail .title .info {
		flex-wrap: wrap;
	}

	.news-detail .s1 {
		font-size: 12px;
		margin-right: 15px;
		margin-bottom: 5px;
	}

	.news-detail .bot-box {
		flex-wrap: wrap;
	}

	.news-detail .upper-lower {
		width: 100%;
	}

	.news-detail .text-box {
		padding-bottom: 30px;
		margin-bottom: 20px;
	}

	.news-detail .btn-list {
		margin: 0 auto;
		margin-top: 15px;
	}

	.news-detail .detail-box {
		padding-bottom: 40px;
	}
}

.share {
	cursor: pointer;
}

/* 搜索 */
.search-main {
	padding-top: 100px;
}

.search-box .point {
	margin-top: 150px;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 20px;
	color: #333;
	font-weight: 400;
}

.search-list {
	margin: 80px 0 110px;
}

.search-list .column {
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom: 1px solid #E8E8E8;
}

.search-list .h1 {
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 28px;
	font-weight: 400;
	color: #333;
	-moz-transition: all .36s ease;
	-o-transition: all .36s ease;
	-webkit-transition: all .36s ease;
	transition: all .36s ease;
	margin-bottom: 5px;
}

.search-list .source {
	font-size: 16px;
	line-height: 26px;
	color: #999;
}

.search-list .column:hover .h1 {
	color: #337ab7;
}

@media only screen and (max-width: 1199px) {
	.search-main {
		padding-top: 70px;
	}
}

@media only screen and (max-width: 767px) {
	.search-main {
		padding-top: 50px;
	}

	.search-box .point {
		margin-top: 50px;
	}

	.search-list {
		margin: 30px 0 50px;
	}

	.search-list .column {
		padding-bottom: 15px;
		margin-bottom: 30px;
	}

	.search-list .h1 {
		font-size: 16px;
		line-height: 20px;
	}

	.search-list .source {
		font-size: 14px;
		line-height: 20px;
	}
}
