/* 英文默认字体 */

@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 {
	padding: 35px 0;
	position: absolute;
	width: 100%;
	z-index: 999;
}

#header .logo {
	float: left;
	font-size: 0;
}

#header .right {
	float: right;
	margin-top: 7px;
}

#header .right .nav {
	float: left;
}

#header .right .nav li {
	float: left;
	position: relative;
	margin-left: 20px;
}

#header .right .nav li>a {
	display: block;
	line-height: 33px;
	padding: 0 25px;
	font-size: 14px;
	color: #fff;
	border-radius: 4px;
}

#header .right .nav li>a:hover {
	background-color: #ab1313;
}

#header .right .nav li>a.active {
	background-color: #ab1313;
}

#header .right .nav li .son {
	border-radius: 3px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	overflow: hidden;
	border-top: 10px solid transparent;
	display: none;
}

#header .right .nav li .son a {
	background-color: #fff;
	display: block;
	line-height: 33px;
	text-align: center;
	font-size: 14px;
	color: #333;
	white-space: nowrap;
	padding: 0 10px;
}

#header .right .nav li .son a:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

#header .right .nav li .son a:last-child {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

#header .right .nav li:hover .son {
	display: block;
}

#header .right .language {
	float: left;
	line-height: 33px;
	font-size: 14px;
	color: #fff;
	margin-left: 20px;
}

#header .right .nav li .son a:hover {
	background-color: #AB1313;
	color: #fff;
}

/* 首页公共部分 */

#home .home-title {
	position: relative;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	display: inline-block;
}

#home .home-title::after {
	content: "";
	display: block;
	height: 2px;
	background-color: #ab1313;
	width: 35px;
	position: absolute;
	right: -50px;
	bottom: 0;
}

#home .home-more {
	position: relative;
	display: block;
	width: 160px;
	border: 1px solid #e5e5e5;
	line-height: 40px;
	border-radius: 25px;
	padding-left: 65px;
	box-sizing: border-box;
	overflow: hidden;
	background-color: #fff;
}

#home .home-more span {
	position: relative;
	font-size: 14px;
	color: #333;
	z-index: 1;
	transition: all 0.3s;
}

#home .home-more i {
	position: absolute;
	left: 17.5px;
	top: 14px;
	color: #fff;
	z-index: 1;
	font-size: 14px;
}

#home .home-more::after {
	content: "";
	background-color: #4f4f4f;
	width: 35px;
	height: 43px;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all 0.3s;
}

#home .home-more:hover::after {
	width: 100%;
}

#home .home-more:hover span {
	color: #fff;
}

/* 首页 */

#home>.link {
	padding: 30px 0;
	background-image: url(../images/bg_home.jpg);
}

#home>.link .this-1200 a {
	float: left;
	width: 50%;
	border-right: 2px solid #cdcdce;
	line-height: 43px;
	font-size: 0;
	box-sizing: border-box;
	text-align: center;
	height: 43px;
}

#home>.link .this-1200 a:last-child {
	border-right: 0px;
}

#home>.link .this-1200 a .icon {
	margin-right: 18px;
	line-height: initial;
	display: inline-block;
}

#home>.link .this-1200 a .title {
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	line-height: 34px;
}

#home>.about {
	padding: 90px 0;
}

#home>.about .left {
	padding-right: 25px;
	box-sizing: border-box;
}

#home>.about .left, #home>.about .right {
	width: 50%;
	float: left;
}

#home>.about .left .content {
	padding: 30px 0;
}

#home>.about .left .content, #home>.about .left .content p {
	line-height: 30px;
	color: #777;
	font-size: 14px;
}

#home>.about .right {
	font-size: 0;
	padding-left: 25px;
	box-sizing: border-box;
}

#home>.about .right img {
	border: 4px solid #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}

#home>.business {
	padding: 75px 0;
	background-color: #f5f5f5;
}

#home>.business>.this-1200>.title {
	margin-bottom: 40px;
}

#home>.business .business-list::after {
	content: "";
	display: block;
	clear: both;
}

#home>.business .business-list li:nth-of-type(n+2) {
	float: left;
	width: calc(50% - 5px);
	margin-right: 10px;
}

#home>.business .business-list li:nth-of-type(n+2) .left {
	display: none;
}
#home>.business .business-list li:nth-of-type(n+2) .right{
	width: 100%;
	text-align: center;
}
#home>.business .business-list li:nth-of-type(3n){
	margin-right: 0px;
}
#home>.business .business-list li:last-child {
	display: none;
}
#home>.news>.title {
	padding: 50px 0;
	border-bottom: 2px solid #f3f3f3;
}

#home>.news .body .other {
	padding: 30px 0;
}

#home>.news .body .other a {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding-right: 20px;
	position: relative;
}

#home>.news .body .other a p {
	float: left;
	margin: 0;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#home>.news .body .other a p:nth-of-type(1) {
	width: calc(100% - 190px);
	padding-left: 30px;
}

#home>.news .body .other a p:nth-of-type(2) {
	width: 190px;
	float: right;
	text-align: right;
	padding-right: 50px;
}

#home>.news .body .other a::after {
	content: '·';
	font-size: 25px;
	position: absolute;
	top: -6px;
	left: 0;
	font-weight: bold;
}

#home>.news .body .other a:hover p:nth-of-type(1) {
	color: #ab1313;
}

#home>.partner {
	padding: 40px 0;
	background-color: #f5f5f5;
}

#home>.partner .list {
	padding-top: 40px;
}

#home>.partner .list .item {
	width: 100%;
	padding-top: 29.6%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
	display: block;
}

/* 其他公共部分 */

#main>.banner {
	height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
}

#main .series {
	border-bottom: 1px solid #eee;
}

#main .series a {
	line-height: 50px;
	float: left;
	padding: 0 20px;
	font-size: 14px;
	border-bottom: 2px solid transparent;
}

#main .series a.active {
	border-bottom: 2px solid #ab1313;
}

#main .series a:hover {
	border-bottom: 2px solid #ab1313;
}

/* 关于我们 */

#main .about {
	padding: 10px;
}

/* 合作伙伴 */

#main .partner {
	padding: 30px 0;
	background-color: #f5f5f5;
}

#main .partner .list .item {
	width: 100%;
	padding-top: 29.6%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
	display: block;
}

/* 主营业务 */

#main .business {
	padding: 50px 0;
	background-color: #F5F5F5;
}

/* 主营业务详情 */

#main .business-view>.title {
	text-align: center;
	padding: 30px 0;
	border-bottom: 1px solid #eee;
}

#main .business-view>.title p:nth-of-type(1) {
	font-size: 25px;
	margin: 0 auto;
}

#main .business-view>.title p:nth-of-type(2) {
	margin: 0;
	font-size: 16px;
	margin-top: 20px;
	color: #666;
}

#main .business-view>.content {
	padding: 10px 0;
}

/* 图片模块 */

#main .pic .list {
	margin-bottom: 20px;
}

#main .pic .list li {
	width: calc(25% - 7.5px);
	margin-right: 10px;
	float: left;
	margin-top: 20px;
	cursor: pointer;
}

#main .pic .list li:nth-of-type(4n) {
	margin-right: 0px;
}

#main .pic .list li .img {
	width: 100%;
	padding-top: 66%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#main .pic .list li .title {
	font-size: 14px;
	color: #666;
	line-height: 40px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 下载 */

#main .download {
	padding: 30px 0;
	background-color: #F5F5F5;
}

/* 底部 */

#footer {
	background-color: #111;
}

#footer .list {
	padding: 30px 0;
}

#footer .list li {
	width: calc(33.33% - 33.333px);
	margin-right: 50px;
	float: left;
}

#footer .list li:last-child {
	margin-right: 0;
}

#footer .list li .title {
	font-size: 14px;
	color: #fff;
	padding: 20px 0;
	border-bottom: 1px solid #282828;
	margin-bottom: 20px;
}

#footer .list li .after {
	margin-bottom: 30px;
}

#footer .list li .after .fa {
	float: left;
	color: #fff;
	font-size: 25px;
	width: 40px;
	text-align: center;
}

#footer .list li .after p {
	width: calc(100% - 40px);
	float: left;
	margin: 0;
	color: #999;
	font-size: 14px;
}

#footer .copyright {
	line-height: 50px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	border-top: 1px solid #282828;
}

#footer .copyright a {
	font-size: 12px;
	color: #fff;
}


#footer .copyright p {
	margin: 0;
}

/* 手机版 */

#nav-m {
	display: none;
}

@media screen and (max-width:1200px) {
	html, body {
		overflow-x: hidden;
		min-height: 100vh;
	}
	.this-1200 {
		width: auto;
	}
	table{
		width: 100%;
	}
	td{
		display: block;
    width: 100%;
    box-sizing: border-box;
	}
	/* 头部 */
	#header {
		display: none;
	}
	.wrap {
		transition: all 0.3s ease 0s;
		transform: translate(0, 0px);
	}
	.wrap.active {
		transform: translate(calc(-90% + 60px), 0px);
	}
	#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: 24px;
		margin-left: 10px;
		margin-top: 13px;
	}
	#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;
	}
	/* 首页公共部分 */
	#home .home-title {
		font-size: 20px;
	}
	#home .home-title::after{
		right: unset;
		bottom: -17px;
	}
	#home .home-more{
		width: 140px;
		padding-left: 54px;
	}
	/* 首页 */
	#home>.link {
		padding: 20px 0;
	}
	#home>.link .this-1200 a {
		height: auto;
	}
	#home>.link .this-1200 a .icon {
		margin-right: 0;
	}
	#home>.link .this-1200 a .icon img {
		height: 20px;
	}
	#home>.link .this-1200 a .title {
		font-size: 12px;
		display: block;
		line-height: 15px;
		margin-top: -7px;
	}
	#home>.about {
		padding: 30px 0;
	}
	#home>.about .left, #home>.about .right {
		width: 100%;
		float: none;
		padding: 0;
		padding: 0 10px;
	}
	#home>.about .left {
		margin-bottom: 30px;
	}
	#home>.business {
		padding: 30px 10px;
	}
	#home>.business .business-list li:nth-of-type(n+2) .right .content {
		font-size: 10px;
		line-height: 25px;
	}
	#home>.business .business-list li:nth-of-type(n+2) .right .more {
		font-size: 10px;
	}
	#home>.news {
		padding-left: 10px;
		padding-right: 10px;
	}
	#home>.news .body .other a {
		width: 100%;
		float: none;
		display: block;
	}
	#home>.news .body .other a::after {
		top: -3px;
	}
	#home>.news .body .other a p {
		float: none;
		display: inline-block;
		font-size: 14px;
		line-height: 30px;
	}
	#home>.news .body .other a p:nth-of-type(1) {
		width: calc(100% - 85px);
	}
	#home>.news .body .other a p:nth-of-type(2) {
		width: 85px;
		padding-right: 0;
	}
	#home>.partner {
		padding: 40px 10px;
	}
	/* 其他页公共部分 */
	#main>.banner {
		height: 70px;
	}
	#main .series a {
		font-size: 12px;
		line-height: 35px;
	}
	/* 图片模块 */
	#main .pic {
		padding: 20px 10px;
	}
	#main .pic .list li {
		width: calc(50% - 5px);
		margin-right: 10px;
		margin-top: 0;
	}
	#main .pic .list li:nth-of-type(2n) {
		margin-right: 0;
	}
	/* 主营业务 */
	#main .business {
		padding: 20px 10px;
	}
	/* 主营内页 */
	#main .business-view>.title {
		padding: 20px 0;
		font-size: 20px;
	}
	#main .business-view>.content {
		padding: 10px;
	}
	/* 下载 */
	#main .download{
		padding: 20px 10px;
	}
	/* 新闻中心 */
	#main .news{
		padding: 0px 10px;
	}
	/* 新闻内页 */
	#main .business-view>.title p:nth-of-type(1){
		font-size: 20px;
	}
	/* 底部 */
	#footer .list {
		padding: 20px 10px;
	}
	#footer .list li {
		width: calc(50% - 5px);
		margin-right: 10px;
	}
	#footer .list li:nth-of-type(2n) {
		margin-right: 0px;
	}
	#footer .list li .title {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		font-size: 12px;
	}
	#footer .list li .after p {
		font-size: 10px;
	}
	#footer .list li .after .fa {
		width: 30px;
		font-size: 20px;
	}
	#footer .copyright {
		line-height: 25px;
		font-size: 10px;
		padding: 10px;
	}
}