﻿@charset "utf-8";
/* CSS Document */

body,
html {
	min-width: 1200px;
	background: #f4f5f6;
}

a {
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}

a:active,
a:hover {
	color: #FFD133 !important;
}

@-moz-keyframes leftIn {
	from {
		left: 100%
	}

	to {
		left: 0;
		z-index: 3
	}
}

@-webkit-keyframes leftIn {
	from {
		left: 100%
	}

	to {
		left: 0;
		z-index: 3
	}
}

@keyframes leftIn {
	from {
		left: 100%
	}

	to {
		left: 0;
		z-index: 3
	}
}

@-moz-keyframes leftOut {
	from {
		left: 0
	}

	to {
		left: -100%;
		z-index: 1
	}
}

@-webkit-keyframes leftOut {
	from {
		left: 0
	}

	to {
		left: -100%;
		z-index: 1
	}
}

@keyframes leftOut {
	from {
		left: 0
	}

	to {
		left: -100%;
		z-index: 1
	}
}

.bgBox {
	width: 1230px;
	margin: 0 auto;
	background: #fff;
}

.conBox {
	width: 1200px;
	margin: 0 auto;
	background: url("http://www.news.cn/globe/images/20220729hq_indexBg_v1.png") 50% 0;
}

.banner {
	width: 1200px;
	margin: 0px auto;
	padding: 30px 0 30px;
	border-bottom: 1px solid #f4ccc7;
	position: relative;
}

.hqlogo {
	width: 260px;
	float: left;
	margin-left: 20px;
}

.hqlogo img {
	width: 260px;
	height: auto;
}

.form {
	width: 320px;
	height: 50px;
	position: absolute;
	border: 1px solid #e06964;
	right: 20px;
	bottom: 25px;
	border-radius: 10px;
	background: #fff;
}

.form input {
	width: 200px;
	height: 46px;
	font-size: 16px;
	color: #666666;
	background: #fff;
	border: none;
	margin: 2px 0 0 7px;
}

.submitBtn {
	width: 100px;
	height: 40px;
	background: #d32c25;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 20px;
	border-radius: 10px;
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
}

.submitBtn img {
	width: 16px;
	height: 16px;
	margin: 5px;
}

.lmt01 {
	border-bottom: 1px solid #ccc;
	font-size: 18px;
}

.lmt01 h3 {
	border-bottom: 5px solid #e33c29;
	float: left;
}

.lmt02 {
	padding-left: 10px;
	border-bottom: 1px solid #ccc;
	font-size: 18px;
}

.lmt02 h3 {
	border-bottom: 5px solid #e33c29;
	float: left;
}

/*part01*/
.dtt {
	/* width: 1200px; */
	overflow: hidden;
	margin: 0 auto;
	background: #fff;
	border-bottom: 1px solid #f4ccc7;
	padding-bottom: 20px;
	/* border-top: 1px solid #f8d0cb;
	border-bottom: 1px solid #f8d0cb;
	border-left: 5px solid #e33c29; */
}

.dtt .tit {
	width: 1200px;
	font-size: 36px;
	color: #333;
	font-weight: bold;
	overflow: hidden;
	line-height: 47px;
	margin-top: 35px;
	text-align: center;
}

.dtt .tit a {
	color: #333;
	font-weight: bold;
}

.dtt .txt {
	width: 1200px;
	font-size: 16px;
	color: #999;
	height: 24px;
	overflow: hidden;
	line-height: 24px;
	margin-top: 15px;
	text-align: center;
}

.dtt .txt a {
	color: #999;
}

.part01 {
	width: 1200px;
	height: auto;
	position: relative;
	margin: 0 auto;
	padding-top: 20px;
}

.part01-left {
	width: 800px;
	height: 450px;
	position: relative;
	float: left;
}

.part01-left .arrow-left {
	background: url("http://www.news.cn/global/img/iconBtn/arrows.png") no-repeat left top;
	position: absolute;
	left: 10px;
	top: 47%;
	margin-top: -15px;
	width: 17px;
	height: 30px;
	z-index: 2
}

.part01-left .arrow-right {
	background: url("http://www.news.cn/global/img/iconBtn/arrows.png") no-repeat left bottom;
	position: absolute;
	right: 10px;
	top: 47%;
	margin-top: -15px;
	width: 17px;
	height: 30px;
	z-index: 2
}

.part01-left .swiper-container {
	width: 800px;
	height: 450px;
}

.part01-left .pagination {
	position: absolute;
	right: 10px;
	text-align: right;
	bottom: 15px;
	z-index: 2;
}

.part01-left .swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #ccc;
	margin: 0 3px;
	cursor: pointer;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.part01-left .swiper-active-switch {
	background: #fb964c !important;
}

.part01-left .swiper-pagination-bullet {
	margin-left: 5px;
}

.part01-left .swiper-pagination-bullet-active {
	background: #fb964c !important;
}

.part01-left .picTitle {
	position: relative;
	width: 800px;
	height: 450px;
	overflow: hidden;
}

.part01-left .picTitle .img img {
	width: 800px;
	height: 450px;
	display: block;
}

.part01-left .picTitle .name {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
	padding: 10px 60px 10px 10px;
	color: #fff;
	background: rgba(0, 0, 0, 1);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .1)), to(rgba(0, 0, 0, .7)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .7) 100%);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .7) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .7) 100%);
}

.part01-left .picTitle .name a {
	color: #fff;
	text-decoration: none;
}


/*蓝*/
.part01-right {
	width: 380px;
	float: right;
	overflow: hidden;
}

.part01-right h3 {
	width: 348px;
	font-size: 24px;
	color: #333;
	padding: 25px 0px 15px 0px;
	border-bottom: 1px dashed #528dfa;
	text-align: center;
	margin: 0 auto;
	line-height: 35px;
	font-weight: bold;
}

.part01-right h3 a {
	color: #333;
	font-weight: bold;
}

.part01-right ul {
	overflow: hidden;
	margin: -5px auto 0;
}

.part01-right li {
	font-size: 16px;
	color: #305798;
	padding: 0px 15px 0px 15px;
	height: 56px;
	display: flex;
	align-items: center;
}

.part01-right li+li {
	border-top: 1px solid #ccc;
	padding: 0px 15px 0px 15px
}

.part01-right li:hover {
	background: #14c3f6;
}

.part01-right li a {
	color: #333;
}

.part01-right li:hover a {
	color: #fff !important;
}

.part01-right .more {
	text-align: center;
	font-size: 14px;
	border-top: 1px solid #fff;
	height: 30px;
	line-height: 30px;
}

.part01-right li * {
	vertical-align: middle;
}

.mul-play {
	position: absolute;
	width: 70px;
	height: 70px;
	bottom: 57px;
	left: 10px;
	display: none;
	cursor: pointer;
	z-index: 999;
}

.mul-play img {
	width: 100%;
	height: 100%;
}

.videoPart {
	width: 800px;
	height: 450px;
	background: #333;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 50;
}

.videoPart iframe {
	width: 800px;
	height: 454px;
}

.videoPart .videoPart-close {
	width: 22px;
	height: 22px;
	position: absolute;
	top: 0;
	right: -22px;
	z-index: 50;
	background: url("http://www.newsres.cn/bigbig201710101700/bundle/s1014_icon_btn_close.png") no-repeat;
	cursor: pointer;
	background-size: 100% auto;
}

.part02 {
	margin-top: 40px;
}

.tabli {
	width: 1200px;
	height: auto;
	z-index: 1;
	text-align: center;
	color: #333;
}

.tabli ul {
	margin-top: 20px;
	border-bottom: 1px solid #ccc;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.tabli li {
	padding: 0 20px;
	font-size: 20px;
	cursor: pointer;
}

.tabli .selected {
	font-size: 24px;
	font-weight: bolder;
	border-bottom: 5px solid #e33c29;
}

.tab_box {
	margin-top: 20px;
}

.conbox {
	display: none;
}

.conbox.on {
	display: block;
}

.conbox ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.conbox li {
	width: 24%;
	margin-bottom: 30px;
}

.conbox li img {
	width: 288px;
	height: 162px;
	border-bottom: 3px solid #e33c2900;
}

.conbox li:hover img {
	border-bottom: 3px solid #e33c29;
}

.conbox li h3 {
	padding: 10px 0 5px;
	font-size: 18px;
	/* font-weight: bolder; */
}

.conbox li p {
	font-size: 14px;
	line-height: 24px;
	display: none;
}

.ad_tl {
	width: 1200px;
	padding: 20px 0;
	background: #fff;
}

.part03 {
	width: 1200px;
	margin: 30px auto 0;
}

.part03_left {
	width: 300px;
	float: left;
	border-top: 1px solid #ccc;
	position: relative;
}

.part03_left::after {
	content: "";
	width: 100px;
	height: 5px;
	top: 0;
	left: 50%;
	margin-left: -50px;
	position: absolute;
	background: #e33c29;
}

.part03_leftBox {
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 50px;
	background: #f0f1f2;
}

.part03_leftBox p {
	text-align: center;
	line-height: 32px;
}

.part03_leftBox img {
	width: 80%;
	height: auto;
	display: block;
	margin: 10px auto 0;
}

.part03_leftBox::after {
	content: "";
	width: 240px;
	height: 1px;
	position: absolute;
	bottom: 25px;
	left: 50%;
	margin-left: -120px;
	background: #ccc;
}

.part03_leftBox::before {
	content: "";
	position: absolute;
	bottom: 18px;
	left: 50%;
	margin-left: -4px;
	width: 0;
	height: 0;
	z-index: 3;
	border-style: solid;
	border-width: 8px 8px 0 8px;
	border-color: #e33c29 transparent transparent transparent;
}

.part03_certer {
	width: 540px;
	float: left;
	margin-left: 20px;
	position: relative;
}

.part03_certer .swiper-slide {
	width: 540px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}

.part03_certer .swiper-slide span {
	position: absolute;
	background: #e33c29;
	font-size: 18px;
	left: 0;
	top: 0;
	padding: 2px 12px;
	z-index: 1;
	color: #fff;
	display:none;
}

.part03_certer .swiper-slide img {
	width: 540px;
	height: 304px;
}

.part03_certer .swiper-slide h3 {
	font-size: 18px;
	padding: 10px 0;
	line-height: 24px;
}

.part03_certer .swiper-slide p {
	font-size: 14px;
	line-height: 24px;
}

.part03_certer .swiper-pagination-bullet {
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	font-size: 14px;
	background: #ebebeb;
	color: #333;
	border-radius: 0;
	opacity: 1;
	margin: 0 3px;
}

.part03_certer .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #e33c29;
	color: #fff;
}

.part03_certer .swiper-pagination {
	text-align: right;
	float: right;
	position: relative;
	margin-top: 20px;
}

.part03_right {
	width: 320px;
	float: right;
}

.tably {
	margin-top: 20px;
}

.tably li {
	font-size: 14px;
	position: relative;
	float: left;
	padding: 0 17px;
	font-weight: bolder;
	cursor: pointer;
}

.tably li::before {
	content: "";
	width: 1px;
	height: 15px;
	background: #333;
	position: absolute;
	left: 0;
	top: 3px;
	z-index: 1;
	box-shadow: 0 0px 10px #26354c;
}

.tably li::after {
	content: "";
	width: 1px;
	height: 15px;
	background: #333;
	position: absolute;
	right: -1px;
	top: 3px;
	z-index: 1;
	/* box-shadow: 0 0px 2px #fff; */
}

.tably li:hover {
	color: #e33c29;

}

.tably li:hover::after {
	background: #e33c29;
	z-index: 3;
}

.tably li:hover::before {
	background: #e33c29;
	z-index: 3;
}

.tably .selected {
	color: #e33c29;

}

.tably .selected::after {
	background: #e33c29;
	z-index: 3;
}

.tably .selected::before {
	background: #e33c29;
	z-index: 3;
}

.tably_box {
	margin-top: 10px;
	padding-right: 5px;
}

.tably_box .ly {
	padding-left: 30px;
	position: relative;
	margin-bottom: 15px;
}

.tably_box .ly::before {
	content: "-";
	width: 20px;
	height: 20px;
	background: #e33c29;
	color: #fff;
	text-align: center;
	line-height: 18px;
	position: absolute;
	left: 0;
	top: 3px;
	z-index: 2;
}

.tably_box .ly h3 {
	font-weight: bolder;
	font-size: 18px;
}

.tably_box .ly p {
	font-size: 12px;
	font-family: "宋体";
	font-weight: normal;
	line-height: 18px;
	margin-top: 5px;
}

.tably_box .hf {
	font-size: 12px;
	font-weight: normal;
	line-height: 22px;
}

.tably_box .hf li {
	padding-left: 30px;
	position: relative;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
	line-height: 18px;
}

.tably_box .hf li span {
	font-weight: bolder;
}

.tably_box .hf li::before {
	content: "+";
	width: 20px;
	height: 20px;
	background: #ebebeb;
	color: #555;
	text-align: center;
	line-height: 18px;
	position: absolute;
	left: 0;
	top: -1px;
	z-index: 2;
}

.tably_box .tablyCon {
	display: none;
}

.tably_box .tablyCon.on {
	display: block;
}

.part04 {
	width: 1200px;
	margin: 0 auto;
	margin-top: 40px;
}

.part04_con {
	width: 1200px;
	margin-top: 50px;
	position: relative;
}

.part04_con .part04imgList {
	width: 1100px;
	height: auto;
	margin: 0 auto;
	margin-top: 10px;
	position: relative;
}

.part04_con .swiper-slide {
	float: left;
	width: 238px;
	cursor: pointer;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}

.part04_con .swiper-slide img {
	width: 100%;
	height: auto;
}

.part04_con .swiper-slide .textbox {
	background: #f4f4f4;
	box-sizing: border-box;
	padding: 10px 15px 10px 15px;
	display: flex;
	flex-direction: column;
	justify-content: start;
	display: none;
}

.part04_con .swiper-slide h3 {
	font-size: 18px;
	font-weight: bolder;
}

.part04_con .swiper-slide:hover .textbox {
	background: -webkit-linear-gradient(135deg, #29ccd6 0, #03a1f8 100%);
	background: -moz-linear-gradient(135deg, #29ccd6 0, #03a1f8 100%);
	background: linear-gradient(135deg, #29ccd6 0, #03a1f8 100%);
}

.part04_con .swiper-slide:hover h3 a {
	color: #fff;
}

.part04_con .swiper-pagination {
	display: none;
}

.part04_con .swiper-button-prev {
	width: 35px;
	height: 35px;
	background: #ebebeb url("http://www.news.cn/globe/images/20220729hq_anLeft_v1.png") 50% 9px no-repeat;
	left: -45px;
	top: 52%;
}

.part04_con .swiper-button-prev:hover {
	background: #f26522 url("http://www.news.cn/globe/images/20220729hq_anLeftOn_v1.png") 50% 9px no-repeat;
}

.part04_con .swiper-button-next {
	width: 35px;
	height: 35px;
	background: #ebebeb url("http://www.news.cn/globe/images/20220729hq_anRight_v1.png") 50% 9px no-repeat;
	right: -45px;
	top: 52%;
}

.part04_con .swiper-button-next:hover {
	background: #f26522 url("http://www.news.cn/globe/images/20220729hq_anRightOn_v1.png") 50% 9px no-repeat;
}

/*返回top*/
.backtop {
	width: 74px;
	height: 70px;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	bottom: 100px;
	right: 50%;
	margin-right: -700px;
	z-index: 99;
	display: none;
}

.footer {
	border-top: 1px solid #ccc;
	padding: 40px 0 50px 0;
	text-align: center;
	margin-top: 50px;
}

.footer p {
	line-height: 30px;
	font-size: 14px;
	color: #959595;
}