.index-slide img {
	display: block;
	width: 100%;
}
.home-product{
	background: url(../images/product-bg.jpg) no-repeat;
	background-size: cover;
	padding: 60px 0;
}
.home-product .w1200{
	display: flex;
}
.home-product .left{
	flex: 0 0 30%;
	padding-right: 25px;
}
.home-product .left .pro-text .text{
	display: none;
}
.home-product .left h2{
	font-size: 40px;
	font-weight: bold;
	color: #0073cf;
	padding-bottom: 20px;
}
.home-product .left p{
	font-weight: bold;
	padding-bottom: 20px;
	font-size: 20px;
}
.home-product .left span{
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
}
.home-product .left a{
	display: inline-block;
	padding: 12px 40px 12px 20px;
	border: 1px solid #000;
	background: url(../images/pro-icon.png) 163px 19px no-repeat;
	background-size: 15px;
	margin-top: 25px;
}
.home-product .right{
	flex: 1;
}
.home-product .right p{
	display: none;
}
.home-product .right img{
	width: 100%;
}
.home-product .swiper-slide-active{
	border: 2px solid #005bac;
}
.home-about{
	background: url(../images/about-bg.jpg) no-repeat;
	background-size: cover;
	padding: 60px 0;
}
.home-about .w1200{
	display: flex;
}
.home-about .left{
	padding-right: 30px;
	color: white;
	flex: 0 0 35%;
}
.home-about .left span{
	font-size: 20px;
}
.home-about .left h2{
	font-size: 32px;
	margin: 15px 0;
}
.home-about .left a{
	color: white;
	margin-top: 30px;
	padding: 10px 30px;
	display: inline-block;
	background-color: #0073cf;
}
.home-about .left a:hover{
	background-color: #007ede;
}
.home-about .left p{
	font-size: 14px;
	line-height: 32px;
}
.home-about .center {
	flex: 0 0 25%;
}
.home-about .center li{
	color: white;
	padding: 10px 0 10px 50px;
}
.home-about .center li p{
    font-size: 12px;
}
.home-about .center li h2{
	font-size: 16px;
}
.home-about .center li h2 span{
	font-size: 34px;
}
.home-about .center li:nth-child(1){
	background: url(../images/about-icon1.png) left center no-repeat;
}
.home-about .center li:nth-child(2){
	background: url(../images/about-icon2.png) left center no-repeat;
}
.home-about .center li:nth-child(3){
	background: url(../images/about-icon3.png) left center no-repeat;
}
.home-about .center li:nth-child(4){
	background: url(../images/about-icon4.png) left center no-repeat;
}
.home-video {
	position: relative;
}
.home-video span {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
	z-index: 10;
}
.home-video .btn1{
	background: url(../images/video-icon.png) center no-repeat;
}
.home-video .btn2{
	opacity: 0;
	background: url(../images/video-icon.png) center no-repeat;
}
.home-video video{
	width: 100%;
}
.home-about .right{
	flex: 1;
}
.title{
	text-align: center;
	padding-bottom: 30px;
	margin-bottom: 50px;
	background: url(../images/title-icon.png) center bottom no-repeat;
}
.title h2{
	font-size: 46px;
	color: #0073cf;
	padding-bottom: 15px;
}
.title h3{
	font-size: 14px;
}
.home-quality {
	padding: 60px 0;
	background: url(../images/quality-bg.jpg) no-repeat;
	background-size: cover;
}
.home-quality .quality-box{
	display: flex;
	justify-content: space-between;
}
.home-quality .quality-box .box{
	flex: 0 0 32%;
	height: 700px;
	transition: .3s;
}
.home-quality .quality-box .box:nth-child(1){
	background: url(../images/quality-img1.jpg) center top no-repeat;
	background-size: 100%;
}
.home-quality .quality-box .box:nth-child(2){
	background: url(../images/quality-img2.jpg) center top no-repeat;
	background-size: 100%;
}
.home-quality .quality-box .box:nth-child(3){
	background: url(../images/quality-img3.jpg) center top no-repeat;
	background-size: 100%;
}
.home-quality .quality-box .box:nth-child(1):hover{
	background: url(../images/quality-img1.jpg) center top no-repeat;
	background-size: 105%;
}
.home-quality .quality-box .box:nth-child(2):hover{
	background: url(../images/quality-img2.jpg) center top no-repeat;
	background-size: 105%;
}
.home-quality .quality-box .box:nth-child(3):hover{
	background: url(../images/quality-img3.jpg) center top no-repeat;
	background-size: 105%;
}
.home-quality .quality-box .box:hover .text{
	margin-bottom: 20px;
}
.home-quality .text{
	z-index: 10;
	transition: .3s;
	width: 90%;
	background-color: #fff;
	text-align: center;
}
.home-quality .text p{
	margin: 20px 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #878787;
}
.home-quality .text h2{
	font-size: 26px;
	padding-bottom: 20px;
	color: #0073cf;
}
.home-quality .box{
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.home-quality .text a{
	display: block;
	padding: 20px 60px 20px 10px;
	background: #0073cf url(../images/quality-icon.png) 260px center no-repeat;
	font-size: 20px;
	color: white;
}
.home-quality .box:hover h2{
	color: #636363;
}
.home-quality .box:hover .text{
	background-color: rgba(255,255,255,0.9);
}
.home-quality .box:hover a{
	background: #636363  url(../images/quality-icon.png) 260px center no-repeat;
}
.home-app .text{
	width: 25%;
	margin-left: 10%;
	height: 100%;
	left: 10%;
	top: 0;
	padding-top: 65px;
	background-color: rgba(0,115,207,0.7);
}
.home-app .text ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.home-app .text ul li{
	text-align: center;
	color: white;
	margin: 30px 0;
	padding-bottom: 20px;
	font-size: 20px;
	flex: 0 0 50%;
	cursor: pointer;
	background: transparent;
}
.home-app .text ul li.active{
	background: url(../images/app-li-icon.png) center bottom no-repeat;
}
.home-app .text h2{
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 28px;
	padding-bottom: 20px;
	margin-bottom: 40px;
	background: url(../images/app-icon.png) center bottom no-repeat;
	text-transform: uppercase;
}

.home-app .img{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	transition: .6s;
}
.home-app .img.active{
	opacity: 1;
	visibility: visible;
}
.home-news{
	padding: 60px 0;
	background: url(../images/news-bg.jpg) no-repeat;
	background-size: cover;
}
.home-news .box{
	padding: 10px;
}
.home-news a{
	display: flex;
	padding: 30px 20px 30px 50px;
	background-color: #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.4);
}
.home-news .left{
	border-right: 1px solid #ededed;
	flex: 0 0 25%;
	color: #989898;
}
.home-news .left p:nth-child(1){
	font-size: 28px;
	padding-bottom: 20px;
	background: url(../images/news-icon1.png) left bottom no-repeat;
}
.home-news .left p:nth-child(2){
	font-size: 14px;
	padding-top: 10px;
}
.home-news .right{
	padding-left: 15px;
	padding-bottom: 25px;
	background: url(../images/news-icon2.png) 20px bottom no-repeat;
}
.home-news .right h2{
	font-size: 16px;
	padding-bottom: 10px;
}
.home-news .right .news-text{
	font-size: 14px;
}
.home-news .box:hover a{
	background-color: #0073cf;
	color: white;
}
.home-news .box:hover .left{
	color: white;
}
.home-news .box:hover .right{
	background: url(../images/news-icon2a.png) 20px bottom no-repeat;
}
.home-form{
	padding: 60px 0;
	background: url(../images/form-bg.jpg) no-repeat;
	background-size: cover;
	margin-bottom: 15px;
}
.home-form .form-box{
    margin: 0 120px;
	padding: 40px;
	display: flex;
	background-color: rgba(255,255,255,0.7);
}
.home-form .form-box .left h2{
	font-size: 40px;
	padding-bottom: 10px;
}
.home-form .form-box .left{
	flex: 0 0 40%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
.home-form .form-box .right{
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.home-form .form-box .right input{
	flex: 0 0 48%;
	padding: 15px 10px;
	margin-bottom: 15px;
	border: 2px solid #ababab;
}
.home-form .form-box .right input:hover{
	border-color: #000;
}
.home-form .form-box .right textarea{
	width: 100%;
	height: 100px;
	background-color: transparent;
	border: 2px solid #ababab;
	padding: 15px 10px;
}
.home-form .form-box .right textarea:hover{
	border-color: #000;
}
.home-form .form-box .right a{
	display: inline-block;
	padding: 15px 30px;
	color: white;
	background-color: #0073cf;
	margin-top: 15px;
}
.home-form .form-box .right a:hover{
	background-color: #008af4;
}
.banner {
	text-align: center;
}

.banner img {
	width: 100%;
}

.main-nav .w1200 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.main-nav .right ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.main-nav .right {
	flex: 0 0 70%;
}

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

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

.main-nav ul a {
	display: inline-block;
	padding: 20px 30px;
	position: relative;
	background: url(../images/nav-icon2.png) right center no-repeat;
}

.main-nav ul li:last-child a {
	background: transparent;
}

.main-nav .current-menu-item a {
	color: #005bac;
	font-weight: bold;
}

.main-nav .product-category a {
	padding: 15px 10px;
	text-align: center;
	font-size: 14px;
}

.about-text h2 {
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	color: #005bac;
	padding-bottom: 15px;
	margin-bottom: 15px;
	background: url(../images/aboutT-bg.png) center bottom no-repeat;
}

.about-text {
	padding: 40px 70px;
	min-height: 500px;
}

.about-text .txt {
	line-height: 30px;
}
.about-text .txt img{
	float: right;
	width: 550px;
	padding: 0 0 30px 30px;
}
.index-pic {
	display: none;
}

.main-page {
	padding: 30px 0;
	background-color: #f8f8f8;
}

.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;
}

.goods-details {
	margin-bottom: 70px;
}

.goods-details img {
	float: right;
	width: 560px;
	max-width: 40%;
	padding: 10px;
	margin-bottom: 30px;
	margin-left: 25px;
	background-color: #efefef;
}

.goods-details table {
	margin-top: 15px;
	width: 100%;
}

.goods-details tr:first-child {
	background-color: #005bac;
	color: white;
}

.goods-details th {
	padding: 10px;
}

.goods-details h1 {
	font-size: 22px;
	color: #005bac;
	font-weight: bold;
	margin-bottom: 25px;
}

.goods-details p {
	line-height: 25px;
	margin: 10px 0;
}

.goods-details h3 {
	font-size: 22px;
	color: #005bac;
	font-weight: bold;
	margin-top: 50px;
}

.goods-nav ul {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #eee;
}

.goods-nav ul li {
	flex: 1;
	text-align: center;
	padding: 20px 0;
	cursor: pointer;
	border-bottom: 4px solid transparent;
	text-transform: uppercase;
}

.goods-nav ul li.active {
	border-color: #005bac;
	color: #005bac;
	font-weight: bold;
}

.goods-nav ul li:hover {
	border-color: #005bac;
}

.goods-nav .bottom {
	margin-top: 50px;
}

.goods-nav table {
	width: 100%;
}

.goods-nav table thead tr {
	background-color: #005bac;
	color: white;
}

.goods-nav .box:nth-child(1) tr th {
	width: 100%;
	color: white;
	padding: 5px;
}

.goods-nav .box:nth-child(1) tr:nth-child(1),
.goods-nav .box:nth-child(1) tr:nth-child(9),
.goods-nav .box:nth-child(1) tr:nth-child(15),
.goods-nav .box:nth-child(1) tr:nth-child(18) {
	background-color: #005bac;
}

.goods-nav .box:nth-child(2) table thead tr th {
	padding: 5px;
}

.goods-nav .box:nth-child(3) tr:first-child th,
.goods-nav .box:nth-child(4) tr:first-child th {
	padding: 5px;
	color: white;
	background-color: #005bac;
}

.goods-nav .box:nth-child(5) img {
	width: 100%;
}

.details-title {
	text-align: center;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	margin-bottom: 50px;
	font-size: 26px;
}
.details-top{
	display: flex;
	padding-bottom: 40px;
}
.details-top .img{
	flex: 0 0 30%;
	padding: 10px;
	background-color: #fff;
}
.details-top .img img{
	width: 100%;
}
.details-top .goods-title{
	padding-left: 45px;
	flex: 1;
}
.details-top .goods-title p{
	padding-bottom: 20px;
	font-size: 26px;
}

.app-box {
	display: flex;
	flex-wrap: wrap;
}

.app-box {
	display: flex;
	flex-wrap: wrap;
}

.app-li {
	flex: 0 0 24.5%;
	position: relative;
	margin: 0 5px 5px 0;
}

.app-li:nth-child(4n) {
	margin-right: 0;
}

.app-li img {
	width: 100%;
}

.app-li p {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	color: white;
	background: rgba(0, 91, 172, 0.6);
	display: none;
}

.app-li p::before {
	content: "";
	position: absolute;
	width: 50px;
	height: 2px;
	background-color: #fff;
	left: 50%;
	top: 60%;
	transform: translate(-50%, 0);
}

.app-li:hover p {
	display: flex;
}

.news-box .news-li {
	padding: 15px 60px;
	box-shadow: 0 5px 10px 0 #ccc;
	margin-bottom: 25px;
	background-color: #fff;
}

.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 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: 50px 80px;
}

.contact .left p {
	font-weight: bold;
	font-size: 18px;
}

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

.contact .left ul li {
	margin-bottom: 25px;
}


.contact .right {
	flex: 1;
}

.ce-box {
	padding-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
}

.ce-box .ce-li {
	box-shadow: 0 0 10px 0 #909090;
	flex: 0 0 24%;
	margin: 0 10px 10px 0;
}

.ce-box .ce-li:nth-child(4n) {
	margin-right: 0;
}

.ce-box .ce-li img {
	width: 100%;
}
.goods-details h1:nth-child(4){
	margin-top: 315px;
}
.goods-details p:nth-child(5){
	margin-bottom: 300px;
}
.goods-details p:nth-child(5) img{
	margin-top: -50px;
}
.cp-list{
	display: flex;
	flex-wrap: wrap;
}
.cp-li .img{
	box-shadow: 0 0 10px 0 #909090;
}
.cp-li{
	flex: 0 0 23.5%;
	margin: 0 25px 25px 0;
}
.cp-li:nth-child(4n){
	margin-right: 0;
}
.cp-li .img img{
	width: 100%;
}
.cp-li p{
	text-align: center;
	padding: 10px 0;
}
.goods-title{
	padding-bottom: 40px;
	border-bottom: 1px solid #b8b8b8;
	margin-bottom: 40px;
}
.goods-title .box{
	display: flex;
}
.goods-title .box .left{
	flex: 0 0 35%;
}
.goods-title .box .left img{
	padding: 10px;
	background-color: #fff;
	width: 100%;
}
.goods-title .box .right{
	padding-left: 80px;
}
.goods-title .box .right h2{
	font-size: 30px;
	color: #0073cf;
	padding-bottom: 20px;
}
.goods-title .box .right p{
	line-height: 30px;
}