@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

@font-face {
    font-family: 'apr';
    font-style: normal;
    font-weight: 100;
    src: url('https://font-1317546573.cos.ap-nanjing.myqcloud.com/Alibaba-PuHuiTi-Regular.eot'); /* IE9 Compat Modes */
    src: url('https://font-1317546573.cos.ap-nanjing.myqcloud.com/Alibaba-PuHuiTi-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('https://font-1317546573.cos.ap-nanjing.myqcloud.com/Alibaba-PuHuiTi-Regular.woff') format('woff'), /* Modern Browsers */
    url('https://font-1317546573.cos.ap-nanjing.myqcloud.com/Alibaba-PuHuiTi-Regular.ttf')  format('truetype'); /* Safari, Android, iOS */
}
@font-face {
    font-family: 'apm';
    font-style: normal;
    font-weight: 100;
    src: url('https://font-1317546573.cos.ap-nanjing.myqcloud.com/Alibaba-PuHuiTi-Medium.eot'); /* IE9 Compat Modes */
    src: url('https://font-1317546573.cos.ap-nanjing.myqcloud.com/Alibaba-PuHuiTi-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('https://font-1317546573.cos.ap-nanjing.myqcloud.com/Alibaba-PuHuiTi-Medium.woff') format('woff'), /* Modern Browsers */
    url('https://font-1317546573.cos.ap-nanjing.myqcloud.com/Alibaba-PuHuiTi-Medium.ttf')  format('truetype'); /* Safari, Android, iOS */
}


body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: "apr", sans-serif;
}
.enBody,
.enBody table,
.enBody input, .enBody textarea, .enBody select, .enBody option {
	font-family: "hscr", sans-serif;
}
.fwb {
    font-family: 'apm' !important;
}
.enBody .fwb {
    font-family: 'hscm' !important;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #111;
	text-decoration: none;
}

a:visited {
	color: #111;
}

a:hover {
	color: #d50000;
}

a:active {
	color: #d50000;
}

body {
	min-width: 1360px;
	color: #111;
	font-size: 16px;
	line-height: 1.5;
	background-color: #fff;
}

#container {
	text-align: left;
}
.mainBox {
	overflow: hidden;
}

em {
	font-style: normal;
}
.en {
	display: none;
}
.enBody .zh {
	display: none !important;
}
.enBody .en {
	display: inline;
}

.sp {
	display: none !important;
}

	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/* header */
.header {
	width: 100%;
	height: 85px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	transition: background 0.3s;
	-webkit-transition: background 0.3s;
}
.bgHeader,
.header.fixed {
	background: #111;
}
.header .hInner {
	margin: 0 auto;
	width: 1100px;
}
.header .logo {
	margin-top: 20px;
	float: left;
}
.header .logo img {
	width: 151px;
}
.header .naviBox {
	float: right;
}
.header .naviBox .langBtn {
	margin-top: 29px;
	float: right;
	display: flex;
	overflow: hidden;
	border-radius: 13px;
}
.header .naviBox .langBtn a {
	padding: 0 5px 0 0;
	width: 39px;
	height: 26px;
	color: #fff;
	font-family: "hscm";
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #fff;
	border-radius: 0 13px 13px 0;
}
.header .naviBox .langBtn .zhBtn {
	padding: 0 0 0 5px;
	width: 38px;
	border-radius: 13px 0 0 13px;
}
.header .naviBox .langBtn a.on {
	color: #111;
	background: #fff;
}
.header .navi {
	float: left;
}
.header .navi > li {
	margin: 0 37px 0 4px;
	padding-bottom: 9px;
	float: left;
	position: relative;
}
.header .navi > li:hover:before,
.header .navi > li.on:before {
	width: 100%;
	height: 4px;
	position: absolute;
	left: 0;
	top: 0;
	background: #D50000;
	content: "";
}
.header .navi > li > a {
	padding: 29px 5px 0;
	display: block;
	color: #ccc;
}
.header .navi > li:hover > a,
.header .navi > li.on > a {
	color: #fff;
	font-family: "apm";
}
.enBody .header .navi > li:hover > a,
.enBody .header .navi > li.on > a {
	font-family: "hscm";
}
.header .navi .subBox {
	padding: 6px 5px;
	min-width: 136px;
	position: absolute;
	left: 50%;;
	top: 100%;
	display: none;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	box-sizing: border-box;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 0 15px rgba(4,0,0,0.35);
}
.header .navi li:hover .subBox {
	display: block;
}
.header .navi .subBox:before {
	margin-left: -3px;
	width: 7px;
	height: 4px;
	position: absolute;
	left: 50%;
	top: -4px;
	background: url(../images/arrow01.png) no-repeat;
	content: "";
}
.header .navi .subBox li {
	margin: 1px 0 0;
}
.header .navi .subBox li a {
	padding: 0 10px;
	display: block;
	font-size: 16px;
	line-height: 40px;
	white-space: nowrap;
	text-align: center;
}
.header .navi .subBox li a:hover,
.header .navi .subBox li.on a {
	color: #d50000;
	background: #EDEDED;
	border-radius: 5px;
}
.header .menu {
	display: none;
}

/* footer */
.footer {
	overflow: hidden;
	background: url(../images/footer_bg.jpg) repeat left top;
}
.footer .fInner {
	margin: 0 auto;
	padding: 100px 0 90px;
	width: 1100px;
}
.footer .naviList {
	margin-bottom: 47px;
	padding-bottom: 51px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #E01717;
}
.footer .naviList li p {
	margin-bottom: 14px;
	color: #fff;
}
.footer .naviList li img {
    width:94px;
	margin-top: 5px;
	display: block;
}
.footer .naviList li li {
	line-height: 2;
}
.footer .naviList li li a {
	color: #fff;
	font-size: 15px;
}
.footer .naviList li li a:hover {
	text-decoration: underline;
}
.footer .linkList {
	display: flex;
	justify-content: space-between;
}
.footer .linkList li {
	min-width: 296px;
	display: flex;
	color: #fff;
	line-height: 1.25;
	align-items: center;
}
.enBody .footer .linkList li {
	line-height: 1.1;
}
.footer .linkList li img {
	margin: 0 37px 0 3px;
}
.enBody .footer .linkList li img {
	margin-top: 5px;
}
.footer .linkList li .txt span {
	display: block;
	font-size: 15px;
}
.footer .linkList li:first-child .txt span {
	margin-bottom: 7px;
}
.footer .linkList li a {
	color: #fff;
	font-size: 24px;
}
.footer .copyright {
	color: #666;
	font-size: 15px;
	line-height: 58px;
	text-align: center;
	background: #111;
}
.footer .copyright .hscr {
	font-family: "hscr";
}
.footer .copyright .txt {
	margin-left: 30px;
	display: inline-block;
	position: relative;
}
.footer .copyright .txt:before {
	width: 1px;
	height: 14px;
	position: absolute;
	left: -15px;
	top: 22px;
	background: #292929;
	content: "";
}
.footer .copyright a {
    color:#666;
}
/* banner */
.banner {
	height: 420px;
	box-sizing: border-box;
	background: url(https://about-1317546573.cos.ap-beijing.myqcloud.com/banner.jpg) no-repeat center top;
}

/* main */
.main {
	margin: 0 auto;
	padding: 0 20px;
	width: 1100px;
}

/* pagePath */
.pagePath {
	margin-bottom: 80px;
	padding: 26px 0 12px;
	color: #999;
	font-size: 16px;
	border-bottom: 1px solid #F0F0F0;
}
.pagePath span {
	margin-right: 10px;
	display: inline-block;
}
.pagePath a {
	margin-right: 10px;
	padding-right: 14px;
	display: inline-block;
	color: #999;
	background: url(../images/arrow02.png) no-repeat right center;
}
.pagePath a:hover {
	text-decoration: underline;
}

/* h2 */
.main h2 {
	margin-bottom: 43px;
	font-size: 40px;
	font-weight: normal;
}
.enBody .main h2 {
	font-size: 36px;
}

/* p */
.main p {
	line-height: 1.7;
}

/* comSwiper */
.main .comSwiper {
	margin: 0 -40px;
	padding-left: 40px;
	height: 372px;
	overflow: visible;
}
.main .comSwiper .swiper-wrapper {
	height: auto;
}
.main .comSwiper .swiper-slide {
	margin-right: 30px;
	width: 580px;
	height: 332px;
	box-sizing: border-box;
	border: 1px solid #F0F0F0;
	border-radius: 5px;
}
.main .comSwiper .swiper-slide:hover {
	box-shadow: 0 0 25px rgba(4,0,0,0.25);
}
.main .comSwiper .swiper-button-prev,
.main .comSwiper .swiper-button-next {
	width: 18px;
	height: 28px;
	display: block;
	right: 40px;
	top: -71px;
	background: url(../images/next.png) no-repeat;
}
.main .comSwiper .swiper-button-prev {
	left: auto;
	right: 86px;
	background-image: url(../images/prev.png);
}
.main .comSwiper .swiper-button-next:hover {
	background: url(../images/next_on.png) no-repeat;
}
.main .comSwiper .swiper-button-prev:hover {
	background-image: url(../images/prev_on.png);
}
.main .comSwiper .swiper-button-prev:after,
.main .comSwiper .swiper-button-next:after {
	display: none;
}

@media all and (min-width: 1000px) and (max-width: 1360px) {
	body {
		min-width: inherit;
	}
	.header .hInner {
		padding: 0 100px;
		width: 100%;
		box-sizing: border-box;
	}
	.main {
		padding-left: 100px;
		padding-right: 100px;
		width: 100%;
		box-sizing: border-box;
	}
	.footer .fInner {
		width: 100%;
		padding-left: 100px;
		padding-right: 100px;
		box-sizing: border-box;
	}
	.main .photo {
		margin-left: -100px !important;
	}
	.main .photo img {
		width: 100%;
	}
}
@media all and (min-width: 0) and (max-width: 768px) {
	.sp {
		display: block !important;
	}
	.pc {
		display: none !important;
	}
	img {
		max-width: 100%;
	}
	body {
		min-width: inherit;
	}
	.header {
		height: 50px;
	}
	.header .hInner {
		width: auto;
	}
	.header .logo {
		margin: 9px 0 0 15px;
		width: 100px;
	}
	.header .menu {
		margin: 10px 15px 0 0;
		width: 34px;
		position: relative;
		z-index: 100;
		display: block;
		float: right;
	}
	.header .menu.on a {
		background: url(../images/menu_close.png) no-repeat;
		background-size: 100% auto;
	}
	.header .menu.on a img {
		visibility: hidden;
	}
	.header .naviBox {
		padding-top: 53px;
		width: 100%;
		height: 100vh;
		position: absolute;
		left: 0;
		top: 0;
		display: none;
		overflow-y: auto;
		box-sizing: border-box;
		background: rgba(0,0,0,0.8);
	}
	.header .navi {
		margin-bottom: 4px;
		float: none;
	}
	.header .navi > li {
		margin: 0 0 35px;
		padding: 0;
		float: none;
		text-align: center;
	}
	.header .navi > li:before {
		display: none !important;
	}
	.header .navi > li > a {
		padding: 0;
		display: inline-block;
		color: #fff;
		font-family: "apm";
		font-size: 20px;
	}
	.enBody .header .navi > li > a {
		font-family: "hscm";
	}
	.header .navi > li.li02 > a,
	.header .navi > li.li03 > a {
		padding: 0 22px;
		background: url(../images/arrow05.png) no-repeat right center;
		background-size: 14px auto;
	}
	.header .navi > li.on > a {
		color: #d50000;
	}
	.header .navi > li.li02.active > a,
	.header .navi > li.li03.active > a {
		background-image: url(../images/arrow05_on.png);
	}
	.enBody .header .navi > li.li02 > a,
	.enBody .header .navi > li.li03 > a {
		background-position: right 13px;
	}
	.header .navi > li:hover .subBox {
		display: none;
	}
	.header .navi > li .subBox {
		padding: 0;
		width: auto;
		position: static;
		transform: none;
		-webkit-transform: none;
		border-radius: 0;
		background: none;
		box-shadow: none;
	}
	.header .navi > li .subBox:before {
		display: none;
	}
	.header .navi > li .subBox ul {
		padding-top: 3px;
	}
	.header .navi > li .subBox li {
		margin: 0;
		padding: 6px 0 0;
	}
	.header .navi > li .subBox li a {
		padding: 0;
		display: inline-block;
		color: #fff;
		font-family: "apr";
		font-size: 15px;
		line-height: 25px;
		text-decoration: underline;
		background: none !important;
	}
	.enBody .header .navi > li .subBox li a {
		font-family: "hscr";
	}
	.header .naviBox .langBtn {
		margin: 0;
		float: none;
		justify-content: center;
	}
	.footer .fInner {
		display: none;
	}
    .footer {
        padding: 12px 0 98px;
        display: block;
		background: none;
    }
    .footer .copyright {
        color: #999;
        font-size: 12px;
        line-height: 1.45;
		background: none;
    }
    .footer .copyright a {
        color: #999;
    }
    .footer .copyright .txt {
        margin: 0;
        display: block;
    }
    .footer .copyright .txt:before {
        display: none;
    }
    .enBody .footer .copyright .txt {
        margin-left: 13px;
        display: inline-block;
    }
    .enBody .footer .copyright .txt:before {
        height: 11px;
        display: block;
        left: -6px;
        top: 3px;
        background: #999;
    }
	.banner {
		height: auto !important;
		background: none !important;
	}
	.pagePath {
		display: none !important;
	}
	.main {
		padding: 0 15px;
		width: auto;
	}
	.main h2 {
		font-size: 24px;
	}
	.enBody .main h2 {
		font-size: 18px;
		line-height: 1.7;
	}
	.main p {
		font-size: 12px;
	}
	.main .comSwiper {
		margin: 0;
		padding: 0;
		height: auto;
	}
	.main .comSwiper .swiper-wrapper {
		display: block;
	}
	.main .comSwiper .swiper-slide {
		margin: 0 0 19px;
		width: auto;
		height: auto;
	}
	.main .comSwiper .swiper-button-prev,
	.main .comSwiper .swiper-button-next {
		display: none !important;
	}
	.btmNavi {
		width: 100%;
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 90;
		background: #B51F1F;
	}
	.btmNavi ul {
		display: flex;
	}
	.btmNavi li {
		width: 32%;
		position: relative;
	}
	.btmNavi li:nth-child(2) {
		width: 36%;
	}
	.btmNavi li + li:before {
		width: 1px;
		height: 38px;
		position: absolute;
		left: 0;
		top: 6px;
		background: #E01717;
		content: "";
	}
	.btmNavi li a {
		padding-top: 7px;
		height: 50px;
		display: block;
		color: #fff;
		font-size: 12px;
		text-align: center;
		box-sizing: border-box;
	}
	.btmNavi li a img {
		margin: 0 auto;
		width: auto;
		height: 23px;
		display: block;
	}
	.btmNavi li .codeBox {
		margin-left: -45px;
		padding: 4px;
		width: 90px;
		position: absolute;
		left: 50%;
		bottom: 100%;
		z-index: 1;
		display: none;
		box-sizing: border-box;
		border-radius: 5px;
		box-shadow: 0 0 7px rgba(4,0,0,0.35);
		background: #fff;
	}
	.btmNavi li:hover .codeBox {
		display: block;
	}
	.btmNavi li .codeBox:before {
		margin-left: -2px;
		width: 4px;
		height: 2px;
		position: absolute;
		left: 50%;
		bottom: -2px;
		background: url(../images/arrow06.png) no-repeat;
		background-size: auto 2px;
		content: "";
	}
}

@media all and (min-width: 769px) {
	.header .naviBox {
		display: block !important;
	}
	.header .navi .subBox {
		display: none !important;
	}
	.header .navi li:hover .subBox {
		display: block !important;
	}
}