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

.head-container {}

.head {
	position: fixed;
	width: 100%;
	background-color: #fff;
	z-index: 10;
	transition: .3s;
}

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

.head .head-top .left {
	padding: 20px 0;
	flex: 0 0 30%;
}


.head .head-top .center {
	display: flex;
	align-items: center;
	flex: 50%;
	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;
}
.logoimg {
	height: 80px;
}

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

.nav-li {
	margin: 0 1px;
	width: 140px;
	height: 100%;
	font-size: 14px;
}
.nav-li:hover{
	background-color: #0159c7;
}
.nav-li:hover a{
	color: white;
}
.nav-li.active{
	background-color: #0159c7;
}
.nav-li.active a{
	color: white;
}
.navA {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
}
.banner{
	padding-top: 120px;
}
.banner .swiper-pagination-bullet{
	width: 45px;
	height: 2px;
	opacity: 1;
	background-color: #fff;
	border-radius: 0;
}
.banner .swiper-pagination-bullet-active{
	height: 4px;
}
.banner .swiper-pagination-bullets{
	bottom: 40px !important;
}
.title{
	text-align: center;
	margin-bottom: 50px;
}
.title h2{
	font-size: 30px;
	color: rgb(30, 80, 174);
	font-weight: bold;
}
.title h3{
	font-size: 16px;
}
.product{
	padding: 40px 0;
	background-color: #fff;
}
.product img{
	width: 100%;
}
.product p{
	text-align: center;
	margin: 0;
	padding: 5px 0;
}
.about{
	padding: 60px 0 80px;
	background-color: #007cce;
}
.about .title{
	color: white;
}
.about .title h2{
	color: white;
}
.about .right p{
	color: white;
}
.about .about-box{
	display: flex;
	padding: 0 60px;
}
.about .about-box .right{
	padding-left: 50px;
}
.about .right a{
	display: inline-block;
	width: 47px;
	height: 37px;
	background: url(../images/about-icon.png) no-repeat;
	background-size: cover;
	margin-top: 25px;
}

.news{
	padding: 40px 0 0;
}
.news .news-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.news .news-box .box{
	flex: 0 0 48%;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid hsla(0,0%,60%,.15);
}
.news .news-box .box h2{
	font-size: 16px;
	color: #000;
	margin-bottom: 25px;
}
.news .news-box .box a{
	color: #666;
}
.footer{
	background-color: #3a3c48;
	padding: 15px 0 0;
	color: #979aab;
}
.footer .link{
	margin-bottom: 45px;
	padding: 0 100px;
}
.footer .footer-box{
	padding: 0 100px;
	display: flex;
	color: #979aab;
	margin-bottom: 20px;
}
.footer a{
	color: #979aab;
}
.footer .footer-box .box{
	position: relative;
}
.footer .footer-box .box:nth-child(1):before{
	content: "";
	position: absolute;
	width: 1px;
	height: 156px;
	background-color: #47464d;
	right: 0;
	bottom: 10%;
}
.footer .footer-box .box:nth-child(1){
	flex: 0 0 45%;
}
.footer .footer-box .box:nth-child(2):before{
	content: "";
	position: absolute;
	width: 1px;
	height: 156px;
	background-color: #47464d;
	right: 0;
	bottom: 10%;
}
.footer .footer-box .box:nth-child(2){
	padding-left: 70px;
	flex: 0 0 28%;
}
.footer .footer-box .box:last-child{
	flex: 1;
	text-align: center;
	flex-direction: column;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer .footer-box .box img{
	width: 120px;
}
.footer .footer-box .box h2{
	font-weight: bold;
	margin-bottom: 15px;
}
.footer .footer-box .box ul li{
	margin-bottom: 15px;
}
.footer .footer-box .box:nth-child(2) h2{
	margin-bottom: 40px;
	font-size: 24px;
}
.footer .footer-box .box:nth-child(2) ul li{
	margin-bottom: 20px;
}
.copys{
	color: #979aab;
	text-align: center;
	text-transform: uppercase;
	padding: 15px 0;
	border-top: 1px solid #33333b;
}
.gypages-about{
	display: flex;
}
.gypages-left{
	flex: 0 0 20%;
	margin-right: 15px;
}
.about-text{
	padding-top: 20px;
	line-height: 25px;
}
.about-text img{
	max-width: 290px;
	float: left;
}
.pages-title{
	background-color: #0159c7;
	color: white;
	font-size: 16px;
	padding: 13px 5px;
	margin: 0;
}
.gypages-left ul{
	padding: 15px 10px;
	border: 1px solid #e5e5e5;
}
.gypages-left ul li{
	padding-bottom: 18px;
}
.gypages-left ul li a{
	color: #666;
}

.list-li.ul span{
	display: inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 5px;
	top: 15px;
	cursor: pointer;
	background: url(../images/goods-icon.png) center no-repeat;
}
.details-content{
	padding-top: 60px;
}
.details-content img{
	max-width: 100%;
}
.details-content .details-top{
	border: 1px solid #eaeaea;
}
.details-content .details-top h2{
	font-size: 14px;
	margin: 0;
	display: inline-block;
	padding: 20px 45px;
	border-top: 5px solid #0159c7;
	border-right: 1px solid #eaeaea;
}
.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;
}
.main-goods{
	padding-bottom: 40px;
	display: flex;
}
.news-list{
	padding-top: 20px;
}
.newspages-li{
	display: flex;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px dashed #d9d9d9;
}
.newspages-li .news-left{
	flex: 0 0 84px;
}
.newspages-li .news-right{
	padding-left: 20px;
}
.newspages-li .news-right h2{
	font-size: 14px;
	color: #000;
	margin-bottom: 15px;
}
.newspages-li .news-right .newspages-content{
	font-size: 12px;
	color: #999999;
}
.newspages-li .news-left .time{
	text-align: center;
	height: 84px;
	color: #666;
	background-color: #f2f2f2;
	padding-top: 15px;
}
.newspages-li .news-left .time h2{
	margin: 0;
	font-weight: 400;
	font-size: 24px;
}
.news-share{
	padding: 10px 0;
	text-align: right;
	padding-right: 270px;
	background: url(../images/news-share.png) right center no-repeat;
}

.contact-box{
	padding: 70px 100px 0;
}
.contact-box .top{
	display: flex;
}
.contact-box .top ul{
	width: 380px;
}
.contact-box .top ul li{
	padding-bottom: 15px;
	font-size: 16px;
	color: #666;
}
.contact-box .top img{
	width: 130px;
}
.wechatimg{
	text-align: center;
}
.wechatimg p{
	color: #666;
	font-size: 16px;
	padding: 10px 0;
}
.contact-box .right #map{
	height: 300px;
}