@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;
}

body {
	font-size: 62.5%;
}
@font-face {
    font-family: 'apl';
    font-style: normal;
    src: url('../font/Alibaba-PuHuiTi-Light.eot'); /* IE9 Compat Modes */
    src: url('../font/Alibaba-PuHuiTi-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/Alibaba-PuHuiTi-Light.woff') format('woff'), /* Modern Browsers */
    url('../font/Alibaba-PuHuiTi-Light.ttf')  format('truetype'); /* Safari, Android, iOS */
}
@font-face {
    font-family: 'apr';
    font-style: normal;
    src: url('../font/Alibaba-PuHuiTi-Regular.eot'); /* IE9 Compat Modes */
    src: url('../font/Alibaba-PuHuiTi-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/Alibaba-PuHuiTi-Regular.woff') format('woff'), /* Modern Browsers */
    url('../font/Alibaba-PuHuiTi-Regular.ttf')  format('truetype'); /* Safari, Android, iOS */
}

body,
table,
input, textarea, select, option {
	font-family:"apr";
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
/*------------------------------------------------------------
------------------------------------------------------------*/
a.tapCtrl, input.tapCtrl,
.tapCtrl a, .tapCtrl input {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a:link {
	color: #2c3742;
	text-decoration: none;
}

a:visited {
	color: #2c3742;
	text-decoration: none;
}

a:hover {
	color: #2c3742;
	text-decoration: none;
}

a:active {
	color: #2c3742;
	text-decoration: none;
}

/*------------------------------------------------------------
------------------------------------------------------------*/
body {
	min-width: 1280px;
	text-align:center;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
	color: #666;
	font-size: 18px;
	background-color: #FAFAFA;
}

body.grey {
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */ filter: grayscale(100%);
}
body.red {
    background-color: #D80F14;
    opacity: 0.8;
}
body.red .main {
    background-color: #FFF;
}
#container {
	padding-top: 70px;
	position: relative;
	overflow: hidden;
	text-align: left;
}

.main {
	margin: 0 auto;
	padding: 52px 0 60px;
	width: 1200px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.main .lBox {
	width: 820px;
}
.main .rBox {
	margin-top: 8px;
	width: 360px;
}

/*------------------------------------------------------------
------------------------------------------------------------*/
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }
.vaTop { vertical-align: top !important; }
.vaMiddle { vertical-align: middle !important; }
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
.mr0 { margin-right: 0 !important; }

/*------------------------------------------------------------
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
img {
	vertical-align: top;
}

/*------------------------------------------------------------
------------------------------------------------------------*/
.header {
	padding: 0 80px;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
.header .hInner {
	padding: 15px 0 10px;
	display: flex;
	justify-content: space-between;
}
.header .navi {
	display: flex;
}
.header .navi > li {
	margin: 0 45px 0 13px;
	position: relative;
}
.header .navi > li > a {
	padding:  0 21px 5px;
	display: block;
	color: #222;
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
}
.header .navi > li:hover > a {
	color: #d80e15;
}
.header .navi > li.hasChild > a {
	background:  url("../images/common/arrow01.png") no-repeat right 17px;
}
.header .navi li .jsBox {
	position: absolute;
	left: 50%;
	top: 100%;
	display: none;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 15px rgba(12,3,6,0.2);
}
.header .navi li .jsBox ul {
	padding: 8px 10px 3px;
}
.header .navi li .jsBox li {
	margin-bottom: 6px;
}
.header .navi li .jsBox li a {
	padding: 0 20px;
	min-width: 126px;
	display: block;
	color: #333;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	white-space: nowrap;
	box-sizing: border-box;
}
.header .navi li .jsBox li a:hover {
	color: #d80e15;
	background: #F8F8F8;
}
.header .search {
	margin-right: -16px;
	width: 270px;
	position: relative;
	overflow: hidden;
	zoom: 1;
}
.header .search .sub {
	float: right;
}
.header .search input {
	padding: 0 50px 0 22px;
	width: 0;
	height: 40px;
	color: #222;
	font-size: 14px;
	line-height: 38px;
	border: 1px solid #D80E15;
	box-sizing: border-box;
	background: #F7F7F7;
	border-radius: 20px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.header .search input.show,
.header .search .sub:hover input {
	width: 270px;
	opacity: 1;
	visibility: visible;
}
.header .search input::-webkit-input-placeholder{color:#999;}
.header .search input::-moz-placeholder{color:#999;opacity:1;}
.header .search input:-moz-placeholder{color:#999;opacity:1;}
.header .search a {
	display: block;
	position: absolute;
	right: 16px;
	top: 6px;
}
.blackHeader {
	background: #1B1B1B;
}
.blackHeader .navi > li > a {
	color: #fff;
}

/*------------------------------------------------------------
------------------------------------------------------------*/
.footer {
	padding: 123px 0 131px;
	overflow: hidden;
	background: #fff;
	box-sizing: border-box;
}
.footer .fBox {
	margin: 0 auto;
	width: 1200px;
}
.footer .fInner {
	margin-bottom: 53px;
	padding-bottom: 60px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #EEE;
}
.footer .fInner .lBox .logo {
	margin-bottom: 51px;
}
.footer .fInner .lBox .logo span {
	margin-top: 6px;
	position: relative;
	display: block;
	color: #000;
	font-size: 14px;
}
.footer .fInner .lBox .logo span:before {
	width: 26px;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -18px;
	background: #D9161C;
	content: "";
}
.footer .fInner .lBox p {
	margin-bottom: 34px;
	color: #000;
	font-size: 14px;
	line-height: 1.75;
}
.footer .fInner .lBox p span {
	width: 28px;
	display: inline-block;
}
.footer .fInner .lBox ul {
	display: flex;
}
.footer .fInner .lBox li {
	margin-right: 10px;
}
.footer .fInner .lBox li a {
	padding-top: 8px;
	width: 40px;
	height: 40px;
	display: block;
	text-align: center;
	border: 2px solid #EEE;
	box-sizing: border-box;
}
.footer .fInner .lBox li a:hover {
	border-color: #D80E15;
	background: #D80E15 url("../images/common/f_img01_on.png") no-repeat center 8px;
}
.footer .fInner .lBox li:nth-child(2) a:hover {
	background-image: url("../images/common/f_img02_on.png");
}
.footer .fInner .lBox li:nth-child(3) a:hover {
	background-image: url("../images/common/f_img03_on.png");
}
.footer .fInner .lBox li a:hover img {
	visibility: hidden;
}
.footer .fInner .listUl {
	margin-top: 29px;
	width: 750px;
	display: flex;
	justify-content: space-between;
}
.footer .fInner .listUl p {
	margin-bottom: 47px;
	position: relative;
	color: #000;
	font-size: 20px;
}
.footer .fInner .listUl p:before {
	width: 26px;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -16px;
	background: #D9161C;
	content: "";
}
.footer .fInner .listUl li li {
	margin-bottom: 9px;
}
.footer .fInner .listUl li a {
	margin-right: 10px;
	min-width: 62px;
	display: inline-block;
	color: #000;
	font-size: 14px;
}
.footer .fInner .listUl li a:hover {
	color: #D9161C;
}
.footer .fInner .listUl li .img {
	margin-top: 56px;
}
.footer .copyright {
	display: flex;
	justify-content: space-between;
}
.footer .copyright p {
	color: #999;
	font-family: "apl";
	font-size: 14px;
	line-height: 1.75;
}
.footer .copyright p:last-child {
	text-align: right;
}

/* comList */
.main .comList li a {
	padding: 24px 20px 30px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px dotted #EEE;
}
.main .comList li a:hover {
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.main .comList li a .img {
	padding-top: 6px;
	width: 220px;
	height: 150px;
}
.main .comList li a .textBox {
	width: 540px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.main .comList li a .textBox .ttl {
	margin:  0 0 8px 5px;
	color: #222;
	font-size: 20px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.main .comList li a .textBox .ttl span,
.main .comList li a .textBox .text span {
	color: #d80e15;
}
.main .comList li a:hover .textBox .ttl {
	color: #d80e15;
}
.main .comList li a .textBox .text {
	color: #999;
	font-family: "apl";
	font-size: 14px;
	line-height: 1.75;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;					
	-webkit-box-orient: vertical;
}
.main .comList li a .infoBox {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.main .comList li a .infoBox .tag {
	display: flex;
}
.main .comList li a .infoBox .tag span {
	margin-right: 10px;
	padding: 0 7px;
	color: #ff4545;
	font-size: 12px;
	line-height: 20px;
	background: #FFECEC;
}
.main .comList li a .infoBox .info span {
	display: block;
	color: #999;
	font-family: "apl";
	font-size: 14px;
	line-height: 16px;
}
.main .comList li a .infoBox .info {
	display: flex;
	justify-content: flex-start;
}
.main .comList li a .infoBox .info .readNum {
	margin-right: 20px;
	color: #999;
	font-size: 12px;
}
.main .comList li a .infoBox .info .readNum img {
	display: inline-block;
	vertical-align: -1px;
	margin-right: 3px;
	width: 18px;
}

/* comList02 */
.main .comList02 {
	margin-right: 27px;
}
.main .comList02 li {
	margin-bottom: 34px;
}
.main .comList02 li:last-child {
	margin-bottom: 0;
}
.main .comList02 li a {
	padding: 0;
}
.main .comList02 li a:hover {
	background: none;
	box-shadow: none;
}
.main .comList02 li a .img {
	width: 280px;
		height: 240px;
}
.main .comList02 li a .textBox {
	margin-top: 5px;
	width: 492px;
}
.main .comList02 li a .textBox .ttl {
	margin-left: -2px;
	margin-bottom: 16px;
	font-size: 24px;
	white-space: normal;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;					
	-webkit-box-orient: vertical;
}
.main .comList02 li a .textBox .text {
	-webkit-line-clamp: 3;
	line-clamp: 3;					
}

/* comTtl */
.main .comTtl {
	margin-bottom: 32px;
	position: relative;
	color: #222;
	font-size: 20px;
	font-weight: bold;
}
.main .comTtl:before {
	width: 26px;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -16px;
	background: #D9161C;
	content: "";
}

/* more */
.main .more {
	margin: 58px auto 0;
	width: 298px;
}
.main .more a {
	display: block;
	color: #d80e15;
	font-size: 20px;
	line-height: 56px;
	text-align: center;
	border: 2px solid #D80E15;
}
.main .more a:hover {
	color: #fff;
	background: #D80E15;
}
.main .more a span {
	padding-right: 30px;
	display: inline-block;
	background: url("../images/common/arrow02.png") no-repeat right center;
}
.main .more a:hover span {
	background-image: url("../images/common/arrow02_on.png");
}

/* rankList */
.main .rankBox {
	padding: 14px 20px 7px;
	border: 1px solid #EEEEEE;
	box-sizing: border-box;
}
.main .rankList li {
	margin-bottom: 24px;
}
.main .rankList li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.main .rankList li a .num {
	margin-right: 5px;
	width: 64px;
	color: #ccc;
	font-family: "Adobe 仿宋 Std";
	font-size: 24px;
	text-align: center;
}
.main .rankList li a .topNum {
	color: #222;
}
.main .rankList li a .num span {
	font-size: 12px;
}
.main .rankList li a .text {
	flex: 1;
	color: #666;
	font-size: 14px;
	line-height: 1.3;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;					
	-webkit-box-orient: vertical;
}
.main .rankList li a:hover .text,
.main .rankList li a:hover .num,
.main .rankList li a:hover .topNum {
	color: #d80e15;
}

/* comBox */
.main .comBox {
	margin-top: 20px;
	padding: 13px 18px 18px 20px;
	border: 1px solid #EEEEEE;
	box-sizing: border-box;
}
.main .comBox .comTtlBox {
	position: relative;
}
.main .comBox .comTtlBox .prev,
.main .comBox .comTtlBox .next {
	width: 9px;
	height: 14px;
	position: absolute;
	right: -1px;
	top: 8px;
	cursor: pointer;
	background: url("../images/common/next02.png") no-repeat;
}
.main .comBox .comTtlBox .next:hover {
	background-image: url("../images/common/next02_on.png");
}
.main .comBox .comTtlBox .prev {
	right: 23px;
	background-image: url("../images/common/prev02.png");
}
.main .comBox .comTtlBox .prev:hover {
	background-image: url("../images/common/prev02_on.png");
}
.main .comBox .mySwiper {
	margin-top: 36px;
	position: relative;
}
.main .comBox .mySwiper .slide a {
	display: block;
}
.main .comBox .mySwiper .slide a img {
    width:100%;
}
.main .comBox .mySwiper .slide .txt {
	margin: 10px 0 12px;
	display: block;
	color: #222;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.main .comBox .mySwiper .slide a:hover .txt {
	color: #D80E15;
}
.main .comBox .mySwiper .slide .tag {
	display: flex;
}
.main .comBox .mySwiper .slide .tag span {
	margin-right: 10px;
	padding: 0 7px;
	color: #ff4545;
	font-size: 12px;
	line-height: 20px;
	background: #FFECEC;
}

/* pagePath */
.main .pagePath {
	margin-bottom: 23px;
	display: flex;
}
.main .pagePath li {
	color: #999;
	font-family: "apl";
	font-size: 16px;
}
.main .pagePath li + li {
	padding-left: 25px;
	background: url("../images/common/arrow03.png") no-repeat 10px center;
}
.main .pagePath li a:hover {
	color: #d80e15;
}

/* relateBox */
.main .relateBox {
	margin-top: 55px;
	padding-top: 35px;
	border-top: 1px solid #EEE;
}
.main .moreTtlBox {
	display: flex;
	justify-content: space-between;
}
.moreLink {
	margin-top: 7px;
}
.moreLink a {
	width: 86px;
	display: block;
	color: #999;
	font-size: 16px;
	line-height: 31px;
	text-align: center;
	border: 2px solid #F0F0F0;
	box-sizing: border-box;
}
.moreLink a img {
	margin: -3px 0 0 10px;
	display: inline-block;
	vertical-align: middle;
}
.moreLink a:hover {
	background: #fff;
}

/* tagLink */
.tagLink:hover {
	cursor: pointer;
}

/* comTitleBox */
.comTitleBox {
	margin-bottom: 16px;
	display: flex;
	justify-content: space-between;
}
.comTitleBox p {
	margin-right: 37px;
	color: #222;
	font-size: 48px;
	font-weight: bold;
}
.comTitleBox p span {
	color: #d80e15;
}
.comTitleBox ul {
	margin-top: 21px;
	display: flex;
	flex: 1;
	flex-wrap: wrap;
}
.comTitleBox li {
	margin-right: 10px;
	margin-bottom: 10px;
}
.comTitleBox li a {
	padding: 0 15px;
	min-width: 96px;
	display: block;
	color: #999;
	font-size: 16px;
	line-height: 35px;
	text-align: center;
	box-sizing: border-box;
	background: #F1F0F0;
}
.comTitleBox li a:hover,
.comTitleBox li.on a {
	color: #fff;
	background: #D80E15;
}

/* partnerImg */
.partnerImg {
	position: relative;
} 
.partnerImg span {
	padding: 0 12px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	background: #D80E15;
}

/* visionListUl */
.visionListUl {
	margin-right: -60px;
	display: flex;
	flex-wrap: wrap;
}
.visionListUl li {
	margin: 0 60px 60px 0;
	width: 360px;
}
.visionListUl li a {
	display: block;
	background: #fff;
}
.visionListUl li a img {
    width:100%;
	display: block;
}
.visionListUl li .txtBox {
	padding: 17px 20px;
	min-height: 175px;
	box-sizing: border-box;
}
.visionListUl li .ttl {
	margin-bottom: 13px;
	color: #222;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.visionListUl li .txt {
	margin-bottom: 35px;
	color: #999;
	font-family: "apl";
	font-size: 14px;
	line-height: 1.75;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;					
	-webkit-box-orient: vertical;
}
.visionListUl li .vInfo {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.visionListUl li .vInfo .tag {
	display: flex;
}
.visionListUl li .vInfo .tag span {
	margin-right: 10px;
	padding: 0 6px;
	color: #ff4545;
	font-size: 12px;
	line-height: 20px;
	background: #FFECEC;
}
.visionListUl li .vInfo .time {
	color: #999;
	font-family: "apl";
	font-size: 14px;
	line-height: 14px;
}
.visionListUl li .vInfo .arrow {
	margin: 0 4px 1px 0;
	display: none;
}
.visionListUl li a:hover {
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.visionListUl li a:hover .ttl {
	color: #d80e15;
}
.visionListUl li a:hover .time {
	display: none;
}
.visionListUl li a:hover .arrow {
	display: block;
}

/*------------------------------------------------------------
------------------------------------------------------------*/
@media all and (min-width: 0) and (max-width: 1500px) {
	.header {
		padding: 0 40px;
		min-width: 1280px;
	}
	.header .navi > li {
		margin: 0 20px;
	}
}