*+address,
*+blockquote,
*+dl,
*+fieldset,
*+figure,
*+hr,
*+ol,
*+p,
*+pre,
*+ul {
	margin-top: 0.32rem;
}

@media screen and (min-width: 768px) {
	.layui-col-sm9 {
    width: 810px;
    margin-left: 30px;
    text-align: justify;
  }

}

/* 2022.11.30 网站变灰色 
html {
	filter:grayscale(100%);
	-webkit-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
	-ms-filter:grayscale(100%);
	-o-filter:grayscale(100%);
	filter:progid:DXlmageTransform.Microsoft.Basiclmage(grayscale=1):
	-webkit-filter:grayscale(1);
} */

address,
blockquote,
dl,
fieldset,
figure,
hr,
ol,
p,
pre,
ul {
	margin: 0 0 0.32rem 0;
}

#index-header {
	max-height:600px;overflow:hidden;
}


.business-box {
	height: auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 80px;
}

.business-box .businessList {
	width: 200px;
	height: 300px;
	margin-top: 10px;
	color: #222222;
	overflow: hidden;
}

.business-box .businessList a {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #222222;
	text-align: center;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}

.businessTitle {
	margin-top: 80px;
	font-size: 18px;
	margin-bottom: 5px;
}

.egtext {

	color: #666666;
	margin: 0;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}

.font {
	height: 35px;
	width: 2px;
	background: #999;
	margin: 20px auto;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}

.businessList .iconfont {
	font-size: 50px;
	color: #222;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}

.business-box .businessList:nth-child(1),
.business-box .businessList:nth-child(3),
.business-box .businessList:nth-child(5) {
	background: #e2e2e2;
}

.business-box .businessList:nth-child(2),
.business-box .businessList:nth-child(4),
.business-box .businessList:nth-child(6) {
	background: #bebebe;
}

.business-box .businessList a:hover {
	color: #fff;
	background: #3b5dfe;

}

.business-box .businessList a:hover .egtext {
	color: #fff;
}

.business-box .businessList a:hover .font {
	background: #3d919f;
}

.business-box .businessList a:hover .iconfont {
	color: #fff;
}

.lable-chunk {
	margin-top: 75px;
	text-align: center;
}

.span-icon {
	margin: 0;
}

.abstract {
	max-width: 900px;
	margin: 40px auto 0;
	text-align: center;
	font-size: 14px;
	color: #666666;
}

.absrace-status {
	width: 25%;
	flex-shrink: 0;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.absrace-status .abs-box {
	padding: 60px 0;
	height: 256px;
}

.absrace-status:hover {
	color: #fff;
	background: #0d7687;
}

.absrace-status img {
	width: 100%;
}

.abs-title {
	font-size: 24px;
	color: #222;
	text-align: center;
	position: relative;
}

.abs-eg-title {
	font-size: 24px;
	color: #cfcfcf;
	text-align: center;
}

.abs-text {
	color: #666;

	text-align: center;
}

.absrace-status:hover .abs-title,
.absrace-status:hover .abs-eg-title,
.absrace-status:hover .abs-text {
	color: #fff;

}

#operatopn {
	margin-top: 50px;
}

.operatopn-box {
	margin-bottom: 20px;

}

.opera-content {
	padding: 0 20px;
	box-sizing: border-box;
	height: auto;
	overflow: hidden;
}

.operatopn-bg {
	background: #f2f2f2;
	position: relative;
}

.operatopn-bg img {
	width: 100%;
}

.opera-title {
	margin: 16px auto;
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.opera-p {

	color: #666;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.opera-more {
	text-align: right;
	position: absolute;
	right: 20px;
	bottom: 10px;

}

.opera-more a {
	font-size: 12px;
	border: 1px solid #ccc;
	border-radius: 50px;
	padding: 5px 10px;
	color: #0d7687;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}

.opera-more a:hover {
	background: #0d7687;
	color: #fff;
	border: 1px solid #0d7687;
}

.yewuTwo [class*=am-u-] {
	padding: 0;
	margin: 0;
}

.yewuTwo .yewuTwo-left {
	padding-left: 50px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.yewuTwo {
	margin-top: 20px;
}

.yewu-title {
	font-size: 18px;
	color: #222;
}

.yewu-title span {
	color: #0d7687;
}

.yewuTwo p {

	color: #999;
}

.yewu-bankuai {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.yewu-bankuai div {
	padding: 10px;
	margin-right: 4px;
	margin-bottom: 4px;
	background: #f0f0f0;
	color: #333;

}

.yewuTwo-left .yewu-iconfont {
	width: 160px;
	height: 170px;
	background: #fff;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	margin-bottom: 30px;
	text-align: center;
	transition: all .5s ease;
}

.yewu-iconfont .iconfont {
	font-size: 50px;
	color: #999;
	margin: 20px auto 10px;
	display: inline-block;
	transition: all 1s;
}

.yewu-iconfont div {
	font-size: 18px;
	color: #404040;
	transition: all 1s;
}

.yewu-iconfont:hover {
	background: #0d7687;
	border: 1px solid #0d7687;
}

.yewu-iconfont:hover .iconfont,
.yewu-iconfont:hover div {
	color: #fff;
	transform: rotateY(360deg)
}

.logo-show li {
	height: 69px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin:15px 0 25px 0;
}

.logo-show li img {
	max-width: 100%;
	max-height: 100%;
}

.prove-box {
	width: 100%;
	background: #f0f0f0;
	padding: 60px 30px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

}

.owl-item a .owl-img{
	display:block; height: 318px; width: 180px; overflow:hidden; margin:0 auto;
}

.owl-item a img{
	max-width: 180px;
}
.owl-men-ban {
	color:#FFF; margin: 10px 0;
}

.more-pic {
	position: relative;
	width: 100%;
	height: auto;
}

.more-pic .mord {
	position: absolute;
	width: 120px;
	height: 40px;
	background: #0d7687;
	border: 2px solid #f0f0f0;
	right: 30px;
	top: -20px;
	border-radius: 40px;
	box-sizing: content-box;
}

.more-pic .mord a {
	display: inline-block;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 40px;
	color: #fff;
}

.prove-box .prove-list {
	width: 210px;
	height: 100%;
	flex-shrink: 0;
	text-align: center;
	position: relative;
}

.prove-list div {
	text-align: center;
	padding: 30px 0;
	box-sizing: border-box;
}

.prove-box .prove-list img {
	height: 100%;
	max-width: 100%;
}

.prove-box .prove-list:first-child,
.prove-box .prove-list:last-child {
	width: 443px;
}

.sw-avg {
	width: 100%;
	display: flex;
	align-items: center;
	height: auto;
	padding: 55px 0;
	margin-bottom: 10px;
	position: relative;
}

.sw-avg .avg-img {
	width: 47%;
	height: 100%;
	flex-shrink: 0;
	text-align: center;
}

.sw-avg .avg-img img {
	max-width: 100%;
}

.sw-avg .avg-con {
	width: 53%;
	flex-shrink: 0;
}

.avg-index {
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	background: #75738c;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 30px;
}

.avg-index::after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	bottom: -15px;
	left: 0;
	right: 0;
	margin: auto;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #75738c;
}

.avg-con .h4 {
	font-size: 20px;
	color: #333;
	margin-bottom: 1.3rem;
}

.avg-con .p {

	color: #666;
}

.am-nav-tabs,
.am-nav-tabs>li.am-active>a,
.am-nav-tabs>li.am-active>a:focus,
.am-nav-tabs>li.am-active>a:hover,
.am-tabs-bd {
	border: none;
}

.news-box .am-nav-tabs {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.news-box .am-nav-tabs>li {
	clear: both;
	margin: 0 43px;
	border: 1px solid;
	color: #d2d2d2;
	border-radius: 5px;
	width: 15%;
	text-align: center;
	overflow: hidden;
}

.news-box .am-nav-tabs>li>a {
	border: none;
	margin-right: 0;
	font-size: 18px;
	color: #222
}

.am-nav-tabs>li.am-active>a,
.am-nav-tabs>li.am-active>a:focus,
.am-nav-tabs>li.am-active>a:hover {
	color: #fff;
	background-color: #0d7687;
	cursor: default;
	width: 100%;
}

.news-box .am-tabs-bd {
	margin-top: 50px;
}

.news-box .am-tabs-bd .am-tab-panel ul li {
	padding-left: 0;
	padding-right: 40px;
}

.days {
	width: 80px;
	height: 70px;
	border: 1px solid #222;
	box-sizing: border-box;
	padding: 10px;
	line-height: 1.2;
	position: relative;
}

.days:after {
	position: absolute;
	height: 3px;
	width: 50%;
	left: -15%;
	background: #000;
	top: 10px;
	content: "";
}

.days .monthAndday {
	font-size: 18px;
	color: #666;
	margin-top: 10px;
}

.days .years {

	color: #222;
}

.news-title {
	margin-top: 25px;
	font-size: 16px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newx-text {
	margin-top: 5px;
	font-size: 14px;
	color: #666;
}

.news-box .am-tabs-bd .icon-rigth {
	color: #666;
	font-size: 25px;
	margin-bottom: 20px;
	display: inline-block;
}

.news-box .am-tabs-bd .am-tab-panel ul li:hover .icon-rigth,
.news-box .am-tabs-bd .am-tab-panel ul li:hover .news-title,
.news-box .am-tabs-bd .am-tab-panel ul li:hover .newx-text,
.news-box .am-tabs-bd .am-tab-panel ul li:hover .days .monthAndday,
.news-box .am-tabs-bd .am-tab-panel ul li:hover .days .years {
	color: #0d7687;
}

.news-box .am-tabs-bd .am-tab-panel ul li:hover .days {
	color: #0d7687;
	border: 1px solid #0d7687;
}

.news-box .am-tabs-bd .am-tab-panel ul li:hover .days:after {
	background: #0d7687;
}

.sw-u {
	margin: 70px auto;
}

.sw-cont-title {
	color: #0d7687;
	font-size: 24px;
	font-weight: bold;

}

.sw-cont-text {
	color: #666;
	font-size: 16px;
	margin-top: 30px;
}

#main .dengfeng {
	position: relative;
}

.am-avg-lg-4>li:nth-of-type(n) {
	position: relative;
}

.dengfeng-conten {
	position: absolute;
	height: 140px;
	top: 0;
	bottom: 0;
	margin: auto;
	padding-left: 80px;
}

.menban {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .6);
	color: #fff;

	padding: 0 20px;
	box-sizing: border-box;
}

.menban2 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .6);
	color: #fff;

}

.menban1-title {
	padding: 50px 0;
	font-size: 18px;
	font-weight: bold;
	position: relative;
}

.menban1-title::after {
	position: absolute;
	width: 1.5em;
	height: 2px;
	background: #0d7687;
	content: "";
	left: 0;
	bottom: 30px;
}

.menban1-iconlist {
	text-align: center;
	margin: 25px auto;
}

.menban1-iconlist .iconfont {
	font-size: 35px;
	color: #999;
	transition: all .5s;
}

.menban1-iconlist .iconfont:hover {
	color: #0d7687;
	-webkit-transform: rotate3d(0, 0, 1, 360deg);
	-moz-transform: rotate3d(0, 0, 1, 360deg);
	transform: rotate3d(0, 0, 1, 360deg);
	display: block;
	/* transition: all .3s; */
}

.dengfeng-title {
	color: #fff;
	font-size: 30px;
	height: 100px;
	position: relative;
}

.dengfeng-title::after {
	position: absolute;
	content: "";
	width: 1.5em;
	height: 2px;
	background: #0d7687;
	left: 0;
	top: 70px;
}

.dengfeng-small {

	color: #999;
}

.explan-box {
	width: 600px;
}

.explain .exp-right {
	float: right;
	padding-right: 50px;
}

.explain .exp-left {
	float: left;
	padding-left: 50px;

}

.explan-box .sw-cin-title {
	margin-top: 70px;
	color: #0d7687;
	font-weight: bold;
	font-size: 24px;
	padding-bottom: 40px;
	position: relative;
}

.explan-box .sw-cin-title::after {
	content: "";
	position: absolute;
	width: 1.2em;
	height: 1px;
	background: #000;
	left: 0;
	bottom: 30px;
}

.explan-box .sw-cin-samll {
	font-size: 18px;
	color: #222222;
	margin-bottom: 15px;
}

.explan-box .sw-cin-text {

	color: #666;
	margin-bottom: 45px;
	padding-right: 50px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.explan-box .sw-cin-navlist {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color: #0d7687;


}

.case-block {
	background-color: #643dff !important;
}

.sw-internet {
	background: #f0f0f0;
}

.internerbox {
	height: 300px;
	padding: 0 40px 0 75px;
}

.internerbox .interner-title {
	padding: 40px 0 60px;
	font-size: 24px;
	position: relative;
}

.interner-title::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 45px;
	width: 2em;
	height: 2px;
	background: #0d7687;
}

.internerbox .interner-text {

	color: #999;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.sw-flex-guar {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.guarantee {
	width: 225px;
	height: 225px;
	flex-shrink: 0;
	background: #dcdcdc;
	padding: 30px 10px 0;
	margin-bottom: 70px;
}

.guarantee:nth-child(2),
.guarantee:nth-child(4) {
	background: #e8e8e8;
}

.guarantee-text {
	margin-bottom: 20px;
	text-align: center;
	color: #0d7687;


}

.fun-box {
	width: 285px;
	height: 200px;
	background: #f0f0f0;
	position: relative;
	margin-bottom: 20px;
}

.fun-box .fun-abs {
	width: 100%;
	height: 100%;
	padding: 0 20px;
	z-index: 9;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
}

.fun-box .fun-abs .fun-title {
	font-size: 18px;
	margin: 20px auto;
}

.fun-box .fun-abs .fun-text {}

.introduce_title {
	margin-top: 32%;
	font-size: 18px;
	color: #000000;
	text-align: center;
	padding: 8% 0;
	position: relative;
}

.introduce_title::before {
	position: absolute;
	content: "";
	width: 2em;
	height: 5px;
	background: #000;
	bottom: 10%;
	margin: auto;
	left: 0;
	right: 0;
}

.introduce_eg {
	text-align: center;
	font-size: 12px;
	margin: 5% 0;
}

.top_gan {
	padding-top: 10%;
	position: relative;
}

.top_gan::after {
	position: absolute;

	width: 2em;
	height: 5px;
	content: "";
	background: #222222;
	bottom: 0;
	left: 0;
}

.top_gan1 {
	font-size: 18px;
	color: #0d7687;
	padding: 4% 0;
	position: relative;
}

.top_gan1::after {
	position: absolute;

	width: 2em;
	height: 1px;
	content: "";
	background: #222222;
	bottom: 20%;
	left: 0;
}

.explan-title {
	margin-top: 2%;
	color: #222222;
	font-size: 18px;
}

.explan-text {
	margin-top: 1%;
	color: #666666;

}

.fun_yewu:nth-child(odd) {
	background: #f1f1f1;
}

.fun_yewu:nth-child(even) {
	background: #dfdfdf;
}

.fun_yewu .yewu {
	height: 300px;
	width: 100%;
	padding: 0 30px;
}

.yewu_title {
	font-size: 18px;
	color: #222;
	display: flex;
	align-items: center;
	margin: 20px auto;
}

.yewu_text {

	color: #666666;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

.yewu_title .iconfont {
	font-size: 38px;
	color: #0d7687;
	margin-right: 30px;
	display: inline-block;

}

.fudong {
	position: absolute;
	z-index: 999;
	top: 0;
	height: 100%;
	width: 600px;
}

.fudong_left {
	left: 0;
	padding-left: 50px;
}

.fudong_right {
	right: 0;
}

.fudon_title {
	margin-top: 100px;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	padding-bottom: 50px;
	position: relative;
}

.fudon_title::after {
	position: absolute;
	content: "";
	width: 2em;
	height: 5px;
	background: #fff;
	left: 0;
	bottom: 40%;
}

.fudon_small {
	font-size: 60px;
	color: #d2d2d2;
	font-weight: bold;
	line-height: 1;
}

.am-avg-md-2>.ex-height {
	height: 200px;
}

.ex-height .img {
	width: 100%;
	height: 100%;
}

.ex-p {

	color: #666;
	padding-right: 10px;
}

.padding-box {
	padding: 0 20px;
}

.canDoThing {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-top: 30px;
}

.canDoThing_list {
	flex-shrink: 0;
	width: 24%;
	margin-bottom: 15px;
	background: #f1f1f1;
}

.canDoContainer {
	padding: 10px;
	text-align: left;
}

.canTitle {
	font-size: 24px;
	font-weight: bold;
}

.canSmall {
	padding: 10px 0;
}

.canDoContainer .canText {
	height: 90px;
	overflow: hidden;
}

.fun_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 70px auto 0;
}

.fun_list_box {
	width: 32%;
	height: 360px;
	background: #f2f2f2;
	margin-bottom: 15px;
	padding: 0 35px;
}

.fun_list_title {
	padding: 40px 0;
	font-size: 18px;
	color: #666;
	position: relative;
}

.fun_list_title::after {
	position: absolute;
	content: "";
	width: 2em;
	height: 5px;
	background: #0d7687;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: auto;
}

.fun_list_text {
	line-height: 2;
}

.tab-list1 {
	width: 30%;
	height: 200px;
	flex-shrink: 0;
	background: #f1f1f1;
	margin-bottom: 15px;
}

.tab-list1-title {
	font-size: 60px;
	color: #0d7687;
	padding: 0 8%;
	border-right: 3px solid #ccc;
	flex-shrink: 0;
}

.tab-list1-text {
	width: 70%;
	flex-shrink: 0;
	padding-right: 5%;
}

.tab-bottom {
	padding: 0 10%;
}

.tab-top {
	padding: 19.5% 10%;
}

.tab-list2 {
	height: auto;
	background: #f1f1f1
}

.tab-list2-title {
	padding: 30px;
	font-size: 18px;
}

.tab-list2-text {
	line-height: 2;
}

.Twelvebox {
	position: relative;
}

.small_box {
	position: absolute;
	height: 70%;
	width: 100%;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
}

.Twelve_rel {
	position: relative;
}

.Twelve_abs {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: rgba(0, 0, 0, .2);
}

.Twelve_abs a {
	display: inline-block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .0);
	transition: all .3s;
	position: relative;
	color: #fff;
}

.twelve_title {
	position: absolute;
	left: 5%;
	bottom: 5%;
	width: 90%;
	font-size: 16px;
	overflow: hidden; /* 确保内容超出容器时会被隐藏 */
  white-space: nowrap; /* 确保文本在一行内显示，避免换行 */
  text-overflow: ellipsis; /* 在文本超出容器宽度时显示省略号 */
}

.twelve_text {
	position: absolute;
	display: none;
	left: 0;
	bottom: 0;
}

.Twelve_abs a:hover {
	background: rgba(0, 0, 0, .5);
}

.Twelve_abs a:hover .twelve_title {
	top: 25%;
	width: 90%;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	font-weight: bold;
}

.Twelve_abs a:hover .twelve_text {
	top: 40%;
	width: 90%;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	font-weight: normal;
	display: block;
}

.Twelve_abs a:hover .twelve_title::after {
	position: absolute;
	content: "";
	width: 70%;
	height: 1px;
	background: #fff;
	left: 0;
	right: 0;
	bottom: -50%;
	margin: auto;
}

.more_look {
	width: 130px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 50px;
	color: #444;
	transition: all .3s;
}

.more_look:hover {
	color: #fff;
	background: #0d7687;
	border-color: #0d7687;
}

.explan-img {
	margin: 5px auto;
}

.ctex {
	margin: 0;
}

.business_boxOne {
	height: 100px;
	display: flex;
	align-items: center;
}

.businessOne-Num {
	height: 25px;
	width: 40px;
	text-align: center;
	background: #0d7687;
	color: #fff;
	line-height: 25px;
	margin-right: 10%;
	flex-shrink: 0;
}

.businessOne-Text {
	color: #666;
}

.tubiao {
	display: flex;
	align-items: center;
	font-size: 18px;
}

.tubiao span {
	font-size: 40px;
	margin-right: 20px;
}

.nav_list_box {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.nav_list_img {
	width: 15%;
	flex-shrink: 0;
	margin-right: 2%;
}

.nav_list_title a {
	font-size: 18px;
}

.nav_list_a {
	text-align: right;
}

.nav_list_title a,
.nav_list_a a {
	color: #222;
}

.nav_list_a a:hover,
.nav_list_title a:hover {
	color: #0d7687;
}

.nav_list_Time {
	font-size: 12px;
	color: #999;
	position: relative;
	padding-left: 10%;
	margin: 10px 0 20px;
}

.nav_list_Time::before {
	height: 1px;
	width: 7%;
	border: 1px solid #666;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.nav_list_text {
	color: #666;
	line-height: 1.6;
	height: 100px;
	overflow: hidden;
	display: -webkit-box !important;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.nav_list {
	margin-bottom: 10px;
}

.case_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.case_list_box {
	width: 32%;
	flex-shrink: 0;
	margin-bottom: 20px;
}

.case_list_container {
	padding: 0 20px;
}

.case_list_logo {
	text-align: center;
	padding: 30px 0;
}

.case_list_title a {
	font-size: 16px;
	color: #0d7687;
	padding: 10px 0 10px;
	display: inline-block;
	border-bottom: 1px solid #ccc;
	width: 100%;
}

.sw-tabs {
	display: flex;
	justify-content: flex-start;
	font-size: 16px;
}

.sw-tabs li {
	flex-shrink: 0;
	width: 140px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border: 1px solid #0d7687;
	box-sizing: border-box;
	border-radius: 5px;
	margin-right: 30px;
}

.sw-tabs li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #0d7687;
}

.am-nav-tabs>li.am-active>a,
.am-nav-tabs>li.am-active>a:focus,
.am-nav-tabs>li.am-active>a:hover,
.sw-tabs li a:hover {
	color: #fff;
	background-color: #0d7687;
	cursor: default;
	overflow: hidden;
	border-radius: 5px;
	width: 100%;
	height: 100%;
}

.am-nav>li>a {
	padding: 0;
}

.am-nav-tabs>li>a {
	line-height: 50px;
}

.talent_title_box {
	position: relative;
	height: auto;
}

.talent_title_box::before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 1px;
	background: #e5e5e5;
	z-index: -1;
}

.am-tabs-bd .am-tab-panel {
	padding: 0;
}

.talent_title {
	padding: 5px 30px;
	background: #0d7687;
	color: #fff;
	font-size: 16px;
}

.talent_container_release {
	padding: 0 30px;
	margin-top: 20px;
	font-size: 16px;
	color: #666666;
}

.talent_Duty {
	font-size: 16px;
	padding: 0 30px;
	color: #666666;
}

.talent_container_release>div,
.talent_Duty div {
	margin: 10px auto;
}

.sw-tabs-bd {
	margin-top: 20px;
}

.sw-tabs-bd .talent_list .talent_title_box {
	margin-top: 50px;
}

.talent_Duty_bigNum {
	font-size: 30px;
	font-weight: bold;
	color: #e2e2e2;
	position: relative;

}

.talent_Duty_bigNum::after {
	position: absolute;
	content: '';
	width: .5em;
	height: 1px;
	background: #222;
	left: 0;
	bottom: 0;
}

.talen_Duty_text span {
	background: #0d7687;
	color: #fff;
	margin-right: 20px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	display: inline-block;
}

.talent_Duty .talent_Duty_title {
	margin: 20px auto;
}

.dis_juns2 {
	width: 24%;
	height: 260px;
	flex-shrink: 0;
	margin-bottom: 20px;
	transition: all .5s;
	font-size: 16px;
	color: #666;
}

.dis_juns2 div {
	line-height: 2;
}

.dis_juns2 .iconfont {
	font-size: 50px;
	color: #0d7687;
	margin: 20px 0 10px;
	display: inline-block;
}

.dis_juns2:hover .iconfont {
	color: #fff;
}

.dis_juns2:hover {
	background: #0d7687;
	color: #fff;
}

.form_text_box,
.form_icon {
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 2;
}

.form_icon {
	width: 270px;
}

.form_icon .iconfont {
	font-size: 25px;
	color: #0d7687;
	font-weight: bold;
	margin-right: 10px;

}

.form_text_box input {
	width: 255px;
	border-radius: 5px 0 0 0;
	border: 1px solid #ccc;
	padding-left: 1em;
	font-size: 14px;
	padding: 5px 1em 5px;
}

.form_textarea_box textarea {
	width: 100%;
	border-radius: 5px 0 0 0;
	resize: none;
}

.yanzhentup {
	margin-left: 20px;
}

.submit_btn input {
	width: 120px;
	height: 40px;
	border: none;
	background: #0d7687;
	color: #fff;
	font-size: 18px;
	border-radius: 40px;
	margin-top: 30px;
	outline: none;
}

.inner-right-lable {
	padding: 30px 0 15px 0;
	box-sizing: border-box;
}

.inner-c-t {
	padding: 30px 0;
	box-sizing: border-box;
}

.sw-img {
	background-position: right top;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 480px;
}

.am-slider .am-slides img {
	max-width: 100%;
	/* width: auto; */
	margin: 0 auto;
}

.inner-slidepic .am-slider .am-slides img {
	max-width: 100%;
	width: auto;
	margin: 0 auto;
}

/* #banner .am-slider .am-slides a img{
		width: 100%;
} */
.am-slider .am-slides a {
	width: 100%;
	text-align: right;
	/* margin: 0 auto; */
	display: inline-block;
}

.inner-slidepic .am-slider-default {
	box-shadow: none;
}

/* .am-slider .am-slides>li{
	overflow: hidden;
	height: 400px;
}
.inner-slidepic .am-slider-default .am-control-thumbs{
	margin: 20px 0;
} */
.inner-slidepic .am-slider-default .am-control-thumbs li {
	width: auto;
	height: 150px;
	box-sizing: border-box;
	text-align: center;
	float: none;
	margin: 0 10px;
}

.inner-slidepic .am-slider-default .am-control-thumbs li img {
	width: auto;
	height: 100%;
	margin: 0 auto;
}

@media screen and (max-width: 1200px) {

	/* .inner-slidepic .am-slider-default{
		box-shadow: none;
		width: 80%;
	} */
	.layui-main {
		width: 100%;
	}

	.inner-c-t {
		padding: 0.3rem;
		box-sizing: border-box;
		font-size: 0.28rem;
	}
	
	.am-padding-vertical-xl {
			padding-top: 0.2rem!important;
			padding-bottom: 0.2rem!important;
	}
	
	h1, h2, h3, h4, h5, h6 {
    margin: 0 0 0.6rem 0!important;
	}

	.inner-right-lable {
		padding: 0.4rem 0.3rem;
	}

	.abs-title {
		font-size: 20px;
		color: #222;
		text-align: center;
		position: relative;
	}

	.abs-eg-title {
		font-size: 20px;
		color: #cfcfcf;
		text-align: center;
	}
	
	#index-header {
		display:none;
	}
}

@media screen and (max-width: 1024px) {
	.sw-u {
		margin: 30px auto;
		padding: 0 20px;
		box-sizing: border-box;
	}

	.business-box {
		height: auto;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin-top: 30px;
	}

	.business-box .businessList {
		margin: 10px 10px 0;
	}

	.absrace-status {
		width: 50%;
	}

	.opera-content {
		padding: 0 10px;
		box-sizing: border-box;
		height: auto;
		overflow: hidden;
	}

	.opera-title {
		margin: 5px auto;
		font-size: 16px;
		font-weight: bold;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.opera-p {

		color: #666;
		display: -webkit-box;
		overflow: hidden;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}

	.yewuTwo,
	.logo-show {
		padding: 0 10px;
		box-sizing: border-box;
	}

	.yewuTwo .yewuTwo-left {
		padding: 0;
		justify-content: flex-start;

	}

	.yewuTwo-left .yewu-iconfont {
		margin: 0 .35% 10px;
	}

	.news-box .am-nav-tabs>li {
		clear: both;
		margin: 0 2%;
		border: 1px solid;
		color: #d2d2d2;
		border-radius: 5px;
		width: 20%;
		text-align: center;
		overflow: hidden;
	}

	.news-box .am-tabs-bd {
		margin: 0;
	}

	.news-box .am-tabs-bd .am-tab-panel ul li {
		padding-left: 20px;
		padding-right: 40px;
		margin-top: 30px;
	}

	#main .dengfeng {
		margin: 0 20px;
	}

	.explan-box {
		width: auto;
		padding: 0 20px;
		box-sizing: border-box;
	}

	.explain .exp-right {
		float: none;
		margin: 0 0 20px;
		padding-right: 20px;
	}

	.explain .exp-left {
		float: none;
		margin: 0 0 20px;
	}

	.explan-box .sw-cin-title {
		margin-top: 10px;
		color: #0d7687;
		font-weight: bold;
		font-size: 20px;
		padding-bottom: 30px;
		position: relative;
	}

	.explan-box .sw-cin-text {

		color: #666;
		margin-bottom: 10px;
		padding-right: 0;
	}

	.sw-flex-guar {
		justify-content: flex-start;
		padding: 0 10px;
	}

	.guarantee {
		width: 225px;
		height: 225px;
		flex-shrink: 0;
		background: #dcdcdc;
		padding: 30px 10px 0;
		margin: 0 10px 40px;
	}

	.fun-box {
		margin: 0 10px 20px;
	}

	.yewu_text {
		font-size: 12px;
	}

	.fudong {
		position: absolute;
		z-index: 999;
		top: 0;
		height: 100%;
		width: 100%;
		padding-left: 20px;
	}

	.fudong_left {
		left: 0;
		padding-left: 20px;
	}

	.fudong_right {
		right: 0;
	}

	.fudon_title {
		margin-top: 20px;
		font-size: 30px;
		color: #fff;
		font-weight: bold;
		padding-bottom: 50px;
		position: relative;
	}

	.fudon_title::after {
		position: absolute;
		content: "";
		width: 2em;
		height: 5px;
		background: #fff;
		left: 0;
		bottom: 40%;
	}

	.fudon_small {
		font-size: 30px;
		color: #d2d2d2;
		font-weight: bold;
		line-height: 1;
	}

	.canDoThing {
		padding: 1%;
	}

	.canDoThing_list {
		flex-shrink: 0;
		width: 49%;
		margin-bottom: 15px;
		background: #f1f1f1;
	}

	.fun_list_box {
		width: 48%;
	}

	.fun_list_text {
		line-height: 1.8;
	}

	.tab-list1 {
		width: 49%;
		height: 200px;
		flex-shrink: 0;
		background: #f1f1f1;
		margin-bottom: 15px;
	}

	.nav_list_img {
		width: 30%;
		flex-shrink: 0;
		margin-right: 2%;
	}

	.nav_list_text {
		color: #666;
		line-height: 1.6;
		height: 90px;
		overflow: hidden;
		display: -webkit-box !important;
		text-overflow: ellipsis;
		word-break: break-all;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
	}

	.inner-slidepic .am-slider-default .am-control-thumbs,
	.am-slider .am-slides a {
		display: none;
	}

}

@media screen and (max-width: 768px) {
  #partner{
  	display: none;
  }

  .case-block{
  	display: none;
  }

	.business-box {
		margin-top: 20px;
		justify-content: center;
	}

	.business-box .businessList {
		margin: 10px 0 0;
	}

	.opera-p {
		font-size: 12px;
		color: #666;
		display: -webkit-box;
		overflow: hidden;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.yewuTwo .yewuTwo-left {
		padding: 0;
		justify-content: space-between
	}

	.yewuTwo-left .yewu-iconfont {
		margin: 0 0 10px;
	}

	.prove-box {
		width: 100%;
		background: #f0f0f0;
		padding: 40px 10px 20px;
		box-sizing: border-box;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.more-pic .mord {
		position: absolute;
		width: 90px;
		height: 30px;
		background: #0d7687;
		border: 2px solid #f0f0f0;
		right: 20px;
		top: -15px;
		border-radius: 30px;
		box-sizing: content-box;
	}

	.more-pic .mord a {
		line-height: 30px;
		font-size: 16px;
	}

	.explan-box .sw-cin-title {
		margin-top: 10px;
		color: #0d7687;
		font-weight: bold;
		font-size: 18px;
		padding-bottom: 10px;
		position: relative;
	}

	.explan-box .sw-cin-title::after {
		content: "";
		position: absolute;
		width: 1.2em;
		height: 1px;
		background: #000;
		left: 0;
		bottom: 0px;
	}

	.explan-box .sw-cin-samll {
		margin-bottom: 0;
		font-size: 16px;
	}

	.explan-box .sw-cin-text {
		font-size: 12px;
	}

	.explan-box .sw-cin-navlist {
		font-size: 12px;
	}

	.ex-p {

		color: #666;
		margin-top: 0;
	}

	.dis_juns2 {
		width: 48.5%;
		height: 260px;
		flex-shrink: 0;
		margin-bottom: 20px;
	}

}

@media screen and (max-width: 640px) {

	/*.am-padding-vertical-xl{
		padding-top: 0.32rem;
		padding-bottom: 0.32rem;
	}
	.am-padding-vertical{
		padding-top:0.8rem ;
		padding-bottom: 0.8rem;
	}
	.am-padding-bottom{
		padding-bottom:0.8 
	}
	.am-padding-horizontal-lg{
		padding-left: 1.2rem;
    padding-right: 1.2rem;
	}
	.am-padding-lg{padding: 1.2rem;
	}*/


	.tab-list1 {
		width: 100%;
		height: 200px;
		flex-shrink: 0;
		background: #f1f1f1;
		margin-bottom: 15px;
	}

	.opera-title {
		font-size: 0.32rem;
	}


	.business-box {
		margin-top: 20px;
		justify-content: space-between;
	}

	.absrace-status {
		width: 100%;
		flex-shrink: 0;
	}

	.absrace-status .abs-box {
		padding: 20px 0;
		height: 186px;
	}

	.abs-title {
		font-size: 0.36rem;
		color: #222;
		text-align: center;
		position: relative;
	}

	.abs-eg-title {
		font-size: 0.36rem;
		color: #cfcfcf;
		text-align: center;
	}

	.abs-text {
		font-size: 0.25rem;
	}



	.opera-content {
		padding: 0 0.2rem;
		box-sizing: border-box;
		height: auto;
		font-size: 0.24rem;
		overflow: hidden;
	}

	.opera-p {
		color: #666;
		display: -webkit-box;
		overflow: hidden;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}

	.opera-more {
		text-align: right;
		position: relative;
		right: 0.2rem;
		bottom: 0.2rem;
		margin-top: 0.4rem;
		font-size: 0.32rem;
	}

	.yewuTwo,
	.logo-show {
		padding: 0 10px;
		box-sizing: border-box;
	}

	.yewuTwo .yewuTwo-left {
		padding: 0;
		margin-top: 15px;
	}

	.yewuTwo-left .yewu-iconfont {
		width: 24%;
		height: 2rem;
		border: 1px solid #e5e5e5;
		box-sizing: border-box;
		margin-bottom: 10px;
		text-align: center;
		transition: all .5s ease;
	}

	.yewu-iconfont .iconfont {
		font-size: 0.6rem;
		margin-top: 0.1rem;
	}

	.yewu-iconfont div {
		font-size: 0.24rem;
	}
	.logo-show li{
		margin-bottom: 0.2rem;
	}
	.dengfeng-conten {
		position: absolute;
		height: 140px;
		width: 100%;
		top: 0;
		bottom: 0;
		margin: auto;
		padding: 0 10px;
	}

	.dengfeng-title {
		font-size: 24px;
	}

	.explain {
		margin-bottom: 0.4rem;
	}

	.sw-u {
		margin: 0.3rem auto;
		padding: 0 0.4rem;
		box-sizing: border-box;
	}

	.sw-cont-title {
		color: #0d7687;
		font-size: 0.32rem;
		font-weight: bold;
	}

	.sw-cont-text {
		font-size: 0.24rem;
		margin-top: 0.2rem;
	}

	.dengfeng>li:nth-of-type(n) {
		margin-bottom: 0.2rem;
	}

	.sw-flex-guar {
		justify-content: center;
		padding: 0 0.2rem;
	}

	.guarantee {
		width: 220px;
		height: auto;
		flex-shrink: 0;
		background: #dcdcdc;
		padding: 0.6rem 0.2rem 0;
		margin: 0 0.2rem 0.8rem;
	}

	.sw-internet .am-avg-sm-1>li:nth-of-type(1n+1) {
		margin: 0.2rem 0 0.2rem;
	}

	.internerbox {
		padding: 0 0.2rem;
		height: auto;
	}

	.internerbox .interner-title {
		padding: 0 0 0.2rem;
		font-size: 0.32rem;
		position: relative;
	}

	.interner-title::after {
		position: absolute;
		content: "";
		left: 0;
		bottom: 0.1rem;
		width: 2em;
		height: 2px;
		background: #0d7687;
	}

	.introduce_title {
		margin-top: 15%;
		font-size: 0.36rem;
		color: #000000;
		text-align: center;
		padding: 8% 0;
		position: relative;
	}

	.explain .exp-right {
		padding-right: 0.4rem;
	}

	.explain .exp-left {
		padding-left: 0.4rem;
	}

	.introduce_title,
	.explan-title {
		font-size: 0.32rem;
	}

	.explan-text {
		font-size: 0.4rem;
	}

	.yewu_title {
		font-size: 0.32rem;
		margin: 5px auto;
	}

	.yewu_title .iconfont {
		font-size: 0.6rem;
	}

	.fudon_title {
		margin-top: 10px;
		font-size: 20px;
		color: #fff;
		font-weight: bold;
		padding-bottom: 20px;
		position: relative;
	}

	.fudon_title::after {
		position: absolute;
		content: "";
		width: 2em;
		height: 5px;
		background: #fff;
		left: 0;
		bottom: 10px;
	}

	.fudon_small {
		font-size: 20px;
		color: #d2d2d2;
		font-weight: bold;
		line-height: 1;
	}

	.canTitle {
		font-size: 18px;
		font-weight: bold;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.canSmall {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.fun_list {
		margin: 20px auto 0;
	}

	.fun_list_box {
		width: 100%;
		padding: 0 10px;
	}

	.fun_list_text {
		line-height: 1.6;
	}

	.tab-list2 {
		height: auto;
		background: #f1f1f1;
	}

	.tab-list2-title {
		padding: 10px;
		font-size: 18px;
	}

	.tab-list2-img {
		padding: 10px 20px 20px;
	}

	.tab-top {
		padding: 10px 20px;
	}

	.tab-bottom {
		padding: 0 10%;
		padding-bottom: 10px;
	}

	.am-avg-sm-2 li{ 
		width:100%;
		background: rgba(0, 0, 0, .3);
		margin-top: 10px;
	}

	.twelve_title {
		position: absolute;
		width:100%;
		left: 0;
		top: 20%;
		font-size: 14px;
		font-weight: bold;
		padding: 0 5%;
    text-align: center;
	}

	.twelve_text {
		position: absolute;
		width:100%;
		left: 0;
		top: 35%;
		font-size: 12px;
		display: inline;
		padding: 0 5%;
    text-align: center;
	}

	.ctex {
		padding: 0 20px;
	}

	.nav_list_title a {
		font-size: 14px;
		height: -32px;
		overflow: hidden;
		height: 20px;
		display: inline-block;
	}

	.nav_list_text {
		display: none !important;
		/*2020-01-20 修改*/
		color: #666;
		line-height: 1.6;
		height: 40px;
		overflow: hidden;
		display: -webkit-box !important;
		text-overflow: ellipsis;
		word-break: break-all;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
	}

	.nav_list_Time {
		margin: 0;
	}

	.nav_list_a {
		display: none;
	}

	.case_list_box {
		width: 100%;
		flex-shrink: 0;
		margin-bottom: 20px;
	}

	.sw-tabs {
		display: flex;
		justify-content: space-between;
		font-size: 14px;
		padding-bottom: 10px;
	}

	.sw-tabs li {
		border: none;
		height: 30px;
		line-height: 30px;
		width: auto;
		margin-right: 0;
		color: #0d7687
	}

	.am-nav-tabs>li>a {
		line-height: 30px;
	}

	.dis_juns2 {
		width: 100%;
		height: 260px;
		flex-shrink: 0;
		margin-bottom: 20px;
	}

	.form_text_box,
	.form_icon {
		display: flex;
		align-items: flex-start;
		line-height: 2;
		flex-direction: column;
	}

	.form_icon {
		width: 100%;
		flex-direction: row;
		align-items: center;
	}
}

@media screen and (max-width: 375px) {

	.lable-chunk {
		margin-top: 20px;
		text-align: center;
	}

	.abstract {
		max-width: 600px;
		margin: 15px auto 0;
		text-align: center;
		font-size: 12px;
		color: #666666;
		padding: 0 10px;
	}

	.news-box .am-nav-tabs>li {
		margin: 0px 5%;
		border-radius: 5px;
		width: 15%;
	}

	/* .news-box .am-nav-tabs>li>a {
		border: none;
		margin-right: 0;
		font-size: 16px;
		color: #222;
	} */

}

@media screen and (max-width:640px) {
	.iconfont {
		font-size: 0.32rem;
	}

	.am-list>li>a {
		padding: 0.2rem 0;
		font-size: 0.28rem;
	}

	.am-margin-left-sm {
		margin-left: 0.4rem;
		margin-right: 0.4rem;
	}

	.am-topbar-btn {
		font-size: 0.3rem;
	}

	.am-thumbnails {
		margin: 0;
	}



	.news-box .am-tabs-bd {
		width: 100%;
		box-sizing: border-box;
	}

	.news-box .am-tabs-bd .am-tab-panel ul li {
		width: 100%;
		padding: 0 .2rem;
		margin-top: 0.4rem;
		box-sizing: border-box;
		float: none;
		position: relative;
	}

	.days {
		width: 100%;
		height: 0.4rem;
		line-height: 0.2rem;
		padding: 0;
		border: none;
	}

	.news-box .am-tabs-bd .am-tab-panel ul li:hover .days {
		border: none;
	}

	.days:after {
		content: none;
	}

	.news-box .am-tabs-bd .icon-rigth {
		margin-bottom: 0.2rem;
		font-size: 0.5rem;
	}

	.news-title {
		font-size: 0.32rem;
	}

	.newx-text {
		margin-top: 0.1rem;
		font-size: 0.28rem;
	}

	.days .monthAndday {
		display: inline-block;
		margin-right: .2rem;
		font-size: 0.36rem;
	}

	.days .years {
		font-size: 0.28rem;
		display: inline-block
	}

	.news-title {
		margin-top: .2rem;
	}

	.business-box .businessList {
		width: 48%;
		height: 4.6rem;
		color: #222222;
		overflow: hidden;
		margin: 0 1% 0.2rem;
	}

	.businessList .iconfont {
		font-size: 1rem;
	}

	.font {
		margin: 20px auto 0;
		height: 2px;
		width: 35px;
		-webkit-transition: all 500ms;
		-moz-transition: all 500ms;
		-o-transition: all 500ms;
		transition: all 500ms;
	}

	.lable-chunk {
		margin-top: 30px;
		text-align: center;
	}

	.abstract {
		max-width: 600px;
		margin: 20px auto 0;
		text-align: center;
		font-size: 14px;
		color: #666666;
	}

	.prove-box .prove-list img {
		height: auto;
		max-width: 100%;
	}

	.prove-list div {
		text-align: center;
		padding: 10px;
		box-sizing: border-box;
	}

	.prove-box .prove-list {
		width: 49%;
		height: 100%;
		flex-shrink: 0;
		text-align: center;
		position: relative;
	}

	.prove-box .prove-list:first-child,
	.prove-box .prove-list:last-child {
		width: 100%;
	}

	.news-box .am-nav-tabs>li {
		margin: 0px .2rem;
		border-radius: 5px;
		width: 20%;
		font-size: 0.24rem;
	}

	.news-box .am-nav-tabs>li>a {
		border: none;
		margin-right: 0;
		font-size: 0.24rem;
	}

	.businessTitle {
		font-size: 0.36rem;
		margin: 0.4rem auto 0.1rem;
	}

	.friendlink div a {
		font-size: 0.28rem;
	}

	.am-list-date {
		font-size: 0.26rem;
		top: 0.26rem;
	}

	.am-list .am-list-item-dated a {
		padding-right: 1.6rem;
	}
}