html , body {
	margin: 0;
	padding: 0;
	font:14px/1.14 "microsoft yahei", "Arial";color:#333;outline:0;
}

.page-body {
	background: #f5f5f5;
}

ul,li {
	margin: 0;
	padding: 0;
	list-style: none;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}

h1,h2,h3 {
	font-weight: 500;
}

h4,h5,h6 {
	font-weight: normal;
}

h1 {font-size: 36px;}
h2 {font-size: 24px;}
h4 {font-size: 16px;}
h5 {font-size: 14px;}
h6 {font-size: 12px;}

* img {
	max-width: 100%;
}

:after,:before {
	box-sizing: border-box;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #009ed5;
}

a:after {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	border-radius: 2px;
}

.slide {
	overflow: hidden;
}

.full {
	width: 100%;
	overflow: hidden;
}

.content {
	max-width: 1440px;
	margin: 0 auto;
}

.transition {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
}

.img-box {
	position: relative;
	overflow: hidden;
}

.img-box .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: .5s;
}

.img-box .mask {
	position: absolute;
	width: 100%;
	height: 40px;
	background: rgba(0,0,0,.5);
	bottom: 0;
	box-sizing: border-box;
}

.img-box .view {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: rgba(0,0,0,.5);
	transition: .3s;
}

.img-box .view:after {
	content: "\e005";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 40px;
	font-size: 0px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	color: #fff;
	transition: .3s;
}

.img-box .title {
	position: absolute;
	width: 100%;
	height: 40px;
	padding: 0 10px;
	line-height: 40px;
	color: #fff;
	bottom: 0;
	box-sizing: border-box;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
}

.img-box:hover .image {
	transform: scale(1.1);
}

.img-box:hover .view {
	height: calc( 100% - 40px );
}

.img-box:hover .view:after {
	font-size: 36px;
}

header {
	background: #fefcfd;
	width: 100%;
	position: relative;
}

header .menu-box {
	width: 100%;
}

.scroll {
	padding-top: 180px;
}

.scroll header {
	position: fixed;
	top: -30px;
	left: 0;
	z-index: 1000;
	box-shadow: 0 0 10px #ccc;
}


.top {
	width: 100%;
	height: 30px;
	background: #019ed5;
}

.top a {
	display: inline-block;
	position: relative;
	height: 30px;
	padding-left: 30px;
	line-height: 30px;
	margin-left: 10px;
	float: right;
	color: #fff;
	text-decoration: none;
}

.top a.iconfont {
	padding-left: 20px;
}

.top a.link-logo:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 100%;
	background: url(../images/jblogo.png) no-repeat;
	background-position: left center;
}

.top a.iconfont:before {
	content: "\e008";
	position: absolute;
	top: 0;
	left: 0;
	height: 30px;
	line-height: 30px;
}

.logo {
	position: relative;
}

.logo:before {
	content: "";
	position: absolute;
	bottom: 0;
	margin: 0 auto;
	width: 100%;
	height: 1px;
	background: #f3f3f3;
}

.logo .logo-bar {
	display: flex;
	justify-content:space-between;
	align-items: center;
	height: 96px;
	background: url(../images/logo.png) no-repeat left center;
	background-size: contain;
}

.logo .logo-bar input {
	width: 200px;
	height: 40px;
	padding: 0 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	background: #f2f0f1;
	border: none;
}

.logo .logo-bar input:focus , .logo .logo-bar button:focus {
	outline: none;
}

.logo .logo-bar button {
	width: 50px;
	height: 40px;
	border: none;
	font-size: 24px;
	background: #f2f0f1;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.logo .logo-bar form {
	display: flex;
}

.logo .logo-bar .logo-link {
	float: left;
    display: flex;
    width: 30%;
    height: 100%;
}

.menu {
	display: flex;
	height: 54px;
	justify-content: space-between;
}

.menu .item {
	display: flex;
	position: relative;
}

.menu .item > a {
	display: flex;
	position: relative;
	flex: 1 1 auto;
	padding: 0 5px;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 2px;
	align-items: center;
	justify-content: center;
}

.menu .item > a:after {
	content: "";
	position: absolute;
	margin: 0 auto;
	left: 0;
	bottom: 0;
	height: 0px;
	background: #009ed5;
	width: 0px;
}

.menu .item.active > a {
	color: #009ED5;
}

.menu .item > a:hover:after , .menu .item.active > a:after {
	height: 4px;
	width: 100%;
	
}

.menu .item ul {
	position: absolute;
	width: calc( 100% + 60px );
	top: 60px;
	padding: 5px 10px;
    left: -40px;
    height: 0;
    overflow: hidden;
}

.menu .item:hover ul {
	display: block;
	top: 50px;
	height: auto;
	z-index: 999;
	background: #fff;
	box-shadow: 0 0px 3px #ccc;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
}

.menu .item ul > a {
	display: block;
	position: relative;
	padding: 5px 0 5px 10px;
	margin: 5px 0;
	font-size: 16px;
}

.menu .item ul > a:hover {
	color: #fff;
}

.menu .item ul > a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 2px;
	height: 100%;
	margin: 0 auto;
	z-index: -1000;
	background: rgba(0,158,213,0.5);
}

.menu .item ul > a:hover:after {
	color: #fff;
	width: 100%;
}

.banner {
	height: calc( 100vh - 180px );
}

.class-banner {
	width: 100%;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

footer {
	margin-top: 100px;
}

footer .footer-info {
	padding: 40px 0 30px 0;
	background: #f8f8f8;
}

footer .footer-info .content {
	display: flex;
	justify-content: space-between;
}

footer .footer-info .content .footer-item {
	position: relative;
	flex: 1 1 auto;
	min-height: 100px;
}

footer .footer-info .content .footer-item:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	max-height: 150px;
	background: #f1f1f1;
}

footer .footer-info .content .footer-item a {
	display: block;
	padding: 0 0 0 33%;
	margin-bottom: 20px;
	box-sizing: border-box;
}


footer .footer-info .content .wechat {
	width: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

footer .footer-info .content .wechat h5 {
	letter-spacing: 2px;
	text-align: center;
	margin-top: 20px;
}

footer .footer-info .content .contact {
	width: 220px;
}

footer .footer-info .content .contact .icon-contact {
	display: block;
	width: 100%;
	color: #b2b2b2;
	font-size: 96px;
	text-align: center;
}

footer .footer-info .content .contact h5 , footer .footer-info .content .contact h6 , footer .footer-info .content .contact h2 {
	text-align: center;
}

footer .footer-info .content .contact h2 {
	text-align: center;
	font-weight: 700;
	color: #009ED5;
	font-size: 28px;
	padding: 10px 0;
}

footer .footer-info .content .contact h6 {
	padding: 10px 0;
}

footer .footer-info .content .platform {
	width: 200px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

footer .footer-info .content .platform div {
	display: flex;
	align-items: center;
	justify-content: center;
}

footer .footer-info .content .platform i {
	font-size: 48px;
}


footer .footer-info .content .platform .icon-wechat {
	color: #4fb573;
}

footer .footer-info .content .platform .icon-blog {
	color: #e95e5b;
}

footer .footer-bottom {
	width: 100%;
	padding: 15px 0;
	text-align: center;
	background: #009ED5;
	color: #fff;
}

footer .footer-bottom h5 {
	padding: 5px 0;
}

.catpos {
	margin: 40px 0;
}

.catpos a {
	font-size: 14px;
}

.page-content {
	max-width: 1440px;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
}

.page-content .left-sub {
	flex: 0 0 auto;
	width: 300px;
	margin-right: 20px;
}

.sub-block {
	padding: 10px;
	background: #fff;
}

.page-content .left-sub .title , .page-content .left-sub a {
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
	background: #009ED5;
	padding-left: 30px;
	box-sizing: border-box;
	letter-spacing: 3px;
	position: relative;
	font-weight: 600;
}

.page-content .left-sub .title:after , .page-content .left-sub a:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 20px;
	top: 10px;
	left: 10px;
	background: #fff;
	border-radius: 5px;	
}

.page-content .left-sub .sub-box {
	margin-top: 10px;
	border-top: #f5f5f5 1px solid;
}

.page-content .left-sub a {
	display: block;
	font-size: 16px;
	background: #fff;
	color: #333;
	font-weight: normal;
	background: #f5f5f5;
	margin-top: 10px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
}

.page-content .left-sub a:after {
	background: #009ED5;
}

.page-content .left-sub a:hover:after , .page-content .left-sub a.active:after {
	height: 10px;
	top: 15px;
	background: #f33;
}

.page-content .content-box {
	flex: 1 1 auto;
	background: #fff;
	padding: 10px;
	background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
}

.page-content .content-box .cat-title {
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 2px;
	position: relative;
}

.page-content .content-box .cat-title:after {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	height: 30px;
	width: 10px;
	background: #009ED5;
	border-radius: 5px;
}

.page-content-box , .news-content-box , .picture-content-box , .product-content-box {
	padding: 10px;
	border-top: #f5f5f5 1px solid;
	margin-top: 10px;
	min-height: 500px;
}

.news-content-box , .picture-content-box , .product-content-box {
	padding: 10px 0;
}

.page-content-box .content-title {
	font-size: 24px;
	padding: 15px 0;
	text-align: center;
}

.page-content-box .content-attr {
	padding: 15px 0 40px 0;
	text-align: right;
}

.page-content-box .content-attr span {
	display: inline-block;
	margin-left: 15px;
	color: #ccc;
}

.page-content-box p {
	line-height: 150%;
}

.news-content-box a.list-item {
	display: block;
	position: relative;
	height: 40px;
	line-height: 40px;
	width: 100%;
	padding-left: 20px;
	border-bottom: #ccc 1px dashed;
	box-sizing: border-box;
}

.news-content-box .news-item-block {
	display: flex;
	width: 100%;
	padding: 20px 0;
	border-bottom: #ccc 1px dashed;
}

.news-content-box .news-item-block .news-item-time {
	width: 150px;
	min-height: 150px;
	flex: 0 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
}

.news-content-box .news-item-block .news-item-time span , .news-content-box .news-item-block .news-item-time i {
	font-size: 18px;
}

.news-content-box .news-item-block .news-item-info {
	display: flex;
	flex-direction: column;
	padding-right: 15px;
	box-sizing: border-box;
}

.news-content-box .news-item-block .news-item-info .a-title {
	overflow: hidden;
	box-sizing: border-box;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
	font-size: 18px;
	font-weight: bold;
}

.news-content-box .news-item-block .news-item-info h4 {
	margin: 20px 0;
	line-height: 150%;
	overflow: hidden;
	box-sizing: border-box;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
}

.news-content-box .news-item-block .news-item-info .a-btn {
	display: block;
    width: 100px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: #009ED5;
}

.news-item-block:hover {
	background: #f5f5f5;
}

.news-item-block:hover h2 {
	color: #009ED5;
}

.news-content-box a span {
	float: right;
}

.news-content-box a:after {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 10px;
	height: 20px;
	background: #009ED5;
}

.news-content-box a:hover:after {
	background: #f33;
	top:15px;
	height: 10px;
	border-radius: 5px;
}

.picture-content-box .picture-item {
	width: calc( ( 100% - 40px ) / 3 );
	overflow: hidden;
	float: left;
	margin-left: 20px;
	border: #ccc 1px solid;
	box-sizing: border-box;
	padding: 2px;
}

.picture-content-box .picture-item:nth-child(3n+1) {
	margin-left: 0;
}

.picture-content-box .picture-item:nth-child(n+4) {
	margin-top: 20px;
}

.picture-content-box .picture-item .img-box {
	width: 100%;
	height: 260px;
}

.picture-content-box .picture-item .img-box .image {
	background-size: contain;
}

.product-base {
	display: flex;
	width: 100%;
	padding-bottom: 20px;
}

.product-desc {
	margin-top: 20px;
	overflow: hidden;
}

.product-desc .title {
	border-bottom: #ccc 1px solid;
	overflow: hidden;
	padding-left: 20px;
}

.product-desc .title h4 {
	float: left;
	padding: 10px 15px;
	border: #ccc 1px solid;
	border-bottom: none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.product-base .product-pic {
	flex: 0 0 auto;
	width: 40%;
	max-width: 450px;
	border: #ccc 1px solid;
	padding: 2px;
	overflow: hidden;
	margin-right: 20px;
	display: flex;
	align-items: center;
}

.product-base .product-pic .img-box {
	width: 100%;
	height: 320px;
	overflow: hidden;
}

.product-base .product-info {
	flex: 1 1 auto;
	width: calc( 60% - 20px );
	display: flex;
	flex-direction: column;
}

.product-base .product-info .attr {
	display: flex;
	width: 100%;
	font-size: 16px;
	margin-bottom: 30px;
	overflow: hidden;
}

.product-base .product-info .attr span {
	flex: 0 0 auto;
	line-height: 150%;
}

.product-base .product-info .attr span:last-child {
	flex: 1 1 auto;
	max-width: 520px;
}

.product-base .product-info .attr span:first-child {
	width: 110px;
}

.product-content {
	padding: 15px 0;
	min-height: 300px;
}

#pages {
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 10px 0;
}

#pages li {
	display: block;
	margin: 0 5px;
}

#pages li a , #pages li span {
	display: block;
	text-align: center;
	line-height: 30px;
	width: 30px;
	height: 30px;
	border: #ccc 1px solid;
}

#pages .active span{
	background: #009ED5;
	color: #fff;
	border-color: #009ED5;
}

#pages .disabled span {
	background: #f5f5f5;
	border-color: #f5f5f5;
	color: #ccc;
}