.swiperoverall,
.swiperbanner {
	width: 100%;
	height: 100vh;
}
.swiperbanner img {
	width: 100%;
	height: 100%;
}
.w-1200 {
	width: 1600px;
	margin: 0 auto;
}
body {
	min-width: 1600px;
	font-size: 30px;
	font-family: Source Han Sans CN;
	color: #fff;
	background: url('../../src/image/bg/bg.png');
	/* padding-top: 110px; */
	font-weight: 400;
}
.header {
	width: 100%;
	min-width: 1600px;
	padding: 30px 60px;
	box-sizing: border-box;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(1, 69, 137, 0.18);
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	z-index: 9999;
}

.header > p {
	display: flex;
	align-items: center;
}
.header > p > img {
	margin-right: 8px;
}
.footer {
	width: 100%;
	z-index: 9999;
	position: relative;
	bottom: 0;
	min-width: 1600px;
}
.footer-top {
	width: 100%;
	min-width: 1200px;
	height: 40vh;
	font-size: 22px;
	background: #021a31;
	padding: 0 60px;
	box-sizing: border-box;
}
.footer-top ul.nav {
	margin-bottom: 70px;
}
.footer-top ul.nav a {
	font-size: 22px;
}
.footer-top ul.nav > li {
	display: flex;
	align-items: center;
}
.icon {
	font-size: 18px;
	margin: 0 20px;
}
.footer .massage {
	color: #85919c;
}
.footer .massage > p {
	margin: 10px 0;
	display: flex;
	align-items: center;
}
.footer .massage > p > img {
	margin-right: 9px;
}
.footer-bottom {
	font-size: 18px;
	font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana,
		sans-serif;
	padding: 0px 60px;
	height: 10vh;
	box-sizing: border-box;
	background: #001223;
	display: flex;
	align-items: center;
}
.swiper-slideFooter .Leaving {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 50vh;
	justify-content: center;
	padding-top: 15vh;
	box-sizing: border-box;
}
.swiper-slideFooter .Leaving > p {
	width: 1100px;
	margin: 5vh;
	display: flex;
	justify-content: space-between;
}
.swiper-slideFooter .Leaving > p > input {
	height: 60px;
	border-radius: 5px;
	border: none;
	padding: 0 15px;
	font-size: 18px;
}

.swiper-slideFooter .Leaving > p > input::-webkit-input-placeholder {
	/* WebKit browsers */
	font-size: 18px;
	color: #ccc;
}
.swiper-slideFooter .Leaving > p > input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	font-size: 18px;
	color: red;
}
.swiper-slideFooter .Leaving > p > input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	font-size: 18px;
	color: #ccc;
}
.swiper-slideFooter .Leaving > p > input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	font-size: 18px;
	color: #ccc;
}

.swiper-slideFooter .Leaving > p > button {
	height: 60px;
	border-radius: 5px;
	width: 150px;
	font-size: 20px;
	background: #3660a8;
	color: #fff;
	border: none;
}
.page1 {
	width: 1200px;
	margin: 0 auto;
	/* padding: 100px 0; */
	box-sizing: border-box;
	background: url('../image/page2/page2_bg.png');
}
.page1 .left {
	width: 380px;
}
.page1 .left > p {
	font-size: 22px;
	margin: 30px 0;
}
.page1 .left > p > a {
	font-size: 18px;
}
@-webkit-keyframes rotate {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}
@-moz-keyframes rotate {
	from {
		-moz-transform: rotate(0deg);
	}
	to {
		-moz-transform: rotate(360deg);
	}
}
@-o-keyframes rotate {
	from {
		-o-transform: rotate(0deg);
	}
	to {
		-o-transform: rotate(360deg);
	}
}
@keyframes rotate {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotats {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(-360deg);
	}
}
@-moz-keyframes rotates {
	from {
		-moz-transform: rotate(0deg);
	}
	to {
		-moz-transform: rotate(-360deg);
	}
}
@-o-keyframes rotates {
	from {
		-o-transform: rotate(0deg);
	}
	to {
		-o-transform: rotate(-360deg);
	}
}
@keyframes rotates {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(-360deg);
	}
}
.page .right {
	width: 700px;
	height: 80vh;
	padding-top: 9vh;
	box-sizing: border-box;
}

.pi1 {
	width: 700px;
	height: 700px;
	opacity: 0.3;
	/* position: relative;
	left: 600px; */

	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 10s;
	-moz-transition-property: -moz-transform;
	-moz-transition-duration: 10s;
	-webkit-animation: rotate 10s linear infinite;
	-moz-animation: rotate 10s linear infinite;
	-o-animation: rotate 10s linear infinite;
	animation: rotate 10s linear infinite;
}
.pi2 {
	width: 600px;
	height: 600px;
	position: relative;
	opacity: 0.5;
	top: -650px;
	left: 50px;
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 10s;
	-moz-transition-property: -moz-transform;
	-moz-transition-duration: 8s;
	-webkit-animation: rotates 8s linear infinite;
	-moz-animation: rotates 8s linear infinite;
	-o-animation: rotates 8s linear infinite;
	animation: rotates 8s linear infinite;
}
.pi3 {
	width: 530px;
	height: 530px;
	position: relative;
	opacity: 0.5;
	top: -1215px;
	left: 83px;
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 10s;
	-moz-transition-property: -moz-transform;
	-moz-transition-duration: 10s;
	-webkit-animation: rotate 10s linear infinite;
	-moz-animation: rotate 10s linear infinite;
	-o-animation: rotate 10s linear infinite;
	animation: rotate 10s linear infinite;
}
.pi4 {
	width: 500px;
	height: 500px;
	position: relative;
	top: -1730px;
	left: 95px;
}

.page1-bottom {
	width: 100%;
	height: 20vh;
	position: relative;
	/* bottom: 12vh; */
	background: rgba(64, 136, 228, 0.12);
}
.page1-bottom > div {
	height: 100%;
}
.page1-bottom .flex > div {
	width: 25%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	line-height: 80px;
	transition: width 1s;
}
.page2 > div {
	width: 33%;
	height: 100vh;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	opacity: 0.6;
	line-height: 60px;
}
.page2 > div:hover {
	width: 50%;
	transition: width 0.5s;
	border-bottom: 4px solid #ac0000;
	opacity: 1;
}

.page2 .bg1 {
	background: url('../image/page3/bg1.jpg');
	background-size: cover;
}

.page2 .bg2 {
	background: url('../image/page3/bg2.jpg');
	background-size: cover;
}
.page2 .bg3 {
	background: url('../image/page3/bg3.jpg');
	background-size: cover;
}

.page3 {
	width: 100%;
	height: 100vh;
}
.page3 > div {
	width: 280px;
	padding: 90px 0;
	margin: 0 5px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #0a2b4f;
	border-radius: 5px;
}
.page3 > div:hover {
	background: #014589;
}
.page3 > div:hover .nav > p {
	width: 100%;
	background: #ac0000;
	transition: width 0.1s;
}

.page3 .nav {
	width: 200px;
	height: 4px;
	background: #fff;
	border-radius: 2px;
	margin: 20px 0;
}
.page3 .nav > p {
	width: 20%;
	height: 100%;
	background: #4088e4;
}
.page3 .text {
	font-size: 22px;
	margin: 20px;
}
.page4 {
	width: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 25vh;
	box-sizing: border-box;
}
.page4 > div {
	display: flex;
}
.page4 .p-2 {
	position: relative;
	top: -80px;
}
.page4 .p-3 {
	position: relative;
	top: -160px;
}

/*侧边导航栏 */
.nav-box {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: .75rem;
	z-index: 9999;
	display: none;
	background-image: url('../src/image/bg/menu_bg.png');
}

.nav-box .nav-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	/* background-color: #11142e; */
}

.nav-box .nav-wrap:before,
.nav-box .nav-wrap:after {
	content: "";
	position: absolute;
	width: 0;
	height: 50%;
	background-color: #11142e;
	transition: all 1s ease-in-out;
}

.nav-box .nav-wrap:before {
	left: 0;
	top: 0;
}

.nav-box .nav-wrap:after {
	right: 0;
	bottom: 0;
}

.nav-box .top-box {
	width: 100vw;
	height: 5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;

	position: relative;
	z-index: 3;
	border: 1px solid rgba(255, 255, 255, 0.08);
	opacity: 0;
	filter: alpha(opacity=0);
	transition: opacity .3s;
}

.nav-box .top-box .nav-logo {
	float: left;
	width: 9rem;
	line-height: 4rem;
	text-align: center;
	border-right: 1px solid rgba(255, 255, 255, .05);
}

.nav-box .top-box .nav-close {
	float: right;
	width: 10rem;
	height: 10rem;
	position: relative;
	border-left: 1px solid rgba(255, 255, 255, .05);
}

.nav-box .top-box .nav-close img {
	width: 1.5rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all .3s;
}

.nav-box .nav {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	font-size: 0;
	text-align: center;
	z-index: 3;
}

.nav-box .nav ul {
	width: 100%;
	text-align: center;
}

.nav-box .nav li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin: 0 2.5%;
	width: 150px;
	/* transform: scale(0); */
	opacity: 0;
	filter: alpha(opacity=0);
	transition: opacity .3s;
	perspective: 650px;
	-webkit-perspective: 650px;
	box-sizing: border-box;
	/* height: 60px; */
}

.nav-box .nav li a.tit {
	display: block;
	position: relative;

	background-color: transparent;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	width: 100%;
	height: 60px;
	line-height: 60px;
	transform: translate3d(0, 0, 0);
	transition: transform .25s;
	box-sizing: border-box;
}

.nav-box .nav li .face {
	position: absolute;
	width: 100%;
	height: 100%;
	line-height: 60px;
	box-sizing: border-box;
	z-index: 3;
}

.nav-box .nav li a.tit .en {
	font-size: 16px;
	color: #fff;
	height: 100%;
	transition: background-color .3s;
	font-family: arial;
	border: 2px solid #fff;
	transform: translate3d(0, 0, 30px);
	-webkit-transform: translate3d(0, 0, 30px);
}

.nav-box .nav li .red {
	font-size: 40px;
	line-height: 50px;
	color: #e60012;
	text-transform: uppercase;
}

.nav-box .nav li .cn {
	color: #fff;
	font-size: 24px;
	background-color: #e60012;
	transform: rotateX(90deg) translate3d(0, 0, 30px);
	-webkit-transform: rotateX(90deg) translate3d(0, 0, 30px);
}

.nav-box .nav li .hover .red {
	color: #fff;
}

.nav-box.animate .nav-wrap:before,
.nav-box.animate .nav-wrap:after {
	width: 100%;
}

.nav-box.animate .nav li {
	/* transform: scale(1); */
	opacity: 1;
	filter: alpha(opacity=100);
	margin: 2vh 4vh;
}

.nav-box.animate .nav li {
	transition-delay: 1s;
}

.nav-box.animate .top-box {
	opacity: 1;
	filter: alpha(opacity=100);
	transition-delay: 1s;
}

.nav-box .nav li a.tit:hover {
	-webkit-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
}

.nav-box .top-box .nav-close:hover img {
	transform: translate(-50%, -50%) rotate(-90deg);
}
.nav-box .f-cb {
	padding: 6vh 3vw;
	box-sizing: border-box;
}

.bigdata {
	width: 100%;
	min-width: 1200px;
}
.p1 {
	width: 100%;
	height: 700px;
	background: url('../image/management/databg.jpg');
	text-align: center;
	line-height: 80px;
}
.p2 {
	width: 1700px;
	padding: 50px 0;
	margin: 0 auto;
	background: url('../image/management/aibg.png');
	font-size: 24px;
	margin-top: -100px;
}
.p2 h1 {
	width: 40%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.p2 h1 span {
	display: inline-block;
	border-bottom: 5px solid #fff;
	padding: 25px 0;
}
.p2 .p2-right {
	width: 60%;
	padding: 0 80px;
	box-sizing: border-box;
	text-indent: 48px;
	line-height: 40px;
}
.line {
	width: 60px;
	height: 5px;
	background: #fff;
	border-radius: 20px;
	margin: 20px auto;
}
.title {
	text-align: center;
}
.title > p {
	font-size: 24px;
	line-height: 40px;
	margin-bottom: 40px;
}
.p3 {
	/* width: 1600px; */
	box-sizing: border-box;
	margin: 60px auto;
}
.p3 .p3-content {
	background: url('../image/management/aibg.png');
	background-size: cover;
	font-size: 24px;
	font-weight: 400;
	line-height: 40px;
}
.p3 .p3-content-left {
	width: 35%;
}
.p3 .p3-content-left > div {
	width: 100%;
	height: 140px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 5px 10px;
}
.p3 .p3-content-left > div.p3-bg1 {
	background: url('../image/management/p2-1.png');
}
.p3 .p3-content-left > div.p3-bg2 {
	background: url('../image/management/p2-2.png');
}
.p3 .p3-content-left > div.p3-bg3 {
	background: url('../image/management/p2-3.png');
}
.p3 .p3-content-left > div.p3-bg4 {
	background: url('../image/management/p2-4.png');
}
.p3 .p3-content-right {
	width: 65%;
	padding: 0px 100px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

.p4 {
	width: 100%;
	background: url('../image/management/ybbg.jpg');
	padding: 100px 110px;
	box-sizing: border-box;
}
.p4-content {
	background: rgba(1, 69, 137, 0.46);
}
.p4-content > div {
	width: 50%;
	text-align: center;
	line-height: 80px;
	padding: 40px;
}
.p4-content > div:hover {
	background: #014589;
}
.p5 {
	width: 100%;
	padding: 100px 110px;
	box-sizing: border-box;
}

.p5-content > div {
	display: flex;
	width: 49%;
	justify-content: space-between;
	background: rgba(1, 69, 137, 0.15);
	padding: 60px 30px;
	box-sizing: border-box;
}
.p5-content > div:hover {
	background: rgba(0, 50, 98, 0.12);
	border-bottom: 5px solid rgba(131, 2, 3, 1);
}
.p5-content > div > img {
	width: 200px;
	height: 200px;
}
.p5-content > div > div {
	margin-left: 30px;
}

.p5-content > div > div > span {
	font-weight: 900;
}
.p5-content > div > div > p {
	font-size: 20px;
	line-height: 30px;
	margin: 20px 0;
}

.ai-p2 {
	width: 100%;
	padding: 60px 110px;
	box-sizing: border-box;
}
.ai-p3 {
	width: 100%;
	min-width: 1600px;
	font-size: 24px;
	background: url('../image/management/ybbg.jpg');
}

.ai-p3-right {
	width: 860px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	line-height: 40px;
	padding-left: 120px;
}
.ai-p3-right > span {
	font-size: 34px;
	font-weight: 900;
}
.ai-icon {
	width: 50px;
	height: 6px;
	background: #fff;
	border-radius: 10px;
	margin: 20px 0;
}

.ai-p4 {
	width: 100%;
	padding: 80px 156px;
	box-sizing: border-box;
}
.ai-p4 .ai-p4-left {
	width: 60%;
}
.ai-p4 .ai-p4-left > span {
	font-size: 34px;
	font-weight: 900;
}
.ai-p4 .ai-p4-left > p {
	font-size: 24px;
	line-height: 40px;
}
.ai-p4 .ai-p4-left ul {
	width: 110%;
	background: #0c3972;
	text-align: center;
	font-size: 20px;
	padding: 30px 0;
	box-sizing: border-box;
	position: relative;
	top: 160px;
}
.ai-p2-content {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.ai-p2-content > img {
	width: 550px;
}

.ai-p4 .ai-p4-left ul > li {
	padding: 0 30px;
	box-sizing: border-box;
}
.ai-p4 .ai-p4-left ul > li > p:nth-child(2) {
	font-size: 26px;
	margin: 15px 0;
	font-weight: 700;
}
.about {
	width: 100%;
	min-width: 1600px;
}
.about .aboutContent {
	padding: 0 60px;
	box-sizing: border-box;
	margin: 60px 0;
	font-size: 24px;
}
.about, .bigdata, .journalism{margin-top: 12vh;}
ul.tabs {
	padding-left: 60px;
	box-sizing: border-box;
}
ul.tabs > li {
	margin-right: 50px;
	padding: 30px 0;
	cursor: pointer;
}
ul.tabs > li:hover {
	border-bottom: 3px solid #ac0000;
}
.introduce .intop > div {
	width: 50%;
	background: rgba(1, 69, 137, 0.12);
	padding: 70px;
	box-sizing: border-box;
	line-height: 45px;
}
.introduce .intop > div:hover {
	border-bottom: 4px solid #830203;
	background: rgba(1, 69, 137, 0.43);
}
.introduce .intop > .left > span {
	font-size: 34px;
	font-weight: 900;
	line-height: 80px;
}
.introduce .intop > .right > span {
	font-size: 30px;
	line-height: 80px;
}
.introduce .inbody {
	margin: 60px 0;
}
.introduce .inbody > div {
	width: 25%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	padding: 40px 20px;
	background: rgba(1, 69, 137, 0.1);
}
.introduce .inbody > div:hover {
	border-bottom: 4px solid #830203;
	background: rgba(1, 69, 137, 0.43) !important;
}
.introduce .inbody > div > img:nth-child(2) {
	margin: 30px;
}

.inicon {
	width: 30px;
	height: 2px;
	background: #fff;
	margin: 5px 0;
}
.inbodyicon {
	width: 30px;
	height: 2px;
	background: #fff;
	margin: 30px 0;
}
.thisnav {
	color: #ac0000 !important;
	border-bottom: 3px solid #ac0000 !important;
}

.set-p3 {
	width: 100%;
	padding: 60px 156px;
	box-sizing: border-box;
	line-height: 40px;
}
.set-p3-left {
	width: 35%;
	height: 600px;
}
.set-p3-left > img {
	width: 100%;
	height: 100%;
}
.set-p3-right {
	width: 65%;
	padding: 50px 100px;
	box-sizing: border-box;
	background: #0c3972;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.set-p3-right > span {
	font-size: 34px;
	font-weight: 900;
}
.set-p3-right > p {
	font-size: 26px;
}
.set-p4 {
	width: 100%;
	padding: 60px 156px;
	box-sizing: border-box;
}
.set-p4 > div {
	width: 32%;
	display: flex;
	align-items: center;
	font-size: 20px;
	line-height: 32px;
	padding: 80px 30px;
	box-sizing: border-box;
	background: rgba(1, 69, 137, 0.15);
}
.set-p4 > div:hover {
	background: rgba(12, 57, 114, 0.5);
	border-bottom: 4px solid #830203;
}
.set-p4 > div > div {
	margin-left: 25px;
}
.set-p4 > div span {
	display: inline-block;
	font-size: 24px;
	font-weight: 900;
	margin: 20px 0;
}

.set-p5 {
	width: 100%;
	padding: 60px 156px;
	box-sizing: border-box;
	background: url('../image/management/ybbg.jpg');
	margin: 50px 0;
}

.lot-bottom {
	width: 100%;
	height: 160px;
	background: rgba(0, 50, 98, 0.75);
	position: relative;
	bottom: -200px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 34px;
	font-weight: 900;
}
.lot-bottom > div {
	margin: 0 80px;
}
.lot-bottom > div > span {
	margin: 0 30px;
}
.lot-p2 {
	width: 1600px;
	background: url('../image/management/ybbg.jpg');
	margin: 100px auto;
}
.lot-p2 > .lot-p2-left {
	width: 40%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 40px;
	font-weight: 900;
	padding: 120px 0;
}
.lot-p2 > .lot-p2-right {
	width: 60%;
	font-size: 26px;
	line-height: 45px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-right: 50px;
	box-sizing: border-box;
}
.lot-p2 > .lot-p2-right > span {
	font-size: 30px;
	font-weight: 900;
	line-height: 100px;
}

.lot-p3 {
	width: 100%;
	padding: 60px 156px;
	box-sizing: border-box;
	background: rgba(1, 69, 137, 0.2);
}
.lot-p3-content {
	width: 100%;
	height: 700px;
}
.lot-p3-content-left {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 70px;
	font-size: 26px;
	line-height: 45px;
	background: rgba(0, 50, 98, 0.5);
}

.lot-p4 {
	width: 1600px;
	margin: 100px auto;
	background: #003262;
}
.lot-p4-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 50px;
	font-size: 26px;
	line-height: 45px;
}
.lot-p4-right > span {
	font-size: 32px;
	font-weight: 900;
}
.lot-p4-rightpro {
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	font-size: 32px;
	font-weight: 900;
}
.w-1600 {
	width: 1600px;
}
.cooperation {
	width: 100%;
	display: flex; 
	flex-wrap: wrap;
}
.cooperation > div {
	width: 300px;
	height: 180px;
	margin: 10px 16px;
	display: flex;
	flex-wrap: wrap;
}
.cooperation > div > img {
	width: 100%;
	height: 100%;
	border-radius: 5px;
}


/* 新闻页 */
.journalism{
	width: 100%;
	min-width: 1600px;
}
.content{
    display: flex;
}
.content .left{
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.content .right{
    width: 30%;
}
.content .content_nav{
    width: 100%;
    height: 4rem;
    display: flex;
    justify-content:space-between;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 0rem;
}
.content .content_nav ul{
    display: flex;
    align-items: center;
    font-size: 1rem;
	padding: 0 10px;
}
.content .content_nav ul a{
    color:#fff;
}
.content .content_nav ul>li{
    display: flex;
    align-items: center;
    margin: 0rem 0.2rem;
}
.content .content_nav ul>li img{
    width: 21px;
}
.content .left .content_details{
    width: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.12);
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    
    
}
.content .left .content_details .top{
    height: 6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem 3rem 0; 
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.content .left .content_details .top>span{
    font-size: 1.4rem;
}
.content .left .content_details .top p{
    font-size: 0.67rem;
    opacity: 0.63;
    margin: 1rem 0;
}
.content .left .content_details .subject{
    padding: 1.5rem 3.37rem; 
    color: #FDFBFB;
    opacity: 0.8;
	font-size: 1rem;
	line-height: 2rem;
    border-bottom: 0;
    text-indent:1.6rem;
}
.content .left .content_bottom{
    width: 100%;
    height: 8rem;
    padding: 0rem 3.37rem; 
    border-left: 1px solid rgba(255, 255, 255, 0.12);
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 0.67rem;
    opacity: 0.8;
    line-height: 1.5rem;
}
.content .left .content_bottom ul:nth-child(1){
    display: flex;
}
.content .left .content_bottom ul>li{
    margin: 0rem 0.2rem;
}
.content .right{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 1rem 4rem 1rem 2.25rem;
    background: rgba(1, 69, 137, 0.04);
    font-size: 0.67rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5rem;
}
.content .right .text_body>div{
    margin-top: 0.5rem;
    margin-bottom: 2rem ;
}

.content .right div>img{
    width: 18rem;
    height: 12rem;
}
.content .right .text_top{
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 1);
    line-height: 2rem;
}
.content .right p{
    margin: 0;
}

.content .right div>p:nth-child(3){
    font-size: 1rem;
    color: rgba(255, 255, 255, 1);
}
.content .right div>p:nth-child(4){
    text-indent: 1.33rem;
}
.content .right div>a{
    color: rgba(255, 255, 255, 0.8);

}
/* 核心产品 */
.right .product_body{
    line-height: 1.5rem;
    /* color: red; */

}
.right .product_body>div{
    font-size: 1rem;
    line-height: 3rem;
    margin-bottom: 5rem;
}


/* 核心产品内页 */
.product {
    width: 100%;
    padding: 2rem 3rem;
}
.product .product_nav>ul{
    width: 100%;
    display: flex;
}
.product .product_nav>ul>li{
    margin-right: 2rem;
    /* border-bottom: 0.1rem solid red; */
}


/* 核心产品 */
.product .lower{
    display: flex;
    flex-wrap: wrap;
}

.product .lower div>a{
    width: 400px;
    height: 300px;
	border: 1px solid #333;
	display:flex;
    justify-content:center;
    align-items:center;
}
.product .lower div img{
    max-width: 400px;
    max-height: 300px;
}

.product .lower div{
    width: 420px;
    height: 360px;
    text-align: center;
    margin: 20px 5px;
}
.product .lower div p{
    padding: 0rem 1rem;
    line-height: 2rem;
	font-size: 18px;
}



/* 新闻首页 */
.jou_top{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.jou_top>div{
    width: 20rem;
    height: 28rem;
    background: rgba(1, 69, 137, 0.08);
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7);
    margin: 3rem 0.75rem;
    line-height: 1.95rem;
    padding: 1.5rem; 
	border-bottom:0.21rem solid rgba(1, 69, 137, 0.08);
}
.jou_top>div:hover{
    border-bottom:0.21rem solid rgba(131, 2, 3, 1);
    background: rgba(1, 69, 137, 0.43);
}

.jou_top>div img{
    width: 18rem;
    height: 12rem;
    text-align: center;
    
}
.jou_top>div>p:nth-child(2){
    font-size: 1.2rem;
	height: 65px;
    color: rgba(255, 255, 255, 1);
}
.jou_top>div>p:nth-child(5){
    margin-right: 0.9rem;
    color: rgba(255, 255, 255, 1);

}
.jou_body{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 3rem;
    font-size: 1.2rem;
}

.jou_body>div{
    width: 28rem;
    height: 6rem;
    display: flex;
    font-size: 0.47rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5rem;
    margin: 0.7rem 1.5rem;
    background: rgba(1, 69, 137, 0.08);
}
.jou_body>div>div:nth-child(2){
    margin-left: 0.8rem;
}
.jou_body>div img{
    width: 10rem;
    height: 6rem;
}
.jou_body>div p{
    margin: 0;
}
.jou_body>div p:nth-child(2){
    color: rgba(255, 255, 255, 1);
    font-size: 0.8rem;

}
.jou_body>div p:nth-child(3){
    font-size: 0.6rem;
}


/* 介绍 */
.intro_pro{
    width: 100%;
    background: url('../src/image/intro/bg.jpg');
    background-size: cover;
    padding: 4.5rem 0rem;
    color: #fff;
}

.intro_pro .intro_top ul{
    width: 100%;
    height: 4rem;
    display: flex;
    padding: 0 5rem;
    align-items: center;
}

.intro_pro .intro_top ul>li:hover{
   color: rgba(172, 0, 0, 1);
   border-bottom: 0.1rem solid  rgba(172, 0, 0, 1);
   cursor:pointer;
}
.intro_pro .text {
    display: flex;
    justify-content: center;
    background: rgba(1, 69, 137, 0.12);
    font-size: 0.8rem;
}
.intro_pro .intro_top ul>li{
    margin-right: 2rem;
}
.intro_pro .text .left{
    width: 26.5rem ;
    height: 20rem;
    padding: 0rem 3.5rem;
    line-height:1.5rem;
}
.intro_pro .text .left:hover{
    background: rgba(1, 69, 137, 0.43);
}
.intro_pro .text .right{
    width: 31rem;
    height: 20rem;
    padding: 0rem 4rem;
    line-height:1.4rem;
}
.intro_pro .text .right:hover{
    background: rgba(1, 69, 137, 0.43);
    border-bottom: 0.14rem solid red;
}
.intro_pro .text .right p{
    text-indent: 1.6rem;
}
.intro_pro .text .next{
    font-size: 1.6rem;
    font-weight: bold;
}
.intro_pro .text .next2{
    font-size: 1.2rem;
    font-weight: bold;
}
.intro_pro .text_nav{
    display: flex;
    justify-content: center;
}
.intro_pro .text_nav>div{
        width: 14.1rem;
         height: 20rem;
        display: flex;
        flex-direction: column; 
        align-items: center;
        line-height: 2rem;
        margin: 2rem 0.2rem;
        padding-top: 0.5rem;
}
.intro_pro .text_nav>div:hover{
    background: rgba(1, 69, 137, 0.43);
    border-bottom:0.14rem solid rgba(131, 2, 3, 1);


}
.intro_pro .text_nav>div img:nth-child(1){
    width: 12.5rem;
    height: 8rem;
}
.intro_pro .text_nav>div img:nth-child(2){
    width: 2.27rem;
    height: 2.27rem;
    margin: 0.5rem 0;
}
.intro_pro .text_nav .dhx{
    width: 1.5rem;
    height: 0.1rem;
    background: #fff;
}


/*内页footer */
.footer_pro{
    width: 100%;
    display: flex;
    /* border: 1px solid red;    */
    justify-content: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.8rem;

}
.footer_pro .left{
    width: 25rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid red;
}
.footer_pro .left p:nth-child(1) img{
    width: 0.57rem;
    height: 0.73rem;
}
.footer_pro .left .nav{
    display: inline-block;
    width: 5.5rem;
    height: 1.5rem;
    border: 1px solid red;
    text-align: center;      
    border: 1px solid rgba(1, 61, 121, 0.5);
    border-radius: 0.78rem;
    color: #fff;
}
.footer_pro .left .nav img{
    margin-right:0.5rem ;
}


.footer_pro .right{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 30rem;
    /* height: 100px; */
    border: 1px solid red;
    font-size: 0.8rem;
}
.footer_pro .right div:nth-child(1) ul>li:nth-child(1){
    color: #fff;
    margin: 1rem 0;
}
.footer_pro .right>div:nth-child(1){
    display: flex;
}
.footer_pro .right>div:nth-child(2)> span{
    display: inline-block;
    width: 1.67rem;
    height: 1.67rem;
    border: 1px solid rgba(255, 255, 255, 0.58);
    border-radius: 50%;
    text-align: center;
    margin: 0rem 0.3rem;
}
.footer_pro .right>div:nth-child(2){
    margin: 2rem 0;
}
.footer_pro .right>div:nth-child(2)> span img{
    width: 1rem;
    height: 1rem;
    
}
.footer_pro .right>div:nth-child(2)> p{
    display: inline-block;
    color: #fff;
}
.footer_pro .right>div ul{
 margin-left: 2rem;
}

/*分页样式*/
.pages {font-size: 14px;}
.pages a {padding: 0 10px;}
.pages a.active {color: #f00; font-weight: bold;}
