@charset "utf-8";

a:hover,
a:focus {
	color: #23527c;
	text-decoration: none !important;
	cursor: pointer;
}

ol {
	margin-bottom: 0;
}

ul,
li {
	padding: 0;
	margin: 0;
	list-style: none;
}


.thumbnail {
	border: 0;
	padding: 0;
	border-radius: 0;
}


/*banner*/
.swiper-pagination-bullet-active {
	background: #53b0ba;
}

.hw-banner .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23999999'%2F%3E%3C%2Fsvg%3E");
	left: 30px;
	opacity: .6;
}

.hw-banner .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23999999'%2F%3E%3C%2Fsvg%3E");
	right: 30px;
	opacity: .6;
}

.hw-banner .swiper-button-prev:hover {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23009242'%2F%3E%3C%2Fsvg%3E");
	opacity: 1;
}

.hw-banner .swiper-button-next:hover {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23009242'%2F%3E%3C%2Fsvg%3E");
	opacity: 1;
}

.hw-banner .swiper-button-prev,
.hw-banner .swiper-button-next {
	width: 14px;
	height: 22px;
	margin-top: -11px;
	background-size: 14px 22px;
}




/*图片样式*/
.img-thumbnail {
	padding: 0;
	background-color: #fff;
	border: 0;
	border-radius: 0;
	max-width: 100%;
	height: auto;
}
.container .con img{
	padding: 0;
	background-color: #fff;
	border: 0;
	border-radius: 0;
	max-width: 100%;
	height: auto;
}

p.thumbnail {
	border: 0;
	padding: 0;
	border-radius: 0;
	margin-bottom: 0;
	overflow: hidden;
}

p.thumbnail img {
	width: 100%;
	transition: all 0.6s;
}

.pd {
	padding: 40px 0;
}

.tit {
	text-align: center;
	margin-bottom: 30px;
}

.tit h4 {
	font-size: 20px;
	line-height: 30px;
	color: #333;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 500;
}

.tit span {
	font-size: 12px;
	line-height: 24px;
	color: #555555;
	display: inline-block;
}


/*产品类别*/
.category .item {
	display: block;
	margin-bottom: 40px;
}

.category .item img {
	border-radius: 4px;
	transition: all .3s;
}

.category .item h4 {
	margin-top: 24px;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	text-align: center;
	color: #222;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.category .item:hover p.thumbnail img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.category .item:hover h4 {
	color: #53b0ba;
}


/* 走进厚威 */
.about {
	width: 100%;
	position: relative;
	background: #F5F5F5;
}

.about .container-fluid {
	padding: 0;
}

.about .left_about {
	overflow: hidden;
	padding: 50px 30px;
	position: relative;
}

.about .leftCon .intro {
	overflow: hidden;
	display: none;
}

.about .leftCon .introon {
	display: block;
}

.about .leftCon h3 {
	font-size: 30px;
	font-weight: bold;
	margin-top: 111px;
}

.about .leftCon h3 a {
	color: #172a86;
	text-decoration: none;
}

.about .leftCon span {
	display: block;
}

.about .leftCon .span1 {
	color: #666666;
	font-size: 20px;
	margin: 6px 0 18px 0;
}

.about .leftCon .span2 {
	font-size: 12px;
	color: #bdbdbd;
	font-family: 'Myriad Pro';
}

.about .leftCon p {
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	text-overflow: ellipsis;
	/*display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;*/
	margin-bottom: 0;
}

.about .left_about ul {
	text-align: center;
	overflow: hidden;
	margin-top: 50px;
}

.about .left_about li {
	display: inline-block;
	width: 100px;
	height: 40px;
	line-height: 40px;
	/* margin-left: 1px; */
	text-align: center;
	font-size: 14px;
	background: #fff;
}

.about .left_about li a {
	display: block;
	color: #666666;
	text-decoration: none;
}

.about .left_about li.cur {
	background: #53b0ba;
}

.about .left_about li.cur a {
	color: #fff;
}

.about .right_about .rightCon {
	display: none;
}

.about .right_about .rightConon {
	display: block;
}


.nabout .list-item {
	display: block;
	margin-bottom: 40px;
}

.nabout  .list-item img {
    border-radius: 4px;
    transition: all .3s;
}

.nabout  .list-item h5 {
    margin-top: 16px;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    text-align: center;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nabout  .list-item:hover  img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
}

.nabout  .list-item:hover h5 {
	color: #53b0ba;
}


/* 新闻中心 */
.news-one {
	display: block;
	padding: 15px;
	background: rgba(250, 250, 250, 1);
	border-radius: 4px;
	transition: all .2s;
	margin-bottom: 20px;
}

.news-one .img {
	position: relative;
	margin-bottom: 0;
}

.news-one span {
	display: block;
	padding: 12px 15px;
	color: #FFFFFF;
	background: #53b0ba;
	font-size: 12px;
	line-height: 12px;
	position: absolute;
	top: 0;
	left: 0;
}

.news-one img {
	border-radius: 2px;
}

.news-one .info h5 {
	font-size: 18px;
	font-weight: 400;
	color: rgba(34, 34, 34, 1);
	line-height: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 16px 0 8px;
}

.news-one .info p {
	font-size: 13px;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
	line-height: 13px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 4px;
}

.news-one:hover {
	background: #53b0ba;
}

.news-one:hover .info h5,
.news-one:hover .info p {
	color: #FFFFFF;
}

.news .list a {
	min-height: 120px;
	display: block;
	background: rgba(248, 248, 248, 1);
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 15px 15px 15px 150px;
	position: relative;
	transition: all .2s;
}

.news .list a:last-child {
	margin-bottom: 0;
}

.news .list a img {
	width: 120px;
	height: 90px;
	border-radius: 2px;
	position: absolute;
	left: 15px;
	top: 15px;
}

.news .list a .info h5 {
	font-size: 16px;
	font-weight: 400;
	color: rgba(34, 34, 34, 1);
	line-height: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 8px 0 12px;
}

.news .list a .info p {
	font-size: 13px;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
	line-height: 13px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news .list a .info span {
	font-size: 12px;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
	line-height: 12px;
}

.news .list a:hover {
	background: #53b0ba;
}

.news .list a:hover .info h5,
.news .list a:hover .info p,
.news .list a:hover .info span {
	color: #FFFFFF;
}


/* 友情链接 */
.link {
	padding: 18px 0;
	background: #F8F8F8;
}

.link span,
.link a {
	font-size: 14px;
	line-height: 14px;
}

.link span {
	color: #666666;
}

.link a {
	display: inline-block;
	padding: 0 12px;
	color: #333333;
}

.link a:hover {
	color: #53b0ba;
}


/* 底部 */
.footer {
	background: #282828;
}

.footer .footer-nav h4,
.footer .footer-nav h4 a {
	font-size: 16px;
	font-weight: 500;
	color: rgba(255, 255, 255, 1);
	line-height: 16px;
	margin-top: 0;
	margin-bottom: 32px;
}

.footer .footer-nav p,
.footer .footer-nav p a {
	font-size: 14px;
	font-weight: 400;
	color: rgba(204, 204, 204, 1);
	line-height: 14px;
	margin-bottom: 24px;
}

.footer .row div:last-child {
	margin-top: 10px;
}

.footer .footer-nav h4 a:hover,
.footer .footer-nav p a:hover {
	color: #53b0ba;
}

.bq {
	padding: 12px 0;
	background: #282828;
	border-top: 1px solid rgba(62, 62, 62, 1);
}

.bq span {
	display: block;
	padding: 5px 0;
	font-size: 13px;
	line-height: 20px;
	font-weight: 400;
	color: rgba(204, 204, 204, 1);
}

.bq div.txt {
	/* display: flex;
	justify-content: space-between;
	flex-wrap: wrap; */
	text-align: center;
}

/* 内页样式 */
.hw-category {
	text-align: center;
	margin-bottom: 30px;
	padding: 0 15px;
}

.hw-category,
.hw-category a {
	color: #1e1e1e;
	font-size: 14px;
	line-height: 30px;
}

.hw-category span {
	display: inline-block;
	margin: 0 12px;
	color: #999999;
}

.hw-category a.active,
.hw-category a:hover {
	color: #53b0ba;
	transition: all .5s ease;
}

/* 关于我们 */
.nabout .item p {
	font-size: 15px;
	line-height: 30px;
	color: #222;
}

.nhonour .item {
	display: block;
	margin-bottom: 30px;
}

/* 新闻中心 */
.nNews {
	background: #f7f7f7;
}

.nNews .item {
	display: block;
	padding: 15px;
	background: #FFFFFF;
	border-radius: 4px;
	transition: all .2s;
	margin-bottom: 30px;
}

.nNews .item .img {
	position: relative;
}

.nNews .item span {
	display: block;
	padding: 12px 15px;
	color: #FFFFFF;
	background: rgba(83, 175, 186, .9);
	font-size: 12px;
	line-height: 12px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.nNews .item img {
	border-radius: 2px;
}

.nNews .item .info h5 {
	font-size: 16px;
	font-weight: 400;
	color: rgba(34, 34, 34, 1);
	line-height: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 20px 0 10px;
}

.nNews .item .info p {
	font-size: 12px;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
	line-height: 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 8px;
}

.nNews .item:hover {
	box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.10);
}

.nNews-detail .title {
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 10px;
}

.nNews-detail .tag {
	text-align: center;
	color: #777777;
	font-size: 14px;
	margin-bottom: 40px;
}

.nNews-detail .con p {
	font-size: 15px;
	line-height: 30px;
	color: #222;
}

.back {
	margin-top: 60px;
	display: inline-block;
	padding: 8px 24px;
	border: 1px solid #53b0ba;
	color: #53b0ba;
	transition: .2s;
	border-radius: 4px;
}

.back:hover {
	background: #53b0ba;
	color: #FFFFFF;
}


/* 联系我们 */
.nContact {
	background: #F7F7F7;
}

.nContact .thumbnail {
	padding: 6px;
	background-color: #fff;
}

.nContact h4 {
	font-size: 18px;
	font-weight: 600;
	color: #222;
	margin: 15px 0;
}

.nContact ul li {
	font-size: 14px;
	line-height: 30px;
	color: #555;
}

.nContact dl {
	margin-bottom: 30px;
}

.nContact dl dt {
	font-size: 16px;
	color: #222;
	margin-bottom: 10px;
}

.nContact dl dd {
	font-size: 14px;
	line-height: 24px;
	color: #555;
}

.nContact .other {
	margin-top: 60px;
}

/* 招贤纳士 */
.njob .title {
	font-size: 30px;
	padding: 20px 0;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 50px;
	font-weight: 600;
	text-align: center;
}

.njob .item {
	margin-bottom: 50px;
}

.njob .item h4 {
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: 600;
}

.njob .item h4 i {
	display: inline-block;
	margin-right: 10px;
	color: #333;
}

.njob .item dl {
	margin-bottom: 20px;
}

.njob .item dl dt {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
}

.njob .item dl dd {
	font-size: 14px;
}

/* 产品中心 */
.nproduct {
	background: #F7F7F7;
}

.nproduct .item {
	display: block;
	margin-bottom: 40px;
}

.nproduct .item img {
	border-radius: 4px;
	transition: all .3s;
}

.nproduct .item h5 {
	margin-top: 16px;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	text-align: center;
	color: #222;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nproduct .item:hover p.thumbnail img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.nproduct .item:hover h5 {
	color: #53b0ba;
}

/*产品详情页*/
.nProduct-detail .top {
	background-color: #F5F5F5;
	padding: 30px 0;
}

.nProduct-detail .top .pro-img {
	margin-bottom: 0;
}

.nProduct-detail .top .pro-txt {
	padding-left: 0;
}

.nProduct-detail .top .pro-txt h4 {
	font-size: 24px;
	color: #333333;
	line-height: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.nProduct-detail .top .pro-txt p {
	font-size: 14px;
	color: #555555;
	line-height: 24px;
}

.nProduct-detail .bottom {
	padding: 30px 0;
}

.nProduct-detail .bottom .tab-tit {
	font-size: 24px;
	font-weight: 700;
	color: #53b0ba;
	margin-bottom: 30px;
}

.nProduct-detail .bottom .con img {
	display: block;
	max-width: 100%;
	margin: 10px auto;
	height: auto !important;
}

.nProduct-detail .bottom .con p {
	font-size: 16px;
	color: #333;
	line-height: 30px;
}

.nProduct-detail .paging {
	margin-bottom: 40px;
}

.nProduct-detail .paging .paging-box {
	background: #F7F7F7;
	font-size: 15px;
	line-height: 24px;
	padding: 10px 20px;
	display: flex;
	justify-content: space-between;
}

.nProduct-detail .paging .paging-box a {
	color: #555;
}

.nProduct-detail .paging .paging-box a:hover {
	color: #53b0ba;
}

.nstrength {
	background: #F7F7F7;
}

.nstrength .item {
	display: block;
	margin-bottom: 40px;
}

.nstrength .item img {
    border-radius: 4px;
    transition: all .3s;
}

.nstrength .item h5 {
    margin-top: 16px;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    text-align: center;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nstrength .item:hover p.thumbnail img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
}

.nstrength .item:hover h5 {
	color: #53b0ba;
}

.nstrength-device {
	background: #F7F7F7;
}

.nstrength-device .item {
	display: block;
	margin-bottom: 40px;
}

.nstrength-device .item img {
    border-radius: 4px;
    transition: all .3s;
}

.nstrength-device .item h5 {
    margin-top: 16px;
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
    text-align: center;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nstrength-device .item:hover p.thumbnail img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.nstrength-device .item:hover h5 {
	color: #53b0ba;
}


/* 分页样式 */
#page {
	text-align: center;
	margin-top: 50px;
}

#page .pagination {
	margin: 20px 0 0;
}

#page .pagination>.active>a {
	z-index: 3;
	color: #FFFFFF;
	cursor: default;
	background-color: #53b0ba;
	border-color: #53b0ba;
}

#page .pagination>li>a,
#page .pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #888;
	border: 1px solid #ddd;
}


/* 小屏幕（平板，大于等于768px） */
@media (min-width: 768px) {
	.hw-banner .swiper-button-prev, 
	.hw-banner .swiper-button-next {
	    width: 27px;
	    height: 44px;
	    margin-top: -22px;
	    background-size: 27px 44px;
	}
	
	.about .left_about li {
		width: 100px;
		height: 40px;
		line-height: 40px;
	}

	.about .left_about ul {
		position: static;
		margin-top: 30px;
	}

	.footer .row div:last-child {
		margin-top: 0;
	}

	.hw-category {
		margin-bottom: 50px;
	}

	.hw-category,
	.hw-category a {
		font-size: 18px;
	}

	.hw-category span {
		display: inline-block;
		margin: 0 30px;
	}

}

/* 中等屏幕（桌面显示器，大于等于992px） */

@media (min-width: 992px) {
	.tit {
		margin-bottom: 50px;
	}

	.tit h4 {
		font-size: 30px;
		line-height: 36px;
		color: #333;
		margin-top: 0;
		margin-bottom: 0;
	}

	.tit span {
		font-size: 14px;
		line-height: 30px;
		color: #555555;
		display: inline-block;
	}

	.pd {
		padding: 80px 0;
	}

	.news-one {
		margin-bottom: 0;
	}

	.category .item {
		margin-bottom: 0;
	}

	.about .tit {
		margin-bottom: 30px;
	}

	.about .left_about ul {
		width: calc(100% - 60px);
		position: absolute;
		bottom: 50px;
	}

	.about .left_about li {
		width: 120px;
		height: 40px;
		line-height: 40px;
	}
}

/* 大屏幕（大桌面显示器，大于等于1200px） */

@media (min-width: 1200px) {}

