.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.w1900 {
	width: 1900px;
	margin: 0 auto;
	position: relative;
}

.head-container {
	display: flex;
	justify-content: space-between;
}

.head {
	position: relative;
	width: 100%;
}

.head .left {
	flex: 0 0 28%;
}

.head .right {
	flex: 1;
}

.head .active {
	background-color: #1e50ae;
}

.head .active a {
	color: white;
}

.logoimg {
	width: 100%;
}

.head-nav {
	width: 100%;
	height: 90px;
	display: flex;
	justify-content: flex-end;
}

.nav-li {
	width: 100px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
}

.nav-li:hover {
	background-color: #1e50ae;
}

.nav-li:hover a {
	color: white;
}

.navA {
	font-size: 16px;
	color: #333333;
	width: 100%;
	line-height: 28px;
	text-align: center;
}

.swiper1 .swiper-button-prev {
	background-image: none;
	background-color: rgba(0, 0, 0, 0.1);
	width: 71px;
	height: 71px;
	border-radius: 5px;
	left: 70px;
}

.swiper1 .swiper-button-prev:hover {
	background-color: rgba(0, 0, 0, 0.4);
}

.swiper1 .swiper-button-prev span {
	display: inline-block;
	width: 71px;
	height: 71px;
	background-image: url(../image/left.png);
	background-size: cover;
}

.swiper1 .swiper-button-next {
	background-image: none;
	background-color: rgba(0, 0, 0, 0.1);
	width: 71px;
	height: 71px;
	border-radius: 5px;
	right: 70px;
}

.swiper1 .swiper-button-next span {
	display: inline-block;
	width: 71px;
	height: 71px;
	background-image: url(../image/right.png);
	background-size: cover;
}

.swiper1 .swiper-button-next:hover {
	background-color: rgba(0, 0, 0, 0.4);
}

.about {
	padding: 80px 0;
}

.about .w1200 {
	display: flex;
	justify-content: space-between;
}

.about .left {
	flex: 0 0 47%;
	position: relative;
	z-index: 10;
}

.about .left:before {
	content: "";
	position: absolute;
	width: 60px;
	height: 3px;
	background-color: #1e50ae;
	bottom: 35px;
}

.title1 {
	height: 127px;
	background: url(../image/about-title.png) 33px center no-repeat;
}

.title1 p {
	color: #666;
	font-size: 21px;
	padding-top: 21px;
	font-weight: 500;
}

.title1 h2 {
	font-size: 34px;
	color: #000;
}

.about .right {
	position: relative;
	padding-right: 80px;
}

.about .right span {
	font-size: 140px;
	position: absolute;
	color: rgb(247, 247, 247);
	bottom: 50px;
	left: -430px;
	z-index: -1;
}

.about .right img {
	width: 289px;
}

.about .content {
	padding-top: 40px;
}

.about .content p {
	color: black;
	text-indent: 40px;
}

.product .w1900 {
	display: flex;
}

.product .left {
	position: relative;
	flex: 0 0 35%;
	background: url(../image/pro-left.jpg) repeat fixed;
}

.product .left .title1 {
	width: 250px;
	position: absolute;
	top: 190px;
	right: 100px;
	background: url(../image/pro-title.png) 33px center no-repeat;
}

.product .left .title1 p {
	color: rgb(193, 193, 193);
}

.product .left .title1 h2 {
	color: #fff;
}

.product .left .title1:before {
	content: "";
	position: absolute;
	width: 60px;
	height: 3px;
	background-color: #fff;
	left: 0;
	bottom: -200px;

}

.product .right {
	background-color: #f8faf7;
	flex: 1;
	padding: 40px 16% 40px 80px;
}

.product .right ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 40px;
	background-color: #fff;
	overflow: hidden;
}

.product .right ul li {
	background-color: #fff;
	padding-bottom: 40px;
	flex: 0 0 48%;
}

.product .right ul li .showimg {
	position: relative;
	width: 370px;
	height: 218px;
	background-size: 370px auto !important;
}

.product .right ul li .showimg:before {
	content: "";
	position: absolute;
	width: 64px;
	height: 64px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: url(../image/pro-search.png) no-repeat;
	background-size: cover;
	opacity: 0;
	transition: all 0.5s;
}

.product .right ul li:hover .showimg:before {
	opacity: 1;
}

.product .right ul li img {}

.product .right ul li p {
	padding: 10px 0;
	text-align: center;
}

.product .right ul li:nth-child(3),
.product .right ul li:last-child {
	padding: 0;
}

.quality {
	padding: 20px 0 60px;
	background: url(../image/quality-bg.jpg) no-repeat;
	background-size: cover;
}

.quality .title2 {
	text-align: center;
}

.quality .title2 p {
	font-size: 28px;
	color: #c1c1c1;
}

.quality .title2 h2 {
	color: #000;
	font-size: 34px;
}

.quality .content .swiper-slide {
	max-height: 200px;
	overflow: hidden;
}

.quality img {
	width: 100%;
}

.quality ul {
	padding: 40px 0;
	display: flex;
	justify-content: center;
}

.quality ul li {
	margin: 0 15px;
	width: 130px;
	line-height: 36px;
	border-radius: 25px;
	color: #666;
	text-align: center;
	cursor: pointer;
}

.quality li.active {
	background-color: #1e50ae;
	color: white;
}

.quality .quabox {
	transition: all .5s;
}

.quality .top {
	position: relative;
}

.quality .ce-title {
	text-align: center;
	position: relative;
	padding-top: 50px;
}

.quality .top a {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
}

.quality .ce-title a {
	position: absolute;
	right: 0;
	top: 60%;
}

.quality .ce-title h2 {
	position: relative;
	font-size: 20px;
	margin-bottom: 35px;
	color: #1e50ae;
	padding-bottom: 15px;
	border-bottom: 1px solid #f0f0f0;
}

.quality .ce-title h2:before {
	content: "";
	position: absolute;
	width: 68px;
	height: 5px;
	bottom: -3px;
	left: 50%;
	transform: translate(-50%, 0);
	background-color: #1e50ae;
}

.home-banner .box {
	position: relative;
	height: 291px;
	background: url(../image/banner-bg.jpg) no-repeat;
	background-size: cover;
}

.home-banner .box span {
	font-size: 28px;
	color: white;
	font-weight: 500;
	position: absolute;
	top: 43%;
	left: 34%;
}

.home-banner .box span:before {
	content: "";
	position: absolute;
	width: 60px;
	height: 2px;
	background-color: #fff;
	left: -70px;
	bottom: 40%;
}

.home-banner .box span:after {
	content: "";
	position: absolute;
	width: 60px;
	height: 2px;
	background-color: #fff;
	right: -70px;
	bottom: 40%;
}

.news {
	padding: 60px 0 10px;
}

.news .news-title {
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #f0f0f0;
	position: relative;
}

.news .news-title:before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	left: 49.5%;
	bottom: -5px;
	transform: rotate(45deg);
	background-color: #f0f0f0;
}

.news .news-title h2 {
	font-size: 22px;
	color: #1e50ae;
	margin: 0;
}

.news .news-title a {
	position: absolute;
	right: 0;
	bottom: 45%;
	color: #1e50ae;
}

.news .news-title p {
	font-size: 16px;
	color: #737373;
}

.news .news-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.news .news-box .box {
	flex: 0 0 48.5%;
	padding: 20px 0;
	border-bottom: 1px solid hsla(0, 0%, 60%, .15);
}

.news .news-box .box h2 {
	font-size: 16px;
	margin: 0;
	padding-bottom: 15px;
}

.news .news-box .box p {
	color: #999;
	font-size: 16px;
	padding-bottom: 15px;
}

.news .news-box .box .news-content {
	color: #000;
	font-size: 13px;
	color: #000;
}

.news .news-box .box:nth-child(7),
.news .news-box .box:last-child {
	border: none;
}

.footer {
	text-align: center;
	padding: 60px 0;
	background-color: #222;
}

.footer h2 {
	color: #1e50ae;
	font-weight: bold;
	font-size: 32px;
	margin-bottom: 40px;
}

.footer h2 span {
	color: #ccc;
}

.footer ul li {
	color: rgb(126, 126, 126);
	font-size: 14px;
	padding-bottom: 8px;
}

.footer h1 {
	color: #1e50ae;
	font-size: 42px;
	margin: 0;
	padding: 20px 0;
}

.footer .copys {
	padding-top: 30px;
	color: rgb(126, 126, 126);
}

.footer .copys a {
	color: rgb(126, 126, 126);
}

.gypages-text {
	padding-top: 40px;
}

.gypages-detail {
	padding: 0 0 25px;
}

.gypages-detail h2 {
	font-size: 28px;
	font-weight: bold;
	margin: 0;
	position: relative;
}

.gypages-detail p {
	font-size: 14px;
	color: #717171;
	line-height: 30px;
}

.gypages-title {
	padding: 35px 0;
	text-align: center;
	background: url(../image/pages-title.png) center no-repeat;
}

.gypages-title p {
	color: rgb(193, 193, 193);
	font-size: 20px;
	font-weight: 500;
}

.pages-category {
	padding: 40px 0;
}

.pages-category ul {
	padding: 10px 0;
	display: flex;
	justify-content: center;
}

.pages-category ul li {
	cursor: pointer;
	padding: 0 15px;
	font-size: 16px;
	margin: 0 15px;
	position: relative;
}

.pages-category ul li:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 16px;
	background-color: #9b9b9b;
	right: -16px;
	top: 50%;
	transform: translate(0, -50%);
}

.pages-category ul li:last-child:before {
	display: none;
}

.pages-category ul li:after {
	content: "";
	position: absolute;
	width: 90%;
	height: 2px;
	background-color: #1e50ae;
	bottom: -15px;
	left: 50%;
	transform: translate(-50%, 0);
	display: none;
}

.pages-category ul li.active {
	color: #1e50ae;
}

.pages-category ul li.active:after {
	display: block;
}

.cppages-li.show:before {
	content: "";
	position: absolute;
	width: 5000px;
	height: 5000px;
	background-color: rgba(0, 0, 0, 0.5);
	left: 0;
	top: 0;
	z-index: 3;
	
}


.goods-show {
	padding: 40px;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 10;
	/* overflow: hidden; */
	transform: translate(-50%, -50%);
	width: 890px;
	height: 650px;
	background-color: #fff;
	display: none;
	z-index: 5;
}
.goods-show:before{
	content: "";
	position: absolute;
	width: 94px;
	height: 94px;
	left: -130px;
	bottom: 50%;
	transform: translate(0,50%);
	background: url(../image/bigleft.png) center no-repeat;
}
.goods-show:after{
	content: "";
	position: absolute;
	width: 94px;
	height: 94px;
	right: -130px;
	bottom: 50%;
	transform: translate(0,50%);
	background: url(../image/bigright.png) center no-repeat;
}

.goods-show .show-box {
	display: flex;
}

.goods-show .show-box .left {
	flex: 0 0 50%;
	overflow: hidden;
	display: flex;
	align-items: center;
	height: 390px;
}
.goods-show .left:before{
	content: "";
	position: absolute;
	width: 14px;
	height: 24px;
	left: 44px;
	bottom: 89px;
	background: url(../image/left-icon.png) no-repeat;
}
.goods-show .left:after{
	content: "";
	position: absolute;
	width: 14px;
	height: 24px;
	right: 44px;
	bottom: 89px;
	background: url(../image/right-icon.png) no-repeat;
}


.goods-show .show-box .right {
	flex: 0 0 50%;
	padding: 30px 0 0 30px;
	overflow: hidden;
}

.goods-show .goods-close {
	cursor: pointer;
	position: fixed;
	top: 30px;
	right: 30px;
	width: 16px;
	height: 16px;
}

.goods-show .goods-close:before {
	content: "";
	position: absolute;
	height: 2px;
	width: 100%;
	background-color: #ccc;
	transform: rotate(45deg);
}

.goods-show .goods-close:after {
	content: "";
	position: absolute;
	height: 2px;
	width: 100%;
	background-color: #ccc;
	transform: rotate(-45deg);
}

.goods-show .left .img img {
	width: 390px;
}

.goods-show .right h2 {
	font-size: 20px;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 10px;
}

.goods-show .right h2 a {
	color: #000;
}

.goods-details {
	padding-left: 220px;
}

.details-top {
	position: relative;
	padding: 10px 20px;
	margin-bottom: 40px;
	border-bottom: 1px solid #cccccc;
}

.details-top:before {
	content: "";
	position: absolute;
	width: 5px;
	height: 15px;
	left: 5px;
	bottom: 50%;
	transform: translate(0, 50%);
	background-color: #1e50ae;
}

.details-top p {
	font-size: 16px;
	color: #1e50ae;
}

.details-content {
	margin-top: 40px;
	border: 1px solid #e5e5e5;
}

.share {
	padding-top: 30px;
}

.share span {
	cursor: pointer;
	display: inline-block;
	width: 200px;
	height: 23px;
	background: url(../image/details-icon.png) right center no-repeat;
}

.details-content .top {
	color: #1e50ae;
	display: inline-block;
	border-top: 5px solid #1e50ae;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	width: 147px;
	line-height: 50px;
	text-align: center;
}

.goods-show .swiper {
	width: 83%;
	position: fixed;
	bottom: 60px;
	overflow: hidden;
	left: 50%;
	transform: translate(-50%, 0);
}

.goods-show .swiper-slide {
	cursor: pointer;
	width: 84px !important;
	height: 84px;
	margin-right: 10px;
	display: flex;
	align-items: center;
}

.goods-show .swiper-slide img {
	display: block;
	max-width: 84px;
	object-fit: cover;
}

.main-about {
	padding-top: 45px;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}

.main-about .left {
	padding-top: 25px;
	flex: 0 0 50%;
}
.main-about .left p {
	color: #000;
	line-height: 27px;
	text-indent: 30px;
}
.main-about .left .about-icon ul{
	display: flex;
}
.main-about .left .about-icon ul li{
	text-align: center;
	margin-right: 70px;
}
.main-about .right {
	position: relative;
}
.main-about .right img {
	height: 462px;
}

.main-about .right h2 {
	font-weight: 400;
	font-size: 140px;
	position: absolute;
	color: rgb(247, 247, 247);
	bottom: 150px;
	right: 115px;
	z-index: -1;
}
.main-about .left .img{
	padding: 30px 0 20px;
}

.main-goods {
	display: flex;
}

.newspages-li {
	padding: 30px 0;
	border-bottom: 1px dashed #e5e5e5;
}

.newspages-li:last-child {
	border: none;
}

.newspages-li .news-title {
	display: flex;
	justify-content: space-between;
	padding-bottom: 8px;
}

.newspages-li .news-title .newspagesA {
	display: inline-block;
	flex: 0 0 80%;
	font-size: 16px;
}

.newspages-li .newspages-content {
	color: grey;
	padding-bottom: 10px;
	font-size: 14px;
}
.newspages-li .news-title p{
	font-size: 16px;
}

.wksp .cppages-li{
	flex: 0 0 23%;
	margin-right: 1.5%;
	margin-bottom: 10px;
}
.wksp .cppages-li:nth-child(4n){
	margin-right: 0;
}
.wksp .cppages-li:nth-child(3n){
	margin-right: 1.5%;
}
.wksp .cppages-img img{
	width: 275px;
	height: 275px;
}
.wksp .cppages-img{
	width: 275px;
	height: 275px;
}
.ce ul{
	padding-top: 30px;
	display: flex;
	flex-wrap: wrap;
}
.ce ul li:first-child,
.ce ul li:nth-child(2),
.ce ul li:nth-child(3){
	flex: 0 0 32.33%;
}
.ce ul li{
	flex: 0 0 24%;
	margin-right: 1%;
	margin-bottom: 15px;
}
.ce ul li:nth-child(7),
.ce ul li:nth-child(11){
	margin-right: 0;
}
.ce ul li img{
	width: 100%;
	cursor: pointer;
}
.ce ul li p{
	text-align: center;
	padding: 10px 0;
}
.contact-title{
	padding: 20px 0;
	background: url(../image/about-title.png) 30px center no-repeat;
}
.contact-title p{
	color: #c1c1c1;
	font-size: 24px;
}
.contact-title h2{
	font-size: 34px;
}
.contact .left{
	padding: 40px 0 150px 540px;
}
.contact .left:before{
	content: "";
	position: absolute;
	width: 660px;
	height: 135px;
	left: -350px;
	top: 90px;
	background: url(../image/contact-left.png) no-repeat;
}
.contact .left:after{
	content: "";
	position: absolute;
	width: 460px;
	height: 135px;
	right: -350px;
	top: 90px;
	background: url(../image/contact-right.png) no-repeat;
}
.contact .left ul li{
	font-weight: 500;
	padding-bottom: 20px;
	font-size: 21px;
	color: rgb(102, 102, 102);
}
.contact-box{
	position: relative;
}
