.tj-color-change {
	background: -webkit-linear-gradient(left, #088bdb, #8ec555);
	background: -moz-linear-gradient(left, #088bdb, #8ec555);
	background: -ms-linear-gradient(left, #088bdb, #8ec555);
	background: -o-linear-gradient(left, #088bdb, #8ec555);
	background: linear-gradient(left, #088bdb, #8ec555);
}

header {
	width: 100%;
	background: #fff;
	top: 0;
	z-index: 9;
	position: fixed;
}

.tj-menumain {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.menu-logo {
	height: 2.675rem;
	display: inline-block;
	vertical-align: middle;
	padding: 1rem 0;
}

.tj-menu li {
	float: left;
}

.tj-menu li a {
	display: inline-block;
	padding: 1rem 1.875rem;
	position: relative;

}

.menu-fir {
	font-size: 1.175rem;
	line-height: 2.7rem;
	color: #225383;
}

.menu-hov {
	display: inline-block;
	padding: 1rem 1.875rem;
	position: absolute;
	font-size: 1.175rem;
	line-height: 2.7rem;
	color: #fff;
	top: 100%;
	left: 0;
	background: #8ec555;
}

.njmenu-small {
	position: relative;
	display: none;
}

.njmenu-small .sub-menu {
	display: none;
}

.njmenu-small .sub-menu span a {
	font-size: 14px;
}

.njmenu-small li.open {
	background: #8ec555;
	padding-bottom: 10px;
}

.njmenu-small li.open>a {
	color: #fff;
	font-weight: bold;
}


.njmenu-small li.open .sub-menu {
	display: block;
}

.njmenu-small li.open .sub-menu span a {
	color: #fff;
	line-height: 2rem;
}


.menu-list {
	position: fixed;
	width: 200px;
	top: 6%;
	right: -200px;
	text-align: center;
	z-index: 99;
	background: #fff;
}

.menu-list li a {
	display: block;
	color: #215283;
	font-size: 1rem;
	line-height: 3.125rem;
	font-weight: 300;
}

.menu-listicon {
	height: 1rem;
	padding: 0.2rem 0;
	display: inline-block;
	width: 1.475rem;
}

.menusm-i {
	background: url(../images/menulist.png) no-repeat;
	background-size: 100% 100%;
}

.menusm-hov {
	background: url(../images/smenuclose.png) no-repeat;
	background-size: 100% 100%;
}

/* update */
.tj-menu .sub-menu {
	position: absolute;
	top: 76px;
	right: 0;
	z-index: 99;
	display: none;
	width: 220px;
}

.tj-menu .sub-menu span {
	display: block;
	padding: 16px 30px;
	font-size: 16px;
	background-color: #8ec555;
	color: #fff;
}

.tj-menu .sub-menu span a {
	display: inline-block;
	padding: 0;
	position: relative;
	color: #fff;
}

.tj-motext b {
	font-size: 24px;
}

.tj-motext-padding-left {
	padding-left: 20%;
}

.two-col .img-wrapper,
.two-col .text-wrapper {
	width: 47%;
	float: left;
}
.two-col .img-wrapper,
.two-col .text-wrapper:nth-child(0) {
	margin-right: 6%;
}
.two-col-with-padding {
	width: 45%;
}
.two-col-with-padding:nth-child(even) {
	margin-left: 5%;
}
.two-col {
	margin: 40px 0;
}

.two-col .img-wrapper img {
	max-width: 90%;
	/* padding: 20px; */
}

.two-col .img-wrapper-right {
	text-align: right
}

.two-col .tj-motext-green span {
	font-size: 24px;
	color: #8dc556;
}

.two-col .tj-motext-blue span {
	font-size: 24px;
	color: #225383;
}

.tj-motext-deep-blue span {
	color: #225383;
}

.three-col .text-wrapper {
	width: 33.33%;
	float: left;
}

.three-col .text-wrapper p {
	padding: 20px;
}

.achivements .img-wrapper {
	width: 20%;
	float: left;
}

.achivements .text-wrapper {
	width: 80%;
	float: right;
}

.achivements .text-wrapper p {
	padding-left: 20px;
}

.achivements .text-wrapper p span {
	font-size: 18px;
}

.achivements .text-wrapper p b {
	font-size: 24px;
	font-weight: bold;
}

.tj-margin-top-tiny {
	margin-top: 32px;
	width: 60%;
}

.tj-margin-top-large {
	margin-top: 50px;
}

@media (max-width: 1200px) {
	.tj-menumain {
		width: 90%;
		margin: 0 auto;
	}

	.menu-logo {
		height: 2.6rem;
	}

	.tj-menu li a {
		font-size: 1rem;
	}

	.tj-menu li {
		float: left;
		padding: 0 1rem;
	}
}

@media (max-width: 800px) {
	.tj-menu li a {
		font-size: 1rem;
	}

	.menu-logo {
		height: 1.875rem;
	}

	.tj-menu {
		display: none
	}

	.njmenu-small {
		display: block;
		margin-top: 3%;
	}
}

@media (max-width: 640px) {
	.njmenu-small {
		display: block;
		margin-top: 5%;
	}
}

/*banner*/
.banner-box {
	overflow: hidden;
	width: 100%;
}

.h-banner {
	width: 100%;
	overflow: hidden;
	max-height: 650px;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.hban-pa {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.hban-btn,
.news-morebtn {
	width: 150px;
	margin: 5% auto;
	text-align: center;
	line-height: 35px;
	color: #fff;
	border-radius: 25px;
	cursor: pointer;
	font-size: 16px;
}

.news-morebtn a {
	color: #fff;
}

.hban-btn:hover,
.news-morebtn a:hover {
	opacity: 0.8;
}

.hbanner-img {
	width: 100%;
}

.hban-main {
	width: 350px;
	position: absolute;
	background: rgba(255, 255, 255, 0.6);
	top: 26%;
	right: 3%;
	padding: 1%;
}

.hban-time {
	font-size: 1.075rem;
	color: #999;
	line-height: 20px;
	opacity: 0.8;
	font-family: Arial, Helvetica, sans-serif;
}

.hban-text {
	color: #8dc556;
	padding: 25% 0;
	font-size: 2.175rem;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
}

.h-title {
	width: 100%;
	padding: 3% 0;
}

.h-concenter {
	width: 1200px;
	margin: 0 auto;
}

.h-about {
	overflow: hidden;
}

.habout-tit {
	font-size: 1.875rem;
	color: #fff;
	text-align: center;
	font-weight: 100;
}

.habout-img {
	width: 50%;
}

.habout-text {
	width: 40%;
	margin: 0 5% 0 5%;
}

.habout-img img {
	width: 100%;
}

.h-title-main p {
	font-size: 1.875rem;
	color: #225383;
}

.h-title-main i {
	width: 40px;
	height: 1px;
	background: #225383;
	margin-top: 10px;
	display: inline-block;
}

.habout-text-p {
	font-size: 1.15rem;
	line-height: 40px;
	color: #225383;
	margin-top: 30px;
	text-align: left;
}

.habout-text-more {
	text-align: center;
	display: inline-block;
	color: #225383;
	border: 1px solid #225383;
	font-size: 16px;
	margin: 5% auto;
	cursor: pointer;
	border-radius: 25px;
	width: 140px;
	text-align: center;
	line-height: 35px;
}

.habout-text-more a {
	color: #225383;
}

.habout-text-more:hover {
	opacity: 0.6;
}

.habout-more {
	width: 100%;
	margin-top: 3%;
}

.habout-mian {
	margin-top: 3%;
}

.habout-more li {
	width: 33%;
	float: left;
	text-align: center;
}

.habout-more li img {
	display: inline-block;
	width: 30%;
}

.habout-more li p {
	margin-top: 10px;
	color: #225383;
	font-size: 16px;
	height: 50px;
}

.h-team {
	background: #e0f0ff;
	width: 100%;
	overflow: hidden;
	padding: 3% 0;
}

.hteam-text {
	width: 30%;
	margin: 0 5%;
	text-align: center;
}

.hteam-img {
	width: 60%;
	position: relative;
	text-align: right;
}

.hteam-img img {
	display: inline-block;
	width: 90%;
	right: 0
}

.imgAnimation {
	animation-name: imgAnimation;
	animation: imgAnimation 2s alternate;
	-webkit-animation: imgAnimation 2s alternate;
	-moz-animation: imgAnimation 2s alternate infinite;
}

@-webkit-keyframes imgAnimation {
	from {
		right: -110%;
	}

	to {
		right: 0;
	}
}

.h-nanjing {
	width: 100%;
	background: url(../images/businessbgimg.jpg) no-repeat;
	background-size: 100% 100%;
	padding: 5% 0;
}

.htj-main {
	width: 100%;
	position: relative;
}

.htj-box {
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.htj-tit-white {
	text-align: center;
}

.htj-tit-white p {
	color: #fff;
}

.htj-tit-white i {
	background: #fff;
}

.htj-morebtn {
	line-height: 35px;
	color: #fff;
	display: inline-block;
	margin-top: 5%;
	border-radius: 25px;
	font-size: 16px;
	width: 150px;
	cursor: pointer;
}

.htj-morebtn a {
	color: #fff;
}

.htj-morebtn:hover {
	opacity: 0.8
}

.jtj-text {
	text-align: center;
	color: #fff;
	font-size: 1.15rem;
	line-height: 40px;
	margin: 3% auto 0;
	width: 85%;
}

.hnew-tit {
	text-align: left;
}

.hnew-mar {
	margin: 0 auto;
	padding: 3% 0;
}

.hnew-fl,
.hnew-fr {
	width: 48%;
}

.hnew-main,
.hnew-main img {
	width: 100%;
	background: #fff;
}

.hnew-main {
	border: 1px solid #efefef;
}

.hnew-main:hover,
.newdet-bor {
	box-shadow: 3px 3px 10px #dadada;
}

.hnewmain-img {
	width: 100%;
	overflow: hidden;
	max-height: 302px;

}

.hnewmain-img img {
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}

.hnewmain-img img:hover {
	transform: scale(1.2);

}

.hnew-text {
	padding: 5%;
}

.hnew-more {
	padding: 0 5%;
}

.hnew-more span {
	font-size: 14px;
	color: #999;
	line-height: 50px;
}

.hnew-more span a {
	color: #999;
}

.hnew-more span a:hover {
	color: #225383;
}

.hnew-text dt {
	font-size: 1.175rem;
	color: #000;
	line-height: 20px;
	height: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hnew-text dd {
	font-size: 16px;
	color: #999;
	line-height: 25px;
	margin-top: 3%;
	height: 50px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.hnewmain-sm {
	margin-top: 3%
}

.model-tit-all {
	padding: 1.8125rem 0;
	text-align: left;
}

.model-tit-all .tj-section {
	padding: 0 !important
}

.model-tit-all h3 {
	color: #fff;
	font-weight: bold;
	font-size: 1.375rem;
}

.model-tit-all h5 {
	color: #fff;
	margin: 5px 0;
	font-size: 1rem;
}

.model-tit-all i {
	background: #fff;
	display: inline-block;
	width: 5rem;
	height: 4px;
	margin-top: 0.625rem
}

.list-box {
	padding: 1.375rem 0;
}

.list-main {
	margin-bottom: 30px;
	border: 1px solid #efefef;
	cursor: pointer;
	display: none;
}

.list-main:hover {
	box-shadow: 3px 3px 10px #dadada;
}

.list-img {
	width: 280px;
	height: 180px;
	margin: 5px;
	overflow: hidden;
}

.list-img img {
	width: 100%;
	min-height: 180px;
}

.list-text {
	width: 60%;
	margin: 29px 0 29px 2%;
}

.list-text .hnew-text {
	padding: 0;
}

.hnew-list-text {
	text-align: left;
	display: inline-block;
	font-size: 14px;
	color: #999;
	margin-top: 3%;
}

.list-time {
	text-align: center;
	width: 10%;
	margin: 29px 0;
	border-left: 1px solid #efefef;
}

.list-time span {
	font-size: 20px;
	color: #666;
	display: inline-block;
	width: 100%;
}

.list-time span.list-timesp-mg {
	font-size: 22px;
	margin-top: 50px;
}

.list-time span.list-time-sm {
	font-size: 16px;
}

.list-app-text {
	display: none;
}

.list-menu {
	width: 50px;
	bottom: 5%;
	right: 0;
	position: fixed;
	z-index: 10;
}

.list-menu-icon {
	width: 50px;
	height: 50px;
	text-align: center;
	position: relative;
}

.list-menu-icon p {
	width: 50px;
	height: 50px;
	background: url(../images/listmenuicon.jpg) no-repeat;

}

.list-menu-icon p.listmenu-back {
	background-size: 100%;
	background-position: 0 0
}

.list-menu-icon p.listmenu-call {
	background-size: 100%;

	background-position: 0 -50px
}

.list-menu-icon p.listmenu-email {
	background-size: 100%;

	background-position: 0 -100px
}

.list-menu-icon span {
	position: absolute;
	display: inline-block;
	width: auto;
	padding: 2px 5px;
	border-radius: 2px;
	font-size: 12px;
	top: 15px;
	left: -70px;
	color: #fff;
	opacity: 0;
}

.listmenuback-text {
	background-color: #8ec555;
}

.listmenucall-text {
	background-color: #2e81ab;
}

.listmenuemail-text {
	background-color: #225383
}

.listmenuback-text:before {
	border-left: 12px solid #8ec555;
}

.listmenucall-text:before {
	border-left: 12px solid #2e81ab;
}

.listmenuemail-text:before {
	border-left: 12px solid #225383;
}

.u-tri:before {
	position: absolute;
	right: -22px;
	top: 0px;
	content: '';
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 12px solid transparent;

}

/*分页*/
.list-page {
	margin: 3% 0;
}

.page-btn {
	background: #efefef;
	margin-right: 10px;
	border-radius: 25px;
	color: #666;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	display: inline-block;
}

.page-btn:hover,
.page-active {
	background: #225383;
	color: #fff;
}

#pagingList {
	height: 875px;
	overflow: hidden;
}

.list-page li {
	background: #efefef;
	margin-right: 10px;
	border-radius: 25px;
	color: #666;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	display: inline-block;
	cursor: pointer;
}

.list-page li.list-pageactive,
.list-page li:hover {
	background: #225383;
	color: #fff;
}

.detailcon-all {
	margin-top: -12%;
	width: 100%;
	position: absolute;
}

.news-detail {
	margin-bottom: 50px;
}

.newsdet-tit {
	height: 60px;
	padding: 0 20px;
}

.newsdet-tit span {
	color: #fff;
	line-height: 60px;
	font-size: 16px;
}

.newsdet-tit span a {
	color: #fff;
}

.newsdet-main {
	background: #fff;
	padding: 20px 5% 40px 5%;
}

.newsdet-main h3 {
	font-size: 1.375rem;
	text-align: center;
	padding: 20px 0;
	color: #215283;
}

.newsdet-span span {
	color: #999;
	padding: 15px 0;
}

.newsdet-text {
	font-size: 0.885rem;
	line-height: 25px;
	color: #666;
	margin-bottom: 20px;
	text-indent: 2em;
}

.newsdet-img {
	width: 85%;
	margin: 20px auto;
	text-align: center;
	overflow: hidden;
}

.newsdet-imgbox {
	width: 47%;
	display: inline-block;
	height: 258px;
	overflow: hidden;
}

.newsdet-img img {
	width: 100%;

}

/*团队*/
.about-box .tj-section {
	padding: 1.875rem 0;
}

.about-main {
	margin-bottom: 15px;
	border: 1px solid #efefef;
}

.aboutmain-list {
	height: 45px;
	padding: 5px 20px;
	cursor: pointer;
	overflow: hidden;
}

.aboutmain-list:hover {
	box-shadow: 3px 3px 10px #dadada;
}

.aboutmli-peo,
.aboutmli-more {
	width: 45%;
}

.aboutmli-peoimg {
	width: 40px;
	height: 40px;
	border-radius: 25px;
}

.aboutmli-peo span {
	line-height: 40px;
	color: #000;
	margin-left: 3%;
	font-size: 16px;
	display: inline-block;
}

.aboutmli-more span {
	margin-right: 3%;
	line-height: 40px;
	color: #999;
	font-size: 14px;
	display: inline-block;

}

.aboutmli-more i {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../images/abouticon.png) no-repeat;
	background-size: 100%;
	margin-top: 5px;
}

.aboutmain-con {
	padding: 20px;
	display: none;
}

.aboutmcon-peo {
	width: 100px;
}

.aboutmcon-peo img {
	width: 100%;
	border-radius: 100px;
}

.aboutmcon-text {
	margin-left: 20px;
	width: 87%;
}

.aboutmcontext-tit {
	border-bottom: 2px solid #e4e4e4;
	margin-bottom: 20px;
}

.aboutmcontext-tit p {
	line-height: 40px;
	color: #000;
	font-size: 16px;
	font-weight: bold;
}

.aboutmcontext-tit p:last-child {
	color: #999;
	font-size: 14px;
}

.aboutmcontext-main p,
.aboutmcontext-main-app p {
	font-size: 0.885rem;
	line-height: 25px;
	color: #666;
	margin-bottom: 15px;
	text-indent: 2em;
}

.aboutmcontext-main-app {
	display: none;
}

.abmmask-close {
	width: 20px;
	height: 20px;
	top: 20px;
	right: 20px;
}


/*团队新*/
.abmain {
	padding: 4%;
	background: #fff;

}

.abm-peo,
.abm-name {
	height: 220px;
	position: relative;
}

.abmpeo-img {
	height: 100%;
	float: left;
}

.abm-text {
	width: 220px;
	height: 220px;
	position: relative;

}

.abm-hovermask {
	width: 100%;
	height: 100%;
	background: rgb(0, 0, 0, 0.5);
	top: 0;
	left: 0;
	position: absolute;
	display: none;
}

.abmbg1 {
	background: #8ec555
}

.abmbg2 {
	background: #225383
}

.abmbg3 {
	background: #225383
}

.abmbg4 {
	background: #bfcf52
}

.abmbg5 {
	background: #659fc1
}

.abmbg6 {
	background: #45c1f5
}

.abmbg7 {
	background: #047abd
}

.abmbg8 {
	background: #bfcf52
}

.abmbg9 {
	background: #8ec555
}

.abmbg10 {
	background: #78ad5f
}

.abmbg11 {
	background: #047abd
}

.abmbg12 {
	background: #225383
}

.abmtext-name {
	top: 10%;
	left: 10%;
}

.abmtext-name p {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

.abmtext-name i {
	width: 50px;
	height: 3px;
	background: #fff;
	display: block;
	margin-top: 10px;
}

.abmtext-position {
	bottom: 10%;
	left: 10%;
	color: #fff;
	font-size: 14px;
}

.abm-mask {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 10;
	display: none;
}

.abmmask-main {
	width: 1120px;
	margin: 5% auto 0;
	padding: 40px;
	background: #fff;
	max-height: 500px;
	overflow-y: scroll;
}

.abmmask-mainmore {
	margin: 20% auto 0 !important
}



.intrmodel-titimg {
	text-align: center;
	margin: 30px 0;
	width: 100%;
}

.intrmodel-titimg img {
	display: inline-block;
	width: 15%;
}

.intrmodel-titimg p {
	text-align: center;
	margin-left: 15px;
	font-size: 26px;
	display: inline-block;
	font-weight: bold;
	vertical-align: middle;
}

.intrmodel-titimg p span {
	font-weight: normal;
	font-size: 24px;
}

.intrmodel-titimg p.intrmodelp-col1,
.intrmodel-titimg p.intrmodelp-col1 span {
	color: #39b54a
}

.intrmodel-titimg p.intrmodelp-col2,
.intrmodel-titimg p.intrmodelp-col2 span {
	color: #f7931e
}

.intrmodel-titimg p.intrmodelp-col3,
.intrmodel-titimg p.intrmodelp-col3 span {
	color: #00a99d
}

.intrmidel-text {
	line-height: 2rem;
	font-size: 1rem;
	color: #000;
	opacity: 0.6;
	margin: 30px 0;
}

.intrmodel-tit {
	height: 40px;
	background: #c6c6c6;
	padding: 0 20px;
}

.intrmodel-tit span {
	line-height: 40px;
	font-size: 14px;
	color: #fff;
}

.intrmodel-tit img {
	width: 34px;
	height: 34px;
	margin: 3px 0;
}

/*产业布局*/
.advan-content {
	background: #fff
}

.advan-list {
	width: 70%;
	margin: 0 auto;
	padding: 50px 0;
}

.advan-list li {
	width: 23%;
	padding: 0 5%;
	float: left;
	cursor: pointer;
}

.advan-list li img {
	width: 100%;
}

.advan-img {
	width: 100%;
	position: relative;

}

.advan-img p {
	line-height: 2rem;
	font-size: 1rem;
	color: #000;
	opacity: 0.6;
	text-align: center;
}

.advan-mask {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.advan-mask p {
	font-size: 20px;
	margin-top: 38%;
	text-align: center;
	color: #fff;

}

.advan-mask p span {
	font-weight: bold;
	font-size: 22px;
	display: block;
}

.advan-main,
.advanmain-tit {
	width: 100%;
}

.advan-main {
	margin-bottom: 50px;
}

.advan-main:last-child {
	padding-bottom: 50px;
}

.advanmain-text {
	line-height: 2rem;
	font-size: 1rem;
	color: #000;
	opacity: 0.6;
	margin: 30px 4%;
}

.advan-hbmain {
	margin: 30px 0;
}

.advan-hbtit {
	overflow: hidden;
	padding: 0 4%;
}

.advan-hbtit img {
	width: 70px;
}

.advan-hbtit span {
	font-size: 18px;
	color: #828282;
	margin-left: 15px;
	vertical-align: bottom;
	line-height: 50px;

}

.advanmain-text-new {
	line-height: 2rem;
	font-size: 1rem;
	color: #000;
	opacity: 0.6;
	margin: 0 4%;
}

.advanmain-text-new span {
	font-weight: bold;
	font-size: 1rem;
}

.advannewtit-icon {
	margin: 30px 4%;
}

.tjmain-img {
	width: 100%;
}

.tjtit-img {
	width: 25%;
	margin-bottom: 20px;
}

.tjmain-smimg {
	width: 70%;
	margin-top: 50px;
}

footer {
	width: 100%;
	background: url(../images/footerbg.jpg) no-repeat;
	background-size: 100% 100%;
}

.footer-main {
	width: 1200px;
	margin: 0 auto;
}

.footer-message {
	padding-top: 3%;
	position: relative;
}

.footer-menu {
	/* position: absolute; */
	/* top: 40%; */
	/* left: 0; */
	/* width: 60%; */
	float: left;
	width: 33.3%;
	padding: 14px 0;
}

.footer-menu li a {
	color: #fff;
	font-size: 0.875rem;
}

.footer-menu li:after {
	content: "";
	border-right: solid 1px #fff;
	margin-left: 5px;
	margin-right: 0;
	display: inline-block;
	height: 10px;
}

.footer-menu li:last-child:after {
	display: none;
}

.footer-menu li {
	float: left;
	padding-right: 3%;
}

.footermas-wx {
	position: relative;
	width: 30%;
}

.footapp {
	position: absolute;
	top: 74%;
	right: 40%;
}

.footermas-main {
	margin-top: 8%;
}

.footermas-main p,
.footwx p {
	font-size: 0.875rem;
	line-height: 2rem;
	color: #fff;
}

.footermas-main p {
	display: inline-block;
	margin-right: 10px;
}

.footermenu-lang {
	margin-left: 30px;
	/* width: 65px; */
	margin-top: 30px;
	/* display: none; */
}

.footermenu-lang li {
	display: inline-block;
	margin-right: 10px;
}

.footermenu-lang li a {
	color: #225383;
}
.footermenu-lang li.active a {
	background: #8dc556;
    color: #fff;
    padding: 2px 5px;
    border-radius: 5px;
}

.footermas-main p i,
.footwx p i {
	display: inline-block;
	width: 23px;
	height: 23px;
	background: url(../images/footmes.png) no-repeat;
	margin-right: 5px;
	vertical-align: text-bottom;
}

.footermas-main i.footermas-icon1 {
	background-position: 0 0;
}

.footermas-main i.footermas-icon2 {
	background-position: 0px -42px;

}

.footermas-main i.footermas-icon3 {
	background-position: 0 -87px;

}

.footwx p i.footwx-icon1 {
	background-position: -42px 0;
}

.footwx p i.footwx-icon2 {
	background-position: -42px -43px;
}

.footer-message {
	padding: 5% 0;
}

.footer-text {
	border-top: 1px solid #5177b0;
	padding: 10px 0;
}

.footer-text p,
.footer-text span,
.footer-text span a {
	color: #fff;
	font-size: 0.875rem;
	line-height: 3rem;
}

.footer-text>span {
	display: block;
	/* text-align: center; */
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.footer-text p span {
	display: inline-block;
	/* padding-right: 20px; */
	/* font-family: Regular; */
}

.footer-text p:nth-child(2) {
	margin-left: 15px;
}

.footermenu-app {
	display: none;
}

.advan-newtit {
	padding: 50px 5% 20px 5%;
}

.advan-newmain {
	padding: 50px 5%;
}

.advan-newtext {
	width: 50%;
}

.advan-newimg {
	width: 40%;
}

.advan-newimg img {
	width: 100%;
}

.advan-newtit img:first-child {
	height: 60px !important;
}

.advan-newtit img:last-child {
	height: 40px;
}

.advan-newtext h5 {
	font-size: 1.175rem;
	color: #000;
	line-height: 20px;
	height: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.advan-newtext p {
	color: #313131;
	font-size: 1rem;
	line-height: 34px;
}

.advan-newtext p span {
	margin-right: 10px;
	display: inline-block;
	width: 3px;
	height: 3px;
	background: #000;
	border-radius: 50%;
	vertical-align: middle;
}

.advan-newmain span {
	text-align: center;
}

.advan-gecmainfir {
	width: 100%;
	padding-top: 5%;
}

.advan-gecmain {
	padding: 50px 0;
	margin: 0 5%;
}

.advan-gecmain-bg {
	width: 100%;
}

.gecmainbor {
	border-top: 1px solid #8ec555;
}

.gecmainbor .advan-newmain,
.gecmainbor .advan-newtit {
	padding: 10px 0;
}

.gecmainbor .advan-newtext {
	width: 100%;
}

.advan-gecnew-text {
	width: 90%;
	left: 5%;
	bottom: 20%;
}

.advan-gecnew-text p {
	color: #30a5b4;
	font-size: 1rem;
	line-height: 34px;
}

.advan-gecnew-text p span {
	font-weight: bold;
	font-size: 1rem;
}

.advanmain-map {
	display: block;
	width: 70%;
	margin: 50px auto 0;
}

.advannew-tittext h5 {
	color: #8ec555;
	font-size: 1.9rem;
	font-weight: bold;
}

.advannew-tittext p {
	font-size: 1.2rem;
	color: #8ec555;
	margin-top: 5px;
}

.tj-motext span {
	line-height: 2rem;
	font-size: 1rem;
	font-weight: bold;
}

.tj-moimg img {
	max-width: 100%;
}

.tj-moimg.tj-moimg-full img {
	width: 100%;
	margin: 20px 0;
}

.tj-moimg.tj-moimg-center {
	text-align: center;
}

.tj-moimg-with-padding {
	margin: 20px 0;
}

.tj-motext-with-padding-bottom {
	padding-bottom: 20px;
}

.tj-motext-with-padding-bottom-large {
	padding-bottom: 50px;
}

.advan-gecnew-title {
	top: 9%;
	left: 4%;
}

.tj-title-fix-high-img {
	max-height: 68px;
	max-width: 100%;
}

.tj-motext-b {
	font-size: 20px !important;
}

.tj-motext-no-margin {
	padding: 0 !important;
}

.tj-motext-no-margin img {
	margin: 0 !important;
}

.tj-ser-img {
	max-width: 90%;
}

@media (min-width: 1300px) {
	.hban-main {
		right: 20%;
	}

}

@media (max-width: 1200px) {
	.h-banner {
		margin-top: 6%;
	}

	.hban-main {
		padding: 2%;
		top: 15%;
	}

	.hban-text {
		padding: 15% 0;
	}

	.h-concenter {
		width: 100%;
	}

	.h-title-main p {
		font-size: 30px;
	}

	.habout-text-p {
		font-size: 18px;
		line-height: 35px;
	}

	.habout-text-more {
		font-size: 16px;
	}

	.hteam-img img {
		width: 80%;
	}

	.hnew-tit {
		width: 90%;
		margin: 0 auto;
	}

	.hnew-mar {
		width: 90%;
		margin: 0 auto;
		padding: 3% 0;
	}

	.hnew-text dt {
		font-size: 18px;
	}

	.hnew-text dd {
		font-size: 15px;
	}

	.footer-main {
		width: 90%;
		margin: 0 auto;
	}

	.footer-text p {
		width: 90%;
		margin: 0 auto;
		line-height: 2.175rem;
		font-size: 0.875rem;
	}

	.footer-text p {
		float: left;
		margin: 0 !important
	}

	.footer-text p:last-child {
		float: left;
	}

	.footermas-main {
		margin-top: 11%
	}

	.footapp {
		right: 48%;
	}

	.list-text {
		width: 58%;
	}

	.aboutmcon-text {
		width: 85%;
	}

	.abmapp-none {
		display: none;
	}

}

@media (max-width: 1000px) {
	.h-title-main p {
		font-size: 24px;
	}

	.habout-text-p {
		font-size: 16px;
		line-height: 30px;
	}

	.jtj-text {
		font-size: 18px;
	}

	.list-text {
		width: 51%;
	}

	.aboutmcon-text {
		width: 80%;
	}

	.abm-peo,
	.abm-name {
		height: 180px;
	}

	.abm-text {
		width: 180px;
		height: 180px;

	}

	.advan-newtext,
	.advan-newimg {
		width: 100%;
	}

	.advan-newtext {
		margin-bottom: 50px;
	}

	.advan-newtit img:first-child {
		height: 60px !important;
		float: none;
		margin-bottom: 20px;
	}

	.advan-newtit img:last-child {
		height: 40px;
		float: none;
	}

	.advan-newmain {
		padding: 20px 5%;
	}

	.advan-gecnew-text {
		position: inherit;
		padding: 10px 0;
	}

	.advan-gecnew-text p,
	.advan-gecnew-text p span,
	.advan-newtext p {
		font-size: 0.85rem;
		line-height: 26px;
	}

	.advannew-tittext {
		margin-bottom: 20px;
	}

	.advannew-tittext h5 {
		font-size: 1.6rem;
	}

	.advannew-tittext p {
		font-size: 1rem;
	}

}

@media (max-width: 800px) {
	.hban-text {
		padding: 15% 0 5% 0;
	}

	.h-title {
		padding: 5% 0;
	}

	.h-concenter {
		width: 100%;
	}

	.habout-tit {
		font-size: 22px;
	}

	.habout-text {
		width: 46%;
		margin: 2%;
	}

	.h-title-main p {
		font-size: 22px;
	}

	.habout-text-p {
		font-size: 14px;
		line-height: 24px;
	}

	.habout-text-more {
		font-size: 16px;
	}

	.hnew-tit {
		width: 90%;
		margin: 0 auto;
	}

	.hnew-mar {
		width: 90%;
		margin: 0 auto;
		padding: 5% 0;
	}

	.hnew-text dt {
		font-size: 16px;
	}

	.hnew-more span {
		font-size: 12px;
	}

	.footer-text p {
		width: 90%;
		margin: 0 auto;
		line-height: 2.175rem;
		font-size: 0.875rem;
	}

	.footer-text p {
		margin: 0 auto !important
	}

	.footer-text p:last-child {
		float: left;
	}

	.footapp {
		right: 60%;
	}

	.footermas-main {
		margin-top: 14%
	}

	.list-text {
		width: 47%;
	}

	.footermenu-lang {
		margin-left: 30px;
		/* width: 65px; */
		margin-top: 23px;
	}

	.footermenu-lang li {
		display: inline-block;
		/* margin-right: 10px; */
	}

	.advan-mask p {
		font-size: 14px;
		margin-top: 38%;

	}

	.advan-mask p span {
		font-size: 16px;
	}

	.abm-peo,
	.abm-name {
		height: 150px;
	}

	.abm-text {
		width: 150px;
		height: 150px;

	}

	.abmtext-name p {
		font-size: 14px;
	}

	.abmtext-position {
		font-size: 12px;
	}

	.abmmask-main {
		width: 86%;
		margin: 20% auto 0;
		padding: 40px 3%;
		background: #fff;
		height: 65%;
		overflow-y: scroll;
	}
}

@media (max-width: 750px) {
	.hbanner-img {
		height: 500px;
		width: auto;
		margin-left: -37px;
	}

	.hban-main {
		width: 80%;
		right: 10%;
		top: 15%;
		background: rgba(255, 255, 255, 0.6);
	}

	.hban-text {
		padding: 28% 0 15% 0;
	}

	.h-title {
		padding: 8% 0;
	}

	.h-concenter {
		width: 100%;
	}

	.habout-tit {
		font-size: 18px;
	}

	.habout-img {
		width: 100%;
	}

	.habout-text {
		width: 90%;
		margin: 5%;
	}

	.habout-mian {
		margin-top: 0;
	}

	.jtj-text {
		font-size: 14px;
		line-height: 24px;
	}

	.habout-text-more {
		font-size: 16px;
	}

	.habout-more li {
		width: 33%;
	}

	.hteam-text {
		width: 90%;
		margin: 5%;
	}

	.hteam-img {
		width: 100%;
		text-align: center;
		margin-right: 10%;
	}

	.hteam-img-index {
		margin: 0 auto;
	}

	.hnew-tit {
		width: 90%;
		margin: 0 auto;
	}

	.h-news .h-title {
		display: none;
	}

	.h-news {
		width: 100%;
		background: -webkit-linear-gradient(left, #b2f835, #088bdb);
		background: -moz-linear-gradient(left, #b2f835, #088bdb);
		background: -ms-linear-gradient(left, #b2f835, #088bdb);
		background: -o-linear-gradient(left, #b2f835, #088bdb);
		background: linear-gradient(left, #b2f835, #088bdb);
	}

	.hnew-text {
		padding: 5% 5% 0 5%;
	}

	.hnew-fl,
	.hnew-fr {
		width: 90%;
		margin: 0 auto;
		float: inherit;
	}

	.hnew-text dt {
		font-size: 16px;
		color: #225383;
	}

	.hnew-text dd {
		font-size: 14px;
		line-height: 24px;
	}

	.footer-main {
		width: 92%;
		margin: 0 auto;
	}

	.footapp {
		right: 54%;
	}

	.footermas-main {
		margin-top: 0;
		width: 100%;
	}

	.footermas-main .footersm-wid {
		width: 100%;
	}

	.footermas-wx .footwx:last-child {
		display: none
	}

	.footermas-main p,
	.footwx p {
		font-size: 12px;
	}

	.hnewmain-sm {
		display: none;
	}

	.hnew-fr {
		margin-top: 5%;
	}

	.footer-menu {
		display: none;
	}

	.footer-text p {
		/* display: none; */
		float: none;
		text-align: center;
		width: 60%;
		margin: 0 auto;
	}

	.footer-text span {
		display: block;
		line-height: 2.175rem;
		font-size: 0.875rem;
		margin: 0 auto;
		color: #fff;
		text-align: center;
	}

	.footapp {
		display: none;
	}

	footer {
		padding-bottom: 50px;
	}

	.footer-text {
		border: none;
	}

	.footermenu-app {
		padding-top: 8%;
		display: block;
	}

	.footermenu-app li a {
		display: inline-block;
		line-height: 50px;
		color: #fff;
		text-align: left;
		font-size: 14px;
	}

	.footermenu-app li:after {
		content: "";
		border-right: solid 1px #fff;
		/* content: "|"; */
		/* color: #fff; */
		margin-left: 5px;
		margin-right: 5px;
		/* vertical-align: top; */
		display: inline-block;
		height: 10px;
	}

	.footermenu-app li:last-child:after {
		display: none;
	}

	/* .footermenu-app li:first-child,
	.footermenu-app li:nth-child(2),
	.footermenu-app li:nth-child(3) {
		border-bottom: 1px solid #5177b0;
	} */
	.footermenu-app {
		border-bottom: 1px solid #5177b0;
	}

	.footermenu-app ul {
		text-align: center;
	}

	.footermenu-app ul li {
		display: inline;
	}

	.footwx {
		text-align: center;
	}

	.footwx img {
		width: 70%;
	}

	.swiper-button-next,
	.swiper-button-prev {
		display: none;
	}

	.list-app-none {
		display: none;
	}

	.list-app-text {
		display: block;
		width: 90%;
		margin: 1% auto 3%;
		border-top: 1px solid #efefef;
		padding-top: 2%;
	}

	.list-time {
		width: 25%;
		float: left;
	}

	.list-img {
		width: 70%;
	}

	.model-tit-all {
		padding: 0.875rem 0;
	}

	.model-tit-all h3 {
		font-size: 1rem;
	}

	.model-tit-all h5 {
		font-size: 0.75rem;
	}

	.list-menu {
		width: 100%;
		position: fixed;
		bottom: 0;
		left: 0;
	}

	.list-menu-icon {
		display: inline-block;
		width: 33.3%;
		text-align: center;
		float: left;
	}

	.list-menu-icon p {
		display: inline-block;
	}

	.list-menu-icon span {
		display: none;
	}

	.list-menu-icon:first-child {
		background: #8ec555;
	}

	.list-menu-icon:nth-child(2) {
		background: #2e81ab;
	}

	.list-menu-icon:last-child {
		background: #225383;
	}

	.list-page {
		margin: 3% 2%;
	}

	.news-detail {
		margin: 0;
	}

	.newsdet-tit {
		height: 40px;
		padding: 0 20px;
	}

	.newsdet-tit span {
		color: #fff;
		line-height: 40px;
		font-size: 14px;
	}

	.aboutmli-peo,
	.aboutmli-more {
		width: 100%
	}

	.aboutmcon-peo {
		width: 68px;
	}

	.aboutmcon-text {
		width: 69%;
	}

	.aboutmcontext-tit p {
		font-size: 14px;
		width: 100%;
	}

	.aboutmcontext-tit p:last-child {
		font-size: 12px;
	}

	.aboutmcontext-main {
		display: none;
	}

	.aboutmcontext-main-app {
		display: block;
		padding-top: 20%;
	}

	.aboutmain-list {
		height: 85px;
	}

	.aboutmli-more,
	.aboutmli-more span {
		float: left !important
	}

	.aboutmain-con {
		padding: 10px;
	}

	.aboutmcontext-main-app p {
		font-size: 13px;
	}

	.intrmodel-titimg img {
		width: 30%;
	}

	.intrmidel-text {
		font-size: 14px;
	}

	.newsdet-imgbox {
		width: 100%;
		height: inherit;
		margin-bottom: 20px;
	}

	.newsdet-main h3 {
		font-size: 1rem;
	}

	.footermas-wx,
	.footermas-wx .footwx {
		float: left;
	}

	.intrmodel-titimg p {
		font-size: 20px;
	}

	.intrmodel-titimg p span {
		font-size: 18px;
	}

	.advan-list {
		width: 100%
	}

	.advan-mask p {
		font-size: 12px;
		margin-top: 38%;

	}

	.advan-mask p span {
		font-size: 14px;
	}

	.advan-hbtit img {
		width: 50px;
	}

	.advan-hbtit span {
		font-size: 16px;
	}

	.advanmain-text {
		font-size: 14px;
	}

	.abm-peo {
		width: 100%;
	}

	.abmapp-none {
		display: none;
	}

	.abmpeo-img {
		width: 49%;
		height: 100%;
	}

	.two-col .img-wrapper,
	.two-col .text-wrapper {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}

	.three-col .text-wrapper {
		width: 100%;
		float: none;
	}

	.achivements .img-wrapper {
		width: 100%;
		float: auto;
	}

	.achivements .img-wrapper img {
		width: 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}

	.achivements .text-wrapper {
		width: 100%;
		float: auto;
	}

	.tj-title-fix-high-img {
		max-height: 42px;
		margin-bottom: 20px;
	}

	.footer-text {
		border-top: none !important;
	}
	.habout-more {
		margin-bottom: 5%;
	}
}