/* 英文默认字体 */

@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;
}

.this-1400 {
	margin: 0 auto;
	width: 1400px;
}

/* 表格初始化 */

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;
}

#header .logo {
	margin-top: 24px;
}

#header .logo img{
	height: 50px;
}

#header .h_r {
	height: 59px;
	margin-top: 39px;
}

#nav {
	float: left;
}

#nav a {
	float: left;
	font-size: 16px;
	color: #333;
	margin-right: 50px;
}

#nav a:last-child {
	margin-right: 0px;
}

#nav a.active,
#nav a:hover {
	color: #5aa6ff;
	transition: all 0.3s;
}

.search {
	margin: 0 20px;
}

.language span {
	float: left;
	margin: 0 6px;
}

.language a {
	float: left;
}

#home .s_ab {
	background-image: url(../images/s_ab.jpg);
	padding: 20px 0 20px 0;
	background-size: cover;
	background-attachment: initial;
	background-position: center;
}

#home .s_bt {
	display: block;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 40px;
}

#home .s_bt .title {
	font-size: 36px;
	font-weight: bold;
	color: #2c76bc;
	padding-bottom: 10px;
}

#home .s_bt span {
	width: 150px;
	height: 1px;
	background: #2c76bc;
	display: block;
	margin: auto;
	margin-bottom: 10px;
}

#home .s_bt a {
	color: #2c76bc;
	font-size: 16px;
}

#home .s_cp {
	margin-bottom: 60px;
}

#home .s_cp ul li {
	float: left;
	width: calc(20% - 10px);
	text-align: center;
	position: relative;
	margin-right: 12px;
	margin-top: 30px;
}

#home .s_cp ul li .img {
	width: 100%;
	height: 0;
	padding-top: 111%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

#home .s_cp li .title {
	position: absolute;
	width: calc(100% - 20px);
	height: 300px;
	padding: 0 10px;
	line-height: 300px;
	font-size: 24px;
	text-align: center;
	color: #fff;
	background: rgba(0, 0, 0, 0.3);
	transform: translate(0%, -100%);
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

#home .s_cp ul li:nth-of-type(5) {
	margin-right: 0;
}

#home .s_cp li:hover .title {
	background: rgba(90, 166, 255, 0.8);
	line-height: 50px;
	height: 50px;
	transform: translate(0%, -350%);
}

#home .s_ys {
	background-image: url(../images/s_ys.jpg);
	padding: 10px 0 50px 0;
	background-size: cover;
	background-attachment: initial;
	background-position: center;
}

#home .s_xw {
	margin-bottom: 50px;
}

#home .s_xw .xw a {
	width: calc(33.33% - 20px);
	margin-right: 30px;
	float: left;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
}

#home .s_xw .xw a:nth-of-type(3) {
	margin-right: 0;
}

#home .s_xw .xw a .img {
	width: 100%;
	height: 0;
	padding-top: 50%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

#home .s_xw .xw a .nr {
	padding: 20px 20px 40px 20px;
}

#home .s_xw .xw a .nr .bt {
	font-size: 18px;
	font-weight: bold;
	display: block;
	line-height: 50px;
	color: #000;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	transition: all 0.3s;
}

#home .s_xw .xw a:hover .nr .bt {
	color: #2c76bc;
	transition: all 0.3s;
}

#home .s_xw .xw a .nr .jj {
	font-size: 16px;
	color: #666;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

#home .s_xw .xw a .nr .date {
	font-size: 14px;
	color: #666;
	margin-top: 30px;
}

#home .s_xw .xw a .nr .date span:nth-of-type(1) {
	font-size: 14px;
	color: #666;
	line-height: 32px;
	float: left;
}


#home .s_xw .xw a .nr .date span:nth-of-type(2) {
	width: 32px;
	height: 32px;
	margin: auto;
	float: right;
}

#footer {
	background-color: #222;
	color: #fff;
}

#footer a {
	color: #fff;
}

#footer .four {
	width: 100%;
	padding: 30px 0;
	float: left;
}

#footer .line {
	border-bottom: 1px solid #fff;
}

#footer .bq {
	text-align: center;
}

#footer .bq p {
	margin: 0;
	padding: 10px 0;
}


#main>.banner {
	height: 400px;
	background-size: cover;
	background-attachment: initial;
	background-position: center;
}

#main .link {
	line-height: 35px;
	padding: 20px 0;
	border-bottom: 1px solid #d3d3d3;
	font-size: 14px;
	color: #666;
	text-align: right;
	position: relative;
}

#main .about,
#main .products,
#main .news,
#main .join {
	margin: 40px 0;
}

#main .products .lists {
	width: 280px;
	float: left;
	box-sizing: border-box;
	top: 10px;
	padding-bottom: 30px;
}

#main .products .lists>.title {
	font-size: 24px;
	height: 60px;
	color: #fff;
	text-align: center;
	line-height: 60px;
	background: #5aa6ff;
}

#main .products .lists .pro_list a {
	display: block;
	line-height: 50px;
	color: #333;
	font-size: 18px;
	border: 1px solid #f5f5f5;
	text-align: left;
	padding: 0 10px;
	border-top: 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

#main .products .lists .pro_list a:hover {
	color: #5aa6ff;
}

#main .products .pro_right {
	width: calc(100% - 400px);
	float: right;
}

#main .products .pro a {
	float: left;
	margin-right: 14px;
	margin-bottom: 14px;
	width: calc(25% - 11px);
	position: relative;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
}

#main .products .pro a .lazy {
	width: 100%;
	height: 0;
	padding-top: 118%;
	background-size: cover;
}

#main .products .pro a .title {
	font-size: 16px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #fff;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: rgba(90, 166, 255, 0.4);
	transition: all 0.3s;
	position: absolute;
	bottom: 0px;
	width: calc(100% - 20px);
	padding: 0 10px;
}

#main .products .pro a:nth-of-type(4n) {
	margin-right: 0;
}

#main .products .pro a:hover .title {
	background: rgba(90, 166, 255, 0.8);
}

#main .products .body {
	width: calc(100% - 400px);
	float: right;
}

#main .products .body .pro_view_img .img {
	margin: auto;
	width: 400px;

}

#main .products .body .pro_view_img .img .pic {
	display: block;
	width: 100%;
	padding-top: 100%;
	text-align: center;
	box-sizing: border-box;
	font-size: 0;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

#main .products .body .pro_view_img .img .list li.active {
	border: 2px solid #5aa6ff;
}


#main .products .body .pro_view_img .img .list li:nth-of-type(3n) {
	margin-right: 0;
}

#main .products .body .pro_view_img .img .list li {
	width: calc(33.33% - 8px);
	margin-right: 10px;
	margin-top: 10px;
	float: left;
	border: 2px solid #f1f2f4;
	box-sizing: border-box;
}

#main .products .body .pro_view_img .img .list a {
	display: block;
	width: 100%;
	padding-top: 100%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

#main .products .body .pro_view_bt {
	text-align: center;
	font-size: 18px;
	margin: 24px 0;
}

#main .products .body .pro_view_b {
	color: #5aa6ff;
	font-size: 18px;
	font-weight: bold;
	line-height: 60px;
	border-top: 1px solid #d3d3d3;
}

#main .join .list .item {
	margin-bottom: 40px;
}

#main .join .list .item .title {
	line-height: 60px;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	background-color: #e9e9e9;
	border-radius: 6px;
	cursor: pointer;
}

#main .join .list .item .body {
	box-shadow: 2px 2px 10px #efefef;
	padding: 40px 20px;
	border-top: 0px;
	margin-top: -1px;
	display: none;
}

#main .join .list .item .title i {
	padding-left: 25px;
	padding-right: 20px;
	vertical-align: bottom;
	font-size: 22px;
	line-height: 60px;
	transition: all 0.3s;
}

#main .join .list .item:hover .title {
	color: #fff;
	background-color: #5aa6ff;
}


#main .about .left {
	width: 450px;
	margin-right: 10px;
}

#main .about .right {
	width: calc(100% - 460px);
}


#main .search {
	text-align: center;
	padding: 40px 0;
}

#main .search input {
	border: 1px solid #ccc;
	line-height: 40px;
	width: 500px;
	padding: 0 10px;
	border-radius: 5px;
	font-size: 20px;
	vertical-align: top;
	outline: none;
}

#main .search button {
	background-color: #5aa6ff;
	line-height: 40px;
	border: 0px;
	border-radius: 3px;
	color: #fff;
	padding: 0 20px;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	outline: none;
}

#main .news li {
	background-color: #f7f7f7;
	padding: 20px;
	margin-bottom: 20px;
}

#main .news li .img {
	width: 382px;
	height: 232px;
	background-size: cover;
	background-attachment: initial;
	background-position: center;
	margin-right: 48px;
	float: left;
}

#main .news li .nr {
	float: left;
	width: calc(100% - 650px);
}

#main .news li:hover .nr .bt {
	color: #2c76bc;
	transition: all 0.3s;
}

#main .news li .nr .bt {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	display: block;
	line-height: 60px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	transition: all 0.3s;
}

#main .news li .nr .jj {
	font-size: 16px;
	color: #333;
	display: block;
	line-height: 30px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

#main .news li .nr .more {
	margin-top: 30px;
	background-color: #5aa6ff;
	color: #fff;
	display: block;
	font-size: 16px;
	border-radius: 14px;
	width: 90px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	transition: all 0.3s;
}

#main .news li:hover .nr .more {
	background-color: #2c76bc;
	transition: all 0.3s;
}

#main .news li .date {
	float: right;
	width: 66px;
	margin-top: 60px;
	margin-right: 40px;
}

#main .news li .date span:nth-of-type(1) {
	font-size: 48px;
	color: #666;
	border-bottom: 1px solid #666;
	text-align: center;
	display: block;
}

#main .news li .date span:nth-of-type(2) {
	font-size: 16px;
	width: 100%;
	color: #999;
	text-align: center;
	display: block;
}

#main .news_view {
	margin: 40px 0;
}

#main .news_view .title {
	font-size: 18px;
	font-weight: bold;
	line-height: 34px;
	color: #000;
	text-align: center;
}

#main .news_view .date {
	font-size: 16px;
	color: #999;
	line-height: 30px;
	text-align: center;
	margin-bottom: 30px;
}

#nav-m {
	display: none;
}

/* 手机版 */
@media screen and (max-width:1200px) {

	html,
	body {
		overflow-x: hidden;
		min-height: 100vh;
	}

	.this-1400 {
		width: calc(100% - 20px);
		padding: 0 10px;
	}

	/* 头部 */
	.wrap {
		transition: all 0.3s ease 0s;
		transform: translate(0, 0px);
	}

	.wrap.active {
		transform: translate(calc(-90% + 60px), 0px);
	}

	#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: 28px;
		margin-left: 10px;
		margin-top: 11px;
	}

	#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;
	}

	#home .s_ab {
		padding: 10px 0 20px 0;
	}

	#home .s_bt {
		margin-bottom: 20px;
		margin-top: 20px;
	}

	#home .s_bt .title {
		font-size: 24px;
	}

	#home .s_bt span {
		width: 100px;
	}

	#home .s_cp {
		margin-bottom: 20px;
	}

	#home .s_cp ul li {
		float: left;
		width: calc(50% - 6px);
		text-align: center;
		position: relative;
		margin-right: 12px;
		margin-top: 10px;
	}

	
	#home .s_cp ul li:nth-of-type(5) {
		margin-right: 12px;
	}

	#home .s_cp ul li:nth-of-type(2n) {
		margin-right: 0;
	}

	#home .s_cp li .title {
		width: calc(100% - 20px);
		height: 190px;
		padding: 0 10px;
		line-height: 190px;
		font-size: 16px;
		transform: translate(0%, -100%);
	}

	#home .s_cp li:hover .title {
		transform: translate(0%, -250%);
	}

	#home .s_xw .xw a {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 10px;
	}

	#home .s_xw .xw a .nr {
		padding: 10px;
	}

	#home .s_xw .xw a .nr .bt {
		font-size: 16px;
		line-height: 30px;
	}

	#home .s_xw .xw a .nr .jj {
		font-size: 14px;
	}

	#footer .four {
		width: 100%;
		padding: 10px 0;
		float: none;
	}

	#home .s_xw {
		margin-bottom: 20px;
	}

	#main>.banner {
		height: 78px;
		background-size: cover;
		background-attachment: initial;
		background-position: center;
	}

	#main .link {
		line-height: 30px;
		padding: 10px 0;
	}

	#main .products .lists {
		display: none;
	}

	#main .about, #main .products, #main .news, #main .join {
		margin: 10px 0;
	}

	#main .products .pro_right {
		width: 100%;
		float: none;
	}

	#main .products .pro a {
		float: left;
		margin-right: 10px;
		margin-bottom: 10px;
		width: calc(50% - 10px);
	}

	#main .products .pro a:nth-of-type(2n) {
		margin-right: 0px;
	}

	#main .news li .img {
		width: 100%;
		height: 190px;
		margin-right: 0px;
		float: none;
		display: block;
	}

	#main .news li .nr {
		float: left;
		width: calc(100% - 80px);
	}

	#main .news li .nr .bt {
		font-size: 16px;
		line-height: 40px;
	}

	#main .news li .nr .jj {
		font-size: 14px;
		-webkit-line-clamp: 2;
	}

	#main .news li .nr .more {
		margin-top: 20px;
		color: #fff;
		display: block;
		font-size: 14px;
		width: 90px;
		height: 30px;
	}

	#main .news li .date {
		float: right;
		width: 60px;
		margin-top: 30px;
		margin-right: 10px;
	}

	#main .news li .date span:nth-of-type(1) {
		font-size: 30px;
	}

	#main .news li .date span:nth-of-type(2) {
		font-size: 14px;
	}

	#main .news_view {
		margin: 20px 0;
	}

	#main .news_view .date {
		font-size: 14px;
		margin-bottom: 10px;
	}

	#main .join .list .item {
		margin-bottom: 20px;
	}

	#main .join .list .item .title {
		line-height: 40px;
		font-size: 16px;
	}

	#main .join .list .item .title i {
		padding-left: 25px;
		padding-right: 10px;
		font-size: 18px;
		line-height: 40px;
	}

	#main .join .list .item .body {
		padding: 20px;
	}

	#main .about .left {
		width: 100%;
		margin-right: 0px;
		float: none;
	}

	#main .about .right {
		width: 100%;
		float: none;
	}

	#main .products .body {
		width: 100%;
		float: none;
	}

	#main .products .body .pro_view_img .img {
		width: 100%;
	}

	#main .search input {
		width: 60%;
		font-size: 16px;
	}
}