﻿.content {
	background: #F4F5F9;
	padding-bottom: 42px;
}

.header-H {
    width: 100%;
    height: 120px;
    overflow: hidden;
    position: fixed;
    z-index: 99;
}

/* 中心简介 */
.zxjj-body {
	margin-top: 10px;
}

.zxjj-body-tab {
	margin-bottom: 12px;
}

.zxjj-body-tab a {
    display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	width: 280px;
	height: 90px;
	text-align: center;
	background: #FFFFFF;
	border-radius: 12px;
	margin-left: 53px;
	margin-bottom: 30px;
	box-shadow: 0px 0px 20px -2px #d7d6d6;
	font-size: 20px;
	font-family: '微软雅黑';
	font-weight: bold;
	color: #333333;
	padding: 0 20px;
}

.zxjj-body-tab a:nth-child(4n + 1) {
	margin-left: 0;
}

.zxjj-body-tab a:hover {
	background: url(img/5G_15.png);
	color: #FFFFFF;
}

.zxjj-body-tab .active {
	background: url(img/5G_15.png);
	color: #FFFFFF;
}

.zxjj-body-con {
	background: url(img/5G_17.png);
	background-size: cover;
	padding: 78px 40px;
	border-radius: 25px;
}

.zxjj-body-con-left {
	float: left;
	width: 51%;
	padding-right: 70px;
}

.zxjj-body-con-right {
	float: right;
	width: 49%;
}

.zxjj-body-con-right .right-title {
	position: relative;
	/*margin-bottom: 75px;*/
	margin-bottom: 15px;
}

.zxjj-body-con-right .right-title::before {
	width: 38px;
	height: 5px;
	background: #1F72E2;

	position: absolute;
	content: "";
	left: 0;
	top: 5px;
}

.zxjj-body-con-right .right-title-p1 {
	font-size: 48px;
	font-family: '微软雅黑';
	font-weight: 400;
	color: #1F72E2;
	padding-top: 21px;
	margin-bottom: 5px;
}

.zxjj-body-con-right .right-title-p2 {
	font-size: 30px;
	font-family: '微软雅黑';
	font-weight: 400;
	color: #333333;
}

.zxjj-body-con-right .right-body-p1 {
	font-size: 28px;
	font-family: '微软雅黑';
	font-weight: 300;
	color: #1F72E2;
	text-align: justify;
	margin-bottom: 60px;
	line-height: 40px;
}

.zxjj-body-con-right .right-body-p2 {
	margin-bottom: 40px;
}

.zxjj-body-con-right .right-body-p2,
.zxjj-body-con-right .right-body-p3 {
	font-size: 16px;
	font-family: '微软雅黑';
	color: #333333;
	text-align: justify;
	line-height: 26px;
}

.zxjj-body-con-right .right-icon {
	/*padding: 0px 80px;
	padding-top: 50px;*/
	padding: 0px 10px;
	padding-top: 15px;
}

.zxjj-body-con-right .right-icon a {
	font-size: 18px;
	font-family: '微软雅黑';
	font-weight: bold;
	color: #333333;
	float: left;
	text-align: center;
	margin-left: 10px;
}

.zxjj-body-con-right .right-icon a:first-child {
	margin-left: 0;
}

.zxjj-body-con-right .right-icon a i {
	display: block;
	font-size: 36px;
	color: #333333;
	font-weight: 100;
}

.zxjj-body-con-right .right-icon span {
	color: #cccccc;
	font-size: 20px;
}

/* 专家委员会 */
.zjwyh-body {
	margin-top: 20px;
}

/*
.zjwyh .title {
	margin-top: 15px;
}

.zjwyh .title .title-p1 {
	font-size: 100px;
}

.zjwyh .title .title-p2 {
	line-height: 143px;
}
*/

.zjwyh-body-con {
	margin: 0 -23px;
}

.zjwyh-body-con a {
	background: #FFFFFF;
	border-radius: 25px;
	padding: 20px 23px;
	display: block;
	float: left;
	margin: 0 23px;
	margin-bottom: 30px;
	color: #333333;
	height: 450px;
	overflow: hidden;
	width: 219px;
}

.zjwyh-body-con-title {
	padding-top: 17px;
}

.zjwyh-body-con-title p {
	font-size: 14px;
	font-family: '微软雅黑';
	font-weight: 400;
	position: relative;
	padding-left: 18px;
	overflow: hidden;
	/*
    text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
    */
}

.zjwyh-body-con-title p::before {
	position: absolute;
	content: "";
	width: 4px;
	height: 3px;
	background: #1F72E2;
	border-radius: 50%;
	left: 5px;
	top: 10px;
}

.zjwyh-body-con-title p:first-child {
	position: static;
	padding-left: 0;
	margin-bottom: 10px;
}

.zjwyh-body-con-title p span {
	font-size: 30px;
	font-family: '微软雅黑';
	font-weight: bold;
	color: #333333;
	margin-right: 7px;
}

.zjwyh-body-con a img {
	border-radius: 25px;
	width: 100%;
}

.zjwyh-body-con a:first-child {
	padding: 40px;
	width: 748px;
	height: 450px;
	box-shadow: 0px 0px 20px -2px #d7d6d6;
}

.zjwyh-body-con a:first-child img {
	float: left;
	width: 214px;
	height: 318px;
	margin-right: 30px;
}

.zjwyh-body-con a:first-child .zjwyh-body-con-title {
	float: left;
	width: 413px;
}

.zjwyh-body-con a:first-child .zjwyh-body-con-title p {
	line-height: 24px;
	margin-bottom: 10px;
	width: auto;
	white-space: initial;
}

.zjwyh-body-con a:first-child .zjwyh-body-con-title p:first-child {
	margin-bottom: 30px;
}

.zjwyh-body-con a:first-child .zjwyh-body-con-title p:first-child span {
	margin-right: 11px;
}

.zjwyh-body-con a:hover {
	background: #DAE9FF;
	transition: 0.3s;
}

.zjwyh-body-con a:hover p:first-child {
	color: #3672EB;
	transition: 0.3s;
}

.zjwyh-body-con a:hover p:first-child span {
	color: #3672EB;
	transition: 0.3s;
}

/* 战略合作 */
/*
.zlhz .title {
	margin: 20px 0;
}

.zlhz .title .title-p1 {
	font-size: 94px;
}

.zlhz .title .title-p2 {
	line-height: 135px;
}
*/

.zlhz-body-con {
	background: #FFFFFF;
	border-radius: 25px;
	padding: 67px 20px;
}

.zlhz-body-con .swiper-slide a {
	display: block;
	text-align: center;
	padding: 20% 0;

}

.zlhz-body-con .swiper-slide a .slide-img {
	position: relative;
}

.zlhz-body-con .swiper-slide a .slide-img::after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	background: #1B48A2;
	opacity: 0.7;
	width: 100%;
	height: 100%;
}

.zlhz-body-con .swiper-slide a img {
	width: 100%;
}

.zlhz-body-con .banner_swiper5 .swiper-slide-active {
	transform: scale(1.5);
	z-index: 99;
}

.zlhz-body-con .swiper-slide a p {
	font-size: 16px;
	font-family: '微软雅黑';
	font-weight: 400;
	color: #999999;
	overflow: hidden;
	text-overflow: ellipsis;
	/*white-space: nowrap;*/
	margin-top: 25px;
}

.zlhz-body-con .banner_swiper5 .swiper-slide-active a p {
	font-size: 14px;
	font-family: '微软雅黑';
	font-weight: bold;
	color: #333333;
}

.zlhz-body-con .swiper-slide-active a .slide-img::after {
	position: static;
}

.banner_swiper5 {
	height: 100%;
	overflow: hidden;
}

.zuoyou {
	display: none;
}

/* 办公环境 */
.lxfs-body-con {
	border-radius: 25px;
	background: url(img/5G_20.png) #FFFFFF;
	background-size: 100% 100%;
	padding: 10px;
}

.lxfs .title {
	margin: 20px 0;
}

.lxfs .title .title-p1 {
	font-size: 94px;
}

.lxfs .title .title-p2 {
	line-height: 135px;
}

.lxfs-body {}

.zxjj-body-tab {
	text-align: center;
}

.lxfs-body .zxjj-body-tab a {
	display: inline-block;
	float: none;
	line-height: 90px;
}

.lxfs-body-con-map {
	height: 600px;
	border-radius: 25px 25px 0px 0px;
}


.lxfs-body-con-text {
	padding: 10px 0;
}

.lxfs-body-con-text p {
	font-size: 16px;
	font-family: '微软雅黑';
	font-weight: 400;
	color: #FFFFFF;
	line-height: 70px;
	width: calc(50% - 5px);
	height: 70px;
	background: #1F72E2;
	text-align: center;
}

.lxfs-body-con-text p:first-child {
	float: left;
	border-radius: 0px 0px 0px 25px;
}

.lxfs-body-con-text p:last-child {
	float: right;
	border-radius: 0px 0px 25px 0px;
}

.lxfs-body-con-text p img {
	margin-right: 5px;
}

.lxfs-body-con-text .active {
	opacity: 0.8;
	background: #79AAEE;
}

.lxfs-body-con-last {
	text-align: center;
	padding: 45px 0 140px 0;
}

.lxfs-body-con-last span {
	font-size: 16px;
	font-family: '微软雅黑';
	font-weight: 400;
	color: #333333;
	margin: 0 40px;
}

.lxfs-body-con-last span i {
	font-size: 20px;
	color: #666666;
	margin-right: 5px;
}

#lmap2 {
	display: none;
}

/* 招聘方式 */
.zpfs .title {
	margin: 20px 0;
}

.zpfs .title .title-p1 {
	font-size: 80px;
}

.zpfs .title .title-p2 {
	line-height: 115px;
}

.zpfs-body .zxjj-body-tab a {
	display: inline-block;
	float: none;
	line-height: 90px;
}

.zpfs-body-con {
	margin-top: 10px;
}

.zpfs-body-con-tab {
	height: 80px;
	line-height: 80px;
	background: #1F72E2;
	border-radius: 25px;
	margin-bottom: 20px;
}

.zpfs-body-con-tab span {
	display: block;
	text-align: center;
	float: left;
	font-size: 24px;
	font-family: '微软雅黑';
	font-weight: bold;
	color: #FFFFFF;
}

.tab-gs {
	width: 25%;
}

.tab-gw {
	width: 22%;
}

.tab-es {
	width: 18%;
}

.tab-dd {
	width: 18%;
}

.zpfs-body ul {
	background: #FFFFFF;
	border-radius: 25px;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 15px 0;
	position: relative;
}

.zpfs-body ul li {
	padding-right: 40px;
}

.zpfs-body ul li span {
	display: block;
	float: left;
	text-align: center;
}

.zpfs-body ul li>span {
	position: absolute;
	top: 40%;
	font-size: 24px;
	font-family: '微软雅黑';
	font-weight: bold;
	color: #333333;
	transform: translateY(-30%);
}

.con-body {
	border-bottom: 1px solid #CCCCCC;
}

.con-body:last-child {
	border: none;
}

.con-body-gs {
	width: 25%;
}

.con-body {
	display: table-cell;
	float: right;
	width: 75%;
	height: 70px;
	line-height: 70px;
}

.con-body-gw {
	width: 28%;
}

.con-body-es {
	width: 24%;
}

.con-body-dd {
	width: 24%;
}

.con-body a {
	display: block;
	float: right;
	width: 129px;
	height: 52px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 24px;
	font-size: 16px;
	font-family: '微软雅黑';
	font-weight: bold;
	color: #333333;
	line-height: 50px;
	text-align: center;
	margin-right: 18px;
	margin-top: 10px;
}

.con-body a:hover {
	height: 50px;
	line-height: 46pxpx;
	border: 2px solid #1F72E2;
	color: #1F72E2;
	font-weight: bold;
	transition: 0.3s;
}

/* 办公环境 */
/*
.bghj .title {
	margin: 20px 0;
}

.bghj .title .title-p1 {
	font-size: 80px;
}

.bghj .title .title-p2 {
	line-height: 115px;
}
*/

.bghj-body-con {
	background: #FFFFFF;
	border-radius: 25px;
	padding: 370px 148px 305px 150px;
}

.bghj-body-con-map {
	position: relative;
}

.bghj-body-con-map>img {
	width: 100%;
}

.bghj-body-con-map>div {
	position: absolute;
}

.map-box1 {
	top: -54%;
	right: -13%;
}

.map-box2 {
	top: -50%;
	left: -4%;
}

.map-box3 {
	bottom: -41%;
	left: 39%;
}

.map-img {
	float: left;
	text-align: center;
	position: relative;
}

.map-img i,
.map-img img {
	display: block;
}

.map-img img:nth-child(2) {
	display: inline-block;
}

.map-img i {
	font-size: 30px;
	color: #DEC169;
	animation: tiaodong 0.75s infinite;
	animation-direction: alternate;
}

@keyframes tiaodong {
	0% {
		transform: translateY(0px);
	}

	100% {
		transform: translateY(-15px);
	}
}

.map-box1 i {
	position: absolute;
	bottom: 0;
	left: 32%;
}

.map-box2 i {
	position: absolute;
	bottom: -5%;
	right: -15%;
}

.map-box3 i {
	position: absolute;
	top: 0%;
	left: -10%;
}

.map-img-text {
	float: right;
	padding-top: 82px;
	margin-left: 15px;
}

.map-img-text p {
	font-size: 16px;
	font-family: '微软雅黑';
	font-weight: 400;
	color: #333333;
}

.map-img-text p:first-child {
	font-size: 24px;
	font-family: '微软雅黑';
	font-weight: bold;
	color: #3672EB;
	margin-bottom: 15px;
}

.map-img-text p:last-child span {
	color: #3672EB;
	font-size: 36px;
	font-weight: bold;
}

.map-img-text p:last-child span:last-child {
	font-size: 24px;
}

.map-box2 .map-img {
	float: none;
	text-align: right;
}

.map-box3 .map-img-text {
	padding-top: 255px;
}

.map-box3 .map-img {
	text-align: left;
}

/* 定位愿景 */
/*
.dwyj .title {
	margin: 20px 0;
}

.dwyj .title .title-p1 {
	font-size: 100px;
}

.dwyj .title .title-p2 {
	line-height: 143px;
}
*/

.dwyj-body-con {
	background: #FFFFFF;
	border-radius: 25px;
	padding: 62px 145px 60px 40px;
}

.part-title span {
	font-size: 30px;
	font-family: '微软雅黑';
	font-weight: bold;
	color: #1F72E2;
}

.part-title img {
	margin-top: -15px;
}

.dwyj-body-con-part1>p {
	padding: 40px 0px 40px 55px;
	font-size: 16px;
	font-family: '微软雅黑';
	font-weight: 400;
	text-align: justify;
	color: #333333;
	line-height: 30px;
	margin-bottom: 50px;
}

.dwyj-body-con-part2 {
	margin-bottom: 77px;
}

.dwyj-body-con-part2>p {
	font-size: 36px;
	font-family: '微软雅黑';
	font-weight: 300;
	color: #333333;
	text-align: center;
	margin-top: 54px;
	margin-bottom: 45px;
}

.dwyj-body-con-part2 .part2-con {
	position: relative;
	height: 495px;
}

.dwyj-body-con-part2 .part2-con a {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
}


.dwyj-body-con-part2 .part2-con a div {
	position: relative;
}

.dwyj-body-con-part2 .part2-con a div span .dwyd-750 {display: none;}

.dwyj-body-con-part2 .part2-con a div span {
	display: block;
	width: 240px;
	height: 220px;
}

.dwyj-body-con-part2 .part2-con a div p {
	position: absolute;
	top: 50%;
    width: 46%;
	font-size: 16px;
	font-family: '微软雅黑';
	font-weight: 400;
	color: #333333;
	text-align: center;
	margin-top: -20px;
}

.dwyj-body-con-part2 .part2-con a:hover span {
	animation: rotation linear infinite;
	animation-duration: 12.7s;
}

.dwyj-body-con-part2 .part2-con .active span {
	animation: rotation linear infinite;
	animation-duration: 12.7s;
}

@-webkit-keyframes rotation {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

.dwyj-body-con-part2 .part2-con a:first-child {
	width: 260px;
	height: 290px;
	left: 55px;
	top: 20px;
}

.dwyj-body-con-part2 .part2-con a:first-child div p {
	left: 22%;
	width: 55%;
}

.dwyj-body-con-part2 .part2-con a:nth-child(2) {
	width: 235px;
	height: 245px;
	top:160px;
	left: 295px;
}

.dwyj-body-con-part2 .part2-con a:nth-child(2) div p {
	left: 26%;
	width: 55%;
}

.dwyj-body-con-part2 .part2-con a:nth-child(3) {
	width: 210px;
	height: 218px;
	right: 295px;
	top: 80px;
}

.dwyj-body-con-part2 .part2-con a:nth-child(3) div p {
	left: 28%;
}

.dwyj-body-con-part2 .part2-con a:nth-child(4) {
	width: 185px;
	height: 205px;
	right: 300px;
	top: 122px;
}

.dwyj-body-con-part2 .part2-con a:nth-child(5) div p {
	left: 29%;
}

.dwyj-body-con-part2 .part2-con a:nth-child(5) {
	width: 185px;
	height: 205px;
	right: 60px;
	top: 292px;
}

.dwyj-body-con-part2 .part2-con a:nth-child(4) div p {
	left: 29%;
}

.dwyj-body-con-part2 .part2-con a:last-child {
	width: 235px;
	height: 244px;
	right: 20px;
	top: 30px;
}

.dwyj-body-con-part2 .part2-con a:last-child div p {
	left: 28%;
}

.dwyj-body-con-part2 .part2-con a:last-child {
	width: 235px;
	height: 244px;
	right: 20px;
	top: 130px;
}

.dwyj-body-con-part3 .part3-con {
	position: relative;
	margin-top: 73px;
}

.part3-con img:first-child {
	width: 100%;
}

.part3-con img:nth-child(2) {
	width: 85%;
	position: absolute;
	left: 75px;
	top: -40px;
}

.part3-con span {
	width: 12px;
	height: 12px;
	background: #97BEF5;
	opacity: 0.5;
	display: block;
	border-radius: 50%;
	position: absolute;
	padding: 0;
}

.part3-con span:before,
.part3-con span:after {
	background: rgba(31, 114, 226, 1);
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	display: block;
	content: '';
	animation: scale 2s infinite;
}

.part3-con span:after {
	animation: scales 2s infinite;
}

@-webkit-keyframes scale {
	0% {
		transform: scale(1);
		opacity: 0.9;
	}

	100% {
		transform: scale(6);
		opacity: 0;
	}
}

@keyframes scale {
	0% {
		transform: scale(1);
		opacity: 0.9;
	}

	100% {
		transform: scale(6);
		opacity: 0;
	}
}

.part3-con a {
	position: absolute;
	top: 29%;
	left: 0;
	right: 0;
	margin: auto;
	/*
    width: 480px;
	height: 50px;
    */
	background: rgba(31, 114, 226, 0.9);
	border-radius: 25px;
	font-size: 24px;
	font-family: '微软雅黑';
	font-weight: 300;
	color: #FFFFFF;
	text-align: center;
	line-height: 50px;
}

.part3-con a img {width: auto !important;}

/* 创新平台 */
.cxpt-body-con {
	background: url(img/5G_35.png);
	/*background-size: 100% 100%;*/
	background-size: cover;
	border-radius: 25px;
	padding: 52px 44px;
	margin-top: 20px;
}

.cxpt .title {
	margin: 20px 0;
}

.cxpt .title .title-p1 {
	font-size: 90px;
}

.cxpt .title .title-p2 {
	line-height: 143px;
}

.cxpt-con {
	text-align: center;
	position: relative;
}

.cxpt-body-con>p {
	font-size: 16px;
	font-family: '微软雅黑';
	font-weight: 400;
	color: #333333;
	margin-top: 30px;
	margin-bottom: 60px;
	padding-left: 48px;
}

.cxpt-con p {
	font-size: 18px;
	font-family: '微软雅黑';
	font-weight: bold;
	position: absolute;
	width: 17%;
}

.cxpt-con p:nth-child(2) {
	top: 15%;
	left: 11%;
	color: #28A1F5;
	text-align: right;
}

.cxpt-con p:nth-child(3) {
	top: 12%;
	left: 72%;
	color: #3672EB;
	text-align: left;
}

.cxpt-con p:nth-child(4) {
	top: 72%;
	left: 11%;
	color: #2CB0D1;
	text-align: right;
}

.cxpt-con p:nth-child(5) {
	top: 72%;
	left: 72%;
	color: #6297DE;
	text-align: left;
}

/* .cxpt-con p span {
	display: block;
	text-align: left;
} */


.cxpt-con i {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;

	font-size: 30px;
	font-family: '微软雅黑';
	font-weight: 900;
	color: #FFFFFF;
	position: absolute;
	padding-right: 7px;
}

.cxpt-con i:nth-child(6) {
	top: 12%;
	left: 29%;
	background: #28A1F5;
}

.cxpt-con i:nth-child(7) {
	top: 12%;
	left: 68%;
	background: #3672EB;
}

.cxpt-con i:nth-child(8) {
	top: 72%;
	left: 29%;
	background: #2CB0D1;
}

.cxpt-con i:nth-child(9) {
	top: 72%;
	left: 68%;
	background: #6297DE;
}

.cxpt-con2 {
	text-align: center;
	margin-top: 72px;
	margin-bottom: 18px;
}

.cxpt-con2 a {
	position: relative;
	display: inline-block;
	border-radius: 25px;
}

.cxpt-con2 a::after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	background: #1B48A2;
	opacity: 0.7;
	width: 100%;
	height: 100%;
	border-radius: 25px;
}

/* 创新平台-科研设施 */
.kyss {
	padding-top: 30px;
}

.kyss-tab {
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 35px;
}

.kyss-tab li {
	display: block;
	float: left;
	padding: 0 20px;
	margin-right: 20px;
	text-align: center;
}

.kyss-tab li a {
	font-size: 20px;
	font-family: '微软雅黑';
	font-weight: 400;
	color: #666666;
	position: relative;
}

.kyss-tab li .active::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 4px;
	bottom: -18px;
	background: #1F72E2;
}

.kyss-tab li a:hover::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 4px;
	bottom: -18px;
	background: #1F72E2;
	transition: 0.3s;
}

.kyss-body-con {
	margin-bottom: 140px;
}

.kyss-body-con:last-child {
	margin-bottom: 40px;
}

.con-left {
	width: 50%;
	float: left;
}

.con-left>p,
.con-right>p {
	font-size: 18px;
	font-family: '微软雅黑';
	font-weight: bold;
	color: #333333;
	padding-left: 48px;
	margin-top: 60px;
}

.con-left>ul,
.con-right>ul {
	padding-left: 85px;
}

.con-left>ul li,
.con-right>ul li {
	font-size: 16px;
	font-family: '微软雅黑';
	font-weight: 400;
	color: #333333;
	line-height: 40px;
	position: relative;
	padding-left: 25px;
}

.con-left>ul li::after,
.con-right>ul li::after {
	position: absolute;
	content: '';
	background-color: #cccccc;
	width: 8px;
	height: 8px;
	left: 0;
	border-radius: 50%;
	top: 16px;
}

.con-left p img,
.con-right p img {
	margin-right: 10px;
}

.con-right {
	width: 50%;
	float: right;
	text-align: center;
}

.con-right>img,
.con-left>img {
	max-width: 100%;
}

.kyss-body-con:last-child .con-left {
	text-align: center;
}

.kyss-body-con:last-child .con-right {
	text-align: initial;
}

.kyss-body-con:last-child .con-right>p {
	margin-top: 0;
}

.con-right-text {
	margin-top: 10px;
}

.con-right-text p {
	font-size: 16px;
	font-family: '微软雅黑';
	font-weight: 400;
	color: #333333;
	line-height: 30px;
	padding-left: 85px;
}

.con-right-text p:first-child {
	font-size: 18px;
	color: #6297DE;
}

.kyss>p {
	margin-bottom: 30px;
}

/* 方向布局 */
.fxbj .title {
	margin: 20px 0;
}

.fxbj .title .title-p1 {
	font-size: 94px;
}

.fxbj .title .title-p2 {
	line-height: 135px;
}

.fxbj-body .zxjj-body-tab a {
	display: inline-block;
	float: none;
	line-height: 90px;
}

.fxbj-body-con {
	padding-bottom: 40px;
}

.fxbj-body-part {
	float: left;
	margin-left: 40px;
	position: relative;
	overflow: hidden;
}

.fxbj-body-part:hover img {
	transform: scale(1.05);
	transition: 1s;
}

.fxbj-body-part:hover div {
	animation: ani-text 2s;
	-webkit-animation: ani-text 2s;
}

@keyframes ani-text {
	0% {
		bottom: 50px;
	}

	50% {
		bottom: 100px;
	}

	100% {
		bottom: 50px;
	}
}

@-webkit-keyframes ani-text {
	0% {
		bottom: 50px;
	}

	50% {
		bottom: 100px;
	}

	100% {
		bottom: 50px;
	}
}

.fxbj-body-part:nth-child(2):hover div {
	animation: ani-text2 2s;
	-webkit-animation: ani-text2 2s;
}

@keyframes ani-text2 {
	0% {
		top: 50px;
	}

	50% {
		top: 100px;
	}

	100% {
		top: 50px;
	}
}

@-webkit-keyframes ani-text2 {
	0% {
		top: 50px;
	}

	50% {
		top: 100px;
	}

	100% {
		top: 50px;
	}
}

.fxbj-body-part:first-child {
	margin-left: 0;
}

.fxbj-body-part .part {
	position: absolute;
}

.fxbj-body-part .part p {
	font-size: 24px;
	font-family: '微软雅黑';
	font-weight: bold;
	color: #FFFFFF;
	text-align: justify;
	width: 80%;
}

.fxbj-body-part:first-child .part {
	bottom: 50px;
	left: 40px;
}

.fxbj-body-part:nth-child(2) .part {
	top: 50px;
	left: 40px;
}

.fxbj-body-part:last-child .part {
	bottom: 50px;
	left: 40px;
}

.fxbj-body-part:last-child .part p {
	width: 100%;
}

/* 研发进展 */
.yfjz .title {
	margin: 20px 0;
}

.yfjz .title .title-p1 {
	font-size: 94px;
}

.yfjz .title .title-p2 {
	line-height: 135px;
}

.yfjz-body-con {
	background: url(img/5G_44.png);
	background-size: cover;
	padding: 50px;
	padding-left: 72px;
	position: relative;
	background-color: #FFFFFF;
	border-radius: 25px;
}

.yfjz-body-con>img {
	margin-top: 240px;
	margin-bottom: 149px;
}

.yfjz .con-time:nth-child(2) {
	bottom: 15%;
	left: 5%;
}

.yfjz .con-time:nth-child(3) {
	bottom: 34%;
	left: 43%;
}

.yfjz .con-time:nth-child(4) {
	bottom: 40%;
	left: 80%;
}

.yfjz .con-text:nth-child(5) {
	top: 20%;
	left: 4%;
}

.yfjz .con-text:nth-child(6) {
	top: 68%;
	left: 29%;
}

.yfjz .con-text:nth-child(7) {
	top: 8%;
	left: 66%;
}


.yfjz .con-text:nth-child(5) img:last-child, 
.yfjz .con-text:nth-child(7) img:last-child  {
	display: none;
}

.yfjz .con-time p {
	font-size: 36px;
	font-family: '微软雅黑';
	font-weight: 900;
	color: #3672EB;
}

.yfjz .con-time p span {
	font-size: 24px;
}

.yfjz .con-text p {
	font-size: 16px;
	font-family: '微软雅黑';
	font-weight: 400;
	color: #333333;
}

.yfjz .con-time,
.yfjz .con-text {
	text-align: center;
	position: absolute;
}

.yfjz .con-text img {
	margin: 10px 0;
}

/* 专利成果 */
.zlcg-body-con {
	background: url(img/5G_42.png);
	background-size: 100% 100%;
	padding-bottom: 20px;
}

.zlcg-con-tab {
	height: 68px;
	line-height: 68px;
	background: #1F72E2;
	border-radius: 25px 25px 0px 0px;
	padding: 0 40px;
	margin-bottom: 20px;
}

.zlcg-con-tab>div>p {
	font-size: 24px;
	font-family: '微软雅黑';
	font-weight: bold;
	color: #FFFFFF;
}

.zlcg-con-tab>div>p img {
	margin-left: 35px;
}

.tab-lx {
	width: 20%;
	float: left;
	text-align: center;
	position: relative;
}

.tab-mc {
	float: left;
	padding-left: 200px;
}

.tab-sel {
	display: none;
	position: absolute;
	padding: 20px 35px;
	background: rgba(31, 114, 226, 0.8);
}

.tab-sel a {
	font-size: 18px;
	font-family: '微软雅黑';
	color: rgba(255, 255, 255, 0.8);
	display: block;
	line-height: 40px;
	text-align: center;
}

.tab-sel a:hover {
	color: #FFFFFF;
	font-weight: bold;
}

.tab-sel .active {
	color: #FFFFFF;
	font-weight: bold;
}

.zlcg-con-body {
	padding-bottom: 40px;
	height: 640px;
	overflow: hidden;
}

.zlcg-con-body li {
	height: 80px;
	line-height: 80px;
	padding: 0 40px;
}

.zlcg-con-body li a {
	display: block;
	border-bottom: 1px solid #CCCCCC;
}

.zlcg-con-body li span {
	font-size: 18px;
	font-family: '微软雅黑';
	font-weight: 400;
	color: #333333;
}

.zlcg-con-body li span:first-child {
	width: 20%;
	float: left;
	text-align: center;
}

.zlcg-con-body li span:last-child {
	float: left;
	padding-left: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 80%;
}

/* 详情页 */
.xqy-body {
	background: #FFFFFF;
	border-radius: 25px;
	padding: 63px;
	margin: 40px 0;
}

.xqy-body .xqy-body-title {
	font-size: 30px;
	font-family: '微软雅黑';
	font-weight: bold;
	color: #1F72E2;
	text-align: center;
}

.xqy-body .xqy-body-ly {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 50px;
}

.xqy-body .xqy-body-ly span {
	font-size: 16px;
	font-family: '微软雅黑';
	font-weight: 400;
	color: #333333;
	margin: 0 10px;
}

.xqy-body .xqy-body-con {
	margin-bottom: 50px;
	padding: 0 150px;
}

.xqy-body .xqy-body-con>p {
	font-size: 16px;
	font-family: '微软雅黑';
	font-weight: 400;
	color: #333333;
	text-align: justify;
	margin-bottom: 20px;
}

.xqy-body .xqy-body-con img {
	max-width: 100% !important;
	max-height: 100% !important;
	padding: 0 15px !important;
	margin-bottom: -20px;
}

.xqy-body .xqy-body-con span img {
	height: 100% !important;
}

.xqy-body .xqy-body-con video {
	width: 100% !important;
	max-width: 600px !important;
	padding: 0 15px !important;
}

.xqy-body a {
	display: block;
	font-size: 20px;
	font-family: '微软雅黑';
	font-weight: bold;
	color: #1F72E2;
}

.xqy-body a i {
	color: #1F72E2;
	font-size: 30px;
	margin-top: 5px;
	margin-right: 12px;
}

.xqy-body a span {
	color: #333333;
	font-size: 16px;
	font-weight: initial;
}

.zxjj_ydd {display: none;}

.cxpt-con2 {
	padding-left: 0;
}
									
.icons {
	position: relative;
	border: 1px dashed #1F72E2;
	margin-bottom: 64px;
}

.icon {margin-bottom: 30px;}
									
.icons-title {
	position: absolute;
	top: -10%;
	left: 0;
	right: 0;
	margin: auto;
}
									
.icons-title span {
	display: inline-block;
	background-color: #FFFFFF;
	padding: 0 20px;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	line-height: 30px;
}
									
.icons-title span img {
	margin-right: 10px;
}
									
.icons-footer {
	position: absolute;
	bottom: -15%;
	left: 0;
	right: 0;
	margin: auto;
}
									
.icons-footer span {
	display: inline-block;
	background-color: #FFFFFF;
	border: 1px solid #3672EB;
	text-align: center;
	font-weight: 400;
	color: #3672EB;
	height: 50px;
	width: 200px;
	margin: 0 10px;
	line-height: 50px;
	border-radius: 25px;
	font-size: 18px;
}
									
.icons-con {
	overflow: hidden;
	padding: 48px 44px 73px 44px;
}
									
.icons-con span {
	display: block;
	float: left;
	width: 46%;
	margin: 0 2%;
	height: 50px;
	background: #28A1F5;
	border-radius: 25px;
	line-height: 50px;
	text-align: center;
	color: #FFFFFF;
}
									
.icons-item,
.icons-item2 {
	padding: 50px 0px 10px 30px;
	overflow: hidden;
	text-align: left;
}


.icons-item span {
	display: flex;
	float: left;
	align-items: center;
	justify-content: center;
	width: 14.5%;
	
	margin: 0 1%;
	margin-bottom: 20px;
	height: 50px;
	text-align: center;
	border-radius: 25px;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
}
									
.icons-item2 span {
	display: flex;
	float: left;
	align-items: center;
	justify-content: center;
	/*width: 14.5%;*/
	width:23%;
	margin: 0 1%;
	margin-bottom: 20px;
	height: 50px;
	text-align: center;
	border-radius: 25px;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
}


									
.icons-item span {
	/*background: #28A1F5;*/
}
									
.icons-item2 span {
	background: #3672EB;
}
									
.icons-item2 span:nth-child(4) {
	font-size: 14px;
}
									
.icons-item2 span img {
	max-width: 100%;
}
									
.con2-footer {
	overflow: hidden;
}
									
.con2-footer div {
	display: inline-block;
	padding: 0 20px;
}
									
.con2-footer div span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 182px;
	height: 52px;
	border: 2px solid #1F72E2;
	border-radius: 25px;
	float: left;
	margin: 0 5px;
	padding: 0 20px;
}

.zjt,.yjt {display: none;}

@media (max-width: 1310px) {
	.zxjj-body-tab a {
		margin-left: 65px;
	}

	.zxjj-body-tab a:nth-child(4n + 1) {
		margin-left: 65px;
	}

	.zxjj-body-tab a:nth-child(3n + 1) {
		margin-left: 0;
	}

	.map-box1 .map-img img:first-child,
	.map-box2 .map-img img:first-child,
	.map-box3 .map-img img:last-child {
		width: 215px;
	}

	.map-img-text {
		float: none;
		padding-top: 0;
		margin-bottom: 15px;
	}

	.map-img-text p:first-child {
		font-size: 20px;
	}

	.map-img-text p {
		font-size: 14px;
	}

	.map-img-text p:last-child span {
		font-size: 30px;
	}

	.map-img-text p:last-child span:last-child {
		font-size: 20px;
	}

	.bghj-body-con {
		padding: 0 20px;
		padding-top: 450px;
		padding-bottom: 360px;
	}

	.map-box1 {
		top: -70%;
		right: 16%;
	}

	.map-box2 {
		top: -25%;
		left: 1%;
	}
	
	.map-box3 .map-img-text {
	    padding-top: 370px;
    }

	.map-box3 {
		bottom: -61%;
	}
	
	.cxpt .title .title-p1 
	{
	    font-size: 48px;
	    }
	    
	.cxpt .title .title-p2 
	{
	    line-height: 69px;
	    font-size: 36px;
	}

	.cxpt-con p:nth-child(2),
	.cxpt-con p:nth-child(4) {
		left: 5%;
	}

	.cxpt-con p:nth-child(3),
	.cxpt-con p:nth-child(5) {
		left: 77%;
	}

	.cxpt-con i:nth-child(6),
	.cxpt-con i:nth-child(8) {
		left: 23%;
	}

	.cxpt-con i:nth-child(7),
	.cxpt-con i:nth-child(9) {
		left: 71%;
	}

	.cxpt-con2 a img {
		width: 100%;
	}
	
	.dwyj-body-con {
		padding: 40px;
	}
	
	.dwyj-body-con-part2 .part2-con a:hover span,
	.dwyj-body-con-part2 .part2-con .active span {
		/*animation: none;*/
	}
	
	.part3-con img:nth-child(2) {left: 65px;top: -30px;}
	
	.dwyj-body-con-part2 .part2-con a {
		position: static;
		float: left;
		margin-bottom: 40px;
	}
	
	.dwyj-body-con-part2 .part2-con a:nth-child(n) {
		width: 50%;
		height: 245px;
	}
	
	.dwyj-body-con-part2 .part2-con {
		height: auto;
		overflow: hidden;
	}
	
	.fxbj .title .title-p1 {
        font-size: 80px;
    }
    
    .fxbj .title .title-p2 {
        line-height: 115px;
    }
	
	.fxbj-body .zxjj-body-tab a {
		margin-left: 55px;
	}
	
	.fxbj-body .zxjj-body-tab a:nth-child(3n + 1) {
		margin-left: 0;
	}
	
	.yfjz-body-con>img {
		width: 100%;
	}
	
	.lxfs .title .title-p1 {
        font-size: 66px;
    }

    .lxfs .title .title-p2 {
        line-height: 95px;
    }
    
    .xqy-body .xqy-body-con {padding: 0;}
    
    .icons-footer span {
		width: 180px;
	}
										
	.icons-item, .icons-item2 {
		padding-right: 30px;
	}
										
	.icons-item span, .icons-item2 span {
		width: 18%;
	}
										
	.icons-item span, .icons-item2 span,.con2-footer div span {
		height: 46px;
	}
}

@media (max-width: 1080px) {
    .icons-footer span  {
		width: 20%;
		margin: 0 1.5%;
		height: 43px;
		line-height: 43px;
		font-size: 14px;
	}
										
	.icons-con {
		padding-top: 30px;
		padding-bottom: 50px;
	}
										
	.icons-item, .icons-item2 {
		padding-top: 30px;
	}
										
	.icons-item span, .icons-item2 span {
		font-size: 14px;
	}
										
	.icons-item2 span:nth-child(4) {
		font-size: 12px;
	}
}

@media (max-width: 992px) {
	.zxjj-body-tab a {
		width: 200px;
	}

	.map-box1 {
		top: -96%;
		right: 9%;
	}

	.map-box2 {
		top: -53%;
		left: 5%;
	}

	.map-box3 {
		bottom: -90%;
	}

	.map-box2 .map-img {
		text-align: center;
	}

	.map-box2 i {
		right: 25%;
	}

	.cxpt-con img {
		display: none;
	}

	.cxpt-con i {
		position: static;
		margin-bottom: 20px;
	}

	.cxpt-con p {
		width: 80%;
		text-align: left !important;
		overflow: hidden;
		/*white-space: nowrap;*/
		text-overflow: ellipsis;
	}

	.cxpt-con p:nth-child(2),
	.cxpt-con p:nth-child(4),
	.cxpt-con p:nth-child(3),
	.cxpt-con p:nth-child(5) {
		left: 100px;
	}
	
	.cxpt-con p:nth-child(2) {
		top: 5%;
	}
	
	.cxpt-con p:nth-child(3) {
		top: 30%;
	}
	
	.cxpt-con p:nth-child(4) {
		top: 58%;
	}
	
	.cxpt-con p:nth-child(5) {
		top: 85%;
	}
	
	.cxpt-con,
	.cxpt-con2 {
		padding-left: 50px;
	}
	
	.cxpt-con2 a::after {
		border-radius: 20px;
	}
	
	.zlhz-body-con {
		padding: 40px 30px 30px 30px;
	}
	
	.zlhz-body-con .banner_swiper5 .swiper-slide-active {
		transform: none;
	}
	
	.zlhz-body-con .swiper-slide a {
		padding: 0;
	}
	
	.zlhz-body-con .banner_swiper5 .swiper-slide-active a p {
		font-size: 18px;
	}
	
	.zuoyou {
		display: block;
		text-align: center;
		margin-top: 30px;
	}
	
	.zuoyou span {
		display: inline-block;
		width: 48px;
		height: 48px;
		text-align: center;
		line-height: 48px;
		background: #F4F5F9;
		opacity: 0.8;
		border-radius: 50%;
	}
	
	.zuoyou span i {
		font-size: 20px;
		font-weight: bold;
	}
	
	.zuoyou span:hover {
		background: #1F72E2;
		color: #FFFFFF;
	}
	
	.yfjz-body-con {
		padding: 62px 0px 108px 50px;
	}
	
	.yfjz-body-con>img {
		display: none;
	}
	
	.yfjz .con-text:nth-child(5) img:last-child, .yfjz .con-text:nth-child(7) img:last-child {
		display: block;
	}
	
	.yfjz .con-text:nth-child(5) img:first-child, .yfjz .con-text:nth-child(7) img:first-child {
		display: none;
	}
	
	.yfjz .con-time {
		position: relative;
		text-align: left;
		padding-bottom: 250px;
		border-left: 1px solid #3672EB;
		padding-left: 58px;
		bottom: 0 !important;
		left: 0 !important;
	}
	
	.yfjz .con-time::after {
		content: "";
		width: 22px;
		height: 22px;
		background: #3672EB;
		border-radius: 50%;
		position: absolute;
		left: -11px;
		top: 15%;
	}
	
	.yfjz .con-time, .yfjz .con-text {
		text-align: left;
	}
	
	.yfjz .con-text:nth-child(5) {
		top: 6%;
		left: 40%;
	}
	
	.yfjz .con-text:nth-child(6) {
		top: 35%;
		left: 40%;
	}
	
	.yfjz .con-text:nth-child(7) {
		top: 63%;
		left: 40%;
	}
	
	.yfjz .con-time p {
		width: 24%;
	}
	
	.icons-item span, .icons-item2 span {
	    height: 33px;
    }
										
    .con2-footer div span {
	    height: 40px;
    }
    
    .part3-con img:nth-child(2) {left: 50px;top: -25px;}
	
}

@media (max-width: 768px) {
	.row {
		margin: 0;
	}
	
	.zxjj-body-tab a {padding: 0;}
	
	.yfjz .title .title-p1 
	{
	    font-size: 56px;
	}
	    
	.yfjz  .title .title-p2 {
		line-height: 80px;
	}
	
	.zpfs-body ul {background: url(img/bg-20220424.png) center;background-size: cover;}

	.zxjj-body-tab,
	.bghj-body-con-map>img,
	.map-img i,
	.map-img img:nth-child(2) {
		display: none;
	}

	.bghj-body-con-map>div {
		position: static;
		overflow: hidden;
		margin-bottom: 20px;
	}

	.bghj-body-con {
		padding: 40px;
		overflow: hidden;
	}

	.map-img-text {
		float: none;
	}

	.map-img-text {
		float: right;
		text-align: left;
		width: 60%;
		margin-top: 50px;
	}

	.map-box3 .map-img-text {
		padding-top: 0;
	}

	.map-img {
		width: calc(100% - 60% - 15px);
	}

	.map-box1 .map-img img:first-child,
	.map-box2 .map-img img:first-child,
	.map-box3 .map-img img:last-child {
		width: 100%;
	}
	
	.part3-con a {
		width: 80%;
		font-size: 18px;
		padding: 0 40px;
		/*left: 15%;*/
	}
	
	.part3-con a img {width: 100% !important;}
	
	.part3-con img:nth-child(2) {
        left: 35px;
        top: -18px;
	}
	
	.yfjz .con-time {
		padding-left: 38px;
	}
	
	.yfjz .con-time p {
		font-size: 30px;
	}
	
	.yfjz .con-time::after {
		top: 10%;
	}
	
	.cxpt .title .title-p1 
	{
	    font-size: 36px;
	    }
	
	.cxpt .title .title-p2 
	{
	    line-height: 52px;
	    font-size: 30px;
	}
	
	.fxbj .title .title-p1 {
        font-size: 56px;
    }

    .fxbj .title .title-p2 {
        line-height: 80px;
    }
    
	.lxfs .title .title-p1 {
         font-size: 38px;
    }

    .lxfs .title .title-p2 {
        font-size: 24px;
        line-height: 55px;
    }
    
    .zxjj_pc {display: none;}
    .zxjj_ydd {display: block;}
    
    .icons-con {
		padding: 30px 20px 45px 20px;
	}
										
	.icons-item span, .icons-item2 span {
		width: 23%;
		margin-bottom: 10px;
		font-size: 14px;
	}
										
	.con2-footer div span {
		width: 30%;
		padding: 0;
	}
	
	.cxpt-con2 {padding-left: 0 !important;}
	
	.tabs {
		height: 68px;
		line-height: 68px;
	}
						
	.zxjj-body-tab {
		display: block;
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
		width: 90%;
		float: left;
		padding: 0 10px;
	}
				
	.zxjj-body-tab a {
		display: inline-block;
		width: auto;
		height: auto;
		line-height: inherit;
		background: transparent;
		box-shadow: none;
		float: none;
	}
				
	.title,.cxpt .title,.lxfs .title,.fxbj .title,.yfjz .title {
		background-color: #FFFFFF;
		margin-top: 0;
		margin-left: -15px;
		margin-right: -15px;
		border-bottom: 1px solid #CCCCCC;
		padding-top: 20px;
	}
	
	.title .title-p2 {padding-top: 20px;}
				
	.zjt,.yjt {
		width: 5%;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 24px;
	}
				
	.zjt {
		float: left;
		transform: rotate(180deg)
	}
				
	.yjt {
		float: right;
	}
				
	.zxjj-body-tab a,.zxjj-body-tab a:nth-child(3n + 1) {
		margin-left: 80px;
		margin-bottom: 0;
		font-size: 24px;
		font-weight: 400;
		color: #666666;
	}
	
	.zjwyh-body-con a {background: url(img/5G-20220422.png);background-size: cover;line-height: 24px;}
				
	.zxjj-body-tab a:first-child {
		margin-left: 0 !important;
	}
				
	.zxjj-body-tab .active,.zxjj-body-tab a:hover {
		background: none;
		color: #1F72E2 !important;
		position: relative;
	}
				
	.zxjj-body-tab .active::after,.zxjj-body-tab a:hover::after {
		position: absolute;
		content: "";
		bottom: -1.5px;
		left: 0;
		width: 100%;
		height: 4px;
		background-color: #1F72E2;
	}
	
	.dwyj-body-con-part2 .part2-con a div span .dwyd-pc {display: none;}
	.dwyj-body-con-part2 .part2-con a div span .dwyd-750 {display: block;}
	.dwyj-body-con-part2 .part2-con a:nth-child(n) {
        width: 46%;
        margin: 0 2%;
    }
    
    
    .dwyj-body-con-part2 .part2-con a div p {
        left: 0 !important;
        right: 0 !important;
        margin: auto;
        transform: translateY(-50%);
    }
}

@media (max-width: 650px) {
	.dwyj-body-con-part2 .part2-con a div span {
		width: auto;
		height: auto;
	}
	
	/*.dwyj-body-con-part2 .part2-con a div p {top: 45%;}*/
	
	.part2-con a div span img {
		width: 100%;
	}
	
	.xqy-body 
	{
	    padding: 20px;
	    }
	    
	.xqy-body .xqy-body-title 
	{
	    font-size: 20px;
	    padding: 0px;
	    }
	    
	.xqy-body .xqy-body-ly 
	{
	    margin-bottom: 20px;
	    }
	 
	 .xqy-body 
	 {
	     margin-left: -15px;
	     margin-right: -15px;
	     }
	     
	 .icons-title {
		top: -15%;
	}
										
	.icons-title span {
		font-size: 14px;
		padding: 0 10px;
		border-radius: 20px;
	}
										
	.icons-footer {
		bottom: -20%;
	}
										
	.icons-footer span {
		border-radius: 6px;
		padding-top: 7px;
		line-height: 15px;
	}
										
	.cxpt-body-con {
		padding: 32px 20px;
	}
										
	.icons-con span {
		height: 30px;
		line-height: 30px;
	}
										
	.kfpt .icons-title {
		top: -10%;
	}
	
}

@media (max-width: 540px) {
	.yfjz .title .title-p1 {
		font-size: 30px;
	}
	
	.yfjz .title .title-p2 {
		font-size: 24px;
		line-height: 43px;
	}
	
	.map-img-text {
		margin-top: 20px;
	}

	.map-img-text p:first-child {
		font-size: 18px;
	}

	.map-img-text p {
		font-size: 12px;
	}

	.map-img-text p:last-child span {
		font-size: 24px;
	}

	.map-img-text p:last-child span:last-child {
		font-size: 18px;
	}
	
	.header-bg {
		display: none;
	}
	
	.cxpt-body-con {
		/*margin-top: 120px;*/
	}
	
	.part-title img {
		width: 30px;
		margin-top: -10px;
	}
	
	.part-title span {
		font-size: 24px;
	}
	
	.cxpt .title .title-p1 {
        font-size: 18px;
    }
	
	.cxpt .title .title-p2 {
        line-height: 25px;
        font-size: 16px;
    }
	
	.cxpt-body-con>p {
		margin-top: 15px;
		margin-bottom: 40px;
		padding-left: 30px;
	}
	
	.cxpt-con, .cxpt-con2 {
		padding-left: 30px;
	}
	
	.cxpt-con p:nth-child(2), .cxpt-con p:nth-child(4), .cxpt-con p:nth-child(3), .cxpt-con p:nth-child(5) {
		left: 80px;
	}
	
	.cxpt-con2 a::after {
		border-radius: 10px;
	}
	
	.cxpt-con2 {
		margin-top: 40px;
	}
	
	.zlhz-body-con {
		padding: 20px;
	}
	
	.dwyj-body-con {
		padding: 20px;
	}
	
	.dwyj-body-con-part1>p {
		padding: 20px 0px 0px 35px;
		margin-bottom: 20px;
	}
	
	.dwyj-body-con-part2>p {
		font-size: 24px;
		margin: 30px 0;
	}
	
	.dwyj-body-con-part2 .part2-con a div p {
		font-size: 14px;
	}
	
	.dwyj-body-con-part2 .part2-con a:nth-child(n) {
		/*width: 100%;*/
		height: auto;
		margin-bottom: 20px;
	}
	
	.part3-con a {
		font-size: 12px;
		height: 30px;
		line-height: 30px;
		padding: 0 20px;
	}
	
	.dwyj-body-con-part2 .part2-con a:first-child div p {
		left: 25%;
	}
	
	.dwyj-body-con-part2 .part2-con a:nth-child(2) div p {
		left: 26%;
	}
	
	.dwyj-body-con-part2 .part2-con a:nth-child(3) div p {
		left: 32%;
	}
	
	.dwyj-body-con-part2 .part2-con a:nth-child(4) div p {
		left: 30%;
	}
	
	.dwyj-body-con-part2 .part2-con a:last-child div p {
		left: 30%;
	}
	
	.yfjz-body-con {
		padding: 30px;
	}
	
	.yfjz .con-time {
		padding-left: 20px;
	}
	
	.yfjz .con-time p {
		font-size: 18px;
	}
	
	.yfjz .con-time::after {
		width: 16px;
		height: 16px;
		left: -8px;
	}
	
	.yfjz .con-text:nth-child(5) {
		top: 3%;
	}
	
	.yfjz .con-text:nth-child(7) {
		top: 65.5%;
	}
	
	.yfjz .con-text:nth-child(5),
	.yfjz .con-text:nth-child(6),
	.yfjz .con-text:nth-child(7) {
		left: 35%;
	}
	
	.fxbj .title .title-p1 {
        font-size: 30px;
    }

    .fxbj .title .title-p2 
    {
        font-size: 24px;
        line-height: 43px;
    }
    
    .lxfs .title .title-p1 {
         font-size: 30px;
    }

    .lxfs .title .title-p2 {
        font-size: 18px;
        line-height: 42px;
    }
    
    .icons-item, .icons-item2 {
		padding: 20px;
	}
										
	.kfpt .icons-title {
		top: -8%;
	}
										
	.icons-item span, .icons-item2 span {
		width: 45%;
		height: 36px;
	}
										
	.icons-item2 span img {
		max-height: 100%;
	}
										
	.con2-footer div span {
		width: 46%;
		font-size: 10px;
		margin: 0 2%;
		height: 36px;
		margin-bottom: 10px;
	}
	
	.content {
	    padding-top: 60px;
    }
				
    .zxjj-body-tab a, .zxjj-body-tab a:nth-child(3n + 1),.zxjj-body-tab a:nth-child(4n + 1) {
	    margin-left: 15px;
	    font-size: 16px;
    }
				
    .tabs {
	    height: 56px;
	    line-height: 56px;
    }
				
    .zxjj-body-tab {
	    padding: 0 5px;
    }
    
    .cxpt .title .title-p1 {padding-top: 15px;}
    .cxpt .title .title-p2 {line-height: 45px;}
}

@media (max-width: 400px) {
	.map-img-text {
		margin-top: 5px;
	}

	.bghj-body-con {
		padding: 20px;
	}

	.map-img-text p:first-child {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.map-img-text p:last-child span {
		font-size: 20px;
		;
	}

	.map-img-text p:last-child span:last-child {
		font-size: 16px;
	}
	
	.cxpt-body-con {
		padding: 20px;
	}
	
	.part-title img {
		width: 20px;
		margin-top: -5px;
	}
	
	.part-title span {
		font-size: 18px;
	}
	
	.cxpt-body-con>p {
		font-size: 14px;
		margin-top: 10px;
		margin-bottom: 20px;
		padding-left: 20px;
	}
	
	.cxpt-con, .cxpt-con2 {
		padding-left: 20px;
	}
	
	.cxpt-con i {
		width: 20px;
		height: 20px;
		font-size: 16px;
		padding-right: 3px;
		margin-top: 50px;
	}
	
	.cxpt-con p {
		font-size: 16px;
	}
	
	.cxpt-con p:nth-child(2), .cxpt-con p:nth-child(4), .cxpt-con p:nth-child(3), .cxpt-con p:nth-child(5) {
		left: 50px;
	}
	
	.cxpt-con p:nth-child(2) {
		top: 0;
	}
	
	.cxpt-con p:nth-child(3) {
		top: 27%;
	}
	
	.cxpt-con p:nth-child(4) {
		top: 60%;
	}
	
	.dwyj-body-con-part1>p {
		padding-left: 25px;
	}
	
	.dwyj-body-con-part2>p {
		font-size: 16px;
	}
	
	.dwyj-body-con-part2 .part2-con a div p {font-size: 12px;}
	
	/*.dwyj-body-con-part2 .part2-con a:first-child div p,
	.dwyj-body-con-part2 .part2-con a:nth-child(2) div p {top: 40%;}*/
	
	.part3-con a {
		/*left: 35px;*/
		padding: 0 8px;
	}
	
	.part3-con span {
		width: 5px;
		height: 5px;
	}
	
	.part3-con span:before, .part3-con span:after {
		/* display: none; */
		width: 5px;
		height: 5px;
	}
	
	.part3-con img:nth-child(2) {
		left: 7%;
		top: -10px;
	}
	
	.dwyj-body-con-part3 .part3-con {
		margin-top: 30px;
	}
	
	.dwyj-body-con-part2 {
		margin-bottom: 30px;
	}
	
	.yfjz .con-time {
		padding-left: 10px;
	}
	
	.yfjz .con-time p {
		width: 28%;
		font-size: 16px;
	}
	
	.yfjz .con-time p span {
		font-size: 18px;
	}
	
	.yfjz .con-time::after {
		top: 5%;
	}
	
	.yfjz .con-text p {
		font-size: 14px;
	}
	
	.yfjz .con-text:nth-child(5), .yfjz .con-text:nth-child(6), .yfjz .con-text:nth-child(7) {
		left: 35%;
	}
	
	.yfjz .con-text img {
		width: 60px;
	}
	
	.yfjz .con-time {
		padding-bottom: 180px;
	}
	
	.yfjz .con-text:nth-child(5) {
		top: 4%;
	}
	
	.yfjz .con-time::after {
		width: 8px;
		height: 8px;
		left: -4px;
		top: 8%;
	}
	
	.icons-item, .icons-item2 {
		padding-top: 30px;
	}
										
	.kfpt .icons-title {
		top: -5%;
	}
	
	.icons-item span {
		width: 46%;
		margin: 0 2%;
		margin-bottom: 10px;
		/*height: 36px;*/
		height:56px;
	}
										
	.icons-item2 span {
		width: 98%;
		margin: 0 2%;
		margin-bottom: 10px;
		height: 36px;
		font-size:10px;
	}
	
	.kyss-tab li a {font-size: 16px;color: #999999;}
	.kyss-tab li .active::before {bottom: -20px;}
}

@media (max-width: 360px) {
	.icons-footer span {
		font-size: 10px;
	}
	
	.part3-con a {
		/*left: 0px;*/
	}
}
