body, html,input{
	font-family:"microsoft yahei" !important;
}
.pagination a{
	padding: 6px 12px;
	background:#eeeeee;
	color:#000;
	text-decoration:none;
}
.pagination a:hover{
	background:#5087e2;
	color:#fff;
}
.pagination .active{
	color:#fff;
}
/*
* nav css
*/
.header-box{
	height:90px;
	background:#5087e2;
	line-height:90px;
}
.header-box .logo-box{
	padding:15px 0px;
}
.header-box .logo-box img{
	max-height:60px;
	height:60px;
	z-index: 999;
    background: #5087e2;
}
.header-box .nav-links{
	white-space: nowrap;
	padding: 0px;
    margin: 0px;
}
.header-box .nav-links ul li{
	position:relative;
	color:#fff;
	width:90px;
	text-align:center;
	padding:0px;
	margin:0px;
	
}
.header-box .nav-links ul li:hover{
	background:#406cb5;
}
.header-box .nav-links ul li label{
	margin:0px;
	color:#fff;
	width:100%;
	height:100%;
}
.header-box .nav-links ul li a{
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	color:#fff;
}

.header-box .nav-links .nav-more ul li a:hover{
	background:#ff942c;
}

.header-box .nav-links label{
	font-weight:400;
}
.header-box .list-inline{
	margin-bottom:0px;
	display: table;
	float: right;
}
.header-box .full-pull,.header-box .full-pull li{
	width:100% !important;
}
.header-box .nav-links ul li:hover .nav-more{
    display:block;
}
.header-box .nav-more{
	display:none;
	width:190px;
	line-height:40px;
	position:absolute;
	left:-40px;
	z-index:999;
	background: rgba(83,121,182,0.5); 
}
.header-box .nav-more ul li:hover{
	background:#0043b057;
}

.header-box .nav-links .active{
	background:#406cb5;
}

/*
* banner css
*/
.banner-box{
	/* min-height:600px; */
	height:auto;
}
.banner-box img{
	/* max-height:600px; */
	height:auto;
	width:100%;
}
.banner-box .swiper-button-prev,.banner-box .swiper-container-rtl .swiper-button-next{
	left:30px;
}
.banner-box .swiper-button-next,.banner-box .swiper-container-rtl .swiper-button-prev{
	right:30px;
}

.banner-swiper{
	width:100%;
}
/*
* product css
*/
.product-box{
	padding-bottom:50px;
	background:#fff;
}
.product-box .product-title{
	position:relative;
	margin-top:60px;
	text-align:center;
}
.product-box .product-title h2{
	position: inherit;
	margin:0px;
	letter-spacing:10px;
	height:40px;
	line-height:40px;
	z-index:999;
}
.product-box .product-title .line{
	display:block;
	width:90px;
	height:5px;
	background:#5087e2;
	margin:15px auto;
	border-radius:2px;
}
.product-box .product-title .product-bg{
	position:absolute;
	display:block;
	width:100%;
	height:40px;
	line-height:40px;
	top:0px;
	left:0px;
	right:0px;
	margin:0px;
	font-size:35px;
	letter-spacing:15px;
	z-index:99;
	color:#efefef;
	font-weight:bold;
}
.product-box .product-banner{
	padding: 0px 100px;
	position: inherit;
}

.product-box .product-next{
	right:50px;
	top: 60%;
}
.product-box .product-prev{
	left:50px;
	top: 60%;
}
.product-box .product-type-box{
	position:relative;
	background:#6098f1;
	margin:80px 10px 20px 10px;
	padding:0px;
	height:200px;
	border:5px solid #fff;
}
.product-box .product-type-box .banner-img{
	position:absolute;
	top:-70px;
	margin:0px auto;
	left:0px;
	right:0px;
	width:140px;
	height:140px;
	border-radius:70px;
}
.product-box .product-banner .banner-img img{
	width:100%;
	height:100%;
}
.product-box .product-banner  .banner-title{
	margin:110px 15px 10px;
	
}
.product-box .product-banner  .banner-title p:first-child{
	font-size:15px;
	color:#fff;
	font-weight:bold;
}
.product-box .product-banner  .banner-title p:last-child{
	font-size:10px;
	color:#dfdede;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.product-box .product-banner  .banner-more{
	display:none;
	border-top:1px solid #8fbaff;
	margin:0px 15px;
	height: 50px;
    line-height: 50px;
}
.product-box .product-banner  .banner-more a{
	color:#fff;
	text-decoration:none;
}
.product-box .product-banner  .banner-more div{
	color:#fff;
}
.product-box .product-banner  .banner-more div:first-child{
	font-size:13px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.product-box .product-banner  .banner-more div:last-child{
	margin-left:15px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.product-box .product-type-box:hover{
	margin:50px 5px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
}
.product-box .product-type-box:hover .banner-more{
	display:block;
}
.product-box .product-type-box:hover  .banner-title{
	margin:80px 15px 10px;
}
.product-box .product-list-title{
	padding:30px;
}
.product-box .product-list-title h5{
	font-weight:bold;
	font-family: "microsoft yahei" !important;
	font-size: 16px;
}
.product-box .product-list-content .thumbnail{
	border:0px;
}
.product-box .product-list-content .thumbnail:hover .caption .btn{
	background:#ff942c;
	border:0px;
}
.product-box .product-list-content .thumbnail h3{
	font-size:15px;
	font-weight:500;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.product-box .product-list-content .thumbnail img{
	height:280px;
	width:auto;
	max-width:100%;
}
.product-box .product-list-content .thumbnail .caption .small-title{
	font-size:9px;
	color:#888;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.product-box .product-list-content .thumbnail .caption .btn{
	margin-top:10px;
	width:75%;
	border:0px;
	border-radius:0px;
	font-size:13px;
	padding:10px 12px;
	background:#5087e2;
}

.product-box .product-list-more{
	padding:0px 60px;
	margin:30px 0px;
	height:60px;
	line-height:60px;
	text-align:center;
}
.product-box .product-list-more a{
	display:block;
	text-decoration:none;
	width:100%;
	height:100%;
}
.product-box .product-list-more .more{
	display:block;
	width:100%;
	height:60px;
	border:1px solid #ccc;
	color:#888;
	margin:0px auto;
	font-size:17px;
}
.product-box .product-list-page{
	height:100px;
	margin-bottom:50px;
}
.product-box .product-list-page .pagination a{
	border-radius:0px;
	border:0px;
}
.product-box .product-list-page .pagination>.active>a{
	background:#5087e2;
}
.product-box .product-list-page .pagination>li>a:hover{
	background:#5087e2;
	color:#fff;
}
.product-box .product-list-page .pagination>li>a,.product-box .product-list-page .pagination>li>span{
	margin:0px 10px;
}
.product-box .product-list-page .pagination li:first-child a{
	background:#eeeeee;
	color:#888;
}
.product-box .product-list-page .pagination li:last-child a{
	background:#eeeeee;
	color:#888;
}

.product-box .product-list-page .pagination a{
	border-radius:0px;
	border:0px;
}
.product-box .product-list-page .pagination>.active{
	background:#5087e2;
}
.product-box .product-list-page .pagination>a:hover{
	background:#5087e2;
	color:#fff;
}
.product-box .product-list-page .pagination>a,.product-box .product-list-page .pagination>span{
	margin:0px 10px;
}
.product-box .product-list-page .pagination a:first-child {
	background:#eeeeee;
	color:#888;
}
.product-box .product-list-page .pagination a:last-child {
	background:#eeeeee;
	color:#888;
}

/*
* show-box
*/
.show-box{
	position:relative;
	margin-top:50px;
	margin-bottom:50px;
	min-height:400px;
}
.show-box:before, .show-box:after{
	content: "";
	display: table;
 }
.show-box .show-bg{
	position:relative;
	width:100%;
}
.show-box .show-bg .img-full{
	width:100%;
	height:100%;
}
.show-box .show-bg img{
	background-size:100% auto;
	background-position:top center;
	width: 100%;
}

.show-box .show-box-title{
	position:absolute;
	top:0px;
}
.show-box .show-title{
	min-width:280px;
	max-width:100%;
	/* height:120px; */
	padding:35px;
	background:rgba(0,0,0,0.5);
}
.show-box .show-line{
	border-left:5px solid #fff;
	padding:5px 0px 5px 15px;
	line-height:25px;
	/* height:45px; */
}
.show-box .show-line p{
	color:#fff;
	margin:0px;
}
.show-box .show-line p:first-child{
	font-size:20px;
	font-weight:bold;
}
.show-box .show-list-box{
	position: absolute;
    bottom: 100px;

}
.show-box .show-list{
	padding:50px;
}
.show-box .show-list .swiper-slide{
	margin-top:10px;
	border:5px solid #fff;
}
.show-box .show-list .swiper-slide.active{
	border:5px solid #5087e2;
}
.show-box .show-list img{
	width:100%;
	min-height:80px;
}
.show-box .show-list .show-top{
	display:none;
	position:absolute;
	top:-20px;
	left:0px;
	right:0px;
	margin:0px auto;
	width:50px;
	height:50px;
	font-size:25px;
	text-align:top;
	color:#5087e2;
}
.show-box .show-list .swiper-slide.active .show-top{
	display:block;
}
.show-box .show-list-box .show-prev{
	background-image:url("../images/icon-left.png") !important;
	opacity:1;
	width:50px;
	height:50px;
	background-size: 100% 100%;
}
.show-box .show-list-box .show-next{
	background-image:url("../images/icon-right.png") !important;
	opacity:1;
	width:50px;
	height:50px;
	background-size: 100% 100%;
}


/*
* product-type-box
*/
.no-bottom-margin{
	margin-bottom:0px !important;
}
.product-type-box{
	min-height:200px;
	height:auto;
	padding:30px 0px;
	background:#f7f7f7;
}
.product-type-box .product-type-title{
	margin-bottom:30px;
}
.product-type-box .type-info-content{
	margin-bottom:30px;
}
.product-type-box .type-info-content p{
	text-align:justify;
}
.product-type-box .type-btn{
	height:40px;
	line-height:40px;
	background:#5087e2;
	width:180px;
	text-align:center;
	padding:0px;
	border:0px;
	border-radius:2px;
}
.product-type-box .type-btn:active{
	border:0px;
}
/*
* about-box
*/

.about-box{
	margin:60px 0px;
}
.about-box .about-content{
	padding:10px 0px 0px 40px;
	height:400px;
}
.about-box .about-content h3{
	font-weight:bold;
	
}
.about-box .about-remark{
	color:#888;
	line-height:30px;
	margin:15px 0px 25px 0px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient: vertical;
}
.about-box .about-nav .row{
	margin:20px -15px 20px 0px;
}
.about-box .about-nav .row .col-md-3{
	width:50px;
}
.about-box .about-nav .row .col-md-9{
	width:calc(100% - 50px);
}
.about-box .about-nav .row .col-md-9 p:first-child{
	font-weight:bold;
	font-size:15px;
	margin-bottom:5px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.about-box .about-nav .row .col-md-9 p:last-child{
	margin:0px;
	font-size:12px;
	color:#888;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
}
.about-box .about-nav .row .col-md-9,.about-box .about-nav .row .col-md-3{
	margin:0px;
	padding:0px;
}

.about-box .about-nav-img{
	max-width:40px;
	width:40px;
	height:40px;
	text-align:center;
	line-height:40px;
	border-radius:30px;
	color:#fff;
	font-size:20px;
}
.about-box .about-nav-img img{
	width:100%;
	height:100%;
}
.about-box .about-more{
	margin:10px 0px 20px;
	font-size:25px;
}
.about-box .about-more-line{
	height:25px;
	width:1px;
	background:#ccc;
	margin-right:20px;
}
.about-box .about-img img{
	width:100%;
	height:400px;
	vertical-align:middle;
}

/*
*	top-box
*/
.top-box{
	min-height:300px;
}
.top-box img{
	width:100%;
	height:100%;
}

/*
* content-box
*/
.content-box{
	margin-bottom:50px;
}
.content-box .content-logo{
	margin:20px 0px;
	height:150px;
	width:auto;
}
.content-box .content-list-more{
	padding:0px;
	margin:30px 0px;
	height:60px;
	line-height:60px;
	text-align:center;
}
.content-box .content-list-more .more{
	display:block;
	width:100%;
	height:60px;
	border:1px solid #ccc;
	color:#888;
	margin:0px auto;
	font-size:17px;
}
.content-box .content-list-more a{
	text-decoration:none;
}
.content-box .content-title,.content-box .content-title-list{
	margin:20px 0px;
}
.content-box .content-table{
	margin-top:30px;
}
.content-box .content-table thead tr>th{
	background:#5a8dff;
	color:#fff;
	height:50px;
	line-height:50px;
	text-align:center;
}
.content-box .content-table tr>td:first-child{
	height:60px;
	line-height:30px;
}
.content-box .content-table tr>td p{
	margin:0px;
}
.content-box .content-table tr>td{
	height:60px;
	line-height:60px;
	vertical-align:middle;
	text-align:center;
	border:0px;
}
.content-box .table-striped>tbody>tr:nth-of-type(odd){
	background-color: #fff;
}
.content-box .table-striped>tbody>tr:nth-of-type(even){
	background-color: #eef3ff;
}
.content-box .content-info .info-title{	
	margin:15px 0px;
}
.content-box .content-info .info-title h4{
	font-weight:bold;
}
.content-box .content-info .info-content{
	line-height:25px;
}
.content-box .content-info img{
	/* margin:15px 0px; */
	max-width:100%;
	height:auto;
}
.product-type-box img{
	max-width:100%;
	height:auto;
}
/*
* map-box
*/
.map-box{
	min-height:320px;
	height:auto;
	margin:50px 0px;
}
.map-box .map-links h4{
	margin:20px 0px;
	font-weight:400;
	color:#000;
}
.map-box .map-links img{
	height:120px;
	width:120px;
	margin-right:15px;
}
.map-box .map{
	width:100%;
	height:300px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
	border:5px solid #fff;
}

/*
* form-box
*/

.form-box{
	min-height:450px;
	height:auto;
	background:#eeeeee;
}
.form-box h4{
	margin:50px 0px 20px 0px;
}
.form-box input{
	height:50px;
	border-radius:2px;
}
.form-box textarea{
	height:150px;
	resize:none;
	border-radius:2px;
}
.form-box .form-btn{
	width:220px;
	height:50px;
	border-radius:2px;	
}
.form-box .btn-primary{
	background-color: #487dd3;
    border-color: #487dd3;
}

/*
* about-show-box
*/
.about-show-box{
	position:relative;
	min-height:700px;
	height:auto;
	margin-bottom:50px;
}
.about-show-box img{
	max-width:100% !important;
	height:auto;
}
.about-show-box:before{
	position:absolute;
	top:0px;
	content: '';
	width: 100%;
	height:300px;
	background: #f6f6f6;
}
.about-show-box h2{
	margin:100px 0px 0px;
}
.about-show-box p{
	margin:30px 0px;
	text-align:justify;
	line-height:30px;
}

.about-show-box .line-two{
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
}

/*
* nav-show-box
*/
.nav-show-box{
	border-top:1px solid #ccc;
	height:140px;
	padding:40px 0px;
}
.nav-show-box .col-md-3{
	width:90px;
	max-width:25%;
}
.nav-show-box .col-md-9{
	padding-right:0px;
}
.nav-show-box .col-md-9 p{
	margin-bottom:5px;
}
.nav-show-box .col-md-9 p:first-child{
	margin-top:8px;
	font-weight:bold;
}
.nav-show-box .col-md-9 p:last-child{
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
}
.nav-show-box .nav-show-img{
	max-width:60px;
	width:60px;
	height:60px;
	text-align:center;
	line-height:60px;
	border-radius:30px;
	color:#fff;
	font-size:20px;
}
.nav-show-box .nav-show-img img{
	width:100%;
	height:100%;
}

/*
* product-show-box
*/
.label-title{
	margin:30px 0px;
}
.product-show-box{
	position:relative;
	min-height:450px;
	height:auto;
	overflow:hidden;
}
.product-show-box:before{
	position:absolute;
	top:0px;
	right:0px;
	content: '';
	width: 40%;
	height:220px;
	background: #f6f6f6;
	z-index:-1;
}
.product-show-box:after{
	position:absolute;
	top:100px;
	left:0px;
	content: '';
	width: 40%;
	height:220px;
	background: #f6f6f6;
	z-index:-1;
}
.product-show-box .product-show{
	position:relative;
}
.product-show-box .product-show .product-show-left{
	margin:100px 0px 0px;
	padding-top:10px;
	min-height:320px;
	height:auto;
	padding:0px 50px 0px;
	background:#fff;
	text-align:justify;
}
.product-show-box .product-show .product-show-left .product-remark{
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp:6;
	-webkit-box-orient: vertical;	
}
.product-show-box .product-show .product-show-left p{
	line-height:25px;
	margin:5px 0px;
}
.product-show-box .product-show .product-show-left .product-attr{
	margin-top:30px;
}
.product-show-box .product-show .product-show-right img{
	width:100%;
}

.product-show-box .product-show-title{
	height:50px;
	width:100%;
}
.product-show-title{
	height:100px;
	line-height:50px;
	padding:25px 0px;
}
.product-show-title .show-title-line{
	width:100%;
	height:1px;
	background:#ccc;
	margin:20px 0px;
}
.product-show-list{
	min-height:300px;
	height:auto;
	margin-bottom:50px;
}
.product-show-list img{
	max-width:100% !important;
	height:auto;
}
.product-show-list .show-list{
	width:100%;
	margin-bottom:15px;
	height:360px;
}
.product-show-list .show-list-all{
	width:100%;
	height:auto;
}
/*
*	footer-box
*/
.footer-box{
	background:#406fbc;
	height:260px;
}
.footer-box .footer-line{
	height:70px;
	width:100%;
	border-bottom:1px solid #648ac9;
}
.footer-box .list-inline{
	height:69px;
	line-height:69px;
	margin:0px;

}
.footer-box .list-inline li{
	padding:0px 15px;	
}
.footer-box .list-inline li label{
	color:#fff;
	font-weight:400;
	margin:0px;
}
.footer-box .list-inline li:hover{
	background:#406cb5;
}
.footer-box .footer-link img{
	padding:15px 0px;
	height:90px;
	max-width:100%;
}
.footer-box .footer-link p{
	margin:5px 0px;
	color:#fff;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.footer-box .footer-qrcode{
	padding:35px 0px;
}
.footer-box .footer-qrcode img{
	height:120px;
	width:120px;
	margin-left:15px;
}

@media screen and (max-width:768px){
	
	.container-fluid{
		padding-top:77px;
		padding-bottom:80px;
	}
	.header-box{
		position:fixed;
		z-index:9999;
		top:0px;
		left:0px;
		right:0px;
		height:90px;
		background:#5087e2;
		line-height:90px;
		
	}
	.header-box .menu_list{
		padding-top:80px;
		position:fixed;
		top:77px;
		bottom:80px;
		left:0px;
		right:0px;
		display:none;
		z-index:99999;
		background:rgba(83,121,182,0.9);
		overflow-y: scroll;
		overflow-x:hidden;
	}

	.header-box .menu_list ul li{
		height:auto;
		line-height:60px;

	}
	.header-box .menu_list ul li a{
		color:#fff;
		font-size:22px;
		text-decoration:none;
		display: block;
	}


	.header-box .menu_list .menu_close{
		position:absolute;
		top:40px;
		right:25px;
		height:30px;
		width:30px;
		line-height:25px;
		border-radius:15px;
		border:1px solid #fff;
		text-align:center;
		color:#fff;
		font-size:25px;
	}
	.header-box{
		height:77px;
		line-height:77px;
		background: #4e90fc;
	}
	.header-box .logo-box{
		padding: 13px 0px 14px 50px;
		background:#4e90fc;
	}
	.header-box .logo-box img{
		max-height: 50px;
		height: 50px;
		background: #4e90fc;
	}
	.product-box{
		padding-bottom:0px;
	}
	.product-box .product-title{
		margin:30px 0px;
	}
	.product-box .product-banner{	
		padding:10px 15px;

	}
	.product-box .product-banner .row{
		margin-bottom:30px;
	}
	.product-box .product-banner .row .col-xs-12{
		background:#5087e2;
	}
	.product-box .media-body, .media-left, .media-right{
		vertical-align:middle;
	}
	.product-box .product-banner .banner-more{
		display: block;
	}
	.product-box .product-banner .banner-title p:last-child{
		margin-bottom:10px;
	}
	.product-box .product-banner img{
		width:100px;
		height:100px;
	}
	.product-box .product-banner .banner-title{
		margin:15px 15px 10px;
	}
	.product-box .visible-xs .media{
		margin:5px 0px;
	}
	.nav-links{
		background:#487dd3;
		height:77px;
		width:24%;
		float:right;
	}
	.nav-links img{
		width:55px;
		height:55px;
	}
	.banner-box,.banner-box img{
		min-height:200px;
		height:auto;
	}
	.product-box .product-title{
		margin-top:30px;
	}
	.product-box .product-title h2{
		font-size:23px;
		font-weight:bold;
		letter-spacing:5px;
	}
	.product-box .product-title .line{
		margin:5px auto;
		width: 65px;
		height: 3.5px;
	}
	.product-box .product-title .product-bg{
		font-size:25px;
		font-weight:bold;
		letter-spacing:10px;
	}
	.about-box h3{
		padding:0px 10px;
		font-weight:bold;
		font-size:20px;
	}
	.about-box .about-more{
		margin: 10px;
		height: 30px;
	}
	.about-box .about-remark{
		-webkit-line-clamp:4;
		margin: 15px 0px 0px 0px;
		padding: 0px 10px;
		text-align:justify;
	}
    .about-box .about-content{
        padding: 0px 15px 0px 0px;
    }
	.about-box .about-content h3{
		font-size:16px;
	}
	.about-box .about-img img{
		height:200px;
	}
	.about-box .about-nav .row{
		margin:3px -15px 3px -5px;
	}
	.about-box .about-content{
		height:200px;
	}
	.show-box{
		min-height:250px;
	}
	.show-box .show-title{
		margin-top: 35px;
		/* height: 110px; */
		padding: 15px 10px 15px 0px;
		min-width: 160px;
	}
	.show-box .show-line{
		border-left:0px;
		/* padding-top: 15px; */
	}
	.show-box .show-line p:first-child{
		font-size:17px;
	}
	.show-box .show-list-box{
		bottom:-60px;
		left:0px;
		right:0px;
	}
	.show-box .show-list{
		padding:50px 25px;
	}
	.show-box .show-list .swiper-slide{
		border:2px solid #fff;
	}
	.show-box .show-list img{
		min-height:50px;
		height:auto;
	}
	.show-box .show-list .swiper-slide.active{
		border:2px solid #5087e2;
	}
	.about-box .about-more .fa{
		color:#ccc;
	}
	.show-box .show-list-box .show-next{
		background-color: #4e90fc;
		right: 10px;
		height: 70px;
		top: 88px;
		width: 20px;
		background-image:url(../images/icon-right.png) !important;
		background-size:20px 20px;
	}
	
	.show-box .show-list-box .show-prev{
		background-color: #4e90fc;
		left: 10px;
		height: 70px;
		top: 88px;
		width: 20px;
		background-image:url(../images/icon-left.png) !important;
		background-size:20px 20px;
	}
	.about-show-box h2{
		margin: 30px 0px 0px;
	}
	.nav-show-box{
		height:auto;
		padding:20px 0px;
		margin-bottom:30px;
	}
	.nav-show-box .col-xs-12{
		margin:10px 0px;
	}
	.top-box{
		height:auto;
		min-height:auto;
		text-align:center;
	}
	.top-box.products-show-top img{
		width:100%;
		height:auto;
	}
	.content-box .content-title h3{
		margin-top:0px;
	}
	.product-show-list .show-list{
		height:auto;
	}
	.footer-nav-box{
		position:fixed;
		bottom:0px;
		width:100%;
		height:80px;
		background:#4e90fc;
		color:#fff;
		padding:15px 0px 5px 0px;
		z-index:9999;
	}
	.footer-nav-box .footer-nav-link p{
		height:30px;
		line-height:30px;
		margin:0px;
	}
	.footer-nav-box .footer-nav-link .fa{
		font-size:30px;
	}
	.footer-nav-box .footer-nav-link a{
		text-decoration:none;
		color:#fff;
	}
	.show-box .show-list .show-top{
		display:none !important;
	}
	.map-box{
		margin:10px 0px 50px 0px;
	}
	.map-box .map-links{
		padding-bottom:20px;
	}
	.map-box .map-links h4{
		font-weight:bold;
		font-size: 23px;
	}
	.form-box .col-xs-12{
		margin-bottom:10px;
		text-align:center;
	}
	.product-box .product-list-page{
		margin-bottom:0px;
		height:auto;
		min-height:50px;
	}
	.content-box .content-table tr>td:first-child{
		width:200px;
	}
	.content-box .content-title-list{
		margin:20px 0px 0px;
	}
	.content-box .content-title-list h3{
		font-weight:bold;
		letter-spacing: 5px;
	}
	.content-box .content-table thead tr{
		background:#5a8dff;
	}

	.wechat-box .wechat-content{
		display:none;
		position:fixed;
		top:77px;
		bottom:80px;
		left:0px;
		right:0px;
		background:rgb(45 45 45 / 90%);
		padding-top:80px;
		text-align:center;
		z-index:999;
	}
	.wechat-box img{
		width:60%;
		height:auto;
		margin:0px auto;
	}
	.wechat-box p:nth-child(2){
		margin-top:25px;
	}
	.wechat-box p{
		color:#fff;
		font-size:15px;
	}
	
	.wechat-box2 .wechat-content2{
		display:none;
		position:fixed;
		top:77px;
		bottom:80px;
		left:0px;
		right:0px;
		background:rgb(45 45 45 / 90%);
		padding-top:80px;
		text-align:center;
		z-index:999;
	}
	.wechat-box2 img{
		width:60%;
		height:auto;
		margin:0px auto;
	}
	.wechat-box2 p:nth-child(2){
		margin-top:25px;
	}
	.wechat-box2 p{
		color:#fff;
		font-size:15px;
	}
	
	.product-show-box:before,.product-show-box:after{
		display:none;
		height:0px;
		background:transparent;
	}
	.about-box .about-nav .row .col-md-9 p:last-child{
		height:34px;
		line-height:17px;
	}
	.header-box .nav-more{
		width: 100%;
		line-height: 40px;
		height: auto;
		z-index: 999;
		background:rgba(83,121,182,0.5);
		position: initial;
	}
	.header-box .nav-more a{
		font-size:16px !important;
	}
}


@media screen and (max-width:1080px){
    .header-box .nav-links ul li{
        width:70px;
    }
}
@media screen and (max-width:1280px){
    .header-box .nav-links ul li{
        width:80px;
    }
}
@media screen and (max-width:1440px){
    .header-box .nav-links ul li{
        width:85px;
    }
}
