.index-slide img {
	display: block;
	width: 100%;
}
.title{
	text-align: center;
	padding-bottom: 45px;
	margin-bottom: 40px;
}
.title h2{
	text-transform: uppercase;
	font-size: 40px;
	color: white;
	position: relative;
}
.title h2::before{
	position: absolute;
	content: "";
	width: 35px;
	height: 3px;
	left: 50%;
	bottom: -20px;
	transform: translate(-50%,0);
	background-color: #fff;
}
.title h3{
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	padding-top: 40px;
}
.home-product{
	padding: 80px 0;
	background: url(../images/product-bg.jpg) no-repeat;
	background-size: cover;
}
.home-product .swiper-slide{
	padding: 10px;
	background-color: #fff;
}
.home-product .slide-img img{
	width: 100%;
}
.home-product p{
	padding: 10px;
	font-weight: bold;
	border-bottom: 1px dashed #eee;
	font-size: 20px;
}
.home-product span{
	display: block;
	padding: 10px;
	font-size: 14px;
}
.home-product .slide-img{
	overflow: hidden;
}
.home-product .swiper-slide img{
	transition: .3s;
}
.home-product .swiper-slide:hover img{
	transform: scale(1.1);
}
.home-product .prev1{
	top: 45%;
	position: absolute;
	z-index: 1;
	left: 0;
	width: 66px;
	height: 36px;
	background: url(../images/left.png) no-repeat;
	cursor: pointer;
}
.home-product .prev1:hover{
	background: url(../images/left-a.png) no-repeat;
}
.home-product .next1{
	top: 45%;
	position: absolute;
	z-index: 1;
	right: 0;
	width: 66px;
	height: 36px;
	background: url(../images/right.png) no-repeat;
	cursor: pointer;
}
.home-product .next1:hover{
	background: url(../images/right-a.png) no-repeat;
}
.home-advs{
	background: url(../images/advs-bg.jpg) no-repeat;
	background-size: cover;
	padding: 80px 0;
}
.home-advs .title h2{
	color: #0051bb;
}
.home-advs .title h2::before{
	background-color: #0051bb;
}
.home-advs .title h3{
	color: #5e5e5e;
}
.home-advs .advs-box{
	padding: 80px 0;
	display: flex;
	justify-content: space-between;
}
.home-advs .box{
	flex: 0 0 23%;
	height: 200px;
}
.home-advs .box:nth-child(1){
	background: url(../images/advs-icon1.png) center 50% no-repeat;
	background-size: 220px;
	transition: .3s;
}
.home-advs .box:nth-child(2){
	background: url(../images/advs-icon2.png) center 50% no-repeat;
	background-size: 115px;
	transition: .3s;
}
.home-advs .box:nth-child(3){
	background: url(../images/advs-icon3.png) center 50% no-repeat;
	background-size: 210px;
	transition: .3s;
}
.home-advs .box:nth-child(4){
	background: url(../images/advs-icon4.png) center 50% no-repeat;
	background-size: 200px;
	transition: .3s;
}
.home-advs .box:nth-child(1):hover{
	background: url(../images/advs-icon1.png) center 20% no-repeat;
	background-size: 220px;
	transition: .3s;
}
.home-advs .box:nth-child(2):hover{
	background: url(../images/advs-icon2.png) center 20% no-repeat;
	background-size: 115px;
	transition: .3s;
}
.home-advs .box:nth-child(3):hover{
	background: url(../images/advs-icon3.png) center 20% no-repeat;
	background-size: 210px;
	transition: .3s;
}
.home-advs .box:nth-child(4):hover{
	background: url(../images/advs-icon4.png) center 20% no-repeat;
	background-size: 200px;
	transition: .3s;
}
.home-about{
	background: url(../images/about-bg.jpg) center no-repeat;
	background-size: cover;
	padding: 80px 0;
}
.home-about .about-box{
	display: flex;
	justify-content: space-between;
}
.home-about .about-box .left{
	flex: 0 0 50%;
	padding-right: 15px;
}
.home-about .about-box .right{
	flex: 1;
	position: relative;
}

.home-about .about-box .right img{
	width: 660px;
	position: relative;
	margin-left: 20px;
	transition: .3s;
}
.home-about .about-box .right:hover img{
	margin-left: 0;
}
.home-about .about-box h2{
	font-size: 20px;
	text-transform: uppercase;
	color: white;
	font-weight: bold;
	padding-bottom: 50px;
	position: relative;
}
.home-about .about-box h2::before{
	content: "";
	position: absolute;
	width: 80px;
	height: 2px;
	background-color: #fff;
	left: 0;
	bottom: 35px;
}
.home-about .about-box p{
	text-indent: 35px;
	color: white;
	line-height: 40px;
}
.home-about .about-box a{
	display: inline-block;
	color: white;
	font-size: 12px;
	margin-top: 50px;
	background: #266ab7;
	padding: 12px 30px;
	transition: .3s;
}
.home-about .about-box a:hover{
	background: #1b4d83;
}
.home-quality{
	padding: 80px 0;
}
.home-quality .title h2{
	color: #266ab7;
}
.home-quality .title h2::before{
	background-color: #266ab7;
}
.home-quality .title h3{
	color: #5e5e5e;
}
.home-quality .quality-box{
	display: flex;
	justify-content: space-between;
}
.home-quality .left{
	flex: 0 0 47%;
	background: url(../images/quality-img1.jpg) no-repeat;
	background-size: cover;
	height: 425px;
}
.home-quality .right{
	flex: 0 0 47%;
	background: url(../images/quality-img2.jpg) no-repeat;
	background-size: cover;
	height: 425px;
}
.home-quality a{
	display: block;
	height: 100%;
	transition: all .1s;
	display: flex;
	color: #0051bb;
	font-size: 20px;
	justify-content: center;
	align-items: center;
	padding-top: 70px;
	text-stroke: 1px #fff;
	-webkit-text-stroke: 1px #fff;
	text-transform: uppercase;
}
.home-quality .left a{
	background: url(../images/quality-txt1.png) center 130px no-repeat;
}
.home-quality .right a{
	background: url(../images/quality-txt2.png) center 130px no-repeat;
}
.home-quality a:hover{
	color: white;
	text-stroke: 1px #0051bb;
	-webkit-text-stroke: 1px #0051bb;
}
.home-quality .left a:hover{
	background: rgba(0,81,187,0.7) url(../images/quality-txt1-a.png) center 130px no-repeat;
}
.home-quality .right a:hover{
	background: rgba(0,81,187,0.7) url(../images/quality-txt2-a.png) center 130px no-repeat;
}
.home-news{
	padding: 60px 0;
	background: url(../images/news-bg.jpg) no-repeat;
	background-size: cover;
}
.home-news .title h2{
	color: #266ab7;
}
.home-news .title h2::before{
	background-color: #266ab7;
}
.home-news .title h3{
	color: #5e5e5e;
}
.home-news .news-box{
	display: flex;
	flex-wrap: wrap;
}
.home-news .news-box .box{
	flex: 0 0 48%;
	margin: 10px 4% 10px 0;
	padding: 15px 35px;
	position: relative;
}
.home-news .news-box .box .left p:first-child{
	font-size: 26px;
	padding-bottom: 5px;
}
.home-news .news-box .box .left p:last-child{
	font-size: 14px;
}
.home-news .news-box .box a{
	display: flex;
}
.home-news .news-box .box h2{
	padding-bottom: 15px;
	font-size: 16px;
}
.home-news .news-box .box .news-text{
	font-size: 14px;
}
.home-news .news-box .box .left{
	padding-right: 25px;
}
.home-news .news-box .box .right{
	padding-left: 25px;
	border-left: 1px solid #222222;
}
.home-news .news-box .box:hover{
	background-color: #266ab7;
}
.home-news .news-box .box:hover .right{
	border-color: white;
}
.home-news .news-box .box:nth-child(2n){
	margin-right: 0;
}
.home-news .news-box .box:hover a{
	color: white;
}
.home-news .box::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: -10px;
	background-color: #cfcfcf;
	left: 0;
}
.home-news .news-box .box:nth-child(5)::before,
.home-news .news-box .box:nth-child(6)::before{
	display: none;
}


.banner {
	text-align: center;
	position: relative;
}

.banner img {
	width: 100%;
}
.main-nav{
	position: absolute;
	width: 100%;
	bottom: 0;
	background-color: rgba(0,0,0,0.3);
}
.main-nav .w1200 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.main-nav .left {
	color: white;
	background: url(../images/nav-icon.png) left center no-repeat;
	padding: 15px 25px;
}

.main-nav .left a {
	display: inline-block;
	padding: 0 5px;
	color: white;
}

.main-title{
	padding-top: 50px;
	text-align: center;
	position: relative;
	margin-bottom: 40px;
}
.main-title h2{
	font-size: 28px;
	color: #0051bb;
	z-index: 1;
	position: relative;
}
.main-title h2::before{
	position: absolute;
	content: "";
	width: 35px;
	height: 3px;
	left: 50%;
	top: -10px;
	transform: translate(-50%,0);
	background-color: #0051bb;
}
.main-title h3{
	position: absolute;
	font-size: 80px;
	bottom: -20px;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	color: #f8f8f8;
	font-weight: 400;
	z-index: -1;
}
.about-text .txt {
	line-height: 35px;
	font-size: 14px;
}
.about-imgs{
	padding-top: 40px;
	display: flex;
	justify-content: space-between;
}
.about-imgs .box{
	box-shadow: 0 0 8px rgba(0,0,0,0.6);
}
.about-imgs .box:nth-child(1){
	flex: 0 0 530px;
}
.about-imgs .box:nth-child(2){
	flex: 0 0 400px;
}
.about-imgs .box:nth-child(3){
	flex: 0 0 400px;
}
.about-imgs .box img{
	transition: .3s;
	width: 100%;
}
.about-imgs .box:hover img{
	transform: scale(1.05);
}
.index-pic {
	display: none;
}
.main-page {
	padding: 40px 0 40px;
}
.main-box{
	flex-wrap: wrap;
	display: flex;
}
.main-box .left{
	flex: 0 0 25%;
	padding-right: 30px;
}
.main-box .left h2{
	font-size: 24px;
	padding: 15px;
	color: white;
	background-color: #0051bb;
}
.main-box .right{
	flex: 1;
	display: flex;
	flex-wrap: wrap;
}
.goods .cp-li{
	flex: 0 0 23%;
	margin-right: 2.5%;
	margin-bottom: 2%;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	padding: 5px;
}
.goods .cp-li:nth-child(4n){
	margin-right: 0;
}
.goods .cp-li img{
	transition: .3s;
}
.main-box .right .cp-li:hover img{
	transform: scale(1.05);
}
.main-box .right-box{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}
.wksp h2{
	font-size: 24px;
	font-weight: bold;
	padding: 10px;
	background-color: #0051bb;
	color: white;
	width: 100%;
	margin: 20px 0;
}
.main-box .right img{
	width: 100%;
}
.main-box .right .cp-li p{
	text-align: center;
	padding: 10px 0;
	font-size: 16px;
}
.main-box .product-category{
	background-color: #fcfcfc;
}
.main-box .product-category li{
	border-bottom: 1px dashed #ccc;
}
.main-box .product-category li a{
	display: block;
	padding: 20px 15px;
}
.main-box .product-category li:hover{
	border-color: #0051bb;
}

.goods-details{
	display: flex;
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #0051bb;
}
.goods-details .img{
	flex: 0 0 40%;
	height: 580px;
	position: relative;
}
.goods-details .img img{
	max-width: 100%;
}
.goods-details .goods-title{
	flex: 1;
	padding-left: 30px;
}
.goods-details h1{
	color: #0051bb;
	padding: 10px 25px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #ccc;
	font-size: 30px;
	font-weight: bold;
}
.details-img{
	flex: 0 0 100%;
	text-align: center;
}
.details-img img{
	max-width: 80%;
}
.details{
	padding: 0 25px 0;
	line-height: 30px;
}
.pagination {
	text-align: center;
	margin-bottom: 20px;
}

.pagination .paging-ul {
	display: flex;
	justify-content: center;
}

.pagination .paging-ul li span,
.pagination .paging-ul li a {
	display: inline-block;
	padding: 10px 15px;
	background-color: #fff;
	margin: 0 5px;
	font-size: 14px;
}

.pagination .paging-ul li.paging-active span {
	background-color: #1069a1;
	color: white;
}
.news-box{
	padding: 0 25px;
}
.news-box .news-li {
	padding: 15px 60px;
	box-shadow: 0 5px 10px 0 #ccc;
	margin-bottom: 25px;
	background-color: #fff;
	transition: .3s;
}

.news-box .news-li .news-title {
	display: flex;
	justify-content: space-between;
	padding: 0 10px 15px;
	text-transform: capitalize;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}

.news-box .news-li .news-title h3 {
	font-weight: bold;
}

.news-box span {
	font-size: 14px;
	display: inline-block;
	padding: 5px 20px;
	border: 1px solid #3c3c3c;
	margin-top: 15px;
}
.news-box .news-li:hover{
	transform: scale(1.02);
}
.news-box .news-li:hover h3 {
	color: #005bac;
}

.news-box .news-li:hover span {
	background-color: #005bac;
	color: white;
	border-color: #005bac;
}

.news-details h3 {
	padding-bottom: 15px;
	margin-bottom: 15px;
	text-align: center;
	text-transform: capitalize;
	font-size: 24px;
	border-bottom: 1px solid #ccc;
}

.margin-top {
	margin-top: 150px;
}

.mapmargin {
	margin-bottom: 75px;
}

.contact {
	display: flex;
}

.contact .left {
	flex: 0 0 50%;
	background-color: #f8f8f8;
	padding: 30px 80px;
}


.contact .left h3 {
	font-size: 24px;
	margin: 20px 0 40px;
	color: #0154a6;
}

.contact .left ul li {
	margin-bottom: 15px;
}
.contact .left ul li img{
	max-width: 140px;
}
.contact .right {
	flex: 1;
}
.news-details .text{
    line-height: 30px;
}
.news-details .text img{
    min-width: 30%;
    padding: 15px 0;
}