﻿body{
	padding-top: 70px;
	overflow-x:hidden; 
}
a:hover {
	text-decoration:none ; 
}
.pr{
	position: relative;
}
.nav{margin-top:-10px;}
.navbar-brand{
	padding: 21px 15px;
	height: 100%;
}
.navbar-default{	
	background: #fff;
	border: none;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.navbar-fixed-top .navbar-collapse{
 	max-height: 100%;
 }
.nav-set ul{
	margin-left: 0px;
}
.nav-set .navbar-nav > li > a{
	font-size: 14px;
	line-height: 30px;
	padding: 35px 20px;
}
.phone-number{
	position: absolute;
	top: 0;
	right: 15px;
}
.banner .swiper-container{min-width: 1200px; height: 510px;}
@media screen and (max-width: 1200px){
	.navbar-toggle {
	    display: block;
	}
	.navbar-collapse.collapse {
	    display: none !important;	   
	}
	.navbar-collapse.collapse.in {
	    display: block !important;
	}
	.navbar-header{
		width: 100%;
	}
	.navbar-nav > ul{
		width: 100%;
		box-sizing: border-box;
	}
	.navbar-nav > li {
	    float: none;
	    display: block;
	}
	.nav-set{
		width: 100%;
	}
	.nav-set ul{
		margin: 0;
	}
	.nav-set .navbar-nav > li > a{
		padding: 15px;
	}
	.phone-number{
		position: absolute;
		top: 0;
		right: 105px;
	}
}
.navbar-toggle{
	margin-top: 33px;
}
.phone-number p{
	font-size: 20px;
	color: #168de1;
	letter-spacing: -.5px;
	line-height: 30px;
	padding: 35px 0;
	font-weight: 500;
}
.phone-number em{
	width: 22px;
	height: 22px;
	display: inline-block;
	background:  url(../image/head-ico.png) 0 0 no-repeat;
	vertical-align: middle;
	margin-top: -2px;
	margin-right:8px;
}
.index-slide-warp{
	max-width: 100%;
}
.carousel-control.left ,.carousel-control.right{
    background: none;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right{
	width: 33px;
	height: 75px;
	display: inline-block;
	background: rgba(0,0,0,.3);
	margin-top: -40px;
}
.glyphicon-chevron-left::before{
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	position: absolute;
	top: 50%;
	margin-top: -12px;
	left:12px;
}
.glyphicon-chevron-right::before{
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	position: absolute;
	top: 50%;
	margin-top: -12px;
	right:12px;
}
@media (min-width:768px) {	
	.banner-indicators li {
	    display: inline-block;
	    width: auto;
	    height: auto;
	    margin: 0;
	    text-indent: 0;
	    cursor: pointer;
	    background-color: none;
	    color: #fff;
	    border: none;
	    border-radius: none;
	    font-size: 18px;
	    font-family: 'arial';
	}
	.banner-indicators li:last-child{
		margin-left: -10px;
	}
	.banner-indicators li:last-child em{
		margin-left: 0;
	}
	.banner-indicators li em{
		width: 0;
		height: 1px;
		display: inline-block;
		background: #168de1;
		vertical-align: middle;
		margin: 0 10px;
		transition: .36s ease;
	}
	.banner-indicators .active {

	    width: auto;
	    height: auto;
	    margin: 0;
	    background:none;
	    color: #168de1;

	}
	.banner-indicators .active em{
		width: 130px;
	}
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: .5;
}
.item-img{
	height: calc(100vh - 100px);
}
.banner1{
	background:  url(404.png) top center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.banner-text{
	position: absolute;
	top:50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.banner-text p{
	font-size: 54px;
	color: #fff;	
	margin: 0;
}
.banner-text span{
	font-size: 17px;
	color: #fff;
	font-family: 'Helvetica Neue LT pro';
	font-weight: lighter;
	text-transform:uppercase;
	letter-spacing: 1px;
}
.banner-text em{
	width: 76px;
	height: 4px;
	display: block;
	background: #168de1;
	margin-top: 40px;
}
@media (max-width: 768px) {
	.banner-text p{
		font-size: 40px;
		color: #fff;	
		margin: 0;
	}
	.banner-text span{
		font-size: 14px;
		color: #fff;
		font-family: 'Helvetica Neue LT pro';
		font-weight: lighter;
		text-transform:uppercase;
		letter-spacing: 1px;
	}
	.banner-text em{
		width: 50px;
		height: 3px;
		display: block;
		background: #168de1;
		margin-top:30px;
	}
}
.product{
	margin: 80px 0;
}
.wrap-header h3{
	font-size: 44px;
}
.wrap-header p{
	font-size: 16px;
	color: #ccc;
}
.wrap-tab{
	padding: 40px 0 30px;
}
.wrap-tab ul{
	padding: 0;
}
.wrap-tab ul li{
	display: inline-block;
	margin: 0 10px;
}
.wrap-tab ul li a{
	font-size: 16px;
	line-height: 1.1;
	padding: 10px 20px;
	display: inline-block;
	color: #333;
}
.wrap-tab ul .active a{
	background: #168de1;
	color: #fff;
}
.wrap-tab ul li:hover a{
	background: #168de1;
	color: #fff;
}
@media (max-width: 768px) {
	.wrap-tab ul li{
		display: block;
		float: left;
		width: 25%;
		margin: 0;
	}
	.wrap-tab ul li a{
		font-size: 14px;
		padding: 10px
	}
	.wrap-header h3{
		font-size: 36px;
	}
	.product{
		margin: 40px 0;
	}
}
.product-text{
	padding: 20px;
	box-sizing: border-box;
}
.product-text em{
	width: 29px;
	height: 29px;
	display: block;
	border: 1px solid #cccccc;
	border-radius: 50%;
	margin: 10px auto 0;
	position: relative;
}
.product-text em:before{
	content: '';
	display: block;
	width: 11px;
	height: 1px;
	background: #ccc;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	margin-top: -1px;
	margin-left: -1px;
}
.product-text em:after{
	content: '';
	display: block;
	width: 1px;
	height: 11px;
	background: #ccc;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	margin-top: -1px;
	margin-left: -1px;
}
.product-img {
	overflow: hidden;
	border: 1px solid #fff;
	box-sizing: border-box;
}
.product-img img{
	width: 100%;
	height: auto;
	margin: 0px auto;
	transition: 600ms;
	object-fit: cover;;
	width: 280px;
	height: 222px;
}
.product-text > p{
	font-size: 16px;
	color: #333;
}
.product-text span{
	font-size: 12px;
	color: #999;
}
.wrap-pro-list .row > div:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.wrap-pro-list .row > div:hover .product-img{
	border: 1px solid #168de1;
	box-sizing: border-box;
}
.wrap-pro-list .row > div:hover .product-text{
	background: #168de1;
}
.wrap-pro-list .row > div:hover .product-text p{
	color: #fff;
}
.wrap-pro-list .row > div:hover .product-text span{
	color: #a6daff;
}
.wrap-pro-list .row > div:hover .product-text em{
	border: 1px solid #fff;
}
.wrap-pro-list .row > div:hover .product-text em:before{
	background: #fff;
}
.wrap-pro-list .row > div:hover .product-text em:after{
	background: #fff;
}
.wrap-pro-list .row > div{
	margin-top: 30px;
}
.index-mid-slide-warp{
	width: 100%;
	position: relative;
	margin-bottom: 100px;
}
.mid-slide-title{
	position: absolute;
	top: 80px;
	z-index:100;
}
.mid-slide-title p{
	font-size: 48px;
	font-family: 'arial';
	color: #fff;
	font-weight: 700;
	margin: 0;
}
.mid-slide-title h3{
	font-size: 44px;
	color: #fff;
	margin: 0;
}
.mid-slide-title em{
	width: 76px;
	height: 4px;
	background: #fff;
	display: block;
	margin-top: 35px;
}
.mid-text{
	position: absolute;
	top:270px;
}
.mid-text p{
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 20px;
}
.mid-text span{
	font-size: 14px;
	color: #fff;
	width: 60%;
	display: block;
	line-height: 1.8;
}
.mid-text a{
	font-size: 14px;
	line-height: 1.1;
	padding: 10px 40px;
	color: #fff;
	border: 1px solid #fff;
	margin-top: 30px;
	display: inline-block;
	opacity: .5;
}
.mid-text a:hover{
	opacity: 1;
}
.mid-text a em{
	width: 24px;
	height: 15px;
	display: inline-block;
	background:  url(../image/mid-button-img.png) 0 0 no-repeat;
	vertical-align: middle;
	margin-left: 5px;
	margin-top: -1px;
}
.mid-indicators li i{
	width: 52px;
	height: 52px;
	display: block;
	margin: 0 auto;
}
.mid-ico1{
	background:  url(../image/mid-ico1.png) 0 0 no-repeat;
}
.mid-ico2{
	background:  url(../image/mid-ico2.png) 0 0 no-repeat;
}
.mid-ico3{
	background:  url(../image/mid-ico3.png) 0 0 no-repeat;
}
.mid-ico4{
	background:  url(../image/mid-ico4.png) 0 0 no-repeat;
}
.mid-ico5{
	background:  url(../image/mid-ico5.png) 0 0 no-repeat;
}
.mid-ico6{
	background:  url(../image/mid-ico6.png) 0 0 no-repeat;
}
.mid-indicators li:last-child{
	margin: 0;
}

.mid-img{
	width: 100%;
	height: 700px;
	background:  url(../image/mid-img1.jpg) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.mid-box{
	position: absolute;
	bottom: 0;
	z-index:10;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}
.mid-indicators{
	position: static;
	margin-left: 0;
	width: 100%;
	padding: 40px;
	background: #fff;
	bottom: 0;
	margin-bottom: -70px;
	box-shadow: 0 9px 38px rgba(0,0,0,.09);
	box-sizing:border-box;
}
.mid-indicators{
	overflow: hidden;
}
.mid-indicators li {
	display: block;
	float: left;
	width: 16.6666%;
	height: auto;
	margin: 0;
	text-indent: 0;
	cursor: pointer;
	background-color: none;
	color: #fff;
	border: none;
	border-radius: none;
	color: #666;
	font-size: 14px;
}
.mid-indicators .active {
    width: 16.6666%;
    height: auto;
    margin: 0;
    background:none;
    color: #168de1;
}
.mid-indicators .active i{
	background-position: -52px 0;
}
@media (max-width: 768px) {
	.mid-box{
		width: 100%;
		padding: 0 30px;
		box-sizing: border-box;
	}
	.mid-indicators{
		padding: 20px;
	}
	.mid-indicators li i{
		display: none;
	}
	.mid-indicators li {
		width:auto;
		margin-right: 20px;
		line-height: 2;
	}
	.mid-indicators .active{
		width:auto;
		margin-right: 20px;
	}
	.mid-slide-title p{
		font-size: 36px;
	}
	.mid-slide-title h3{
		font-size: 36px;
	}
	.mid-text span{
		width: 90%;
	}
	.mid-img{
		height: 500px;
	}
	.mid-slide-title{
		top: 60px;
	}
	.mid-text{
		top:220px;
	}
}
.about{
	margin-top: 50px;
	margin-bottom: 110px;
}
.about-wrap{
	margin-top: 50px;
}
.about-text-up{
	display: inline-block;
	background: #168de1;
	padding:30px;
}
.about-text-up span{
	font-size: 20px;
	color: #fff;
}
.about-text-up p{
	font-size: 50px;
	font-weight: 700;
	font-family: 'arial';
	color: #fff;
	margin: 10px 0 0 0;
	line-height: 1;
	letter-spacing: -2px;
}
.about-text-down{
	padding-right: 40px;
}
@media (max-width: 768px) {
	.about-text-down{
		padding-right: 0;
	}
	.about{
		margin-top: 20px;
		margin-bottom: 50px;
	}
}
.about-text-down p{
	font-size: 26px;
	color: #333;
	margin-top: 30px;
	margin-bottom: 20px;
}
.about-text-down span{
	font-size: 14px;
	line-height: 30px;
	color: #666;
	display: block;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 20px;
}
.about-text-down a{
	display: block;
	font-size: 14px;
	color: #333;
	position: relative;
	margin: 25px 0;
}
.about-text-down a:hover{
	color: #168de1;
}
.about-text-down a:after{
	content: '';
	display: block;
	position: absolute;
	width: 24px;
	height: 15px;
	background:  url(../image/button-ico.png) 0 0 no-repeat;
	right:0;
	top: 50%;
	transform: translateY(-50%);
}
.about-img-box,.about-ico-box{
	height: 100%;
	height: 195px;
	overflow: hidden;
	position: relative;
	background: #f7f7f7;
}
.about-ico-box a{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
.about-img-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .6s ease;
}
.about-img-box:hover img{
	transform: scale(1.1);
}
.about-ico-box img{
	margin: 30px auto 20px;
}
.about-ico-box p{
	font-size: 20px;
	color: #333;
	margin-bottom: 0;	
}
.about-ico-box span{
	font-size: 14px;
	font-family: 'arial';
	opacity: .5
}
.blue-bg{
	background: #168de1;
}
.blue-bg p,.blue-bg span{
	color: #fff;
}
@media (max-width: 768px) {
	.row-m{
		margin: 0;
	}
}
.news-bg{
	width: 100%;
	background: #f8f8f8;
	margin-top: 20px;
	margin-bottom: px;
	padding:40px 0 70px 0;
}
.news-list{
	margin-top: 30px;
	margin-left: -30px;
	margin-right: -30px;
}
.news-box{
	width: 100%;
	padding: 20px; 
	background: #fff;
	position: relative;
	margin-top: 30px;
}
.news-box:after{
	content: '';
	display: block;
	height: 3px;
	width: 0;
	background: #168de1;
	position: absolute;
	right:0;
	bottom:0;
	transition: all .36s ease;
}
.news-box:hover{
	box-shadow: 0 10px 20px rgba(0,0,0,.2);
}
.news-box:hover:after{
	width:100%;
	left:0;
}
.news-box:hover .news-date{
	background: #168de1;
}
.news-box:hover .news-date strong,.news-box:hover .news-date small{
	color: #fff;	
}
.news-box:hover .news-title h4 a{
	color: #168de1;
}
.news-title{
	overflow: hidden;
	padding-bottom: 25px;
	border-bottom: 1px solid #f0f0f0;
}
.news-title h4{
	margin: 0;
}
.news-title h4 a{
	font-size: 20px;
	color: #333;
	font-weight: 700;
	line-height: 30px;
}
.news-date{
	width: 60px;
	height: 60px;
	display: block;
	float: left;
	text-align:center;
	margin-bottom: 0;
	background: #e1e1e1;
	margin-right: 10px;
	padding-top: 10px;
}
.news-date strong{
	font-size: 24px;
	color: #333;
	line-height: 1;
}
.news-date small{
	font-size: 12px;
	color: #333;	
	line-height: 1;
}
.news-info{
	margin: 5px 0;
}
.news-info p{
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.news-img{
	width: 100%;
	height: 135px;
	overflow: hidden;
}
.news-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .6s ease;
}
.news-more a{
	width: 29px;
	height: 29px;
	display: block;
	box-sizing: border-box;
	border: 1px solid #cccccc;
	border-radius: 50%;
	margin: 20px auto 0;
	position: relative;
}
.news-box:hover .news-img img{
	transform: scale(1.1);
}
.news-box:hover .news-more a{
	background: #168de1;
	border: none;
}
.news-box:hover .news-more a:before,.news-box:hover .news-more a:after{
	background: #fff;
}
.news-more a:before{
	content: '';
	display: block;
	width: 11px;
	height: 1px;
	background: #ccc;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translateX(-50%);
	
}
.news-more a:after{
	content: '';
	display: block;
	width: 1px;
	height: 11px;
	background: #ccc;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translateY(-50%);
}
@media (max-width: 768px) {
	.news-list{
		margin: 0;
	}
}
.footer-bg{
	width: 100%;
	background: #333;
}
.footer-main{
	padding-top: 65px;
	padding-bottom: 50px;
	overflow: hidden;
}
.footer-contact em{
	width: 25px;
	height: 2px;
	display: block;
	background: #fff;
	margin-top: 34px;
}
.footer-contact p{
	font-size: 14px;
	color: #fff;
	margin-top: 20px;
}
.footer-contact p strong{
	font-size: 22px;
	font-weight: 700;
	color: #168de1;
}
.footer-contact a{
	padding: 10px 30px;
	display:inline-block;
	background: #168de1;
	color: #fff;
	margin-top: 10px;
}
.footer-contact a i{
	width: 14px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	background:  url(../image/footer-button-ico.png) 0 0 no-repeat;
	margin-right: 5px;
}
.footer-right ul {
	padding: 0;
}
.footer-right p{
	margin: 0;
}
.footer-right p a{
	color: #fff;
	line-height: 60px;
	display: block;
}
.footer-right ul li a{
	color: #999;
	line-height: 30px;
}
.copyright span{
	font-size: 14px;
	color: #999;
}
.copyright p{
	border-top: 1px solid #575757	;
	padding: 30px 0; 
}
.copy-left{
	float: left;
}
.copy-right{
	float: right;
}
@media (max-width: 768px) {
	.footer-right p a{
		border-bottom: 1px solid #444	;
	}
	.copyright p{
		border: none;
	}
	.copy-left{
		float:none;
	}
	.copy-right{
		float: none;
	}
}


.page-banner{
	width: 100%;
	height: 330px;
	padding: 80px 0 0;	
	background-attachment: fixed;
	position: relative;
}
.bp1{
	background:  url(404.png)  center top no-repeat;	
}
.page-banner-text img{
	display: block;
	max-width: 100%;
	margin:0 auto;
	margin-bottom: 80px;
}
.page-title-box{
	width: 100%;
	position: absolute;
	bottom: 0;
}
#page-title{
	perspective: 2000px;
    	perspective-origin: top;
}
.page-title{
	
	width: 100%;
	padding:30px;
	background: #fff;
	position: relative;
	z-index:10;
	border-bottom: 1px solid #eee;
	transition: 0.5s;
	transform-origin: bottom center;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
}
.mini .page-title{
	-webkit-transform: rotateX(94deg) rotateZ(0);
	transform: rotateX(93deg) rotateZ(0);
	border-bottom: 1px solid #d9d9d9;
}
.page-title p{
	font-size: 30px;
	line-height: 1;
	margin-bottom: 0;
}
.page-title span{
	font-size: 16px;
	color: #ccc;
}
.page-screen{
	margin-top: 30px;
}
.page-screen ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.page-screen ul li{
	float: left;
	margin-right:15px;
}
.page-screen a{
	padding: 10px 20px;
	font-size: 16px;
	color: #666;
	display: inline-block;
	margin: 5px 0;
}
.page-screen a.page-screen-active{
	background: #168de1;
	color: #fff;
}
.page-screen .current-cat a{
	background: #168de1;
	color: #fff;
}
.page-screen a:hover{
	background: #168de1;
	color: #fff;
}
.page-nav{
	margin-top: 50px;
	margin-bottom: 80px;
}
.page-nav .active a {
    background: #168de1;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #168de1;
    border-color: #168de1;
}

.bp2{
	background:  url(404.png)  center top no-repeat;
}
.history-list{
	padding: 0 30px 60px;
}
.history-list-box{
	width: 100%;
	border-left: 3px solid #f3f3f3;
	padding-top: 120px;
	margin-top: 100px;
	position: relative;
}
.history-list-box:after{
	content: '';
	width: 56px;
	height: 56px;
	display: block;
	background:  url(404.png) 0 0 no-repeat;
	position: absolute;
	top:0;
	left: 0;
	margin-left: -28px;
	margin-top: -28px;
}
.history-list-box ul{
	list-style: none;
	padding-left: 30px;
}
.history-list-box ul li{
	padding-bottom: 60px;
}
.history-list-box ul li span{
	font-size: 14px;
	width: 128px;
	height: 29px;
	display: block;
	background: #959595;
	color: #fff;
	text-align: center;
	line-height: 29px;
	position: relative;
}
.history-list-box ul li span:after{
	content: '';
	display: block;
	width: 21px;
	height: 21px;
	background: #168de1;
	border-radius: 50%;
	position:absolute;
	left: -42px;
	top:50%;
	transform: translateY(-50%);
	border: 3px solid #fff;
}
.history-list-box ul li p{
	font-size: 14px;
	color: #666;
	line-height: 34px;
	margin-top: 10px;
}



.bp3{
	background:  url(404.png)  center top no-repeat;
}
.about-page{
	padding:70px;
}
@media (max-width: 768px) {
	.about-page{
		padding:40px 20px;
	}
}
.about-page-text{
	font-size: 14px;
	line-height: 30px;
	color: #666;
}
.about-page-text h5{
	font-size: 16px;
	color: #333;
	font-weight: 700;
	line-height: 2;
}
.about-page-data{
	border-bottom: 1px solid #e9e9e9;
	overflow: hidden;
}
.about-page-data > div{
	margin:70px 0;
}
.about-page-data p{
	font-size: 70px;
	color: #666;
	font-weight: 300;
	font-family: "微软雅黑";
	margin-bottom: 0;
	line-height: 1.1;
}
.about-page-data p small{
	font-size: 20px;
	color: #666;
	font-weight: 500;
}
.about-page-data span{
	font-size: 14px;
	color: #999;
}
.about-page-img{
	margin-top: 30px;
	padding-bottom: 100px;
}
.about-page-img img{
	margin: 0 auto;
	margin-top: 30px;
}
.about-page-img p{
	padding: 30px 120px;
	font-size: 14px;
	color: #666;
	line-height: 30px;
}
@media (max-width: 768px) {
	.about-page-img p{
		padding: 0;
	}
}


.bp4{
	background:  url(404.png)  center top no-repeat;
}
.contact-page{
	padding:70px;
}
@media (max-width: 768px) {
	.contact-page{
		padding:40px 20px;
	}
}
.contact-page-info{
	padding-top:70px;
	padding-bottom: 120px;
	overflow: hidden;
}
.contact-page-text{
	font-size: 14px;
	line-height: 30px;
	color: #666;
	padding-bottom: 60px;
	border-bottom: 1px solid #e9e9e9;
}
.company-name p{
	font-size: 20px;
	font-weight: 700;
	color: #333;
	margin-bottom: 0;
	line-height: 1.5;
}
.company-name span{
	font-size: 14px;
	color: #999;
}
.contact-page-info img{
	max-width: 100%;
	display:block;
	border:1px solid #e9e9e9;
	box-sizing: border-box;
	float: right;
}
.company-contact{
	margin-top: 30px;
	line-height: 30px;
	font-size: 14px ;
	color: #666;
}
@media (max-width: 768px) {
	.contact-page-info img{
		float: none;
		margin: 50px auto 0;
	}
}

.bp5{
	background:  url(404.png)  center top no-repeat;
}
.bg-center{
	background: #fff;
}
.corporate-page{
	position: relative;
	top:0;
	margin-top: -100px;
}
.page-title-center{
	text-align:center;
	padding: 80px 0;
}
.page-title-center p{
	font-size: 30px;
	line-height: 1;
	margin-bottom: 0;
}
.page-title-center span{
	font-size: 16px;
	color: #ccc;
}
.corporate-page-text{
	padding: 0 70px;
}
.corporate-page-text p{
	padding: 0 40px 50px;
	font-size: 14px;
	color: #666;
	line-height: 30px;
	border-bottom: 1px solid #e9e9e9;
}
.corporate-page-img-tt{
	font-size: 14px;
	color: #666;
	margin-top: 60px;
	margin-bottom: 120px;
}
.corporate-page-img-bt{
	font-size: 14px;
	color: #666;
	margin-top: 100px;
	margin-bottom: 120px;
}
@media (max-width: 768px) {
	.page-title-center{
		padding: 40px 0;
	}
	.corporate-page-text{
		padding: 0 ;
	}
	.corporate-page-text p{
		padding: 0 ;
		padding-bottom: 40px;	
	}
	.corporate-page-img-tt{
		font-size: 14px;
		color: #666;
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.corporate-page-img-bt{
		font-size: 14px;
		color: #666;
		margin-top: 40px;
		margin-bottom: 80px;
	}
}

.talent-page-text{
	padding:0 70px 100px;
	line-height: 36px;
	color: #666;
}
.talent-page-text p{
	margin: 0;
	padding: 0;
}
@media (max-width: 768px) {
	.talent-page-text{
		padding:0 30px 60px;
		line-height: 30px;
	}
}

.row-np{
	margin-left: -45px;
	margin-right: -45px;
}
.news-page-item{
	padding: 0 30px;
	margin-top: 60px;
}
@media (max-width: 768px) {
	.row-np{
		margin-left:0;
		margin-right:0;
	}
	.news-page-item{
		padding: 0;
	}
}
.np-item-img{
	width: 100%;
	height: 150px;
	overflow: hidden;
}

.np-item-img img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: all .6s ease
}
.news-page-item:hover .np-item-img img{
	transform: scale(1.1);
}
.np-item-time{
	width: 60px;
	height: 60px;
	float: left;
	background: #e1e1e1;
	text-align:center;
	padding-top: 10px;
	box-sizing: border-box;
}
.np-item-time strong{
	font-size: 24px;
	color: #333;
	font-weight: 700;
	line-height: 1;
}
.np-item-time small{
	font-size: 12px;
	color: #999;
	line-height: 1;
}
.np-item-text{
	width:calc(100% - 60px);
	float: left;
	padding-left: 10px;
	box-sizing: border-box;
}
.np-item-info{
	margin-top: 30px;
}
.np-item-info:after{
	content: '';
	display: block;
	clear: both;
}
.np-item-text p{
	margin-bottom: 0;
	line-height: 1.8;
}
.np-item-text p a{
	display: block;
	font-size: 20px;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.np-item-text p a:hover{
	color: #168de1;
}
.np-item-text span{
	display: block;
	font-size:14px;
	color: #999999;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.np-item-more{
	padding: 20px 0;
	border-bottom: 1px solid #e3e3e3;
	box-sizing: border-box;
	position: relative;
}
.np-item-more a{
	font-size: 14px;
	color: #333;
	line-height: 1.1;
}
.np-item-more a em{
	display: inline-block;
	line-height: 1.1;
	position: relative;
	float: right;
}
.np-item-more a em:before{
	content: '';
	width: 24px;
	height: 15px;
	display: inline-block;
	background:  url(../image/button-ico.png) 0 0 no-repeat;
	position: absolute;
	top:2px;
	right: 0px;
	transition: all .3s ease;
	opacity: 1
}
.np-item-more a em:after{
	content: '';
	width: 24px;
	height: 15px;
	display: inline-block;
	background:  url(../image/button-ico.png) 0 0 no-repeat;
	position: absolute;
	top:2px;
	right: 80px;
	transition: all .5s ease;
	opacity: 0
}
.np-item-more:after{
	height: 1px;
	display: block;
	content: '';
	width:0;
	position: absolute;
	right: 0;
	background: #168de1;
	transition: all 0.6s ease;
	bottom: -1px;
}
.news-page-item:hover a{
	color: #168de1;
}
.news-page-item:hover .np-item-more:after{
	width: 100%;
	left: 0;
}
.news-page-item:hover .np-item-more a em:before{
	right: : 60px;
	opacity: 0
}
.news-page-item:hover .np-item-more a em:after{
	right: 0px;
	opacity: 1
}

.news-details-wrap{
	padding: 100px 80px;
}
.ndp-title .title{
	font-size: 25px;
	color: #333;
	margin-bottom: 20px;
}
.ndp-title .text-data{
	font-size: 14px;
	color: #999;
}
.ndp-title .text-data span{
	margin: 0 5px;
}
.ndp-text-info{
	margin-top: 80px;
	font-size: 16px;
	color: #666;
	line-height: 30px;
}
.ndp-text-info ul {
	list-style: none;
}
.ndp-text-info img{
	max-width: 100%;
}
.ndp-text-info .alignleft img{
	float:left; margin:0 1em 1em 0
}
.ndp-text-info .alignright img{
	float:right; margin:0 0 1em 1em;
}
.ndp-text-info .aligncenter img{
	display: block; margin-left: auto; margin-right: auto;
}
.ndp-pager{
	margin-top: 80px;
	padding: 40px 0;
	overflow: hidden;
	background: #f8f8f8;
	line-height: 3;
}
.ndp-pager span{
	width: 60px;
	font-size: 16px;
	color: #666;
	line-height: 3;
	display: inline-block;
	text-indent: -999999px;
	position: relative;
}
.ndp-pager-pre span:after{
	content: '';
	display: block;
	width: 24px;
	height: 15px;
	background:  url(404.png) 0 0 no-repeat;
	position: absolute;
	left: 0;
	top:50%;
	margin-top: -7px;
	opacity: 1;
	transition:all .3s ease;
}
.ndp-pager-pre span:before{
	content: '';
	display: block;
	width: 24px;
	height: 15px;
	background:  url(404.png) 0 0 no-repeat;
	position: absolute;
	left: 40px;
	top:50%;
	margin-top: -7px;
	opacity: 0;
	transition:all .5s ease;
}
.ndp-pager-next span:after{
	content: '';
	display: block;
	width: 24px;
	height: 15px;
	background:  url(../image/button-ico.png) 0 0 no-repeat;
	position: absolute;
	right: 0;
	top:50%;
	margin-top: -7px;
	opacity: 1;
	transition:all .3s ease;
}
.ndp-pager-next span:before{
	content: '';
	display: block;
	width: 24px;
	height: 15px;
	background:  url(../image/button-ico.png) 0 0 no-repeat;
	position: absolute;
	right: 40px;
	top:50%;
	margin-top: -7px;
	opacity: 0;
	transition:all .5s ease;
}
.ndp-pager-pre:hover span:after{
	left:40px;
	opacity: 0;
}
.ndp-pager-pre:hover span:before{
	left:0;
	opacity: 1;
}
.ndp-pager-next:hover span:after{
	right: 40px;
	opacity: 0;
}
.ndp-pager-next:hover span:before{
	right:0;
	opacity: 1;
}
.ndp-pager a{
	width: calc(100% - 80px);
	display: inline-block;
	padding:0 20px;
	font-size: 16px;
	color: #666;
	box-sizing: border-box;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	vertical-align: middle;
}
.ndp-pager a:hover{
	color: #168de1;
}
.ndp-pager-next span{
	float: right;
}
@media (max-width: 768px) {
	.news-details-wrap{
		padding: 60px 0;
	}
}
@media (max-width:992px) {
	.ndp-pager-next span{
		float: none;
	}
	.ndp-pager span{
		text-indent:0;	
	}
	.ndp-pager-pre span:after,.ndp-pager-next span:after,.ndp-pager-pre span:before,.ndp-pager-next span:before{
		display: none;
	}
}

.bp6{
	background:  url(404.png)  center top no-repeat;
}
.ba-list-wrap ul{
	padding: 50px;
	margin: 0;
}
.ba-list-wrap{
	padding: 50px 50px 0 50px;
	overflow: hidden;
}
.ba-list-item{
	background: #f8f8f8;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 40px;
}
.ba-list-item:last-child{margin-bottom: 0}
.ba-list-img{
	overflow: hidden;
}
.ba-list-img img{
	width: 100%;
	display: block;
	transition:all .5s ease;
}
.ba-list-item:hover .ba-list-img img{
	transform: scale(1.1);
}
.ba-list-text{
	position: relative;
}
.ba-list-text:after{
	content: '';
	width: 1px;
	height: 90px;
	display: block;
	background: #d9d9d9;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.ba-text-title{
	font-size: 20px;
	color: #333;
	margin-bottom: 15px;
}
.ba-text-title a{
	color: #333;
}
.ba-text-info{
	font-size: 14px;
	line-height: 30px;
	color: #999;
}
.ba-list-ico em{
	display: block;
	width: 24px;
	height: 15px;
	margin-top: 70%;
	margin-left: 20px;
	position: relative;
}
.ba-list-ico em:before{
	content: '';
	display: block;
	width: 24px;
	height: 15px;
	background:  url(../image/button-ico.png) 0 0 no-repeat;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 1;
	transition: all .3s ease;
}
.ba-list-ico em:after{
	content: '';
	display: block;
	width: 24px;
	height: 15px;
	background:  url(../image/button-ico.png) 0 0 no-repeat;
	top: 0;
	left: -40px;
	position: absolute;
	opacity: 0;
	transition: all .5s ease;
}
.ba-list-item:hover .ba-list-ico em:before{
	left: 50px;
	opacity: 0;
}
.ba-list-item:hover .ba-list-ico em:after{
	left: 0;
	opacity: 1;
}
@media (max-width: 768px) {
	.ba-list-wrap{
		padding: 30px 0;
	}
	.ba-text-title{
		font-size: 20px;
		color: #333;
		margin-bottom:0;
	}
	.ba-text-title{
		margin-top: 15px;
	}
	.ba-list-text:after{
		display: none;
	}
	.ba-list-item{
		background:none;
		margin-bottom: 0;
	}
}
@media (min-width:1200px) {
	.ba-list-text{
		margin-top: 25px;
	}
}
@media (min-width: 992px) and (max-width: 1199px){
	.ba-list-text{
		margin-top: 10px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.ba-list-text:after{
		display: none;
	}
	.ba-text-title{
		margin-top: 15px;
		margin-bottom: 0;
	}
	.ba-list-wrap{
		padding: 30px 0;
	}
	.ba-list-item{
		background:none;
		margin-bottom: 0;
	}
}

.carousel-fade .carousel-inner .item{  
    opacity:0;  
    -webkit-transition-property:opacity ;  
    -moz-transition-property:opacity ;  
    -ms-transition-property:opacity ;  
    -o-transition-property:opacity ;  
    transition-property:opacity ;
}
.carousel-fade .carousel-inner .active{  
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,.carousel-fade .carousel-inner .active.right{  
    left: 0;  
    opacity: 0;
}
.carousel-fade .carousel-inner .next.left,.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

#wpthemedemobar{display: none;}



.footer-nav-box{
    float: left;
}
.footer-nav-box ul li{
    width: 130px;
    float: left;
}
.footer-nav-box .menu > li > a{
    display: block;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 20px;
}
.footer-nav-box ul li p{
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 20px;
}
.footer-nav-box ul li a{
    font-size: 14px;
    display: block;
    color: #999999;
    line-height: 30px;
}
.nav{float:left; margin-right: 30px; margin-top: 15px;}
.nav li{float:left; position:relative; line-height: 74px;list-style: none}
.nav li > a{display:block; font-size: 15px; color: #333; text-align:center; margin-left: 30px; margin-right: 30px; position: relative;}
.nav li:hover > a{ font-weight: bold; color: #206bc4;}
.nav li > a::after{display: block; content: ""; position: absolute; width: 0; height: 3px; background-color: #206bc4; bottom: 0; transform: translateX(-50%); transition: all 0.6s cubic-bezier(.075, .82, .165, 1); left: 50%; opacity: 0;}
.nav li:hover > a::after{width: 100%; opacity: 1;}
.nav li:hover ul {opacity: 1; visibility: visible;}
.nav ul li ul{color:#000; position:absolute; opacity: 0; background-color: #fff; z-index: 10; width: 100%; padding: 10px 0;  transition: all 0.36s ease; visibility: hidden;}
.nav ul li ul li{text-align: center; line-height: 40px;width: 100%}
.nav ul li ul li a{color: #666;  font-size: 14px;margin:0 10px;text-align: center}
.nav ul li ul li a:hover{ color: #206bc4;}
@media  (max-width: 700px) {
.footer-main{padding-bottom: 20px;padding-top: 30px;}
.footer-right{display: none}
.nav{width: 100%; height: 0px; overflow: hidden; visibility: hidden; box-sizing: border-box; margin: 0; transition: all .3s ease;}
.nav li{float: none; border-bottom: 1px solid #eeeeee;}
.nav li a{text-align: left;}
.nav .sub-menu{display: none;}
.wap-home {height: 100%; visibility: visible; padding: 0;}
.wap-home ul{margin-left: 0px;padding-left: 0}
.banner{width: 100%; min-width: auto; height: 250px;overflow: hidden;}
.banner .swiper-container{width: 100%; height: 250px; min-width: auto;}
.banner .swiper-slide{width: 100%;}
.banner .swiper-container img{width: 100%; height: 100%; object-fit: cover;}
.product-img img{width: 100%}
body{padding-top: 50px;}
.sj_pad{padding:0;}
.news-bg{

	padding:30px 0 30px 0;
}
}


.right-bar{
	position: fixed;
	top: 50%;
	right: 0;
	width: 76px;
	height: 203px;
	z-index: 10;
}
.right-bar ul li{
	width: 76px;
	height: 76px;
	background: #fff;
	box-shadow: 0 2px 21px rgba(108,108,108,.19);
	cursor: pointer;
	position: absolute;
	float:left;
	left: 0;
	list-style:none;
	padding-left: 0;
}
.right-bar ul li a{
	width: 76px;
	height: 76px;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	display: block;
	float: left;
}
.rtbar-li2{
	top: 78px;
}
.right-bar ul li.rtbar-li3{
	top: 156px;
	width:230px;
}
.rtbar-li4{
	top: 234px;
}
.right-bar ul li em{
	width: 30px;
	height: 30px;
	display: block;
	margin: 12px auto 5px;
}
.right-bar ul li a span{
	font-size: 14px;
	color: #666;
	line-height: 1.1;
}
.right-bar ul li:hover{
	background: #0c66ff;
	box-shadow: 0 2px 21px rgba(12,105,255,.45);
}
.right-bar ul li:hover span{
	color: #fff;
}
.rtbar-li1 em{
	background:  url(../image/righ-bar-ico1.png) 0 0 no-repeat;
}
.rtbar-li1:hover em{
	background:  url(../image/righ-bar-ico1.png) -30px 0 no-repeat;
}
.rtbar-li2 em{
	background:  url(../image/righ-bar-ico2.png) 0 0 no-repeat;
}
.rtbar-li2:hover em{
	background:  url(../image/righ-bar-ico2.png) -30px 0 no-repeat;
}
.rtbar-li3 em{
	background:  url(../image/righ-bar-ico3.png) 0 0 no-repeat;
}
.rtbar-li3 strong{
	font-size: 20px;
	line-height: 76px;
	color: #fff;
	font-weight: 500;
}
.rtbar-li3:hover em{
	background:  url(../image/righ-bar-ico3.png) -30px 0 no-repeat;
}
.right-bar ul li.rtbar-li4 em{
	margin-top: 25px;
	background:  url(../image/righ-bar-ico4.png) -30px 0 no-repeat;
}
.right-bar ul li.rtbar-li4:hover em{
	background:  url(../image/righ-bar-ico4.png) -30px 0 no-repeat;
}
.rtbar_shwx{
	position: absolute;
	right: 78px;
	top:0px;
	background: #fff;
	box-shadow: 0 2px 21px rgba(108,108,108,.19);
	display: none;
	z-index: 20;
}
.rtbar_shwx img{
	padding: 5px;
	max-width: 140px;
}
.right-bar ul li.gotop{
	display: none;
	background: #0c66ff;
}