body,
h1,
h2,
h3,
h4,
p,
dl,
dd,
ul,
ol,
form,
input,
textarea,
th,
td,
select {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

img {
	border: none;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	border: none;
}

input,
textarea {
	outline: none;
}

textarea {
	resize: none;
	overflow: auto;
}

/*body{font-family: "Hiragino Sans GB","Microsoft YaHei","PingHei","Lucida Grande", "Lucida Sans Unicode","Helvetica","Arial","Verdana","sans-serif"; }*/
body {
	text-align: justify;
	text-justify: inter-ideograph;
	font-family: "microsoft yahei";
	background: #ffffff;
}

.clearf::after {
	content: '';
	display: block;
	clear: both;
}

.show {
	display: block !important;
}

.wrap {
	width: 1600px;
	margin: auto;
	background: #faf8f2;
}

.head {
	width: 100%;
	height: 400px;
	background: url(../img/head_bg.jpg) center;
	position: relative;
}

.nav {
	text-align: center;
	margin-top: 10px;
	display: inline-block;
	width: 100%;
	white-space: nowrap;
	overflow: auto;
	padding-bottom: 12px;
}

.nav a {
	display: inline-block;
	color: #ffffff;
	font-size: 18px;
	margin: 0 16px;
	cursor: pointer;
}

.nav div {
	display: inline-block;
	color: #ffffff;
	font-size: 18px;
}

.rev {
	position: relative;
	margin: 0 16px;
	cursor: pointer;
}

.hei {
	height: 600px;
}

.dropdown {
	position: absolute;
	width: 70px;
	top: 33px;
	/* left: 19px; */
	font-size: 14px;
	line-height: 22px;
	background: #fff;
	padding: 7px 5px;
	border: 1px solid #ccc;
	display: none;
	z-index: 99;
}

.dropdown li {
	text-align: center;
}

.dropdown a {
	font-size: 16px;
	color: #5f5d5d;
	padding: 2px 4px;
	margin: auto;
}

.text1 {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 114px;
}

.main {
	width: 1160px;
	margin: auto;
}

.topic {
	display: flex;
	justify-content: space-between;
	padding-top: 32px;
}

.topic_text {
	width: 448px;
	padding-top: 20px;
}

.topic_text p {
	color: #4c271f;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 32px;
}

.title {
	margin: 64px auto 50px;
	text-align: center;
	color: #bf0101;
	font-size: 30px;
	font-weight: bold;
}

.report {
	display: flex;
	justify-content: space-between;
	margin-top: 70px;
}

.report_right {
	width: 562px;
}

.rr_topic {
	font-size: 22px;
	font-weight: bold;
	color: #bf0101;
	position: relative;
	padding-left: 24px;
}

.rr_topic::before {
	content: '';
	position: absolute;
	width: 14px;
	height: 20px;
	background: url(../img/rr_icon.png) center;
	top: 6px;
	left: 0;
}

.rr_topic::after {
	content: '';
	position: absolute;
	width: 430px;
	height: 3px;
	background: #d7b98e;
	top: 15px;
	right: 0;
}

.news_box {
	margin-top: 16px;
}

.news_box {
	height: 320px;
	width: 100%;
	box-sizing: border-box;
	padding: 18px 16px;
	overflow: auto;
	background: #f4f3f3;
}

.news_con {
	padding-bottom: 6px;
	border-bottom: 1px #ddd solid;
	margin-bottom: 10px;
	display: block;
}

.news_title {
	font-size: 18px;
	color: #bf0101;
	margin-bottom: 11px;
	font-weight: bold;
}

.news_text {
	color: #221815;
	font-size: 12px;
	line-height: 20px;
}

.report_left {
	width: 508px;
	height: 360px;
}

.rp_l_title {
	font-size: 18px;
	color: #ffffff;
	background: rgba(0, 0, 0, .8);
	width: 100%;
	position: absolute;
	box-sizing: border-box;
	bottom: 0;
	left: 0;
	padding: 4%;
}

.sw1 {
	height: 100% !important;
}

.sw1 .swiper-slide img {
	width: 100%;
	height: 100%;
}
.download .title{
	position: relative;
}
.download .title::before{
	content: '';
	position: absolute;
	width: 436px;
	height: 1px;
	background: #d7b98e;
	left: 0;
	top: 22px;
}
.download .title::after{
	content: '';
	position: absolute;
	width: 436px;
	height: 1px;
	background: #d7b98e;
	right: 0;
	top: 22px;
}
.download img{
	display: block;
	margin: auto;
}
.foryou {
	display: block;
	margin: auto;
}

.enplain_box {
	text-align: center;
	padding: 0 80px;
}

.explain_con {
	width: 212px;
	height: 182px;
	padding: 0 24px;
	background: -webkit-linear-gradient(top, #fff9e8, #ebd1c2) !important;
	background: -moz-linear-gradient(top, #fff9e8, #ebd1c2) !important;
	background: -o-linear-gradient(top, #fff9e8, #ebd1c2) !important;
	background: -ms-linear-gradient(top, #fff9e8, #ebd1c2) !important;
	background: linear-gradient(top, #fff9e8, #ebd1c2) !important;
	border-radius: 12px;
	box-shadow: 2px 2px 0px 2px #e0c9b0;
	display: inline-block;
	box-sizing: border-box;
	margin: 0 8px 24px;
	vertical-align: top;
}

.ec_title {
	margin: 25px auto 0;
	padding: 0 24px 12px;
	text-align: center;
	color: #ee8629;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #ee8629;
}

.ec_text {
	padding: 16px 0 0;
	color: #4c271f;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
}

.explain_con:last-child {
	display: inline-table;

}

.explain_con:last-child p {
	display: table-cell;
	vertical-align: middle;
	padding-top: 0;
}

.ps {
	color: #4C271F;
	font-size: 18px;
	text-align: center;
}

.aboutCIA {
	padding: 0 156px;
}

.aboutCIA p:not(:first-child) {
	color: #4C271F;
	font-size: 14px;
	margin-bottom: 28px;
}

.aboutCIA p:last-child {
	margin-bottom: 0;
}

.review_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.review_con {
	position: relative;
	width: 354px;
	height: 125px;
	border-radius: 12px;
	overflow: hidden;
	float: left;
	margin: 16px;
}

.review_img {
	position: absolute;
	width: 100%;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.review_title {
	position: absolute;
	margin: auto;
	bottom: 14px;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	left: 0;
	right: 0;
	text-align: center;
	background: rgba(0, 0, 0, 0.4);
}

.group_con {
	padding: 26px 90px;
	color: #333333;
	border-bottom: 1px solid #d7b98e;
	font-size: 14px;
}

.host,
.combi {
	font-size: 18px;
	padding-top: 0;
}

.host img {
	width: 120px;
	height: 120px;
}

.conbi a:not(:last-child) {
	margin-right: 40px;
}

.sup,
.sup a {
	margin-bottom: 30px;
	flex: 0 0 25%;
}

.sup:not(:last-child) {}

.sups {
	display: flex;
	justify-content: normal;
	flex-wrap: wrap;
	padding-bottom: 0 !important;
}

.group_con {
	/* word-break: keep-all; */
}

.media {}

.media h2 {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin: 24px 0;
	text-align: center;
}

.media span {
	color: #333333;
	font-size: 12px;
	margin-right: 8px;
	word-break: keep-all;
}

.call {
	margin: 20px 0 0;
	padding-bottom: 20px;
}

.call_con {
	max-width: inherit;
	width: 100%;
	margin: auto;
	margin-top: 12px;
}

.call_con span {
	font-size: 12px;
	color: #4c4c4c;
	display: block;
	text-align: left;
	padding-bottom: 9px;
}

.callp_bottom {
	margin-top: 5px;
}

.call_con img {
	float: none;
	width: 100px;
	height: 100px;
}

.span_con {
	display: inline-block;
	vertical-align: top;
}

.pspan_con {
	display: none;
}

.call_bottom {}

.applogo,
.gialogo {
	padding-left: 50px;
}

footer {
	background: #ab0500;
	padding-bottom: 16px;
}

.foot_box {
	width: 996px;
	margin: 0 auto;
	overflow-y: hidden;
}

.boaologo {
	float: left;
	width: 200px;
	padding-top: 15px;
	overflow-y: hidden;
}

.boaologo img {
	width: 100%;
}

.foot_con {
	font-size: 12px;
	float: right;
	padding-top: 25px;
	max-width: 760px;
	margin-right: 10px;
	line-height: 150%;
	color: #fff;
}

.p_foryou {
	display: none;
	width: 100%;
	padding: 0 6%;
	box-sizing: border-box;
}

.p_foryou_con {
	width: 90%;
	margin: auto;
	padding: 16px;
	border-radius: 12px;
	font-size: 13px;
	color: #4c271f;
	margin: 12px 0;
}

@media only screen and (max-width: 700px) {
	.wrap {
		width: 100%;
	}

	.text1 {
		width: 80%;
		top: 64px;
	}

	.nav a,
	.nav div {
		font-size: 15px;
	}

	.head {
		height: 180px;
	}

	.main {
		width: 100%;
		padding: 0 4%;
		box-sizing: border-box;
	}

	.topic {
		flex-wrap: wrap;
	}

	.topic img {
		width: 94%;
	}

	.title {
		font-size: 24px;
		margin: 34px auto 30px;
	}
	.report{
		flex-wrap: wrap;
	}
	.report_left,.report_right{
		width: 100%;
	}
	.report_right{
		margin-top: 20px;
	}
	.rr_topic::before,.rr_topic::after,.download .title::before,.download .title::after{
		display: none;
	}
	.download img{
		width: 100%;
	}
	.foryou {
		display: none;
	}

	.p_foryou {
		display: block;
	}

	.enplain_box {
		padding: 0;
	}

	.explain_con {
		width: 40%;
		height: 252px;
		padding: 0 14px;
	}

	.ec_title {
		margin: 25px auto 0;
		padding: 0 0 12px;
	}

	.ec_text {
		font-size: 13px;
	}

	.aboutCIA {
		padding: 0;
	}

	.group_con {
		padding: 4px 10px;
	}

	.group_con a,
	.sup,
	.sup a {
		display: block;
		margin: 12px 0;
		text-align: center;
		width: 100%;
	}

	.conbi {
		padding: 20px 8px;
		white-space: inherit;
		overflow-x: auto;
	}

	.sup:not(:last-child) {
		margin-right: 0;
	}

	.call {
		width: 90%;
		margin: 20px auto 0;
	}

	.call_con img {
		display: block;
		float: none;
		margin: 0 auto;
	}

	.boaologo {
		max-width: inherit;
		width: 100%;
	}

	.boaologo img {
		width: 50%;
		display: block;
		margin: auto;
	}

	.applogo,
	.gialogo {
		padding: 0;
	}

	.foot_con {
		margin-right: 0;
		padding: 10px;
		width: auto;
	}

	.supline {
		display: none !important;
	}

	.psup {
		display: block !important;
		width: 90%;
		margin: auto;
	}

	.psup span {
		font-size: 12px;
		color: #333333;
		display: inline-block;
		vertical-align: top;
	}

	.call_con span:nth-child(1) {
		text-align: center;
	}

	.span_con {
		display: none !important;
	}

	.pspan_con {
		display: block !important;
		/*float: left;*/
	}

	.pspan_con span {
		display: block !important;
		text-align: center;
	}

	.foot_box {
		width: 100%;
	}
}
