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: 1500px;
}
body {
	color: #444;
	font-size: 12px;
	line-height: 1.5;

	font-family:'微软雅黑';
	min-width: 1500px;
}

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(25, 25, 88,0.9);;
	padding: 1rem 0;
}

.logo {

	margin-left: 0
}

.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: #99b6ff;
}

.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: #f5f5f5;
/* 	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: 5%;
	border-radius: 1rem;
	position: relative;
}

.hy_news_ul .dleft img{
	height: 25rem;
	display: block;
	width: 100%;
	border-radius: 1rem;
}
.hy_news_ul .dleft{
	flex: 1;
	padding-right: 5%;
}

.hy_news_ul .dright{
	flex: 1;
	padding-top: 2rem;
}

.hy_news_ul .dright .d1 span{
	border-bottom: 2px solid #05329f;
	font-size: 1rem;
	font-weight: bold;
	color: #05329f;
	padding-bottom: 0.3rem;
}
.hy_news_ul .dright .d1 {
	margin-bottom: 2rem;
}


.hy_news_ul .dright .d2{
	
	font-size: 1.1rem;
	font-weight: bold;
	color: #05329f;
	margin-bottom: 2rem;
	
}

.hy_news_ul .dright .d3{
	min-height: 10rem;
	font-size: 0.9rem;
	color: #05329f;
	line-height: 150%;
	letter-spacing: 1px;
	text-indent: 2em;

}

.hy_news_ul .dright .d4 a{
	display: inline-block;
	color: #fff;
	font-size: 0.9rem;
	background: #05329f;
	padding: 0.5rem 3.5rem;
}
.hy_news_ul .dright .d4 a:hover{
	background: #0073c6;
}

.hy_news_ul .swiper-pagination{
	left: 50%;
	transform: translate(-50%,0);
	bottom: 3%;
}

.hy_news_ul .swiper-pagination-clickable .swiper-pagination-bullet{
	margin: 0 0.3rem;
	background: #05329f;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	left: -2.5rem;
	background: url('../images/left1.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('../images/right1.png') no-repeat;
	background-size: 2rem 2rem;
	width: 2rem;
	height: 2rem;
}


.hide{
	display: none;
}
.hy_news_t{
	display: flex;
	align-items: center;
	justify-content: 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{
	height: 2.5rem;
	margin: 0 3%;
}

.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: #0a1121;
	background: -webkit-linear-gradient(top,#0a1121 0,#122e4e 100%);
	background: -moz-linear-gradient(top,#0a1121 0,#122e4e 100%);
	background: -o-linear-gradient(top,#0a1121 0,#122e4e 100%);
	background: linear-gradient(top,#0a1121 0,#122e4e 100%);

	display: flex;
}
.zjxc_left{
	flex: 1;
	height: 30rem;
}
.zjxc_right{
	width: 17rem;
	padding: 1rem;
}

.zjxc_r_t{
	font-size: 1rem;
	color: #fff;
	padding-bottom: 1rem;
}
.zjxc_left_li video{
	max-width: 100%;
	width: 100%;
	display: block;
	height: 30rem;
	/*object-fit:fill; */
	cursor: pointer;
}
.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;
	align-items: center;
	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: 4rem;
	border-radius: 0.5rem;

}
.zjxc_right_li .dd .d2{
	flex: 1;
	font-size: 0.8rem;
}
.zjxc_right_li.on .dd .d2{
	color: #0073c6;
}


/* .sdgd{
	display: flex;
}
.sdgd_li{
	flex: 1;
} */
.sdgd_ul{
	position: relative;
}
.sdgd_li a{
	display: block;
	margin: 1rem;
	background: #fff;
	border-radius: 1rem;
	
}
.sdgd_li a .d1 {
	/* overflow: hidden; */
}
.sdgd_li a .d1 img{
	border-radius: 1rem 1rem 0 0;
	display: block;
	width: 100%;
	height: 40rem;
}
/*.sdgd_li a .d1 img:hover{*/
/*	transform: scale(1.3);*/
/*	transition: 0.5s;*/
/*}*/
.index_sdgd_li_tc{
	display: none;
}
.index_sdgd_li_tc img{
	position: fixed;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	transform:translate(-50%,-50%);
	width: auto;
	height: 90%;
	display: block;
}

.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;
}

.sdgd_li a .d2 img{
	width: 2rem;
	height: 2.6rem;
	margin-right: 0.5rem;
}
.sdgd_li a .d2 {
	display: flex;
	align-items: center;
	padding: 0 1rem 1rem 1rem;
	font-size: 0.95rem;
	color: #05329f;
}
.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;
}
/* .ljlj_li{
	flex: 1;
} */
.ljlj_li a img{
	border-radius: 1rem;
	height: 10rem;
}
.ljlj_li a img:hover{
	transform:scale(1.1);
	transition: 0.5s;
}
.ljlj_li a {
	display: block;
	margin: 0.5rem;
}
.bottom{
	background: url('../images/bottom.jpg') no-repeat;
	background-size: 100%100%;
	text-align: center;
	padding: 5% 0;
	margin-top: 5%;
}
.bottom_li{
	display: inline-block;
	border-right: 1px solid #778bff;
	padding: 3% 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: #99b6ff;
		transition: 0.5s;
	}
.nav dl{
	top: 2.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: #191958;
	padding: 1rem 0;
}
.index_ban .d1{
	font-size: 1.5rem;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	padding-bottom: 0.5rem;
}
.index_ban .d1 span{
	font-size: 1.2rem;
	display: inline-block;
	margin-left: 0.5rem;
}
.index_ban .d2{
	text-indent: 2em;
	font-size: 0.95rem;
	color: #fff;
	letter-spacing: 1px;
	padding-bottom: 1rem;
}

.fu_right {
	position: fixed;
	bottom: 40px;
	right: 20px;
	z-index: 99;
	display: none
}

.fu_right_li a {
	display: block;


	border-radius: 50%;

}

.fu_right_li a img {
	width: 40px;
	height: 40px;
	display: block;
	margin: 0 auto;

}

.hyyc{
	display: flex;
}
.hyyc_left{
	flex: 1;
	padding-right: 1.5rem;
}
.hyyc_right{
	flex: 1;
	padding-left: 1.5rem;
}
.hyyc_r_1{
	position: relative;
}
.border{
	border-left: 2px dashed #05329f;
	height: 30rem;
	position: absolute;
	left: 0.45rem;
	width: 1px;
}
.hyyc_r_1 ul {
	overflow: auto;
	height: 30rem;
		padding: 2rem 2rem 0 0;
}
.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: #666;
		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: #999;
			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: 1rem;
}
.hyyc_r_1 ul li:hover{
	color: #0073c6;
	transition: 0.5s;
}
.hyyc_r_1 ul li .d1{
	position: relative;
	left: 0rem;
	z-index: 9;
}
.hyyc_r_1 ul li .d1 img{
	width: 1rem;
	height: 1rem;
}
.hyyc_r_1 ul li .d2{
	padding-left: 1rem;
}
.hyyc_r_1 ul li .d2_1{
	font-size: 0.9rem;	
	display: none;
}
.hyyc_r_1 ul li .d2_2{
	font-size: 1.2rem;
	font-weight: bold;	
}
.hyyc_r_1 ul li .d2_3{
	font-size: 0.9rem;
}

.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;
}










@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;
	}
}



/* @media only screen and (max-width:1199px) {
	.menuBtn {
		display: block
	}

	.nav {
		float: none;
		position: fixed;
		top: 0;
		left: -100%;
		bottom: 0;
		overflow-y: auto;
		width: 100%;
		height: auto;
		padding: 10px 0;
		background-color: rgba(0, 0, 0, .8);
		-o-transition: .3s;
		-ms-transition: .3s;
		-moz-transition: .3s;
		-webkit-transition: .3s;
		transition: .3s
	}

	.nav.show {
		left: 0
	}

	.nav:before {
		display: none
	}
	.nav ul{
		padding: 0 1.5rem;
		padding-top: 3rem;
	}
	
	.nav li {
		float: none;
		width: auto;
		height: auto;
		text-align: left;
		display: block;
		padding: 1rem 0;
		font-size: 0.9rem;
	}

	.nav .v1 {
	
		font-size: 18px;
		color: #fff;
	}

	.nav .hasub .v1 {
		background: url(../images/p-next.png) 95% center no-repeat;
		background-size: auto 15px;
		color: #fff;
	}

	.nav .showSub .v1 {
		background: url(../images/p-next1.png) 95% center no-repeat;
		background-size: 15px auto;
		color: #fff;
	}

	.nav dl {
		position: static;
		width: auto;
		background: 0 0;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		padding-top: 1rem;
	}

	.nav dd a {
		text-align: left;
		padding-left: 3rem;
		font-size: 1rem;
		line-height: 36px;
		color: #fff;
	}
	
	.navline {
		display: none
	}

	.header {
		position: fixed;
		transition: .3s;
		-ms-transition: .3s;
		-moz-transition: .3s;
		-webkit-transition: .3s;
		-o-transition: .3s
	}
} */

@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;
	}


}



