* {
	margin: 0;
	padding: 0;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei";
}

fieldset,
img {
	border: 0;
}

ul,
ol,
li {
	list-style: none;
	font-family: 'Microsoft YaHei';
}

button:focus,
input:focus,
textarea:focus {
	outline: none;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
	font-style: normal;
	font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 120%;
	font-weight: normal;
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	background-color: #fff;
	border: none;
}

code,
kbd,
samp,
tt {
	font-size: 100%;
}

body {
	background-color: #fff;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

input,
button,
textarea {
	*font-size: 100%;
}

ol,
ul {
	list-style: none;
}

table,
tr,
td {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	padding: 0;
}

caption,
th {
	text-align: left;
}

sup,
sub {
	font-size: 100%;
	vertical-align: baseline;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.text-omit {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.text-two {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.clear {
	clear: both;
	zoom: 1;
}

.pageDiv {
	margin: 20px auto;
	text-align: center;
}

.pageDiv>a {
	padding: 5px 10px;
	background-color: #E2E2E2;
	font-size: 14px;
	margin: 0 2px;
	color: #818181;
}

.pageDiv>span {
	padding: 5px 10px;
	font-size: 14px;
	margin: 0 2px;
	color: #fff;
	background-color: #0070AC;
}

@keyframes jump {
	0% {
		transform: translateY(0);
	}

	20% {
		transform: translateY(-2px);
	}

	30% {
		transform: translateY(-5px);
	}

	40% {
		transform: translateY(-8px);
	}

	50% {
		transform: translateY(-10px);
	}

	60% {
		transform: translateY(-7px);
	}

	70% {
		transform: translateY(-4px);
	}

	80% {
		transform: translateY(-1px);
	}

	90% {
		transform: translateY(2px);
	}

	100% {
		transform: translateY(0);
	}
}

.scale1 {
	transition: all linear .3s;
}

.scale1:hover {
	transform: scale(1.1);
}

.container {
	max-width: 1200px;
}

.container-full {
	width: 100%;
}

.header {
	transition: all linear .3s;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	width: 100%;
	background: #fff;
	z-index: 1000;
}

.header.fixed {
	position: fixed;
	width: 100%;
	background: #fff;
	margin-top: -1px;
	z-index: 99;
	box-shadow: 0 0 10px 0 #ddd;
}

.header .header-top-h {
	background-color: #707072;
	height: 36px;
}

.header .header-top-h .top-warp {
	background-color: #707072;
	color: #fff;
	margin: 0 auto;
}

.header .header-top-h .top-warp .top-warp-text {
	font-size: 14px;
	height: inherit;
	line-height: 36px;
}

.header .header-top-h .top-warp .top-warp-mobile {
	color: #fff;
	display: block;
}

.header .header-top-h .top-warp .top-warp-mobile .icon-phone {
	width: 32px;
	height: 32px;
	display: inline-block;
	margin: 2px;
}

.header .header-top-h .top-warp .top-warp-mobile .icon-phone>img {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.header .header-top-h .top-warp .top-warp-mobile .phone-text {
	font-size: 16px;
	padding-left: 5px;
	line-height: 36px;
}

.header .header-nav {
	height: 96px;
	margin: 0 auto;
}

.header .header-nav .nav-logo {
	width: 230px;
	margin: 10px auto;
}

.header .header-nav .nav-logo>img {
	width: 100%;
	height: 100%;
}

.header .header-nav .nav-links {
	height: inherit;
	font-size: 0;
}

.header .header-nav .nav-links .links-item {
	display: inline-block;
	height: 50px;
	padding: 0 10px;
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
	box-sizing: border-box;
	margin: 23px 7px;
	line-height: 46px;
	position: relative;
}

.header .header-nav .nav-links .links-item:last-child {
	margin: 0 10px;
	height: 96px;
}

.header .header-nav .nav-links .links-item .link {
	color: #333;
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
	height: 100%;
}

.header .header-nav .nav-links .links-item .link a {
	color: #333;
}

.header .header-nav .nav-links .links-item .link.top-warp-mobile {
	height: 50px;
	position: relative;
	top: 12px;
}

.header .header-nav .nav-links .links-item .link.top-warp-mobile .icon-phone {
	display: inline-block;
	width: 32px;
	height: 100%;
	vertical-align: baseline;
	vertical-align: -webkit-baseline-middle;
}

.header .header-nav .nav-links .links-item .link.top-warp-mobile .phone-text {
	height: 100%;
	display: inline-block;
}

.header .header-nav .nav-links .links-item .link.top-warp-mobile .icon-phone {
	display: block;
	height: 32px;
	width: 100%;
	line-height: 32px;
	font-size: 14px;
	font-weight: 500;
}

.header .header-nav .nav-links .links-item .link.top-warp-mobile .icon-phone>img {
	vertical-align: bottom;
}

.header .header-nav .nav-links .links-item .link.top-warp-mobile .phone-text {
	display: block;
	height: 24px;
	line-height: 24px;
	font-size: 20px;
}

.header .header-nav .nav-links .links-item .drop-icon {
	display: inline-block;
	margin-left: 2px;
	vertical-align: sub;
	border-top: 5px solid #707072;
	border-right: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid transparent;
	transition: all linear .3s;
}

.header .header-nav .nav-links .links-item .dorpdown {
	display: none;
	top: 48px;
	position: absolute;
	left: 0;
	z-index: 20;
	background-color: #707072;
	width: 100%;
	transition: all linear .3s;
}

.header .header-nav .nav-links .links-item .dorpdown .drop-warp-item {
	display: block;
	width: 100%;
	height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 5px;
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
	text-align: center;
}

.header .header-nav .nav-links .links-item .dorpdown .drop-warp-item:last-child {
	border: none;
}

.header .header-nav .nav-links .links-item .dorpdown .drop-warp-item:hover {
	opacity: 0.8;
}

.header .header-nav .nav-links .links-item.active,
.header .header-nav .nav-links .links-item:hover {
	border-color: #005cca;
}

.header .header-nav .nav-links .links-item.active .link,
.header .header-nav .nav-links .links-item:hover .link {
	color: #005cca;
}

.header .header-nav .nav-links .links-item.click,
.header .header-nav .nav-links .links-item:hover {
	border-color: transparent;
	background-color: #707072;
	cursor: pointer;
}

.header .header-nav .nav-links .links-item.click .link,
.header .header-nav .nav-links .links-item:last-child:hover {
	background: none;
}

.header .header-nav .nav-links .links-item.click .link,
.header .header-nav .nav-links .links-item:last-child:hover a {
	color: #333;
}

.header .header-nav .nav-links .links-item.click .link,
.header .header-nav .nav-links .links-item:hover a {
	color: #fff;
}

.header .header-nav .nav-links .links-item.click .link,
.header .header-nav .nav-links .links-item:hover .link {
	color: #fff;
}

.header .header-nav .nav-links .links-item.click .drop-icon,
.header .header-nav .nav-links .links-item:hover .drop-icon {
	border-top: 5px solid #fff;
	transform: rotateZ(180deg);
}

.header .header-nav .nav-links .links-item.click .dorpdown,
.header .header-nav .nav-links .links-item:hover .dorpdown {
	display: block;
}

.header .memu {
	display: none;
}

@media screen and (max-width: 1199.98px) {
	.header {
		overflow: hidden;
	}

	.header.isoverflow {
		overflow: visible;
	}

	.header .header-top-h {
		display: none;
	}

	.header .header-nav {
		height: 66px;
		overflow: hidden;
	}

	.header .header-nav .nav-logo {
		width: 200px;
		margin: 0;
	}

	.header .header-nav .nav-links {
		font-size: 0;
		height: 100vh;
		transition: all linear .3s;
		position: absolute;
		right: -200%;
		width: 60%;
		z-index: 12;
	}

	.header .header-nav .nav-links.mobile {
		background: #fff;
		right: 0;
		top: 66px;
	}

	.header .header-nav .nav-links.mobile .links-item {
		width: 100%;
		display: block;
		margin: 0 0 5px 0;
		padding: 0 18px;
		box-sizing: border-box;
	}

	.header .header-nav .nav-links.mobile .links-item:hover {
		border-color: transparent;
		background-color: #fff;
	}

	.header .header-nav .nav-links.mobile .links-item:hover .link {
		color: #333;
	}

	.header .header-nav .nav-links.mobile .links-item:hover .drop-icon {
		border-top: 5px solid #7d7d7d;
		transform: rotateZ(0deg);
	}

	.header .header-nav .nav-links.mobile .links-item:hover .dorpdown {
		display: none;
	}

	.header .header-nav .nav-links.mobile .links-item.click {
		border-color: transparent;
		background-color: #707072;
	}

	.header .header-nav .nav-links.mobile .links-item.click .link {
		color: #fff;
	}

	.header .header-nav .nav-links.mobile .links-item.click .drop-icon {
		border-top: 5px solid #fff;
		transform: rotateZ(180deg);
	}

	.header .header-nav .nav-links.mobile .links-item.click .dorpdown {
		display: block;
	}

	.header .menu {
		width: 36px;
		height: 36px;
		margin: 13px 20px;
	}

	.header .menu .icon-box {
		width: 36px;
		height: 36px;
	}

	.header .menu .icon-box>span {
		display: block;
		height: 5px;
		width: 100%;
		margin: 7px 0;
		background-color: #005cca;
		border-radius: 6px;
		transition: all linear .6s;
		transform-origin: -2px center;
	}

	.header .menu .icon-box.mobile>span:nth-of-type(1) {
		transform: rotateZ(45deg);
	}

	.header .menu .icon-box.mobile>span:nth-of-type(2) {
		transform: translateX(200%);
	}

	.header .menu .icon-box.mobile>span:nth-of-type(3) {
		transform: rotateZ(-45deg);
	}

	.header .menu .model-bg {
		position: fixed;
		top: 66px;
		left: 0;
		z-index: 11;
		width: 100vw;
		height: calc(100vh - 80px);
		background-color: rgba(225, 225, 225, 0.3);
		display: none;
	}

	.header .menu .model-bg.mobile {
		display: block;
	}
}

@media screen and (max-width: 991.98px) and (min-width: 768px) {
	.header .header-nav .nav-links .links-item .link {
		font-size: 20px;
	}
}

.content.fixed {
	margin-top: 132px;
	border-top: 1px;
}

.footer {
	background-color: #252f3b;
}

.footer .footer-warp {
	background-color: #252f3b;
	margin: 0 auto;
}

.footer .footer-warp .footer-logo {
	width: 10%;
	padding: 0px;
	box-sizing: border-box;
}
.footer .dy-img{
  display:block;
 
}

.footer .footer-warp .footer-logo>img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 20px auto 0;
}

.footer .footer-warp .footer-intr {
	width:75%;
	padding: 0px;
	box-sizing: border-box;
}

.footer .footer-warp .footer-intr .nav-links {
	font-size: 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #5f6975;
}

.footer .footer-warp .footer-intr .nav-links .links-item {
	display: inline-block;
	padding: 0 30px 0 30px;
	border-right: 1px solid #fff;
	box-sizing: border-box;
	margin: 30px 5px 0px 0;
}

.footer .footer-warp .footer-intr .nav-links .links-item.last {
	border-right: none;
}

.footer .footer-warp .footer-intr .nav-links .links-item .link {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	height: 100%;
  
}

.footer .footer-warp .footer-intr .nav-links .links-item.active .link,
.footer .footer-warp .footer-intr .nav-links .links-item:hover .link {
	color: #005cca;
}

.footer .footer-warp .footer-intr .concat-info {
	padding-top: 10px;
  padding-left:10px
}

.footer .footer-warp .footer-intr .concat-info .address,
.footer .footer-warp .footer-intr .concat-info>a {
	color: #9ea3a7;
	font-size: 14px;
	padding-right: 6px;
}

.footer .footer-warp .footer-intr .concat-info .address:hover,
.footer .footer-warp .footer-intr .concat-info>a:hover {
	color: #fff;
}

.footer .footer-warp .footer-intr .copyright-img {
	font-size: 0;
	padding: 20px 0 30px 0;
}

.footer .footer-warp .footer-intr .copyright-img>img {
	display: inline-block;
	width: 20%;
	margin: 0 2.5%;
}

.footer .footer-warp .footer-intr .copyright-img>img:hover {
	cursor: pointer;
}

.footer .footer-warp .footer-intr .friend-links {
	padding: 10px 0;
}

.footer .footer-warp .footer-intr .friend-links>a {
	color: #9ea3a7;
	font-size: 14px;
	padding-right: 8px;
}

.footer .footer-warp .footer-intr .friend-links>a:hover {
	color: #fff;
}

.footer .footer-warp .footer-intr .friend-links.h>a {
	border-right: 1px solid #ccc;
	padding-left: 8px;
	line-height: 10px;
	height: 12px;
	display: inline-block;
}

.footer .footer-warp .footer-intr .friend-links.h>a:first-child {
	padding-left: 0;
}

.footer .footer-warp .footer-intr .friend-links.h>a:last-child {
	border-right: none;
}

.footer .footer-warp .footer-qrcode {
	width: 15%;
	padding: 0px;
	box-sizing: border-box;
	text-align: center;
}
.footer .footer-warp .footer-qrcode img{
    max-width:100%;
}
.footer .footer-warp .footer-qrcode>img {
	display: block;

	margin: 20px 15px auto 0;
}

.footer .footer-warp .footer-qrcode .qr-text {
	font-size: 14px;
	color: #fff;
	padding: 5px 0;
}
.footer .footer-warp .footer-qrcode .qr-img{
	margin: 20px 5px auto 5px;
  display:block;
  float:left;
}
.footer .footer-warp .footer-qrcode .qr-img img{
display:block;
}
.footer .footer-bottom {
	background-color: #1b252f;
	height: 55px;
	text-align: center;
	line-height: 55px;
}

.footer .footer-bottom a {
	color: #ddd;
	font-size: 14px;
	padding: 0 5px;
}

.footer .footer-bottom a:hover {
	color: #fff;
}

@media screen and (max-width: 991.98px) {
	.footer .footer-warp .footer-logo {
		display: none;
	}

	.footer .footer-warp .footer-intr {
		width: 100%;
		padding: 10px;
	}

	.footer .footer-warp .footer-intr .nav-links .links-item {
		padding: 0 10px 0 0;
		margin: 10px 10px 10px 0;
	}

	.footer .footer-warp .footer-intr .nav-links .links-item .link {
		font-size: 13px;
	}

	.footer .footer-warp .footer-intr .concat-info {
		text-align: center;
	}

	.footer .footer-warp .footer-intr .copyright-img {
		padding: 10px 0;
	}

	.footer .footer-warp .footer-intr .friend-links>a {
		font-size: 13px;
		padding-right: 6px;
	}

	.footer .footer-warp .footer-qrcode {
		width: 100%;
		float: none;
	}

	.footer .footer-bottom {
		box-sizing: border-box;
		padding: 0 10px 6px 10px;
		height: auto;
		line-height: normal;
	}

	.footer .footer-bottom a {
		font-size: 13px;
	}
}

@media screen and (max-width: 991.98px) and (min-width: 768px) {
	.footer .footer-warp .footer-logo {
		display: block;
	}

	.footer .footer-warp .footer-intr {
		width: 60%;
		padding: 15px;
	}

	.footer .footer-warp .footer-intr .nav-links {
		font-size: 0;
		padding-bottom: 15px;
		border-bottom: 1px solid #5f6975;
	}

	.footer .footer-warp .footer-intr .nav-links .links-item {
		display: inline-block;
		padding: 0 17px 0 0;
		border-right: 1px solid #fff;
		box-sizing: border-box;
		margin: 20px 17px 20px 0;
	}

	.footer .footer-warp .footer-intr .nav-links .links-item .link {
		font-size: 16px;
		height: 100%;
	}

	.footer .footer-warp .footer-intr .concat-info {
		padding-top: 10px;
	}

	.footer .footer-warp .footer-intr .concat-info .address,
	.footer .footer-warp .footer-intr .concat-info>a {
		color: #9ea3a7;
		font-size: 14px;
		padding-right: 6px;
	}

	.footer .footer-warp .footer-intr .concat-info .address:hover,
	.footer .footer-warp .footer-intr .concat-info>a:hover {
		color: #fff;
	}

	.footer .footer-warp .footer-intr .copyright-img {
		font-size: 0;
		padding: 20px 0 30px 0;
	}

	.footer .footer-warp .footer-intr .copyright-img>img {
		display: inline-block;
		width: 20%;
		margin: 0 2.5%;
	}

	.footer .footer-warp .footer-intr .copyright-img>img:hover {
		cursor: pointer;
	}

	.footer .footer-warp .footer-intr .friend-links {
		padding: 10px 0;
	}

	.footer .footer-warp .footer-intr .friend-links>a {
		color: #9ea3a7;
		font-size: 14px;
		padding-right: 8px;
	}

	.footer .footer-warp .footer-intr .friend-links>a:hover {
		color: #fff;
	}

	.footer .footer-warp .footer-qrcode {
		width: 20%;
		float: left;
	}

	.footer .footer-warp .footer-qrcode>img {
		width: 100%;
		height: 100%;
	}

	.footer .footer-bottom {
		height: 55px;
		line-height: 55px;
	}

	.footer .footer-bottom a {
		font-size: 14px;
		padding: 0 5px;
	}
}

.content {
	text-align: center;
}

.content .banner {
	position: relative;
	overflow: hidden;
}

.content .banner .pagination {
	position: absolute;
	left: 50%;
	bottom: 10px;
	transform: translateX(-50%);
}

.content .banner .pagination .swiper-pagination-switch {
	width: 16px;
	height: 8px;
	display: inline-block;
	background: #fff;
	border-radius: 15px;
	opacity: 0.8;
	transition: all linear .3s;
	margin: 0 8px;
}

.content .banner .pagination .swiper-pagination-switch.swiper-active-switch {
	opacity: 1;
}

.content .banner .banner-slide .swiper-wrapper .swiper-slide {
	display: block;
	height: 100%;
	max-height: 770px;
}

.content .banner .banner-slide .swiper-wrapper .swiper-slide>img {
	display: block;
	width: 100%;
	height: 100%;
}

.content .banner .prev,
.content .banner .next {
	position: absolute;
	left: 3%;
	top: 50%;
	z-index: 99;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../image/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.content .banner .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}

.content .banner .prev:hover,
.content .banner .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.content .about {
	padding: 50px 0 0;
	box-sizing: border-box;
	margin: 0 auto;
	text-align: center;
}

.content .about .about-title-warp {
	display: inline-block;
	padding-bottom: 30px;
	margin: 0 auto;
}

.content .about .about-title-warp>h2 {
	font-size: 30px;
	font-weight: 500;
}

.content .about .about-title-warp .border-b {
	display: inline-block;
	width: 80%;
	height: 1px;
	border-bottom: 2px solid #005cca;
}

.content .about .about-content {
	margin: 0 auto;
	max-width: 900px;
}

.content .about .about-content .about-img {
	width: 48%;
	height: 350px;
	margin: 1%;
	padding: 0px;
	box-sizing: border-box;
	box-shadow: 0 0 16px 0 #ddd;
}

.content .about .about-content .about-img>img {
	width: 100%;
	height: 100%;
}

.content .about .about-content .about-img>img:hover {
	transform: scale(1);
}

.content .about .about-content .about-intr {
	width: 48%;
	height: 350px;
	margin: 1%;
	padding: 25px;
	text-align: left;
	box-sizing: border-box;
	box-shadow: 0 0 16px 0 #ddd;
	position: relative;
}

.content .about .about-content .about-intr .intr-title {
	font-size: 28px;
	font-weight: 600;
	padding: 16px;
}

.content .about .about-content .about-intr .intr-desc {
	text-indent: 2em;
	line-height: 2;
	font-size: 16px;
}

.content .about .about-content .about-intr:hover {
	color: #005cca;
}

.content .about .about-content .about-intr .intr-more {
	color: #333;
	position: relative;
	float: right;
}

.content .about .about-content .about-intr .intr-more .h {
	height: 1px;
	width: 40px;
	background-color: #333;
	position: absolute;
	top: 50%;
	left: -54%;
}

.content .about .about-content .about-intr .intr-more:hover {
	color: #005cca;
}

.content .about .about-content .about-intr .left-b {
	position: absolute;
	top: 40%;
	left: 10px;
	width: 3px;
	height: 50%;
	background-color: #005cca;
}

.content .about .about-content .about-intr .right-b {
	position: absolute;
	top: 10%;
	right: 10px;
	width: 3px;
	height: 50%;
	background-color: #005cca;
	border-right: 3px dashed transparent;
	background: linear-gradient(white, white) padding-box, repeating-linear-gradient(-29deg, #005cca 0, #005cca 26px, white 0, white 2.6em);
}

.content .about .about-bg {
	margin: 40px auto;
	height: 300px;
	background-image: url("../image/index_about_bg.png");
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}

@media screen and (max-width: 991.98px) {
	.content .about {
		padding: 25px 0 0;
	}

	.content .about .about-content {
		margin: 0 auto;
	}

	.content .about .about-content .about-img {
		width: 98%;
		height: auto;
		float: none;
	}

	.content .about .about-content .about-intr {
		width: 98%;
		height: auto;
		float: none;
	}
}

@media screen and (max-width: 991.98px) and (min-width: 768px) {
	.content .about .about-content {
		margin: 0 auto;
	}

	.content .about .about-content .about-img {
		width: 48%;
		height: 320px;
		margin: 1%;
		float: left;
	}

	.content .about .about-content .about-intr {
		width: 48%;
		height: 320px;
		margin: 1%;
		float: left;
	}

	.content .about .about-content .about-intr .intr-title {
		padding: 0 16px;
	}

	.content .about .about-content .about-intr .intr-desc {
		line-height: 1.5;
	}
}

.content .recommend {
	position: relative;
	margin: 0 auto 40px;
	max-width: 1200px;
	overflow: hidden;
	padding-bottom: 30px;
}

.content .recommend .recom-slide .swiper-wrapper .swiper-slide {
	display: block;
	transition: all linear .3s;
	text-align: left;
	width: 31%;
	/*margin: 1%;*/
	padding: 25px;
	box-sizing: border-box;
}

.content .recommend .recom-slide .swiper-wrapper .swiper-slide .slide-warp {
	margin: 25px;
	color: #333;
	box-shadow: 0 0 16px 0 #ddd;
}

.content .recommend .recom-slide .swiper-wrapper .swiper-slide .slide-warp .anli-img {
	padding: 25px;
}

.content .recommend .recom-slide .swiper-wrapper .swiper-slide .slide-warp .anli-img>img {
	display: block;
	width: 100%;
	height: 100%;
}

.content .recommend .recom-slide .swiper-wrapper .swiper-slide .slide-warp .title-zh {
	padding: 10px 25px;
	font-size: 16px;
	font-weight: 600;
}

.content .recommend .recom-slide .swiper-wrapper .swiper-slide .slide-warp .title-en {
	padding: 0 25px 25px;
	font-size: 16px;
}

.content .recommend .recom-slide .swiper-wrapper .swiper-slide.swiper-slide-active+.swiper-slide {
	/*margin: 0;*/
	transform: scale(1.1);
}

.content .recommend .recom-slide .swiper-wrapper .swiper-slide.swiper-slide-active+.swiper-slide .slide-warp {
	margin: 0;
}

.content .recommend .prev,
.content .recommend .next {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	z-index: 99;
	background: url(../image/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.content .recommend .next {
	left: auto;
	right: 0;
	background-position: 8px 5px;
}

.content .recommend .prev:hover,
.content .recommend .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.content .recommend .more {
	font-size: 14px;
	color: #333;
	padding-top: 40px;
	margin-right: 10px;
}

.content .recommend .more:hover {
	color: #005cca;
	cursor: pointer;
}

@media screen and (max-width: 991.98px) {
	.content .recommend {
		margin: 0 auto 0;
	}

	.content .recommend .recom-slide .swiper-wrapper .swiper-slide {
		width: 100%;
		margin: 0 auto;
		padding: 0;
		/*float: none;*/
	}

	.content .recommend .recom-slide .swiper-wrapper .swiper-slide.swiper-slide-active+.swiper-slide {
		/*margin: 60px auto;*/
		transform: scale(1);
	}

	.content .recommend .recom-slide .swiper-wrapper .swiper-slide.swiper-slide-active+.swiper-slide .slide-warp {
		/*margin: 0;*/
	}

	.content .recommend .more {
		padding-top: 0;
	}
}

@media screen and (max-width: 991.98px) and (min-width: 768px) {
	.content .recommend .recom-slide .swiper-wrapper .swiper-slide {
		display: block;
		transition: all linear .3s;
		text-align: left;
		width: 31%;
		/*margin: 1%;*/
		/*float: left;*/
		padding: 0;
	}

	.content .recommend .recom-slide .swiper-wrapper .swiper-slide.swiper-slide-active+.swiper-slide {
		/*margin: 1% auto;*/
		/*transform: scale(1.1); */
	}

	.content .recommend .recom-slide .swiper-wrapper .swiper-slide.swiper-slide-active+.swiper-slide .slide-warp {
		/*margin: 25px ;*/
	}
}

.content .title-box {
	text-align: center;
	display: inline-block;
	padding: 0 10px 60px 10px;
	font-weight: 500;
}

.content .title-box .warp {
	font-size: 30px;
}

.content .title-box .warp .title-zh {
	color: #005cca;
}

.content .title-box .warp .title-en {
	color: #333;
}

.content .title-box .border-b {
	display: inline-block;
	height: 5px;
	width: 80%;
	background-color: #005cca;
	border-radius: 10px;
}

@media screen and (max-width: 991.98px) {
	.content .title-box .warp {
		font-size: 22px;
	}
}

.content .product {
	margin-bottom: 30px;
}

.content .product .product-box {
	margin-top: 50px;
	height: 600px;
	background-image: url("../image/index_pro_server.png");
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}

.content .product .product-box .product-warp {
	height: 100%;
	margin: 0 auto;
}

.content .product .product-box .product-warp .left-warp {
	width: 50%;
	height: 100%;
}

.content .product .product-box .product-warp .left-warp .left-warp-content {
	width: 100%;
	padding: 2%;
	height: 100%;
	box-sizing: border-box;
	position: relative;
	top: -10%;
}

.content .product .product-box .product-warp .left-warp .left-warp-content .item.item-one {
	width: 100%;
	height: 55%;
	background-color: #fff;
	box-shadow: 0 0 16px 0 #000;
	padding: 10px;
	box-sizing: border-box;
	margin: 0;
}

.content .product .product-box .product-warp .left-warp .left-warp-content .item.item-one .img-box {
	width: 70%;
	height: 100%;
}

.content .product .product-box .product-warp .left-warp .left-warp-content .item.item-one .img-box>img {
	width: 100%;
	height: 100%;
}

.content .product .product-box .product-warp .left-warp .left-warp-content .item.item-one .img-box:hover {
	cursor: pointer;
	animation: jump 0.6s linear;
}

.content .product .product-box .product-warp .left-warp .left-warp-content .item.item-one .intr-box {
	height: 100%;
	width: 30%;
	writing-mode: tb-rl;
	line-height: 2;
}

.content .product .product-box .product-warp .left-warp .left-warp-content .item.item-one .intr-box:hover {
	cursor: pointer;
	color: #005cca;
}

.content .product .product-box .product-warp .left-warp .left-warp-content .item.item-one .intr-box .title-zh {
	font-size: 30px;
	/* font-weight: 600; */
	letter-spacing: 25px;
}

.content .product .product-box .product-warp .left-warp .left-warp-content .item.item-one .intr-box .intr-text {
	line-height: 2;
	height: 100%;
	font-size: 16px;
	letter-spacing: 4px;
}

.content .product .product-box .product-warp .left-warp .left-warp-content .item {
	width: 46%;
	height: 45%;
	padding: 10px;
	box-sizing: border-box;
	background-color: #fff;
	box-shadow: 0 0 16px 0 #000;
	margin: 5% 0;
}

.content .product .product-box .product-warp .left-warp .left-warp-content .item.mr {
	margin-right: 8%;
}

.content .product .product-box .product-warp .left-warp .left-warp-content .item .img-box {
	width: 100%;
	height: 70%;
}

.content .product .product-box .product-warp .left-warp .left-warp-content .item .img-box>img {
	width: 100%;
	height: 100%;
}

.content .product .product-box .product-warp .left-warp .left-warp-content .item .img-box:hover {
	cursor: pointer;
	animation: jump 0.6s linear;
}

.content .product .product-box .product-warp .left-warp .left-warp-content .item .intr-box {
	height: 30%;
}

.content .product .product-box .product-warp .left-warp .left-warp-content .item .intr-box:hover {
	cursor: pointer;
	color: #005cca;
}

.content .product .product-box .product-warp .left-warp .left-warp-content .item .intr-box .intr-text {
	line-height: 2;
	height: 100%;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.content .product .product-box .product-warp .right-warp {
	height: 100%;
	width: 50%;
}

.content .product .product-box .product-warp .right-warp .right-warp-content {
	margin-left: 20%;
	background-color: rgba(0, 0, 0, 0.6);
	font-size: 16px;
	line-height: 2;
	color: #fff;
	height: 100%;
	width: 50%;
	padding: 0 10px;
}

.content .product .product-box .product-warp .right-warp .right-warp-content:hover {
	cursor: pointer;
	background-color: #333;
	background-color: rgba(0, 0, 0, 0.4);
}

.content .product .product-box .product-warp .right-warp .right-warp-content .title-zh {
	font-weight: 600;
	font-size: 18px;
	padding: 40px 0;
}

.content .product .product-box .product-warp .right-warp .right-warp-content .right-text {
	text-align: left;
	margin: 10px;
}

@media screen and (max-width: 991.98px) {
	.content .product .product-box {
		height: auto;
		margin-top: 0;
	}

	.content .product .product-box .product-warp {
		height: auto;
		margin: 0 auto;
	}

	.content .product .product-box .product-warp .left-warp {
		width: 100%;
		height: 100%;
		float: none;
	}

	.content .product .product-box .product-warp .left-warp .left-warp-content {
		height: auto;
	}

	.content .product .product-box .product-warp .left-warp .left-warp-content .item.item-one {
		height: auto;
	}

	.content .product .product-box .product-warp .left-warp .left-warp-content .item.item-one .intr-box {
		height: auto;
		line-height: 1.5;
	}

	.content .product .product-box .product-warp .left-warp .left-warp-content .item.item-one .intr-box .title-zh {
		font-size: 22px;
	}

	.content .product .product-box .product-warp .left-warp .left-warp-content .item {
		height: 220px;
	}

	.content .product .product-box .product-warp .left-warp .left-warp-content .item .intr-box {
		height: 30%;
	}

	.content .product .product-box .product-warp .left-warp .left-warp-content .item .intr-box:hover {
		cursor: pointer;
		color: #005cca;
	}

	.content .product .product-box .product-warp .left-warp .left-warp-content .item .intr-box .intr-text {
		line-height: 1.2;
	}

	.content .product .product-box .product-warp .right-warp {
		float: none;
		height: auto;
		width: 96%;
		margin: 2% auto;
		padding-bottom: 30px;
	}

	.content .product .product-box .product-warp .right-warp .right-warp-content {
		height: auto;
		width: 100%;
		margin: 0 auto;
		box-sizing: border-box;
	}

	.content .product .product-box .product-warp .right-warp .right-warp-content .title-zh {
		padding: 10px;
	}
}

@media screen and (max-width: 991.98px) and (min-width: 768px) {
	.content .product .product-box .product-warp .left-warp .left-warp-content .item.item-one {
		height: 400px;
	}

	.content .product .product-box .product-warp .left-warp .left-warp-content .item.item-one .intr-box {
		height: 100%;
	}

	.content .product .product-box .product-warp .left-warp .left-warp-content .item {
		height: 330px;
	}

	.content .product .product-box .product-warp .right-warp .right-warp-content {
		padding: 10px;
	}

	.content .product .product-box .product-warp .right-warp .right-warp-content .title-zh {
		padding: 10px;
	}
}

.content .real {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

.content .real .real-box .pagination .swiper-pagination-switch {
	padding: 10px;
	border: 1px solid #005cca;
	margin: 0 20px;
	color: #333;
	font-size: 16px;
}

.content .real .real-box .pagination .swiper-pagination-switch.swiper-active-switch {
	background-color: #005cca;
	color: #fff;
	margin: 0 10px;
}

.content .real .real-box .pagination .swiper-pagination-switch:hover {
	cursor: pointer;
}

.content .real .real-box .real-slide {
	padding-top: 30px;
}

.content .real .real-box .real-slide .swiper-wrapper .swiper-slide .item {
	background-color: #fff;
	width: 31%;
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 20px;
	box-shadow: 0 0 16px 0 #ddd;
	text-align: left;
	height: 376px;
}

.content .real .real-box .real-slide .swiper-wrapper .swiper-slide .item:hover {
	animation: jump 0.6s linear;
	color: #005cca;
	cursor: pointer;
}

.content .real .real-box .real-slide .swiper-wrapper .swiper-slide .item:hover .subtitle-zh {
	color: #005cca;
}

.content .real .real-box .real-slide .swiper-wrapper .swiper-slide .item:hover .border-b {
	margin-left: calc(70% - 15px);
}

.content .real .real-box .real-slide .swiper-wrapper .swiper-slide .item .real-img {
	width: 100%;
	height: 265px;
}

.content .real .real-box .real-slide .swiper-wrapper .swiper-slide .item .real-img>img {
	height: 100%;
	width: 100%;
}

.content .real .real-box .real-slide .swiper-wrapper .swiper-slide .item .title-zh {
	font-size: 16px;
	font-weight: 600;
	color: #005cca;
	padding: 20px 15px 15px;
}

.content .real .real-box .real-slide .swiper-wrapper .swiper-slide .item .subtitle-zh {
	font-size: 14px;
	font-weight: 500;
	color: #333;
	padding: 0 15px 15px;
}

.content .real .real-box .real-slide .swiper-wrapper .swiper-slide .item .border-b {
	display: inline-block;
	height: 2px;
	background-color: #005cca;
	border-radius: 8px;
	width: 30%;
	margin: 0 0 15px 15px;
	transition: all linear .3s;
}

.content .real .real-box .more {
	display: inline-block;
	margin: 20px auto 30px;
	padding: 10px 20px;
	border: 1px solid #005cca;
	color: #fff;
	background-color: #005cca;
	font-size: 16px;
}

.content .real .real-box .more.swiper-active-switch {
	background-color: #005cca;
	color: #fff;
}

.content .real .real-box .more:hover {
	cursor: pointer;
	background-color: #fff;
	color: #005cca;
}

@media screen and (max-width: 991.98px) {
	.content .real .real-box .real-slide .swiper-wrapper .swiper-slide .item {
		width: 48%;
		height: 230px;
	}

	.content .real .real-box .real-slide .swiper-wrapper .swiper-slide .item .real-img {
		height: 120px;
	}
}

@media screen and (max-width: 991.98px) and (min-width: 768px) {
	.content .real .real-box .real-slide .swiper-wrapper .swiper-slide .item {
		height: 376px;
	}

	.content .real .real-box .real-slide .swiper-wrapper .swiper-slide .item .real-img {
		height: 265px;
	}
}

.content .build {
	background-image: url("../image/news_bg.jpg");
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 40px 0;
}

.content .build .title-box {
	text-align: center;
	display: inline-block;
	padding: 0 10px 30px 10px;
	font-weight: 600;
}

.content .build .title-box .warp {
	font-size: 24px;
}

.content .build .title-box .warp .title-zh {
	color: #fff;
}

.content .build .title-box .warp .title-en {
	color: #fff;
}

.content .build .title-box .border-b {
	display: inline-block;
	height: 5px;
	width: 80%;
	background-color: #005cca;
	border-radius: 10px;
}

.content .build .build-box {
	margin: 0 auto;
}

.content .build .build-box .left-warp {
	width: 49%;
	margin-right: 2%;
}

.content .build .build-box .left-warp .left-warp-content .item {
	background-color: #fff;
	width: 100%;
	box-shadow: 0 0 16px 0 #333;
	text-align: left;
	height: 530px;
}

.content .build .build-box .left-warp .left-warp-content .item:hover {
	color: #005cca;
	cursor: pointer;
}

.content .build .build-box .left-warp .left-warp-content .item:hover .intr-box .titles .title-zh {
	color: #005cca;
}

.content .build .build-box .left-warp .left-warp-content .item:hover .intr-box .subtitle-zh {
	color: #005cca;
}

.content .build .build-box .left-warp .left-warp-content .item:hover .intr-box .border-b {
	width: calc(100% - 30px);
}

.content .build .build-box .left-warp .left-warp-content .item:nth-of-type(3n) {
	margin-right: 0;
	margin-left: 0;
}

.content .build .build-box .left-warp .left-warp-content .item:nth-of-type(3n - 1) {
	margin-left: 0;
}

.content .build .build-box .left-warp .left-warp-content .item .real-img {
	width: 100%;
	height: calc(100% - 147px);
	padding: 15px 15px 0 15px;
	box-sizing: border-box;
}

.content .build .build-box .left-warp .left-warp-content .item .real-img a {
	height: 100%;
}

.content .build .build-box .left-warp .left-warp-content .item .real-img a>img {
	height: 100%;
	width: 100%;
	display: block;
}

.content .build .build-box .left-warp .left-warp-content .item .intr-box {
	height: 147px;
}

.content .build .build-box .left-warp .left-warp-content .item .intr-box .titles {
	width: 100%;
}

.content .build .build-box .left-warp .left-warp-content .item .intr-box .titles .title-zh {
	font-size: 16px;
	font-weight: 600;
	color: #333;
	padding: 15px 0 15px 15px;
	box-sizing: border-box;
	max-width: 74%;
}

.content .build .build-box .left-warp .left-warp-content .item .intr-box .titles .time {
	font-size: 14px;
	color: #b4b4b4;
	padding: 15px 15px 15px 0;
	box-sizing: border-box;
	display: inline-block;
	max-width: 26%;
}

.content .build .build-box .left-warp .left-warp-content .item .intr-box .subtitle-zh {
	font-size: 14px;
	font-weight: 500;
	color: #333;
	padding: 0 15px 0;
	-webkit-line-clamp: 3;
}

.content .build .build-box .left-warp .left-warp-content .item .intr-box .border-b {
	display: inline-block;
	height: 2px;
	background-color: #005cca;
	border-radius: 8px;
	width: 30%;
	margin: 0 0 15px 15px;
	transition: all linear .3s;
}

.content .build .build-box .right-warp {
	max-height: 588px;
	overflow: hidden;
	width: 49%;
}

.content .build .build-box .right-warp .right-warp-content .pagination {
	padding: 19px 0 20px 0;
	text-align: left;
}

.content .build .build-box .right-warp .right-warp-content .pagination .swiper-pagination-switch {
	padding: 10px 20px;
	border: 1px solid #fff;
	margin: 10px 20px 10px 0;
	color: #fff;
	font-size: 16px;
	border-radius: 26px;
}

.content .build .build-box .right-warp .right-warp-content .pagination .swiper-pagination-switch.swiper-active-switch {
	background-color: #fff;
	color: #005cca;
}

.content .build .build-box .right-warp .right-warp-content .pagination .swiper-pagination-switch:hover {
	cursor: pointer;
}

.content .build .build-box .right-warp .right-warp-content .build-slide .swiper-slide .item {
	background-color: #fff;
	background-color: rgba(225, 225, 225, 0.9);
	width: 100%;
	box-shadow: 0 0 16px 0 #333;
	text-align: left;
	height: 147px;
	margin: 10px 0;
}

.content .build .build-box .right-warp .right-warp-content .build-slide .swiper-slide .item:hover {
	color: #005cca;
	cursor: pointer;
}

.content .build .build-box .right-warp .right-warp-content .build-slide .swiper-slide .item:hover .titles .title-zh {
	color: #005cca;
}

.content .build .build-box .right-warp .right-warp-content .build-slide .swiper-slide .item:hover .subtitle-zh {
	color: #005cca;
}

.content .build .build-box .right-warp .right-warp-content .build-slide .swiper-slide .item:hover .border-b {
	width: calc(100% - 30px);
}

.content .build .build-box .right-warp .right-warp-content .build-slide .swiper-slide .item:nth-of-type(3n) {
	margin-right: 0;
	margin-left: 0;
}

.content .build .build-box .right-warp .right-warp-content .build-slide .swiper-slide .item:nth-of-type(3n - 1) {
	margin-left: 0;
}

.content .build .build-box .right-warp .right-warp-content .build-slide .swiper-slide .item .titles {
	width: 150%;
}

.content .build .build-box .right-warp .right-warp-content .build-slide .swiper-slide .item .titles .title-zh {
	font-size: 16px;
	font-weight: 600;
	color: #333;
	padding: 20px 15px 15px;
	box-sizing: border-box;
}

.content .build .build-box .right-warp .right-warp-content .build-slide .swiper-slide .item .titles .time {
	font-size: 14px;
	color: #b4b4b4;
	padding: 20px 15px 15px;
	box-sizing: border-box;
}

.content .build .build-box .right-warp .right-warp-content .build-slide .swiper-slide .item .subtitle-zh {
	font-size: 14px;
	font-weight: 500;
	color: #333;
	padding: 0 15px 15px;
}

.content .build .build-box .right-warp .right-warp-content .build-slide .swiper-slide .item .border-b {
	display: inline-block;
	height: 2px;
	background-color: #005cca;
	border-radius: 8px;
	width: 30%;
	margin: 0 0 15px 15px;
	transition: all linear .3s;
}

@media screen and (max-width: 991.98px) {
	.content .build .build-box {
		margin: 0 auto;
	}

	.content .build .build-box .left-warp {
		width: 96%;
		margin: 0 auto 2%;
		float: none;
	}

	.content .build .build-box .left-warp .left-warp-content .item {
		height: auto;
	}

	.content .build .build-box .right-warp {
		max-height: 588px;
		width: 96%;
		margin: 0 auto;
		float: none;
	}

	.content .build .build-box .right-warp .right-warp-content .pagination {
		padding: 19px 0 20px 0;
		text-align: left;
	}

	.content .build .build-box .right-warp .right-warp-content .pagination .swiper-pagination-switch {
		padding: 10px 20px;
		border: 1px solid #fff;
		margin: 10px 10px 10px 0;
		color: #fff;
		font-size: 16px;
		border-radius: 26px;
	}

	.content .build .build-box .right-warp .right-warp-content .pagination .swiper-pagination-switch.swiper-active-switch {
		background-color: #fff;
		color: #005cca;
	}

	.content .build .build-box .right-warp .right-warp-content .pagination .swiper-pagination-switch:hover {
		cursor: pointer;
	}

	.content .build .build-box .right-warp .right-warp-content .build-slide .swiper-slide .item {
		background-color: #fff;
		background-color: rgba(225, 225, 225, 0.9);
		width: 100%;
		box-shadow: 0 0 16px 0 #333;
		text-align: left;
		height: 147px;
		margin: 10px 0;
	}

	.content .build .build-box .right-warp .right-warp-content .build-slide .swiper-slide .item:hover {
		color: #005cca;
		cursor: pointer;
	}

	.content .build .build-box .right-warp .right-warp-content .build-slide .swiper-slide .item:hover .titles .title-zh {
		color: #005cca;
	}

	.content .build .build-box .right-warp .right-warp-content .build-slide .swiper-slide .item:hover .subtitle-zh {
		color: #005cca;
	}

	.content .build .build-box .right-warp .right-warp-content .build-slide .swiper-slide .item:hover .border-b {
		width: calc(100% - 30px);
	}

	.content .build .build-box .right-warp .right-warp-content .build-slide .swiper-slide .item:nth-of-type(3n) {
		margin-right: 0;
		margin-left: 0;
	}

	.content .build .build-box .right-warp .right-warp-content .build-slide .swiper-slide .item:nth-of-type(3n - 1) {
		margin-left: 0;
	}

	.content .build .build-box .right-warp .right-warp-content .build-slide .swiper-slide .item .titles {
		width: 100%;
	}

	.content .build .build-box .right-warp .right-warp-content .build-slide .swiper-slide .item .titles .title-zh {
		font-size: 16px;
		font-weight: 600;
		color: #333;
		padding: 15px 0 15px 15px;
		max-width: 74%;
	}

	.content .build .build-box .right-warp .right-warp-content .build-slide .swiper-slide .item .titles .time {
		font-size: 14px;
		color: #b4b4b4;
		padding: 15px 15px 15px 0;
		max-width: 26%;
	}

	.content .build .build-box .right-warp .right-warp-content .build-slide .swiper-slide .item .subtitle-zh {
		font-size: 14px;
		font-weight: 500;
		color: #333;
		padding: 0 15px 0;
		-webkit-line-clamp: 3;
	}

	.content .build .build-box .right-warp .right-warp-content .build-slide .swiper-slide .item .border-b {
		display: inline-block;
		height: 2px;
		background-color: #005cca;
		border-radius: 8px;
		width: 30%;
		margin: 0 0 15px 15px;
		transition: all linear .3s;
	}
}

/*新版首页*/
.nav-block {
	background: rgb(219, 234, 237);
	padding: 25px 0;
}

.nav-block ul {
	width: 1200px;
	max-width: 1200px;
	margin: 0 auto;
}

.nav-block ul li {
	width: 191px;
	height: 90px;
	padding-left: 95px;
	background: #FFFFFF;
	border: 1px solid rgba(231, 233, 235);
	border-radius: 5px;
	float: left;
	margin-right: 15px;
	color: #333333;
	background-position: 25px center;
	background-repeat: no-repeat;
	text-align: left;

}

.nav-block ul li a {
	color: #333333;
}

.nav-block ul li h3 {
	font-weight: bold;
	padding-top: 21px;
}

.nav-block ul li:hover {
	background-color: rgb(0, 92, 201);
	color: #FFFFFF;

}

.nav-block ul li:hover a {
	color: #FFFFFF;
}

.mr0 {
	margin-right: 0px !important;
}

.nav-block ul li.li1 {
	background-image: url(../image/icon_pc/icon_index_nav_block/yczp_h.png);
}

.nav-block ul li.li2 {
	background-image: url(../image/icon_pc/icon_index_nav_block/bzhcp_h.png);
}

.nav-block ul li.li3 {
	background-image: url(../image/icon_pc/icon_index_nav_block/sjal_h.png);
}

.nav-block ul li.li4 {
	background-image: url(../image/icon_pc/icon_index_nav_block/cpjfw_h.png);
}

.nav-block ul li.li1:hover {
	background-image: url(../image/icon_pc/icon_index_nav_block/yczp.png);
}

.nav-block ul li.li2:hover {
	background-image: url(../image/icon_pc/icon_index_nav_block/bzhcp.png);
}

.nav-block ul li.li3:hover {
	background-image: url(../image/icon_pc/icon_index_nav_block/sjal.png);
}

.nav-block ul li.li4:hover {
	background-image: url(../image/icon_pc/icon_index_nav_block/cpjfw.png);
}

.main-block {
	margin: 0 auto;
	width: 1200px;
	max-width: 1200px;
}

.about-block {
	height: 467px;
	overflow: hidden;
	padding: 20px 0;
	text-align: left;
}

.about-block .video {
	width: 845px;
	overflow: hidden;
	height: 467px;
	float: left;
	position:relative;
}
.about-block .video #play{
	width:100%;
	height:100%;
	z-index:2;
	transition:all 0.3s;
	left:0;
	top:0;
}
.about-block .title {
	width: 305px;
	height: 417px;
	overflow: hidden;
	background: rgb(0, 92, 201);
	color: #FFFFFF;
	float: left;
	padding: 25px;
}

.about-block h2 {
	font-size: 38px;
	padding: 15px;
	font-weight: bold;
	padding-top: 40px;
}

.about-block h2 span {
	display: block;
	font-weight: normal;
	margin-bottom: 10px;
}

.about-block span.line {
	width: 35px;
	height: 1px;
	background: #FFFFFF;
	display: block;
	margin: 15px;
}

.about-block .title p {
	font-size: 33px;
	padding: 15px 15px 25px 15px;
}

.about-block .title a {
	display: inline-block;
	width: 110px;
	height: 40px;
	background: url(../image/icon_pc/icon_jiantou.png) no-repeat 90px center #FFFFFF;
	color: rgb(0, 92, 201);
	line-height: 40px;
	padding: 0 10px;
	margin: 15px;
	font-size: 20px;
	transition: all 0.3s;
}

.about-block .title a:hover {
	background-position: 95px center;
}

.yangban-block {
	background: url(../image/yb_block_bg.jpg) no-repeat center;
	background-size: cover;
	height: 768px;
	overflow: hidden;
	text-align: left;
}

.yangban-block .yangban-wrap {
	padding: 15px;
	background: #FFFFFF;
}

.yangban-block .yangban-wrap .yangban-bd {
	width: 267px;
	float: left;
}

.yangban-block .bd {
	float: left;
	width: 900px;
	overflow: hidden;
}

.yangban-block h2 {
	color: #FFFFFF;
	font-size: 36px;
	padding: 25px 0;
	text-align: center;
}

.yangban-block .yangban-wrap .yangban-bd li {
	border: 1px solid #e3e3e3;
	height: 150px;
	line-height: 150px;
	background-position: 30px center;
	padding-left: 100px;
	color: #333333;
	background-repeat: no-repeat;
	transition: all 0.3s;
}

.yangban-block .yangban-wrap .yangban-bd li:hover,
.yangban-block .yangban-wrap .yangban-bd li.on {
	background-color: #005cca;
	color: #FFFFFF;
	border-color: #005cca;
}

.yangban-block .yangban-wrap .yangban-bd li:hover a,
.yangban-block .yangban-wrap .yangban-bd li.on a {
	color: #FFFFFF;
}

.yangban-block .yangban-wrap .yangban-bd li a {
	color: #333333;
	display: block;
	font-size: 20px;
}

.yangban-block .yangban-wrap .yangban-bd li.li1 {
	background-image: url(../image/icon_pc/icon_xysh/ycsj_h.png);
}

.yangban-block .yangban-wrap .yangban-bd li.li2 {
	background-image: url(../image/icon_pc/icon_xysh/whxs_h.png);
}

.yangban-block .yangban-wrap .yangban-bd li.li3 {
	background-image: url(../image/icon_pc/icon_xysh/bsty_h.png);
}

.yangban-block .yangban-wrap .yangban-bd li.li4 {
	background-image: url(../image/icon_pc/icon_xysh/zh_h.png);
}

.yangban-block .yangban-wrap .yangban-bd li.li1:hover,
.yangban-block .yangban-wrap .yangban-bd li.li1.on {
	background-image: url(../image/icon_pc/icon_xysh/ycsj.png);
}

.yangban-block .yangban-wrap .yangban-bd li.li2:hover,
.yangban-block .yangban-wrap .yangban-bd li.li2.on {
	background-image: url(../image/icon_pc/icon_xysh/whxs.png);
}

.yangban-block .yangban-wrap .yangban-bd li.li3:hover,
.yangban-block .yangban-wrap .yangban-bd li.li3.on {
	background-image: url(../image/icon_pc/icon_xysh/bsty.png);
}

.yangban-block .yangban-wrap .yangban-bd li.li4:hover,
.yangban-block .yangban-wrap .yangban-bd li.li4.on {
	background-image: url(../image/icon_pc/icon_xysh/zh.png);
}

.yangban-block .bd {}

.yangban-block .bd ul li {
	float: left;
	width: 440px;
	height: 299px;
	overflow: hidden;
	margin: 0 0px 10px 10px;
	position:relative;
}
.yangban-block .bd ul li p{
	position:absolute;
	width:100%;
	height:40px;
	background:#fff;
	text-indent:15px;
	color:#005cca;
	z-index:1;
	transition:all 0.3s;
	line-height:40px;
	left:0;
	bottom:-100%;
	
}
.yangban-block .bd ul li:hover{
	box-shadow:0 0 10px rgba(0,0,0,0.3);
}
.yangban-block .bd ul li:hover p{
	bottom:0px;
}
.yangban-block .bd ul li p span{
	padding-right:15px;
	float:right;
	color:rgb(102,102,102);

}
.yangban-block .bd ul li img {
	transition: all 0.3s;
	max-width: 100%;
}

.yangban-block .bd ul li:hover img {
	transform: scale(1.1);
}

.service-block {
	padding: 25px 0;
	background: #FFFFFF;
}

.service-block h2 {
	font-size: 38px;
	color: #000000;
	margin-bottom: 25px;
}

.service-block .service-wrap {
	width: 497px;
	height: 537px;
	overflow: hidden;
	float: left;
}

.service-block .service-wrap .service-slide {
	position: relative;
}

.service-block .service-wrap .service-slide ul li {
	width: 100%;
	height: 537px;
	overflow: hidden;
	position: relative;
	text-align: left;
	color: #FFFFFF;
	background: #212121;
}

.service-block .service-wrap .service-slide ul li h2 {
	color: #FFFFFF;
	margin-bottom: 10px;
}

.service-block .service-wrap .service-slide ul li img {
	width: 100%;
}

.service-block .service-wrap .service-slide ul li .title {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	height: 88px;
	padding: 15px;
	color: #FFFFFF;
}

.service-block .yuanjing {
	width: 700px;
	height: 360px;
	overflow: hidden;
	background: url(../image/yj_bg.jpg) no-repeat center;
	background-size: cover;
	float: left;
	padding-top: 177px;
}

.service-block .service-wrap .service-slide .prev,
.service-block .service-wrap .service-slide .next {
	display: block;
	position: absolute;
	right: 34px;
	bottom: 37px;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	z-index: 3;
	width: 60px;
	height: 44px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../image/icon_right.png);
	overflow: hidden;
	text-indent: -99999999px;
}

.service-block .service-wrap .service-slide .prev {
	right: 95px;
	background-image: url(../image/icon_left.png);
}

.service-block .yuanjing p {
	text-align: left;
	color: #FFFFFF;
	font-size: 18px;
	padding: 5px 40px;
	line-height: 45px;
	text-indent: 40px;
}

.shijing {
	background: url(../image/sj_block_bg.jpg) no-repeat center;
	background-size: cover;
	padding-bottom: 45px;
}

.shijing .hd {
	text-align: center;
	width: 206px;
	margin: 15px auto;
	height: 50px;
	overflow: hidden;
}

.shijing .hd li {
	width: 80px;
	text-align: center;
	border: 1px solid #005cca;
	color: #000000;
	padding: 5px 5px;
	float: left;
	margin-right: 10px;

}

.shijing .hd li.on {
	background: #005cca;
	color: #FFFFFF;
}

.shijing .sj-bd {
	background: #FFFFFF;
	overflow: hidden;
	height: 854px;
	padding: 15px;
	padding-top: 30px;
}


.shijing .sj-bd .item {
	background-color: #fff;
	width: 31%;
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 20px;
	box-shadow: 0 0 16px 0 #ddd;
	text-align: left;
	height: 376px;
}

.shijing .sj-bd .item:hover {
	animation: jump 0.6s linear;
	color: #005cca;
	cursor: pointer;
}

.shijing .sj-bd .item:hover .subtitle-zh {
	color: #005cca;
}

.shijing .sj-bd .item:hover .border-b {
	margin-left: calc(70% - 15px);
}

.shijing .sj-bd .item .real-img {
	width: 100%;
	height: 265px;
}

.shijing .sj-bd .item .real-img>img {
	height: 100%;
	width: 100%;
}

.shijing .sj-bd .item .title-zh {
	font-size: 16px;
	font-weight: 600;
	color: #005cca;
	padding: 20px 15px 15px;
}

.shijing .sj-bd .item .subtitle-zh {
	font-size: 14px;
	font-weight: 500;
	color: #333;
	padding: 0 15px 15px;
}

.shijing .sj-bd .item .border-b {
	display: inline-block;
	height: 2px;
	background-color: #005cca;
	border-radius: 8px;
	width: 30%;
	margin: 0 0 15px 15px;
	transition: all linear .3s;
}

.shijing h2 {
	font-size: 46px;
	padding: 25px 0;
	color: #005CCA;
}

.shijing .more {
	width: 100px;
	display: block;
	margin: 15px auto;
	color: #FFFFFF;
	background: #005CCA;
	margin-top: -50px;
	padding: 5px 0;
}

.bz {
	background: #FFFFFF;
	padding: 45px 0;
}

.bz ul li {
	float: left;
	width: 161px;
	height: 167px;
	text-align: left;
	border: 1px solid rgb(229, 229, 229);
	transition: all 0.3s;
	padding-left: 118px;
	margin-right: 20px;
	background-repeat: no-repeat;
	background-position: 24px center;
	color: rgb(102, 102, 102);
	cursor: pointer;
}

.bz ul li.li4 {
	margin-right: 0;
}

.bz ul li:hover {
	box-shadow: 0 0 30px rgba(0, 92, 202, 0.3);
	border-color: #005cca;
	color: #005cca;
}

.bz ul li.li1 {
	background-image: url(../image/icon_pc/icon_bz/sj.png);
}

.bz ul li.li1:hover {
	background-image: url(../image/icon_pc/icon_bz/sj_h.png);
}

.bz ul li.li2 {
	background-image: url(../image/icon_pc/icon_bz/dztb.png);
}

.bz ul li.li2:hover {
	background-image: url(../image/icon_pc/icon_bz/dztb_h.png);
}

.bz ul li.li3 {
	background-image: url(../image/icon_pc/icon_bz/pz.png);
}

.bz ul li.li3:hover {
	background-image: url(../image/icon_pc/icon_bz/pz_h.png);
}

.bz ul li.li4 {
	background-image: url(../image/icon_pc/icon_bz/sx.png);
}

.bz ul li.li4:hover {
	background-image: url(../image/icon_pc/icon_bz/sx_h.png);
}

.bz ul li span {
	font-size: 22px;
	font-weight: bold;
	padding: 15px 0 5px 0;
	display: block;
}

.bz ul li p {
	padding-right: 10px;
}
