* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Microsoft-YaHei;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}


@media screen and (max-width:1250px) {
	body {
		width: 100%;
		min-width: 1250px;
	}
}

.container {
	width: 100%;
}

.container-center {
	width: 1200px;
	margin: 0 auto;
}


/* 页头  */
.header {
	width: 100%;
}

.header-top {
	display: flex;
	/*justify-content: center;*/
	align-items: center;
	height: 107px;
	background-color: #fff;
}

.header-top .logo-img {
	display: block;
	width: 375px;
	height: 75px;
}

.header-title {
	width: 460px;
	margin: 0 50px;
}

.header-title .header-title-icon {
	display: block;
	width: 100%;
	height: 75px;
}

.header-title .title-text {
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
}

.header-tel {
	display: flex;
	align-items: center;
	width: 270px;
	height: 75px;
}

.header-tel .tel-icon {
	width: 270px;
	height: 75px;
	/*margin-right: 10px;*/
}

.header-tel>div h5 {
	width: 120px;
	font-size: 16px;
	color:#2255E8;
	line-height: 20px;
}

/*页头 导航栏*/
.header-nav {
	width: 100%;
	background: #002242;
}

.header-nav-box {
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 1000px;
	margin: 0 auto;
}

.header-nav-box>li {
	width: 150px;
	height: 60px;
	text-align: center;
}


.header-nav-box>li>a {
	padding: 3px 0;
	font-size: 14px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	border-bottom: 1px solid #002242;
}

.header-nav-box>li>a.active {
	border-bottom: 1px solid #fff;
}
.header-nav-box .nav-item {
	position: relative;
	display: block;
	width: 150px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
}


.header-nav-box .nav-item a {
	color: #fff;
	font-size: 16px;
}
.nav-item-li{
	width: 150px;
}
.nav-item-li a:hover {
	background: #853408;
}
 .header-nav-box .active {
	background: #cd910f;
}
 

.header-nav-box .nav-item .nav-item-pop {
	display: none;
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	z-index: 999;
}

.header-nav-box .nav-item .nav-item-pop>li {
	width: 100%;
	height: 40px;
	border-bottom: 1px solid rgba(255, 255, 255, .4);
	line-height: 40px;
	background: #002242;
}

.header-nav-box .nav-item.nav-item-pop>li:last-child {
	border-bottom: none;
}

/* 轮播 */
.banner {
	position: relative;
	width: 100%;
	height: 26vw;
	min-height: 400px;
}

.banner-box {
	width: 100%;
	height: 100%;
}

.banner-box .swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.banner-box .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	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;
}

.banner-box .swiper-slide img {
	width: 100%;
	height: 100%;
}

.banner-box .swiper-button-next {
	right: 30px;
	width: 70px;
	height: 70px;
}

.banner-box .swiper-button-prev {
	left: 30px;
	width: 70px;
	height: 70px;
}

.banner-box .swiper-button-next:after {
	content: '';
	background: url(../../images/2020/next-btn.png) no-repeat;
	width: 60px;
	height: 60px;
}

.banner-box .swiper-button-prev:after {
	content: '';
	background: url(../../images/2020/prev-btn.png) no-repeat;
	width: 60px;
	height: 60px;
}

.banner-box .swiper-pagination-bullet {
	background-color: rgba(255, 255, 255, .1);
	border: 1px solid #fff;
	opacity: 1;
}

.banner-box .swiper-pagination-bullet-active {
	background-color: #fff;
}

/* 关于我们 */
.about-us {
	position: relative;
	height: 250px;
	padding-bottom: 200px;
}

.about-us-box {
	position: relative;
	display: flex;
	justify-content: space-between;
	height: 480px;
	padding: 90px 175px 50px;
	box-sizing: border-box;
}

.about-us-box::before {
	position: absolute;
	top: 0;
	right: 85px;
	content: '';
	width: 35px;
	height: 240px;
	background-color: #0385FF;
}

.about-us-box::after {
	position: absolute;
	bottom: 110px;
	right: 85px;
	content: 'Picture Rotation';
	width: 70px;
	height: 40px;
	color: #929292;
	font-weight: bold;
}

.about-us-content {
	position: relative;
	width: 450px;
	height: 100%;
}

.about-us-content::before {
	position: absolute;
	bottom: 50px;
	left: 0;
	content: '';
	width: 230px;
	height: 8px;
	background-color: #0385FF;
}

.about-us-content::after {
	position: absolute;
	bottom: 70px;
	left: 0;
	content: '';
	width: 25px;
	height: 25px;
	background-color: #0385FF;
}

.about-us-title {
	position: relative;
	height: 35px;
	line-height: 35px;
}

.about-us-title::before {
	position: absolute;
	left: 0px;
	top: 0;
	content: '';
	width: 8px;
	height: 35px;
	background-color: #0385FF;
}

.about-us-title span:nth-child(1) {
	font-size: 30px;
	font-weight: bold;
	padding: 0 10px 0 20px;
}

.about-us-title span:nth-child(2) {
	font-size: 32px;
}

.about-us-text {
	width: 100%;
	height: 140px;
	padding-right: 30px;
	margin-top: 20px;
	font-size: 11px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	line-height: 20px;
	text-indent: 21px;
	box-sizing: border-box;
}

/*关于我们swiper  */
.about-us-swiper {
	width: 400px;
	height: 100%;
	overflow: hidden;
}

.about-us-swiper ul {
	height: 230px;
}

.about-us-swiper ul li {
	width: 400px;
	height: 230px;
	float: left;
}

.about-us-swiper ul li img {
	display: block;
	width: 100%;
	height: 100%;
}

.about-us-pagination {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 200px;
	height: 30px;
	margin-top: 25px;
}

.about-us-pagination img {
	display: block;
	width: 20px;
	height: 30px;
	cursor: pointer;
}

.about-us-pagination>div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 140px;
}

.about-us-pagination>div span {
	display: inline-block;
	width: 15px;
	height: 16px;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	cursor: pointer;
}

.about-us-pagination>div span.active {
	border-bottom: 1px solid #0385FF;
	transform: scale(1.2);
}


/* 正穗公司代理记账的服务标准 */
.standard {
	padding: 50px 0 80px;
	background-color: #D9F2FF;
}

.standard-title-box>h1 {
	position: relative;
	width: 440px;
	height: 35px;
	margin: 0 auto;
	text-align: center;
	font-size: 32px;
	color: #000;
	line-height: 35px;
}

.standard-title-box>h1::before {
	content: '';
	position: absolute;
	top: 50%;
	left: -50px;
	width: 60px;
	border-bottom: 1px solid #000;
}

.standard-title-box>h1::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -50px;
	width: 60px;
	border-bottom: 1px solid #000;
}


.standard-title-box>h4 {
	width: 100%;
	height: 25px;
	text-align: center;
	font-size: 18px;
	color: #000;
	font-weight: normal;
	line-height: 25px;
}


.standard-top {
	display: flex;
	justify-content: space-around;
	width: 850px;
	margin: 30px auto;
}

.standard-top-item {
	width: 250px;
	height: 420px;
	padding: 30px;
	border: 2px dashed #006CFF;
	box-sizing: border-box;
	border-radius: 10px;
}

.standard-top-item>img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.standard-top-item>h3 {
	width: 100%;
	text-align: center;
	font-size: 22px;
	margin: 15px 0;
}

.standard-top-item>h6 {
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	margin: 15px 0;
}

.standard-top-item>p {
	width: 100%;
	line-height: 24px;
	font-size: 14px;
}

.standard-bottom {
	width: 820px;
	padding: 15px 10px;
	margin: 0 auto;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	border-radius: 15px;
	background-color: #92D3FF;
	box-sizing: border-box;
}


/* 正穗ISO9901质量认证服务标准 */
.service {
	padding: 50px 0 70px;
	background-color:#fff;
}

.service .container-center {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.service .container-center h1 {
	font-size: 35px;
	color: #0385FF;
}

.service .container-center p {
	font-size: 14px;
	color: #0385FF;
	margin: 15px 0 45px;
	font-weight: 600;
}

.service .container-center .service-icon {
	display: block;
	width: 600px;
}

.service-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 640px;
	height: 60px;
	font-size: 14px;
	line-height: 20px;
}

.service-box div {
	position: relative;
}

.service-box div:nth-child(-n+3)::after {
	content: '';
	position: absolute;
	top: -50px;
	right: -75px;
	height: 100px;
	border-right: 1px solid #000000;
}

.hot-news {
	padding: 50px 0;
	background-color: #D9F2FF;
}

.hot-news-title-box>h1 {
	position: relative;
	width: 160px;
	height: 35px;
	margin: 0 auto;
	text-align: center;
	font-size: 32px;
	color: #000;
	line-height: 35px;
}

.hot-news-title-box>h1::before {
	content: '';
	position: absolute;
	top: 50%;
	left: -50px;
	width: 60px;
	border-bottom: 1px solid #000;
}

.hot-news-title-box>h1::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -50px;
	width: 60px;
	border-bottom: 1px solid #000;
}


.hot-news-title-box>h4 {
	width: 100%;
	height: 25px;
	text-align: center;
	font-size: 18px;
	color: #000;
	font-weight: normal;
	line-height: 25px;
}
.hot-news-content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 1100px;
	margin: 20px auto;
}

.hot-news-item {
	width: 250px;
	margin: 50px 0;
}
.hot-news-item a{
	color: black;
}
.hot-news-item>a>img {
	display: block;
	width: 100%;
	height: 230px;
}
.hot-news-item>a>h3 {
    width: 100%;
    margin: 15px 0;
    text-align: center;
    font-size: 18px;
    line-height: 25px;
}
.hot-news-item>h3 {
	width: 100%;
	margin: 15px 0;
	text-align: center;
	font-size: 18px;
	line-height: 25px;
}
.hot-news-item>a>p {
	width: 100%;
	line-height: 20px;
	font-size: 14px;
}

.hot-news-item>p {
	width: 100%;
	line-height: 20px;
	font-size: 14px;
}

/* 广告 */
.advertising-img {
	display: block;
	width: 100%;
	min-width: 1200px;
}


/* 广州正穗集团 实力展示 荣誉 */
.zhengsui-strength-honor {
	padding: 100px 0 45px;
	background-color: #fff;
}

.zhengsui-strength-honor .container-center {
	background: url(../../images/2020/zhengsui-strength-honor.png) no-repeat;
	background-size: 100% 100%;
}

/* 广州正穗集团 */
.company-zhengsui {
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 500px;
	padding: 20px 0 70px;
}

.zhengsui-content {
	display: flex;
	justify-content: flex-start;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 500px;
	padding: 0 100px;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
}

.zhengsui-content-lt {
	width: 470px;
	height: 100%;
	background-color: #fff;
	padding: 50px 90px 60px 20px;
	box-sizing: border-box;
}

.zhengsui-content h2 {
	font-size: 40px;
}

.zhengsui-content-lt h6 {
	font-size: 20px;
	margin: 10px 0 20px;
	font-weight: 400;
	color: #cdcaca;
}

.zhengsui-content-lt ul {
	width: 100%;
	padding-left: 25px;
	box-sizing: border-box;
}

.zhengsui-content-lt p {
	margin-bottom: 7px;
	font-size: 18px;
	font-family: SourceHanSansCN;
	color: rgba(0, 0, 0, 1);
	line-height: 20px;
	font-weight: 500;
}

.zhengsui-content-lt ul li {
	position: relative;
	font-size: 16px;
	font-family: SourceHanSansCN;
	color: rgba(0, 0, 0, 1);
	line-height: 24px;
	font-weight: 500;
}

.zhengsui-content-lt ul li::before {
	position: absolute;
	top: 50%;
	left: -20px;
	height: 12px;
	width: 12px;
	content: '';
	background-color: #006cff;
	border-radius: 50%;
	transform: translateY(-50%);
}

.zhengsui-content-gt {
	display: flex;
	justify-content: space-between;
	width: 450px;
	height: 100%;
}

.zhengsui-content-gt .subsidiary-left {
	width: 100px;
	height: 100%;
	font-size: 38px;
	padding: 120px 0 180px 20px;
	box-sizing: border-box;
	border-right: 2px solid #000;
	text-align: center;
}

.subsidiary-left span {
	display: block;
	font-size: 22px;
}

.zhengsui-content-gt .subsidiary-right {
	width: 380px;
	height: 100%;
	padding-left: 20px;
	box-sizing: border-box;
	overflow: hidden;
}

.subsidiary-right .subsidiary-item {
	width: 100%;
	max-height: 80px;
	margin-bottom: 18px;
}

.subsidiary-right .subsidiary-item h5 {
	font-size: 16px;
	font-weight: normal;
}

.subsidiary-right .subsidiary-item p {
	font-size: 12px;
	padding-left: 15px;
	line-height: 25px;
}

/* 实力展示 */
.strength {
	width: 100%;
	height: 700px;
	margin: 140px 0 110px;
}

.strength .strength-box {
	display: flex;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
}

.strength-box .strength-left {
	position: relative;
	width: 445px;
	height: 635px;
	margin-right: 80px;
}

.strength-box .strength-left p>span:nth-child(1) {
	position: absolute;
	top: 165px;
	left: 80px;
	font-size: 16px
}

.strength-box .strength-left p>span:nth-child(2) {
	position: absolute;
	top: 325px;
	left: 285px;
	font-size: 16px
}

.strength-box .strength-left p>span:nth-child(3) {
	position: absolute;
	top: 485px;
	left: 45px;
	font-size: 16px
}

.strength-box .strength-left p>span:nth-child(4) {
	position: absolute;
	top: 650px;
	left: 285px;
	font-size: 16px
}

.strength-box .strength-img {
	display: block;
	width: 100%;
	height: 100%;
}

.strength-box .strength-text {
	display: flex;
	flex-direction: column;
	width: 340px;
	padding: 25px 35px 0;
	box-sizing: border-box;
}

.strength-box .strength-text h2 {
	font-size: 35px;
	font-weight: normal;
	color: #000;
}

.strength-box .strength-text h5 {
	margin-top: 15px;
	font-size: 22px;
	color: #cdcaca;
	font-weight: normal;
}

.strength-box .strength-text div {
	font-size: 16px;
	line-height: 36px;
	margin: 20px 0px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: rgba(53, 53, 53, 1);
}

.strength-box .strength-btn {
	display: block;
	width: 176px;
	height: 50px;
	margin-top: 60px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	background-color: #006CFF;
	border-radius: 30px;
	color: #fff;
}

/* 荣誉 */
.honor {
	width: 100%;
	padding: 70px 0 45px;
}

.honor h2 {
	width: 100%;
	font-size: 35px;
	font-weight: normal;
	color: #000;
	text-align: center;
}

.honor h5 {
	width: 100%;
	margin-top: 15px;
	font-size: 22px;
	color: #cdcaca;
	text-align: center;
	font-weight: normal;
}


.honor-box {
	width: 100%;
	padding: 0 100px;
	box-sizing: border-box;
}

.honor-box .honor-top,
.honor-box .honor-bottom {
	display: block;
	width: 100%;
}

.honor-lists {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	align-content: center;
}

.honor-lists .honor-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 32%;
	margin-top: 30px;
}

.honor-lists .honor-item img {
	width: 80%;
}

.honor-lists .honor-item .honor-txt {
	width: 100%;
	padding: 5px 45px;
	box-sizing: border-box;
	line-height: 35px;
	text-align: center;
	font-size: 19px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
}

/* 更多荣誉查看 */
.honor-look-more {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding-bottom: 75px;
}

.honor-look-more a {
	margin: 0 5px;
	padding: 4px;
	font-size: 22px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	line-height: 25px;
	color: #006cff;
	border-bottom: 2px solid #006cff;
}


/* 客户及合作伙伴 */
.customers-partners {
	padding: 100px 0;
	background-color: #DFF1FF;
}

.customers-partners h1 {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-size: 32px;
	line-height: 35px;
}

.customers-partners p {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-size: 24px;
	line-height: 50px;
	color: #9d9d9d;
}

.customers-partners-img {
	display: block;
	width: 100%;
}

/* 税务登记 财税疑难 出口退税 发票管理- */
.bottom-swiper-nav {
	width: 100%;
	height: 50px;
	background-color: #8DC5FF;
}

.bottom-swiper-nav .nav-box {
	display: flex;
	justify-content: space-between;
	width: 800px;
	height: 100%;
	margin: 0 auto;
}

.bottom-swiper-nav .nav-box>li {
	width: 200px;
	height: 100%;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	color: #000;
	cursor: pointer;
}

.bottom-swiper-nav .nav-box>li.on {
	background-color: #163161;
	color: #fff;
}

.bottom-swiper-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 300px;
	padding: 10px 0;
	background-color: #D6E9FF;
	box-sizing: border-box;
}

.bottom-swiper-prev,
.bottom-swiper-next {
	width: 40px;
	margin: 0 30px;
	cursor: pointer;
}

.bottom-swiper-content {
	width: 800px;
	height: 100%;
	overflow: hidden;
}

.bottom-swiper-box {
	display: flex;
	height: 100%;
	margin-left: -2400px;
}

.bottom-swiper-item {
	display: flex;
	justify-content: space-between;
	width: 800px;
	height: 100%;
}

.bottom-swiper-item>ul {
	width: 50%;
	height: 100%;
	padding-left: 10px;
	box-sizing: border-box;
}

.bottom-swiper-item>ul>li {
	width: 100%;
	height: 26px;
	overflow: hidden;
}

.bottom-swiper-item>ul>li>a {
	font-size: 12px;
	color: #000;
	padding: 3px 0;
	border-bottom: 1px solid #000;
	line-height: 26px;
}

.bottom-swiper-item>img {
	width: 50%;
}

/* 正穗财税问答*/
.questions-answers {
	padding: 100px 0 150px;
	background-color: #fff;
}

.questions-answers h1 {
	width: 360px;
	margin: 0 auto;
	font-size: 35px;
	text-align: center;
}

.questions-answers .tips {
	width: 550px;
	text-align: center;
	margin: 15px auto 70px;
	font-size: 14px;
}

.questions-answers-content {
	position: relative;
	width: 650px;
	height: 330px;
	padding: 30px 50px;
	margin: 0 auto;
	background: url(../../images/2020/questions-answers-bg1.png) no-repeat;
	background-size: 100% 100%;
	box-sizing: border-box;
}

.questions-answers-content::after {
	content: '';
	position: absolute;
	bottom: -150px;
	right: -230px;
	width: 200px;
	height: 600px;
	background: url(../../images/2020/questions-answers-bg2.png) no-repeat;
	background-size: 100% 100%;
}

.questions-answers-content .item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 550px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #000000;
}

.questions-answers-content .more-questions {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 330px;
	height: 35px;
	transform: translateX(-50%);
	text-align: center;
	line-height: 35px;
	font-size: 16px;
	background-color: #8DC5FF;
	color: #fff;
}


/* 页脚 */
.footer {
	background-color: #26506E;
	min-width: 1200px;
}

.footer-content-top {
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	height: 140px;
	width: 1000px;
	margin: 0 auto;
}

.footer-content-top .item-box {
	display: flex;
	align-items: center;
	width: 220px;
	height: 100px;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
}

.footer-content-top .item-box img {
	display: block;
	width: 80px;
	height: 80px;
	margin-right: 15px;
}

.footer-content-mm1 {
	display: flex;
	justify-content: center;
	width: 1200px;
	margin: 0 auto 20px;
	box-sizing: border-box;
	color: #fff;
	font-size: 12px;
}
.logo-code-box a{
	color: #fff;
}
.footer-content-mm1 .footer-logo-img {
	display: block;
	width: 117px;
	height: 115px;
	margin-top: 100px;
	margin-right: 55px;
}

.footer-content-mm1 .footer-links-box {
	display: flex;
	justify-content: center;
	padding: 30px 0 0 70px;
	box-sizing: border-box;
	border-top: 1px solid #BEBEBE;
}

.footer-content-mm1 .footer-links-box a {
	display: block;
	width: 115px;
	height: 25px;
	color: #fff;
	font-size: 12px;
	line-height: 25px;
}

.footer-content-mm1 .logo-code-box {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 220px;
	margin-left: 40px;
}

.footer-content-mm1 .logo-code-box img {
	display: block;
	width: 95px;
	height: 95px;
	margin: 70px 0 10px;
}

.footer-content-mm1 .logo-code-box p {
	/* width: 100%; */
	line-height: 16px;
	font-size: 11px;
}

.logo-code-box .concat-us {
	display: flex;
	margin-bottom: 15px;
}

.footer-content-mm2 {
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	color: #fff;
	font-size: 9px;
	padding: 10px 5px 10px 6px;
	border-bottom: 1px solid #fff;
	line-height: 16px;
}

.footer-content-mm2 p {
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}

.footer-content-mm2 div {
	display: flex;
	align-items: center;
	width: 1189px;
	margin: 0 auto;
}

.footer-content-mm2 div a {
	position: relative;
	color: #fff;
	margin-right: 8px;
}

.footer-content-mm2 div a::before {
	content: '';
	position: absolute;
	left: -4px;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background-color: #9a9b98;
}

.footer-content-bottom {
	display: flex;
	justify-content: center;
	width: 1200px;
	padding: 15px 80px;
	margin: 0 auto;
	box-sizing: border-box;
}

.footer-content-bottom p {
	width: 60px;
	font-size: 9px;
	color: #fff;
	line-height: 20px;
}

.footer-content-bottom .hot-link {
	line-height: 20px;
	width: 975px;
	color: #9a9b98;
	font-size: 9px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;

}

.footer-content-bottom a,
.footer-content-bottom span {
	margin-right: 3px;
	color: #fff;
	font-size: 9px;
}
