.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0
}

.clearfix {
	zoom: 1;
	clear: both
}

[v-cloak] {
	display: none
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
th,
td,
p,
blockquote,
pre,
form,
fieldset,
legend,
input,
button,
textarea,
article,
aside,
footer,
header,
hgroup,
nav,
section,
menu {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

em,
i {
	font-style: normal
}

li {
	list-style: none
}

img {
	border: 0
}

input,
img {
	vertical-align: middle
}

article,
aside,
footer,
header,
hgroup,
nav,
section,
menu {
	display: block
}

a {
	text-decoration: none;
	color: #333;
	cursor: pointer;
}

textarea {
	-webkit-appearance: none
}

a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none
}

a:link,
a:visited,
a:active,
a:hover {
	text-decoration: none;
	color: #333333;
}

a:focus {
	outline: 0;
	text-decoration: none;
	-moz-outline: 0
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
	display: none
}

input,
textarea {
	-webkit-appearance: none;
	border-radius: 0;
	border: 0;
	outline: none;
}

* {
	outline: none;
}

html {
	font-size: 62.5%;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
	padding: 0;
}

.wrap {
	width: 100%;
	background-color: #F2F2F2;
}
.index-wrap{
	background-color: #fff;
}
.menu {
	max-width: 120rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 2rem !important;
}

.menu ul {
	display: flex;
}

.menu ul li {
	position: relative;
	padding: 0 2.3rem;
	line-height: 2.5rem;
	font-size: 1.8rem;
}

.down {
	position: absolute;
	right: 3rem;
	top: 1.6rem;
	width: 2rem;
	height: 2rem;
}

.menu>ul>li:first-child {
	padding-left: 0;
}

.menu>ul>li:last-child {
	padding-right: 0;
}

.menu>ul>li::after {
	content: '';
	position: absolute;
	top: 0.6rem;
	right: 0;
	width: 0.1rem;
	height: 1.4rem;
	border-left: 0.1rem solid #B4B4B4;
}

.menu>ul>li:last-child::after {
	border: 0;
}

.menu>ul>li a {
	color: #4B4B4B;
}

.menu>ul>li.active a,
.menu>ul>li:hover a {
	position: relative;
	color: #2A2A2A;
}

.menu ul li a::after,
.menu ul li a::after {
	content: '';
	position: absolute;
	bottom: -0.4rem;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0.2rem;
	background: #0D6FB8;
	transition: width .2s;
}

.menu ul li.active a::after,
.menu ul li:hover a::after {
	content: '';
	position: absolute;
	bottom: -0.4rem;
	left: 50%;
	transform: translateX(-50%);
	width: 1.8rem;
	height: 0.2rem;
	background: #0D6FB8;
}

.menu ul li .sub-menu {
	display: none;
}

.menu ul li:hover .sub-menu {
	position: absolute;
	top: 2.5rem;
	left: 50%;
	transform: translateX(-50%);
	background: #FFFFFF;
	/* max-width: 20rem; */
	text-align: center;
	line-height: 4rem;
	background: #fff;
	-webkit-box-shadow: 0 0.3rem 2rem 0 rgb(0 0 0 / 10%);
	box-shadow: 0 0.3rem 0.2rem 0 rgb(0 0 0 / 10%);
	border-radius: 0.3rem;
	padding: 1.6rem 0;
	display: block;
	z-index: 999;
}

.sub-menu>ul {
	display: flex;
	flex-direction: column;
	padding: 0 2rem;
}

.sub-menu>ul li {
	width: 14rem;
	color: grey;
	font-size: 15px;
	display: contents;
	text-align: center;
}

.sub-menu>ul li a {
	color: grey;
	line-height: 4rem;
	white-space: nowrap;
}

.menu ul li:hover .sub-menu>ul li a::after {
	content: '';
	width: 0;
}

.language {
	display: flex;
	font-size: 1.8rem;
}

.language a,
.language span {
	color: #B4B4B4;
}

.language a.choosed {
	color: #4B4B4B;
}

.banner {
	max-width: 100%;
	height: 38rem;
}

.banner .swiper-container {
	max-width: 100%;
	height: 38rem;
	z-index: 0;
}

.banner .swiper-container .swiper-slide img {
	width: 100%;
	height: 38rem;
	object-fit: cover;
}

.banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 100px;
    left: 50%;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    transform: translateX(-50%);
	text-align: left;
}
.banner .swiper-pagination-bullet {
    width: 24px;
    height: 4px;
    display: inline-block;
    border-radius: 0;
    background: #fff;
    opacity: .2;
}
.banner .swiper-pagination-bullet-active {
	width: 48px;
    opacity: 1;
    background: #fff;
}
@media (min-width:900px) and (max-width:1350px) {
	.banner {
		max-width: 100%;
		height: 32rem;
	}
	
	.banner .swiper-container {
		max-width: 100%;
		height: 32rem;
		z-index: 0;
	}
	
	.banner .swiper-container .swiper-slide img {
		width: 100%;
		height: 32rem;
		object-fit: cover;
	}	
}
.article {
	background: #FFFFFF !important;
	padding-bottom: 3.2rem !important;
}

.article .row {
	width: 120rem;
	margin: 0;
	/* padding: 0 2rem; */
	display: inline-flex;
	flex-wrap: wrap;
	background-color: #FFFFFF;
	z-index: 3;
	position: relative;
	margin-top: 5.2rem;
}
.article-row{
	border: 1px solid #E5E5E5;
}
.article-row .col-md-6,.article-row .col-lg-6{
	padding-right: 2.4rem;
	flex:1;
}
.article .item {
	padding: 3.2rem 2rem 0 2.4rem;
	background-color: #FFFFFF;

}

/* .article .item:first-child {
	padding-right: 0;

}
.article .item:last-child {
	padding-left: 0;

} */

.article .classic-name,
.news .classic-name,
.product-phone .classic-name {
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 2.5rem;
	font-size: 1.8rem;
	color: #2A2A2A;
}

.news .classic-name {
	padding: 0 1.8rem;
}

.article .classic-name .more,
.news .classic-name .more,
.product-phone .classic-name .more {
	color: #B4B4B4;
	background-image: url(../images/ic-pc-more.png);
	background-size: .8rem 1.9rem;
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 1.6rem;
}

.article .pic {
	position: relative;
	height: 4rem;
	display: flex;
	text-align: left;
}

.article .pic img {
	height: 4rem;
	object-fit: contain;
}

.article .pic .tit {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.50);
	line-height: 2.2rem;
	padding: 1.6rem;
	font-size: 1.6rem;
	color: #FFFFFF;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.article .list {
	display: flex;
	flex-direction: column;
}

.article .list li {
	margin-top: 1.6rem;
	font-size: 1.6rem;
	display: grid;
}

.article .list li a {
	color: #4B4B4B;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.article .list li:hover a {
	color: #000000;
}

.article-row .desc {
	position: relative;
	font-size: 1.6rem;
	color: #000000;
	letter-spacing: 0.08rem;
	margin-top: 1.6rem;
	line-height: 2.2rem;
	max-height: 15.4rem;
	overflow: hidden;
	word-wrap: break-word;
	word-break: break-all;
}
.article .more {
	display: inline-block;
	color: #97999F;
	background-image: url(../images/ic-pc-more.png);
	background-size: .6rem 1.2rem;
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 1.2rem;
	margin-top: 1.6rem;
	
}
.article-row .desc::after {
	content: "...";
	position: absolute;
	bottom: 0;
	right: 0;
	padding-left: 40px;
	background: -webkit-linear-gradient(left, transparent, #fff 55%);
	background: -o-linear-gradient(right, transparent, #fff 55%);
	background: -moz-linear-gradient(right, transparent, #fff 55%);
	background: linear-gradient(to right, transparent, #fff 55%);
}

.product {
	margin-top: 2rem;
}

.product .row {
	margin: 0;
}

.product .col-md-6:nth-child(2n+1) {
	padding-right: .9rem;
	box-sizing: border-box;
}

.product .col-md-6:nth-child(2n+2) {
	padding-left: .9rem;
	box-sizing: border-box;
}

.product .item {
	padding: 3.2rem 2.4rem 3.2rem 4rem;
	background-color: #FFFFFF;
	display: flex;
	box-sizing: border-box;
}

.mr18 {
	margin-right: 1.8rem;
}

.product .classic-name {
	flex: 1;
	line-height: 2.5rem;
	font-size: 1.8rem;
	color: #2A2A2A;
}

.product .classic-name .name {
	background-image: url(../images/ic-pc-more.png);
	background-size: .8rem 1.9rem;
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 1.6rem;
	display: inline-block;
	color: #2A2A2A;
}

.product .list {
	display: flex;
	flex-direction: column;
	width: 17.8rem;
}

.product .list li {
	margin-top: 1.2rem;
	font-size: 1.6rem;
}

.product .list li a {
	color: #4B4B4B;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	overflow: hidden;
}

.product .list li:hover a {
	color: #000000;
}

.prod-img {
	width: 30rem;
	height: 16.5rem;
	margin-left: 4.9rem;
}

.prod-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.info-list {
	margin: 2rem auto;
}

.info-list .row {
	margin: 0;
}

.info-item {
	position: relative;
	height: 20rem;
	margin-right: 1.8rem;
}

.mr0 {
	margin-right: 0;
}

.info-item .img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.info-item .tit-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.50);
	padding: 3.2rem 4rem;
	font-size: 1.8rem;
	color: #FFFFFF;
}

.info-item .tit {
	color: #FFFFFF;
	line-height: 2.5rem;
	background-image: url(../images/ic-more-white.png);
	background-size: .8rem 1.9rem;
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 1.6rem;
	display: inline-block;
}

.info-item .tit:hover {
	opacity: .9;
}

.footer-bg {
	width: 100%;
	background-image: url('../images/bottom_bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	padding: 4rem 0;
}

.foot-top {
	display: flex;
	justify-content: space-between;
}

.foot-top .f-logo {
	width: 39.4rem;
	height: 4.8rem;
}

.foot-top .link {
	font-size: 1.8rem;
	color: #FFFFFF;
	display: flex;
	align-items: center;
}

.foot-top .link .sel {
	position: relative;
}

/* .foot-top .link .sel .icon{
	position: absolute;
	top: .8rem;
	right: .8rem;
	width: 2.2rem;
	height: 2.2rem;
} */
.foot-top .link .sel select {
	font-size: 1.6rem;
	color: #FFFFFF;
	width: 23.2rem;
	height: 3.8rem;
	background: transparent;
	border: solid 1px #FFFFFF;
	margin-left: 2rem;
	padding: .8rem;
	box-sizing: border-box;
}
.foot-top .link .sel select .option{
	background-color: transparent;
}
/*使用伪类给select添加自己想用的图标*/
/* .foot-top .link .sel::after {
	content: "";
	background: url(../images/ic_arrow_d.png) no-repeat center;
	background-size: 2.2rem 2.2rem; */
	/*通过定位将图标放在合适的位置*/
	/* position: absolute; */
	/* top: .8rem;
	right: .8rem;
	width: 2.2rem;
	height: 2.2rem; */
	/*给自定义的图标实现点击下来功能*/
/* 	pointer-events: none;
} */

.foot-info {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	font-size: 1.6rem;
	color: #FFFFFF;
}

.foot-info .left {
	display: flex;
	flex: 1;
}

.foot-info .left .foot-menu {
	width: 17.6rem;
	margin-right: 9.6rem;
}

.foot-info .left .foot-menu ul {
	margin-top: 1.6rem;
	display: flex;
	flex-wrap: wrap;
}

.foot-info .left .foot-menu ul li {
	width: 8.8rem;
	line-height: 2.2rem;
	margin-bottom: .8rem;
}

.foot-info .left .foot-menu ul li a {
	color: #FFFFFF;
}

.foot-info .right {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.foot-info .right .code {
	width: 12rem;
	height: 12rem;
}

.foot-info .right .txt {
	font-size: 1.6rem;
	color: #FFFFFF;
	line-height: 2.2rem;
	margin-top: .8rem;
}

.foot-logo {
	width: 24.6rem;
	height: 4.8rem;
}

.about {
	display: flex;
	align-items: center;
}

.about .a-txt {
	margin-right: 2.6rem;
}

.icon-about {
	position: relative;
	width: 3.2rem;
	height: 3.2rem;
	margin-right: 2.4rem;
}

.icon-about img {
	width: 100%;
	height: 100%;
}

.foot-tit {
	line-height: 2.5rem;
	font-family: PingFangSC-Medium;
	font-weight: Medium;
	font-size: 1.8rem;
	color: #FFFFFF;
}
.contact-bg{
	flex: 1;
}
.contact {
	margin-top: 3.2rem;
	/* font-weight: 600; */
}

.foot-info .left .contact-line{
	display: flex;
}
.foot-info .left .contact-line .line{
	margin-right: 60px;
}
.foot-info .txt {
	font-family: PingFangSC-Regular;
	font-weight: Regular;
	font-size: 1.6rem;
	color: #FFFFFF;
	line-height: 2.2rem;
	margin-top: .8rem;
}

.foot-bot {
	font-size: 1.6rem;
	color: #FFFFFF;
	line-height: 2.2rem;
	margin-top: 4rem;
	display: flex;
	justify-content: space-between;
}

.news {
	background: #FFFFFF;
	margin: 2rem auto;
	padding: 3.2rem 1.8rem !important;
}

.news .row {
	display: inline-flex;
	flex-wrap: wrap;
	margin: 0;
	width: 100%;
}

.news-list {}
.news .row .col-sm-12,.news .row .col-md-6,.news .row .col-lg-4{
	width: 33.333%;
}
.news .pic {
	position: relative;
	width: 100%;
	height: 22.7rem;
	margin-top: 2rem;
}

.news .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news .tit {
	line-height: 2.2rem;
	padding: 1.6rem 0;
	font-size: 1.6rem;
	color: #2A2A2A;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.news-list .item {
	margin: 0 2.2rem;
}

/* 详情 */
.detail-nav {
	display: flex;
	padding: 2.4rem 0;
}

.detail-nav li {
	margin-right: .8rem;
	font-size: 1.6rem;
	color: #4B4B4B;
}

.detail-nav li a {
	padding-right: 1.6rem;
	background-image: url(../images/ic-pc-more.png);
	background-size: .8rem 1.9rem;
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 1.6rem;
	color: #4B4B4B;
	white-space: nowrap;
}

.detail-bg {
	background-color: #FFFFFF;
	width: 100%;
}

.detail {
	max-width: 84rem;
	padding: 3.2rem 0;
	margin: 0 auto;
}

.detail .title {
	font-weight: Medium;
	font-size: 3.2rem;
	color: #2A2A2A;
	line-height: 4.5rem;
}

.detail .time {
	font-size: 1.6rem;
	color: #4B4B4B;
	letter-spacing: 0.2px;
	line-height: 3.1rem;
	margin-top: 1.6rem;
}

.content {
	font-size: 1.6rem;
	color: #2A2A2A;
	letter-spacing: 0.2px;
	line-height: 3.1rem;
	margin-top: 2rem;
}

.content p {
	display: inline-block;
}

.content img {
	max-width: 100% !important;
}

.product-phone .swiper-container {
	/* width: 100%; */
	/* height: 26.4rem; */
	margin-left: auto;
	margin-right: auto;
}

.swrap {
	margin-top: 2.4rem;
	border: solid 1px rgba(180, 180, 180, .2);
}

.swiper-slide {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.gallery-top,
.gallery-top1 {
	height: 20.4rem;
	width: 100%;
}

.gallery-thumbs,
.gallery-thumbs1 {
	height: 6rem;
	background: #0D6FB8;
	box-sizing: border-box;
	font-size: 1.6rem;
	color: #FFFFFF;
	padding: 1.6rem;
}

.gallery-thumbs .swiper-slide,
.gallery-thumbs1 .swiper-slide {
	height: 100%;
	opacity: 0.8;
	white-space: nowrap;
	/* width: fit-content !important; */
	cursor: pointer;
	line-height: 2.2rem;
	text-align: center;
}

.gallery-thumbs .swiper-slide-thumb-active,
.gallery-thumbs1 .swiper-slide-thumb-active {
	opacity: 1;
	position: relative;
}

.gallery-thumbs .swiper-slide-thumb-active::after,
.gallery-thumbs1 .swiper-slide-thumb-active::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1.8rem;
	height: .2rem;
	background: #FFFFFF;
}

/* 产品列表 */
.prod-list {
	background-color: #FFFFFF;
	padding: 3.2rem 4rem !important;
	box-sizing: border-box;
	margin: 2rem auto;
	display: flex;
}

.left-menu {
	width: 16rem;
}

.left-menu ul {
	border-right: solid 1px #DADADA;
	padding-bottom: 8rem;
}

.left-menu ul li {
	position: relative;
	font-size: 1.8rem;
	color: #2A2A2A;
	border-bottom: dashed 1px #DADADA;
	/* text-align: center; */
	padding: 1.8rem 0;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.left-menu ul li:first-child {
	font-weight: bold;
	padding-top: 0;
	line-height: 1.8rem;
}

.left-menu ul li a {
	font-size: 1.8rem;
	color: #2A2A2A;
	font-weight: normal;
	/* padding-left: 2rem; */
	text-align: left;
}

.left-menu ul li:first-child::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: .4rem;
	height: 1.8rem;
	background-color: rgb(0, 125, 199);
}
.left-menu ul li:first-child::after{
	content: '';
	position: absolute;
	width: 1.6rem;
	height: 1.6rem;
	border-radius: 50%;
	border: solid 2px rgb(0, 125, 199);
	right: -.8rem;
	top: 0;
	background-color: #FFFFFF;
}
.left-menu ul li a::after {
	content: '';
	position: absolute;
	width: 1.3rem;
	height: 1.3rem;
	border-radius: 50%;
	border: solid 2px rgb(198, 198, 198);
	right: -.7rem;
	top: 50%;
	transform: translateY(-50%);
	background-color: #FFFFFF;
}

.left-menu ul li.active a {
	color: rgb(0, 125, 199);
}

.left-menu ul li.active a::after {
	border-color: rgb(0, 125, 199);
	width: 1.6rem;
	height: 1.6rem;
	right: -.8rem;
}

.right-cont {
	flex: 1;
	margin-left: 8rem;
	min-height: 40rem;
}

.right-cont .detail-nav {
	padding-top: 0;
	display: flex;
	justify-content: flex-end;
	border-bottom: solid 1px rgba(180, 180, 180, .3);
	margin-bottom: 2.4rem;
	padding-bottom: 1.8rem;
	font-size: 1.4rem;
	align-items: center;
}

.center {
	display: flex;
	align-items: center;
}

.right-cont .detail-nav .icon {
	width: 1.8rem;
	height: 1.8rem;
}

.right-cont .list {
	display: flex;
	flex-wrap: wrap;
}

.right-cont .list .col-lg-4 {
	padding: 0 2.2rem;
}

.right-cont .list .item {
	box-shadow: 0 0 10px 1px hsl(0deg 0% 73% / 21%);
	height: 27.4rem;
	margin-bottom: 4.4rem;
	border-radius: .5rem;
}

.right-cont .list .item .pic {
	width: 100%;
	height: 15rem;
}

.right-cont .list .item .pic img {
	width: 100%;
	height: 100%
}

.right-cont .list .item .tit {
	font-size: 1.6rem;
	color: #2A2A2A;
	text-align: center;
	padding: .8rem 1rem;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
}
.right-cont .list .item:hover .tit{
	color: rgba(22, 132, 252, .8);
}
.right-cont .list .item .cont {
	font-size: 1.2rem;
	color: #929292;
	text-align: left;
	word-break: break-all;
	display: -webkit-box;
	/**对象作为伸缩盒子模型展示**/
	-webkit-box-orient: vertical;
	/**设置或检索伸缩盒子对象的子元素的排列方式**/
	-webkit-line-clamp: 3;
	/**显示的行数**/
	overflow: hidden;
	/**隐藏超出的内容**/
	margin: 0 1rem 1rem 1rem;
	box-sizing: border-box;
}

.page-wrap {
	display: flex;
	justify-content: center;
	margin: 4rem 0;
}

.page-wrap a {
	width: 3rem;
	height: 3rem;
	font-size: 1.8rem;
	text-align: center;
	line-height: 3rem;
	margin: 0 1rem;
	display: inline-block;
}

.page-wrap a.active {
	background-color: rgb(0, 125, 199);
	color: #FFFFFF;
	border-radius: .5rem;
}

.sec-list {
	display: flex;
	flex-direction: column;
}

.sec-list .item {
	display: flex;
	background-color: #f7f7f7;
	margin-bottom: 2.4rem;
	cursor: pointer;
	transition: all .2s;
}

.sec-list .item:hover .info .tit {
	/* background-color: #FFFFFF; */
	color: rgba(22, 132, 252, .8);
}

.sec-list .item .time {
	text-align: left;
	padding: 1.6rem 2rem;
	background-color: rgb(198, 198, 198);
	display: inline-block;
	color: #FFFFFF;
	font-size: 1.6rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.sec-list .item .time div:first-child {
	font-size: 2.2rem;
	font-weight: 600 !important;
}

.sec-list .item:hover .time {
	background-color: rgba(22, 132, 252, .8);
}

.sec-list .item .info {
	flex: 1;
	font-size: 1.6rem;
	padding: 1.2rem 2rem;
	display: inline-grid;
}

.sec-list .item .info .tit {
	font-weight: bold;
}

.sec-list .item .info .cont {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: .8rem;
	font-size: 1.2rem;
	color: #929292;
	background: #f7f7f7;
}

.sec-detail {
	background-color: #FFFFFF;
	font-size: 1.6rem;
	color: #2A2A2A;
	letter-spacing: 0.2px;
	line-height: 3.1rem;
	display: block;
}

.sec-list.row,
.sec-detail.row {
	margin: 0;
}

.sec-detail img {
	max-width: 100%;
}

.contact-info {
	font-size: 1.6rem;
	color: #2A2A2A;
	line-height: 3.2rem;
}

.unable {
	color: #CCCCCC !important;
}
.about-img{
	flex: 1;
	height: 296px;
	object-fit: cover;
	width: 100%;
}
.index-news{
	margin-top: 4.5rem;
}
.index-news .row{
	margin-top: 2.4rem;
}
.news-tab{
	display: flex;
}
.news-tab .tab{
	flex: 1;
	text-align: center;
	font-size: 18px;
	line-height: 25px;
	text-align: center;
	color: #97999F;
	padding-bottom: 13px;
	border-bottom: 2px #F6F7F9 solid;

}
.news-tab .tab.active{
	border-bottom: 2px #007DC7 solid;
	color: #007DC7;
}
.index-news .news-item{
	border: 1px solid #E5E5E5;
	width: 38.4rem;
	flex: 1!important;
	margin-right: 2rem;
	margin-bottom: 2rem;
}
.index-news .news-item:nth-child(3n+3){
	margin-right: 0;
}
.news-img{
	width: 100%;
	height: 21.6rem;
}
.index-news .news-item .desc{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 1.6rem;
	line-height: 2.2rem;
	color: #4A4B4D;
	padding: 16px 12px 8px 12px;
}
.index-news .news-item .desc a{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	line-height: 22px;
	color: #4A4B4D;
}
.index-news .news-item .more {
	display: inline-block;
	color: #97999F;
	background-image: url(../images/ic-pc-more.png);
	background-size: .6rem 1.2rem;
	background-repeat: no-repeat;
	background-position: right center;
	padding-left: 1.2rem;
	margin-top: 0;
	margin-bottom: 1.6rem;
	font-size: 1.2rem;
	
}