.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.imNewsList {
	width: 1200px;
	margin: 0 auto;
	padding-top: 20px;

}

.imNewsList ul {
	display: flex;
	flex-wrap: wrap;
}

.imNewsList li {
	width: 30%;
	margin: 0 1.6%;
	margin-bottom: 20px;
}

.imNewsList li img {
	width: 100%;
	height: 100%;
}

.imNewsList li h3 {
	font-size: 18px;
	color: #222222;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 400;
}

.imNewsList li p {
	font-size: 14px;
	color: #888888;
	line-height: 22px;
	height: 66px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin: 18px 0px;
}

.imNewsList li span {
	display: block;
	background: url(../images/bn18.png) no-repeat 0% 50%;
	font-size: 14px;
	color: #999999;
	padding-left: 25px;
}

.imAboutPg {
	width: 1200px;
	margin: 0 auto;
	padding-top: 80px;
}

.imAboutPg .pinpai h4 {
	font-size: 46px;
	color: #0056b8;
	font-weight: bolder;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-top: 50px;
}

.imAboutPg .pinpai h3 {
	font-size: 36px;
	color: #0056b8;
	margin-bottom: 33px;
}

.imAboutPg .jianjie {
	display: flex;
	flex-wrap: wrap;
}

.imAboutPg .jianjie .imgbox {
	width: 40%;
}

.imAboutPg .jianjie .imgbox img {
	width: 90%;
}

.imAboutPg .jianjie .text {
	width: 60%;

}

.imAboutPg .jianjie .text p {
	font-size: 15px;
	color: #333333;
	line-height: 30px;
	text-indent: 2em;
	margin-bottom: 5px;
}

.imAboutPg .ninianList {
	width: 50%;
	height: 335px;
	padding-right: 260px;
	text-align: right;
	position: relative;
	overflow: hidden;
}

.imAboutPg .ninianList:nth-child(2n) {
	padding-left: 260px;
	text-align: left;
	padding-right: 0px;
}

.imAboutPg .ninianList dd {
	font-size: 20px;
	color: #222222;
	font-weight: bolder;
	border-bottom: 1px solid #d2d6d9;
	padding-bottom: 30px;
	margin-bottom: 30px;
	transition: all .5s ease;
	margin-top: 140px;
}

.imAboutPg .ninianList dd:nth-child(1) {
	margin-top: 82px;
}

.imAboutPg .ninianList dd:nth-child(2) {
	margin-top: 82px;
}

.imAboutPg .ninianList dd:nth-child(1) {}

.imAboutPg .ninianList dt {
	font-size: 15px;
	color: #72787f;
	line-height: 30px;
}

.imAboutPg .ninianList .ninianListImg {
	webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	width: 380px;
	height: 380px;
	position: absolute;
	overflow: hidden;
	transition: all .5s ease;
	transform: translate3d(0, 0, 0);
	z-index: 5;
}

.imAboutPg .ninianList1 .ninianListImg {
	right: 0;
	bottom: 0;
	transform: translate3d(50%, 50%, 0);
	background-color: #2375d2;

}

.imAboutPg .ninianList2 .ninianListImg {
	left: 0;
	bottom: 0;
	transform: translate3d(-50%, 50%, 0);
	background-color: #1c5da7;
}

.imAboutPg .ninianList3 .ninianListImg {
	right: 0;
	top: 0;
	transform: translate3d(50%, -50%, 0);
	background-color: #458bdb;
}

.imAboutPg .ninianList4 .ninianListImg {
	left: 0;
	top: 0;
	background-color: #0a4180;
	transform: translate3d(-50%, -50%, 0);
}

.imAboutPg .ninianList .ninianListImg img {
	width: 50%;
	position: absolute;
	opacity: 0;
	transition: all .5s ease;
	transform: translate3d(0, 0, 0);
}

.imAboutPg .ninianList1 .ninianListImg img {
	left: 0;
	top: 0;
}

.imAboutPg .ninianList2 .ninianListImg img {
	right: 0;
	top: 0;
}

.imAboutPg .ninianList3 .ninianListImg img {
	left: 0;
	bottom: 0;
}

.imAboutPg .ninianList4 .ninianListImg img {
	right: 0;
	bottom: 0;
}

.imAboutPg .ninianList .ninianListImg::before {
	content: '';
	display: block;
	height: 2px;
	top: 50%;
	width: 100%;
	left: 0;
	background-color: #fff;
	position: absolute;
	z-index: 1;
}

.imAboutPg .ninianList .ninianListImg::after {
	content: '';
	display: block;
	height: 100%;
	left: 50%;
	width: 2px;
	top: 0;
	background-color: #fff;
	position: absolute;
	z-index: 1;
}

.ninianList:hover .ninianListImg img {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.imAboutPg .ninianList1:hover .ninianListImg {
	transform: translate3d(50%, 50%, 0) scale(1.2);
}

.imAboutPg .ninianList2:hover .ninianListImg {
	transform: translate3d(-50%, 50%, 0) scale(1.2);
}

.imAboutPg .ninianList3:hover .ninianListImg {
	transform: translate3d(50%, -50%, 0) scale(1.2);
}

.imAboutPg .ninianList4:hover .ninianListImg {
	transform: translate3d(-50%, -50%, 0) scale(1.2);
}

.imAboutPg .culture_center {
	width: 230px;
	height: 230px;
	border-radius: 100%;
	text-align: center;
	line-height: 230px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	background: #fff url(../images/bn13.png) no-repeat 50% 50%;
	z-index: 8;
}

.ninianListImg span {
	display: block;
	width: 22px;
	height: 22px;
	background-color: rgba(255, 255, 255, .3);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	transition: opacity .5s ease;
}

.ninianList1 .ninianListImg span {
	left: 25%;
	margin-left: -22px;
	bottom: 75%;
	margin-bottom: 0;
}

.ninianList2 .ninianListImg span {
	right: 25%;
	margin-right: -22px;
	bottom: 75%;
	margin-bottom: 0;
}

.ninianList3 .ninianListImg span {
	left: 25%;
	margin-left: -22px;
	top: 75%;
	margin-top: 0;
}

.ninianList4 .ninianListImg span {
	right: 25%;
	margin-right: -22px;
	top: 75%;
	margin-top: -0px;
}

.ninianListImg span::after {
	content: '';
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	margin-left: -5px;
	background-color: #f6f9fb;
}

.ninianList:hover .ninianListImg span {
	opacity: 0;
}

.ninianList dd:after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 128px;
	height: 1px;
	background: #dcdcdc;
	top: 54%;
	right: 20%;
	transform: rotate(40deg);
	z-index: 1;
	transition: all .5s ease;
}

.ninianList:hover dd:after {
	background: #0056b8;
}

.ninianList:hover dd {
	color: #0056b8;
	border-bottom: 1px solid #0056b8;
	transition: all .5s ease;
}

.ninianList dd:before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 10px;
	height: 10px;
	background: #0056b8;
	border-radius: 100%;
	top: 40%;
	right: 38%;
	z-index: 2;
	transition: all .5s ease;
}

.ninianList:nth-child(2) dd:before {
	left: 38%;
}

.ninianList:nth-child(2) dd:after {
	transform: rotate(-40deg);
	left: 20%;
}

.ninianList:nth-child(3) dd:before {
	top: 57%;
}

.ninianList:nth-child(3) dd:after {
	transform: rotate(-40deg);
	top: 46%;
}

.ninianList:nth-child(4) dd:before {
	top: 57%;
	left: 39%;
}

.ninianList:nth-child(4) dd:after {
	transform: rotate(40deg);
	top: 46%;
	left: 21%;
}

.imAboutPg .licheng {
	padding-bottom: 50px;
}

.imAboutPg .licheng .swiper-slide {
	display: flex;
	box-sizing: border-box;
	/* padding: 3%; */
}

.imAboutPg .licheng .swiper-slide>div {
	width: 100%;
}

.imAboutPg .licheng .swiper-slide>div img {
	width: 100%;
}

.imAboutPg .licheng .swiper-slide dd {
	color: #0056b8;
	font-size: 48px;
	font-weight: bolder;
	font-family: "MyNewFont";
	text-transform: uppercase;
	margin-bottom: 10px;
	position: relative;
	z-index: 50;
}

.imAboutPg .licheng .swiper-slide dt {
	font-size: 36px;
	color: #0056b8;
	position: relative;
	z-index: 50;
}

.imAboutPg .licheng .swiper-slide h5 {
	font-size: 35px;
	color: #222222;
	padding: 35px 0px;
	position: relative;
	padding-left: 115px;
}

.imAboutPg .licheng .swiper-slide h5::before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 90px;
	height: 2px;
	background: #00487e;
	left: 0;
	top: 50%;
}

.imAboutPg .licheng .swiper-slide P {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}

.imAboutPg .licheng .swiper-pagination-bullet {
	width: 70px;
	height: 80px;
	background-color: transparent;
	border-radius: 0;
	font-size: 26px;
	font-weight: 700;
	position: relative;
	transition: ease 0.5s;
	margin: 0 3% !important;
}

.imAboutPg .licheng .swiper-pagination-bullet::before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 2px;
	height: 8px;
	background: #00487e;
	left: 50%;
	bottom: 10px;
}

.imAboutPg .licheng .swiper-pagination {
	transition: ease 0.5s;
	height: 70px;
	background: url(../images/bn16.png) center 45px no-repeat;
}

.imAboutPg .licheng .swiper-pagination-bullet-active {
	background-color: transparent;
	color: #0056b8;
}

.imAboutPg .licheng .swiper-container {
	padding-bottom: 80px;
}



.cat {
	padding: 100px 0;
}

.cat ul {
	display: flex;
}

.cat li {
	width: 25%;
	color: #666;
	text-align: center;
}

.cat li h3 {
	margin: 10px 0;
	font-weight: 700;
	font-size: 16px;
	color: #333;
}

.cat2 {
	padding: 60px 0;
	background: #e5e9ed;
}

.cat2 .cat2nav {
	display: flex;
	justify-content: center;
}

.cat2 .navBtn {
	margin-left: 0px;
	width: 300px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
	color: #666;
	border: 1px solid #b8c1ca;
	transition: ease 0.5s;
}

.cat2 .navBtn:hover,
.cat2 .navBtn.cur {
	background: #0A81D5;
	border: 1px solid #0A81D5;
	color: #fff;
}

.cat2 .cat2con {
	display: none;
	padding: 60px 0;
}

#zhongguoditu {}

#zhongguoditu .Cmap {
	position: relative;
	background: url(__HOME__/static/images/mainItem-map2.png) center left no-repeat;
	height: 100%;
}

#zhongguoditu .orn {
	width: 80px;
	height: 30px;
	position: absolute;
	top: -27px;
	left: -41px;
}

#zhongguoditu .orn1 {
	left: 603px;
	top: 340px;
}

#zhongguoditu .orn1::after {
	content: "华东昆山";
	display: block;
	border-radius: 100%;
	position: absolute;
	left: 15px;
	top: 5px;
}

#zhongguoditu .orn2 {
	left: 498px;
	top: 487px;
}

#zhongguoditu .orn2::after {
	content: "华南广州";
	display: block;
	border-radius: 100%;
	position: absolute;
	left: 15px;
	top: 5px;
}

#zhongguoditu .orn3 {
	left: 512px;
	top: 370px;
}

#zhongguoditu .orn3::after {
	content: "华中武汉";
	display: block;
	border-radius: 100%;
	position: absolute;
	left: 15px;
	top: 5px;
}

#zhongguoditu .orn4 {
	left: 520px;
	top: 210px;
}

#zhongguoditu .orn4::after {
	content: "华北北京";
	display: block;
	border-radius: 100%;
	position: absolute;
	left: 15px;
	top: 5px;
}

#zhongguoditu .orn5 {
	left: 371px;
	top: 380px;
}

#zhongguoditu .orn5::after {
	content: "西南成都";
	display: block;
	border-radius: 100%;
	position: absolute;
	left: 15px;
	top: 5px;
}

#zhongguoditu .orn6 {
	left: 437px;
	top: 305px;
}

#zhongguoditu .orn6::after {
	content: "西北总部西安";
	display: block;
	border-radius: 100%;
	position: absolute;
	left: 15px;
	top: 5px;
}

#zhongguoditu .orn::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #0090ff;
	position: absolute;
	left: 0px;
	top: 11px;

}

#zhongguoditu .cradd {
	position: absolute;
	width: 300px;
	height: 500px;
	background-color: #0A81D5;
	color: #fff;
	right: 0;
	top: 50px;
	list-style: none;
	box-sizing: border-box;
	padding: 20px 10px;
}

#zhongguoditu .cradd li {
	margin-bottom: 20px;
	font-size: 18px;
}

#zhongguoditu .cradd li p:last-child {
	font-size: 16px;
}


.zhici {
	background: url(../images/bg99.jpg) center center no-repeat;
}

.zhici .fr {
	width: 100%;
	padding: 3%;
	background-color: #0a4180e6;
}

.zhici .fr>div {
	width: 1200px;
	margin: 0 auto;
}

.zhici dd {
	font-size: 36px;
	color: #fff;
	margin-bottom: 35px;
}

.zhici dt {
	text-indent: 2em;
	font-size: 15px;
	color: #fff;
	line-height: 34px;
}

.zhici h3 {
	color: #fff;
	font-size: 48px;
	font-weight: bolder;
	font-family: "MyNewFont";
	text-transform: uppercase;
	margin-bottom: 10px;
	position: relative;
	z-index: 50;
}

.imAboutPg ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.imAboutPg li {
	width: 350px;
	text-align: center;
	margin-bottom: 20px;
}

.imAboutPg li p {
	margin-top: 10px;
}

.imAboutPg li div {
	display: flex;
	justify-content: center;
	align-content: center;
}

.imAboutPg li img {
	height: 200px;
}

.pdtb80 {
	padding: 80px 0;
}

.ind-tit1 {
	font-size: 32px;
	color: #333;
	font-weight: bold;
	text-align: center;
}

.ind-tit1 span {
	position: relative;
}

.ind-tit1 span:before {
	content: "";
	position: absolute;
	right: 0%;
	bottom: 50%;
	width: 60px;
	height: 1px;
	background: #c1c1c1;
	margin-right: -85px;
}

.ind-tit1 span:after {
	content: "";
	position: absolute;
	left: 0%;
	bottom: 50%;
	width: 60px;
	height: 1px;
	background: #c1c1c1;
	margin-left: -85px;
}

.ind-tit2 {
	font-size: 18px;
	color: #a3a3a3;
	text-align: center;
	font-family: "semb", "Arial";
	margin-top: 5px;
}

.In_message ul {
	margin-top: 50px;
	overflow: hidden;
}

.In_message ul li {
	width: 31%;
	float: left;
	margin-right: 3.5%;
	padding-right: 3.5%;
	margin-bottom: 25px;
	color: #666;
	border-right: 1px solid #f1f1f1;
}

.In_message ul li p {
	margin-bottom: 15px;
}

.In_message ul li input {
	width: 100%;
	height: 50px;
	border: 1px solid #e5e5e5;
	padding: 0px 10px;
}

.In_message p {
	color: #666;
	margin-bottom: 15px;
}

.In_message p textarea {
	width: 100%;
	height: 200px;
	border: 1px solid #e5e5e5;
	padding: 10px;
	display: block;
}

.In_message ul li:nth-child(3n) {
	margin-right: 0px;
	padding-right: 0;
	border-right: 0px;
}

.vcode {
	margin-top: 20px;
	height: 50px;
	position: relative;
}

.vcode .inp-submit {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 200px;
	height: 60px;
	line-height: 60px;
	background: #0A81D5;
	color: #fff;
	border: 0px;
	font-size: 16px;
	cursor: pointer;
}

.pub_cate {
	border-bottom: 1px solid #e5e5e5;
}

.pub_cate ul li.cur a,
.pub_cate ul li a:hover {
	background: #0A81D5;
	color: #fff;
}

.pub_cate ul li a {
	padding: 30px 30px;
	float: left;
	display: block;
	text-align: center;
	font-size: 16px;
	color: #333;
}

a:hover {
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.pdtb80 {
	padding: 80px 0;
}

.news ul {
	margin-bottom: 30px;
}

.news ul li {
	padding: 2.5%;
	border: 1px solid #fff;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
}

.news ul li:hover {
	border: 1px solid #0A81D5;
}

.news ul li .news_pic {
	width: 25%;
	float: left;
}

.ofH {
	overflow: hidden;
}

.com-img img {
	transition: all 0.4s ease-in 0s;
	-webkit-transition: all 0.4s ease-in 0s;
	-moz-transition: all 0.4s ease-in 0s;
	-o-transition: all 0.4s ease-in 0s;
}

.news ul li .news_pic img {
	max-width: 100%;
}

.news ul li .news_note {
	width: 55.83%;
	float: left;
	margin-left: 2.5%;
}

.news ul li .news_note h4 {
	font-size: 20px;
	color: #333;
	font-weight: bold;
}

.news ul li .news_note p {
	color: #666;
	font-size: 14px;
	color: #666;
	margin: 20px auto;
	line-height: 28px;
}

.news ul li .news_note span {
	display: block;
	width: 132px;
	height: 26px;
	border: 1px solid #ededed;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	background: url(../images/icon_hits.jpg) no-repeat 20px center;
	padding-left: 40px;
	line-height: 24px;
	color: #666;
}

.news ul li .news_note b {
	font-weight: normal;
	border-right: 1px solid #ededed;
	height: 100%;
	display: inline-block;
	padding-right: 10px;
	margin-right: 10px;
}

.news_note .bdsharebuttonbox .bds_more {
	background: url(../images/icon_n_share.png) no-repeat center;
	float: right;
	position: relative;
	left: -23px;
	top: -2px;
}

.news ul li .date {
	width: 12%;
	float: right;
	text-align: left;
}

.news ul li .date span {
	font-size: 70px;
	font-family: Arial;
	font-weight: bold;
}

.news ul li .date p {
	font-size: 20px;
	font-family: Arial;
	color: #3f3f3f;
	font-weight: bold;
}

.news ul li .date a {
	display: block;
	margin-top: 10px;
}


.V-jrmw-matter {
	width: 1260px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 90px;
	padding-bottom: 90px;
}

.V-jrmw-left {
	width: 47.85%;
	height: 340px;
	float: left;
	height: auto;
	position: relative;
	overflow: hidden;
}

.V-jrmw-left img {
	width: 100%;
	height: 100%;
	transition: all 1s ease-in-out;
}

.V-jrmw-left span.vplay {
	position: absolute;
	left: 15px;
	bottom: 15px;
}

.V-jrmw-left span.vplay img {
	max-width: 100%;
	height: auto;
	width: auto;
}

.V-jrmw-right {
	width: 52.15%;
	float: right;
	height: 340px;
	height: auto;
	position: relative;
}

.V-jrmw-words {
	margin-left: 10%;
}

.V-jrmw-right h4 {
	font-size: 36px;
	color: #333333;
	font-weight: bold;
}

.V-jrmw-right p {
	font-size: 15px;
	color: #666666;
	margin-top: 30px;
	line-height: 24px;
}

.V-jrmw-ltop {
	background-color: #0A81D5;
}

.V-jrmw-ltop .hang {
	color: #fff;
}

.V-jrmw-ltop .hang li {
	line-height: 60px;
}

.V-jrmw-bot .hang {
	display: flex;
}

.V-jrmw-bot .hang li {
	height: 60px;
	line-height: 60px;
	text-align: center;

}

.V-jrmw-bot .hang li:nth-child(1) {
	width: 35%;
}

.V-jrmw-bot .hang li:nth-child(2) {
	width: 20%;
}

.V-jrmw-bot .hang li:nth-child(3) {
	width: 10%;
}

.V-jrmw-bot .hang li:nth-child(4) {
	width: 10%;
}

.V-jrmw-bot .hang li:nth-child(5) {
	width: 20%;
}

.V-jrmw-bot .hang li:nth-child(6) {
	width: 5%;
}

.V-jrmw-bot .hang .openBtn {
	position: relative;
}

.V-jrmw-bot .hang .openBtn i {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 8px;
	height: 8px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	transition: ease 0.5s;
	transform: rotate(45deg) translate(-50%, -50%);
}

.V-jrmw-bot .hang .openBtn.on i {
	transform: rotate(135deg) translate(-50%, 0%);
}

.V-jrmw-bot .jybox {
	background-color: #f6f6f6;
	width: 100%;
	height: auto;
	background-color: #f6f6f6;
	transition: ease 0.5s;
	overflow: hidden;
}

.V-jrmw-bot .jybox .cc {
	padding: 35px;
}

.V-jrmw-bot .jybox h3 {
	font-size: 14px;
	color: #666666;
	margin-bottom: 8px;
}

.V-jrmw-bot .jybox p {
	font-size: 14px;
	color: #666666;
	margin-bottom: 8px;
}

@media (max-width:1200px) {

	.imAboutPg,
	.imNewsList {
		width: 100%;
	}

	.zhici .fr>div {
		width: 100%;
	}

	.contain ul {
		flex-wrap: wrap;
	}

	.news ul li .news_pic {
		display: none;
	}

	.news ul li .date {
		width: 22%;
		padding-left: 2%;
	}

	.news ul li .news_note {
		width: 78%;
		margin-left: 0;
	}
}

@media (max-width:768px) {
	.imNewsList li {
		width: 48%;
		margin: 0 1%;
		margin-bottom: 20px;
	}

	.imAboutPg {
		padding-left: 3%;
		padding-right: 3%;
		box-sizing: border-box;
	}

	.imNewsList li h3 {
		font-size: 15px;
	}

	.imNewsList li p {
		margin-bottom: 0px;
		margin-top: 5px;
	}

	.imAboutPg .pinpai h4 {
		font-size: 30px;
	}

	.imAboutPg .pinpai h3 {
		font-size: 24px;
	}

	.imAboutPg .jianjie .imgbox {
		width: 100%;
		text-align: center;
	}

	.imAboutPg .jianjie .imgbox img {
		width: 90%;
	}

	.imAboutPg .jianjie .text {
		box-sizing: border-box;
		width: 100%;
		padding: 3%;
	}

	.imAboutPg .ninianList {
		width: 100%;
		padding: 0 !important;
	}

	.imAboutPg .ninianList .ninianListImg {
		display: none;
	}

	.ninianList dd:before {
		display: none;
	}

	.ninianList dd:after {
		display: none;
	}

	.imAboutPg .licheng .swiper-slide>div:nth-child(2) {
		display: none;
	}

	.imAboutPg .licheng .swiper-slide {
		padding: 0;
	}

	.imAboutPg .licheng .swiper-slide h5 {
		padding: 15px 0px;
		padding-left: 115px;
	}

	.imAboutPg .culture_center {
		display: none;
	}

	.cat ul {
		flex-wrap: wrap;
	}

	.cat li {
		width: 50%;
		margin-bottom: 20px;
	}

	.contain {
		width: 100%;
		padding: 0 3%;
	}

	.In_message ul li {
		margin-right: 0;
		padding: 0;
		width: 100%;
		display: block;
	}
}




/* tp 分页样式 */
.pagination {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.pagination li:nth-child(1) {
  width: 100%;
  margin: 0;

}

.pagination li:nth-child(1) span,
.pagination li:nth-child(1) a {
  width: 100%;
  border: none;
  background-color: transparent;
  margin: 0;
  padding: 10px 0;
}

.pagination li {
  margin-right: 5px;
}

.pagination li span,
.pagination li a {
  display: block;
  padding: 2px 10px;
  height: 30px;
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #00b3fe;
  transition: ease 0.5s;
  font-size: 14px;
}

.pagination li.disabled span,
.pagination li.disabled a {
  border: 1px solid #999;
  background: #fff;
  color: #999;
  cursor: not-allowed;
}

.pagination li.disabled:hover span,
.pagination li.disabled:hover a {
  border: 1px solid #999;
  background: #fff;
  color: #999;
}

.pagination li:hover span,
.pagination li:hover a {
  background-color: #00b3fe;
  color: #fff;
}

.pagination li:hover:nth-child(1) span,
.pagination li:hover:nth-child(1) a {
  background-color: #d92123;
  color: #333;
  border: none;
  background-color: transparent;
  margin: 0;
  padding: 10px 0;
}

.pagination li.active span,
.pagination li.active a {
  border: 1px solid #00b3fe;
  background: #00b3fe;
  color: #fff;
}

.pagination li.active:hover span,
.pagination li.active:hover a {
  border: 1px solid #00b3fe;
  background: #00b3fe;
  color: #fff;
}



/* tp 分页样式 */
.pagination1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.pagination1 li:nth-child(1) {
  width: 100%;
  margin: 0;

}

.pagination1 li:nth-child(1) span,
.pagination1 li:nth-child(1) a {
  width: 100%;
  border: none;
  background-color: transparent;
  margin: 0;
  padding: 10px 0;
}

.pagination1 li {
  margin-right: 5px;
}

.pagination1 li span,
.pagination1 li a {
  display: block;
  padding: 2px 10px;
  height: 30px;
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #00b3fe;
  transition: ease 0.5s;
  font-size: 14px;
}

.pagination1 li.disabled span,
.pagination1 li.disabled a {
  border: 1px solid #999;
  background: #fff;
  color: #999;
  cursor: not-allowed;
}

.pagination1 li.disabled:hover span,
.pagination1 li.disabled:hover a {
  border: 1px solid #999;
  background: #fff;
  color: #999;
}

.pagination1 li:hover span,
.pagination1 li:hover a {
  background-color: #00b3fe;
  color: #fff;
}

.pagination1 li:hover:nth-child(1) span,
.pagination1 li:hover:nth-child(1) a {
  background-color: #d92123;
  color: #333;
  border: none;
  background-color: transparent;
  margin: 0;
  padding: 10px 0;
}

.pagination1 li.active span,
.pagination1 li.active a {
  border: 1px solid #00b3fe;
  background: #00b3fe;
  color: #fff;
}

.pagination1 li.active:hover span,
.pagination1 li.active:hover a {
  border: 1px solid #00b3fe;
  background: #00b3fe;
  color: #fff;
}