/* 英文默认字体 */

@font-face {
	font-family: openSans;
	src: url('../fonts/OPEN-SANS-2.woff2')
}

* {
	font-family: 微软雅黑, Arial, Helvetica, sans-serif;
}

html,
body {
	font-size: 16px;
	background-color: #fff;
}

body,
div,
a,
li,
ul,
ol,
dl,
img,
span,
input {
	padding: 0px;
	margin: 0px;
	list-style: none;
	border: 0px;
}

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #000;
}

a:active {
	text-decoration: none;
	color: #000;
}

/* 外边距和后台一致 */

p {
	margin: 5px 0;
}

ul {
	list-style-type: none;
}

img {
	max-width: 100%;
}

.clear {
	clear: both;
}

.f-l {
	float: left;
}

.f-r {
	float: right;
}

.after:after {
	content: '';
	display: block;
	clear: both;
}

.mr-0 {
	margin-right: 0px !important;
}

.this-1200 {
	margin: 0 auto;
	width: 1200px;
}

/* 表格初始化 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	border: 1px solid #eee;
	padding: 7px;
	font-size: 14px;
}

.o-v {
	overflow-y: hidden;
}

/* 头部 */
#header {
	background-color: #fff;
	height: 100px;
}

#header .logo {
	margin-top: 20px;
	margin-right: 50px;
}

#header .logo img {
	height: 60px;
}

#header .h_r {
	height: 59px;
	margin-top: 39px;
}

#nav {
	float: left;
	margin-top: 34px;
}

#nav a {
	float: left;
	font-size: 14px;
	padding: 6px 14px;
	color: #000;
	border-radius: 6px;
	margin-right: 4px;
	transition: all 0.3s;
}

#nav a:hover,
#nav a.active {
	color: #fff;
	background-color: #008cd6;
}

.tel {
	text-align: center;
	border-radius: 50px;
	height: 30px;
	font-size: 18px;
	line-height: 30px;
	width: 150px;
	margin-top: 35px;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #e5efff;
}

.trial a {
	background-color: #0064ff;
	display: block;
	text-align: center;
	font-size: 16px;
	color: #fff;
	text-align: center;
	width: 100px;
	line-height: 30px;
	margin-top: 35px;
	border-radius: 6px;
}

.one {
	padding: 60px 0;
}

.s_title {
	font-size: 28px;
	color: #000;
	text-align: center;
	margin-bottom: 50px;
}

.s_title p:nth-of-type(2) {
	font-size: 22px;
	margin-top: 10px;
}

.s_title p {
	margin: 0;
}

.one_list li {
	float: left;
	width: calc(25% - 75px);
	margin-right: 100px;
}

.one_list li:nth-of-type(4n) {
	margin-right: 0;
}

.one_list li .img {
	width: 100%;
	padding-top: 129%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.one_list li .bt {
	text-align: center;
	color: #000;
	font-size: 24px;
	margin: 30px 0;
}

.one_list li a {
	text-align: center;
	color: #24278c;
	font-size: 16px;
	display: block;
	width: 150px;
	height: 40px;
	margin: auto;
	line-height: 40px;
	background-color: #e2eff5;
	border-radius: 6px;
	font-weight: bold;
	transition: all 0.3s;
}

.one_list li a:hover {
	color: #fff;
	background-color: #008cd6;
}

.two {
	background-color: #e2eff5;
	padding: 50px 0;
}

.two_list li {
	float: left;
	width: calc(25% - 56px);
	margin-right: 10px;
	text-align: center;
	background-color: #c7e4f0;
	margin-bottom: 10px;
	border-radius: 10px;
	padding: 36px 24px;
	transition: all 0.3s;
	height: 90px;
}

.two_list li:hover {
	background-color: #008cd6;
}

.two_list li:nth-of-type(4n) {
	margin-right: 0;
}

.two_list li:hover  span {
	color: #fff;
}

.two_list li span {
	font-size: 15px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
	transition: all 0.3s;
	line-height: 30px;
}

.two_list li span p {
	margin: 0;
}

.three {
	padding: 70px 0;
}

.three .an {
	text-align: center;
	color: #fff;
	display: block;
	width: 300px;
	height: 54px;
	line-height: 54px;
	border-radius: 40px;
	font-size: 24px;
	margin: auto;
	background-color: #0064ff;
}

.four {
	padding: 50px 0;
	background-color: #e2eff5;
}

.four_list li {
	float: left;
	width: calc(20% - 74px);
	margin-right: 92px;
	margin-bottom: 40px;
}

.four_list li:nth-of-type(5n) {
	margin-right: 0;
}

.four_list li .img {
	width: 100%;
	padding-top: 47%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#footer {
	background-color: #2a4a87;
	background-image: url(../images/f_bj.jpg);
	padding: 100px 0;
	color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

#footer a {
	color: #fff;
}

.f_bt {
	font-size: 24px;
	margin-bottom: 20px;
}

.f_nr {
	line-height: 30px;
}

#main .banner {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
	height: 394px;
}

.main_one {
	padding: 80px 0;
}

.main_title {
	text-align: center;
	height: 83px;
}

.main_title span {
	font-size: 30px;
	padding-bottom: 10px;
	border-bottom: 3px solid #000;
}

.main_one_list li {
	float: left;
	width: calc(25% - 48px);
	margin-right: 10px;
	text-align: center;
	background-color: #c7e4f0;
	margin-bottom: 10px;
	border-radius: 10px;
	padding: 20px 20px;
	height: 121px;
	transition: all 0.3s;
}

.main_one_list li:hover {
	background-color: #008cd6;
	color: #fff;
}

.main_one_list li:nth-of-type(4n) {
	margin-right: 0;
}

.main_one_list li .bt {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: bold;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.main_one_list li .jj {
	font-size: 14px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
	line-height: 30px;
	transition: all 0.3s;
}

.main_one_list li:hover .jj {
	color: #fff;
}

.main_one_list li .jj p {
	margin: 0;
}

.main_two {
	background-color: #e2eff5;
	padding: 40px 0;
}

.main_two_nr {
	margin: 40px 0;
}

.main_three {
	padding: 80px 0;
}

.main_three_list {
	margin-top: 40px;
}

.main_three_list li {
	float: left;
	width: calc(50% - 140px);
	margin-right: 152px;
	padding: 32px;
	border-radius: 10px;
	text-align: center;
	margin-bottom: 50px;
	color: #000;
	background-color: #fff;
	box-shadow: 0px 0px 18px #686868;
}

.main_three_list li:nth-of-type(2n) {
	margin-right: 0;
}

.main_three_list li .bt {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.main_three_list li .jj {
	font-size: 16px;
	line-height: 30px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 60px;
}

.main_three_list li .jj p {
	margin: 0;
}

.main_more {
	margin: 20px 0 120px 0;
	text-align: center;
}

.main_more span {
	font-size: 38px;
	color: #000;
	display: block;
	margin-bottom: 60px;
}

.main_more a {
	font-size: 40px;
	color: #fff;
	background-color: #0064ff;
	display: block;
	width: 330px;
	height: 96px;
	line-height: 96px;
	margin: auto;
	border-radius: 14px;
}

.no_bj {
	background-color: #fff;
}

.y_bj {
	background-color: #e2f0f7;
}

.main_four {
	padding: 80px 0;
}

.main_four_list {
	margin-top: 40px;
}

.main_four_list li {
	float: left;
	width: calc(33.33% - 118px);
	margin-right: 80px;
	padding: 32px;
	text-align: center;
	margin-bottom: 80px;
	color: #000;
	transition: all 0.3s;
	background-color: #c7e4f0;
	box-shadow: 0px 0px 18px #686868;
}

.main_four_list li:hover {
	background-color: #008cd6;
	color: #fff;
}

.main_four_list li:nth-of-type(3n) {
	margin-right: 0;
}

.main_four_list li .bt {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.main_four_list li .jj {
	font-size: 16px;
	line-height: 30px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.main_four_list li .jj p {
	margin: 0;
}

.main_five_list {
	margin-top: 60px;
}

.main_five_list li {
	float: left;
	width: calc(25% - 15px);
	margin-right: 20px;
	margin-bottom: 40px;
}

.main_five_list li:nth-of-type(4n) {
	margin-right: 0;
}

.main_five_list li .jj {
	background-color: #c7e4f0;
	text-align: center;
	line-height: 30px;
	padding: 30px 20px;
	font-size: 16px;
	transition: all 0.3s;
	min-height: 90px;
}

.main_five_list li:hover .jj {
	background-color: #9fd9f6;
}

.main_five_list li .jj p {
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.main_five_list li .bt {
	background-color: #9fd9f6;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	height: 50px;
	line-height: 50px;
	text-align: center;
	transition: all 0.3s;
	padding: 0 20px;
	font-size: 18px;
}

.main_five_list li:hover .bt {
	background-color: #008cd6;
	color: #fff;
}

.main_six_list {
	margin-top: 40px;
}

.main_six_list li {
	width: calc(33.33% - 40px);
	float: left;
	margin-right: 60px;
	text-align: center;
	padding: 30px 10px;
	box-sizing: border-box;
	cursor: pointer;
	transition: all 0.3s;
	height: 194px;
}

.main_six_list li:nth-of-type(3n) {
	margin-right: 0px;
}

.main_six_list li img {
	width: 60px;
	margin-bottom: 20px;
}

.main_six_list li p {
	margin: 0;
	line-height: 25px;
	font-size: 20px;
}

.main_six_list li:hover {
	background-color: #008cd6;
}

.main_six_list li:hover p {
	color: #fff;
}

.main_six_list li img:nth-of-type(2) {
	display: none;
}

.main_six_list li:hover img:nth-of-type(1) {
	display: none;
}

.main_six_list li:hover img:nth-of-type(2) {
	display: initial;
}

.main_seven_list {
	margin-top: 50px;
}

.main_seven_list li {
	width: calc(50% - 35px);
	margin-right: 70px;
	float: left;
	padding: 30px 40px;
	box-sizing: border-box;
	border: 1px solid #d2d2d2;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s;
}

.main_seven_list li:nth-of-type(2n) {
	margin-right: 0px;
}

.main_seven_list li:nth-of-type(n+3) {
	margin-top: 50px;
}

.main_seven_list li .title img {
	width: 50px;
	vertical-align: middle;
	margin-right: 10px;
}

.main_seven_list li .title img:nth-of-type(2) {
	display: none;
}

.main_seven_list li .title span {
	font-size: 20px;
}

.main_seven_list li .body {
	margin-top: 20px;
	height: 100px;
	overflow: hidden;
}

.main_seven_list li .body p {
	line-height: 25px;
	font-size: 14px;
	margin: 0;
}

.main_seven_list li:hover {
	background-color: #008cd6;
	border-color: #008cd6;
}

.main_seven_list li:hover .title span {
	color: #fff;
}

.main_seven_list li:hover .body p {
	color: #fff;
}

.main_seven_list li:hover img:nth-of-type(1) {
	display: none;
}

.main_seven_list li:hover img:nth-of-type(2) {
	display: initial;
}

.main_eight_list {
	margin-top: 60px;
}

.main_eight_list li {
	width: calc(33.33% - 40px);
	float: left;
	margin-right: 60px;
	margin-bottom: 40px;
}

.main_eight_list li:nth-of-type(3n) {
	margin-right: 0;
}

.main_eight_list li .img {
	width: 100%;
	padding-top: 60%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.main_eight_list li .jj {
	font-size: 16px;
	line-height: 30px;
}

.main_eight_list li .name {
	margin-top: 20px;
	text-align: right;
	font-size: 16px;
}

.main_eight_list li .name span:last-child {
	margin-left: 10px;
}

#main .series {
	margin-top: 60px;
}

#main .series a {
	float: left;
	width: 184px;
	line-height: 70px;
	text-align: center;
	border: 1px solid #008cd6;
	margin-right: 67px;
	margin-bottom: 50px;
	transition: all 0.3s;
}

#main .series a:nth-of-type(5n) {
	margin-right: 0;
}

#main .series a:hover {
	background-color: #008cd6;
	color: #fff;
}

#main .series a.active {
	background-color: #008cd6;
	color: #fff;
}

.main_nine_list {
	display: none;
}


.main_nine_list:nth-of-type(1) {
	display: block;
}

.main_nine_list li {
	width: calc(25% - 3px);
	margin-right: 4px;
	margin-bottom: 10px;
	float: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 16px;
}

.main_nine_list li:nth-of-type(4n) {
	margin-right: 0;
}

.main_about {
	margin-top: 60px;
}

.main_about_l {
	float: left;
	width: calc(100% - 540px);
	line-height: 60px;
}

.main_about_r {
	float: right;
	width: 450px;
	height: 580px;
	margin-left: 90px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: 0px 0px 30px #9f9f9f;
}

.contact {
	margin-top: 40px;
}

.contact li {
	margin-bottom: 30px;
}

.contact li .icon {
	float: left;
	width: 80px;
	text-align: center;
}

.contact li .icon img {
	width: 35px;
	margin-top: 10px;
}

.contact li .right {
	float: left;
	width: calc(100% - 80px);
}

.contact li .right p:nth-of-type(1) {
	font-size: 22px;
	margin: 0;
	margin-bottom: 10px;
}

.contact li .right p:nth-of-type(2) {
	font-size: 14px;
	margin: 0;
	line-height: 25px;
	color: #333;
}

.contact_l {
	float: left;
	width: calc(100% - 500px);
}

.contact_r {
	float: left;
	width: 450px;
	margin-left: 50px;
}

.map {
	display: block;
	width: 100%;
	margin-top: 60px;
}

#nav-m {
	display: none;
}

/* 手机版 */
@media screen and (max-width:1200px) {

	html,
	body {
		overflow-x: hidden;
		min-height: 100vh;
	}

	/* 头部 */
	.wrap {
		transition: all 0.3s ease 0s;
		transform: translate(0, 0px);
	}

	.wrap.active {
		transform: translate(calc(-90% + 60px), 0px);
	}

	.this-1200 {
		margin: 0 10px;
		width: calc(100% - 20px);
	}

	#header,
	#nav {
		display: none;
	}

	#nav-m {
		height: 50px;
		display: block;
		position: relative;
		z-index: 999;
		font-size: 0;
		width: 100%;
	}

	#nav-m .logo {
		height: 50px;
		float: left;
	}

	#nav-m .logo img {
		height: 34px;
		margin-left: 10px;
		margin-top: 8px;
	}

	#nav-m>.title {
		font-size: 14px;
		display: inline-block;
		line-height: 50px;
		vertical-align: top;
		margin-left: 10px;
		width: calc(100% - 140px);
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}

	#nav-m .menu {
		position: absolute;
		right: 10px;
		top: 11px;
		width: 22px;
		padding: 5px 10px;
		border: 1px solid #333;
		border-radius: 3px;
	}

	#nav-m .menu span {
		display: block;
		width: 100%;
		margin-bottom: 5px;
		height: 2px;
		background-color: #333;
	}

	#nav-m .menu span:nth-of-type(3) {
		margin-bottom: 0px;
	}

	#nav-m .list {
		position: fixed;
		left: 100%;
		width: calc(90% - 60px);
		top: 0;
		height: 100vh;
	}

	#nav-m .list a {
		padding-left: 10px;
		position: relative;
	}

	#nav-m .list a {
		height: 45px;
		width: 100%;
		float: left;
		font-size: 14px;
		color: #666;
		box-sizing: border-box;
		line-height: 45px;
		border-bottom: 1px solid #DEDEDF;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	#nav-m .list .title {
		border-bottom: 1px solid #DEDEDF;
	}

	#nav-m .list .title a {
		width: calc(100% - 60px);
		border-right: 1px solid #DEDEDF;
		border-bottom: 0;
	}

	#nav-m .list li i {
		width: 60px;
		height: 45px;
		line-height: 45px;
		float: right;
		font-size: 22px;
		text-align: center;
		color: #666;
		transition: all 0.3s;
		box-sizing: border-box;
	}

	#nav-m .list li .children {
		background-color: #FAFAFA;
		display: none;
	}

	#nav-m .list .language a {
		float: left;
		width: 50%;
	}

	#nav-m .list .language a:nth-of-type(1) {
		border-right: 1px solid #DEDEDF;
	}

	/* 搜索 */
	#nav-m .list .search {
		font-size: 0;
		display: block;
		padding: 20px;
	}

	#nav-m .list .search input {
		width: calc(100% - 50px);
		line-height: 35px;
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
		outline: none;
		border: 1px solid #DEDEDF;
		font-size: 12px;
		border-top-left-radius: 3px;
		border-bottom-left-radius: 3px;
	}

	#nav-m .list .search button {
		width: 50px;
		line-height: 37px;
		border: 0;
		height: 37px;
		vertical-align: bottom;
		color: #fff;
		background-color: #DDD;
		outline: none;
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px;
	}

	.one {
		padding: 30px 0;
	}

	.s_title {
		font-size: 20px;
		margin-bottom: 30px;
	}

	.s_title p:nth-of-type(2) {
		font-size: 16px;
	}

	.one_list li {
		width: calc(50% - 10px);
		margin-right: 20px;
		margin-bottom: 20px;
	}

	.one_list li:nth-of-type(2n) {
		margin-right: 0;
	}

	.one_list li .bt {
		text-align: center;
		color: #000;
		font-size: 16px;
		margin: 12px 0;
	}

	.one_list li a {
		font-size: 14px;
		width: 120px;
	}

	.two {
		padding: 30px 0;
	}

	.two_list li {
		width: calc(50% - 27px);
		margin-right: 5px;
		margin-bottom: 5px;
		padding: 20px 12px;
		height: 100px;
	}

	.two_list li:nth-of-type(2n) {
		margin-right: 0;
	}

	.two_list li span {
		font-size: 14px;
		line-height: 20px;
		-webkit-box-orient: unset;
	}

	.three {
		padding: 30px 0;
	}

	.three .an {
		width: 240px;
		height: 46px;
		line-height: 46px;
		font-size: 20px;
	}

	.four {
		padding: 30px 0;
	}

	.four_list li {
		width: calc(33.33% - 7px);
		margin-right: 10px;
		margin-bottom: 10px;
	}

	.four_list li:nth-of-type(5n) {
		margin-right: 10px;
	}

	.four_list li:nth-of-type(3n) {
		margin-right: 0;
	}

	#footer {
		padding: 30px 0;
		background-size: unset;
	}

	#main .banner {
		height: 77px;
	}

	.main_one {
		padding: 30px 0;
	}

	.main_title span {
		font-size: 20px;
		border-bottom: 2px solid #000;
	}

	.main_title {
		height: 66px;
	}

	.main_one_list li {
		width: calc(50% - 27px);
		margin-right: 5px;
		margin-bottom: 5px;
		padding: 10px;
		height: 120px;
	}

	.main_one_list li .jj {
		font-size: 14px;
		-webkit-box-orient: unset;
		line-height: 22px;
	}

	.main_two {
		padding: 20px 0;
	}

	.main_three {
		padding: 30px 0;
	}

	.main_three_list li {
		width: calc(50% - 30px);
		margin-right: 20px;
		padding: 10px;
		margin-bottom: 20px;
		box-shadow: 0px 0px 10px #686868;
	}

	.main_three_list li .bt {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.main_three_list li .jj {
		font-size: 14px;
		line-height: 20px;
		height: 100px;
		-webkit-box-orient: unset;
	}

	.f_bt {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.main_more span {
		font-size: 20px;
		margin-bottom: 30px;
	}

	.main_more a {
		font-size: 24px;
		width: 220px;
		height: 60px;
		line-height: 60px;
	}

	.main_more {
		margin: 20px 0 50px 0;
	}

	.main_one_list.phone li {
		height: 160px;
	}

	.main_three_list {
		margin-top: 20px;
	}

	.main_three_list.phone li .jj {
		height: 80px;
	}

	.main_four {
		padding: 30px 0;
	}

	.main_four_list {
		margin-top: 20px;
	}

	.main_four_list li {
		float: left;
		width: calc(50% - 25px);
		margin-right: 10px;
		padding: 10px;
		margin-bottom: 10px;
		box-shadow: 0px 0px 6px #686868;
	}

	.main_four_list li:nth-of-type(2n) {
		margin-right: 0;
	}

	.main_four_list li:nth-of-type(3) {
		margin-right: 10px;
	}

	.main_four_list li .bt {
		font-size: 16px;
		margin-bottom: 6px;
	}

	.main_four_list li .jj {
		font-size: 14px;
		line-height: 22px;
		-webkit-box-orient: unset;
		height: 66px;
	}

	.main_five_list {
		margin-top: 20px;
	}

	.main_five_list li {
		float: left;
		width: calc(50% - 5px);
		margin-right: 10px;
		margin-bottom: 10px;
	}

	.main_five_list li:nth-of-type(2n) {
		margin-right: 0;
	}

	.main_five_list li .jj {
		line-height: 20px;
		padding: 12px;
		font-size: 14px;
		min-height: 100px;
	}

	.main_five_list li .jj p {
		-webkit-box-orient: unset;
	}

	.main_five_list li .bt {
		height: 40px;
		line-height: 40px;
		padding: 0 20px;
		font-size: 16px;
	}

	.main_six_list {
		margin-top: 20px;
	}

	.main_six_list li {
		width: 50%;
		float: left;
		margin-right: 0;
		padding: 10px;
		height: 160px;
	}

	.main_six_list li p {
		font-size: 16px;
	}

	.main_six_list li img {
		width: 40px;
		margin-bottom: 20px;
	}

	.main_seven_list li {
		width: calc(50% - 5px);
		margin-right: 10px;
		padding: 10px;
	}

	.main_seven_list li:nth-of-type(n+3) {
		margin-top: 10px;
	}

	.main_seven_list {
		margin-top: 10px;
	}

	.main_seven_list li .title img {
		width: 30px;
	}

	.main_two_nr {
		margin: 20px 0;
	}

	.main_eight_list {
		margin-top: 20px;
	}

	.main_eight_list li {
		width: calc(50% - 5px);
		margin-right: 10px;
	}

	.main_eight_list li:nth-of-type(2n) {
		margin-right: 0;
	}

	.main_eight_list li:nth-of-type(3) {
		margin-right: 10px;
	}

	.main_eight_list li .jj {
		font-size: 14px;
		line-height: 24px;
	}

	.main_eight_list li .name {
		font-size: 14px;
	}

	.main_eight_list li .name span {
		display: block;
	}

	.top {
		margin-top: 0px !important
	}

	#main .series {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	#main .series a {
		float: left;
		width: calc(33.33% - 9px);
		line-height: 46px;
		text-align: center;
		border: 1px solid #3cb371;
		margin-right: 10px;
		margin-bottom: 10px;
		transition: all 0.3s;
	}

	#main .series a:nth-of-type(3n) {
		margin-right: 0;
	}

	.main_nine_list li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.main_nine_list li:nth-of-type(2n) {
		margin-right: 0;
	}

	.main_about {
		margin-top: 20px;
	}

	.main_about_l {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}

	.main_about_l p {
		line-height: 2em !important;
	}

	.main_about_r {
		float: none;
		width: 100%;
		height: 370px;
		margin-left: 0;
	}

	.contact li .icon {
		width: 60px;
	}

	.contact li .icon img {
		width: 26px;
	}

	.contact li .right p:nth-of-type(1) {
		font-size: 16px;
	}

	.contact_l {
		float: none;
		width: 100%;
	}

	.contact_r {
		float: none;
		width: 100%;
		margin-left: 0;
	}

	.map {
		margin-top: 20px;
	}

	.xia {
		margin: 20px 0;
	}

	.m_tel {
		text-align: center;
		border-radius: 50px;
		height: 40px;
		font-size: 18px;
		line-height: 40px;
		margin: 10%;
		width: 80%;
		font-family: Arial, Helvetica, sans-serif;
		background-color: #e5efff;
	}

	.m_trial {
		height: 45px;
	}

	.m_trial a {
		background-color: #0064ff;
		font-size: 16px;
		color: #fff !important;
		text-align: center;
		width: 50% !important;
		line-height: 30px;
		height: 30px;
		margin: 0 25%;
		border-radius: 6px;
		padding-left: 0 !important;
	}

	.main_seven_list li .body {
		height: 300px;
	}
}

@media screen and (min-width:1201px) and (max-width:1666px) {
	#main .banner {
		height: 250px;
	}
}