body,
html{
	width: 100%;
	height: 100%;
}
.w1200 {
	width: 1200px;
	margin: 0 auto;
}

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

.head-container {}

.head {
	position: fixed;
	z-index: 999;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.9);
}

.head .head-top {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.head .head-top .left {
	position: relative;
	display: flex;
	flex: 0 0 19%;
	align-items: center;
}

.head .head-top .left .text {
	padding-left: 20px;
}

.head .head-top .left .text li {
	padding: 2px 0;
}

.head .head-top .center {
	display: flex;
	flex: 70%;
	position: relative;
}

.head .head-top .center h2 {
	margin: 0;
	font-size: 24px;
	color: #215ab1;
}

.head .head-top .center .text p {
	color: #666666;
}

.head .head-top .center .icon {
	padding: 5px 5px 0 0;
}

.head .right {
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex: 0 0 15%;
}

.logoimg {
	width: 100%;
}

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

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

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

.navA:hover {
	color: #fff;
	background-color: #076ce0;
}

.lightblue {
	color: white;
	background-color: #076ce0;
}

.language a {
	display: inline-block;
	padding: 0 3px;
	font-size: 15px;
}

.language a:first-child {
	font-weight: bold;
	color: #666666;
}

.language {
	width: 70px;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.home-swiper{
	padding-top: 120px !important;
}
.home-swiper .swiper-button-prev {
	width: 71px;
	height: 71px;
	background: rgba(0, 0, 0, 0.1);
	left: 60px;
	border-radius: 5px;
}

.home-swiper .swiper-button-prev:hover {
	background: rgba(0, 0, 0, 0.3);
}

.home-swiper .swiper-button-prev span {
	display: inline-block;
	width: 100%;
	height: 100%;
	background-image: url(../images/left.png);
	background-size: cover;
}

.home-swiper .swiper-button-next {
	width: 71px;
	height: 71px;
	background: rgba(0, 0, 0, 0.1);
	right: 60px;
	border-radius: 5px;
}

.home-swiper .swiper-button-next:hover {
	background: rgba(0, 0, 0, 0.3);
}

.home-swiper .swiper-button-next span {
	display: inline-block;
	width: 100%;
	height: 100%;
	background-image: url(../images/right.png);
	background-size: cover;
}

.title {
	text-align: center;
	padding-bottom: 30px;
}

.title h2 {
	padding-bottom: 15px;
	margin: 0;
}

.title h2 span {
	color: rgb(31, 135, 232);
}

.title h3 {
	display: inline-block;
	font-size: 16px;
	color: #a9a9a9;
	position: relative;
}

.title h3:before {
	content: "";
	position: absolute;
	width: 20px;
	height: 2px;
	background-color: #a9a9a9;
	left: -30px;
	bottom: 50%;
}

.title h3:after {
	content: "";
	position: absolute;
	width: 20px;
	height: 2px;
	background-color: #a9a9a9;
	right: -30px;
	bottom: 50%;
}

.product {
	padding: 40px 0;
}

.goods-ul ul {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.goods-ul ul li {
	flex: 0 0 24%;
	margin-bottom: 50px;
	text-align: center;
}
.goods-ul ul li .showimg{
	position: relative;
	width: 288px;
	height: 205px;
	overflow: hidden;
}
.goods-ul ul li img {
	width: 100%;
	position: absolute;
	width: 288px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.goods-ul a {
	color: #212529;
}

.goods-ul ul li p {
	font-size: 16px;
	padding-top: 8px;
}

.goods-ul ul li p:last-child {
	color: rgb(169, 169, 169);
}

.workshop {
	padding: 40px 0;
	background: url(../images/workshop-bg.jpg) no-repeat;
	background-size: cover;
}

.workshop .img-box {
	height: 200px;
	overflow: hidden;
	position: relative;
}

.workshop .swiper {
	padding: 30px 0;
	background-color: #fff;
	overflow: hidden;
}

.workshop .img-box img {
	position: absolute;
	width: 275px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.advantage {
	padding: 40px 0;
}

.advantage .advantage-box {
	width: 100%;
	height: 711px;
	position: relative;
	overflow: hidden;
}

.advantage .advantage-box:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 709px;
	left: 50%;
	top: 15px;
	transform: translate(-50%, 0);
	border-left: 2px dashed #ddd;
}

.advantage .advantage-box:before {
	content: "";
	position: absolute;
	width: 30px;
	height: 3px;
	left: 50%;
	top: 0;
	transform: translate(-50%, 0);
	background-color: rgb(7, 108, 224);
}

.advantage .advantage-box .box {
	position: relative;
	width: 100%;
	height: 180px;
	bottom: 0;
	left: 0;
	z-index: 100;
}

.advantage .advantage-box .box .left,
.advantage .advantage-box .box .right {
	position: absolute;
}

.advantage p {
	color: #666666;
	line-height: 28px;
}

.advantage .advantage-box .box .right {
	width: 367px;
	height: 180px;
	text-align: center;
}

.advantage .advantage-box .box h2 {
	position: absolute;
	font-size: 20px;
	color: rgb(31, 135, 232);
	font-weight: bold;
	width: 200px;
}

.advantage .box:first-child h2 {
	left: 440px;
	top: 52px;
}

.advantage .box:first-child .right {
	background: url(../images/advantage1.png) no-repeat;
	background-size: cover;
	right: 205px;
	top: 64px;
	padding: 25px 50px 0 70px;
}

.advantage .box:first-child .right:before {
	content: "";
	position: absolute;
	width: 25px;
	height: 25px;
	background-color: #076ce0;
	border-radius: 50%;
	left: -41px;
	top: -12px;
}

.advantage .box:first-child .right img {
	width: 66px;
	height: 66px;
	margin-bottom: 10px;
}

.advantage .box:nth-child(2) .right {
	background: url(../images/advantage2.png) no-repeat;
	background-size: cover;
	left: 205px;
	top: 20px;
	padding: 15px 70px 0 50px;
}

.advantage .box:nth-child(2) .right img {
	width: 61px;
	height: 62px;
	margin-bottom: 10px;
}

.advantage .box:nth-child(2) .left h2 {
	left: 645px;
	top: 98px;
}

.advantage .box:nth-child(2) .right:before {
	content: "";
	position: absolute;
	width: 25px;
	height: 25px;
	background-color: #076ce0;
	border-radius: 50%;
	left: 382px;
	top: 78px;
}

.advantage .box:nth-child(3) .right {
	background: url(../images/advantage3.png) no-repeat;
	background-size: cover;
	right: 205px;
	top: -20px;
	padding: 25px 50px 0 60px;
}

.advantage .box:nth-child(3) img {
	width: 60px;
	height: 63px;
	margin-bottom: 10px;
}

.advantage .box:nth-child(3) .left h2 {
	left: 417px;
	top: 57px;
}

.advantage .box:nth-child(3) .right:before {
	content: "";
	position: absolute;
	width: 25px;
	height: 25px;
	background-color: #076ce0;
	border-radius: 50%;
	left: -41px;
	top: 78px;
}

.advantage .box:nth-child(4) .right {
	background: url(../images/advantage4.png) no-repeat;
	background-size: cover;
	left: 205px;
	top: -55px;
	padding: 20px 70px 0 50px;
}

.advantage .box:nth-child(4) img {
	width: 63px;
	height: 63px;
}

.advantage .box:nth-child(4) .left h2 {
	left: 645px;
	top: 111px;
}

.advantage .box:nth-child(4) .right:before {
	content: "";
	position: absolute;
	width: 25px;
	height: 25px;
	background-color: #076ce0;
	border-radius: 50%;
	left: 382px;
	top: 166px;
}

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

.about .about-box {
	position: relative;
}

.about .left {
	color: white;
	width: 527px;
	height: 379px;
	background: url(../images/about-left.png) left bottom repeat;
	background-size: 100% 100%;
	padding: 40px 40px 0;
	position: absolute;
	bottom: -10px;
	left: 120px;
}

.about .left h2 {
	font-weight: bold;
	font-size: 30px;
}

.about .left span {
	font-size: 16px;
	display: inline-block;
	padding-bottom: 10px;
}

.about .left .about-content {
	position: relative;
}

.about .left .about-content span {
	position: absolute;
	top: 5px;
}

.about .left .about-content p {
	line-height: 36px;
	text-indent: 37px;
}

.about .left a {
	margin-top: 10px;
	display: inline-block;
	width: 96px;
	line-height: 36px;
	background-color: #fff;
	border-radius: 25px;
	text-align: center;
	color: rgba(31, 135, 232, 1);
}

.about .right img {
	width: 688px;
	height: 458px;
}

.about .right {
	margin-left: 490px;
}

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

.news .main-title h2 {
	margin: 0;
	font-size: 24px;
	color: rgb(7, 108, 224);
}

.news .main-title p {
	color: rgb(125, 125, 125);
	padding-left: 10px;
}

.news .main-title a {
	display: flex;
	align-items: flex-end;
}

.news .news-li {
	display: flex;
	padding: 40px 0;
	border-bottom: 1px solid #eee;
}

.news .news-li .left {
	flex: 0 0 8%;
	padding: 0 10px;
	position: relative;
}

.news .news-li .left:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 56px;
	right: 0;
	background-color: #eee;
}

.news .news-li .left h2 {
	font-size: 24px;
	color: #666666;
}

.news .news-li .left p {
	color: #626971;
}

.news .news-li .right {
	flex: 1;
	padding-left: 20px;
}

.news .news-li .right h2 {
	font-size: 16px;
	margin-bottom: 15px;
}

.news .news-li .right p {
	color: #666666;
}

.news .news-box{
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.news .news-ul{
	width: 100%;
	/* animation: scroll 30s linear infinite; */
}
/* @keyframes scroll {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
 */
.main-title{
	padding-bottom: 20px;
}
.news .swiper{
	height: 827px;
}
.news .swiper .swiper-slide{
	height: 137px;
}
.home-banner{
	padding: 100px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: url(../images/banner-bg.jpg) no-repeat;
	background-size: cover;
	color: white;
}
.home-banner h2{
	padding-bottom: 20px;
	display: inline-block;
	font-size: 40px;
	font-weight: bold;
}
.home-banner p{
	text-align: center;
	width: 560px;
}
.footer{
	background: url(../images/footer-bg.png) no-repeat;
	background-size: cover;
	padding: 40px 0;
}
.footer .footer-container{
	display: flex;
	color: white;
	justify-content: space-between;
	align-items: center;
	padding: 0 100px;
}
.footer li{
	padding-bottom: 10px;
}
.footer .footer-logo img{
	width: 205px;
}
.footer .wechat-img{
	font-size: 12px;
	text-align: center;
}
.footer .wechat-img img{
	width: 90px;
	padding: 5px;
	background-color: #fff;
}
.footer-link a{
	color: #076ce0;
}
.copys{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 40px 0;
	background-color: #262626;
	color: #9f9f9f;
}
.copys a{
	color: #9f9f9f;
}

.main-about{
	padding: 100px 0;
	background-color: rgba(249, 249, 249, 1);
}
.main-about .about-box{
	height: 520px;
	position: relative;
	background-color: #fff;
}
.main-about .about-box .about-bg{
	background: url(../images/page-about.jpg) no-repeat;
	margin: 0 100px;
	height: 100%;
}
.main-about .about-content{
	width: 820px;
	height: 425px;
	position: absolute;
	top: 50%;
	right: 20%;
	padding: 30px 60px;
	background-color: #fff;
	transform: translate(0,-50%);
}
.main-about .about-content h2{
	font-size: 24px;
	text-align: center;
	font-weight: 500;
	padding-bottom: 25px;
	position: relative;
}
.main-about .about-content h2:before{
	width: 21px;
	height: 2px;
	content: "";
	position: absolute;
	background-color: rgb(31, 135, 232);
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
}
.main-about .about-content h2:after{
	content: "";
	position: absolute;
	width: 25px;
	height: 25px;
	background: url(../images/about-icon.png) no-repeat;
	background-size: cover;
	transform: translate(38%,-17%);
}
.main-about .about-content h2 span{
	color: rgb(31, 135, 232);
}
.main-about .about-content p{
	text-indent: 30px;
	line-height: 28px;
}
.quality-category ul{
	display: flex;
	margin-bottom: 30px;
}
.quality-category ul li{
	padding: 8px 30px;
	margin-right: 20px;
	border-radius: 25px;
	transition: all 0.3s;
}
.quality-category ul li.active{
	background-color: #076ce0;
	color: white;
}
.main-goods{
	display: flex;
	flex-wrap: wrap;
}
.cppages-ul{
	margin-bottom: 60px;
	width: 100%;
	height: 100%;
	position: relative;
}
.cppages-ul:last-child{
	margin: 0;
}
.cppages-ul h2{
	font-size: 16px;
	padding-bottom: 10px;
	color: #076ce0;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 20px;
}
.main-goods .swiper{
	margin: 0 80px;
	overflow: hidden;
	height: 100%;
	position: relative;
}
.main-goods .swiper img{
	width: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.main-goods .swiper .cppages-img{
	width: 200px;
	height: 143px;
	overflow: hidden;
	position: relative;
}
.main-goods .swiper .swiper-button-prev{
	position: absolute;
}
.main-goods .swiper.left{
	position: absolute;
	left: -65px;
	top: 100px;
	width: 40px;
	height: 40px;
}
.main-goods .prev{
	display: inline-block;
	width: 17px;
	height: 30px;
	position: absolute;
	left: 25px;
	top: 97px;
	background: url(../images/swiper-left.png) no-repeat;
	background-size: cover;
}
.main-goods  .next{
	display: inline-block;
	width: 17px;
	height: 30px;
	position: absolute;
	right: 25px;
	top: 97px;
	background: url(../images/swiper-right.png) no-repeat;
	background-size: cover;
}
.cppages-title{
	text-align: center;
	padding: 10px 0 0;
}


.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 span {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 10px;
	display: inline-block;
}

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

.gypages-title h2 {
	text-align: center;
	position: relative;
	font-weight: 500;
	padding-bottom: 30px;
	margin-bottom: 60px;
	font-size: 28px;
}
.gypages-title span{
	color: rgb(31, 135, 232);
}
.gypages-title h2:before{
	content: "";
	position: absolute;
	width: 32px;
	height: 3px;
	background-color: rgb(0, 160, 233);
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
}
.gypages-title p{
	text-align: center;
	padding-bottom: 10px;
}
.gypages-title p:last-child{
	color: rgb(113, 113, 113);
	padding-bottom: 20px;
}
.main-goods {
	display: flex;
}
.application{
	padding: 80px 0 ;
	background: url(../images/app-bg.jpg) fixed no-repeat;
	background-size: cover;
}
.app-ul{
	overflow: hidden;
	padding: 20px 40px;
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.app-ul li{
	flex: 0 0 31%;
	position: relative;
	margin: 20px 0;
}
.app-ul .app-img{
	width: 100%;
	height: 220px;
	position: relative;
	overflow: hidden;
}
.app-ul li img{
	height: 265px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.app-title{
	position: absolute;
	width: 100%;
	bottom: 0;
	text-align: center;
	color: white;
	background-color: rgba(0,0,0,0.4);
}
.page-title{
	border-bottom: 1px solid #e0e0e0;
	padding: 10px;
	margin-bottom: 40px;
}
.page-title h2{
	color: #076ce0;
	font-size: 16px;
	margin: 0;
}
.cpdetail-right h2{
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e0e0e0;
}
.details-content{
	padding-left: 30px;
}
.details-content ul{
	display: none;
}
.details-content ul.show{
	display: block;
}
.details-content li{
	display: flex;
	padding-bottom: 15px;
}
.details-content li span{
	flex: 0 0 10%;
	color: #828282;
}
.share{
	cursor: pointer;
	padding: 10px 0;
	background: url(../images/share.png) 60px center no-repeat;
}
.goods-pages{
	display: flex;
	justify-content: center;
	margin: 40px 0;
}
.goods-pages a{
	display: inline-block;
	padding: 1px 10px;
	border: 1px solid #e0e0e0;
	color: #666666;
	margin: 0 10px;
}
.contact{
	padding: 40px 100px 30px;
}
.contact .contact-title{
	text-align: center;
	padding-bottom: 20px;
}
.contact .contact-title span{
	color: rgb(31, 135, 232);
}
.contact .contact-title h2{
	padding-bottom: 20px;
	margin: 0;
}
.contact .contact-title p{
	color: rgb(169, 169, 169);
}
.contact .top {
	display: flex;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
}
.contact .top .left{
	text-align: center;
	flex: 0 0 25%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.contact .top .left p{
	padding-top: 5px;
}
.contact .top .left img{
	width: 132px;
}
.contact .top .right{
	flex: 1;
	color: #666666;
}
.contact ul li{
	display: flex;
	padding: 4px 0;
}
.contact h3{
	font-size: 14px;
	margin: 0;
	padding: 4px 0;
}
.contact .c-top li p{
	flex: 0 0 24%;
}
.contact .c-top li p:first-child{
	flex: 0 0 8%;
}
.contact .c-bottom li:first-child p{
	flex: 0 0 28%;
}
.contact .c-bottom li:first-child p:nth-child(2){
	padding-left: 32px;
}
.contact .bottom{
	padding-top: 30px;
}