* {
	margin: 0;
	padding: 0;
	list-style: none;
}

a,
input {
	color: #333333;
	text-decoration: none;
	/* 手机页面点击去掉篮框 */
	-webkit-tap-highlight-color: rgba(165, 165, 165, 0);
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover{
	color: #016bb5;
}

body {
	font-family: "微软雅黑";
}

.head {
	width: 1300px;
	margin: 0 auto;
	height: 95px;
	padding-left: 100px;
}

#current-time-date {
	width: 150px;
	height: 30px;
	line-height: 30px;
	float: right;
	font-size: 12px;
	color: gray;
}

.head_right {
	width: 300px;
	float: right;
	margin-right: 50px;
	margin-top: 10px;
}

.video-ad {
	width: 1200px;
	margin: 20px auto;
}

.search {
	float: right;
}

.search dl {
	border: 1px #ccc solid;
	border-radius: 30px;
	width: 260px;
	height: 36px;
	box-sizing: border-box;
	position: relative;
}

.search dl dt {
	display: inline-block;
	vertical-align: top;
	padding: 5px 0 0 17px;
}

.search dl dt input {
	width: 180px;
	line-height: 16px;
	height: 22px;
	border-right: 1px #ccc solid;
	border: none;
}

.search dl dd {
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: 0;
	right: 0;
}

.search dl dd button {
	width: 60px;
	height: 34px;
	background: url('../images/soso.png') no-repeat center;
	background-size: 23px auto;
	cursor: pointer;
	border: none;
}

.search dl dd button:hover {
	opacity: 0.8;
}
.wap1 {
	width: 100%;
	background: url('./layout1.png') no-repeat top center;
	height: 155px;
	padding-top: 45px;
}
.container {
	max-width: 1400px;
	width: 100%;
	overflow: hidden;
	background: white;
	margin: 0 auto;
}

.image-slide {
	width: 920px;
	height: 514px;
}

.carousel-container {
	display: flex;
	position: relative;
}

.image-container {
	flex: 7;
	position: relative;
	height: 514px;
	overflow: hidden;
	width: 920px;
}

.image-slide {
	position: absolute;
	width: 920px;
	height: 514px;
	opacity: 0;
	transition: opacity 0.8s ease;
	background-size: cover;
	background-position: center;
}

.image-slide img {
	width: 920px;
	height: 514px;
}

.image-slide.active {
	opacity: 1;
}

.image-title {
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	color: white;
	font-size: 18px;
	padding: 15px 20px;
	/*background: url("./bg0.png");*/
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.titles-container {
	width: 478px;
	float: right;
}

.title-header {
	text-align: center;
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.title-header h2 {
	font-size: 22px;
	font-weight: 500;
	color: #ecf0f1;
}

.title-list {
	list-style: none;
}

.title-item {
	padding: 12px 15px;
	margin: 2px 0;
	cursor: pointer;
	transition: all 0.3s ease;
	background: rgba(255, 255, 255, 0.1);
}

.title-item:hover {
	background: #ed900a;
}

.title-item.active {
	background: #ed900a;
}

.navigation-dots {
	position: absolute;
	bottom: 20px;
	right: 20px;
	display: flex;
	justify-content: center;
	gap: 10px;
	z-index: 10;
}

.dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 1);
	cursor: pointer;
	transition: all 0.3s ease;
}

.dot.active,
.dot:hover {
	background: #016bb5;
}

.nav-button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(0, 0, 0, 0.4);
	color: white;
	border: none;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-size: 18px;
	cursor: pointer;
	z-index: 10;
	transition: all 0.3s ease;
}

.nav-button:hover {
	background: rgba(0, 0, 0, 0.7);
}

.prev {
	left: 15px;
}

.next {
	right: 15px;
}

.title-item {
	background: #016bb5;
	width: 430px;
	height: 50px;
	padding: 14px 21px 20px 25px;
	position: relative;
	margin-bottom: 1px;
	font: normal 17px / 28px "Microsoft YaHei";
	color: #fff;
	overflow: hidden;
	line-height: 26px;
}

.title-list li:first-child {
	margin-top: 0px;
}
.wap3 {
	width: 1400px;
	height: 200px;
	background: url(./bg01.png) top center no-repeat;
	margin: 25px auto;
}

.wap3 .swiper-1 {
	width: 1200px;
	float: right;
	margin-right: 0px;
	margin-top: 33px;
	position: relative;
}

.wap3 .swiper-1 .swiper-slide {
	width: 300px;
	float: left;
}

.wap3 .swiper-1 .swiper-slide .title {
	height: 40px;
	width: 280px;
	text-align: center;
	line-height: 34px;
	font-size: 16px;
	color: #333333;
}

.wap3 .swiper-1 .swiper-slide .title a {
	color: #333333;
}

.wap3 .swiper-1 .swiper-slide .recom-img img {
	width: 280px;
	height: 110px;
}
.swiper-1 .arrow-left,
.swiper-1 .arrow-right {
	display: block;
	width: 30px;
	height: 30px;
	overflow: hidden;
	cursor: pointer;
	z-index: 99;
	position: absolute;
	top: 40%;
	margin-top: -15px;
	text-indent: -99em;
	border-radius: 50%;
	box-shadow: 0 0 20px rgba(255, 255, 255, 1);
}

.swiper-1 .arrow-left {
	left: -12px;
	background: url('./index-prev.png') no-repeat 6px center #dd080c;
	background-size: 14px 17px;
}

.swiper-1 .arrow-right {
	right: 7px;
	background: url('./index-next.png') no-repeat 10px center #dd080c;
	background-size: 14px 17px;
}

.swiper-1 .arrow-left:hover,
.swiper-1 .arrow-right:hover {
	background-color: #f4f2a7;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.m_31 {
	width: 1400px;
	margin: 35px auto;
}
.top_new{width: 1400px;margin: 0 auto;height: 70px;margin-top: 20px;}
.top_new li{width: 1198px;height: 70px;float: left;padding-right: 100px;text-align: center;line-height: 70px;font-size: 36px;font-weight: bold;}
.wap2 {
    width: 100%;
    background: url(./layout2.png) no-repeat top center;
    padding: 30px 0;
    margin-top: 20px;
}
.left{float: left;}
.right{float: right;}
.wap4{width: 1400px;margin: 0 auto;overflow: hidden;margin-top: 25px;}
.wap4 .left {
    width: 680px;
    overflow: hidden;
    float: left;
}
.wap4 .right {
    width: 680px;
    overflow: hidden;
    float: right;
}
.wap4 li {
    padding-top: 10px;
    padding-bottom: 15px;
    background: url(./bg02.png) no-repeat top center;
    padding-left: 10px;
    margin-top: 20px;
}
.wap4  li h3 {
    font-size: 23px;
    margin-bottom: 10px;
    font-weight: bold;
}
.wap4 li p {
    color: gray;
    font-size: 15px;
    text-indent: 2em;
    line-height: 28px;
    height: 52px;
}
.wap4  li p a {
    color: #dd070c;
}
.wap5{width: 1400px;margin: 0 auto;overflow: hidden; }
.wap5 .part1{
	width: 920px;height: 240px;background: #f9f6f3;
	float: left;
}
.wap5 .part1 .tit {
    float: right;
    font-size: 24px;
    font-family: "微软雅黑";
    font-weight: bold;
    width: 510px;
    margin-top: 40px;
    margin-right: 30px;
    color: #333333;
}
.wap5 .part1 .img {
    width: 320px;
    height: 180px;
    float: left;
    margin-top: 30px;
    margin-left: 30px;
}
.wap5 .part1 .img img {
    width: 320px;
    height: 180px;
}
.wap5 .part1 .pra {
    float: right;
    width: 510px;
    font-size: 15px;
    line-height: 26px;
    padding-top: 15px;
    text-indent: 2em;
    margin-right: 30px;
    color: gray;
}
.wap5 .part1 .pra a{  color: gray;}
.wap5 .part2 li {
    height: 47px;
    line-height: 47px;
    font-size: 16px;
    position: relative;
    padding-left: 11px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: gray;
}
 .wap5 .part2 li::before {
    content: '';
    width: 5px;
    height: 0.5px;
    background: silver;
    position: absolute;
    top: 23px;
    left: 0;
}
.wap5 .part2{float: right;width: 450px;overflow: hidden;}
.wap5 .content{width: 100%;overflow: hidden;margin-top: 30px;float: left;}
.wap5 .content .part3{
	width: 440px;
	float: left;
	margin-left: 30px;
}
.wap5 .content .part3:first-child{
	margin-left: 0;
}
.wap5 .content .part3 li{
	height: 47px;
    line-height: 47px;
    font-size: 16px;
    position: relative;
    padding-left: 11px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: gray;
}
.wap5 .content .part3 li::before {
    content: '';
    width: 5px;
    height: 0.5px;   
    background: silver;
    position: absolute;
    top: 23px;
    left: 0;
}
.wap5 .content .part3 .tit1{margin-bottom: 5px;}
