* {
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
	margin:0;
}
body{
	overflow-x:hidden;
}
.banner span{
	width: 50px;
	height: 4px;
	border-radius: 5px;
	margin: 0 8px !important;
}
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-container img{
	width: 100%;
}
.inbanner{
	background:url(/skin/img/bg1.png);
	padding:60px 15px;
	color:#fff;
	text-align:right;
	background-size: cover;
}
.inbanner img{
	max-width:100%;
}
.box1{
	padding-top:30px;
	padding-bottom:30px;
}
.prod-show-title {
	margin:0;
	font-weight: 600;
	font-size: 20px;
	color:#000;
}
.prod-show-remark {
	font-size: 14px;
	padding-top: 40px;
	color: #666666;
	padding-right: 22px;
}
.layui-tab {
	margin:10px 0;
	text-align:left!important
}
.layui-tab[overflow]>.layui-tab-title {
	overflow:hidden
}
.layui-tab-title {
	position: relative;
	left: 0;
	height: 40px;
	white-space: nowrap;
	font-size: 0;
	border-bottom: 2px solid #e6e6e6;
	transition: all .2s;
	-webkit-transition: all .2s;
	padding:0;
}
.layui-tab-title li {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	transition: all .2s;
	-webkit-transition: all .2s;
	position: relative;
	line-height: 40px;
	min-width: 65px;
	padding: 0 15px;
	text-align: center;
	cursor: pointer;
	color: #666666;
}
.layui-tab-title .layui-this:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 39px;
    border-bottom: 2px solid #2b99ff;
}
.layui-tab-title li:hover:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 39px;
    border-bottom: 2px solid #2b99ff;
}
.layui-tab-content {
	padding: 5px;
	height: 105px;
	overflow: hidden;
}
.layui-tab-item{
	display:none;
}
.layui-tab-item div{
	float:left;
	padding: 3px 0;
	width: 100%;
	cursor: pointer;
}
.layui-tab-item .fl-data {
	float: left;
	color: #999999;
	width: 25%;
}
.layui-tab-item .fl-title {
	max-width: 65%;
	margin-left: 15px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666666;
}
.layui-tab-item a:hover div span,
.layui-tab-item a:hover div p{
    color: #2b99ff;
}
.layui-show{
	display:block;
}
.lianxi{
	background:url(/skin/img/t1.jpg);
	padding:5px 15px;
	background-size: cover;
	color:#fff;
	font-size:12px;
	display: block;
}
.lianxi b{
	font-size:20px;
	margin:15px 0;	
	display:block;
	float: none !important;
}
.lianxi img{
	margin-top:15px;
	margin-bottom:30px;
}
.box2{
	background-color:#f5f5f5;
	border:1px solid #f5f5f5;
}
.box2 .container{
	background-color:#fff;
}
.box2 h2{
	margin-bottom:40px;
}
.box2 b{
	font-size:20px;
	float:left;
	margin-right: 10px;
}
.box2 span{
	font-size:12px;
	float: left;
}
.box2 .clearfix img{
	float:right;
}
.jianjie{
	background:url(/skin/img/t2.png);
	padding:40px 30px !important;
	color:#fff;
	background-size: cover;
}
.yingyong{
	padding:40px 30px 0 !important;
}
.yingyong a{
	color:#000;
}
.yingyong .row{
	text-align:center;
}
.yingyong .row img{
	width:30px;
	height:30px;
}
.yingyong .row p{
	margin-top:10px;
}
.xinxi{
	background:url(/skin/img/t3.jpg);
	padding:40px 30px !important;
	color:#fff;
	background-size: cover;
}
.xinxi > b{
	margin-top:14px;
}
.footer{
	margin-top:30px;
	margin-bottom:80px;
	color:#666666;
}
.footer p span{
	margin-right:30px;
}
.footer .dropup > a{
	display:inline-block;
	width:190px;
	height:24px;
	border:1px solid #cccccc;
	border-radius: 5px;
	padding-left:10px;
	cursor:pointer;
	background: url(/skin/img/dropup.png) right no-repeat;
}
.footer .dropup{
	margin-right:25px;
}
.footer .dropup a{
	color:#888888;
}
.footer .dropdown-menu{
	min-width:190px;
}
.footer a{
	color:#333333;
}
.footer i{
	margin:0 10px;
}
.footer p{
	margin-top:20px;
	float: left;
}
.footer .col-md-3 img{
	width:70px;
	height:70px;
	float:right;
}
.position{
	border-bottom:1px solid #eaeaea
}
.position p{
	height:18px;
	line-height:18px;
	background:url(/skin/img/fz.png) no-repeat left;
	background-size: contain;
	padding-left:28px;
	margin:30px 0;
}
.position a{
	color:#333333;
}
.position .col-md-3 a{
	width:32%;
	display:inline-block;
	padding:30px 0;
	text-align:center;
	position:relative;
}
.position .active:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 80px;
    border-bottom: 2px solid #2b99ff;
}
.position .col-md-3 a:hover:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 80px;
    border-bottom: 2px solid #2b99ff;
}
.news{
	padding-bottom:65px;
	border-bottom:1px solid #eaeaea;
}
.news .box2{
	background:none;
	border:none;
	margin-bottom: 20px;
}
.news .box2 .jianjie{
	margin-top: 25px;
}
.news .box2 .lianxi{
	margin-top: 25px;
}
.news .box2 .jianjie2{
	background-image: url(/skin/img/t4.jpg);
}
.news .col-md-9 > a{
	display:block;
	color:#999999;
}
.news .col-md-9 a div{
	border-bottom:2px solid #f4f4f4;
}
.news .col-md-9 a b{
	color:#9ed0ff;
}
.news .col-md-9 a p{
	color:#333333;
	font-size:16px;
	margin-top:5px;
	margin-bottom:20px;
}
.news .col-md-9 a p i{
	float:right;
	font-size: 20px;
}
.news .col-md-9 a:hover{
	background-color:#f5f5f5;
}
.news .col-md-9 a:hover b{
	color:#2b99ff;
}
.news .col-md-9 a:hover p{
	color:#2b99ff;
}
.pages{
	width:100%;
	margin-top:30px;
	text-align:center;
}
.pages ul{
	list-style:none;
}
.pages ul .thisclass a{
	color:#fff;
	background-color:#2b99ff;
	padding:4px 10px;
	border-radius:15px;
	border:1px solid #2b99ff;
}
.pages ul li{
	display:inline-block;
	margin:0 3px;
}
.pages ul li a{
	padding:4px 10px;
	border-radius:15px;
	border:1px solid #999999;
}
.pages button{
    padding: 5px 50px;
    border: none;
    background-color: #699bff;
    color: #fff;
}
.news article {
	color:#666666;
	padding-bottom:25px;
	margin-bottom:20px;
	border-bottom:2px solid #f4f4f4;
}
.news article h1{
	margin:30px 0;
	color:#333333;
	font-size:18px;
}
.news article > p{
	color:#999999;
	padding-bottom:25px;
	margin-bottom:25px;
	border-bottom:2px solid #f4f4f4;
}
.news article img{
	width:100% !important;
	max-width:100% !important;
	height: auto !important;
}
.page,.page a{
	color:#999999;
}
.page span{
	display: block;
}
.product{
	margin-bottom:50px;
}
.product > h1{
	font-size:36px;
	font-weight:500;
	text-align:center;
	margin-top:55px;
	margin-bottom:35px;
}
.product > p{
	color:#999999;
	text-align:center;
	margin-bottom:50px;
}
.product h2 {
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.product h2 a{
	float: right;
	color: #666666;
}
.product .col-md-4{
	margin-bottom:30px;
}
.product .col-md-4 img{
	width:100%;
	margin-bottom:15px;
}
.product .col-md-4 b{
	font-size:18px;
	color:#333333;
}
.product .col-md-4 p{
	margin-top:10px;
	color:#999999;
}
.product .col-md-4:hover b{
	color:#2b99ff;
}
.item span{
    display: none;
}
.probanner .swiper-pagination-bullet-active{
	background-color:#e60012;
}
.four{
	margin-top:70px;
	padding-bottom:60px;
	border-bottom:1px solid #eaeaea;
}
.four .col-md-3{
	text-align:center;
	margin-bottom:20px;
}
.four .col-md-3 img{
	max-width:100%;
}
.four .col-md-3 b{
	font-size:18px;
	color:#333333;
	display:block;
	margin:20px 0;
}
.four .col-md-3 p{
	color:#999999;
}
.house .col-md-3 h1{
	font-size:24px;
	margin:0;
	color: #2b99ff;
	white-space:nowrap;
}
.house .col-md-4,.house .col-md-5{
	color:#225cff;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.swiper-house img{
	max-width: 100%;
}
.wuye{
	background-image: linear-gradient(to right,#d5ebff,#d5ebff,#f6f9ff,#f6f9ff);
}
.wuye .col-xs-12{
	padding-top:50px;
	padding-bottom:60px;
}
.wuye .col-md-7{
	background-color: #d5ebff;
}
.wuye .col-md-5{
	padding-top:40px;
	padding-left:35px;
	background-color: #f6f9ff;
}
.wuye .col-md-7 h1{
	color:#727d8f;
	font-weight:500;
	margin-bottom:50px;
}
.wuye .col-md-7 h1 b{
	display:block;
}
.wuye .tab_title b{
	font-size:20px;
	color:#727d8f;
	margin:0 5px;
	cursor:pointer;
	padding:10px 15px;
}
.wuye .tab_title .active{
	color:#fff;
	background-color:#2b99ff;
	border-radius:30px;
	display: inline-block;
}
.wuye .tab_neirong{
	margin-top:30px;
}
.wuye .tab_neirong div{
	display:none;
}
.wuye .tab_neirong img{
	max-width:100%;
}
.renli{
	text-align:center;
}
.renli h1{
	font-size: 36px;
    font-weight: 500;
    text-align: center;
    margin-top: 55px;
    margin-bottom: 35px;
}
.renli p{
	color:#666666;
}
.renli span{
	color:#2b99ff;
}
.renli img{
	max-width:100%;
}
.rlbox article{
	background-color:#2b99ff;
	margin-bottom:8px;
}
.rlbox h2{
	background-color:#f5f5f5;
	height:60px;
	line-height:60px;
	font-size:18px;
	font-weight:500;
	cursor: pointer;
}
.rlbox .row:after{
	content: "+";
	float: right;
	font-size: 40px;
	color: #2b99ff;
}
.rlbox .down .row:after{
	content: "-";
	float: right;
	font-size: 50px;
	color: #2b99ff;
}
.rlbox .down p{
	padding:30px 0;
	height:auto;
}
.rlbox p{
	color:#fff;
	height:0;
	overflow:hidden;
}
.qiye h1 {
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    margin-top: 55px;
    margin-bottom: 35px;
}
.qiye .col-md-5 img{
	width:100%;
}
.qiye .col-md-7{
	color:#999999;
}
.qiye .col-md-12{
	text-align:center;
}
.qiye .col-md-12 span{
	display:inline-block;
	color:#999999;
	padding:0 115px;
	margin:70px 0;
	border-right:1px solid #b2b2b2;
}
.qiye .col-md-12 span:last-child{
	border-right:none;
}
.qiye b{
	font-weight:500;
	font-size:60px;
	display:block;
	color:#666666;
}
.qiye b:after{
	content:"+";
	font-size:18px;
	color:#e13d4a;
	position: absolute;
}
.box3{
	background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
	padding-bottom:80px;
}
.box3 h1{
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    margin-top: 55px;
    margin-bottom: 35px;
}
.box3 .swiper-slide{
	border:1px solid #e5e5e5;
	border-radius: 10px;
	text-align:center;
	cursor:pointer;
}
.box3 .swiper-slide i{
	display:block;
	width:125px;
	height:125px;
	margin:35px auto 25px;
	background-size:cover;
	background-position:center;
	border-radius: 125px;
}
.box3 .swiper-slide b{}
.box3 .swiper-slide p{
	margin:25px;
}
.box3 .swiper-slide:hover{
	background-color:#fff;
}
.box3 .swiper-slide:hover b{
	color:#2b99ff;
}
.box4{
	padding-bottom:50px;
	border-bottom: 1px solid #eaeaea;
}
.box4 h1{
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    margin-top: 55px;
    margin-bottom: 35px;
}
.box4 b{
	display:block;
	height:60px;
	line-height:60px;
	padding-left:45px;
	font-size:55px;
	color:#2b99ff;
	background-color:#ebf0f0;
}
.box4 p {
	margin-left: 3vw;
	border-left: 2px solid #ebf0f0;
	padding: 40px 0;
}
.box4 span {
	display: block;
	padding-left: 50px;
	margin: 5px -10px;
	background: url(/skin/img/yq.png) no-repeat left;
	background-size: contain;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.qiye .col-md-8 h2{
	font-size:24px;
	color:#2b99ff;
}
.qiye .col-md-8 span{
	font-size:14px;
	color:#999999;
}
.qiye .col-md-8 p{
	margin-top:25px;
}
.qiye .col-md-8 img{
	margin-right:15px;
}
.qiye .col-md-2 img{
	margin-top:20px;
	width:100%;
}
.qiye .col-md-2{
	text-align:center;
}
.map{
	margin-top:60px;
}
.lb_wrap{
    display:none;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    transition: none;
}
.lg_img{
    max-width:100%;
}
.lightbox_bg{
    background:#000;
    filter:alpha(opacity=70);
    opacity:.7;
    position:absolute;
    left:0;
    top:0;width:100%;
    height:100%;
    z-index:1;
}
.lightbox{
    position:absolute;
    left:0;
    top:50%;
    width:100%;
    z-index:2;
    text-align:center;
}
.lightbox p{
    position:absolute;
    height:61px;
    width:38px;
    top:50%;
    left:0;
    z-index:2;
    background:transparent url(/skin/img/themes.png) no-repeat left top;
    margin-top:-30.5px;
    cursor:pointer;
}
.lightbox p.next{
    left:auto;
    background-position:right top;
    right:0;
}
@media screen and (min-width:1200px){
	.header_box {
		height: 80px;
		line-height: 80px;
		border-bottom: 1px solid #e8ebf2;
		background-color:#fff;
	}
	.header_box .sidenav-brand{
		float:left;
	}
	.header_box img{
		height: 37px;
		vertical-align: middle;
	}
	.header_box .sidenav-menu{
		float:right;
	}
	.sidenav-menu{
		list-style:none;
	}
	.sidenav-menu > li{
		float:left;
		position:relative;
	}
	.sidenav-menu > li a{
		padding: 0 15px;
		cursor: pointer;
		color: #666;
		text-decoration: none;
	}
	.sidenav-menu > li:hover,.sidenav-menu .active{
		background-color: #2b99ff;
	}
	.sidenav-menu > li:hover a,.sidenav-menu .active a{
		color: #fff;
	}
	.sidenav-menu > li:hover .sidenav-dropdown{
		z-index:2;
		top: 80px;
		-webkit-transition: top 300ms;
		transition: top 300ms;
	}
	.sidenav-menu .sidenav-dropdown{
		z-index:-1;
		list-style:none;
		position: absolute;
		top: 0;
		width: 10000px;
		background-color: #2b99ff;
		-webkit-transition: top 300ms;
		transition: top 300ms;
	}
	.sidenav-menu .sidenav-dropdown li{
		float:left;
		line-height:60px;
		height: 60px;
	}
	.m_nav{
		display:none;
	}
	.news .col-md-9{
		border-right:1px solid #eaeaea;
	}
	.news .col-md-9 a div{
		padding-top:45px;
		padding-bottom:35px;
		margin:0 35px;
	}
	.news .col-md-9 a b{
		float:left;
		font-size:24px;
		padding-right:35px;
		padding-bottom:60px;
	}
	.house{
		height:105px;
		line-height:105px;
	}
	.house .col-md-5 img{
		margin-right:20px;
	}
	.swiper-house{
		overflow:hidden;
		margin-bottom:40px;
		position:relative;
	}
	.swiper-house .swiper-slide{
		transform: scale(0.8);
	}
	.swiper-house .swiper-slide-active,.swiper-slide-duplicate-active{
		transform: scale(1);
	}
	/*.swiper-house .swiper-button-next{*/
	/*	position: absolute;*/
	/*	right: -10px;*/
	/*	top: 0;*/
	/*	z-index: 5;*/
	/*	height: 550px;*/
	/*	width: 40%;*/
	/*	background: url("/skin/img/opacity_bg.png");*/
	/*}*/
	/*.swiper-house .swiper-button-next::after {*/
	/*	width: 70px;*/
	/*	height: 70px;*/
	/*	text-align: center;*/
	/*	color: #fff;*/
	/*	background-color: #2b99ff;*/
	/*	line-height: 70px;*/
	/*}*/
	.product .col-md-4{
		height: 255px;
	}
}
@media screen and (max-width:1200px){
	.m_nav{
		display:block;
		position:fixed;
		top:0;
		width:100%;
		height: 66px;
		line-height: 66px;
		background-color:#fff;
		z-index:999;
	}
	.footer{
		margin-bottom: 0;
	}
	.footer p span{
		display:block;
		margin-bottom:10px;
	}
	.swiper-container,.inbanner {
		margin-top:66px;
	}
	.lianxi{
		margin-top:30px;
	}
	.yingyong .row p{
		margin-bottom:10px;
	}
	.footer .dropup {
		display: block;
		margin-bottom: 25px;
	}
	.position p{
		margin:15px 0;
	}
	.position .col-md-3 a{
		padding:15px 0;
	}
	.position .active:after {
		height: 50px;
	}
	.position .col-md-3 a:hover:after {
		height: 50px;
	}
	.swiper-house .swiper-slide{
		height:30vh;
	}
	.swiper-house .swiper-button-next{
		display:none;
	}
	.product {
		margin-bottom: -16px;
	}
	.qiye .col-md-12 span{
		width:32%;
		border:none;
		padding:0;
		margin:0;
	}
	.qiye b{
		font-size:32px;
	}
	.product .col-md-4 img{
		height: 175px;
	}
	.product .col-md-4 img{
	    
	}
}