.section1 {
	padding: 50px 0;
	background-color: #f4f4f4;
}

.sect1 {
	overflow: hidden;
}

.sect1-l {
	width: 60.28%;
	float: left;
}

.sect1-lk {
	position: relative;
	z-index: 1;
}

.sect1-lk:after {
	content: "";
	position: absolute;
	left: 0;
	right: 100px;
	top: 0;
	bottom: 0;
	background: #fff;
	z-index: -1;
}

.sect1-r {
	float: right;
	width: 37.06%;
}

.title {
	position: relative;
	z-index: 2;
}

.title::after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

.title>a {
	display: block;
	line-height: 50px;
	font-size: 14px;
	color: #333333;
	float: right;
}

.title>p {
	float: left;
	padding: 15.5px 28px;
	font-size: 28px;
	color: #ffffff;
	background-color: #a30e0e;
}

.lb-text {
	float: left;
	padding: 30px;
	box-sizing: border-box;
	margin-right: 450px;
	min-height: 300px;
}

.sect1-m div a {
	display: block;
	overflow: hidden;
	position: relative;
}

.sect1-m div a .lb img {
	transition: all 0.6s;
	width: 100%;
	min-height: 100%;
	vertical-align: middle;
}

.sect1-m div a:hover .lb img {
	transform: scale(1.1);
}

.sect1-m>div>a>div:last-child {
	overflow: hidden;
}

.lb-text>h2 {
	font-size: 18px;
	font-weight: normal;
	height: 72px;
	color: #a30e0e;
	line-height: 36px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.lb-text>p {
	font-size: 14px;
	line-height: 30px;
	height: 60px;
	color: #666666;
	margin: 15px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.lb-text>span {
	font-size: 14px;
	padding-left: 50px;
	color: #666666;
	display: inline-block;
	background: url("../image/icon-look.png") no-repeat left center;
}

.sect1-m {
	position: relative;
	overflow: hidden;
	min-height: 300px;
}

.sect1-m>.slick-prev {
	top: inherit;
	left: inherit;
	right: 560px;
	bottom: 40px;
	width: 60px;
	height: 30px;
	border: solid 1px #bfbfbf;
	background: url("../image/left.png") no-repeat center center;
	z-index: 888;
	transform: translateX(0) translateY(0);
}

.sect1-m>.slick-next {
	top: inherit;
	bottom: 40px;
	width: 60px;
	right: 490px;
	height: 30px;
	border: solid 1px #bfbfbf;
	background: url("../image/right.png") no-repeat center center;
	z-index: 888;
	transform: translateX(0) translateY(0);
}

.sect1-b>ul {
	margin-top: 30px;
	margin-left: -15px;
	margin-right: -15px;
}

.sect1-b>ul>li {
	float: left;
	width: 50%;
}

.sect1-b>ul>li>a {
	display: block;
	position: relative;
	margin: 0 15px;
	background: url("../image/li-dot.png") no-repeat left center;
	border-bottom: 1px dashed #dddddd;
}

.sect1-b>ul>li>a>span:first-child {
	font-size: 16px;
	line-height: 50px;
	color: #333333;
	margin-left: 15px;
	margin-right: 85px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

.sect1-b>ul>li>a>span:last-child {
	position: absolute;
	right: 0;
	line-height: 50px;
	font-size: 14px;
	color: #999999;
	top: 50%;
	transform: translateY(-50%);
}

.sect1-r>ul>li>a {
	display: block;
	position: relative;
	overflow: hidden;
}

.sect1-r>ul>li>a::after {
	content: '';
	position: absolute;
	left: 100px;
	height: 32px;
	width: 1px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #cccccc;
}

.sect1-r>ul>li {
	overflow: hidden;
	margin-top: 20px;
}

.tz-time {
	float: left;
	width: 55px;
	margin-left: 30px;
	margin-top: 7.5px;
	box-shadow: 1px 1px 5px #8f8f8f;
}

.tz-text {
	overflow: hidden;
	padding-left: 50px;
	padding-right: 35px;
}

.tz-time>p {
	font-size: 18px;
	color: #666666;
}

.tz-time>span {
	font-size: 14px;
	color: #fff;
	text-align: center;
	background: #a30e0e;
	width: 100%;
	display: block;
	height: 24px;
	line-height: 24px;
}

.tz-text>p {
	height: 60px;
	font-size: 16px;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333333;
}

.sect1-r>ul>li:last-child {
	padding-bottom: 40px;
}

.sect1-r>ul {
	background-color: #ffffff;
	padding-top: 64px;
	margin-top: -50px;
	z-index: 1;
}

.sectino2 {
	padding: 50px 0;
	overflow: hidden;
}

.sect2 {
	overflow: hidden;
	position: relative;
}

.sect2-l {
	margin-right: 222px;
}

.title1 {
	/* overflow: hidden; */
	float: left;
	width: 200px;
}

.title1>p {
	font-size: 28px;
	color: #ffffff;
	padding: 15.5px 28px;
	background-color: #a30e0e;
	margin-bottom: 52px;
}

.title1>a {
	display: block;
}

.title1>a>span {
	padding: 12px 80px 12px 20px;
	display: block;
	font-size: 14px;
	color: #666666;
	border: solid 1px #cccccc;
	margin-left: 19px;
	margin-right: 19px;
	background: url("../image/right.png") no-repeat 80% center;
	margin-bottom: 10px;
}

.sect2-t {
	overflow: hidden;
}

.sect2-t>ul {
	float: left;
	width: calc(100% - 200px);
	overflow: hidden;
	margin-top: -20px;
}

.sect2-t>ul>li {
	width: 33.333%;
	float: left;
	margin-top: 20px;
}

.sect2-t>ul>li>a {
	display: block;
	border: solid 1px #e5e5e5;
	box-sizing: border-box;
	margin-left: 30px;
	padding: 14px 20px;
}

.sect2-t>ul>li>a img{width:100%;/* height:100px; */}

.sect2-t>ul>li>a>p {
	height: 50px;
	font-size: 16px;
	color: #333333;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.sect2-b {
	overflow: hidden;
	margin-top: 30px;
}

.sect2-b>ul {
	float: left;
	width: calc(100% - 200px);
	overflow: hidden;
	margin-top: -20px;
}

.sect2-b>ul>li {
	width: 33.333%;
	float: left;
	margin-top: 20px;
}

.sect2-b>ul>li>a {
	display: block;
	padding: 14px 20px;
	margin-left: 30px;
	border: solid 1px #e5e5e5;
	box-sizing: border-box;
}
.sect2-b>ul>li>a img{width:100%;}

.sect2-b>ul>li>a>p {
	font-size: 14px;
	letter-spacing: 0px;
	color: #666666;
	background: url("../image/time.png") no-repeat left center;
	padding-left: 20px;
	margin-bottom: 8px;
}

.sect2-b>ul>li>a>span {
	height: 50px;
	font-size: 16px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 25px;
}

.sect2-r {
	position: absolute;
	right: 0;
	top: 0;
	width: 192px;
}

.sect2-r>ul>li {
	text-align: center;
	transition: all 0.3s;
}

.sect2-r>ul>li>a {
	display: block;
	padding: 49.5px 14px;
	overflow: hidden;
}

.sect2-r>ul>li:nth-child(1) {
	background-color: #e6a535;
}

.sect2-r>ul>li:nth-child(2) {
	background-color: #3fb3eb;
	margin: 21px 0;
}

.sect2-r>ul>li:nth-child(3) {
	background-color: #78bf59;
}

.sect2-r>ul>li:hover {
	background-color: #a30e0e;
}

.sect2-r>ul>li>a>p {
	margin-top: 15px;
	font-size: 18px;
	color: #ffffff;
}

.section3 {
	padding: 50px 0;
	background-color: #f4f4f4;
}

.sect3-l {
	float: left;
	width: 65.9%;
}

.title2 {
	overflow: hidden;
}

.title2>p {
	font-size: 24px;
	padding: 15.5px 36px;
	float: left;
	color: #ffffff;
	background-color: #a30e0e;
}

.title2>a {
	font-size: 14px;
	line-height: 50px;
	float: right;
	color: #333333;
}

.sect3 {
	overflow: hidden;
}

.sect3-l>ul {
	overflow: hidden;
	margin-left: -15px;
	margin-right: -15px;
}

.sect3-l>ul>li {
	position: relative;
	float: left;
	width: 50%;
	overflow: hidden;
	margin-top: 30px;
}

.sect3-l>ul>li>a {
	display: block;
	margin: 0 15px;
	padding: 20px;
	box-sizing: border-box;
	background-color: #ffffff;
}

.sect3-l>ul>li>a::after {
	content: '';
	left: 50px;
	top: 0;
	position: absolute;
	width: 80px;
	height: 3px;
	background-color: #a30e0e;
}

.xq-img {
	float: left;
}

.xq-text {
	overflow: hidden;
	padding-left: 20px;
}

.xq-text>p {
	height: 90px;
	font-size: 20px;
	line-height: 90px;
	color: #303030;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.xq-text>span {
	font-size: 14px;
	background: url("../image/rl.png") no-repeat left center;
	padding-left: 25px;
	line-height: 30px;
	color: #999999;
}

.sect3-r {
	width: 31.06%;
	float: right;
}

.sect3-r>ul {
	margin-top: 15px;
}

.sect3-r>ul>li {
	line-height: 50px;
	position: relative;
	background: url("../image/news_d1.png") no-repeat left center;
	border-bottom: 1px dashed #dddddd;
}

.sect3-r>ul>li>a>p {
	margin-left: 15px;
	margin-right: 90px;
	font-size: 16px;
	line-height: 50px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sect3-r>ul>li>a>span {
	position: absolute;
	right: 0;
	font-size: 14px;
	color: #999999;
	top: 50%;
	transform: translateY(-50%);
}

.section4 {
	padding: 50px 0 90px 0;
}

.sect4>ul {
	margin-top: 50px;
}

.sect4>ul>li {
	width: 23.48%;
	padding: 4px;
	position: relative;
}

.sect4>ul>li>a {
	position: relative;
	display: block;
}

.fc-text {
	width: 80%;
	z-index: 99999;
	position: absolute;
	bottom: 20px;
	left: 4px;
	background-color: rgba(0, 0, 0, .7);
	border-radius: 5px;
}

.fc-lb>a>div:first-child {
	padding-top: 137.46%;
	position: relative;
	overflow: hidden;
}
.fc-lb>a>div:first-child  img{min-height:100%;height:auto;}

.fc-text>p {
	    font-size: 15px;
	    line-height: 45px;
	    color: #ffffff;
	    padding-left: 18px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 1;
	    -webkit-box-orient: vertical;
}

.sect4 .slick-dots {
	bottom: -40px;
}

.sect4 .slick-dots>li {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: solid 1px #a30e0e;
}

.sect4 .slick-dots>.slick-active {
	background-color: #a30e0e;
}

.sect4 .slick-list {
	margin-left: -15px;
	margin-right: -15px;
}

.section5 {
	padding: 25px 0 20px;
	background-color: #f4f4f4;
}

.sect5>ul {
	margin-top: 15px;
}

.sect5 ul li {
	text-align: center;
}

.sect5 ul li a {
	display: block;
}

.yqlj {
	height: 80px;
	width: 80px;
	border-radius: 50%;
	background-color: #ffffff;
	position: relative;
	text-align: center;
	margin: 10px auto;
}

.yqlj>img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s;
	width: 36px;
}

.sect5 ul li a:hover .yqlj>img {
	animation: icon-yh 0.6s linear;
}

.sect5 ul li a p {
	width: 188px;
	font-size: 16px;
	color: #333333;
	margin: 15px auto;
}

.fc-lb {
	width: 25%;
}

.fc-lb>a {
	display: block;
	margin: 0 15px;
	position: relative;
	padding: 4px;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.fc-lb>a div img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	transition: all 0.5s;
}

.fc-lb>a:hover div img {
	transform: scale(1.1);
}

.lb {
	overflow: hidden;
	position: absolute;
	right: 0;
	/*bottom: 0;*/
	width: 450px;
	height: 300px;
}

.sect1-b {
	overflow: hidden;
}

.sect2-r>ul {
	overflow: hidden;
}

.sect1-b>ul>li:hover a>span {
	color: #a30e0e;
}

.sect1-r>ul>li:hover p {
	color: #a30e0e;
}

.sect1-r>ul>li:hover span {
	color: #ffffff;
}

.sect1-m>.slick-prev:hover {
	background: #207ca3 url("../image/right-ho.png") no-repeat center center;
}

.sect1-m>.slick-next:hover {
	background: #207ca3 url("../image/left-ho.png") no-repeat center center;
}

.sect2-t>ul>li>a:hover {
	background-color: #0e5ea3;
}

.sect2-t>ul>li>a:hover p {
	color: white;
}

.sect2-b>ul>li>a:hover {
	background-color: #0e5ea3;
}

.sect2-b>ul>li>a:hover p {
	color: white;
	background: url("../image/time-ho.png") no-repeat left center;
}

.sect2-b>ul>li>a:hover span {
	color: white;
}

.title>a:hover {
	color: #0e5ea3;
}

.title1>a>span:hover {
	color: #ffffff;
	background: #0e5ea3 url("../image/left-ho.png") no-repeat 80% center;
}

.title2>a:hover {
	color: #0e5ea3;
}

.sect3-l>ul>li>a:hover {
	background-color: #0e5ea3;
}

.sect3-l>ul>li:hover a p {
	color: #ffffff;
}

.sect3-l>ul>li:hover a span {
	color: #ffffff;
	background: url("../image/rl-ho.png") no-repeat left center;
}

.sect3-r>ul>li:hover a p {
	color: #0e5ea3;
}

.sect5 ul li:hover .yqlj {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.sect5 ul li:hover a p {
	color: #0e5ea3;
}

.sect1-m>div:hover a>.lb-text>h2 {
	text-decoration: underline;
}

.sect1-m>div:hover a>.lb-text>span {
	color: #0e5ea3;
}

@media screen and (max-width: 1320px) {
	.title1>a>span {
		padding: 12px 35px 12px 20px;
	}

	.sect1 {
		padding-left: 15px;
		padding-right: 15px;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

@media screen and (max-width: 1200px) {
	.sect1-m>.slick-prev {
		right: 510px;
	}

	.sect1-m>.slick-next {
		right: 440px;
	}

	.lb {
		width: 400px;
		height: 266px;
	}

	.sect1-m,
	.lb-text {
		min-height: 266px;
	}

	.lb-text {
		padding: 25px;
		margin-right: 400px;
	}

	.lb-text>h2 {
		line-height: 30px;
		height: 60px;
	}

	.lb-text>p {
		line-height: 26px;
		height: 52px;
		margin: 10px 0;
	}

	.sect1-r>ul>li {
		margin-top: 14px;
	}
}

@media screen and (max-width: 1024px) {
	.sect1-b>ul {
		margin-top: 15px;
	}

	.sect2-b>ul {
		float: none;
		width: auto;
		margin-left: -30px;
		margin-top: 0;
	}

	.sect2-t>ul {
		float: none;
		width: auto;
		margin-left: -30px;
		margin-top: 0;
	}

	.title1>a>span {
		margin-right: 0;
		padding: 5px 35px 5px 20px;
	}

	.yqlj {
		width: 90px;
		height: 90px;
	}

	.sect5 ul li a p {
		font-size: 15px;
		width: 100%;
	}

	.section1 {
		padding-top: 20px;
		padding-bottom: 30px;
	}

	.sectino2 {
		padding: 20px 0;
	}

	.section3 {
		padding: 20px 0;
	}

	.section4 {
		padding-top: 20px;
		padding-bottom: 50px;
	}

	.section5 {
		padding: 20px 0;
	}

	.sect1-l {
		float: none;
		width: auto;
	}

	.sect1-r {
		float: none;
		width: auto;
		margin-top: 15px;
		position: relative;
		z-index: 1;
	}

	.sect1-r::after {
		content: '';
		position: absolute;
		top: 0;
		left: -15px;
		right: -15px;
		bottom: 0;
		background: #fff;
		z-index: -1;
	}

	.sect1-r>ul {
		padding-top: 55px;
	}

	.sect1-r>ul>li:last-child {
		padding-bottom: 15px;
	}

	.tz-time {
		margin-left: 0;
	}

	.tz-text {
		padding-left: 35px;
		padding-right: 0;
	}

	.sect1-r>ul>li>a::after {
		left: 68px;
	}

	.sect2-l {
		margin-right: 0;
	}

	.sect2-r {
		position: static;
		width: auto;
	}

	.sect2-r>ul {
		margin-left: -1.5%;
		margin-right: -1.5%;
		margin-top: 20px;
	}

	.sect2-r>ul>li {
		float: left;
		width: 30.333%;
		margin: 0 1.5% !important;
	}

	.sect4 .slick-dots>li {
		width: 8px;
		height: 8px;
	}

	.lb-text>p {
		margin: 10px 0;
	}

	.lb-text>h2 {
		line-height: 30px;
	}

	.title1 {
		float: none;
		width: auto;
		overflow: hidden;
	}

	.title>p {
		padding: 12px 20px;
		font-size: 26px;
	}

	.title1>p {
		font-size: 26px;
		float: left;
		padding: 12px 20px;
		margin-bottom: 0;
	}

	.title1>a {
		float: right;
		margin-top: 14px;
	}

	.sect3-l {
		float: none;
		width: auto;
	}

	.sect3-r {
		padding-top: 30px;
		float: none;
		width: auto;
	}

	.sect4 .slick-dots {
		bottom: -20px;
	}

	.sect2-r>ul>li>a {
		padding: 25px 14px;
	}

	.sect2-r>ul>li>a>p {
		margin-top: 10px;
	}

	.sect1-b>ul>li>a>span:first-child {
		line-height: 45px;
	}

	.fc-lb>a {
		display: block;
		margin: 0 20px;
	}
}

@media screen and (max-width: 768px) {
	.sect3-l>ul>li:nth-child(odd) {
		margin-right: 0;
	}

	.sect1-b>ul:first-child {
		float: none;
		width: auto;
	}

	.sect1-b>ul:last-child {
		float: none;
		width: auto;
	}

	.lb {
		width: 100%;
		position: relative;
		padding-bottom: 57%;
		height: auto;
	}

	.lb>img {
		    position: absolute;
		    top: 0px;
		    right: 0px;
		    bottom: 0px;
		    left: 0px;
		    width: 100%;
		    height: auto;
		    transition: all 0.5s ease 0s;
	}

	.sect1-lk {
		padding-bottom: 5px;
	}

	.sect1-lk:after {
		left: -15px;
		right: -15px;
	}

	.lb-text>h2 {
		height: auto;
	}

	.lb-text {
		float: none;
		width: auto;
		margin-right: 0;
		padding: 20px;
	}

	.lb-text>p {
		height: auto;
		max-height: 52px;
	}

	.sect1-m,
	.lb-text {
		min-height: auto;
		padding: 20px 0;
		padding-bottom: 30px;

	}

	.sect1-m>.slick-prev {
		top: inherit;
		bottom: 10px;
		right: inherit;
		left: 0;

	}

	.sect1-m>.slick-next {
		top: inherit;
		bottom: 10px;
		right: inherit;
		left: 80px;
	}

	.sect2-t>ul,
	.sect2-b>ul {
		margin-left: -20px;
	}

	.sect2-t>ul>li>a,
	.sect2-b>ul>li>a {
		margin-left: 20px;
		padding: 20px;
	}

	.sect2-t>ul>li,
	.sect2-b>ul>li {
		width: 50%;
	}

	.sect3-l>ul>li {
		width: 100%;
	}

	.sect2-r>ul>li>a>img {
		max-height: 35px;
	}

	.sect2-r>ul>li>a>p {
		font-size: 16px;
	}

}

@media screen and (max-width: 640px) {
	.sect2-r>ul>li {
		float: none;
		width: auto;
	}

	.sect1-b>ul>li {
		float: none;
		width: auto;
	}
}

@media screen and (max-width: 480px) {
	.sect2-t>ul>li {
		/* width: 100%; */
	}

	.sect2-b>ul>li {
		width: 50%;
	}

	.sect2-r>ul>li {
		width: 100% !important;
	}

	.sect2-r>ul>li>a {
		padding: 15px;
	}

	.sect2-t>ul>li>a>p {
		height: auto;
		max-height: 50px;
	}
}

.i-banner{position:relative;}
.close-off-btn{
    content: "";
    bottom: -22px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 48px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 0 0 4px 4px;
    background: #fff;
    font-size: 12px;
    color: #555555;
    cursor: pointer;
    display: block !important;
    opacity: 0.8;
}
.close-off-btn:hover{opacity:1}
.close-off-btn.icot01{background:url(../images/closeoff02.png) center no-repeat #fff}
.close-off-btn.icot02{background:url(../images/closeoff01.png) center no-repeat #fff}
.searchBox {
    width: 100%;
    top: 80px;
    z-index: 99;
    margin: 30px auto;
    position: absolute;
    max-width: 1320px;
    left: calc(50% - 660px);
}


.s-hd{
    font-size: 0;
    border-bottom: 1px solid #feaa56;
}

.s-hd>div>span,.s-hd>span{
    display: inline-block;
    width: 200px;
    font-size: 20px;
    line-height: 54px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    margin-left: 14px;
    border-radius: 10px 10px 0 0;
    background: rgba(0, 0, 0, 0.4);
    transition: all .3s;
    cursor: pointer;
}
.s-hd span.on{
    color: #fff;
    background: #feaa56;
}
.s-hd>span:first-child{
    margin-left: 0;
}
.search{
    position: relative;
}
.search input[type='text']{
    width: 600px;
    height: 52px;
    line-height: 50px;
    font-size: 14px;
    color: #8c1616;
    padding-left: 35px;
    padding-right: 140px;
    border: 1px solid #8c1616;
    
}
.search input[type='submit']{
    position: absolute;
    top: 0;
    right: 0;
    width: 130px;
    height: 52px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background: #8c1616;
    cursor: pointer;
}
.s-bd{
    /* min-height: 160px; */
    padding: 0 10px 40px 10px;
    background: rgba(255, 255, 255, 0.5);
    background: rgba(0, 0, 0, 0.4);
    overflow: hidden;
    width: calc(100% - 20px);
    float: left;
}
.s-bd>div{display:none;}
@media screen and (max-width: 1320px){
	.searchBox{left:1%;width:98%;}
}

@media screen and (max-width: 1024px){


.searchBox{display:none;}
}    
   