.ne-banner {
	width: 100%;
	background: #000;
	overflow: hidden;
	position: relative;
	border-radius: 0 0 0 3.125rem;
}

.ne-banner img {
	width: 100%;
	animation: changeScale 1 3s ease-out forwards;
}

.bannerText {
	width: 100%;
	z-index: 9;
	text-align: center;
	position: absolute;
	left: 0;
	font-weight: bold;
	top: 40%;
	color: #fff;
	text-shadow: 0 0 8px #555;
	font-size: 3rem;
}

.bannerText .pText {
	width: 100%;
	font-size: 1.5rem;
	font-weight: normal;
}

.pc-banner {
	display: block;
}

.mobile-banner {
	display: none;
}


.navBox {
	width: 74%;
	left: 13%;
	position: absolute;
	bottom: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	border-radius: 0.9375rem 0.9375rem 0 0;
	overflow: hidden;
	border-bottom: 1px solid #eaeaea;
}

.ny-list {
	width: 100%;
}

.ny-list ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.ny-list ul li a {
	display: inline-block;
	margin: 0 2.25rem;
	line-height: 5rem;
	font-size: 1.375rem;
	color: #333333;
	border-bottom: 1px solid #fff;
	font-weight: bold;
}

.ny-list ul li .active {
	border-bottom: 1px solid #07913a;
	color: #07913a;
}

.ny-list ul li a:hover {
	border-bottom: 1px solid #07913a;
	color: #07913a;
}

.ne-warp {
	width: 86%;
	margin: 0 auto;

}

.about_pageone_padd {
	padding: 5.625rem 0 1.875rem 0;
}

.aboutBit {
	line-height: 3.75rem;
	text-align: center;
	margin-bottom: 3.125rem;
	font-weight: bold;
	color: #07913a;
	font-size: 2.25rem;
}

.aboutText {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 7.5rem;
}

.aboutText .pText {
	width: 47%;
}

.aboutText .pText h2 {
	line-height: 2.25rem;
	color: #07913a;
	margin-bottom: 1.875rem;
	font-size: 1.5rem;
}

.aboutText .pText p {
	font-size: 1.25rem;
	line-height: 2.2rem;
	padding-bottom: 1.875rem;
}

.aboutText .pText p:last-child {
	padding-bottom: 0;
}

.aboutText .picture {
	width: 48.5%;
}

.history {
	width: 100%;
	border-left: 1px solid #07913a;
	position: relative;
}

.history:after {
	width: 3.1875rem;
	height: 3.125rem;
	position: absolute;
	content: "";
	top: -3.125rem;
	left: -1.5rem;
	background: url(../images/clock.png)no-repeat;
	background-size: 100% 100%;
}

.history dl {
	padding-bottom: 1.25rem;
}

.history dl dt {
	width: 100%;
	border-bottom: 1px dashed #07913a;
	position: relative;
	margin-bottom: 1.875rem;
}

.history dl dt:after {
	width: 1.25rem;
	height: 0.6875rem;
	position: absolute;
	content: "";
	left: -0.625rem;
	bottom: -0.26rem;
	background: url(../images/his-after.png) no-repeat;
	background-size: 100% 100%;
}

.history dl dt:before {
	width: 1.4375rem;
	height: 1.0625rem;
	position: absolute;
	content: "";
	right: -0.8rem;
	bottom: -0.55rem;
	background: url(../images/his-before.png) no-repeat;
	background-size: 100% 100%;
}

.history dl dt h2 {
	line-height: 2.625rem;
	color: #07913a;
	display: table;
	padding-right: 3.75rem;
	background: url(../images/his-icon1.png) no-repeat right center;
	padding-left: 2.75rem;
}

.history dl dd {
	padding-bottom: 1.875rem;
	font-size: 1.25rem;
	line-height: 1.875rem;
	text-indent: 2em;
	padding-left: 2.75rem;
}

.equipment {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.equipment dl {
	width: 48%;
	margin-right: 4%;
	display: flex;
	margin-bottom: 3.75rem;
	border: 2px solid #07913a;
}

.equipment dl:nth-child(2n) {
	margin-right: 0;
}

.equipment dl dt {
	width: 40%;
	overflow: hidden;
	position: relative;
}

.equipment dl dt img {
	display: block;
	width: 100%;
}

.equipment dl dt:after {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.equipment dl:hover dt:after {
	-webkit-animation: shine2 1s;
	animation: shine2 1s;
}

@-webkit-keyframes shine2 {
	100% {
		left: 125%;
	}
}

@keyframes shine2 {
	100% {
		left: 125%;
	}
}

.equipment dl dd {
	width: 60%;
	padding: 2.5rem 2.5rem 0 2.5rem;
}

.equipment dl dd h2 {
	line-height: 3.375rem;
	margin-bottom: 1.875rem;
}

.equipment dl dd .pText {
	font-size: 1.25rem;
	line-height: 1.875rem;
}


.qywh {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.qywh img {
	display: block;
	width: 100%;
	animation: run 12s linear infinite;
	position: relative;
	z-index: 1;
}

.qywhText {
	position: absolute;
	left: 4.6875rem;
	top: 2.1875rem;
	z-index: 2;
	display: flex;
}

.qywhText h2 {
	width: 3rem;
	position: absolute;
	line-height: 4.4rem;
	color: #07913a;
	font-size: 3rem;
	z-index: 2;
	position: relative;
	top: -0.15rem;
}

.qywhList {
	margin-left: 4rem;
}

.qywhList li {
	margin-bottom: 2rem;
	display: flex;
}

.qywhList li .iconBox {
	width: 3.875rem;
	height: 3.875rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	border-radius: 100%;
	margin-right: 0.75rem;
	background-image: linear-gradient(#04792f, #62d08b);
}

.qywhList li .text {
	line-height: 1.75rem;
	font-size: 1.25rem;
	padding-top: 0.5rem;
}

.qywhList li .text span {
	font-weight: bold;
	font-size: 1.5rem;
	display: inline-block;
}

.qywhList li .iconBox .iconfont {
	font-size: 2rem;
}

.qywhList li:nth-child(3) .iconBox .iconfont,
.qywhList li:nth-child(4) .iconBox .iconfont {
	font-size: 2.2rem;
}


.honorBg {
	width: 100%;
	background: url(../images/honorBg.jpg) no-repeat left bottom;
	background-size: 100% 100%;
	min-height: 55rem;
	padding: 6.25rem 0 7.5rem 0;
}

.honorBox {
	width: 100%;
	position: relative;
}

@keyframes run {
	0% {
		transform: scale(1);
	}

	25% {
		transform: scale(1.04);
	}

	50% {
		transform: scale(1.08);
	}

	75% {
		transform: scale(1.04);
	}

	100% {
		transform: scale(1);
	}
}

/* news */
.news_warp {
	padding-left: 0;
	align-items: flex-start;
}

.news_Box {
	width: 84.4%;
	margin: 0 auto;
}

.news-padd {
	padding: 5.9375rem 0 6.875rem 0;
}

.new-list2 {
	margin-top: 5.9375rem;
}

.new-list2 li {
	padding: 1rem 0 1rem 2.5rem;
	cursor: pointer;
	transition-duration: 0.5s;
	position: relative;
	background: #f5f6f8;
	margin-bottom: 2.5rem;
}



.new-list2-nav {
	zoom: 1;
}

.new-list2-nav:after {
	display: block;
	content: '';
	clear: both;
}

.new-time {
	float: left;
	width: 12%;
	text-align: center;
	transition-duration: 0.5s;
	font-family: "Arial";
	padding: 2.1875rem 3% 2.1875rem 1.5%;
	border-right: 1px solid #e0e1e2;
}

.new-time h1 {
	font-size: 3.75rem;
	color: #004097;

	line-height: 4rem;
}

.new-time span {
	font-size: 1.875rem;
	line-height: 2.4rem;
	display: inline-block;
	color: #004097;
	font-weight: normal;
}

.new-list2-fc {
	float: left;
	width: 85%;
	padding-left: 3%;
	padding-top: 1.875rem;
}

.new-list2-fc h3 {
	font-size: 1.5rem;
	font-weight: normal;
	color: #333333;
	transition-duration: 0.5s;
	text-align: left;
	line-height: 2.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.new-list2-fc a {
	color: #333;
	transition-duration: 0.5s;
}

.dj-fx {
	opacity: 0.8;
}

.new-list2-nav p {
	width: 100%;
	color: #999999;
	line-height: 2.3rem;
	font-size: 1.25rem;
	transition-duration: 1s;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.new-list2 li:hover {
	background: #004097;
}

.new-list2 li:hover .new-time h1,
.new-list2 li:hover .new-time span {
	color: #fff;
}

.new-list2 li:hover .new-list2-fc h3,
.new-list2 li:hover .new-list2-nav p {
	color: #fff;
}

/*  */
.news-list {
	width: 100%;
	border-top: 1px solid #e6e6e6;
}

.news-list dl {
	border-bottom: 1px solid #e6e6e6;
	padding: 1.875rem 0;
}

.news-list dl dt {
	width: calc(96% - 21.5rem);
	padding-top: 3.125rem;
	display: flex;
	float: left;
}

.news-list dl dt .time {
	width: 5.625rem;
	padding-top: 0.9375rem;
	text-align: center;
	margin-right: 3.125rem;
	color: #333;
}

.news-list dl dt .neir {
	width: calc(100% - 8.75rem);
	position: relative;
	padding-left: 3.75rem
}

.news-list dl:hover dt .neir h1 {
	color: #04792f;
}

.news-list dl dt .neir:after {
	width: 1px;
	height: 60%;
	left: 0;
	top: 0%;
	background: #d0d0d0;
	position: absolute;
	content: "";
}

.news-list dl dt .neir h1 {
	line-height: 3.5rem;
	font-size: 1.5rem;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

.news-list dl dt .neir .txt {
	font-size: 1.2rem;
	line-height: 1.875rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news-list dl dt .time p {
	line-height: 4.5rem;
	font-size: 3.75rem;
	color: #333333;
}

.news-list dl dt .time p span {
	width: 1005;
	display: inline-block;
	line-height: 2.25rem;
	font-size: 1.5rem;
	color: #555555;
}

.news-list dl dd {
	width: 21.5rem;
	overflow: hidden;
	background: #000;
	float: right;
}

.news-list dl dd img {
	display: block;
	width: 100%;
	transition-duration: 1s;
}

.news-list dl:hover dd img {
	transform: scale(1.1);
	opacity: 0.8;
}

/*  */
.newsTitle {
	width: 100%;
	border-bottom: 1px solid #ebeef3;
	padding-bottom: 1.875rem;
	margin-bottom: 1.875rem;
}

.newsTitle h1 {
	width: 100%;
	text-align: center;
	font-size: 1.75rem;
	line-height: 2.375rem;
	font-weight: bold;
	margin-bottom: 0.625rem;
}

.newsTitle .bur {
	width: 100%;
	display: flex;
	justify-content: center;
	font-size: 1rem;
	color: #717171;
}

.newsTitle .bur p {
	display: flex;
	align-items: center;
	margin: 0 0.9375rem;
	line-height: 2.25rem;
}

.detailBox {
	width: 100%;
	background: #fff;
}

.detailTitle {
	width: 100%;
	line-height: 3.625rem;
	position: relative;
	font-size: 1.5625rem;
	font-weight: bold;
	margin: 1.25rem 0 1.875rem 0;
	color: #202020;
}

.detailTitle:after {
	width: 20px;
	height: 3px;
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	background: #2570e8;
}

.detailText {
	width: 100%;
	font-size: 1.2rem;
	line-height: 2.2rem;
	color: #717171;
	padding-bottom: 2.1875rem;
}

.detailText img {
	display: inline-block;
	max-width: 100%;
}

.smallTitle {
	color: #2670E8;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 3.25rem;
}

/*  */
.contBit {
	line-height: 4rem;
	font-size: 2.625rem;
	font-weight: bold;
	margin-bottom: 2.8125rem;
}

.contBox {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.contBox .item {
	width: 48.5%;
	border-radius: 1.25rem;
	overflow: hidden;
	position: relative;
	margin-bottom: 5.3125rem;
}

.contBox .pic {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.contBox .pic img {
	display: block;
	width: 100%;
	animation: run 12s linear infinite;
}

.contBox .itemBox {
	width: 100%;
	padding: 1.875rem 5rem;
	position: relative;
	z-index: 2;
}

.contBox .itemBox h2 {
	width: 100%;
	padding-left: 4.4rem;
	position: relative;
	font-size: 2rem;
	color: #333333;
	line-height: 2.6rem;
	margin-bottom: 1rem;
}

.contBox .itemBox h2 .country {
	width: 3.75rem;
/* 	height: 1.625rem; */
	position: absolute;
	left: 0;
	bottom: 1rem;
	display: flex;
}

.contBox .item:nth-child(1) {
	width: 100%;
}

.contBox .item:nth-child(1) .contlist {
	width: 65%;
	color: #fff;
}

.contBox .item:nth-child(1) h2 {
	color: #fff;
}

.contBox .item:nth-child(1) .contlist dl dt .iconfont {
	color: #fff;
}

.contBox .item:nth-child(1) .contlist dl {
	margin-bottom: 0.95rem;
}

.contBox .item:nth-child(1) .contlist dl:nth-child(5) {
	position: absolute;
	right: -76%;
	bottom: 7%;
}

.contlist {
	width: 100%;
	position: relative;
}

.contlist dl {
	width: 100%;
	display: flex;
	margin-bottom: 1rem;
}

.contlist dl dt {
	width: 3.125rem;
}

.contlist dl dt .iconfont {
	color: #004097;
	font-size: 1.875rem;
	line-height: 2.25rem;
}

.contlist dl dd {
	font-size: 1.5rem;
	line-height: 2.25rem;
	width: calc(100% - 3.125rem);
}

/* faq */
.faqBox {
	width: 100%;
	margin-top: 5.25rem;
	background: url(../images/map-line.png) no-repeat top center;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.faqBox dl {
	width: 48%;
	margin-bottom: 2.0625rem;
	position: relative;
}

.faqBox dl input {
	width: 100%;
	border-radius: 0.625rem;
	height: 3.875rem;
	font-size: 1.25rem;
	line-height: 2.625rem;
	outline: none;
	background: #fff;
	padding: 0.625rem 2.5rem;
	border: 1px solid #e6e6e6;
}

.faqBox dl:last-child {
	width: 100%;
}

.faqBox dl textarea {
	width: 100%;
	border-radius: 0.625rem;
	height: 3.875rem;
	font-size: 1.25rem;
	line-height: 2.625rem;
	height: 15.625rem;
	font-family: 'syhtN';
	outline: none;
	background: #fff;
	padding: 0.625rem 2.5rem;
	border: 1px solid #e6e6e6;
}

.faqBtn {
	width: 11.875rem;
	height: 3.75rem;
	border-radius: 3.125rem;
	transition-duration: .5s;
	background: #00a798;
	text-align: center;
	line-height: 3.75rem;
	color: #fff;
	display: flex;
	margin: 1.875rem auto;
	font-size: 1.25rem;
	justify-content: center;
}

.faqBtn:hover {
	border-radius: 0.625rem;
	color: #fff;
}

/* .faqBox dl dt{position: absolute; left: ;} */
/* 分页 */
.jianT {
	width: 100%;
	text-align: center;
	margin-top: 3.125rem;
}

.jianT li {
	background: #fff;
	border: 1px solid #ddd;
	line-height: 2.125rem;
	height: 2.25rem;
	min-width: 2.6875rem;
	display: inline-block;
	margin: 0 6px;
	width: 2.6875rem;
	padding: 0;
}

.jianT li:nth-child(1) {
	width: auto;

}


.jianT li:nth-last-child(1) {
	width: auto;

}

.jianT li:nth-last-child(1) a,
.jianT li:nth-child(1) a {
	padding: 0 10px;
}

.jianT li a {
	font-size: 1.125rem;
	color: #474747;
	display: block
}

.jianT li a:hover {
	text-decoration: none;
	background: #07913a;
	color: #fff;
}

.jianT li .on {
	background: #07913a;
	color: #fff;
	display: block;
}

.searchBox {
	margin-bottom: 40px;
}

.searchBox h2 {
	font-size: 24px;
	font-weight: bold;
	color: #078c38;
	margin-bottom: 20px;
}

/* 分页 */
@media only screen and (max-width: 1440px) {}

@media only screen and (max-width: 1366px) {}

@media only screen and (max-width: 1280px) {}

@media only screen and (max-width: 1190px) {}

@media only screen and (max-width: 996px) {}

@media only screen and (max-width: 768px) {
	.navBox {
		width: 96%;
		left: 2%;
	}

	.navBox {
		width: 100%;
		left: 0;
		position: relative;
		border-radius: 0;
	}

	.ny-list ul li a {
		margin: 0 8px;
		line-height: 38px;
		font-size: 15px;
	}

	.ny-list ul {
		justify-content: left;
	}

	.about-padd {
		padding: 30px 0;
	}

	.ne-warp {
		width: 94%;
	}

	.aboutBit {
		margin-bottom: 20px;
		font-size: 20px;
	}

	.aboutText .pText {
		width: 100%;
		margin-bottom: 20px;
	}

	.aboutText .pText h2,
	.DoctorBox h2 {
		line-height: 40px;
		margin-bottom: 5px;
		font-size: 18px;
	}

	.aboutText .pText p {
		font-size: 15px;
		line-height: 26px;
		padding-bottom: 20px;
	}

	.aboutText .picture {
		width: 100%;
	}

	.history dl dt h2 {
		line-height: 40px;
		font-size: 18px;
		padding-right: 50px;
		padding-left: 15px;
	}

	.history dl dd {
		padding-bottom: 15px;
		font-size: 15px;
		line-height: 26px;
		padding-left: 15px;
	}

	.ryzzSwiper {
		width: 90%;
		margin: 0 auto;
	}

	.ryzzSwiper .swiper-slide.active-center {
		transform: scale(1);
	}

	.ryzzSwiper {
		padding-top: 0;
	}

	.ryzz-prev,
	.ryzz-next {
		width: 40px;
		height: 40px;
	}

	.ryzzSwiper .swiper-slide {
		transform: scale(1);
	}

	.equipment dl {
		width: 100%;
		margin-right: 0;
	}

	.equipment dl dd h2 {
		line-height: 26px;
		margin-bottom: 5px;
		font-size: 17px;
	}

	.equipment dl dd .pText,
	.doctor_detail .intro .pText p {
		font-size: 15px;
		line-height: 25px;
	}

	.environmentBox .mySwiper {
		display: none;
	}

	.environment-padd {
		padding: 30px 0 50px 0;
	}

	.environmentBox .mySwiper2 {
		width: 100%;
	}

	.environmentBox .slogan {
		width: 100%;
		position: relative;
		right: 0;
		top: 0;
		height: auto;
		padding: 20px 10px;
		flex-wrap: wrap;
	}

	.environmentBox .slogan p {
		width: 100%;
		text-align: center;
		font-size: 18px;
		line-height: 30px;
	}

	.environmentBox .swiper-button-prev {
		left: 10%;
	}

	.environmentBox .swiper-button-next,
	.environmentBox .swiper-button-prev {
		top: inherit;
		bottom: 10%;
	}

	.DoctorBox .swiper-slide .name p,
	.doctorList dl dd p {
		line-height: 40px;
		font-size: 15px;
	}

	.DoctorBox .swiper-slide .name span,
	.doctorList dl dd span {
		top: -30px;
		width: 50%;
		line-height: 30px;
		font-size: 15px;
	}

	.doctorList dl {
		width: 48%;
		margin: 0 1% 2rem 1%;
	}

	.doctor_detail .name {
		width: 100%;
		font-size: 20px;
		margin-bottom: 20px;
	}

	.doctor_detail .intro {
		width: 100%;
	}

	.doctor_detail .intro .d-job {
		font-size: 16px;
		line-height: 26px;
		font-weight: bold;
		margin-bottom: 15px;
	}

	.doctor_detail .intro .pText h3 {
		font-size: 17px;
		line-height: 28px;
	}

	.doctor_detail .picture {
		width: 50%;
		margin: 0 auto;
	}

	.yyznBox {
		width: 100%;
		height: auto;
		padding: 50px 20px;

	}

	.yyznBox .neirBox {
		width: 90%;
		margin: 0 auto;
	}

	.yyznBox .neirBox .item {
		line-height: 36px;
		font-size: 17px;
		margin-bottom: 15px;
	}

	.yyznBox .neirBox img {
		width: 120px;
	}

	.jzlcBox dl {
		width: 100%;
	}

	.jzlcBox dl dt {
		width: 100%;
		line-height: 40px;
		font-size: 18px;
	}

	.trafficBox dl dt .iconBox p {
		font-size: 17px;
		line-height: 30px;
	}

	.trafficBox dl dd p {
		width: 100%;
		padding-left: 15px;
		line-height: 26px;
		font-size: 15px;
	}

	.trafficBox dl dt {
		width: 100%;
		transform: skewX(0deg);
		left: 0;
	}

	.trafficBox dl dt .iconBox {
		transform: skewX(0deg);
		width: 100%;
		text-align: center;
		padding-left: 0;
	}

	.trafficBox dl dd {
		width: 94%;
		margin: 0 auto;
		padding: 15px 0;
	}

	.trafficBox dl dd p:after {
		top: 8px;
	}

	.new-time {
		width: 50%;
		display: flex;
	}

	.new-list2 li:after {
		display: none;
	}

	.new-list2-fc {
		float: left;
		width: 100%;
		padding-left: 0;
	}

	.new-time h1 {
		font-size: 16px;
		line-height: 26px;
	}

	.new-time span {
		padding-left: 10px;
		font-size: 15px;
		line-height: 26px;
	}

	.new-list2-fc h3 {
		font-size: 16px;
		line-height: 26px;
	}

	.new-list2-nav p {
		line-height: 26px;
		font-size: 15px;
	}

	.newsTitle h1 {
		font-size: 18px;
		line-height: 28px;
	}

	.newsTitle .bur {
		font-size: 14px;
	}

	.detailText {
		font-size: 15px;
		line-height: 26px;
		padding-bottom: 20px;
	}

	.news-padd {
		padding: 20px 0;
	}

	.news_Box {
		width: 94%;
		margin: 0 auto;
	}

	.bannerText .pText {
		font-size: 15px;
	}

	.contBit {
		line-height: 28px;
		font-size: 18px;
	}

	.faqBox dl {
		width: 100%;
		margin-bottom: 10px;
	}

	.faqBox dl input {
		width: 100%;
		border-radius: 0.625rem;
		height: 38px;
		font-size: 15px;
		line-height: 38px;
	}

	.faqBox dl textarea {
		font-size: 15px;
		line-height: 24px;
		height: 150px;
	}

	.faqBtn {
		width: 130px;
		height: 36px;
		line-height: 36px;
		font-size: 15px;
	}

	.contBox .item {
		width: 100%;
		margin-bottom: 15px;
	}

	.contBox .pic img {
		display: block;
		height: 100%;
	}

	.contBox .itemBox {
		width: 100%;
		padding: 18px;
	}

	.contBox .itemBox h2 {
		font-size: 17px;
		line-height: 24px;
		margin-bottom: 10px;
		padding-left: 40px;
	}

	.contBox .item:nth-child(1) .contlist {
		width: 100%;
	}

	.contlist dl dd {
		font-size: 14px;
		line-height: 24px;
	}

	.contBox .item:nth-child(1) .contlist dl:nth-child(5) {
		position: relative;
		right: inherit;
		bottom: 0;
	}

	.contlist dl dt {
		width: 35px;
	}

	.contlist dl dt .iconfont {
		font-size: 18px;
		line-height: 28px;
	}

	.contBox .itemBox h2 .country {
		width: 30px;
		height: auto;
	}
	.bannerText .pText {
	    width: 90%;
	    margin: 0 auto;}
}