@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
}

html,
body {
	font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #ffffff;
}

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;
}

.zoom-img {
	overflow: hidden;
}

.zoom-img .img {
	overflow: hidden;
}

.zoom-img img {
	-webkit-transition: all .5s;
	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: -webkit-flex;
	display: -ms-flexbox;
	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;
}

/* header */
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 13;
	box-shadow: 0 3px 8px rgba(0, 0, 0, .1);
	transition: all .3s;
}

.header.on {
	top: -120px;
}

.header .container-fluid {
	padding: 0 60px;
}

.heaer-top {
	height: 120px;
	border-bottom: 1px solid #eeeeee;
}

.heaer-top .l-box {
	float: left;
}

.heaer-top .logo {
	float: left;
	margin-top: 34px;
}

.heaer-top .text {
	float: left;
	font-size: 16px;
	color: #123b98;
	line-height: 24px;
	padding-left: 20px;
	margin-top: 23px;
	margin-left: 20px;
	border-left: 1px solid #f2f2f2;
}

.heaer-top .r-box {
	float: right;
}

.heaer-top .phone {
	float: left;
	padding-left: 65px;
	background: url(../images/icon1.png) no-repeat left center;
	margin-top: 32px;
}

.heaer-top .phone .name {
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	margin-bottom: 5px;
}

.heaer-top .phone .number {
	font-size: 26px;
	color: #1d4ab3;
	line-height: 1;
	font-weight: bold;
}

.heaer-top .lang {
	position: relative;
	float: left;
	margin-left: 65px;
	margin-top: 44px;
}

.heaer-top .lang .drop-down {
	display: none;
	position: absolute;
	top: 98%;
	left: 0;
	width: 100%;
	padding: 10px;
	background-color: #fff;
	box-shadow: 0 3px 8px rgba(0, 0, 0, .1);
}

.heaer-top .lang .item {
	display: block;
	font-size: 0;
	margin-bottom: 5px;
}

.heaer-top .lang .item:last-child {
	margin-bottom: 0;
}

.heaer-top .lang .item .icon {
	line-height: 30px;
}

.heaer-top .lang .name-2 {
	width: calc(100% - 23px);
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #888888;
	line-height: 30px;
	padding-left: 5px;
}

.heaer-top .btn-lang {
	font-size: 0;
	line-height: 31px;
	cursor: pointer;
}

.heaer-top .lang .icon {
	display: inline-block;
	vertical-align: top;
}

.heaer-top .lang .name {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	color: #888888;
	padding-right: 22px;
	margin-left: 15px;
	background: url(../images/icon4.png) no-repeat right center;
}

.head-bot {
	height: 60px;
}

.head-bot .nav {
	float: left;
}

.head-bot li {
	position: relative;
	float: left;
	margin-right: 14px;
	padding: 10px 0;
}

.head-bot li:last-child {
	margin-right: 0;
}

.head-bot .nav li>a {
	display: inline-block;
	font-size: 16px;
	color: #666666;
	line-height: 40px;
	padding: 0 28px;
	border-radius: 20px;
	transition: all .3s;
}

.head-bot li:hover>a {
	color: #123b98;
}

.head-bot li.on>a {
	color: #fff;
	background-color: #123b98;
}

.head-bot .drop-down {
	position: absolute;
	top: 100%;
	left: 50%;
	min-width: 100%;
	transform: translate(-50%, 0);
	background-color: #fff;
	z-index: 9;
	display: none;
}

.head-bot .drop-down>a {
	display: block;
	padding: 10px;
	color: #333;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	white-space: nowrap;
	border-bottom: 1px solid #e5e5e5;
	transition: all .3s;
}

.head-bot .drop-down a:hover {
	color: #123b98;
}

.head-bot .drop-down-2 {
	position: fixed;
	top: 180px;
	left: 0;
	width: 100%;
	transform: translate(0, 0);
	border-top: 1px solid #eeeeee;
	background-color: #fff;
	z-index: 9;
	display: none;
}

.header.on .head-bot .drop-down-2 {
	top: 60px;
}

.header.on .head-bot .drop-down-3 {
	top: 60px;
}

.head-bot .drop-down-2 ul {
	display: flex;
	align-items: stretch;
}

.head-bot .drop-down-2 li {
	float: left;
	min-width: 200px;
	padding: 10px 20px 25px;
	margin: 0;
	border-right: 1px solid #eeeeee;
}

.head-bot .drop-down-2 .h1 {
	font-size: 16px;
	color: #222222;
	line-height: 70px;
	font-weight: bold;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.head-bot .drop-down-2 a {
	display: block;
	font-size: 0;
}

.head-bot .drop-down-2 .icon {
	display: inline-block;
	vertical-align: top;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
}

.head-bot .drop-down-2 .icon img {
	max-height: 50px;
}

.head-bot .drop-down-2 .name {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #666666;
	line-height: 50px;
	width: calc(100% - 50px);
	white-space: nowrap;
	transition: all .3s;
}

.head-bot .drop-down-2 .more .name {
	color: #123b98;
}

.head-bot .drop-down-2 a:hover .name {
	color: #123b98;
}

.head-bot .drop-down-3 {
	position: fixed;
	top: 180px;
	left: 0;
	width: 100%;
	transform: translate(0, 0);
	border-top: 1px solid #eeeeee;
	background-color: #fff;
	display: none;
}

.head-bot .drop-down-3 .l-box {
	float: left;
	width: calc(100% - 490px);
	border-right: 1px solid #eeeeee;
	display: flex;
	flex-wrap: wrap;
}

.head-bot .drop-down-3 .r-box {
	float: left;
	width: 490px;
}

.head-bot .drop-down-3 .column {
	float: left;
	width: 33.33%;
	padding: 60px 50px;
	font-size: 0;
	margin-right: 0;
}

.head-bot .drop-down-3 .l-box a {
	font-size: 0;
	padding: 0;
}

.head-bot .drop-down-3 .img {
	display: inline-block;
	vertical-align: top;
	width: 90px;
	height: 90px;
	text-align: center;
	line-height: 90px;
	overflow: hidden;
}

.head-bot .drop-down-3 .text-box {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 90px);
	padding-left: 25px;
}

.head-bot .drop-down-3 .h1 {
	font-size: 18px;
	color: #222222;
	line-height: 30px;
	margin: 0;
	margin-top: 15px;
	transition: all .3s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.head-bot .drop-down-3 .l-box .more {
	font-size: 14px;
	color: #999999;
	line-height: 30px;
}

.head-bot .drop-down-3 .l-box a:hover .h1 {
	color: #123b98;
}

.head-bot .drop-down-3 .r-box {
	padding: 50px;
}

.head-bot .drop-down-3 .r-box a {
	display: block;
	font-size: 16px;
	color: #000000;
	line-height: 46px;
	transition: all .3s;
}

.head-bot .drop-down-3 .r-box a:hover {
	color: #123b98;
}

.head-bot .drop-down-3 .r-box .more {
	color: #123b98;
	text-decoration: underline;
}

.head-bot .search {
	float: right;
	width: 160px;
	height: 36px;
	padding: 0 12px;
	margin-top: 12px;
	border: 1px solid #123b98;
	border-radius: 18px;
}

.head-bot .form-inline {
	font-size: 0;
}

.head-bot .form-control {
	width: calc(100% - 18px);
	border: 0;
	box-shadow: none;
}

.head-bot .form-control::-webkit-input-placeholder {
	font-size: 14px;
	color: #b1b1b1;
}

.head-bot .btn-submit {
	font-size: 0;
	background: none;
}

.m-head {
	display: none;
}

.m-head .wrap {
	height: 70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.m-head-wrap .logo {
	float: left;
}

.head-menu .btn-menu {
	float: right;
	width: 40px;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.head-menu .btn-menu>span {
	width: 40px;
	height: 2px;
	background-color: #000000;
	margin: 4px 0;
	transition: all .3s;
}

.head-menu .btn-menu.on>span {
	width: 30px;
}

.head-menu .btn-menu.on>span:first-child {
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.head-menu .btn-menu.on>span:nth-child(2) {
	display: none;
}

.head-menu .btn-menu.on>span:last-child {
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	margin-top: -6px;
}

.head-menu .drop-down {
	display: none;
	position: fixed;
	top: 70px;
	left: 0;
	width: 100%;
	height: calc(100% - 60px);
	background-color: #fff;
	z-index: 13;
	border-top: 1px solid #eee;
	overflow-y: auto;
}

.head-menu .drop-down::-webkit-scrollbar{
	display: none;
}

.head-menu .drop-down .nav {
	padding: 10px 0;
	overflow-y: auto;
}

.head-menu .drop-down .nav::-webkit-scrollbar {
	display: none;
}

.head-menu .drop-down a {
	font-size: 16px;
	padding: 12px 35px;
}

.head-menu .drop-down-2{
	display: none;
	padding: 0 15px;
}

.head-menu .drop-down-2 .h1{
	font-size: 16px;
	color: #333;
	line-height: 40px;
	padding: 0 35px;
	margin: 0 auto;
}

.head-menu .drop-down-2 .sub-nav{
	display: none;
}	

.head-menu .drop-down-2 .sub-nav a{
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 40px;
	padding: 0 45px;
}

.head-menu .drop-down-2>a{
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 40px;
	padding: 0 35px;
}

/* footer */
.footer {
	padding-top: 65px;
	background-color: #193169;
}

.footer .container-fluid {
	padding: 0 110px;
}

.footer .top {
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.footer .logo {
	float: left;
	margin-top: 10px;
}

.footer .top .text {
	float: right;
	text-align: right;
}

.footer .en {
	font-size: 20px;
	color: #ffffff;
	line-height: 1;
	font-family: arial;
	margin-bottom: 15px;
}

.footer .cn {
	font-size: 20px;
	color: #ffffff;
	line-height: 1;
	font-weight: bold;
}

.footer .mid {
	padding: 50px 0 40px;
}

.footer .nav {
	float: left;
}

.footer .nav li {
	float: left;
	margin-right: 100px;
}

.footer .nav li:last-child {
	margin-right: 0;
}

.footer .nav .h1 {
	font-size: 16px;
	color: #ffffff;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 28px;
}

.footer .nav a {
	display: block;
	font-size: 14px;
	color: #7b8eb9;
	line-height: 30px;
	margin-bottom: 4px;
}

.footer .nav a:last-child {
	margin-bottom: 0;
}

.footer .cont {
	float: right;
	font-size: 0;
	text-align: right;
}

.footer .addr {
	display: inline-block;
	vertical-align: top;
	width: 260px;
}

.footer .btn-link {
	display: inline-block;
	width: 130px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	background-color: #1176ac;
	border-radius: 20px;
	padding-left: 25px;
	margin-bottom: 30px;
	background-image: url(../images/icon20.png);
	background-repeat: no-repeat;
	background-position: 26px center;
}

.footer .name {
	font-size: 14px;
	color: #ffffff;
	margin-bottom: 15px;
}

.footer .number {
	font-size: 24px;
	color: #ffffff;
	line-height: 30px;
	font-weight: bold;
	font-family: arial;
	margin-bottom: 20px;
}

.footer .name-2 {
	display: inline-block;
	padding-left: 23px;
	background-image: url(../images/icon21.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.footer .addr .text {
	font-size: 14px;
	color: #fff;
}

.footer .code {
	display: inline-block;
	vertical-align: top;
	width: 140px;
	margin-left: 35px;
}

.footer .code .text {
	font-size: 14px;
	color: #7b8eb9;
	line-height: 24px;
	margin-top: 20px;
}

.footer .bot {
	padding: 25px 0 30px;
	border-top: 1px solid rgba(255, 255, 255, .1);
}

.footer .copyright {
	float: left;
}

.footer .copyright .text {
	font-size: 14px;
	color: #7b8eb9;
	line-height: 24px;
}

.footer .copyright .text a {
	color: #7b8eb9;
}

.footer .links {
	font-size: 14px;
	color: #7b8eb9;
	line-height: 24px;
}

.footer .links a {
	color: #7b8eb9;
	margin: 0 5px;
}

.footer .share {
	float: right;
	font-size: 0;
}

.footer .share a {
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
}

.footer .share a:first-child {
	margin-left: 0;
}

.footer .share .icon-2 {
	display: none;
}

.footer .share a:hover .icon-1 {
	display: none;
}

.footer .share a:hover .icon-2 {
	display: inline;
}

.search_title {
	font-size: 16px;
}

/* 媒体查询 */
@media screen and (max-width: 1680px) {
	.head-bot li {
		margin-right: 10px;
	}

	.head-bot .nav li>a {
		padding: 0 15px;
	}

	.footer .nav li {
		margin-right: 80px;
	}
}

@media screen and (max-width: 1600px) {
	.head-bot li {
		padding: 15px 0;
	}

	.head-bot .nav li>a {
		font-size: 14px;
		height: 30px;
		line-height: 30px;
		padding: 0 10px;
		border-radius: 15px;
	}

	.head-bot .drop-down-2 li {
		padding: 10px 10px 20px;
	}

	.head-bot .drop-down-2 .h1 {
		font-size: 14px;
	}

	.head-bot .drop-down-2 .name {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.head-bot .drop-down-3 .r-box {
		width: 300px;
	}

	.head-bot .drop-down-3 .l-box {
		width: calc(100% - 300px);
	}

	.head-bot .drop-down-3 .column {
		padding: 30px;
	}

	.footer .nav li {
		margin-right: 50px;
	}
}

@media screen and (max-width: 1440px) {
	.header .container-fluid {
		padding: 0 15px;
	}

	.head-bot .drop-down-2 li {
		min-width: auto;
		width: 14.28%;
	}

	.head-bot .drop-down-3 .column {
		width: 50%;
		padding: 20px;
	}

	.head-bot .drop-down-3 .r-box {
		padding: 30px;
	}

	.footer .nav li {
		margin-right: 20px;
	}
}

@media screen and (max-width: 1280px) {
	.heaer-top .logo {
		width: 200px;
		margin-top: 40px;
	}

	.heaer-top .text {
		font-size: 14px;
	}

	.heaer-top .phone .number {
		font-size: 18px;
	}

	.heaer-top .lang {
		margin-left: 30px;
	}

	.head-bot li {
		margin-right: 5px;
	}

	.head-bot .nav li>a {
		padding: 0 8px;
	}
}

@media screen and (max-width: 1279px){
	.head-bot .search {
		display: none;
	}
}

@media screen and (max-width: 1199px) {
	.header.on {
		top: 0;
	}

	.p-head {
		display: none;
	}

	.m-head {
		display: block;
	}

	.footer .nav {
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.footer .nav::before {
		display: none;
	}

	.footer .nav::after {
		display: none;
	}

	.footer .cont {
		display: flex;
		justify-content: space-between;
		width: 100%;
		text-align: left;
		margin-top: 50px;
	}

	.footer .code .text {
		text-align: right;
	}

	.footer .addr {
		display: inline-block;
		margin-bottom: 0;
	}
}

@media screen and (max-width: 768px) {
	.m-head .wrap {
		height: 60px;
	}

	.m-head .logo img {
		height: 35px;
	}

	.head-menu .btn-menu {
		width: 30px;
	}

	.m-head .btn-menu>span {
		width: 30px;
		margin: 3px 0;
	}

	.head-menu .btn-menu.on>span {
		width: 20px;
	}

	.head-menu .btn-menu.on>span:last-child {
		margin-top: -5px;
	}

	.head-menu .drop-down {
		top: 60px;
	}

	.footer .nav li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.footer .nav .drop-down {
		display: none;
	}

	.footer .nav .h1 {
		position: relative;
		line-height: 30px;
		margin-bottom: 0;
	}

	.footer .nav .h1::before {
		position: absolute;
		content: "+";
		top: 50%;
		right: 0;
		transform: translate(0, -50%);
		font-size: 16px;
		color: #fff;
	}

	.footer {
		padding-top: 50px;
	}

	.footer .mid {
		padding: 30px 0;
	}

	.footer .cont {
		margin-top: 30px;
	}

	.footer .nav li.on .h1::before {
		content: "-";
		right: 3px;
	}

	.footer .addr {
		width: calc(100% - 175px);
	}
}

@media screen and (max-width: 767px) {
	.footer {
		padding-top: 20px;
	}

	.footer .mid {
		padding: 20px 0;
	}

	.footer .code {
		width: 120px;
		margin-left: 20px;
	}

	.footer .addr {
		width: calc(100% - 140px);
	}

	.footer .logo {
		width: 120px;
	}

	.footer .top {
		padding-bottom: 20px;
	}

	.footer .en {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.footer .cn {
		font-size: 16px;
	}

	.footer .copyright {
		width: 100%;
	}

	.footer .share {
		float: left;
		margin-top: 20px;
	}

	.footer .nav li {
		margin-bottom: 5px;
	}
}

@media screen and (max-width: 540px) {
	.footer .btn-link {
		width: 100px;
		height: 34px;
		line-height: 34px;
		padding-left: 20px;
		background-position: 17px center;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 420px) {
	.footer .mid {
		padding: 10px 0 20px;
	}

	.footer .nav .h1 {
		font-size: 14px;
	}

	.footer .nav a {
		margin-bottom: 0;
	}

	.footer .cont {
		margin-top: 20px;
	}

	.footer .btn-link {
		margin-bottom: 10px;
	}

	.footer .name {
		margin-bottom: 10px;
	}

	.footer .number {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.footer .bot {
		padding: 15px 0;
	}

	.footer .share {
		margin-top: 10px;
	}

	.footer .en {
		font-size: 14px;
	}

	.footer .cn {
		font-size: 14px;
	}

	.footer .top {
		padding-top: 15px;
	}
}

/* home */
.main {
	padding-top: 180px;
}

.home-banner .back-img {
	height: calc(100vh - 180px);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.home-banner .swiper-slide-active .back-img {
	-webkit-animation: scaleBigToSmall 4s;
	animation: scaleBigToSmall 4s;
}

@-webkit-keyframes scaleBigToSmall {
	0% {
		opacity: 1;
		-webkit-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scaleBigToSmall {
	0% {
		opacity: 1;
		-webkit-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

/* .scaleBigToSmall {
	-webkit-animation-name: scaleBigToSmall;
	animation-name: scaleBigToSmall;
	transform-origin: 50% 50%;
} */

.home-banner .suspen {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.home-banner .container {
	width: 1430px;
}

.home-banner .text-box {
	max-width: 710px;
	width: 100%;
	-webkit-animation: fadeOutDown 2s;
	animation: fadeOutDown 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.home-banner .swiper-slide-active .text-box {
	-webkit-animation: fadeInUp 1.5s;
	animation: fadeInUp 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.home-banner .h1 {
	font-size: 45px;
	color: #ffffff;
	font-weight: bold;
}

.home-banner .text {
	font-size: 22px;
	color: #948b8b;
	line-height: 31px;
	font-family: arial;
}

.home-banner .more {
	display: block;
	width: 178px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	padding-right: 30px;
	margin-top: 70px;
	background: #408af2 url(../images/icon5.png) no-repeat 80% center;
	border-radius: 25px;
}

.home-banner .swiper-pagination {
	bottom: 7%;
}

.home-banner .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	margin: 0 6px;
	border: 2px solid #707070;
	background: none;
	opacity: 1;
}

.home-banner .swiper-pagination-bullet-active {
	width: 35px;
	background-color: #408af2;
	border: 2px solid #408af2;
	border-radius: 7px;
}

.home-main .title {
	text-align: center;
}

.home-main .title .container {
	max-width: 1430px;
	width: 100%;
}

.home-main .title .h1 {
	font-size: 40px;
	color: #222222;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 20px;
}

.home-main .title .line {
	width: 51px;
	height: 4px;
	margin: 0 auto;
	background: url(../images/icon6.png) no-repeat center;
}

.product {
	padding: 80px 0;
	overflow: hidden;
}

.product .title {
	margin-bottom: 50px;
}

.prod-list {
	margin: 0 -3px;
}

.prod-list .column {
	padding: 0 3px;
	margin-bottom: 6px;
}

.prod-list .wrap {
	position: relative;
	overflow: hidden;
}

.prod-list .h1 {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	font-size: 18px;
	color: #333333;
	text-align: center;
	line-height: 30px;
	padding: 0 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.prod-list .suspen {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(25, 49, 105, .83);
	transition: all .3s;
	opacity: 0;
}

.prod-list .suspen::after {
	display: block;
	position: absolute;
	content: "";
	top: 5%;
	left: 5%;
	width: 0;
	height: 0;
	border-top: 1px solid rgba(255, 255, 255, .2);
	border-left: 1px solid rgba(255, 255, 255, .2);
	transition: ease 1s;
}

.prod-list .suspen::before {
	display: block;
	position: absolute;
	content: "";
	bottom: 5%;
	right: 5%;
	width: 0;
	height: 0;
	border-right: 1px solid rgba(255, 255, 255, .2);
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	transition: ease 1s;
}

.prod-list .text-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
	z-index: 2;
}

.prod-list .h2 {
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	margin: 0 auto;
}

.prod-list .more {
	display: block;
	width: 126px;
	height: 39px;
	line-height: 39px;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	background-color: #6284d1;
	border-radius: 19px;
	margin: 0 auto;
	margin-top: 45px;
}

.prod-list .column:hover .suspen {
	opacity: 1;
}

.prod-list .suspen:hover::after,
.prod-list .suspen:hover::before {
	width: 90%;
	height: 90%;
}

.product .btn-box {
	text-align: center;
	margin-top: 36px;
}

.product .btn-box .more {
	position: relative;
	display: inline-block;
	padding: 3px;
}

.product .btn-box .more>span {
	position: relative;
	display: inline-block;
	width: 154px;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	color: #fff;
	background-color: #123b98;
	border-radius: 22px;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	z-index: 2;
}

.product .btn-box .more::before {
	position: absolute;
	content: "";
	background-color: #d9e2f7;
	z-index: 50;
	-moz-transition: all 1.4s ease;
	-o-transition: all 1.4s ease;
	-webkit-transition: all 1.4s ease;
	transition: all 1.4s ease;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 25px;
	-moz-transform: scale(1.02, 1.02);
	-ms-transform: scale(1.02, 1.02);
	-webkit-transform: scale(1.02, 1.02);
	transform: scale(1.02, 1.02);
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	z-index: 1;
}

.product .btn-box .more:hover::before {
	-moz-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
	transform: scale(0, 0);
}

.product .btn-box .more:hover>span {
	background-color: #408af2;
}

.custom-made {
	padding: 80px 0 170px;
}

.custom-made .container-fluid {
	padding-left: 60px;
	padding-right: 0;
}

.custom-made .l-box {
	padding-left: 0;
	padding-right: 120px;
}

.custom-made .title {
	text-align: left;
	margin-bottom: 40px;
}

.custom-made .title .h1 {
	line-height: 60px;
}

.custom-made .title .line {
	margin: 0;
}

.custom-made .l-box .text {
	font-size: 18px;
	color: #222222;
	line-height: 40px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.custom-made .more {
	display: inline-block;
	width: 140px;
	height: 50px;
	line-height: 48px;
	font-size: 16px;
	color: #123b98;
	text-align: center;
	margin-top: 38px;
	border: 1px solid #123b98;
	border-radius: 25px;
}

.custom-made .data-box {
	margin-top: 100px;
}

.custom-made .data-box .column {
	float: left;
	width: 33.33%;
}

.custom-made .data-box .top {
	font-size: 0;
}

.custom-made .data-box .number {
	display: inline-block;
	vertical-align: top;
	font-size: 60px;
	color: #123b98;
	line-height: 67px;
	font-weight: bold;
	font-family: arial;
}

.custom-made .data-box .puls {
	display: inline-block;
	vertical-align: top;
	font-size: 30px;
	color: #123b98;
	line-height: 67px;
	font-weight: bold;
	font-family: arial;
	margin-left: 10px;
	margin-right: 8px;
}

.custom-made .data-box .unit {
	display: inline-block;
	vertical-align: bottom;
	font-size: 16px;
	color: #444444;
	line-height: 40px;
}

.custom-made .r-box {
	position: relative;
	padding-left: 49px;
	padding-right: 0;
}

.custom-swiper .swiper-slide::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background-color: #fff;
	transition: all .3s;
}

.custom-swiper .swiper-slide-active::before {
	height: 0;
}

.custom-swiper .suspen {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50%;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 100%);
}

.custom-swiper .h1 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
	padding: 40px 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.custom-made .swiper-button-next,
.custom-made .swiper-button-prev {
	display: inline-block;
	vertical-align: top;
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	margin-top: 50px;
	width: 50px;
	height: 50px;
	background-size: cover;
	border-radius: 50%;
	box-shadow: 0 3px 8px rgba(0, 0, 0, .1);
	transition: all .3s;
}

.custom-made .swiper-button-prev {
	margin-right: 20px;
	background-image: url(../images/icon7.png);
}

.custom-made .swiper-button-prev:hover {
	background-image: url(../images/icon7-2.png);
}

.custom-made .swiper-button-next {
	background-image: url(../images/icon8.png);
}

.custom-made .swiper-button-next:hover {
	background-image: url(../images/icon8-2.png);
}

.criterion {
	padding: 180px 0 210px;
	background-color: #f5f5f5;
}

.criterion .title {
	margin-bottom: 70px;
}

.crit-list {
	margin: 0 -45px;
}

.crit-list .column {
	text-align: center;
	padding: 0 45px;
}

.crit-list .wrap {
	padding: 80px 15px 95px;
	background-color: #fff;
}

.crit-list .icon {
	display: inline-block;
	width: 182px;
	height: 182px;
	border: 1px dashed #e7e7e7;
	border-radius: 50%;
	line-height: 180px;
	text-align: center;
}

.crit-list .h1 {
	font-size: 24px;
	color: #000000;
	margin: 30px 0 10px;
}

.crit-list .text {
	font-size: 16px;
	color: #888888;
	line-height: 24px;
}

.about .container-fluid {
	padding: 0;
	display: flex;
}

.about .l-box {
	padding: 0;
}

.about .r-box {
	padding: 125px 120px 0;
	background-repeat: no-repeat;
	background-position: right 20%;
	background-color: #fafafa;
}

.about .title {
	text-align: left;
	margin-bottom: 40px;
}

.about .title .line {
	margin: 0;
}

.about .text {
	font-size: 16px;
	color: #666666;
	line-height: 36px;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.about .more {
	display: inline-block;
	font-size: 18px;
	color: #1d4ab3;
	line-height: 30px;
	padding-right: 40px;
	background-image: url(../images/icon12.png);
	background-repeat: no-repeat;
	background-position: right center;
	margin-top: 20px;
}

.about .list-box {
	margin-top: 80px;
}

.about .column {
	float: left;
	text-align: center;
	margin-right: 110px;
}

.about .column:last-child {
	margin-right: 0;
}

.about .icon {
	display: inline-block;
	width: 90px;
	height: 90px;
	line-height: 90px;
	border-radius: 5px;
	overflow: hidden;
	background-size: cover;
}

.about .name {
	font-size: 18px;
	color: #1d4ab3;
	line-height: 40px;
	font-weight: bold;
	margin-top: 13px;
}

.case {
	padding: 85px 0 70px;
	background-position: center -70%;
}

.case .container-fluid {
	padding: 0 110px;
}

.case .title {
	margin-bottom: 38px;
}

.case .bot {
	box-shadow: 0 3px 12px rgba(0, 0, 0, .1);
}

.case .data-box {
	justify-content: space-between;
	padding: 40px 140px;
	background-color: #123b98;
}

.case .data-box li {
	float: left;
}

.case .data-box .text {
	font-size: 16px;
	color: #ffffff;
	line-height: 30px;
}

.case .data {
	margin-top: 20px;
}

.case .data-box .number {
	font-size: 50px;
	color: #ffffff;
	line-height: 30px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.case .data-box .unit {
	font-size: 16px;
	color: #ffffff;
	line-height: 30px;
	margin-left: 10px;
}

.case .carousel {
	position: relative;
	padding: 65px 100px;
	background-color: #fff;
}

.case .swiper-button-next,
.case .swiper-button-prev {
	margin-top: -25px;
	width: 50px;
	height: 50px;
	background-size: cover;
	border-radius: 50%;
	box-shadow: 0 3px 8px rgba(0, 0, 0, .1);
	transition: all .3s;
}

.case .swiper-button-prev {
	margin-right: 20px;
	background-image: url(../images/icon7.png);
}

.case .swiper-button-prev:hover {
	background-image: url(../images/icon7-2.png);
}

.case .swiper-button-next {
	background-image: url(../images/icon8.png);
}

.case .swiper-button-next:hover {
	background-image: url(../images/icon8-2.png);
}

.case-swiper .time {
	font-size: 18px;
	color: #999999;
	line-height: 1.2;
	margin-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
}

.case-swiper .swiper-slide:nth-child(2n) .time {
	margin-top: 0;
}

.case-swiper .h1 {
	font-size: 24px;
	color: #222222;
	line-height: 1.2;
	margin: 10px 0 20px;
	transition: all .3s;
}

.case-swiper .swiper-slide:hover .h1 {
	color: #133c98;
}

.case-swiper .more {
	display: inline-block;
	font-size: 14px;
	color: #666666;
	padding-right: 12px;
	background-image: url(../images/icon18.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

.case-swiper .swiper-slide:nth-child(2n) .more {
	margin-bottom: 30px;
}

.case .btn-box {
	text-align: center;
	margin-top: 50px;
}

.case .btn-box .more {
	position: relative;
	display: inline-block;
	padding: 3px;
}

.case .btn-box .more>span {
	position: relative;
	display: inline-block;
	width: 154px;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	color: #fff;
	background-color: #123b98;
	border-radius: 22px;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	z-index: 2;
}

.case .btn-box .more::before {
	position: absolute;
	content: "";
	background-color: #d9e2f7;
	z-index: 50;
	-moz-transition: all 1.4s ease;
	-o-transition: all 1.4s ease;
	-webkit-transition: all 1.4s ease;
	transition: all 1.4s ease;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 25px;
	-moz-transform: scale(1.02, 1.02);
	-ms-transform: scale(1.02, 1.02);
	-webkit-transform: scale(1.02, 1.02);
	transform: scale(1.02, 1.02);
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	z-index: 1;
}

.case .btn-box .more:hover::before {
	-moz-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
	transform: scale(0, 0);
}

.case .btn-box .more:hover>span {
	background-color: #408af2;
}

.news {
	padding: 90px 0 110px;
	background-color: #f4f4f4;
}

.news .container-fluid {
	padding: 0 110px;
}

.news .title {
	margin-bottom: 35px;
}

.news .nav {
	font-size: 0;
	text-align: center;
	overflow-x: auto;
	white-space: nowrap;
	margin-bottom: 40px;
}

.news .nav::-webkit-scrollbar {
	display: none;
}

.news .nav a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	color: #444444;
	line-height: 42px;
	padding: 0 6px;
	margin: 0 36px;
}

.news .nav a.on {
	color: #1d4ab3;
}

.news .nav a.on::before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #1d4ab3;
}

.news .list-box .box {
	display: none;
}

.news .list-box .box.on {
	display: block;
}

.news .l-box,
.news .c-box,
.news .r-box {
	float: left;
	width: 32.35%;
	margin-right: 2.945%;
}

.news .l-box {
	width: 29.41%;
}

.news .r-box {
	margin-right: 0;
}

.news .text-box {
	padding: 40px;
	background-color: #ffff;
}

.news .day {
	font-size: 40px;
	color: #1d4ab3;
	line-height: 1;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.news .years {
	font-size: 14px;
	color: #999999;
	line-height: 1;
	margin: 5px 0 20px;
	font-family: Arial, Helvetica, sans-serif;
}

.news .h1 {
	font-size: 24px;
	color: #222222;
	line-height: 36px;
	margin: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	transition: all .3s;
}

.news .l-box:hover .h1 {
	color: #133c98;
}

.news .column:hover .h1 {
	color: #133c98;
}

.news .text {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	margin-top: 12px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.news .more {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	padding-top: 20px;
	margin-top: 30px;
	border-top: 1px solid #eeeeee;
	background-image: url(../images/icon19.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	transition: all .3s;
}

.news .l-box:hover .more {
	color: #133c98;
	background-image: url(../images/icon19-2.png);
	background-position: 95% bottom;
}

.news .column:hover .more {
	color: #133c98;
	background-image: url(../images/icon19-2.png);
	background-position: 95% bottom;
}



.news .c-box .column {
	margin-bottom: 31px;
}

.news .c-box .column:last-child {
	margin-bottom: 0;
}

.news .c-box .text-box {
	padding: 40px 40px 27px;
}

.news .r-box {
	padding: 12px 0 34px;
	background-color: #fff;
}

.news .r-box .text-box {
	padding: 23px 40px 0;
}

.news .r-box .text {
	-webkit-line-clamp: 1;
}

.news .r-box .more {
	font-size: 0;
	line-height: 1;
	padding-top: 0;
	background: none;
}

.news .r-box .column:last-child .more {
	display: none;
}

/* 媒体查询 */
@media screen and (max-width: 1680px) {
	.custom-made .l-box {
		padding-right: 70px;
	}

	.custom-made .r-box {
		padding-left: 30px;
	}

	.about .column {
		margin-right: 60px;
	}
}

@media screen and (max-width: 1600px) {
	.home-banner .container {
		width: 1230px;
	}

	.home-main .title .container {
		width: 1230px;
	}

	.about .r-box {
		padding: 80px 80px 0;
	}

	.about .column {
		margin-right: 30px;
	}
}

@media screen and (max-width: 1440px) {
	.home-banner .text-box {
		max-width: 600px;
	}

	.home-banner .h1 {
		font-size: 36px;
	}

	.home-banner .more {
		width: 140px;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		background-size: 20px auto;
		margin-top: 40px;
	}

	.home-banner .text {
		font-size: 18px;
	}

	.home-main .title .h1 {
		font-size: 32px;
	}

	.prod-list .h1 {
		font-size: 16px;
	}

	.prod-list .h2 {
		font-size: 18px;
	}

	.prod-list .more {
		width: 100px;
		height: 36px;
		line-height: 36px;
		font-size: 14px;
		margin-top: 30px;
	}

	.product .btn-box .more>span {
		width: 120px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}

	.custom-made .l-box {
		padding-right: 30px;
	}

	.custom-made .data-box .column {
		width: auto;
		margin-right: 30px;
	}

	.custom-made .l-box .text {
		font-size: 16px;
		line-height: 30px;
	}

	.custom-made .more {
		width: 120px;
		height: 40px;
		line-height: 38px;
		font-size: 14px;
	}

	.custom-made .data-box {
		margin-top: 50px;
	}

	.custom-made .data-box .number {
		font-size: 50px;
	}

	.custom-made .swiper-button-next,
	.custom-made .swiper-button-prev {
		width: 36px;
		height: 36px;
	}

	.crit-list .h1 {
		font-size: 20px;
	}

	.crit-list .text {
		font-size: 14px;
	}

	.about .r-box {
		padding: 50px 50px 0;
	}

	.case .data-box .number {
		font-size: 40px;
	}

	.case .carousel {
		padding: 50px 60px;
	}

	.case .swiper-button-next,
	.case .swiper-button-prev {
		width: 36px;
		height: 36px;
		margin-top: -18px;
	}

	.case-swiper .h1 {
		font-size: 20px;
	}

	.case .btn-box .more>span {
		width: 120px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}

	.news .text-box {
		padding: 30px;
	}

	.news .day {
		font-size: 30px;
	}

	.news .h1 {
		font-size: 20px;
		line-height: 30px;
	}

	.news .c-box .text-box {
		padding: 20px 20px 16px;
	}

	.news .c-box .more {
		margin-top: 20px;
		padding-top: 10px;
	}

	.news .c-box .column {
		margin-bottom: 30px;
	}

	.news .r-box {
		padding: 0 0 20px;
	}

	.news .r-box .text-box {
		padding: 20px 20px 0;
	}

	.news .r-box .more {
		margin-top: 20px;
	}

	.news .r-box .years {
		margin-bottom: 11px;
	}

	.crit-list {
		margin: 0;
	}

	.crit-list .column {
		padding: 0 30px;
	}
}

@media screen and (max-width: 1366px) {
	.about .text {
		-webkit-line-clamp: 5;
	}

	.about .list-box {
		margin-top: 50px;
	}

	.news .c-box .years {
		margin-bottom: 10px;
	}

	.news .r-box .text-box {
		padding: 10px 20px 0;
	}

	.news .r-box {
		padding: 10px 0 20px;
	}
}

@media screen and (max-width: 1280px) {
	.home-banner .suspen {
		width: 100%;
	}

	.home-banner .container {
		width: 100%;
	}

	.case .container-fluid {
		padding: 0 15px;
	}

	.news .container-fluid {
		padding: 0 15px;
	}

	.home-main .title .container {
		width: 100%;
	}

	.footer .container-fluid {
		padding: 0 15px;
	}
}

@media screen and (max-width: 1199px) {
	.main {
		padding-top: 70px;
	}

	.crit-list .column {
		padding: 0 20px;
	}

	.custom-made .l-box {
		width: 62%;
	}

	.custom-made .r-box {
		width: 38%;
	}

	.about .icon {
		width: 70px;
		height: 70px;
		line-height: 70px;
	}

	.about .icon img {
		width: 60%;
	}

	.about .name {
		line-height: 40px;
		margin-top: 10px;
	}

	.about .list-box {
		margin-top: 30px;
	}

	.about .r-box {
		padding: 30px 30px 0;
	}
}

@media screen and (max-width: 1024px) {
	.home-banner .back-img {
		height: 500px;
	}

	.home-banner .text-box {
		max-width: 500px;
	}

	.home-banner .h1 {
		font-size: 30px;
	}

	.home-banner .text {
		font-size: 16px;
	}

	.home-main .title .h1 {
		font-size: 26px;
		line-height: 40px;
	}

	.prod-list .h2 {
		font-size: 16px;
	}

	.prod-list .h1 {
		font-size: 14px;
		margin: 0;
	}

	.about .text {
		-webkit-line-clamp: 4;
	}

	.custom-made {
		padding: 60px 0 100px;
	}

	.criterion {
		padding: 100px 0 150px;
	}

	.news {
		padding: 50px 0 80px;
	}
}

@media screen and (max-width: 991px) {
	.custom-made .container-fluid {
		padding: 0 15px;
	}

	.criterion .container {
		width: 100%;
	}

	.custom-made .l-box {
		width: 100%;
		padding-right: 0;
		margin-bottom: 50px;
	}

	.custom-made .r-box {
		width: 100%;
		padding-left: 0;
	}

	.about .container-fluid {
		flex-wrap: wrap;
	}

	.about .l-box {
		width: 100%;
	}

	.about .r-box {
		width: 100%;
		padding: 30px;
	}

	.news .l-box {
		width: 100%;
		margin-bottom: 20px;
	}

	.news .c-box {
		width: 100%;
	}

	.news .r-box {
		width: 100%;
	}

	.crit-list .wrap {
		width: 100%;
		padding: 50px 15px;
	}

	.crit-list {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		flex-wrap: wrap;
	}

	.crit-list::after {
		display: none;
	}

	.crit-list .column {
		display: flex;
		width: 33.33%;
	}

	.crit-list .icon {
		width: 122px;
		height: 122px;
		line-height: 120px;
	}

	.crit-list .icon img {
		width: 50%;
	}
}

@media screen and (max-width: 768px) {
	.main {
		padding-top: 60px;
	}

	.product {
		padding: 50px 0;
	}

	.custom-made {
		padding: 80px 0 50px;
	}

	.criterion {
		padding: 50px 0;
	}

	.case {
		padding: 50px 0;
	}

	.case .data-box {
		padding: 30px 40px;
	}

	.news {
		padding: 50px 0;
	}

	.news .nav a:first-child {
		margin-left: 0;
	}

	.custom-made .data-box {
		display: flex;
		justify-content: space-between;
	}

	.custom-made .data-box::after {
		display: none;
	}

	.custom-made .data-box .column {
		margin-right: 0;
	}

	.about .list-box {
		display: flex;
		justify-content: space-between;
	}

	.about .list-box::after {
		display: none;
	}

	.about .column {
		margin-right: 0;
	}

	.crit-list .wrap {
		width: 100%;
		padding: 30px 15px 20px;
	}

	.crit-list .column {
		float: left;
		padding: 0;
		margin-bottom: 30px;
	}

}

@media screen and (max-width: 767px) {
	.home-banner .h1 {
		font-size: 20px;
	}

	.home-banner .text {
		font-size: 14px;
		line-height: 30px;
	}

	.home-banner .more {
		width: 120px;
		font-size: 14px;
		margin-top: 20px;
		padding-right: 20px;
		background-position: 85% center;
	}

	.home-main .title .h1 {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 15px;
	}

	.home-main .title .line {
		width: 25px;
		height: 2px;
	}

	.product {
		padding-bottom: 0;
	}

	.product .title {
		margin-bottom: 30px;
	}

	.prod-list .h1 {
		bottom: 0;
	}

	.prod-list .h2 {
		font-size: 14px;
	}

	.prod-list .more {
		width: 80px;
		height: 30px;
		line-height: 30px;
		border-radius: 15px;
		margin-top: 15px;
	}

	.product .btn-box .more>span {
		width: 100px;
		height: 34px;
		line-height: 34px;
		border-radius: 17px;
	}

	.custom-made .title {
		margin-bottom: 30px;
	}

	.custom-made .l-box {
		margin-bottom: 30px;
	}

	.custom-made .l-box .text {
		font-size: 14px;
	}

	.custom-made .more {
		width: 100px;
		height: 34px;
		line-height: 34px;
		border-radius: 17px;
	}

	.custom-made .data-box {
		margin-top: 30px;
	}

	.custom-made .data-box .number {
		font-size: 30px;
		line-height: 50px;
	}

	.custom-made .data-box .puls {
		font-size: 20px;
		line-height: 50px;
		margin: 0 2px;
	}

	.custom-made .data-box .unit {
		font-size: 14px;
		line-height: 30px;
	}

	.custom-made .swiper-button-next,
	.custom-made .swiper-button-prev {
		margin-top: 30px;
	}

	.custom-swiper .h1 {
		font-size: 16px;
		padding: 20px;
		margin: 0;
	}

	.criterion {
		padding: 50px 0 20px;
	}

	.criterion .title {
		margin-bottom: 30px;
	}

	.crit-list .column {
		width: 100%;
	}

	.crit-list .wrap {
		padding: 30px 15px;
	}

	.about .title {
		margin-bottom: 30px;
	}

	.about .text {
		font-size: 14px;
		line-height: 30px;
	}

	.about .more {
		font-size: 14px;
		line-height: 24px;
		padding-right: 25px;
		background-size: auto 20px;
	}

	.about .r-box {
		padding: 30px 15px;
	}

	.about .icon {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	.about .name {
		font-size: 14px;
		line-height: 30px;
		margin-top: 5px;
	}

	.case .title {
		margin-bottom: 30px;
	}

	.case .data-box {
		flex-wrap: wrap;
		padding: 40px 15px 10px;
	}

	.case .data-box li {
		width: 50%;
		text-align: center;
		margin-bottom: 30px;
	}

	.case .data-box .text {
		font-size: 14px;
	}

	.case .data {
		margin-top: 10px;
	}

	.case .data-box .number {
		font-size: 30px;
	}

	.case .data-box .unit {
		font-size: 14px;
	}

	.case .carousel {
		padding: 20px 15px;
	}

	.case .swiper-button-prev {
		left: 4px;
	}

	.case .swiper-button-next {
		right: 4px;
	}

	.case .btn-box .more>span {
		width: 100px;
		height: 34px;
		line-height: 34px;
		border-radius: 17px;
	}

	.news .nav {
		margin-bottom: 20px;
	}

	.news .title {
		margin-bottom: 20px;
	}

	.news .nav a {
		font-size: 14px;
		padding: 0 5px;
		margin: 0 5px;
	}

	.news .text-box {
		padding: 15px;
	}

	.news .years {
		margin-bottom: 10px;
	}

	.news .h1 {
		font-size: 16px;
	}

	.news .more {
		margin-top: 10px;
		padding-top: 10px;
	}

	.news .c-box .text-box {
		padding: 15px;
	}

	.news .c-box .column {
		margin-bottom: 20px;
	}

	.news .r-box {
		padding: 0;
	}

	.news .r-box .text-box {
		padding: 15px;
	}

	.crit-list .icon {
		width: 102px;
		height: 102px;
		line-height: 100px;
	}

	.crit-list .h1 {
		font-size: 16px;
		margin-top: 20px;
	}
}

/* 产品 */
.product-box {
	padding: 90px 0;
	background-color: #f4f4f4;
	overflow: hidden;
}

.product-box .container {
	max-width: 1630px;
	width: 100%;
}

.l-nav {
	float: left;
	width: 300px;
	margin-right: 50px;
}

.right-box {
	float: left;
	width: calc(100% - 350px);
}

.l-nav .top {
	padding: 45px 60px;
	background-color: #123b98;
}

.l-nav .top .cn {
	font-size: 24px;
	color: #fff;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 15px;
}

.l-nav .top .en {
	font-size: 14px;
	color: #fff;
	line-height: 1;
}

.l-nav .column .h1 {
	display: block;
	font-size: 16px;
	color: #123b98;
	line-height: 70px;
	font-weight: bold;
	padding: 0 50px;
	margin: 0;
	background: #f5f7fa url(../images/icon25.png) 30px center no-repeat;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
}

.l-nav .nav {
	font-size: 0;
	padding: 15px;
	background: #fff;
}

.l-nav .nav a {
	display: inline-block;
	font-size: 14px;
	color: #333;
	line-height: 36px;
	padding: 0 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.l-nav .sub-column.on a {
	color: #fff;
	background: #1176ac;
	border-radius: 18px;
}

.l-nav .nav-2 .sub-column {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

.l-nav .rela-prod{
	margin-top: 30px;
	padding: 30px 20px;
}

.right-box .top {
	padding: 15px 18px 15px 35px;
	margin-bottom: 30px;
	background: #fff;
}

.right-box .top .h1 {
	float: left;
	width: calc(100% - 310px);
	font-size: 18px;
	color: #222222;
	font-weight: bold;
	line-height: 36px;
	margin: 10px 0 0;
}

.right-box .top .form-inline {
	float: right;
	width: 300px;
	font-size: 0;
	padding: 14px 10px 14px 0;
	border-bottom: 1px solid #eeeeee;
}

.right-box .top .form-control {
	display: inline-block;
	vertical-align: top;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	background: none;
	width: calc(100% - 23px);
	height: 26px;
	font-size: 14px;
	color: #999999;
	padding: 0;
}

.right-box .top .btn-submit {
	font-size: 0;
	padding: 0;
	background: none;
}

.prod-list-2 {
	margin: 0 -15px;
}

.prod-list-2 li {
	margin-bottom: 30px;
}

.prod-list-2 .wrap {
	display: block;
	padding: 20px;
	background-color: #fff;
}

.prod-list-2 .img {
	float: left;
	width: 270px;
}

.prod-list-2 .text-box {
	float: left;
	width: calc(100% - 270px);
	padding: 9px 26px 0 46px;
}

.prod-list-2 .h1 {
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.prod-list-2 .model {
	font-size: 14px;
	color: #999999;
	line-height: 26px;
	margin-bottom: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.prod-list-2 .text {
	font-size: 14px;
	color: #999999;
	line-height: 26px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.prod-list-2 .btn-box {
	font-size: 0;
	margin-top: 28px;
}

.prod-list-2 .btns {
	display: inline-block;
	vertical-align: top;
	width: 45%;
	height: 35px;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;
	transition: all .3s;
}

.prod-list-2 .btn-details {
	background-color: #123b98;
}

.prod-list-2 .btn-consult {
	background-color: #1176ac;
	margin-left: 10%;
}

.prod-list-2 .btn-details:hover {
	background-color: #3b5fb1;
}

.prod-list-2 .btn-consult:hover {
	background-color: #3994c4;
}

.product-box .nav-page {
	margin-top: 65px;
}

.nav-page a {
	display: inline-block;
	vertical-align: top;
	width: 45px;
	height: 45px;
	font-size: 14px;
	color: #666666;
	line-height: 43px;
	text-align: center;
	border: 1px solid #eeeeee;
	margin: 0 5px;
	background-color: #fff;
}

.nav-page a.on {
	color: #fff;
	background-color: #123b98;
	border: 1px solid #123b98;
}

.nav-page .flip {
	width: auto;
	padding: 0 14px;
}

.nav-page .nav-form {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #666666;
	line-height: 45px;
	text-align: center;
	margin-left: 35px;
}

.nav-page .nav-form .text {
	width: 70px;
	height: 45px;
	text-align: center;
	padding: 0 5px;
	border: 1px solid #eeeeee;
	margin: 0 20px;
	background-color: #fff;
}

.location {
	font-size: 0;
}

.location span {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #999999;
	line-height: 34px;
	padding-left: 30px;
	background: url(../images/icon27.png) 4px center no-repeat;
}

.location a {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #999999;
	line-height: 34px;
}

.prod-details {
	margin-top: 45px;
}

.prod-details .pc-slide {
	float: left;
	width: 650px;
}

.prod-details .view .btn-play{
	position: absolute;
	left: 5%;
	bottom: 5%;
	font-size: 0;
	cursor: pointer;
	z-index: 10;
}

.prod-details .view .video-box{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 10;
	display: none;
}

.prod-details .view .video-box video{
	z-index: 1;
}

.prod-details .view .btn-close{
	position: absolute;
	right: 5%;
	top: 5%;
	font-size: 0;
	cursor: pointer;
}

.prod-details .top-carousel .text-box {
	float: left;
	width: calc(100% - 650px);
	padding: 8px 0 0 80px;
}

.prod-details .preview {
	position: relative;
	margin-top: 15px;
}

.prod-details .preview .swiper-slide {
	width: 150px;
	margin-right: 16px;
}

.prod-details .preview .active-nav {
	border: 1px solid #123b98;
}

.prod-details .preview .arrow-left,
.prod-details .preview .arrow-right {
	position: absolute;
	top: 50%;
	width: 8px;
	height: 16px;
	margin-top: -8px;
	z-index: 2;
}

.prod-details .preview .arrow-left {
	background: url(../images/icon28.png) center;
	left: -23px;
}

.prod-details .preview .arrow-right {
	background: url(../images/icon29.png) center;
	right: -23px;
}

.prod-details .top-carousel .h1 {
	font-size: 28px;
	color: #222222;
	line-height: 40px;
	margin-bottom: 30px;
}

.prod-details .top-carousel .text {
	font-size: 14px;
	color: #333333;
	line-height: 36px;
}

.prod-details .top-carousel .name {
	color: #999999;
}

.prod-details .top-carousel .d1 {
	font-size: 16px;
	color: #222222;
	line-height: 36px;
	margin-top: 30px;
}

.prod-details .top-carousel .d2 {
	font-size: 0;
	margin-top: 10px;
}

.prod-details .top-carousel .s1 {
	display: inline-block;
	vertical-align: top;
	border: 1px solid #eeeeee;
	margin-right: 10px;
}

.prod-details .top-carousel .btn-box {
	font-size: 0;
	margin-top: 75px;
}

.prod-details .top-carousel .btns {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	height: 70px;
	font-size: 18px;
	color: #f6f6f6;
	line-height: 70px;
	text-align: center;
	transition: all .3s;
}

.prod-details .top-carousel .btn-consult {
	background-color: #123b98;
}

.prod-details .top-carousel .btn-consult:hover {
	background-color: #3b5fb1;
}

.prod-details .top-carousel .btn-message {
	background-color: #1176ac;
	margin-left: 30px;
}

.prod-details .top-carousel .btn-message:hover {
	background-color: #3994c4;
}

.prod-details .nav-box {
	font-size: 0;
	margin-top: 85px;
	border-bottom: 1px solid #e5e5e5;
	white-space: nowrap;
	overflow-x: auto;
}

.prod-details .nav-box .nav {
	position: relative;
	background-color: #fff;
	z-index: 12;
	transition: all .3s;
	overflow-x: auto;
	white-space: nowrap;
}

.prod-details .nav-box.on .nav {
	position: fixed;
	top: 60px;
	left: 0;
	width: 100%;
	text-align: center;
	box-shadow: 0 5px 8px rgba(0, 0, 0, .1);	
}

.prod-details .nav-box .nav::-webkit-scrollbar{
	display: none;
}

.prod-details .nav-box::-webkit-scrollbar {
	display: none;
}

.prod-details .nav-box a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	color: #222222;
	line-height: 36px;
	padding: 10px;
	margin-right: 70px;
}

.prod-details .nav-box a:last-child {
	margin-right: 0;
}

.prod-details .nav-box a.on::before {
	position: absolute;
	content: "";
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #123b98;
}

.prod-details .boxs {
	margin-top: 43px;
}

.prod-details .boxs .box {
	padding-top: 120px;
	margin-top: -120px;
}

.trait-details {
	margin-top: 38px;
}

.prod-details .box .text {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	transition: all .3s;
}

.prod-details .box .h1 {
	font-size: 18px;
	color: #030000;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 23px;
}

.prod-details .title {
	font-size: 24px;
	color: #222222;
	line-height: 30px;
	font-weight: bold;
	padding-left: 30px;
	background: url(../images/icon30.jpg) left center no-repeat;
	margin-bottom: 35px;
}

.video-popup{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	z-index: 15;
	display: none;
}

.video-popup .video-box{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	padding: 0 15px;
	transform: translate(0,-50%);
}

.video-popup .btn-close{
	position: absolute;
	top: 5%;
	right: 5%;
}

.report-details {
	margin-top: 35px;
}

.report-details .title {
	margin-bottom: 55px;
}

.report-details .carousel {
	position: relative;
}

.report-details .swiper-button-next,
.report-details .swiper-button-prev {
	margin-top: -25px;
	width: 50px;
	height: 50px;
	background-size: cover;
	border-radius: 50%;
	box-shadow: 0 3px 8px rgba(0, 0, 0, .1);
	transition: all .3s;
}

.report-details .swiper-button-prev {
	left: -25px;
	background-image: url(../images/icon7.png);
}

.report-details .swiper-button-prev:hover {
	background-image: url(../images/icon7-2.png);
}

.report-details .swiper-button-next {
	right: -25px;
	background-image: url(../images/icon8.png);
}

.report-details .swiper-button-next:hover {
	background-image: url(../images/icon8-2.png);
}

.report-details .swiper-slide {
	text-align: center;
	padding: 46px 32px;
	background-color: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
}

.report-details .swiper-scrollbar {
	height: 2px;
	margin-top: 20px;
	background-color: #eceff4;
	opacity: 1 !important;
}

.report-details .swiper-scrollbar-drag {
	background-color: #123b98;
}

.report-swiper {
	padding: 15px 10px;
}

.report-swiper .bot {
	margin-top: 32px;
}

.report-swiper .name {
	float: left;
	width: calc(100% - 22px);
	font-size: 16px;
	color: #222222;
	line-height: 40px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.report-swiper .icon {
	float: left;
	width: 22px;
	height: 22px;
	margin-top: 9px;
	background: url(../images/icon31.png) center no-repeat;
	cursor: pointer;
}

.report-details .swiper-pagination {
	position: relative;
	bottom: auto;
	text-align: left;
	margin-top: 35px;
	font-size: 18px;
	color: #dcdcdc;
	font-weight: bold;
	font-family: arial;
}

.report-details .swiper-pagination-current {
	color: #123b98;
}

.case-details {
	margin-top: 90px;
}

.case-swiper {
	padding: 25px 0;
}

.case-details-2 .case-swiper .swiper-slide {
	box-shadow: 0 5px 15px rgb(0, 0, 0, .1);
}

.prod-details .case-swiper {
	padding: 0;
}

.case-list-2{
	margin: 0 -22px;
}

.case-list-2 li{
	padding: 15px 22px;
}

.prod-details .case-swiper .swiper-slide {
	box-shadow: 0 5px 15px rgb(0, 0, 0, .1);
}

.case-list-2 .li-wrap{
	box-shadow: 0 5px 15px rgb(0, 0, 0, .1);
}

.case-details .swiper-button-next,
.case-details .swiper-button-prev {
	margin-top: -25px;
	width: 50px;
	height: 50px;
	background-size: cover;
	border-radius: 50%;
	box-shadow: 0 3px 8px rgba(0, 0, 0, .1);
	transition: all .3s;
}

.case-details .swiper-button-prev {
	left: 0;
	background-image: url(../images/icon7.png);
}

.case-details .swiper-button-prev:hover {
	background-image: url(../images/icon7-2.png);
}

.case-details .swiper-button-next {
	right: 0;
	background-image: url(../images/icon8.png);
}

.case-details .swiper-button-next:hover {
	background-image: url(../images/icon8-2.png);
}

.case-list-2 .bot {
	padding: 27px 38px 57px;
}

.case-list-2 .name {
	font-size: 24px;
	color: #444444;
	line-height: 42px;
	text-align: center;
}

.case-list-2 .text {
	font-size: 14px;
	color: #7d7d7d;
	line-height: 24px;
	margin-top: 16px;
}

.case-details .swiper-pagination {
	position: relative;
	width: 100%;
	margin-top: 25px;
}

.case-details .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	margin: 0 4px;
	background-color: #eeeeee;
	opacity: 1;
}

.case-details .swiper-pagination-bullet-active {
	position: relative;
	width: 8px;
	height: 8px;
	background-color: #123b98;
}

.case-details .swiper-pagination-bullet-active::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 16px;
	height: 16px;
	border: 1px solid #123b98;
	border-radius: 50%;
}

.parameter-details {
	margin-top: 125px;
}

.parameter-details .title {
	margin-bottom: 40px;
}

.parameter-details .table {
	border: 1px solid #e3e3e3;
}

.parameter-details .table th {
	font-size: 16px;
	color: #222222;
	line-height: 30px;
	font-weight: bold;
	white-space: nowrap;
	padding: 30px;
	border: 1px solid #e3e3e3;
	background-color: #f5f5f5;
}

.parameter-details .table td {
	font-size: 14px;
	color: #666666;
	line-height: 26px;
	padding: 10px 20px;
	border: 1px solid #e3e3e3;
}

.parameter-details .table td:first-child {
	color: #222222;
	vertical-align: middle;
}

.video-details {
	margin-top: 55px;
}

.video-details .title {
	margin-bottom: 40px;
}

.video-details .video-box {
	position: relative;
	border: 1px solid #f6f8fb;
}

.video-details .back-color {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
}

.video-details .paly {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
}

.file-details {
	margin-top: 75px;
}

.file-details .title {
	margin-bottom: 55px;
}

.prod-down-list {
	margin: 0 -15px;
}

.prod-down-list li {
	margin-bottom: 30px;
}

.prod-down-list .wrap {
	padding: 30px 35px;
	border: 1px solid #eeeeee;
	transition: all .3s;
}

.prod-down-list .icon {
	float: left;
	width: 60px;
	height: 40px;
	line-height: 40px;
	border-right: 1px solid #e5e5e5;
	margin-top: 10px;
}

.prod-down-list .text {
	float: left;
	width: calc(100% - 78px);
	font-size: 16px;
	color: #222222;
	line-height: 30px;
	font-weight: bold;
	padding: 0 25px;
	margin-top: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .3s;
}

.prod-down-list li:hover .text {
	color: #133c98;
}

.prod-down-list .down-icon {
	float: left;
	width: 18px;
	height: 20px;
	background: url(../images/icon34.png) center no-repeat;
	margin-top: 20px;
}

.prod-down-list li:hover .wrap {
	box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

.rela-news {
	margin-top: 75px;
}

.rela-news .title {
	margin-bottom: 50px;
}

.prod-news-list li {
	padding: 0;
	border-top: 1px solid #f6f8fb;
}

.prod-news-list li a {
	display: block;
	font-size: 16px;
	color: #444444;
	line-height: 70px;
	padding: 0 95px 0 37px;
	background: url(../images/icon35.png) left center no-repeat;
	transition: all .3s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.prod-news-list li a:hover {
	color: #123b98;
	background: url(../images/icon36.png) left center no-repeat, url(../images/icon29.png) 87% center no-repeat;
}

/* 媒体查询 */
@media screen and (max-width: 1680px) {
	.prod-details .top-carousel .d1 {
		margin-top: 20px;
	}

	.prod-details .top-carousel .btn-box {
		margin-top: 50px;
	}

	.prod-details .top-carousel .btns {
		width: 150px;
	}

	.prod-details .top-carousel .text-box {
		padding-left: 40px;
	}
}

@media screen and (max-width: 1600px) {
	.l-nav {
		margin-right: 30px;
	}

	.right-box {
		width: calc(100% - 330px);
	}

	.prod-list-2 .img {
		width: 250px;
	}

	.prod-list-2 .text-box {
		width: calc(100% - 250px);
		padding: 9px 25px 0;
	}

	.prod-list-2 .h1 {
		margin-bottom: 10px;
	}

	.prod-list-2 .model {
		margin-bottom: 5px;
	}

	.prod-list-2 .btn-box {
		margin-top: 20px;
	}

	.prod-details .pc-slide {
		width: 450px;
	}

	.prod-details .preview .swiper-slide {
		width: 140px;
		margin-right: 15px;
	}

	.prod-details .top-carousel .text-box {
		width: calc(100% - 450px);
	}
}

@media screen and (max-width: 1440px) {
	.product-box .container {
		width: 1230px;
	}

	.l-nav {
		width: 250px;
	}

	.l-nav .top {
		padding: 30px;
	}

	.l-nav .column .h1 {
		line-height: 50px;
		padding: 0 30px;
		background-position: 15px center;
	}

	.l-nav .nav a {
		line-height: 30px;
	}

	.right-box {
		width: calc(100% - 280px);
	}

	.prod-list-2 .img {
		width: 210px;
	}

	.prod-list-2 .text-box {
		width: calc(100% - 210px);
		padding: 5px 0 0 20px;
	}

	.prod-list-2 .h1 {
		margin-bottom: 5px;
	}

	.prod-list-2 .model {
		margin-bottom: 0;
	}

	.prod-list-2 .btn-box {
		margin-top: 10px;
	}

	.prod-list-2 .btns {
		height: 30px;
		line-height: 30px;
	}

	.l-nav .prod-list-3 .btns{

	}

	.l-nav .prod-list-3 .btn-consult{
		margin-left: 10px;
	}
}

@media screen and (max-width: 1280px) {
	.product-box .container {
		width: 100%;
	}
}

@media screen and (max-width: 1199px) {
	.l-nav {
		width: 100%;
		margin-bottom: 30px;
	}

	.l-nav .nav {
		display: none;
	}

	.l-nav .h1 {
		cursor: pointer;
	}

	.l-nav .sub-column {
		display: inline-block;
		vertical-align: top;
		margin-right: 20px;
	}

	.l-nav .nav-2 .sub-column {
		width: auto;
	}

	.right-box {
		width: 100%;
	}

	.prod-list-2 .img {
		width: 50%;
	}

	.prod-list-2 .text-box {
		width: 50%;
	}

	.prod-details .nav-box.on .nav {
		top: 70px;
	}

	.l-nav .prod-list-3 li{
		float: left;
		width: 50%;
		padding: 0 15px;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 1024px){
	.l-nav .rela-prod{
		display: none;
	}
}

@media screen and (max-width: 991px) {
	.prod-list-2 .img {
		width: 100%;
	}

	.prod-list-2 .text-box {
		width: 100%;
		padding: 0;
		margin-top: 10px;
	}

	.prod-details .pc-slide {
		float: none;
		margin: 0 auto;
		margin-bottom: 30px;
	}

	.prod-details .top-carousel .text-box {
		width: 100%;
		padding: 0;
	}

	.prod-details .nav-box a {
		margin-right: 30px;
	}
}

@media screen and (max-width: 768px) {
	.prod-details .nav-box.on .nav {
		top: 60px;
	}
}

@media screen and (max-width: 767px) {
	.right-box .top .form-inline {
		width: 200px;
	}

	.right-box .top .h1 {
		width: calc(100% - 210px);
	}

	.product-box .nav-page {
		margin-top: 20px;
	}

	.nav-page a {
		width: 34px;
		height: 34px;
		line-height: 32px;
		margin: 0 3px;
	}

	.nav-page .flip {
		padding: 0 10px;
	}

	.nav-page .nav-form {
		display: block;
		line-height: 34px;
		margin-top: 20px;
		margin-left: 0;
	}

	.nav-page .nav-form .text {
		width: 60px;
		height: 34px;
		line-height: 34px;
		margin: 0 10px;
	}

	.l-nav .rela-prod{
		display: none;
	}

	.l-nav .prod-list-3 li{
		width: 100%;
		padding: 0;
		padding-bottom: 20px;
	}
}

@media screen and (max-width: 540px) {
	.right-box .top .form-inline {
		width: 150px;
	}

	.right-box .top .h1 {
		width: calc(100% - 160px);
	}

	.prod-details .pc-slide {
		width: 100%;
	}

	.prod-details .preview .swiper-slide {
		width: 120px;
		margin-right: 12px;
	}

	.prod-details .top-carousel .h1 {
		font-size: 20px;
		margin: 0;
	}

	.prod-details .top-carousel .text {
		line-height: 30px;
	}

	.prod-details .top-carousel .btn-box {
		margin-top: 20px;
	}

	.prod-details .top-carousel .btns {
		width: 47%;
		height: 50px;
		line-height: 50px;
		font-size: 14px;
	}

	.prod-details .top-carousel .btn-message {
		margin-left: 6%;
	}

	.prod-details .nav-box {
		margin-top: 30px;
	}

	.prod-details .nav-box a {
		padding: 5px 5px;
		margin-right: 15px;
	}

	.prod-details .boxs {
		margin-top: 30px;
	}

	.prod-details .box .text {
		font-size: 14px;
	}

	.prod-details .box .h1 {
		font-size: 16px;
		margin-bottom: 15px;
	}

	.prod-details .title {
		font-size: 18px;
		margin-bottom: 30px;
	}

	.report-details .swiper-pagination {
		margin-top: 20px;
	}

	.case-details {
		margin-top: 50px;
	}

	.parameter-details {
		margin-top: 50px;
	}

	.video-details {
		margin-top: 50px;
	}

	.video-details .paly {
		width: 60px;
	}

	.file-details {
		margin-top: 50px;
	}

	.prod-down-list li {
		margin-bottom: 20px;
	}

	.rela-news {
		margin-top: 30px;
	}

	.prod-news-list li a {
		font-size: 14px;
		line-height: 50px;
		padding: 0 50px 0 20px;
	}

	.prod-news-list li a:hover {
		background: url(../images/icon36.png) left center no-repeat, url(../images/icon29.png) 95% center no-repeat;
	}

	.prod-list-2 .btns {
		height: 36px;
		line-height: 36px;
	}

	.prod-details .preview .arrow-left {
		left: 0;
	}

	.prod-details .preview .arrow-right {
		right: 0;
	}
}

@media screen and (max-width: 414px) {
	.product-box {
		padding: 50px 0;
	}

	.l-nav .top {
		padding: 20px;
	}

	.l-nav .top .cn {
		font-size: 20px;
	}

	.l-nav .sub-column {
		margin-right: 10px;
	}

	.right-box .top {
		padding: 15px;
	}

	.right-box .top .h1 {
		font-size: 16px;
		line-height: 37px;
		margin-top: 0;
	}

	.right-box .top .form-inline {
		padding: 5px 0;
	}

	.prod-list-2 {
		margin: 0;
	}

	.prod-list-2 li {
		width: 100%;
		padding: 0;
	}

	.prod-list-2 .wrap {
		padding: 15px;
	}
}

@media screen and (max-width: 375px) {
	.right-box .top .h1 {
		width: 100%;
	}

	.right-box .top .form-inline {
		width: 100%;
	}

	.location span {
		font-size: 12px;
	}

	.location a {
		font-size: 12px;
	}
}

/* 关于我们 */
.inside-banner {
	position: relative;
}

.inside-banner .suspen {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 34px;
	color: #ffffff;
	line-height: 70px;
	text-align: center;
	font-weight: bold;
}

.nav-location {
	position: relative;
	height: 90px;
	line-height: 90px;
	background-color: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

.nav-location .nav-box {
	float: left;
}

.nav-location .location {
	float: right;
}

.nav-location .location>span {
	line-height: 90px;
	padding-left: 0;
	background: none;
}

.nav-location .location a {
	line-height: 90px;
}

.nav-location .container {
	width: 1430px;
}

.nav-location .nav-box a {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	color: #666666;
	padding: 0 7px;
	margin-right: 50px;
}

.nav-location .nav-box a.on {
	position: relative;
	color: #123b98;
}

.nav-location .nav-box a.on::before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #123b98;
}

.course .container {
	width: 1430px;
}

.about-box .title {
	margin-top: 20px;
}

.about-box .title .en {
	font-size: 24px;
	color: #123b98;
	line-height: 40px;
	font-weight: bold;
	font-family: arial;
}

.about-box .title .cn {
	font-size: 30px;
	color: #000000;
	line-height: 40px;
	font-weight: bold;
}

.timeline {
	position: relative;
	max-width: 1000px;
	width: 100%;
	padding: 50px 0;
	margin: 0 auto;
	margin-top: 50px;
}

.timeline::before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 100px;
	left: 50%;
	width: 2px;
	margin-left: -1px;
	background-color: #123b98;
}

.timeline .icon-1 {
	position: absolute;
	top: -47px;
	left: 50%;
	transform: translate(-50%, 0);
}

.timeline .icon-2 {
	position: absolute;
	bottom: 70px;
	left: 50%;
	transform: translate(-50%, 0);
}

.timeline li {
	width: 100%;
	min-height: 150px;
}

.timeline li .wrap {
	width: 50%;
	margin-right: auto;
	padding-right: 13px;
}

.timeline li:nth-child(2n) .wrap {
	margin-left: auto;
	margin-right: 0;
	padding-left: 13px;
	padding-right: 0;
}

.timeline li .years {
	position: relative;
	font-size: 26px;
	color: #123b98;
	line-height: 1;
	font-weight: bold;
	font-family: arial;
	margin-bottom: 24px;
	background: url(../images/icon39.png) right center no-repeat;
}

.timeline li .years::before {
	position: absolute;
	content: "";
	top: 50%;
	right: -21px;
	width: 16px;
	height: 16px;
	transform: translate(0, -50%);
	background: url(../images/icon40.png) center no-repeat;
}

.timeline li .text {
	font-size: 14px;
	color: #222222;
	line-height: 30px;
}

.timeline li:nth-child(2n) .years {
	text-align: right;
	background: url(../images/icon39-2.png) left center no-repeat;
}

.timeline li:nth-child(2n) .years::before {
	right: auto;
	left: -21px;
}

.timeline li:nth-child(2n) .text {
	text-align: right;
}

.profile .container {
	width: 1430px;
}

.profile .text {
	font-size: 16px;
	color: #000000;
	line-height: 40px;
	margin-top: 45px;
}

.profile .data-box {
	margin-top: 105px;
}

.profile .data-box li {
	height: 190px;
	padding: 43px 88px;
	border: 1px solid #eeeeee;
	border-left: 0;
}

.profile .data-box li:last-child {
	border-right: 0;
}

.profile .data-box .d1 {
	font-size: 16px;
	color: #999999;
	line-height: 30px;
	margin-bottom: 17px;
}

.profile .data-box .d2 {
	font-size: 16px;
	color: #123b98;
	line-height: 30px;
}

.profile .data-box .number {
	font-size: 50px;
	color: #123b98;
	line-height: 30px;
	font-weight: bold;
	font-family: arial;
	margin-right: 12px;
}

.profile .addr {
	margin-top: 130px;
	margin-bottom: 140px;
}

.profile .addr .h1 {
	font-size: 24px;
	color: #222222;
	line-height: 40px;
	font-family: arial;
	font-weight: bold;
}

.profile .addr .s1 {
	color: #123b98;
}

.profile .addr .en {
	color: #123b98;
}

.profile .addr .bot {
	margin-top: 90px;
}

.profile .addr .carousel {
	position: relative;
	padding: 0 60px 0 40px;
}

.profile .addr .swiper-button-next,
.profile .addr .swiper-button-prev {
	width: 60px;
	height: 60px;
	top: auto;
	left: auto;
	right: auto;
	margin-top: 0;
	bottom: 0;
	opacity: 1;
	transition: all .3s;
}

.profile .addr .swiper-button-prev {
	right: 60px;
	background: url(../images/icon42.jpg) center no-repeat;
}

.profile .addr .swiper-button-next {
	right: 0;
	background: url(../images/icon43.jpg) center no-repeat;
}

.profile .addr .swiper-button-prev:hover {
	background: url(../images/icon42-2.jpg) center no-repeat;
}

.profile .addr .swiper-button-next:hover {
	background: url(../images/icon43-2.jpg) center no-repeat;
}

.coop-mode .container {
	width: 1430px;
}

.coop-mode .text {
	font-size: 16px;
	color: #666666;
	line-height: 40px;
}

.coop-mode .title-2 {
	margin-top: 97px;
}

.coop-mode .policy-list {
	margin: 0 -50px;
	margin-top: 60px;
	margin-bottom: 125px;
}

.coop-mode .policy-list li {
	padding: 0 50px;
}

.coop-mode .policy-list .wrap {
	padding: 65px 60px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

.coop-mode .policy-list .icon {
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	margin: 0 auto;
	background-color: #123b98;
	border-radius: 50%;
}

.coop-mode .policy-list .name {
	font-size: 26px;
	color: #123b98;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	margin-top: 34px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.coop-mode .policy-list .text-2 {
	font-size: 16px;
	color: #444444;
	line-height: 36px;
	margin-top: 20px;
	min-height: 144px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.envir .container {
	width: 1430px;
}

.envir-swiper {
	margin-top: 60px;
	background-color: #f5f5f5;
}

.envir-swiper .img {
	float: left;
	width: 900px;
}

.envir-swiper .text-box {
	float: left;
	width: calc(100% - 900px);
	padding: 100px 75px 80px;
	background-color: #f5f5f5;
}

.envir-swiper .h1 {
	font-size: 20px;
	color: #222222;
	line-height: 30px;
	font-weight: bold;
}

.envir-swiper .icon {
	position: relative;
	width: 30px;
	height: 3px;
	background-color: #1176ac;
	margin: 30px 0 22px;
}

.envir-swiper .icon::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background-color: #123b98;
}

.envir-swiper .text {
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}

.envir-swiper .swiper-button-next,
.envir-swiper .swiper-button-prev {
	width: 250px;
	height: 80px;
	top: auto;
	left: auto;
	right: auto;
	bottom: 0;
	margin-top: 0;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto;
	transition: all .3s;
	opacity: 1;
}

.envir-swiper .swiper-button-next {
	right: 0;
	background-image: url(../images/icon49.png);
}

.envir-swiper .swiper-button-prev {
	right: calc((100% - 900px)/2);
	background-image: url(../images/icon48.png);
	border-right: 1px solid rgb(212, 212, 212);
}

.envir-swiper .swiper-button-next:hover {
	background-image: url(../images/icon49-2.png);
	background-color: #123b98;
}

.envir-swiper .swiper-button-prev:hover {
	background-image: url(../images/icon48-2.png);
	background-color: #123b98;
}

.envir-list {
	margin: 0 -27px;
	margin-top: 55px;
	margin-bottom: 80px;
}

.envir-list li {
	padding: 0 27px;
	margin-bottom: 40px;
}

.envir-list .wrap {
	position: relative;
}

.envir-list .suspen {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 30px 35px;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, #ffffff));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%);
}

.envir-list .cn {
	font-size: 20px;
	color: #fefefe;
	line-height: 1;
	font-weight: bold;
}

.envir-list .en {
	font-size: 14px;
	color: #fefefe;
	line-height: 1;
	margin-top: 12px;
}

.culture .container {
	width: 1430px;
}

.culture-list {
	margin-top: 65px;
	margin-bottom: 80px;
}

.culture-list li {
	padding-left: 13.3%;
	margin-bottom: 40px;
}

.culture-list li:nth-child(2n) {
	padding-left: 0;
	padding-right: 13.3%;
}

.culture-list .wrap {
	overflow: hidden;
	transition: all .3s;
}

.culture-list .img {
	float: left;
	width: 650px;
}

.culture-list li:nth-child(2n) .img {
	float: right;
}

.culture-list .text-box {
	position: relative;
	float: left;
	width: calc(100% - 650px);
	padding-right: 15.4%;
}

.culture-list li:nth-child(2n) .text-box {
	padding-right: 0;
	padding-left: 15.4%;
}

.culture-list .text-wrap {
	position: relative;
	padding: 60px 120px 60px;
}

.culture-list li:nth-child(2n) .text-wrap {
	padding: 60px 70px;
}

.culture-list .number {
	position: absolute;
	top: 0;
	right: 11%;
	margin-top: -150px;
	font-size: 300px;
	color: #f9f9f9;
	line-height: 1;
	font-weight: bold;
	transition: all .3s;
	z-index: 0;
	font-family: Arial, Helvetica, sans-serif;
}

.culture-list .icon {
	position: relative;
}

.culture-list .name {
	font-size: 24px;
	color: #222222;
	line-height: 40px;
	font-weight: bold;
	margin-top: 35px;
}

.culture-list .text {
	font-size: 16px;
	color: #666666;
	line-height: 40px;
	margin-top: 20px;
}

.culture-list .d1 {
	padding-left: 28px;
	background: url(../images/icon54.png) left center no-repeat;
}

.culture-list li:hover .wrap {
	box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
}

.culture-list li:hover .number {
	color: #f8f9fc;
}

.honor .container {
	width: 1400px;
	padding: 0 25px;
}

.honor-list {
	margin: 95px 0 0;
}

.honor-list li {
	padding: 0 25px;
	margin-bottom: 40px;
}

.honor-list .wrap {
	position: relative;
	padding: 45px 35px;
	box-shadow: 0 5px 12px rgba(0, 0, 0, .1);
	cursor: pointer;
}

.honor-list .wrap::before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	right: 100%;
	height: 6px;
	background-color: #123b98;
	transition: all .5s;
}

.honor-list li:hover .wrap::before {
	right: 0;
}

.honor-list .img {
	height: 370px;
	line-height: 370px;
	text-align: center;
}

.honor-list .img img {
	max-height: 100%;
}

.honor-list .bot {
	margin-top: 30px;
}

.honor-list .name {
	width: calc(100% - 30px);
	float: left;
	font-size: 18px;
	color: #222222;
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.honor-list .icon {
	float: right;
	width: 22px;
	height: 22px;
	background-image: url(../images/icon31.png);
	background-size: cover;
}

.honor .nav-page {
	margin-top: 45px;
	margin-bottom: 95px;
}

.notice {
	background-color: #f6f6f6;
}

.notice .container {
	width: 1430px;
}

.notice-list {
	margin-top: 90px;
}

.notice-list li {
	position: relative;
	padding: 45px 80px 50px;
	margin-bottom: 30px;
	background-color: #fff;
	transition: all .3s;
}

.notice-list li::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 100%;
	height: 5px;
	background-color: #123b98;
	transition: all .8s;
}

.notice-list .date {
	float: left;
	width: 190px;
	font-family: Arial, Helvetica, sans-serif;
}

.notice-list .month {
	font-size: 34px;
	color: #333333;
	line-height: 40px;
	font-weight: bold;
	transition: all .3s;
}

.notice-list .year {
	font-size: 20px;
	color: #bbbaba;
	line-height: 40px;
	font-weight: bold;
}

.notice-list .img {
	float: left;
	width: 240px;
}

.notice-list .text-box {
	float: left;
	width: calc(100% - 430px);
	padding-left: 95px;
}

.notice-list .h1 {
	font-size: 24px;
	color: #222222;
	line-height: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .3s;
}

.notice-list .text {
	font-size: 14px;
	color: #878787;
	line-height: 26px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-top: 25px;
}

.notice-list .more {
	display: inline-block;
	font-size: 14px;
	color: #222222;
	line-height: 1;
	font-weight: bold;
	padding-right: 25px;
	margin-top: 55px;
	transition: all .3s;
}

.notice-list li:hover {
	box-shadow: 0 5px 12px rgba(0, 0, 0, .1);
}

.notice-list li:hover::before {
	right: 0;
}

.notice-list li:hover .month {
	color: #123b98;
}

.notice-list li:hover .h1 {
	color: #123b98;
}

.notice-list li:hover .more {
	color: #123b98;
	background: url(../images/icon55.jpg) right center no-repeat;
}

.notice .nav-page {
	margin: 45px 0 95px;
}

.notice-details {
	background-color: #fff;
}

.notice-details .box-wrap {
	margin-top: 95px;
	margin-bottom: 90px;
}

.notice-details .l-box {
	float: left;
	width: calc(100% - 500px);
	margin-right: 100px;
}

.notice-details .title {
	padding-bottom: 14px;
	border-bottom: 2px solid #123b98;
}

.notice-details .title .h1 {
	font-size: 30px;
	color: #222222;
	line-height: 40px;
}

.notice-details .title .info {
	font-size: 0;
	margin-top: 10px;
}

.notice-details .title .s-1 {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #999999;
	line-height: 40px;
	margin-right: 100px;
}

.notice-details .title .s-1:last-child {
	margin-right: 0;
}

.notice-details .text {
	font-size: 16px;
	color: #444444;
	line-height: 40px;
	margin-top: 15px;
}

.notice-details .text .h1 {
	font-size: 16px;
	color: #222222;
	line-height: 40px;
	font-weight: bold;
	margin: 0;
}

.notice-details .bot {
	padding-top: 40px;
	margin-top: 40px;
	border-top: 2px solid #123b98;
}

.up-down {
	float: left;
	width: calc(100% - 159px);
}

.up-down a {
	display: block;
	font-size: 16px;
	color: #444444;
	line-height: 30px;
	margin-bottom: 10px;
	transition: all .3s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.up-down a:hover {
	color: #123b98;
}

.return-share {
	float: right;
}

.return-share .btn-return {
	display: block;
	width: 150px;
	height: 50px;
	font-size: 14px;
	color: #123b98;
	text-align: center;
	line-height: 50px;
	box-shadow: 0 3px 8px rgba(0, 0, 0, .1);
	transition: all .3s;
}

.return-share .btn-return:hover {
	padding-left: 10px;
}

.return-share .share {
	font-size: 0;
}

.return-share .share>span {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #666666;
	line-height: 50px;
}

.return-share .share>a {
	display: inline-block;
	vertical-align: top;
	line-height: 50px;
	margin: 0 10px;
}

.latest-news {
	margin-top: 60px;
}

.latest-news .h1 {
	font-size: 24px;
	color: #222222;
	line-height: 30px;
	font-weight: bold;
	margin: 0;
}

.latest-news .list-box {
	margin-top: 30px;
}

.latest-news li {
	margin-bottom: 20px;
}

.latest-news li a {
	display: block;
	padding: 25px 20px;
	border: 1px solid #eeeeee;
	transition: all .3s;
}

.latest-news .h2 {
	font-size: 16px;
	color: #444444;
	line-height: 24px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	padding-left: 30px;
	margin: 0;
	background-image: url(../images/icon61.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	transition: all .3s;
}

.latest-news .time {
	font-size: 14px;
	color: #999999;
	line-height: 30px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
}

.latest-news li a:hover {
	box-shadow: 0 3px 12px rgba(0, 0, 0, .1);
}

.latest-news li a:hover .h2 {
	color: #123b98;
}

.notice-details .r-box {
	float: left;
	width: 400px;
}

.rela-reco {
	padding: 40px 50px 0;
	margin-bottom: 20px;
	box-shadow: 0 5px 12px rgba(0, 0, 0, .1);
}

.rela-reco .h1 {
	font-size: 24px;
	color: #123b98;
	line-height: 40px;
	padding-bottom: 18px;
	margin: 0;
	border-bottom: 1px solid #eeeeee;
}

.reco-list {
	margin-top: 33px;
}

.reco-list li {
	padding-bottom: 35px;
	margin-bottom: 33px;
	border-bottom: 1px solid #eeeeee;
	transition: all .3s;
}

.reco-list li:last-child {
	border-bottom: 0;
}

.reco-list li:last-child:hover {
	border-bottom: 0;
}

.reco-list .h2 {
	font-size: 16px;
	color: #222222;
	line-height: 30px;
	font-weight: bold;
	margin: 0;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.reco-list .month {
	font-size: 16px;
	color: #999999;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	transition: all .3s;
}

.reco-list li:hover {
	border-bottom: 1px solid #123b98;
}

.reco-list li:hover .h2 {
	color: #123b98;
}

.reco-list li:hover .month {
	color: #123b98;
	background: url(../images/icon59.jpg) right center no-repeat;
}

.rela-prod {
	padding: 40px 50px 0;
	margin-bottom: 20px;
	box-shadow: 0 5px 12px rgba(0, 0, 0, .1);
}

.rela-prod .h1 {
	font-size: 24px;
	color: #123b98;
	line-height: 40px;
	margin: 0;
}

.prod-list-3 {
	margin-top: 18px;
}

.prod-list-3 li {
	padding-bottom: 26px;
	margin-bottom: 22px;
	border-bottom: 1px solid #eeeeee;
}

.prod-list-3 .h2 {
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	font-weight: bold;
	margin: 0;
	margin-top: 22px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.prod-list-3 .model {
	font-size: 14px;
	color: #999999;
	line-height: 26px;
	margin-top: 4px;
}

.prod-list-3 .btn-box {
	font-size: 0;
	margin-top: 20px;
}

.prod-list-3 .btns {
	display: inline-block;
	vertical-align: top;
	width: 100px;
	height: 35px;
	font-size: 14px;
	color: #ffffff;
	line-height: 35px;
	text-align: center;
	transition: all .3s;
}

.prod-list-3 .btn-details {
	background-color: #123b98;
}

.prod-list-3 .btn-consult {
	background-color: #1176ac;
	margin-left: 20px;
}

.prod-list-3 .btn-details:hover {
	background-color: #3b5fb1;
}

.prod-list-3 .btn-consult:hover {
	background-color: #3994c4;
}

.notice-details .cont-box {
	padding: 30px 35px 55px;
	border-top: 4px solid #123b98;
	box-shadow: 0 5px 12px rgba(0, 0, 0, .1);
}

.notice-details .cont-box .h1 {
	font-size: 20px;
	color: #123b98;
	line-height: 40px;
}

.notice-details .cont-box .text {
	font-size: 16px;
	color: #444444;
	line-height: 30px;
	margin-top: 20px;
}

.notice-details .cont-box .btn-box {
	font-size: 0;
	margin-top: 35px;
}

.notice-details .cont-box .btns {
	display: inline-block;
	vertical-align: top;
	width: 150px;
	height: 50px;
	line-height: 48px;
	border: 1px solid #123b98;
	font-size: 14px;
	border-radius: 25px;
}

.notice-details .cont-box .btn-qq {
	color: #123b98;
	padding-left: 63px;
	background: url(../images/icon46.png) 33px center no-repeat;
}

.notice-details .cont-box .btn-online {
	color: #fff;
	padding-left: 63px;
	margin-left: 20px;
	background: #123b98 url(../images/icon47.png) 33px center no-repeat;
	transition: all .3s;
}

.notice-details .cont-box .btn-online:hover {
	background-color: #3b5fb1;
}

.team {
	margin-bottom: 120px;
}

.team .container {
	width: 1430px;
}

.team .text {
	font-size: 16px;
	color: #222222;
	line-height: 40px;
	margin-top: 35px;
}

/* 媒体查询 */
@media only screen and (max-width: 1600px) {
	.notice .container {
		width: 1230px;
	}
}

@media only screen and (max-width: 1280px) {
	.notice .container {
		width: 970px;
	}

	.notice-list li {
		padding: 30px 50px;
	}

	.notice-details .l-box {
		width: 100%;
		margin-right: 0;
	}

	.notice-details .r-box {
		display: none;
	}
}

@media only screen and (max-width: 991px) {
	.notice .container {
		width: 100%;
	}

	.notice-list .date {
		width: 120px;
	}

	.notice-list .img {
		width: 200px;
	}

	.notice-list .text-box {
		width: calc(100% - 320px);
		padding-left: 50px;
	}

	.notice-list .more {
		margin-top: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.notice-list .date {
		width: 100%;
		margin-bottom: 10px;
	}

	.notice-list .text-box {
		width: calc(100% - 200px);
	}

	.up-down {
		width: 100%;
	}

	.return-share {
		width: 100%;
		margin-top: 20px;
	}
}

@media only screen and (max-width: 540px) {
	.notice-list li {
		padding: 30px;
		margin-bottom: 20px;
	}

	.notice-list .month {
		font-size: 20px;
		line-height: 30px;
	}

	.notice-list .year {
		font-size: 16px;
		line-height: 30px;
	}

	.notice-list .img {
		width: 100%;
	}

	.notice-list .text-box {
		width: 100%;
		padding-left: 0;
	}

	.notice-list .h1 {
		font-size: 16px;
		margin: 0;
		margin-top: 15px;
	}

	.notice-list .text {
		margin-top: 0;
		-webkit-line-clamp: 2;
	}

	.notice-list {
		margin-top: 50px;
	}

	.notice .nav-page {
		margin-bottom: 50px;
	}

	.notice-details .box-wrap {
		margin: 50px 0;
	}

	.notice-details .title .h1 {
		font-size: 18px;
		line-height: 30px;
		margin: 0;
	}

	.notice-details .text {
		font-size: 14px;
		line-height: 30px;
	}

	.notice-details .text .h1 {
		line-height: 30px;
	}

	.notice-details .btn-return {
		width: 120px;
	}

	.notice-details .bot {
		padding-top: 30px;
		margin-top: 30px;
	}

	.about-box .title {
		margin-top: 50px;
	}

	.up-down a {
		font-size: 14px;
	}

	.latest-news .h1 {
		font-size: 18px;
	}

	.latest-news .list-box {
		margin-top: 20px;
	}

	.latest-news li {
		padding: 0;
	}

	.latest-news .h2 {
		font-size: 14px;
	}

	.latest-news li a {
		padding: 15px;
	}
}

/* 联系我们 */
.cont-info .container {
	width: 1430px;
}

.cont-info .top {
	margin-top: 115px;
}

.cont-info .top .l-box {
	float: left;
	width: 570px;
}

.cont-info .top .r-box {
	float: left;
	width: calc(100% - 570px);
	padding-left: 70px;
}

.cont-info .top .number {
	font-size: 42px;
	color: #222222;
	line-height: 70px;
	font-weight: bold;
	font-family: arial;
	margin-top: 30px;
}

.cont-info .top .hello {
	position: relative;
	display: inline-block;
}

.cont-info .top .hello .icon {
	position: absolute;
	right: -50px;
	top: -50px;
}

.cont-info .top .d1 {
	font-size: 30px;
	color: #222222;
	line-height: 70px;
	margin-top: 20px;
}

.cont-info .top .btn-box {
	font-size: 0;
	margin-top: 50px;
}

.cont-info .top .btns {
	display: inline-block;
	vertical-align: top;
	width: 150px;
	height: 50px;
	line-height: 48px;
	border: 1px solid #123b98;
	font-size: 14px;
	border-radius: 25px;
}

.cont-info .top .btn-qq {
	color: #123b98;
	padding-left: 63px;
	background: url(../images/icon46.png) 33px center no-repeat;
}

.cont-info .top .btn-online {
	color: #fff;
	padding-left: 63px;
	margin-left: 20px;
	background: #123b98 url(../images/icon47.png) 33px center no-repeat;
	transition: all .3s;
}

.cont-info .top .btn-online:hover {
	background-color: #3b5fb1;
}

.cont-info .top .cn {
	font-size: 36px;
	color: #222222;
	line-height: 1;
}

.cont-info .top .en {
	font-size: 20px;
	color: #666666;
	line-height: 1;
	margin-top: 10px;
}

.cont-info .top .info-list {
	font-size: 0;
	margin-top: 60px;
}

.cont-info .top li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	margin-bottom: 50px;
}

.cont-info .top .li-1 {
	width: 100%;
}

.cont-info .top .name {
	font-size: 18px;
	color: #123b98;
	line-height: 70px;
	font-weight: bold;
}

.cont-info .top .text {
	font-size: 16px;
	color: #444444;
	line-height: 30px;
}

.cont-info .map {
	margin-top: 40px;
	margin-bottom: 150px;
}

.leav-mess {
	padding: 110px 0 120px;
}

.leav-mess .container {
	width: 1430px;
}

.leav-mess .mess-box {
	padding: 75px 90px 65px;
	background-color: #f9f9f9;
}

.leav-mess .mess-box .h1 {
	font-size: 36px;
	color: #222222;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 18px;
}

.leav-mess .mess-box .text {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-bottom: 40px;
}

.leav-mess .form-inline {
	font-size: 0;
}

.leav-mess .form-inline .form-group {
	width: 24%;
	margin-right: 1.33%;
	margin-bottom: 20px;
}

.leav-mess .form-inline .form-group:nth-child(4) {
	margin-right: 0;
}

.leav-mess .form-inline .form-area {
	width: 100%;
	margin-right: 0;
}

.leav-mess .form-inline .form-control {
	width: 100%;
	height: 70px;
	background-color: #fff;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
	color: #999999;
	padding: 0 35px;
}

.leav-mess .form-inline .area {
	height: 220px;
	padding: 20px 35px;
}

.leav-mess .form-inline .btn-submit {
	display: block;
	width: 200px;
	height: 70px;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	background-color: #123b98;
	margin: 0 auto;
	margin-top: 20px;
	border-radius: 0;
}

/* 媒体查询 */
@media only screen and (max-width: 1680px) {
	.culture-list li {
		padding-left: 8%;
	}

	.culture-list li:nth-child(2n) {
		padding-right: 8%;
	}

	.culture-list .text-box {
		padding-right: 8%;
	}

	.culture-list li:nth-child(2n) .text-box {
		padding-left: 8%;
	}
}

@media only screen and (max-width: 1600px) {
	.nav-location .container {
		width: 1230px;
	}

	.profile .container {
		width: 1230px;
	}

	.culture .container {
		width: 1230px;
	}

	.culture-list li {
		padding-left: 12%;
	}

	.culture-list li:nth-child(2n) {
		padding-right: 12%;
	}

	.culture-list .text-box {
		padding-right: 12%;
	}

	.culture-list li:nth-child(2n) .text-box {
		padding-left: 12%;
	}

	.culture-list .text-wrap {
		padding: 60px 80px !important;
	}

	.course .container {
		width: 1230px;
	}

	.envir .container {
		width: 1230px;
	}

	.envir-swiper .img {
		width: 750px;
	}

	.envir-swiper .text-box {
		padding: 50px;
		width: calc(100% - 750px);
	}

	.envir-swiper .swiper-button-next,
	.envir-swiper .swiper-button-prev {
		width: 225px;
	}

	.envir-swiper .swiper-button-prev {
		right: 225px;
	}

	.team .container {
		width: 1230px;
	}

	.honor .container {
		width: 1230px;
		padding: 0 15px;
	}

	.coop-mode .container {
		width: 1230px;
	}

	.coop-mode .policy-list {
		margin: 60px -30px 125px;
	}

	.coop-mode .policy-list li {
		padding: 0 30px;
	}

	.cont-info .container {
		width: 1230px;
	}

	.leav-mess .container {
		width: 1230px;
	}
}

@media only screen and (max-width: 1440px) {
	.culture-list li {
		padding-left: 8%;
	}

	.culture-list li:nth-child(2n) {
		padding-right: 8%;
	}

	.culture-list .text-box {
		padding-right: 8%;
	}

	.culture-list li:nth-child(2n) .text-box {
		padding-left: 8%;
	}

	.culture-list .number {
		font-size: 200px;
		margin-top: -100px;
	}
}

@media only screen and (max-width: 1366px) {
	.culture-list {
		width: 1230px;
		margin: 0 auto;
		margin-top: 65px;
	}

	.culture-list li {
		padding: 0 15px !important;
	}

	.culture-list .text-box {
		padding: 0 !important;
	}
}

@media only screen and (max-width: 1280px) {
	.nav-location .container {
		width: 970px;
	}

	.profile .container {
		width: 970px;
	}

	.nav-location .nav-box {
		width: calc(100% - 150px);
	}

	.nav-location .nav-box a {
		margin-right: 30px;
	}

	.profile .data-box li {
		padding: 30px 50px;
	}

	.culture .container {
		width: 970px;
	}

	.culture-list {
		width: 970px;
	}

	.culture-list .img {
		width: 500px;
	}

	.culture-list .text-box {
		width: calc(100% - 500px);
	}

	.culture-list .text-wrap {
		padding: 30px !important;
	}

	.culture-list .name {
		margin-top: 20px;
	}

	.culture-list .text {
		font-size: 14px;
		line-height: 30px;
	}

	.course .container {
		width: 970px;
	}

	.envir .container {
		width: 970px;
	}

	.envir-swiper .img {
		width: 600px;
	}

	.envir-swiper .text-box {
		width: calc(100% - 600px);
		padding: 30px;
	}

	.envir-swiper .swiper-button-next,
	.envir-swiper .swiper-button-prev {
		width: 170px;
		height: 60px;
	}

	.envir-swiper .swiper-button-prev {
		right: 170px;
	}

	.envir-swiper .h1 {
		margin: 0;
	}

	.team .container {
		width: 970px;
	}

	.honor .container {
		width: 970px;
	}

	.honor-list li {
		padding: 0 15px;
	}

	.coop-mode .container {
		width: 970px;
	}

	.coop-mode .policy-list .wrap {
		padding: 30px;
	}

	.coop-mode {
		overflow: hidden;
	}

	.cont-info .container {
		width: 970px;
	}

	.cont-info .top .l-box {
		width: 500px;
	}

	.cont-info .top .r-box {
		width: calc(100% - 500px);
		padding-left: 30px;
	}

	.leav-mess .container {
		width: 970px;
	}

	.leav-mess .form-inline .form-group {
		width: 48%;
		margin-right: 4%;
	}

	.leav-mess .form-inline .form-group:nth-child(2n) {
		margin-right: 0;
	}

	.leav-mess .form-inline .form-area {
		width: 100%;
	}
}

@media only screen and (max-width: 1024px) {
	.nav-location .nav-box {
		overflow-x: auto;
		white-space: nowrap;
	}

	.nav-location .nav-box::-webkit-scrollbar {
		display: none;
	}

	.envir {
		overflow: hidden;
	}
}

@media only screen and (max-width: 991px) {
	.nav-location .container {
		width: 100%;
	}

	.profile .container {
		width: 100%;
	}

	.profile .data-box li {
		padding: 30px;
	}

	.about-box .line {
		display: none;
	}

	.culture .container {
		width: 100%;
	}

	.culture-list {
		width: 100%;
	}

	.culture-list .img {
		width: 400px;
	}

	.culture-list .text-box {
		width: calc(100% - 400px);
	}

	.culture-list .text-wrap {
		padding: 20px !important;
	}

	.culture-list .icon img {
		width: 50px;
	}

	.culture-list .name {
		font-size: 20px;
		line-height: 30px;
	}

	.culture-list .number {
		font-size: 160px;
		margin-top: -80px;
	}

	.course .container {
		width: 100%;
	}

	.timeline li .years {
		background: none;
	}

	.timeline li:nth-child(2n) .years {
		background: none;
	}

	.envir .container {
		width: 100%;
	}

	.envir-swiper .img {
		width: 100%;
	}

	.envir-swiper .text-box {
		width: 100%;
		padding-bottom: 70px;
	}

	.team .container {
		width: 100%;
	}

	.honor .container {
		width: 100%;
	}

	.honor-list li {
		float: left;
		width: 50%;
	}

	.coop-mode .container {
		width: 100%;
	}

	.coop-mode .policy-list li {
		padding: 0 15px;
	}

	.coop-mode .policy-list {
		margin: 50px 0;
	}

	.cont-info .container {
		width: 100%;
	}

	.cont-info .top .l-box {
		width: 100%;
		margin-bottom: 50px;
	}

	.cont-info .top .r-box {
		width: 100%;
		padding-left: 0;
	}

	.leav-mess .container {
		width: 100%;
	}

	.leav-mess .mess-box {
		padding: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.inside-banner {
		display: none;
	}

	.profile .data-box li {
		border-left: 1px solid #eeeeee;
	}

	.profile .data-box li:last-child {
		border-right: 1px solid #eeeeee;
	}

	.profile .addr .map {
		margin-bottom: 30px;
	}

	.culture-list .img {
		width: 100%;
	}

	.culture-list .text-box {
		width: 100%;
	}

	.leav-mess .form-inline .form-group {
		width: 100%;
		margin-right: 0;
	}

}

@media only screen and (max-width: 540px) {
	.nav-location {
		height: 50px;
		line-height: 50px;
	}

	.nav-location .nav-box {
		width: 100%;
	}

	.nav-location .location>span {
		line-height: 50px;
	}

	.nav-location .location {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		padding: 0 15px;
	}

	.nav-location .location a {
		line-height: 50px;
	}

	.nav-location .nav-box a {
		font-size: 14px;
		padding: 0 5px;
		margin-right: 15px;
	}

	.about-box .title .en {
		font-size: 16px;
		line-height: 30px;
	}

	.about-box .title .cn {
		font-size: 20px;
		line-height: 30px;
	}

	.profile .text {
		font-size: 14px;
		line-height: 30px;
		margin-top: 30px;
	}

	.profile .data-box {
		margin-top: 50px;
	}

	.profile .data-box li {
		height: 150px;
		padding: 20px;
	}

	.profile .data-box .d1 {
		font-size: 14px;
	}

	.profile .data-box .d2 {
		font-size: 14px;
	}

	.profile .data-box .number {
		font-size: 30px;
	}

	.profile .addr {
		margin-top: 50px;
		margin-bottom: 50px;
	}

	.profile .addr .h1 {
		font-size: 20px;
		line-height: 30px;
	}

	.profile .addr .bot {
		margin-top: 30px;
	}

	.profile .addr .carousel {
		padding: 0;
	}

	.profile .addr .swiper-button-next,
	.profile .addr .swiper-button-prev {
		width: 40px;
		height: 40px;
	}

	.profile .addr .swiper-button-prev {
		right: 40px;
	}

	.culture-list {
		margin-top: 50px;
	}

	.culture-list .number {
		font-size: 100px;
		margin-top: 0;
	}

	.timeline {
		padding: 20px 0;
	}

	.timeline::before {
		bottom: 50px;
	}

	.timeline .icon-2 {
		bottom: 25px;
	}

	.envir-swiper {
		margin-top: 50px;
	}

	.envir-swiper .swiper-button-next,
	.envir-swiper .swiper-button-prev {
		width: 50%;
		height: 50px;
	}

	.envir-swiper .swiper-button-prev {
		right: 50%;
	}

	.envir-swiper .text-box {
		padding: 15px 15px 60px;
	}

	.envir-swiper .h1 {
		font-size: 16px;
	}

	.envir-swiper .icon {
		margin: 15px 0;
	}

	.envir-list {
		margin: 0 -5px;
		margin-top: 50px;
	}

	.envir-list li {
		width: 100%;
		padding: 0 5px;
	}

	.envir-list .suspen {
		padding: 15px;
	}

	.envir-list .cn {
		font-size: 16px;
	}

	.team .text {
		font-size: 14px;
		line-height: 30px;
	}

	.team {
		margin-bottom: 50px;
	}

	.honor-list {
		margin-top: 50px;
	}

	.honor-list li {
		padding: 0 5px;
		margin-bottom: 20px;
	}

	.honor-list .img {
		height: 200px;
		line-height: 200px;
	}

	.honor-list .wrap {
		padding: 15px;
	}

	.honor-list .bot {
		margin-top: 20px;
	}

	.honor-list .name {
		font-size: 14px;
		line-height: 16px;
	}

	.honor-list .icon {
		width: 16px;
		height: 16px;
	}

	.honor .nav-page {
		margin: 20px 0 50px;
	}

	.coop-mode .text {
		font-size: 14px;
		line-height: 30px;
	}

	.coop-mode .title-2 {
		margin-top: 50px;
	}

	.coop-mode .policy-list {
		margin: 30px -15px;
	}

	.coop-mode .policy-list li {
		margin-bottom: 20px;
	}

	.coop-mode .policy-list .name {
		font-size: 18px;
		margin-top: 15px;
	}

	.coop-mode .policy-list .text-2 {
		font-size: 14px;
		line-height: 30px;
		min-height: auto;
		-webkit-line-clamp: 99;
	}

	.coop-mode .policy-list .icon {
		width: 80px;
		height: 80px;
		line-height: 80px;
	}

	.cont-info .top {
		margin-top: 50px;
	}

	.cont-info .top .number {
		font-size: 28px;
		line-height: 40px;
	}

	.cont-info .top .hello {
		width: 60%;
	}
	
	.cont-info .top .hello .icon{
		width: 36px;
		top: -36px;
		right: -36px;
	}
	
	.cont-info .top .d1 {
		font-size: 20px;
		line-height: 30px;
	}

	.cont-info .top .btn-box {
		margin-top: 20px;
	}

	.cont-info .top .btns {
		width: 120px;
		height: 40px;
		line-height: 38px;
	}

	.cont-info .top .btn-qq {
		padding-left: 46px;
		background: url(../images/icon46.png) 18px center no-repeat;
	}

	.cont-info .top .btn-online {
		padding-left: 46px;
		background: #123b98 url(../images/icon47.png) 18px center no-repeat;
	}

	.cont-info .top .cn {
		font-size: 20px;
	}

	.cont-info .top .en {
		font-size: 16px;
	}

	.cont-info .top .info-list {
		margin-top: 50px;
	}

	.cont-info .top li {
		margin-bottom: 30px;
	}

	.cont-info .top .name {
		line-height: 30px;
	}

	.cont-info .top .text {
		font-size: 14px;
	}

	.cont-info .map {
		margin-top: 30px;
		margin-bottom: 50px;
	}

	.leav-mess {
		padding: 50px 0;
	}

	.leav-mess .mess-box {
		padding: 30px 15px;
	}

	.leav-mess .mess-box .h1 {
		font-size: 20px;
	}

	.leav-mess .mess-box .text {
		font-size: 14px;
		margin-bottom: 20px;
	}

	.leav-mess .form-inline .form-control {
		height: 50px;
		padding: 0 10px;
	}

	.leav-mess .form-inline .btn-submit {
		width: 120px;
		height: 50px;
		font-size: 14px;
	}

	.profile .addr .map {
		padding: 0;
	}
}

/* 应用案例 */
.case-box {
	background-color: #f6f6f6;
	overflow: hidden;
}

.case-box .top {
	padding-top: 70px;
}

.case-box .container {
	width: 1430px;
}

.case-box .top .box-wrap {
	padding: 34px 50px;
	background-color: #ffffff;
	box-shadow: 0 5px 12px rgba(0, 0, 0, .1);
}

.case-box .top .search {
	padding-bottom: 10px;
	border-bottom: 1px solid #d2d2d2;
}

.case-box .top .form-inline {
	font-size: 0;
}

.case-box .top .btn {
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	line-height: 32px;
	padding: 0;
	background: none;
}

.case-box .top .form-group {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 58px);
	margin-bottom: 0;
}

.case-box .top .form-control {
	font-size: 16px;
	color: #cecece;
	border: 0;
	box-shadow: none;
}

.case-box .top .btn-submit {
	font-size: 16px;
	color: #123b98;
	line-height: 32px;
}

.case-box .top .nav {
	font-size: 0;
	margin-top: 20px;
}

.case-box .top .nav>span {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	color: #999999;
	line-height: 50px;
}

.case-box .top .nav>a {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	color: #999999;
	line-height: 50px;
	padding: 0 15px;
	margin: 0 15px;
	border-radius: 25px;
}

.case-box .top .nav>a.on {
	color: #fff;
	background-color: #123b98;
}

.case-list {
	margin: 50px -35px 0;
}

.case-list li {
	padding: 0 35px;
	margin-bottom: 60px;
}

.case-list .wrap {
	display: block;
	position: relative;
	padding: 60px 60px 30px;
	background-color: #fff;
	transition: all .3s;
}

.case-list .wrap::before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	right: 100%;
	height: 6px;
	background-color: #123b98;
	transition: all .3s;
}

.case-list .h1 {
	height: 60px;
	font-size: 22px;
	color: #222222;
	line-height: 30px;
	margin: 0;
	margin-top: 35px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.case-list .more {
	display: inline-block;
	font-size: 14px;
	color: #222222;
	line-height: 40px;
	margin-top: 20px;
	font-weight: bold;
	padding-right: 33px;
}

.case-list li:hover .wrap::before {
	right: 0;
}

.case-list li:hover .h1 {
	color: #123b98;
}

.case-list li:hover .more {
	color: #123b98;
	background: url(../images/icon55.jpg) right center no-repeat;
}

.case-box .nav-page {
	margin: 25px 0 95px;
}

.case-details-2 {
	background-color: #fff;
}

.case-details-2 .top-nav {
	margin-top: 90px;
}

.case-details-2 .top-nav .name {
	float: left;
	font-size: 30px;
	color: #222222;
	line-height: 30px;
	padding: 14px 0;
}

.case-details-2 .top-nav .nav {
	float: right;
	font-size: 0;
	transition: all .3s;
}

.case-details-2 .top-nav .nav .container {
	width: auto;
	max-width: 1430px;
	width: 100%;
}

.case-details-2 .top-nav.on .nav {
	position: fixed;
	top: 60px;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 12;
	box-shadow: 0 5px 8px rgba(0, 0, 0, .1);
}

.case-details-2 .top-nav .nav a {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	color: #222222;
	line-height: 30px;
	padding: 14px 0;
	margin: 0 37px;
}

.case-details-2 .top-nav .nav a.on {
	position: relative;
	color: #123b98;
}

.case-details-2 .top-nav .nav a.on::before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #123b98;
}

.case-details-2 .top-box {
	margin-top: 80px;
}

.case-details-2 .top-box .wrap {
	padding: 50px;
	background-color: #fff;
	box-shadow: 0 5px 12px rgba(0, 0, 0, .1);
}

.case-details-2 .top-box .carousel {
	position: relative;
	float: left;
	width: 600px;
}

.case-details-2 .top-box .text-box {
	float: left;
	width: calc(100% - 600px);
	padding-left: 120px;
}

.case-details-2 .top-box .swiper-button-next,
.case-details-2 .top-box .swiper-button-prev {
	top: auto;
	left: auto;
	right: auto;
	bottom: 0;
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: #ffffff;
	opacity: 1;
	transition: all .3s;
}

.case-details-2 .top-box .swiper-button-next {
	right: -60px;
	background-image: url(../images/icon43.jpg);
}

.case-details-2 .top-box .swiper-button-prev {
	right: 0;
	background-image: url(../images/icon42.jpg);
}

.case-details-2 .top-box .swiper-button-next:hover {
	background-image: url(../images/icon43-2.jpg);
}

.case-details-2 .top-box .swiper-button-prev:hover {
	background-image: url(../images/icon42-2.jpg);
}

.case-details-2 .top-box .text {
	font-size: 16px;
	color: #222222;
	line-height: 36px;
}

.case-details-2 .top-box .text-2 {
	font-size: 16px;
	color: #222222;
	line-height: 50px;
	margin-top: 35px;
	padding-top: 30px;
	border-top: 1px solid #eeeeee;
}

.case-details-2 .top-box .s-1 {
	color: #999999;
}

.case-details-2 .top-box .btn-box {
	font-size: 0;
	margin-top: 50px;
}

.case-details-2 .top-box .btns {
	display: inline-block;
	vertical-align: top;
	width: 250px;
	height: 70px;
	font-size: 18px;
	color: #f6f6f6;
	text-align: center;
	line-height: 70px;
	transition: all .3s;
}

.case-details-2 .top-box .btn-consult {
	background-color: #123b98;
}

.case-details-2 .top-box .btn-consult:hover {
	background-color: #3b5fb1;
}

.case-details-2 .top-box .btn-mess {
	background-color: #1176ac;
	margin-left: 40px;
}

.case-details-2 .top-box .btn-mess:hover {
	background-color: #3994c4;
}

.case-details-2 .swiper-3 .btn-play{
	position: absolute;
	left: 5%;
	bottom: 5%;
	font-size: 0;
	cursor: pointer;
	z-index: 10;
}

.case-details-2 .swiper-3 .video-box{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 10;
	display: none;
}

.case-details-2 .swiper-3 .btn-close{
	position: absolute;
	right: 5%;
	top: 5%;
	font-size: 0;
	cursor: pointer;
}

.case-details-2 .boxs .h1 {
	font-size: 18px;
	color: #030000;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 23px;
}

.case-details-2 .boxs .box .text {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}

.case-details-2 #box-2 {
	margin-top: -50px;
}

.case-details-2 .boxs .title {
	font-size: 24px;
	color: #222222;
	line-height: 30px;
	font-weight: bold;
	padding-left: 30px;
	background: url(../images/icon30.jpg) left center no-repeat;
	margin-bottom: 35px;
}


.case-details-2 .boxs .box {
	padding-top: 100px;
	margin-top: -100px;
}

.case-details-2 .report-details {
	margin-top: 90px;
}

.case-details-2 .report-details .title {
	margin-bottom: 20px;
}

.case-details-2 .report-details .swiper-pagination {
	margin-top: 20px;
}

.case-details-2 .report-swiper {
	padding: 15px 0;
}

.case-details-2 .case-details {
	margin-top: 120px;
}

.case-details-2 .parameter-details {
	margin-top: 85px;
}

.case-details-2 .bot-box {
	text-align: center;
	margin: 80px 0 110px;
}

.case-details-2 .bot-box .text {
	font-size: 30px;
	color: #222222;
	line-height: 50px;
	font-weight: 600;
}

.case-details-2 .bot-box .btn-cont {
	position: relative;
	display: inline-block;
	padding: 3px;
	margin-top: 30px;
}

.case-details-2 .bot-box .btn-cont>span {
	position: relative;
	display: inline-block;
	width: 154px;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	color: #fff;
	background-color: #123b98;
	border-radius: 22px;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	z-index: 2;
}

.case-details-2 .bot-box .btn-cont::before {
	position: absolute;
	content: "";
	background-color: #d9e2f7;
	z-index: 50;
	-moz-transition: all 1.4s ease;
	-o-transition: all 1.4s ease;
	-webkit-transition: all 1.4s ease;
	transition: all 1.4s ease;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 25px;
	-moz-transform: scale(1.02, 1.02);
	-ms-transform: scale(1.02, 1.02);
	-webkit-transform: scale(1.02, 1.02);
	transform: scale(1.02, 1.02);
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	z-index: 1;
}

.case-details-2 .bot-box .btn-cont:hover::before {
	-moz-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
	transform: scale(0, 0);
}

.case-details-2 .bot-box .btn-cont:hover>span {
	background-color: #408af2;
}

/* 媒体查询 */
@media only screen and (max-width: 1600px) {
	.case-box .container {
		width: 1230px;
	}

	.case-list .wrap {
		padding: 30px 30px 10px;
	}

	.case-details-2 .top-box .text-box {
		padding-left: 100px;
	}

	.case-details-2 .top-box .btns {
		width: 180px;
	}

	.case-details-2 .top-box .btn-mess {
		margin-left: 20px;
	}

	.case-details-2 .top-box .text-2 {
		padding-top: 20px;
		margin-top: 20px;
	}
}

@media only screen and (max-width: 1280px) {
	.case-box .container {
		width: 970px;
	}

	.case-list {
		margin: 50px -15px 0;
	}

	.case-list li {
		padding: 0 15px;
	}

	.case-details-2 .top-nav .name {
		width: calc(100% - 340px);
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.case-details-2 .top-nav .nav a {
		margin: 0 10px;
	}

	.case-details-2 .top-box .carousel {
		width: 100%;
	}

	.case-details-2 .top-box .text-box {
		width: 100%;
		padding-left: 0;
		margin-top: 30px;
	}

	.case-details-2 .top-box .swiper-button-next {
		right: 0;
	}

	.case-details-2 .top-box .swiper-button-prev {
		right: 60px;
	}
}

@media only screen and (max-width: 1199px) {
	.case-details-2 .top-nav.on .nav {
		top: 70px;
	}
}

@media only screen and (max-width: 991px) {
	.case-box .container {
		width: 100%;
	}

	.report-details .swiper-button-next {
		right: 0;
	}

	.report-details .swiper-button-prev {
		left: 0;
	}

	.case-details .swiper-button-next {
		right: 0;
	}

	.case-details .swiper-button-prev {
		left: 0;
	}
}

@media only screen and (max-width: 768px) {
	.case-list li {
		float: left;
		width: 50%;
	}

	.case-box .top .nav>span {
		line-height: 40px;
	}

	.case-box .top .nav>a {
		line-height: 40px;
		border-radius: 20px;
	}

	.case-details-2 .top-nav.on .nav {
		top: 60px;
		margin-left: 0;
	}
}

@media only screen and (max-width: 767px) {
	.case-list {
		margin: 50px -5px 0;
	}

	.case-list li {
		width: 50%;
		padding: 0 5px;
	}

	.case-details-2 .top-nav .name {
		width: 100%;
	}

	.case-details-2 .top-nav .nav {
		float: left;
		margin-left: -15px;
	}
}

@media only screen and (max-width: 540px) {
	.case-box .top {
		padding-top: 50px;
	}

	.case-box .top .box-wrap {
		padding: 15px;
	}

	.case-box .top .form-control {
		font-size: 14px;
	}

	.case-box .top .nav>span {
		font-size: 14px;
	}

	.case-box .top .nav>a {
		font-size: 14px;
		padding: 0 10px;
		margin: 0 5px;
	}

	.case-list li {
		margin-bottom: 20px;
	}

	.case-list .wrap {
		padding: 15px;
	}

	.case-list .h1 {
		font-size: 16px;
		line-height: 26px;
		margin-top: 10px;
	}

	.case-list .more {
		margin-top: 5px;
	}

	.case-box .nav-page {
		margin-bottom: 50px;
	}

	.case-details-2 .top-nav {
		margin-top: 50px;
	}

	.case-details-2 .top-nav .nav a {
		font-size: 14px;
		padding: 0;
	}

	.case-details-2 .top-nav .name {
		width: 100%;
		font-size: 18px;
		padding: 0;
		margin-bottom: 5px;
	}

	.case-details-2 .top-nav .nav {
		float: left;
	}

	.case-details-2 .top-nav .nav a:first-child {
		margin-left: 0;
	}

	.case-details-2 .top-box {
		margin-top: 50px;
	}

	.case-details-2 .top-box .wrap {
		padding: 15px;
	}

	.case-details-2 .top-box .swiper-button-next,
	.case-details-2 .top-box .swiper-button-prev {
		width: 40px;
		height: 40px;
	}

	.case-details-2 .top-box .swiper-button-prev {
		right: 40px;
	}

	.case-details-2 .top-box .text {
		font-size: 14px;
		line-height: 30px;
	}

	.case-details-2 .top-box .text-2 {
		font-size: 14px;
		line-height: 40px;
	}

	.case-details-2 .top-box .btn-box {
		margin-top: 20px;
	}

	.case-details-2 .top-box .btns {
		width: 120px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}

	.case-details-2 .report-details {
		margin-top: 50px;
	}

	.case-details-2 .boxs .title {
		font-size: 20px;
	}

	.case-details-2 .case-details {
		margin-top: 50px;
	}

	.case-swiper .bot {
		padding: 15px;
	}

	.case-swiper .name {
		font-size: 16px;
	}

	.case-swiper .text {
		margin-top: 0;
	}

	.case-details .swiper-pagination {
		margin-top: 0;
	}

	.case-details-2 .parameter-details {
		margin-top: 50px;
	}

	.parameter-details .table th {
		font-size: 14px;
		line-height: 24px;
		padding: 12px;
	}

	.parameter-details .table td {
		padding: 12px;
	}

	.case-details-2 .bot-box {
		margin: 50px 0;
	}

	.case-details-2 .bot-box .text {
		font-size: 18px;
		line-height: 30px;
	}

	.case-details-2 .bot-box .btn-cont {
		margin-top: 20px;
	}

	.case-details-2 .bot-box .btn-cont>span {
		width: 100px;
		height: 34px;
		line-height: 34px;
		border-radius: 17px;
	}

	.case-details-2 .boxs .box {
		padding-top: 50px;
		margin-top: -50px;
	}

	.case-details-2 #box-2 {
		padding-top: 90px;
	}

	.case-details-2 .boxs .h1 {
		font-size: 16px;
		margin-bottom: 15px;
	}

	.case-details-2 .boxs .box .text {
		font-size: 14px;
	}
}

/* 图片弹窗 */
.img-popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .7);
	z-index: 15;
}

.img-popup .img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 50%;
	height: 80vh;
	width: 100%;
	line-height: 80vh;
	text-align: center;
	vertical-align: middle;
}

.img-popup .img img {
	max-height: 100%;
	vertical-align: middle;
}

.img-popup .close {
	position: absolute;
	top: 5%;
	right: 5%;
	font-size: 24px;
	color: #fff;
	opacity: 1;
	font-weight: 300;
}

/* 媒体查询 */
@media only screen and (max-width: 991px) {
	.img-popup .img {
		max-width: 90%;
	}
}

/* 搜索结果页 */
.search-box {
	margin: 50px 0;
}

.search-box .container {
	width: 1230px;
}

.search-list li {
	font-size: 0;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
}

.search-list li .img{
	display: inline-block;
	vertical-align: top;
	width: 150px;
}

.search-list li .text-box{
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 150px);
	padding-left: 30px;
}

.search-list .h1 {
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.search-list .text {
	font-size: 14px;
	color: #999999;
	line-height: 26px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.search-box .nav-page {
	margin-top: 50px;
}

/* 媒体查询 */
@media only screen and (max-width: 1280px) {
	.search-box .container {
		width: 970px;
	}
}

@media only screen and (max-width: 991px) {
	.search-box .container {
		width: 100%;
	}
}

@media only screen and (max-width: 540px) {
	.search-list li {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.search-list .h1 {
		font-size: 16px;
		margin: 0;
	}

	.search-list li .img{
		width: 100px;
	}

	.search-list li .text-box{
		width: calc(100% - 100px);
		padding-left: 15px;
	}
}
.btn-consult{
	cursor:pointer;
}