.container {
	height: 8.75rem;
}

.headwbw img {
	margin-top: 40px;
}

.header .img {
	margin-top: 15px;
}

.container {
	position: relative;
	z-index: 99999;
}

.container .link {
	margin-top: 1.25rem;
	text-align: right;
	position: relative;
	z-index: 99999;
}

.container .link img {
	cursor: pointer;
}

.container .link .search {
	position: absolute;
	display: none;
	right: 0;
	top: 30px;
}

.container .link .search img {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.container .link input {
	width: 300px;
	border: 1px solid #ddd;
	height: 40px;
	border-radius: 5px;
	box-sizing: border-box;
	padding-left: 20px;
	color: #333333;
}

.container .link a {
	font-size: 0.875rem;
	color: #666666;
	border-right: 1px solid #666666;
	padding-right: 0.625rem;
	margin-right: 0.625rem;
}

.container .link a:last-child {
	margin-right: 0;
	border-right: 0;
}

.container .link a:hover {
	text-decoration: underline;
}

.sidemenu_wrap {
	height: 3.8125rem;
	line-height: 3.8125rem;
}

.sidemenu .sidemenulist {
	text-align: right;
	position: relative;
}

.sidemenu .sidemenulist li {
	margin-left: 2.4375rem;
	position: relative;
	display: inline-block;
}

.sidemenu .sidemenulist li:first-child {
	margin-left: 0;
}

.sidemenu .sidemenulist li a {
	color: #333333;
	text-align: center;
	font-size: 1rem;
	position: relative;
	z-index: 9999;
}

.sidemenu .sidemenulist li.on a {
	color: #1f97d4;
}

.sidemenu .sidemenulist li::before {
	content: "";
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
	height: 0.125rem;
	background-color: #1f97d4;
	display: block;
	bottom: -20px;
	width: 0;
	z-index: 99999;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.sidemenu .sidemenulist li:hover a {
	color: #1f97d4;
}

.sidemenu .sidemenulist li.on::before {
	width: 100%;
}

.sidemenu .sidemenulist li:hover::before {
	width: 100%;
}

.sidemenu_wrap {
	margin-top: 15px;
}

.banner {
	width: 100%;
	overflow: hidden;
	height: 700px;
	position: relative;
}

.banner .swiper-slide {
	height: 700px;
	position: relative;
	background-size: cover !important;
}

.banner .swiper-slide .text {
	position: absolute;
	font-size: 1.5rem;
	display: flex;
	justify-content: space-between;
	width: 26.875rem;
	height: 4.375rem;
	background-color: rgba(31, 151, 212, .7);
	line-height: 4.375rem;
	color: #FFFFFF;
	box-sizing: border-box;
	padding: 0 1.25rem;
	bottom: 2.9375rem;
	right: 20%;
}

.banner .swiper-slide .text img {
	width: 3.125rem;
	height: 3.125rem;
	margin-top: 0.625rem;
}

.header {
	display: flex;
}

.banner .swiper-pagination-bullet {
	width: 3.75rem;
	height: 0.3125rem;
	background-color: #FFFFFF;
	opacity: .5;
	border-radius: 0;
}

.banner .swiper-pagination-bullet-active {
	background-color: #dda73a;
	opacity: 1;
}

.box-1 {
	background: url(../img/bg1.jpg) center no-repeat;
	height: 26.875rem;
	background-size: cover;
	box-sizing: border-box;
	padding-top: 3.75rem;
}

.index_title {
	text-align: center;
}

.index_title span {
	color: #222222;
	font-size: 2.25rem;
	font-weight: bold;
}

.index_title i {
	display: inline-block;
	width: 4.5rem;
	height: 1px;
	background-color: #dda73a;
	position: relative;
}

.index_title i::before {
	position: absolute;
	content: "";
	width: 1.875rem;
	height: 3px;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	background-color: #1f97d4;
}

.box-1 .text {
	max-width: 53.125rem;
	width: 90%;
	text-align: center;
	margin: 0 auto;
	margin-top: 2.8125rem;
	line-height: 30px;
}

.more-all {
	text-align: center;
	margin-top: 3.125rem;
}

.more-all a {
	display: inline-block;
	width: 12.5rem;
	height: 3.125rem;
	background-color: #dda73a;
	line-height: 3.125rem;
	font-size: 1.125rem;
	border-radius: 0.3125rem;
	color: #FFFFFF;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.more-all a:hover {
	-moz-box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
	box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
	-moz-transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.box-2 {
	background-color: #eeeeee;
	padding: 3.125rem 0;
}

.box-2 .box {
	max-width: 69.6875rem;
	width: 90%;
	margin: 0 auto;
}

.box-2 .box ul {
	margin-top: 2.5rem;
}

.box-2 .box ul li {
	width: 16.6666%;
	text-align: center;
}

.box-2 .box ul li .img {
	margin-bottom: 1.875rem;
	min-height: 4.6875rem;
}

.box-2 .box ul li .img img {
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

.box-2 .box ul li .img:hover img {
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
}

.box-2 .box ul li .text {
	color: #333333;
	font-size: 1rem;
}

.box-3 {
	padding: 5rem 0;
}

.box-3 .cle {
	display: flex;
	margin-top: 2.5rem;
}


.box-3 .cle .left,
.box-3 .cle .right {
	flex: 1;
}

.box-3 .cle .left ul li {
	margin-bottom: 24px;
}

.box-3 .cle .left ul li:last-child {
	margin-bottom: 0;
}

.box-3 .cle .left ul li .image {
	width: 170px;
}

.box-3 .cle .left ul li .img {
	padding-bottom: 66.47%;
	position: relative;
	overflow: hidden;
}

.box-3 .cle .left ul li .img img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
}

.box-3 .cle .left ul li a {
	display: flex;
}

.box-3 .cle .left ul li .text {
	flex: 1;
	margin-left: 20px;
	position: relative;
}

.box-3 .cle .left ul li .text::after {
	position: absolute;
	content: "";
	height: 1px;
	width: 0;
	left: 0;
	bottom: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background-color: #DDDDDD;
	width: 100%;
}

.box-3 .cle .left ul li .text::before {
	position: absolute;
	content: "";
	height: 3px;
	width: 0;
	left: 0;
	bottom: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background-color: #dda73a;
	z-index: 9;
	overflow: hidden;
}

.box-3 .cle .left ul li:hover .text::before {
	width: 100%;
}

.box-3 .cle .left ul li .text .t {
	color: #222222;
	font-size: 1.125rem;
	margin: 5px 0 10px 0;
}

.box-3 .cle .left ul li .text .date {
	color: #666666;
	font-size: 0.875rem;
}

.box-3 .cle .left ul li:hover .text .t {
	color: #1f97d4;
}

.box-3 .right {
	margin-left: 2.5rem;
}

.box-3 .right .hot {
	position: relative;
	padding-bottom: 66.72%;
	overflow: hidden;
}

.box-3 .right .hot img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
}

.box-3 .right .hot .text {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .5);
	color: #FFFFFF;
	box-sizing: border-box;
	padding: 0.625rem 1.25rem;
}

.box-3 .right .hot .text .t {
	font-size: 1.125rem;
}

.box-3 .right .hot .text .date {
	font-size: 0.875rem;
}

.box-4 {
	padding: 5rem 0;
	background-size: cover !important;
}

.box-4 .cle .left {
	width: 32.5%;
	position: relative;
}

.box-4 .cle .right {
	width: 66.3%;
}

.box-4 .left .img {
	position: relative;
	padding-bottom: 116.66%;
}

.box-4 .left .img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.box-4 .cle .right ul li {
	width: 49%;
	margin-right: 2%;
	position: relative;
	margin-bottom: 2%;
}

.box-4 .cle .right ul li:nth-child(2n) {
	margin-right: 0;
}

.box-4 .text-all {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 1rem;
	color: #FFFFFF;
	box-sizing: border-box;
	padding: 1.25rem 1.875rem;
}

.box-4 .text-all img {
	vertical-align: -0.125rem;
	margin-right: 0.625rem;
}

.box-4 .left .image {
	position: relative;
}

.box-4 .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.box-4 .bg img {
	width: auto !important;
	height: auto !important;
	position: absolute;
	bottom: 0;
	left: 0;
	top: auto !important;
}

.box-4 .top-box {
	margin-top: 2.5rem;
}

.box-4 .bottom-box ul li {
	width: 32.5%;
	margin-right: 1.2%;
	position: relative;
}

.box-4 .bottom-box ul li:nth-child(3n) {
	margin-right: 0;
}

.box-4 ul li .img {
	position: relative;
	padding-bottom: 56.41%;
}

.box-4 ul li .img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.footer {
	background-color: #1f97d4;
	padding: 2.5rem 0;
	text-align: center;
	color: #FFFFFF;
	font-size: 0.875rem;
}

.footer p.t {
	margin-bottom: 0.625rem;
}

.banner-n {
	height: 18.75rem;
	background-size: cover !important;
}

.index-link {
	background-color: #DDDDDD;
}

.index-link ul {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow-x: auto;
}

.index-link ul li {
	line-height: 3rem;
	background-color: #FFFFFF;
	margin-right: 0.625rem;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.index-link ul li:last-child {
	margin-right: 0;
}

.index-link ul li a {
	color: #333333;
	font-size: 1.25rem;
	display: block;
	padding: 0 2rem;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.index-link ul li:hover {
	background-color: #1f97d4;
}

.index-link ul li:hover a {
	color: #FFFFFF;
}


.index-link ul li.active {
	background-color: #1f97d4;
}

.index-link ul li.active a {
	color: #FFFFFF;
}

.index_position {
	border-bottom: 2px solid #dddddd;
	margin-bottom: 20px;
	margin-top: 1.25rem;
}

.index_position .name {
	position: relative;
	color: #1f97d4;
	font-size: 1.25rem;
	font-weight: 600;
	box-sizing: border-box;
	padding-bottom: 0.625rem;
}

.index_position ul {
	margin-top: 0.5rem;
}

.index_position ul li {
	color: #666666;
	font-size: 0.875rem;
	margin-left: 0.3125rem;
}

.index_position ul li a {
	color: #666666;
	font-size: 0.875rem;
}

.index_position ul li.on a {
	color: #1f97d4;
}

.wrap{
	min-height: 30rem;
	padding-bottom: 2.5rem;
}

.news_list ul li {
	border-bottom: 1px dashed #cccccc;
	padding-bottom: 1.25rem;
	margin-bottom: 1.25rem;
}

.news_list ul li a {
	display: flex;
}

.news_list ul li .text {
	color: #222222;
	font-size: 1rem;
	flex: 1;
}

.news_list ul li .text img {
	vertical-align: -0.125rem;
	margin-right: 0.3125rem;
}

.news_list ul li .date {
	width: 7.5rem;
	text-align: right;
	color: #999999;
	font-size: 1rem;
}

.news_list ul li .text:hover {
	color: #1f97d4;
}

.wrap .content .title {
	text-align: center;
}

.wrap .content .title span {
	display: block;
	color: #333333;
	font-size: 1.5rem;
	border-bottom: 1px dashed #dadada;
	padding-bottom: 1.5625rem;
	margin-bottom: 1.25rem;
	font-weight: 600;
}

.wrap .content .title .time {
	color: #333333;
	font-size: 14px;
}

.wrap .content .text {
	color: #333333;
	font-size: 1rem;
	line-height: 2rem;
	margin-top: 2.5rem;
}

.wrap .cont {
	font-size: 1rem;
	color: #333333;
	line-height: 2.25rem;
	text-indent: 2rem;
}

/* 分页 */
.pagination {
    text-align: right;
    margin-top: 30px;

}
.pagination a {
    padding: 5px 10px;
    border: 1px solid #ccc;
    color: #000;
    transition: all .3s;
	font-size: 14px;
}

.pagination span {
    padding:0 10px;
	font-size: 14px;
}

.pagination a:hover,
.pagination .link-cur{
    background: #102E98;
    color: #fff;
}

.pagination a:hover .san{
	border-left: 5px solid #fff;
}
.pagination a:hover .san2{
	border-right: 5px solid #fff;
}

.pagination input {
    padding: 3px 5px;
    text-align: center;
    width: 30px;
    border: 1px solid #ccc;
}