/* 浏览器差异性处理 */
* {
	padding: 0;
	margin: 0;
	outline: none;
	resize: none;
	border: none;
}
a {
	text-decoration: none;
}
img {
	display: block;
}
li {
	list-style: none;
}
body {
	min-width: 1200px;
	font-family: "苹方";
}
/* 主体 */
#main {
	width: 100%;
	background: url(../images/head_bg_02.jpg) no-repeat;
	background-color: #0184ff;
	background-size: 100% auto;
	padding-bottom: 75px;
}
.main_center {
	width: 1167px;
	margin: 0 auto;
}
/* 企业展示 */
.list1 {
	margin-bottom: 75px;
}
.list1 li {
	overflow: hidden;
	position: relative;
	margin-top: 10px;
}
.list1 li:nth-child(1) {
	margin-top: 0;
}
.list1 li:nth-child(2n - 1) {
	width: 100%;
	height: 464px;
	background: url(../images/main_left_bg.png) no-repeat;
	background-size: 100% 100%;
	padding: 105px 75px 0 160px;
	box-sizing: border-box;
}
.list1 li:nth-child(2n) {
	width: 100%;
	height: 464px;
	background: url(../images/main_right_bg.png) no-repeat;
	background-size: 100% 100%;
	padding: 105px 160px 0 75px;
	box-sizing: border-box;
}
.list1 li:nth-child(2n - 1) .description {
	float: left;
}
.list1 li:nth-child(2n - 1) img {
	float: right;
}
.list1 li:nth-child(2n - 1) .number {
	left: 25px;
}
.list1 li:nth-child(2n) .description {
	float: right;
}
.list1 li:nth-child(2n) img {
	float: left;
}
.list1 li:nth-child(2n) .number {
	right: 25px;
}
.list1 .description {
	width: 420px;
}
.list1 img {
	width: 437px;
}
.list1 .number {
	position: absolute;
	top: 80px;
	font-size: 70px;
	font-weight: bolder;
	font-style: italic;
	color: #01c3ff;
	line-height: 1;
}
.list1 .description h2 {
	font-size: 30px;
	font-weight: bold;
	font-family: "思源黑体";
	color: #0062d2;
	padding: 20px 0 18px;
}
.list1 .description p {
	font-size: 16px;
	font-weight: 500;
	text-align:justify;
	text-justify:inter-ideograph;
	color: #0062d2;
	line-height: 24px;
}
/* 视频报道 */
.list2 {
	background: #ffffff;
	margin-bottom: 75px;
	padding: 40px 0 75px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.video {
	width: 1040px;
	height: 515px;
	margin: 0 auto;
	box-shadow: 0 0 12px #ababab;
}
iframe {
	float: left;
}
.play_list {
	float: right;
	width: 325px;
	height: 100%;
}
.play_list h2 {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #004cb3;
	padding-left: 15px;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: bold;
}
.aside_video_list {
	height: 475px;
	overflow: auto;
	background: #303030;
}
.aside_video_list::-webkit-scrollbar {
	width: 6px;
}
.aside_video_list::-webkit-scrollbar-thumb {
	border-radius: 6px;
	background: #c1bdbd;
}
.aside_video_list::-webkit-scrollbar-track {
	border-radius: 6px;
	background: #ededed;
}
.aside_video_list ul li {
	height: 100px;
	padding: 10px 15px;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
}
.aside_video_list ul li span {
	color: #fff;
	font-size: 14px;
	position: absolute;
	left: 140px;
	top: 20px;
	width: 150px;
}
.aside_video_list ul li:hover {
	background: #256ddc;
}
.active {
	background: #256ddc;
}
/* 深度报道 */
.list3 {
	background: #0062d2;
	padding-bottom: 75px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.list3_center {
	width: 1050px;
	margin: 0 auto;
}
.list3 li {
	overflow: hidden;
	position: relative;
	margin-top: 60px;
}
.list3 li:nth-child(1) {
	margin-top: 0;
}
.list3 li:nth-child(2n - 1) {
	width: 100%;
	height: 337px;
	background: url(../images/foot_left_bg.png) no-repeat;
	background-size: 100% 100%;
	padding: 60px 54px 0 75px;
	box-sizing: border-box;
}
.list3 li:nth-child(2n) {
	width: 100%;
	height: 337px;
	background: url(../images/foot_right_bg.png) no-repeat;
	background-size: 100% 100%;
	padding: 60px 75px 0 54px;
	box-sizing: border-box;
}
.list3 li:nth-child(2n - 1) .description {
	float: right;
}
.list3 li:nth-child(2n - 1) img {
	float: left;
}
.list3 li:nth-child(2n - 1) .number {
	left: 15px;
}
.list3 li:nth-child(2n) .description {
	float: left;
}
.list3 li:nth-child(2n) img {
	float: right;
}
.list3 li:nth-child(2n) .number {
	right: 15px;
}
.list3 .description {
	width: 500px;
}
.list3 img {
	width:358px;
}
.list3 .number {
	position: absolute;
	top: 25px;
	font-size: 30px;
	font-weight: bolder;
	font-family: "思源宋体";
	color: #ffffff;
	line-height: 1;
}
.list3 .description h2 {
	font-size: 22px;
	font-weight: bold;
	font-family: "思源黑体";
	color: #0062d2;
	padding-bottom: 20px;
	line-height: 30px;
}
.list3 .description p {
	font-size: 16px;
	font-weight: 500;
	text-align:justify;
	text-justify:inter-ideograph;
	color: #0062d2;
	margin-bottom: 16px;
	height: 72px;
	line-height: 24px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.list3 a {
	display: inline-block;
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 40px;
	background: #63b9ff;
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	font-family: "思源黑体";
}
/* 底部 */
.footer {
	width: 100%;
	height: 148px;
	background: #2192fc;
}
.footer_center {
	width: 1140px;
	margin: 0 auto;
	height: 100%;
	position: relative;
}
.footer_left {
	padding-top: 27px;
}
.logo {
	position: absolute;
	right: 220px;
	bottom: 35px;
}
.phone {
	position: absolute;
	bottom: 0;
	right: 0;
}
.tuandui {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}
.zhizuo,.tel {
	color: #fff;
	font-size: 16px;
}
.zhizuo {
	margin-bottom: 5px;
}
.zhizuo span {
	margin-right: 25px;
}
/* 动画效果 */
.shake {
	-webkit-animation: play 1s;
	-moz-animation: play 1s;
	-ms-animation: play 1s;
	-o-animation: play 1s;
	animation: play 1s;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
@-webkit-keyframes play {
	0% {-webkit-transform: rotate(0deg);}
	10% {-webkit-transform: rotate(-1deg);}
	20% {-webkit-transform: rotate(0deg);}
	30% {-webkit-transform: rotate(1deg);}
	40% {-webkit-transform: rotate(0deg);}
	50% {-webkit-transform: rotate(-1deg);}
	60% {-webkit-transform: rotate(0deg);}
	70% {-webkit-transform: rotate(1deg);}
	80% {-webkit-transform: rotate(0deg);}
	90% {-webkit-transform: rotate(-1deg);}
	100% {-webkit-transform: rotate(0deg);}
}
@-moz-keyframes play {
	0% {-moz-transform: rotate(0deg);}
	10% {-moz-transform: rotate(-1deg)}
	20% {-moz-transform: rotate(0deg);}
	30% {-moz-transform: rotate(1deg);}
	40% {-moz-transform: rotate(0deg);}
	50% {-moz-transform: rotate(-1deg)}
	60% {-moz-transform: rotate(0deg);}
	70% {-moz-transform: rotate(1deg);}
	80% {-moz-transform: rotate(0deg);}
	90% {-moz-transform: rotate(-1deg)}
	100% {-moz-transform: rotate(0deg);}
}
@-ms-keyframes play {
	0% {-ms-transform: rotate(0deg);}
	10% {-ms-transform: rotate(-1deg);}
	20% {-ms-transform: rotate(0deg);}
	30% {-ms-transform: rotate(1deg);}
	40% {-ms-transform: rotate(0deg);}
	50% {-ms-transform: rotate(-1deg);}
	60% {-ms-transform: rotate(0deg);}
	70% {-ms-transform: rotate(1deg);}
	80% {-ms-transform: rotate(0deg);}
	90% {-ms-transform: rotate(-1deg);}
	100% {-ms-transform: rotate(0deg);}
}
@-o-keyframes play {
	0% {-o-transform: rotate(0deg);}
	10% {-o-transform: rotate(-1deg);}
	20% {-o-transform: rotate(0deg);}
	30% {-o-transform: rotate(1deg);}
	40% {-o-transform: rotate(0deg);}
	50% {-o-transform: rotate(-1deg);}
	60% {-o-transform: rotate(0deg);}
	70% {-o-transform: rotate(1deg);}
	80% {-o-transform: rotate(0deg);}
	90% {-o-transform: rotate(-1deg);}
	100% {-o-transform: rotate(0deg);}
}
@keyframes play {
	0% {transform: rotate(0deg);}
	10% {transform: rotate(-1deg);}
	20% {transform: rotate(0deg);}
	30% {transform: rotate(1deg);}
	40% {transform: rotate(0deg);}
	50% {transform: rotate(-1deg);}
	60% {transform: rotate(0deg);}
	70% {transform: rotate(1deg);}
	80% {transform: rotate(0deg);}
	90% {transform: rotate(-1deg);}
	100% {transform: rotate(0deg);}
}






