@charset "UTF-8";

/* #region 初始化 */

* {

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	box-sizing: border-box;

	outline: none;

	padding: 0;

	margin: 0;

}



html,

body {

	width: 100%;


}


html {

	-webkit-text-size-adjust: 100%;

	-ms-text-size-adjust: 100%;

	-webkit-tap-highlight-color: transparent;

}

.swiper-pointer-events {
	width: 100%;
}

body {

	margin: 0;

	padding: 0;

	word-wrap: break-word;

	color: #000;

	background: rgba(255, 255, 255, 1);

	line-height: 1.45;

}


body,

table,

input,

textarea,

select,

option {
	font-family: 'PingFang SC', 'Microsoft Yahei', 'Avenir', 'Segoe UI', 'Hiragino Sans GB', STHeiti, 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', 'Impact', sans-serif;

	font-weight: 400;

}



audio,

video {

	display: block;

}



a {

	display: block;

	background-color: transparent;

	text-decoration: none;

	color: inherit;

	outline: none;

	-webkit-tap-highlight-color: transparent;

}



ol,

ul {

	margin: 0;

	padding: 0;

	list-style: none;

}



li {

	list-style: none;

}



img {

	display: block;

	border: 0;

}



dl,

dd,

h1,

h2,

h3,

h4,

h5,

h6 {

	font-weight: normal;

}



button,

input,

optgroup,

select,

textarea {

	color: inherit;

	outline: none;

}



button[disabled],

html input[disabled] {

	cursor: default;

}



input[type="checkbox"],

input[type="radio"] {

	padding: 0;

}



table {

	border-spacing: 0;

	border-collapse: collapse;

}



td,

th {

	padding: 0;

}



.swiper-container {

	width: 100%;

}

/* #endregion */
/* #region  sass */
/* #endregion */


/* #弹性样式 */

.flex {
	display: flex;
}

.flex-wrap {
	flex-wrap: wrap;
}

.align-items {
	align-items: center;
}

.space-around {
	justify-content: space-around;
}

.space-between {
	justify-content: space-between;
}

.space-center {
	justify-content: center;
}

.flex-end {
	justify-content: flex-end;
}

/* #公共样式 -end */



/* #region 全局 导航*/

.container {
	padding: 0 30px;
	max-width: 1490px;
	margin: 0 auto;
	position: relative;
}


/* end */


.nav_icon,
.nav_modal,
.phone_index {
	display: none;
}

.headernav {
	width: 100%;
	top: 0;
	height: 5rem;
	opacity: 1;
	z-index: 5;
	position: fixed;
	color: rgba(51, 51, 51, 1);
	background-color: #fff;
	box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.05);
}

.headernav .container {
	height: 100%;
	max-width: 1650px;
}

.headernav .logo img {
	width: 3.2rem;
	height: 2.8rem;
	margin-right: 0.75rem;
}

.headernav .logo h3 {
	font-size: 1.6rem;
	font-weight: 700;
	color: rgba(23, 69, 134, 1);
}

.headernav .logo hr {
	border: 0;
	width: 0.05rem;
	height: 2.5rem;
	background: rgba(219, 219, 219, 1);
	margin: 0 0.75rem;
}

.headernav .logo p {
	font-size: 1rem;
	color: rgba(51, 51, 51, 1);
}

.headernav ul {
	width: 40%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}

.headernav ul li {
	font-size: 0.9rem;
	font-weight: 500;
	line-height: 5rem;
}

.headernav .active {
	color: rgba(23, 69, 134, 1) !important;
	border-bottom: 0.15rem solid rgba(23, 69, 134, 1);
}

.headernav ul .nav_one a:hover {
	color: rgba(23, 69, 134, 1) !important;
}

.headernav .phone {
	border-radius: 1.5rem;
	background: rgba(201, 35, 46, 1);
	font-size: 1.2rem;
	font-family: 'Impact';
	color: rgba(255, 255, 255, 1);
	padding: 0.45rem 0.9rem 0.45rem 0.6rem;
}

.headernav .phone img {
	width: 1.95rem;
	height: 1.95rem;
	padding: 0.35rem;
	margin-right: 0.5rem;
	border-radius: 50%;
	background: rgba(255, 255, 255, 1);
}

/* #end */



/* 底部 */



/* #end */



/* 分页 */

.pagination {
	display: flex !important;
	flex-wrap: wrap;
	justify-content: center;
	margin: 4rem 0 2rem 0;
}

.pagination>li>a,
.pagination>li>span {
	font-size: 0.9rem;
	min-width: 2rem;
	height: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0.5rem;
	border: 1px solid whitesmoke !important;
	padding: 0 .5rem;
	transition: ease-out .36s;
	color: rgba(102, 102, 102, 1);
	width: auto !important;
	border-radius: 0px;
}

.pagination>.active>a,
.pagination>li>a:hover,
.pagination>.active>a:focus,
.pagination>li>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
	background: rgba(23, 69, 134, 1);
	color: #fff;
}

/* end */




/* 底部 */


footer .top {
	background-color: rgba(0, 40, 97, 1);
	opacity: 1;
	transition: ease-out .36s;
	padding: 3rem 0 3.5rem 0;
}

footer .top .item:nth-child(1) {
	width: 25%;
}

footer .top .item .logo {
	margin-bottom: 2.25rem;
}

footer .top .item .logo h3 {
	font-size: 1.5rem;
	font-weight: 700;
	color: rgba(255, 255, 255, 1);
}

footer .top .item .logo img {
	filter: grayscale(100%) brightness(600%);
	margin-right: 1rem;
}

footer .top .item .product {
	font-size: 0.8rem;
	line-height: 35px;
	color: rgba(255, 255, 255, 1);
	padding: 0;
}

footer .top .item:nth-child(2) {
	width: 15%;
}

footer .top .item:nth-child(2) h3,
footer .top .item:nth-child(3) h3 {
	font-size: 1.4rem;
	font-weight: 700;
	color: rgba(255, 255, 255, 1);
	margin-bottom: 1.25rem;
}

footer .top .item:nth-child(2) a {
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 0.8);
	margin-right: 2.50rem;
	margin-bottom: 1rem;
}

footer .top .item:nth-child(2) a:nth-child(2n) {
	margin-right: 0;
}

footer .top .item:nth-child(3) div {
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 1rem;
}

footer .top .item:nth-child(3) div img {
	width: 1.25rem;
	height: 1.25rem;
	margin-right: 0.8rem;
}

footer .top .item:nth-child(4) img {
	width: 8rem;
	height: 8rem;
}

footer .botton {
	background: rgba(0, 35, 84, 1);
	opacity: 1;
	transition: ease-out .36s;
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 0.7);
	padding: 1.25rem 0;
}

footer .botton .other {
	margin-top: 0;
}

footer .botton span:nth-child(1) {
	margin-right: 2.5rem;
}

footer .top .item:nth-child(1) a:hover,
footer .top .item:nth-child(2) a:hover,
footer a:hover {
	color: #fff;
	transition: ease-out .36s;
}


/* end */



/* 内页效果 */

.ib-txt {
	position: sticky;
	top: 0px;
	z-index: 1;
	padding: 270px 0 140px;
}

.ib-txt h3 {
	font-size: 0.9rem;
	font-weight: 500;
	color: rgba(23, 69, 134, 1);
	margin-bottom: 2.25rem;
	transition: all 0.4s;
}

.ib-txt h4 {
	font-size: 2.4rem;
	font-weight: 500;
	color: rgba(51, 51, 51, 1);
	transition: all 0.4s;
}

.white {
	color: #fff !important;
}

.inside-banner {
	position: relative;
}

.inside-banner {
	width: 100%;
	position: relative;
	overflow: hidden;
	transform: scale(0.9);
	transition: ease-out 0.4s;
}

.inside-banner>img {
	display: block;
	width: 100%;
	height: 31.5rem;
	object-fit: cover;
	object-position: center;
}


.ib-scroll-txt {
	position: absolute;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
}

.fadeShow {
	opacity: 1;
	z-index: 1;
}

.hideShow {
	opacity: 0;
	z-index: -1;
}

/* end */



/* 首页 */

.index .banner {
	width: 100%;
	position: relative;
	transition: ease-out .36s;
	margin-top: 4.8rem;
}

.index .banner .swiper-slide {
	max-height: 35rem;
	position: relative;
}

.index .banner .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.index .banner .swiper-pagination-bullet {
	width: 0.6rem;
	height: 0.6rem;
	opacity: 0.28;
	background: rgba(255, 255, 255, 1);
	margin: 0 0.6rem;
}

.index .banner .swiper-pagination-bullet-active {
	opacity: 0.9;
	background: rgba(204, 34, 45, 1);
}

.index .banner .swiper-horizontal>.swiper-pagination-bullets,
.index .banner .swiper-pagination-bullets.swiper-pagination-horizontal,
.index .banner .swiper-pagination-custom,
.index .banner .swiper-pagination-fraction {
	bottom: 2rem;
}

.index .banner .container {
	position: absolute;
	width: 95%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.index .banner .container img {
	width: 2.7rem;
	height: 2.7rem;
	padding: 0.8rem;
	background: rgba(255, 255, 255, 0.13);
	border-radius: 50%;
	cursor: pointer;
}

.index .banner .container img:hover {
	background: rgba(255, 255, 255, 0.2);
}

/* end */




/* 首页 */

.index2 {
	padding: 4.5rem 0;
	opacity: 1;
	transition: ease-out .36s;
}

.index-title {
	text-align: center;
}

.index-title h3 {
	font-size: 2.4rem;
	font-weight: bold;
	color: rgba(3, 54, 126, 1);
}

.index-title h3 span {
	color: rgba(51, 51, 51, 1);
	margin-left: 1rem;
}

.index-title p {
	font-size: 0.9rem;
	color: rgba(102, 102, 102, 1);
	margin-top: 0.5rem;
}

.product-type {
	justify-content: center;
	margin: 2.2rem 0 3.2rem 0;
}

.product-type li,
.product-type a {
	font-size: 0.9rem;
	/* width: 10.1rem; */
	cursor: pointer;
	padding: 0.9rem;
	margin: 0 1rem;
	border-radius: 1.5rem;
	background: rgba(246, 246, 246, 1);
	text-align: center;
	transition: ease-out .36s;
}

.product-type .active,
.product-type a:hover {
	border-radius: 1.5rem;
	background: rgba(23, 69, 134, 1);
	color: rgba(255, 255, 255, 1);
}

.goods-list ul {
	display: none;
}

.goods-list ul:nth-child(1) {
	display: block;
}

.goods-list ul a {
	width: calc((100% - 3.6rem) / 4);
	margin-right: 1.2rem;
	margin-bottom: 2rem;
	border: 0.05rem solid rgba(219, 219, 219, 1);
	/* background: rgba(247, 247, 247, 1); */
}

.goods-list ul a:nth-child(4n) {
	margin-right: 0;
}

.goods-list i {
	display: block;
	width: 100%;
	/* height: 14.85rem; */
	overflow: hidden;
	margin-bottom: 1rem;
	padding: 1rem;
}

.goods-list i img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: ease-out .36s;
}

.goods-list .more {
	font-size: 0.9rem;
	color: rgba(51, 51, 51, 1);
	transition: ease-out .36s;
	border-top: 0.05rem solid rgba(219, 219, 219, 1);
	padding: 1rem;
}

.goods-list .more img {
	width: 1rem;
	height: 1rem;
	filter: grayscale(100%) brightness(100%);
}

.goods-list a:hover .more {
	color: rgba(201, 35, 46, 1);
}

.goods-list a:hover .more img {
	filter: initial;
}

.other {
	margin-top: 3.65rem;
	justify-content: center;
}

.other .phone {
	border-radius: 1.5rem;
	background: rgba(201, 35, 46, 1);
	font-size: 0.9rem;
	font-family: 'Impact';
	color: rgba(255, 255, 255, 1);
	padding: 0.45rem 0.9rem 0.45rem 0.6rem;
	margin-right: 2.1rem;
	max-height: 2.2rem;
}

.other .phone img {
	width: 1.6rem;
	height: 1.6rem;
	padding: 0.4rem;
	margin-right: 0.5rem;
	border-radius: 50%;
	background: rgba(255, 255, 255, 1);
}

.other .more {
	border-radius: 1.5rem;
	border: 0.05rem solid rgba(222, 222, 222, 1);
	padding: 0.65rem 1.95rem;
	font-size: 0.9rem;
	color: rgba(102, 102, 102, 1);
	max-height: 2.2rem;
}

.other .more img {
	margin-left: 0.5rem;
}

.other .more:hover {
	background: rgba(201, 35, 46, 1);
	color: #fff;
	transition: ease-out .36s;
}

.other .more:hover img {
	filter: grayscale(100%) brightness(500%);
	transition: ease-out .36s;
}


.index3 {
	padding: 2.75rem 0;
	opacity: 1;
	background: rgba(247, 247, 247, 1);
	transition: ease-out .36s;
}

.index3 .index-title {
	margin-bottom: 2rem;
}

.index3 .left {
	width: 45%;
	height: 23.7rem;
	overflow: hidden;
	border-radius: 0.75rem;
	background: rgba(204, 204, 204, 1);
}

.index3 .left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: ease-out .36s;
}

.index3 .right {
	width: 50%;
}

.index3 .right h3 {
	font-size: 1.8rem;
	font-weight: 700;
	color: rgba(3, 54, 126, 1);
}

.index3 .right .intor {
	font-size: 0.9rem;
	line-height: 35px;
	color: rgba(102, 102, 102, 1);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 2.25rem 0;
}

.index3 .right .more {
	width: 8.8rem;
	border-radius: 1.5rem;
	background: rgba(201, 35, 46, 1);
	padding: 0.45rem 0;
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 1);
	display: flex;
	align-items: center;
	justify-content: center;
}

.index3 .right .more img {
	filter: grayscale(100%) brightness(600%);
	margin-left: 0.5rem;
}

.index3 .left:hover img {
	transform: scale(1.1);
}

.index3 .right .more:hover img {
	margin-left: 1rem;
	transition: ease-out .36s;
}



.index4 {
	padding: 4.5rem 0;
	opacity: 1;
	transition: ease-out .36s;

}

.index4 .list {
	margin-top: 2.5rem;
}

.index4 .list li {
	width: 20%;
	height: 23.75rem;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	transition: ease-out .36s;
	cursor: pointer;
}

.index4 .list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.25);
}

.index4 .list li i img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: ease-out .36s;
	z-index: -1;
}

.index4 .content {
	position: relative;
	z-index: 1;
	padding: 2.1rem 1.5rem;
}

.index4 .content p {
	font-size: 0.7rem;
	color: rgba(255, 255, 255, 0.8);
	text-transform: uppercase;
}

.index4 .content h3 {
	font-size: 1.4rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 1);
}

.index4 .content img {
	width: 2.65rem;
	height: 2.65rem;
	margin-top: 4rem;
}

.index4 .content .intor {
	opacity: 0;
	height: 0px;
	font-size: 0.9rem;
	line-height: 26px;
	color: rgba(255, 255, 255, 0.8);
	margin-top: 1.25rem;
}

.index4 .list li.active {
	width: 40%;
}

.index4 .list li.active::before {
	background: linear-gradient(0deg, rgba(3, 54, 126, 1) 0%, rgba(3, 54, 126, 0) 100%);
}

.index4 .list li.active .content img {
	margin: 0;
	opacity: 0;
	height: 0;
}

.index4 .list li.active .content .intor {
	opacity: 1;
	height: auto;
}




.index5 {
	background: url("../images/bg.webp") no-repeat;
	background-size: cover;
	background-position: center;
	padding: 3.15rem 0;
	opacity: 1;
	transition: ease-out .36s;
	position: relative;
}

.index5::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
}

.index5 .container {
	position: relative;
	z-index: 1;
	text-align: center;
}

.index5 h3 {
	font-size: 2.4rem;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	margin-bottom: 2.25rem;
}

.index5 .tel {
	font-size: 2.4rem;
	font-family: 'Impact';
	color: rgba(255, 214, 66, 1);
}


.index6 {
	padding: 3rem 0 4.5rem 0;
	opacity: 1;
	transition: ease-out .36s;
}

.index6 .swp {
	margin-top: 3rem;
	width: 100%;
	overflow: hidden;
}

.index6 .swp .swiper-slide {
	width: 100%;
	height: 15rem;
	overflow: hidden;
	position: relative;
}

.index6 .swp .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: ease-out .36s;
}

.index6 .swp .swiper-slide p {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	text-align: center;
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 1);
	background: rgba(0, 0, 0, 0.6);
	padding: 0.6rem 0;
}

.index6 .swp .swiper-slide:hover img {
	transform: scale(1.1);
}


.index7 {
	padding: 3rem 0;
	opacity: 1;
	transition: ease-out .36s;
	background: rgba(247, 247, 247, 1);
}

.index7 .news-list {
	margin-top: 3rem;
}

.index7 .news-list .left,
.index7 .news-list .right {
	width: 47%;
}

.index7 .news-list .left a i {
	display: block;
	width: 100%;
	height: 18rem;
	overflow: hidden;
}

.index7 .news-list .left a i img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: ease-out .36s;
}

.index7 .news-list .left .content {
	border-radius: 0 0 0.75rem 0.75rem;
	background: rgba(255, 255, 255, 1);
	padding: 1.25rem;
}

.index7 .news-list .left a h3 {
	font-size: 1.2rem;
	font-weight: 500;
	color: rgba(51, 51, 51, 1);
}

.index7 .news-list .left a .time {
	font-size: 0.9rem;
	color: rgba(102, 102, 102, 1);
	padding: 0.5rem 0 1rem 0;
	border-bottom: 0.05rem solid rgba(237, 237, 237, 1);
}

.index7 .news-list .left a .intor {
	font-size: 0.9rem;
	line-height: 26px;
	color: rgba(153, 153, 153, 1);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 1rem 0 2.25rem 0;
}

.index7 .news-list .left a p {
	font-size: 0.9rem;
	line-height: 26px;
	color: rgba(201, 35, 46, 1);
}

.index7 .news-list .right a {
	padding: 1rem;
	border-bottom: 0.05rem solid rgba(237, 237, 237, 1);
}

.index7 .news-list .right .time {
	font-size: 0.8rem;
	color: rgba(102, 102, 102, 1);
	margin-right: 3.6rem;
}

.index7 .news-list .right .time h3 {
	font-size: 2.4rem;
	color: rgba(102, 102, 102, 1);
}

.index7 .news-list .right .content h3 {
	font-size: 1.2rem;
	font-weight: 500;
	color: rgba(51, 51, 51, 1);
}

.index7 .news-list .right .content .intor {
	font-size: 0.9rem;
	line-height: 26px;
	color: rgba(153, 153, 153, 1);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 1rem 0 2rem 0;
}

.index7 .news-list .right .content p {
	font-size: 0.9rem;
	color: rgba(102, 102, 102, 1);
	transition: ease-out .36s;
}

.index7 .news-list .right .content img {
	filter: grayscale(100%) brightness(100%);
}

.index7 .news-list .left:hover,
.index7 .news-list .right a:hover {
	box-shadow: 0 0.2rem 1.6rem rgba(0, 0, 0, 0.1);
	transition: ease-out .36s;
	border-radius: 0.75rem;
	overflow: hidden;
}

.index7 .news-list .right a:hover .content p {
	color: rgba(201, 35, 46, 1);
}

.index7 .news-list .right a:hover .content img {
	filter: initial
}


/* end */



/* 产品中心 */

.product {
	padding: 3rem 0;
}

.product .goods-list ul a {
	width: calc((100% - 3.6rem) / 4);
	margin-right: 1.2rem;
}

.product .goods-list ul a:nth-child(4n) {
	margin-right: 0;
}


/* 详情 */

.product2 {
	padding: 6.5rem 0 5rem 0;
	opacity: 1;
	background: rgba(246, 246, 246, 1);
}

.position {
	font-size: 0.9rem;
	color: rgba(102, 102, 102, 1);
}

.position img {
	width: 1.2rem;
	height: 1.2rem;
	margin-right: 0.5rem;
}

.product2 hr {
	margin: 1.15rem 0 2rem 0;
}

.product2 .left {
	width: 50%;
}

.product2 .left h3 {
	font-size: 36px;
	font-weight: 500;
	color: rgba(201, 35, 46, 1);
}

.product2 .left li {
	margin-top: 1.5rem;
}

.product2 .left li h3 {
	font-size: 1rem;
	font-weight: 500;
	color: rgba(51, 51, 51, 1);
	margin-bottom: 0.75rem;
}

.product2 .left li p {
	font-size: 0.9rem;
	line-height: 26px;
	color: rgba(102, 102, 102, 1);
}

.product2 .right {
	max-width: 18.6rem;
	max-height: 22.35rem;
}

.product2 .right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.product3 {
	padding: 2.75rem 0 5rem 0;
	opacity: 1;
}

.product3 .title {
	font-size: 1.4rem;
	font-weight: 500;
	color: rgba(51, 51, 51, 1);
	width: 6rem;
	margin: 0 auto;
	margin-bottom: 2rem;
	position: relative;
	z-index: 2;
}

.product3 .title p {
	position: relative;
	z-index: 1;
}

.product3 .title::after {
	content: ' ';
	left: 48%;
	bottom: 0.3rem;
	transform: translate(-50%, 0%);
	position: absolute;
	width: 5.95rem;
	height: 0.25rem;
	background: rgba(227, 64, 74, 1);
}

.product3 .left {
	width: 75%;
	margin-top: 2.5rem;
}

.product3 .left .intor img {
	margin: 0 auto;
}

.product3 .right {
	width: 25%;
}

.product3 .right .list {
	width: 100%;
	padding: 2.5rem 1.5rem;
	box-shadow: 0 0.2rem 1.6rem rgba(0, 0, 0, 0.05);
}

.product3 .right .goods-list a {
	width: 100%;
	margin-right: 0;
}



/* 关于我们 */

.about {
	padding: 3.5rem 0 7.5rem 0;
	opacity: 1;
}

.about h3 {
	font-size: 1.8rem;
	font-weight: 700;
	color: rgba(3, 54, 126, 1);
}

.about .intor {
	font-size: 0.9rem;
	line-height: 35px;
	color: rgba(51, 51, 51, 1);
	margin: 1.75rem 0 2.5rem 0;
}

.about img {
	width: 100%;
	height: 32.5rem;
	object-fit: cover;
	object-position: center;
}



/* 工厂实力 */

.tuwen {
	padding: 3.5rem 0 5rem 0;
	opacity: 1;
}

.tuwen .list a {
	width: calc((100% - 4rem) / 3);
	margin-right: 2rem;
	margin-bottom: 1.25rem;
}

.tuwen .list a:nth-child(3n) {
	margin-right: 0rem;
}

.tuwen .list a i {
	display: block;
	width: 100%;
	height: 15.3rem;
	overflow: hidden;
	margin-bottom: 1.25rem;
}

.tuwen .list a i img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: ease-out .36s;
}

.tuwen .list a .title {
	font-size: 1rem;
	color: rgba(0, 0, 0, 1);
	text-align: center;
	transition: ease-out .36s;
}

.tuwen .list a:hover i img {
	transform: scale(1.1);
}

.tuwen .list a:hover .title {
	color: rgba(201, 35, 46, 1);
}


/* 新闻中心 */

.news {
	padding: 3.5rem 0 5rem 0;
	opacity: 1;
}

.news .list a {
	margin-bottom: 1.75rem;
	transition: ease-out .36s;
}

.news .list i {
	display: block;
	width: 30%;
	height: 11.9rem;
	overflow: hidden;
}

.news .list i img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: ease-out .36s;
}

.news .list .content {
	width: 67%;
}

.news .list .content h3 {
	font-size: 1.2rem;
	font-weight: 500;
	color: rgba(51, 51, 51, 1);
	transition: ease-out .36s;
}

.news .list .content hr {
	border: 0;
	margin: 1.25rem 0;
	border: 0.05rem solid rgba(237, 237, 237, 1);
}

.news .list .content .intor {
	font-size: 0.9rem;
	line-height: 26px;
	color: rgba(153, 153, 153, 1);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 1rem;
}

.news .list .content .time {
	font-size: 0.9rem;
	color: rgba(153, 153, 153, 1);
}

.news .list a:hover i img {
	transform: scale(1.1);
}

.news .list a:hover .content h3 {
	color: rgba(3, 54, 126, 1);
}

/* 新闻详情 */

.news2 {
	padding: 3.5rem 0 5rem 0;
	opacity: 1;
}

.news2 h3 {
	font-size: 1.8rem;
	font-weight: 500;
	color: rgba(23, 69, 134, 1);
	text-align: center;
}

.news2 ul {
	margin: 1rem 30% 3.5rem 30%;
	justify-content: space-around;
}

.news2 ul li {
	font-size: 0.9rem;
	color: rgba(153, 153, 153, 1);
}

.news2 ul li img {
	width: 1.15rem;
	height: 1.15rem;
	margin-right: 0.5rem;
}

.news2 .intor {
	font-size: 0.9rem;
	line-height: 26px;
	color: rgba(102, 102, 102, 1);
}

.news2 .intor img {
	max-width: 100%;
	margin: 0 auto;
}


/* 关于我们 */

.us {
	padding: 3.5rem 0 5rem 0;
	opacity: 1;
}

.us h3 {
	font-size: 1.8rem;
	font-weight: 500;
	color: rgba(51, 51, 51, 1);
	text-align: center;
}

.us span {
	display: block;
	width: 2rem;
	height: 0.15rem;
	background: rgba(201, 35, 46, 1);
	margin: 0 auto;
	margin-top: 0.75rem;
	margin-bottom: 1.25rem;
}

.us p {
	font-size: 0.9rem;
	color: rgba(102, 102, 102, 1);
	text-align: center;
}

.us img {
	width: 100%;
	height: 21rem;
	object-fit: cover;
	object-position: center;
	margin: 2.75rem 0;
}

.us .left h3 {
	font-size: 1.4rem;
	color: rgba(201, 35, 46, 1);
	text-align: left;
}

.us .left span {
	display: block;
	width: 2rem;
	height: 0.15rem;
	background: rgba(102, 102, 102, 1);
	text-align: left;
	margin: 0.75rem 0 1rem 0;
}

.us .left div {
	font-size: 0.9rem;
	color: rgba(102, 102, 102, 1);
	margin-top: 0.75rem;
}

.us .right img {
	width: 9.1rem;
	height: 9.1rem;
	margin: 0;
	margin-left: 3.25rem;
}




/* end */