* {
  
	list-style-type: none;
  	font-family: "Microsoft YaHei","Arial",sans-serif;
  	padding: 0px;
  	margin: 0px;
}

.m-partner-box {
	display: none;
}

/* 轮播图slide */
.banner-box {
	height: 320px;
	text-align: center;
	position: relative;
}

.banner-box p {
	font-size: 42px;
	color: #fff;
	padding-top: 130px;
}

.banner-box p span {
	font-size: 28px;
	padding: 0 8px;
}

.banner-box-two {
	height: 160px;
	background: url(../images/abouut-bg.jpg) no-repeat 0px center;
	text-align: center;
	position: relative;
}

.banner-box-two p {
	font-size: 32px;
	color: #fff;
	padding-top: 56px;
}

.banner-box-two p span {
	font-size: 28px;
	padding: 0 8px;
}


/*合作伙伴*/
.home-title-box {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 20px;
}

.home-title-box .home-title {
	font-size: 28px;
	color: #0b5a7b;
}

.home-title-box .home-txt {
	font-size: 12px;
	font-weight: 700;
	color: #c5d4dc;
	display: block;
	margin-top: -5px;
}
.partner-box {
	background: url(../images/partner-bg.png) no-repeat center;
	height: 540px;
}

.partner-box .home-partner-box {
	width:1200px;
	margin:0 auto;
	padding-top: 20px;
}

.home-partner-box .home-partner-link {
	width:1240px;
	position:relative;
}

.home-partner-link a {
	width:232px;
	height:80px;
	display:block;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	position:relative;
}

.home-partner-link a img {
	width:232px;
	height:80px;
	border:1px solid #e1f2f5;
	transition:all 0.5s ease
}

.home-partner-link a:hover img {
	border:1px solid #4f889f;
	transition:all 0.5s ease
}


/*公司简介*/
.about-content-box {
	width: 1200px;
	margin: 0 auto;
}

.about-content-box .about-content-l {
	width: 475px;
	height: 575px;
	float: left;
}

.about-content-l img {
	width: 475px;
	height: 575px;
	transform: scale(1);
    transition: transform .5s;
}

.about-content-l:hover img {
	transform: scale(1.1);
    transition: transform .5s;
}

.about-content-box .about-content-r {
	width: 660px;
	float: right;
	padding-top: 24px;
}

.about-content-r h3 {
	font-size: 18px;
	line-height: 28px;
	color: #141414;
	padding-bottom: 16px;
}

.about-content-r h3 span {
	font-size: 16px;
	line-height: 22px;
	color: #ccc;
	padding: 0 16px;
}

.about-content-r p {
	font-size: 14px;
	line-height: 24px;
	text-indent: 28px;
	color: #333;
	padding-bottom: 8px;
	letter-spacing: 0.25px;
}


/*发展历程*/
.history-content-box {
	height: auto;
	background: url(../images/history-bg.jpg) no-repeat top center;
	text-align: center;
	position: relative;
	margin-top: 60px;
	margin-bottom: 20px;
}

.history-title-box {
	text-align: center;
	padding-top: 80px;
	padding-bottom: 20px;
}

.history-title-box .history-title {
	font-size: 28px;
	color: #fff;
}

.history-title-box .history-txt {
	font-size: 12px;
	font-weight: 700;
	color: #ccc;
	display: block;
	margin-top: -5px;
}

/*发展历程*/
.container {
	height: auto;
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 20px;
	padding-left: 0;
	padding-right: 0;
}

.price {
	width: 1200px;
	margin: 0 auto;
}

.price h2 {
	font-size: 24px;
	color: #333;
	line-height: 1;
	font-weight: 400;
	padding-bottom: 10px;
	padding-left: 10px;
}

.price .category {
	width: 1180px;
	overflow: hidden;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	margin-left: 10px;
}

.price .category:after {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 1px;
	background-color: #3979a7;
	z-index: 2;
}

.price .category:before {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 1px;
	background-color: #3979a7;
	z-index: 2;
}

.price .category a:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}

.price .category ul {
	padding-left: 30%;
}

.price .category .prev {
	display: none;
	position: absolute;
	top: 0;
	width: 59px;
	height: 100%;
	background: #0c3c5e;
	border: 1px solid #3978a6;
	text-align: center;
	font-size: 0;
	left: 0;
}

.price .category .prev span {
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 14px;
	background-repeat: no-repeat;
	background-image: url(../images/fonts/arrow.svg);
	background-position: 96.77% 25%;
	background-size: initial;
}

.price .category .next span {
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 14px;
	background-repeat: no-repeat;
	background-image: url(../images/fonts/arrow.svg);
	background-position: 61.29% 25%;
	background-size: initial;
}

.price .category .next {
	position: absolute;
	top: 0;
	width: 59px;
	height: 100%;
	background: #0c3c5e;
	text-align: center;
	font-size: 0;
	right: 0;
}

.price .category ul li {
	display: table-cell;
	color: #7cc5f6;
	white-space: nowrap;
	font-size: 14px;
	text-align: center;
	border-bottom: 3px solid transparent;
	cursor: pointer;
	position: relative;
	padding: 18px 25px;
}

.price .category ul li.active {
	border-bottom-color: #fff;
	color: #fff;
}

.price .cont {
	display: none;
}

.price .cont.active {
	display: block;
}

.price .cont ul li {
	width: 376px;
	float: left;
	margin: 0 12px;
	box-sizing: border-box;
}

.price .cont ul li:nth-child(4n) {
	margin-right: 0px!important;
}

.price .cont ul li a {
	display: block;
	border-radius: 6px;
	background-color: #fff;
	margin-top: 40px;
	padding: 24px;
	transform: translateY(0px);
}

.price .cont ul li a:hover {
	box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .1);
	border-color: rgba(229, 229, 229, .73);
	transform: translateY(-24px);
}

.price .cont ul li a:hover .cont_main h3.title {
	color: #00a4ff;
}

.price .cont ul li a .cont_main {
	display: table-cell;
	vertical-align: top;
}

.price .cont ul li a .cont_main h3.title {
	font-size: 18px;
	font-weight: 400;
	color: #0f7395;
	line-height: 32px;
	padding-bottom: 8px;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
	text-align: left
}

.price .cont ul li a .cont_main p.desc {
	font-size: 14px;
	line-height: 1.5;
	color: #424242;
	text-align: left;
	margin-top: -2px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
}


/*服务流程*/
.service-box {
	width: 1200px;
	margin: 0 auto
}

.service-box .service-text-box {
	text-align: center;
	padding: 30px 0 60px 0;
}

.service-text-box a {
	width: 108px;
	height: 108px;
	display: inline-block;
	margin: 0 50px;
}

.service-text-box a p {
	line-height: 42px;
	color: #424242;
}





/*移动设备兼容*/
@media only screen and (max-width: 540px) {
	
	
}


@media only screen and (max-width: 768px) {
	
	
	
}


@media only screen and (max-width: 991px) {
	
	.hearder-box {
		display: none;
	}
	

}


@media only screen and (max-width: 1199px) {
	
	.two-list-box-right {
		display: none
	}
	
	.target {
		display: none
	}
	
	.service-box {
		display: none
	}
	
	.classname {
		display: inline;
	}
	
	.partner-box {
		display: none;
	}
	
	.item {
		top: 500px;
		left: 0;
	}
	
	.prev,.next {
		display: none;
	}
	
	.obj-e {
		margin-left: -360px;
		top: 100px;
		z-index: 12;
	}
	
	.obj-f {
		width: 200px;
		height: 56px;
		top: -88px;
		margin-left: -360px;
	}
	
	/* 轮播图slide */
	.banner-box {
		height: 220px;
		background: url(../images/news-bg.jpg) no-repeat 0px center;
		text-align: center;
		position: relative;
	}

	.banner-box p {
		font-size: 32px;
		color: #fff;
		padding-top: 80px;
	}

	.banner-box p span {
		font-size: 28px;
		padding: 0 8px;
	}
	
	.banner-box-two {
		height: 120px;
		background: url(../images/news-bg.jpg) no-repeat 0px center;
		text-align: center;
		position: relative;
	}

	.banner-box-two p {
		font-size: 26px;
		color: #fff;
		padding-top: 36px;
	}

	.banner-box-two p span {
		font-size: 28px;
		padding: 0 8px;
	}
	
	
	/*公司简介*/
	.about-content-box {
		width: 100%;
		margin: 0 auto;
		padding-top: 60px;
	}
	.about-content-box img {
		max-width: 100%;
	}
	.about-content-box .about-content-l {
		padding: 0 30px;
		width: 100%;
		height: 575px;
	}

	.about-content-l img {
		width: 100%;
		height: 575px;
		transform: scale(1);
		transition: transform .5s;
	}

	.about-content-box .about-content-r {
		width: 100%;
		padding: 24px 30px;
	}

	.about-content-r h3 {
		font-size: 22px;
		line-height: 32px;
		color: #141414;
		padding-bottom: 16px;
		text-align: center
	}

	.about-content-r h3 span {
		font-size: 18px;
		line-height: 26px;
		color: #ccc;
		padding: 0 16px;
	}

	.about-content-r p {
		font-size: 18px;
		line-height: 32px;
		color: #333;
		padding-bottom: 8px;
		letter-spacing: 0.25px;
	}
	
	
	/*发展历程*/
	.history-content-box {
		height: auto;
		background: url(../images/history-bg.jpg) no-repeat top center;
		text-align: center;
		position: relative;
		margin-top: 10px;
		margin-bottom: 20px;
	}

	.history-title-box {
		text-align: center;
		padding-top: 80px;
		padding-bottom: 20px;
	}

	.history-title-box .history-title {
		font-size: 28px;
		color: #fff;
	}

	.history-title-box .history-txt {
		font-size: 16px;
		font-weight: 700;
		color: #ccc;
		display: block;
		margin-top: -5px;
	}
	
	/*发展历程*/
	.container {
		width: 100%;
		height: auto;
		overflow: hidden;
		padding-top: 40px;
		padding-bottom: 20px;
		padding-left: 0;
		padding-right: 0;
	}

	.price {
		width: 100%;
		margin: 0 auto;
	}

	.price h2 {
		font-size: 24px;
		color: #333;
		line-height: 1;
		font-weight: 400;
		padding-bottom: 10px;
		padding-left: 10px;
	}

	.price .category {
		width: 100%;
		overflow: hidden;
		position: relative;
		overflow: hidden;
		margin-bottom: 20px;
		margin-left: 10px;
	}

	.price .category:after {
		content: "";
		position: absolute;
		width: 100%;
		left: 0;
		top: 0;
		height: 1px;
		background-color: #3979a7;
		z-index: 2;
	}

	.price .category:before {
		content: "";
		position: absolute;
		width: 100%;
		left: 0;
		bottom: 0;
		height: 1px;
		background-color: #3979a7;
		z-index: 2;
	}

	.price .category a:after {
		content: "";
		display: inline-block;
		width: 0;
		height: 100%;
		vertical-align: middle;
	}

	.price .category .prev {
		display: none;
		position: absolute;
		top: 0;
		width: 59px;
		height: 100%;
		background: #0c3c5e;
		border: 1px solid #3978a6;
		text-align: center;
		font-size: 0;
		left: 0;
	}

	.price .category .prev span {
		display: inline-block;
		vertical-align: middle;
		width: 9px;
		height: 14px;
		background-repeat: no-repeat;
		background-image: url(../images/arrow.svg);
		background-position: 96.77% 25%;
		background-size: initial;
	}

	.price .category .next span {
		display: inline-block;
		vertical-align: middle;
		width: 9px;
		height: 14px;
		background-repeat: no-repeat;
		background-image: url(../images/arrow.svg);
		background-position: 61.29% 25%;
		background-size: initial;
	}

	.price .category .next {
		position: absolute;
		top: 0;
		width: 59px;
		height: 100%;
		background: #0c3c5e;
		text-align: center;
		font-size: 0;
		right: 0;
	}
	
	.price .category ul {
		padding-left: 0;
	}

	.price .category ul li {
		display: table-cell;
		color: #7cc5f6;
		white-space: nowrap;
		font-size: 14px;
		text-align: center;
		border-bottom: 3px solid transparent;
		cursor: pointer;
		position: relative;
		padding: 18px 25px;
	}

	.price .category ul li.active {
		border-bottom-color: #fff;
		color: #fff;
	}

	.price .cont {
		display: none;
	}

	.price .cont.active {
		display: block;
	}

	.price .cont ul {
		padding: 0 24px;
	}
	
	.price .cont ul li {
		width: 100%;
		margin: 0;
		box-sizing: border-box;
	}

	.price .cont ul li:nth-child(4n) {
		margin-right: 0px!important;
	}

	.price .cont ul li a {
		display: block;
		border-radius: 6px;
		background-color: #fff;
		margin-top: 20px;
		padding: 24px;
		transform: translateY(0px);
	}

	.price .cont ul li a:hover {
		box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .1);
		border-color: rgba(229, 229, 229, .73);
		transform: translateY(0px);
	}

	.price .cont ul li a:hover .cont_main h3.title {
		color: #00a4ff;
	}

	.price .cont ul li a .cont_main {
		display: table-cell;
		vertical-align: top;
	}

	.price .cont ul li a .cont_main h3.title {
		font-size: 22px;
		font-weight: 400;
		color: #0f7395;
		line-height: 32px;
		padding-bottom: 8px;
		white-space: nowrap;
		overflow: hidden;
		display: block;
		text-overflow: ellipsis;
		text-align: left
	}

	.price .cont ul li a .cont_main p.desc {
		font-size: 16px;
		line-height: 24px;
		color: #424242;
		text-align: left;
		margin-top: -2px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 6;
		overflow: hidden;
	}
	
	
	
	
	.m-home-news-box {
		padding: 20px 30px;
	}
	
	.m-partner-box {
		display: inline;
	}
	
	.m-home-title-box {
		text-align: center;
		padding-top: 40px;
		padding-bottom: 20px;
	}

	.m-home-title-box .m-home-title {
		font-size: 28px;
		color: #0b5a7b;
	}

	.m-home-title-box .m-home-txt {
		font-size: 14px;
		font-weight: 700;
		color: #c5d4dc;
		display: block;
		margin-top: -5px;
	}
	
	.m-home-partner-box {
		padding: 20px 30px;
	}
	
	.m-home-partner-link .row {
		margin-bottom: 30px;
	}
	
	.m-home-partner-link a {
		display: block
	}
	
	.m-home-partner-link a img {
		width: 100%;
	}
	
}


@media only screen and (min-width: 0) and (max-width: 540px) {
	
	
	
}


@media only screen and (min-width: 540px) and (max-width: 768px) {
	
	
		
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	
	
}


@media only screen and (min-width: 768px) and (max-width: 1199px) {
	
	
	
}







