blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

abbr,
acronym,
fieldset,
img {
	border: 0
}

ol,
ul {
	list-style: none
}


a {
	text-decoration: none;
	color: #444
}

html {
	min-width: 1300px;
}

body {
	color: #444;
	font-size: 12px;
	line-height: 1.5;

	font-family: '微软雅黑';
	min-width: 1300px;
	overflow-x: hidden;
}

a:hover {
	color: #f60
}

img {
	max-width: 100%;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s
}

input,
select,
textarea {
	font-size: 12px;
	color: #444;
	outline: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box
}

input[type=button],
input[type=reset],
input[type=submit],
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

input[type=button],
input[type=reset],
input[type=submit] {
	cursor: pointer
}

::-webkit-input-placeholder {
	color: #999
}

::-moz-placeholder {
	color: #999
}

::-ms-input-placeholder {
	color: #999
}

select::-ms-expand {
	display: none
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
	-webkit-appearance: none
}

.ani {
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s
}

.wp {
	width: 95%;
	max-width: 1500px;
	margin: 0 auto
}


* {
	outline: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1024;
	background: rgb(7, 20, 104, 1);
	padding: 1rem 0;
}

.logo {

	margin-left: 0;
	padding-right: 5%;
}

.logo img {
	display: inline-block;
	vertical-align: middle;
	max-width: 20rem;
}

.nav {
	position: relative;
	padding: 0 45px;
	flex: 1;
}

.nav:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: auto;
	background: rgba(0, 0, 0, 0)
}

.nav ul {
	position: relative;
	z-index: 2
}

.nav li {
	text-align: center;
	display: inline-block;
	position: relative
}

.nav .v1 {

	font-size: 1rem;
	color: #fff;
	/*padding:45px 25px 28px;*/
	display: block;
	padding: 0 2rem;
}

.nav dl {
	display: none;
	position: absolute;
	width: 128px;
	background-color: #fff;
	left: 50%;
	top: 100%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 0.5rem;
}

.nav dd a {
	font-size: 14px;
	color: #333;
	display: block;
	line-height: 42px;
	text-align: center
}

/* .nav dd.ok a,
.nav dd:hover a {
	background-color: #0073c6;
	color: #fff;
} */

/* .navline {
	position: absolute;
	width: 46px;
	height: 4px;
	background: #fff;
	left: 67px;
	bottom: 0
} */

.nav li.on .v1,
.nav li:hover .v1 {

	color: #2de5ff;
}

.menuBtn {
	z-index: 9;
	display: none;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 50px;
	height: 40px;
	padding: 7px;
	cursor: pointer;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s
}

.menuBtn b {
	display: block;
	height: 4px;
	background-color: #fff;
	margin: 3px 0 7px;
	border-radius: 2px;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s
}

.menuBtn.open b {
	display: none;
	margin: 0;
	position: absolute;
	left: 5px;
	top: 45%;
	width: 40px
}

.menuBtn.open b:first-child {
	display: block;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg)
}

.menuBtn.open b:last-child {
	display: block;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg)
}

.banner-background {
	height: 100vh;
}


.flex-box-v {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: column wrap;
	flex-flow: column wrap;
	-webkit-justify-content: center;
	justify-content: center;
}

/*banner*/
.Banner-container {
	height: 100vh;
	min-height: 600px;
	max-height: 1600px;
	width: 100%;
}

.banner-background {
	background-size: cover;
	background-position: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}

.banner-slide {
	display: flex;
	flex-flow: column;
	justify-content: center;
	overflow: hidden;
}

.banner-text {
	margin: 0 auto;
	width: 90%;
	text-align: center;
	max-width: 1200px;
	transform: translate3d(0, 0, 0);
	will-change: transform;
}

.banner-text h1 {
	font-weight: bold;
	font-size: 50px;
	margin-bottom: 30px;
	color: #fff;
	display: inline-block;
	background: rgba(0, 112, 192, .5);
	padding: 10px;
	letter-spacing: 5px;
}

.banner-text h2 {
	position: relative;
	margin-top: 1rem;
	padding-top: 30px;
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	font-family: arial;
}

.banner-text h2:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 2px;
	width: 100px;
	background: #fff;
	z-index: 1;
}

.banner-text h2 span {
	font-size: 18px;
	display: inline-block;
	margin-top: 15px;
}

.banner-text .small-title {

	letter-spacing: 3px;
}

.banner-bg-ss {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.1);
}

.banner-text {
	z-index: 10;
}

.banner-text:before {
	content: "";
	position: absolute;
	width: 300px;
	height: 400px;
	display: block;
	border: 10px solid rgba(255, 255, 255, 0.2);
	top: 4.5rem;
	margin-top: -200px;
	left: -6rem;
	display: none;
}

.small-title {
	color: #fff;
	margin-bottom: 1rem;
	font-size: 40px;

}


.banner-switch {
	position: absolute;
	z-index: 30;
	right: auto;
	bottom: 0;
	height: 70px;
	left: 0;
	color: #fff;
	display: flex;
	margin-top: 0px;
	background: rgba(0, 112, 192, .8);
	width: 45%;
	justify-content: flex-end;
	align-items: center;
	text-transform: uppercase;
}

.banner-switch>div>* {
	display: inline-block;
	vertical-align: middle;
}

.sL_icon {
	background-size: contain;
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: center;
}

.banner-switch>div>span {
	margin: 0 0.5rem;
	font-size: 0.825rem;
}

.banner-switch>div {
	margin: 0.3rem 2rem;
}

.banner-switch>div {
	cursor: pointer;
	transition: 0.5s;
}

.swiper-button-disabled {
	opacity: 0.4;
}

.Scroll-tip {
	position: absolute;
	z-index: 5;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 100px;
	color: #fff;
	text-align: center;
}

.Tipss {
	text-transform: uppercase;
	font-size: 0.825rem;
}

.tip_anim {
	display: inline-block;
	margin: 0.75rem 0;
	height: 30px;
}

.Tipss span {
	display: block;
}

.tip_anim span {
	display: inline-block;
	width: 1px;
	height: 100%;
	background: #fff;
	animation-name: scrollTip;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: cubic-bezier(0.82, 0.24, 0.25, 1);
}

.Banner-A1 {
	z-index: 1;
}

@keyframes scrollTip {
	0% {
		transform: scale(1, 0);
		transform-origin: top;
	}

	49% {
		transform: scale(1, 1);
		transform-origin: top;
	}

	51% {
		transform: scale(1, 1);
		transform-origin: bottom;
	}

	100% {
		transform: scale(1, 0);
		transform-origin: bottom;
	}
}

.banner-background {
	transition: 1s 2.5s;
	transform: perspective(1000px) translate3d(0, 0, 100px);
}

.swiper-slide.banner-slide.swiper-slide-active .banner-background {
	transition: 5s 0s;
	transform: perspective(1000px) translate3d(0, 0, 0px);
}

.banner-text:before {
	transition-delay: 2s;
	transition-duration: 2s;
	transform: translate3d(-80px, 0, 0);
	opacity: 0;
}

.swiper-slide.banner-slide.swiper-slide-active .banner-text:before {
	transition-delay: 1.3s;
	transform: translate3d(0px, 0, 0);
	opacity: 1;
}

.swiper-slide.banner-slide.swiper-slide-active .banner-text *:nth-child(1) {
	transition-delay: 0.5s;
}

.swiper-slide.banner-slide.swiper-slide-active .banner-text *:nth-child(2) {
	transition-delay: 0.7s;
}

.swiper-slide.banner-slide.swiper-slide-active .banner-text *:nth-child(3) {
	transition-delay: 0.9s;
}

.banner-text * {
	transition-delay: transform 2s, opacity 0s;
	transition-duration: 2s;
	transform: translate3d(0, 80px, 0);
	opacity: 0;
}

.swiper-slide.banner-slide.swiper-slide-active .banner-text * {
	transform: translate3d(0, 0px, 0);
	opacity: 1;
}

.head_top {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: -webkit-center;
	align-items: -moz-center;
	align-items: center;
	justify-content: space-between;
}



.hy_news {
	background: #fff;
	/* 	padding: 5% 0; */
}

.news_swiper_li {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0.2rem;
}


.hy_news_ul {
	background: #fff;
	padding-bottom: 5%;
	border-radius: 1rem;
	position: relative;
}

.hy_news_ul .dleft img {
	height: 30rem;
	object-fit: 100%100%;
	display: block;
	width: 100%;
	border-radius: 0 1rem 1rem 0;
}

.hy_news_ul .dleft {
	width: 65%;
}

.hy_news_ul .dright {
	flex: 1;
	background:#091552;
	padding: 5% 3%;
	border-radius: 1rem 0 0 1rem;
}

.hy_news_ul .dright .d1 span {
	border-bottom: 2px solid #fff;
	font-size: 1rem;
	font-weight: bold;
	color: #fff;
	padding-bottom: 0.3rem;
}

.hy_news_ul .dright .d1 {
	margin-bottom: 2rem;
}


.hy_news_ul .dright .d2 {
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	margin-bottom: 1rem;

}

.hy_news_ul .dright .d3 {
	min-height: 10rem;
	font-size: 0.95rem;
	color: #fff;
	line-height: 180%;
	letter-spacing: 1px;
	text-indent: 2em;
}

.hy_news_ul .dright .d3 p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;

}

.hy_news_ul .dright .d4 a {
	display: inline-block;
	color: #fff;
	font-size: 0.9rem;
	border: 1px solid #fff;
	border-radius: 3rem;
	padding: 0.5rem 2rem;
}

.hy_news_ul .dright .d4 a:hover {
	background: #0073c6;
}

.hy_news_ul .swiper-pagination {
	left: 1%;
	bottom: 5%;
}

.hy_news_ul .swiper-pagination-clickable .swiper-pagination-bullet {
	margin: 0 0.3rem;
	background: #000;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: -2.5rem;
	background: url('../imgs/img (32).png') no-repeat;
	background-size: 2rem 2rem;
	width: 2rem;
	height: 2rem;

}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: -2.5rem;
	background: url('../imgs/img (33).png') no-repeat;
	background-size: 2rem 2rem;
	width: 2rem;
	height: 2rem;

}

.hy_news_ul .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 92%;
	background: url('../imgs/img (32).png') no-repeat;
	background-size: 2rem 2rem;
	width: 2rem;
	height: 2rem;
	top: initial;
	bottom: 3%;

}

.hy_news_ul .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 1%;
	background: url('../imgs/img (33).png') no-repeat;
	background-size: 2rem 2rem;
	width: 2rem;
	height: 2rem;
	top: initial;
	bottom: 3%;
}

.sdgd_bottom_ul .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 92%;
	background: url('../imgs/img (32).png') no-repeat;
	background-size: 2rem 2rem;
	width: 2rem;
	height: 2rem;
	top: initial;
	bottom: 0%;

}

.sdgd_bottom_ul .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 1%;
	background: url('../imgs/img (33).png') no-repeat;
	background-size: 2rem 2rem;
	width: 2rem;
	height: 2rem;
	top: initial;
	bottom: 0%;
}
.sdgd_bottom_li{
	position: relative;
	padding-bottom: 3%;
}
.hide {
	display: none;
}

.hy_news_t {
	display: flex;
	align-items: center;

	padding: 1rem;
	color: #05329f;
	font-size: 3rem;
	font-weight: bold;
	padding-bottom: 5%;

}

.hy_news_t h3 {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hy_news_t img {
	max-width: 100%;
	display: block;
}

.bq_ul {
	display: flex;
	align-items: center;
}

.bq_li {
	flex: 1;
	position: relative;
}


.bq_li img {
	display: block;
	width: 100%;
	border-radius: 1rem;
}

.bq_li a {
	position: absolute;
	top: 65%;
	left: 50%;
	transform: translate(-50%, 0);
	display: inline-block;
	padding: 0.6rem 5rem;
	border-radius: 3rem;
	background: #eee;
	font-size: 1.4rem;
	font-weight: bold;
	color: #05329f;
	border: 0.2rem solid #fff;
}

.bq_li a:hover {
	background: #05329f;
	color: #fff;
	transition: 0.5s;
}

.yjjb_li {
	display: inline-block;
	float: left;
	width: 25%;
}

.yjjb_li .dd {
	margin: 1rem;
	background: #fff;
	border-radius: 1rem;

}

.yjjb_li .dd .d1 img {
	height: 22rem;
	cursor: pointer;
	width: 100%;
	display: block;
}

.yjjb_li .dd .d1 {
	border-radius: 1rem 1rem 0 0;
	overflow: hidden;
}

.yjjb_li .dd .d1 img:hover {
	transform: scale(1.1);
	transition: 0.5s;
}

.yjjb_li .dd .d2 {
	background: #fff;
	padding: 0;
	color: #0073c6;
	font-size: 0.9rem;
	display: flex;
	align-items: center;
	height: 64px;
	position: relative;
}

.yjjb_li .dd .d2 img {
	width: 6.5rem;
	height: 3.5rem;
	display: block;
}

.yjjb_li .dd .d2 .d2_1 {
	width: 6.5rem;

}

.yjjb_li .dd .d2 .d2_2 {
	flex: 1;
}

.yjjb_li .dd .d2 .p1 {
	display: block;
	font-weight: bold;
	color: #fff;
	font-size: 1rem;
	position: absolute;
	top: 20px;
	left: 10px;
}

.yjjb_li .dd .d2 .p2 {

	line-height: 120%;
}

.yjjb_li .dd .d3 {
	height: 7rem;
	overflow: auto;
	font-size: 0.9rem;
	color: #0073c6;
	padding: 0.5rem 0.8rem;
	display: none;

}

.yjjb {
	clear: both;
	overflow: hidden;
}




.zjxc {
	background: #050c37;
	display: flex;
}

.zjxc_left {
	flex: 1;
	height: 32rem;
}

.zjxc_right {
	width: 25%;
	padding: 1.5rem 1rem;
}

.zjxc_r_t {
	font-size: 1rem;
	color: #fff;
	padding-bottom: 1rem;
}

.zjxc_left_li video {
	max-width: 100%;
	width: 100%;
	display: block;
	height: 32rem;
	object-fit:fill;
	cursor: pointer;
	background: #000;
	object-position: center;
	object-fit: contain;
}

.zjxc_left_li .dd {
	position: relative;
}

.zjxc_left_li .dd .dd_fu {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.zjxc_left_li .dd .dd_fu img {
	width: 100%;
	height: 100%;
	display: block;
}

.zjxc_right_li {
	margin-bottom: 1rem;
}

.zjxc_right_li .dd {
	display: flex;

	font-size: 0.95rem;
	color: #eee;
	cursor: pointer;
}

.zjxc_right_li .dd .d1 {
	width: 50%;
	margin-right: 0.5rem;
}

.zjxc_right_li .dd .d1 img {
	width: 100%;
	display: block;
	height: 6rem;
	border-radius: 0.5rem;

}

.zjxc_right_li .dd .d2 {
	flex: 1;
	padding-top: .5rem;
	font-size: 0.95rem;
}

.zjxc_right_li.on .dd .d2 {
	color: #2ee5f6;
}


/* .sdgd{
	display: flex;
}
.sdgd_li{
	flex: 1;
} */
.sdgd_ul {
	position: relative;

}
.sdgd_head_ul{
	display: flex;
		padding-bottom: 3%;
}
.sdgd_head_li{
	display: inline-block;
	border-radius: 3rem;
	padding: 0.4rem 1rem;
	color: #fff;
	background: #e1e1e1;
	font-size: 1rem;
	font-weight: bold;
	min-width: 10rem;
	margin-right: 1rem;
	cursor: pointer;
	text-align: center;
}
.sdgd_head_li.on{
	background: #2a8df7;	
	background: -webkit-linear-gradient(to right,#0dccff 0,#5369f6 100%);
	background: -moz-linear-gradient(to right,#0dccff 0,#5369f6 100%);
	background: -o-linear-gradient(to right,#0dccff 0,#5369f6 100%);
	background: linear-gradient(to right,#0dccff 0,#5369f6 100%);
}

.sdgd_li a {
	display: block;
	margin: 1rem 0;
	background: #fff;
	border-radius: 1rem;
	box-shadow: 0 0 1rem #ccc;
}

.sdgd_li a .d1 {
	overflow: hidden;
}

.sdgd_li a .d1 img {
	border-radius: 1rem 1rem 0 0;
	display: block;
	width: 100%;
	height: 12rem;
}
.new_yjcg_tab .sdgd_li a{
	box-shadow: initial;
}
.new_yjcg_tab .sdgd_li a .d1 img {
	border-radius: 1rem;
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #eee;
	background: #f5f5f5;
}
.sdgd_li a .d1 img:hover{
	transform: scale(1.1);
	transition: 0.5s;
}


.new_sdgd_ul{
	padding: 5% 0;
}
.sdgd_li a .d2 span{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 0.95rem;
	color: #333;
}
.sdgd_li a:hover .d2 span{
	color: #2a8df7;
}
.sdgd_li a .d2 span {
	display: block;

	font-weight: bold;
}

.padding_bottom {
	padding: 5% 0;
}

/* .margin_bottom{
	padding-bottom: 5%;
} */

.xyyj {
	padding: 5% 0;
	background: #fff;

}

.xyyj_ul {
	position: relative;

}

.xyyj_ul img {
	height: 35rem;
	border-radius: 1rem;
}

.xyyj_ul img:hover {
	transform: scale(1.1);
	transition: 0.5s;
}

.ljlj_ul {
	/* display: flex;
	align-items: center; */
	position: relative;
	padding-bottom: 5%;
}

/* .ljlj_li{
	flex: 1;
} */
.ljlj_li a img {
	    border-radius: 1rem;
	    height: 10rem;
	    display: block;
	    margin: 0 auto;
	    width: 100%;
}

.ljlj_li a img:hover {
	transform: scale(1.05);
	transition: 0.5s;
}

.ljlj_li a {
	display: block;
	margin: 0.5rem;
}

.bottom {
	background: #0a1764;
	background-size: 100%100%;
	text-align: center;
	padding: 4% 0;
	margin-top: 5%;
}

.bottom_li {
	display: inline-block;
	border-right: 1px solid #fff;
	padding: 2% 5%;
}

.bottom_li:last-child {
	border: 0;
}

.bottom_li .d2 img {
	width: 1rem;
	margin-right: 0.5rem;
}

.bottom_li .dd {
	display: flex;
}

.bottom_li .d2 ul li {
	padding: 0.5rem 0;
}

.bottom_li .d1 {
	margin: 1rem;
}

.bottom_li .d1 img {
	width: 7rem;
	height: 7rem;
	display: block;
	margin: 0 auto;
}

.bottom_li .d1 span {
	display: block;
	text-align: center;
	font-size: 1rem;
	color: #fff;
	padding-top: 0.5rem;
}

.bottom_li .d2 p {
	font-size: 1.5rem;
	font-weight: bold;
	color: #fff;
	padding-bottom: 0.5rem;
	text-align: left;
}

.bottom_li .d2 ul li {
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 0.95rem;

}

.nav dl dd a:hover {
	/* 	background: rgba(25, 25, 88,0.8); */
	color: #2de5ff;
	transition: 0.5s;
}

.nav dl {
	top: 2.5rem;
}

.index_banner {
	padding-top: 4.5rem;
}

.index_banner img {
	display: block;
	width: 100%;
}

.index_banner1 {
	cursor: pointer;
}

.index_banner video {
	width: 100%;
	/*object-fit: fill;*/
	display: block;
	background: #000;
	min-height: 40rem;
}

.index_ban {
	background: url('../imgs/img (5).png') no-repeat;
	background-size: 100%100%;
	padding: 15% 0;
}

.index_ban .d1 {
	font-size: 1.5rem;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	padding-bottom: 4%;
}

.index_ban .d1 img {
	max-width: 100%;
	display: block;
}

.index_ban .d2 {
	text-indent: 2em;
	font-size: 1.2rem;
	color: #000;
	line-height: 230%;
	letter-spacing: 2px;
	padding-bottom: 1rem;
}

.fu_right {
	position: fixed;
	bottom: 50%;
	right: 20px;
	z-index: 99;
	border-radius: 0.5rem;
	padding: 5px;
	border:1px solid #436cb2;
	background: #fff;
}
.fu_right_ewm{
	position: absolute;
	right: 3rem;
	z-index: 99;
	width: 9rem;
	height: 9rem;
	top: 0;
	display: none;
}
.fu_right_li.rewm:hover .fu_right_ewm{
	transition: 0.5s;
	display: block;
}
.fu_right_li.rewm{
	display: none;
}
.fu_right_ewm img{
	width: 9rem;
	height: 9rem;
}
.fu_right_li {
	position: relative;
}
.fu_right_li a {
	display: block;
	border-radius: 50%;
	padding: 0.8rem 0;
	border-bottom: 1px solid #ccc;
	border-radius: 0;
}
.fu_right_li:last-child a{
	border: 0;
} 
.fu_right_li a img {
	width: 40px;
	height: 40px;
	display: block;
	margin: 0 auto;

}
.fu_right_li span{
	width: 40px;
	font-size: 1rem;
	font-weight: bold;
	color: #050c37;
	display: block;
	text-align: center;
}
.hyyc {
	display: flex;
	background: #f8f8f8;
}

.hyyc_left {
	width: 35%;
}

.hyyc_right {
	flex: 1;
}

.hyyc_r {
	position: relative;
}

.border {
	border-left: 1px solid #ccc;
	height: 44.5rem;
	position: absolute;
	right: 2.5rem;
	width: 1px;
}
.hyyc_rul .hyyc_rli{
	height: 8.9rem;
	background: #f3f5ff;
	color: #999;
	border-bottom: 1px solid #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1px;
	cursor: pointer;
}
.hyyc_rul .hyyc_rli.on{
	background: #091552;	
	background: -webkit-linear-gradient(to right bottom,#091552 0,#496c8d 60%, #0d1a56 100%);
	background: -moz-linear-gradient(to right bottom,#091552 0,#496c8d 60%, #0d1a56 100%);
	background: -o-linear-gradient(to right bottom,#091552 0,#496c8d 60%, #0d1a56 100%);
	background: linear-gradient(to right bottom,#091552 0,#496c8d 60%, #0d1a56 100%);
	color: #fff;
}
.hyyc_rul .hyyc_rli:hover{
	background: #091552;
	background: -webkit-linear-gradient(to right bottom,#091552 0,#496c8d 60%, #0d1a56 100%);
	background: -moz-linear-gradient(to right bottom,#091552 0,#496c8d 60%, #0d1a56 100%);
	background: -o-linear-gradient(to right bottom,#091552 0,#496c8d 60%, #0d1a56 100%);
	background: linear-gradient(to right bottom,#091552 0,#496c8d 60%, #0d1a56 100%);
	color: #fff;
	transition: 0.5s;
}
.hyyc_rul .hyyc_rli .d1{
	width: 100%;
	font-size: 2rem;
}
.hyyc_rul .hyyc_rli .d2{
	width: 100%;
	font-size: 1.2rem;
}

.hyyc_r_1 ul {
	overflow-y: scroll;
	height: 44.5rem;
	padding: 2rem 0 0 0;
	position: relative;
}

.hyyc_r_1 ul::-webkit-scrollbar {
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 1rem;

}

.hyyc_r_1 ul::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/

	/* 	-webkit-box-shadow: inset 0 0 5px #666; */
	background: #ccc;
	border-radius: 1rem;
}

.hyyc_r_1 ul::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px #eee;
	background: #eee;
	border-radius: 1rem;
}

.yjjb_li .dd .d3::-webkit-scrollbar {
	width: 0.3rem;
	height: 0.3rem;
	border-radius: 1rem;

}

.yjjb_li .dd .d3::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/

	/* 	-webkit-box-shadow: inset 0 0 5px #666; */
	background: #ccc;
	border-radius: 1rem;
}

.yjjb_li .dd .d3::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px #eee;
	background: #eee;
	border-radius: 1rem;
}

.hyyc_r_1 ul li {
	display: flex;
	color: #05329f;
	margin-bottom: 1.5rem;
	padding-right: 3.5rem;
	justify-content: flex-end;
	position: relative;
}

.hyyc_r_1 ul li:hover {
	color: #0073c6;
	transition: 0.5s;
}

.hyyc_r_1 ul li .d1 {
	position: relative;
	right: -30px;
	z-index: 9;
	padding: 4px 0;
	background: #f8f8f8;
	height: 23px;
}

.hyyc_r_1 ul li .d1 span {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #091552;
	border-radius: 50%;
	
}

.hyyc_r_1 ul li .d1 img {
	width: 1rem;
	height: 1rem;
}

.hyyc_r_1 ul li .d22 {
	flex: 1;
	margin-right: 1rem;
}

.hyyc_r_1 ul li .d2 {
	padding-left: 1rem;
	display: flex;
	justify-content: flex-end;
}

.hyyc_r_1 ul li .d2_1 {
	font-size: 1.1rem;
	color: #888;
}

.hyyc_r_1 ul li .d2_2 {
	font-size: 1.2rem;
	font-weight: bold;
	color: #666;
	text-align: right;
}

.hyyc_r_1 ul li .d2_3 {
	font-size: 1.2rem;
	text-align: right;
	color: #888;
}

.about_box {
	padding: 10% 0 5% 0;
}

.about_t img {
	display: block;
	margin: 0 auto;
}

.about_t {
	padding: 1rem 0;
}

.about_nr .d1 {
	font-size: 1.5rem;
	color: #555;
	text-indent: 2em;
	padding: 1rem 0;
	line-height: 180%;
}

.about_nr .d2 img {
	display: block;
	margin: 1rem auto;
	max-width: 800px;
}

.jb_box {
	position: fixed;
	background: rgba(0, 0, 0, 0.8);
	top: 0%;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: none;

}

.jb_box.on {
	display: block;
}

.jb_box2 {
	position: relative;
}

.jb_box1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 1200px;
	margin: 0 auto;
	background: #fff;
	padding: 3% 5%;
	border-radius: 2rem;
	box-shadow: 0 0 1rem #ccc;
	min-height: 20rem;
	display: flex;
	z-index: 9999;
}

.jb_box1 .d1 img {
	width: 10rem;
	height: auto;
	border-radius: 1rem;

}

.jb_box1 .d1 {
	width: 10rem;
}

.jb_box1 .dd {
	padding-left: 5%;
	flex: 1;
}

.jb_box1 .d2 {
	font-size: 1.8rem;
	font-weight: bold;
	color: #0073c6;
	padding-bottom: 0.3rem;
}

.jb_box1 .d3 {
	font-size: 1.1rem;

	color: #666;
	padding-bottom: 0.5rem;
}

.jb_box1 .d4 {
	font-size: 1rem;
	text-indent: 2em;
	color: #666;

}

.closed {
	position: absolute;
	text-align: right;
	font-size: 1rem;

	color: #666;
	right: 1rem;
	top: 1rem;
}

.closed span {
	display: inline-block;
	cursor: pointer;
	height: 2rem;
	width: 2rem;
	text-align: center;
	line-height: 2rem;
	border: 1px solid #666;
	border-radius: 50%;
}

.closed span:hover {
	background: #0073c6;
	color: #fff;
	border: 1px solid #0073c6;
}



.news_box .d1 {
	font-size: 1.5rem;
	text-align: center;
	font-weight: bold;
	color: #333;
	padding-bottom: 3%;
}


.news_box .d2 img {
	display: block;
	margin: 1rem auto;
}

.news_box .d3 p {
	text-indent: 2em;
	font-size: 1rem;
	color: #555;
	padding-bottom: 0.5rem;
	letter-spacing: 2px;
}

.news_box .d3 p img {
	display: block;
	margin: 1rem auto;
}

.news_box .d3 p a {
	color: #05329f;
}

.news_box {
	padding: 10% 0 5% 0;
}

.xyyj_swiper_li_fix {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.xyyj_swiper_li_fix img {
	width: auto;
}
.yjjb_img img{
	display: block;
	width: 100%;
}

.nh_bg{
	background: #f5f5f5;
}
.yjjb_uls_bottom{
	padding-bottom: 5%;
}

.new_sthb img{
	display: block;
	width: 100%;
}

.new_yjcg_tab{
	padding-bottom: 5%;
}



.post_ul {
    position: relative;
    background: #fff;
    padding: 7% 5% 2% 5%;
    border-radius: 0.5rem;
	max-width: 1200px;
	display: block;
	margin: 0 auto;
}

.post_t {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;  
    padding: 1rem;
    text-align: center;
}
.post_t1 {
    font-size: 1rem;
    color: #999;
	border-bottom: 1px solid #eee;
    text-align: center;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
}
.post_ul p{
	text-indent: 2em;
	font-size: 1.1rem;
	color: #666;
	line-height: 200%;
	margin-bottom: 1.5rem;
}

.post_ul p img{
	display: block;
	width: auto;
	max-width: 800px;
	margin: 0.5rem auto;

}
.post_ul p span{
	display: block;
	text-indent: 0
}
.post_ul p span.s1{
	color: #f00;
	font-weight: bold;
}

.new_yjjb_ul .sdgd_li a .d1 img{
	height: auto;
}
.new_yjjb_ul .sdgd_lis{
	display: flex;
	flex-wrap: wrap;
}
.new_yjjb_ul .sdgd_li{
	width: 20%;
	display: inline-block;
}
.new_yjjb_ul .sdgd_li a{
	display: block;
	margin: 0.7rem 1rem;
}



.new_sdgd_ul .sdgd_li video{
	height: 17rem;
	background: #000;
	object-fit: contain;
	object-position: center;
	display: block;
	width: 100%;
	border-radius: 0.5rem;
}


.new_sdgd_ul .sdgd_li.sdgd_li_one video{
	height: 30rem;
	background: #000;
	object-position: center;
	object-fit: contain;
	display: block;
	width: 100%;
	border-radius: 0.5rem;
}



/* video::-webkit-media-controls-fullscreen-button {
    display: none;
}

video::-webkit-media-controls-play-button {
    display: none;
}

video::-webkit-media-controls-timeline {
    display: none;
}
video::-webkit-media-controls-toggle-closed-captions-button {
    display: none;
}
video::-webkit-media-controls-volume-slider {
    display: none;
}
video::-webkit-media-controls-mute-button {
    display: none;
} */
/*

video::-webkit-media-controls-enclosure {
    display: none;
}

video::-webkit-media-controls-time-remaining-display {
    display: none;
}



video::-webkit-media-controls-current-time-display {
    display: none;
 }*/
  .sdsj_swiper .sdgd_img_1 a{
	  position: relative;
	  overflow: hidden;
  }
  .sdgd_img_1 a:hover img{
	  transform: scale(1.05);
	  transition: 0.5s;
  }
 .sdsj_swiper .sdgd_img_1 a span{
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 padding: 0.5rem;
	 width: 100%;
	 background: rgba(0, 0, 0, 0.7);
	 color: #2ee5f6;
	 text-align: center;
	font-size: 0.9rem;
 }
 
 
 
 
 
 
 
 
 
.closed1{
	text-align: right;
	width: 1200px;
	display: block;
	margin: 0 auto;
	margin-top: 1rem;
}
.closed1 img{
	cursor: pointer;
	display: inline-block;
	margin: 0.5rem auto;
	width: 2.5rem;
}

.nav li:last-child{
	display: none;
}

.index_sdgd_li_tc{
	display: none;
}
.index_sdgd_li_tc.on{
	position: fixed;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	
	display: block;
	background: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	z-index: 999999;
}
.index_sdgd_swiper{
	overflow: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	width: 1200px;
	margin: 0 auto;
	height: 80vh;
	background: #fff;
	border-radius: 1rem;
	padding: 1rem;
}
.index_sdgd_swiper img{
	display: none;
	width: 100%;
}
.index_sdgd_swiper img.on{
	display: block;
}
.index_sdgd_swiper::-webkit-scrollbar{
		width: 0.5rem;
		height: 0.5rem;
		border-radius: 1rem;
	 
	}
.index_sdgd_swiper::-webkit-scrollbar-thumb { /*滚动条里面小方块*/

	/* 	-webkit-box-shadow: inset 0 0 5px #666; */
		background: #666;
		border-radius: 1rem;
	}
.index_sdgd_swiper::-webkit-scrollbar-track { /*滚动条里面轨道*/
		-webkit-box-shadow: inset 0 0 5px #eee;
		background: #eee;
		border-radius: 1rem;
	}
@media screen and (max-width: 1000px) {

	.swiper-button-next,
	.swiper-container-rtl .swiper-button-prev {
		right: 0;
	}

	.swiper-button-prev,
	.swiper-container-rtl .swiper-button-next {
		left: 0;
	}
	
	.wp{
		width: 95%;
	}
}


@media screen and (max-width: 769px) {
	.pro_det_right {
		padding: 1rem;
	}

	.pro_det_left {
		width: 100%;
		padding: 1rem;
	}

	.index_box_t {
		font-size: 1rem;
	}

	#showbox {
		width: 100% !important;
		height: 320px !important;
	}

	#showbox>div img {
		height: 320px !important;
	}

	.showpage {
		width: 100% !important;

	}

	#showsum span {
		width: 60px !important;
		height: 60px !important;
	}

	.showpage a {

		height: 60px !important;

		line-height: 60px !important;
	}

	#showbox>div {
		width: 100% !important;
		height: 350px !important;
	}


}


.hide1{
	display: none!important;
}