/*聚诚在线（jc128.net）安全--简单--易用*/
body{
    font-family: "Microsoft YaHei","微软雅黑",Helvetica,"Hiragino Sans GB",Arial,sans-serif;
    font-size: 14px;
    line-height: 14px;
    background-repeat: repeat;
	color: #000;
}

/*返回顶部*/
.totop{
	width: 50px;
	height: 50px;
	line-height: 55px;
	text-align: center; 
	background: #fff; 
	position: fixed;
	bottom: 30px; 
	right: 30px; 
	cursor: pointer;
	border-radius: 5px; 
	display: none;
	color:#ddd;
	z-index: 1000;
	box-shadow: 0px 0px 15px rgba(153,153,153,0.1);
	transition: background 0.5s;
	-webkit-transition: background 0.5s; /* Safari */
}
.totop:hover{
	background-color: #e53535;
}

/* ----------------------------------------------------------------
    nav
-----------------------------------------------------------------*/
.navbar{
	min-height: 88px;
	border: none;
	border-radius: 0px;
}
.navbar-default{
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.navbar-brand{
	height: 88px;
	padding: 26px 66px 15px 15px;
}
.nav>li>a{
	padding: 34px 0px;
	margin-right: 50px;
}
.navbar-default .navbar-nav>li>a{
	color: #333;
}
.nav>li>a::before{
	content: "";
	position: absolute;
	left: 50%;
	right: 50%;
	height: 3px;
	background: #ff9900;
	bottom: 0px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.nav>li>a:hover::before,.navbar-default .navbar-nav>.active>a::before{
	left: 0%;
	right: 0%;
}
.navbar-default .navbar-nav>li>a:hover{
	color: #ff9900;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	color: #ff9900;
	background: none;
}

.navbar-right div{
    margin-top: 32px;
}
.navbar-right div img{
	margin-right: 12px;
	position: relative;
	top: -3px;
}

/* ANIMATED X */
.navbar-toggle .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 10% 10%;
	-ms-transform-origin: 10% 10%;
	transform-origin: 10% 10%;
	transition: transform 0.5s;
    -webkit-transition: transform 0.5s; 
}

.navbar-toggle .icon-bar:nth-of-type(2) {
	opacity: 0;
	filter: alpha(opacity=0);
	transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s; 
}

.navbar-toggle .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 10% 90%;
	-ms-transform-origin: 10% 90%;
	transform-origin: 10% 90%;
	transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
}

/* ANIMATED X COLLAPSED */
.navbar-toggle.collapsed .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);

}

.navbar-toggle.collapsed .icon-bar:nth-of-type(2) {
	opacity: 1;
	filter: alpha(opacity=100);
}

.navbar-toggle.collapsed .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

/* ----------------------------------------------------------------
    通用
-----------------------------------------------------------------*/
.col-2{
    float: left;
    position: relative;
    width: 20%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.media-left{
	float: left;
}

button:focus{outline:0;}

img {
    width: auto\9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

a{
    color: #000;
}

a, a:hover, a:focus{
    text-decoration: none;
}

a:hover{
    color: #ff9900;
}

ul,p{
    margin-bottom: 0px;
}

p{
	line-height: 24px;
}

.pem{
    text-indent: 2em;
}

.text_white{
    color: #fff;
}
.text-muted{
	color: #999;
}
.text_666{
	color: #666;
}
.text-warning{
	color: #ff9900;
}

.bg_white{
    background: #fff;
}
.bg_ff9900{
    background: #ff9900;
}
.bg_f5f5f5{
	background: #f5f5f5;
}

.font12{
    font-size: 12px;
}
.font16{
    font-size: 16px;
}
.font18{
    font-size: 18px;
}
.font20{
    font-size: 20px;
}
.no_padding{
    padding-left: 0px;
    padding-right: 0px;
}
.no_padding_left{
    padding-left: 0px;
}
.no_padding_right{
    padding-right: 0px;
}
.plpr{
	padding-left: 7px;
	padding-right: 7px;
}
.mlmr{
	margin-left: -7px;
	margin-right: -7px;
}

.no_margin{
    margin: 0px;
}
.mt120{
	margin-top: 120px;
}
.mb66{
	margin-bottom: 66px;
}
.mb120{
	margin-bottom: 120px;
}

.btn-warning{
	background: #ff9900;
	color: #fff;
	border-radius: 0px;
	border-color: #ff9900;
}
.btn-warning:focus,.btn-warning:hover{
	background: #ffaf38;
	border-color: #ffaf38;
	color: #fff;
}

/* ----------------------------------------------------------------
    首页
-----------------------------------------------------------------*/
.banner{
	margin-top: 88px;
	height: 700px;
}
.banner .swiper-wrapper .swiper-slide{
	background-size: cover!important;
	background-position: center!important;
}
.banner h1{
	margin-top: 260px;
}
.banner>.swiper-pagination-bullets{
	bottom: 150px;
}
.banner .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    background: #fff;
    opacity: 1;
    margin: 0px 20px;
}
.banner>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0px 10px;
}
.banner .swiper-pagination-bullet-active{
	width: 20px;
    height: 20px;
    border: 3px solid #fff;
    background: none;
    opacity: 1;
    position: relative;
    top: 5px;
}

.bktj{
	box-shadow: 0px 10px 30px rgba(153,153,153,0.1);
	background: #fff;
	padding: 60px 30px;
	position: relative;
	top: -120px;
	z-index: 1000;
}

.index_bt{
	margin: 0px;
	padding-left: 22px;
	position: relative;

}
.index_bt::before{
	content: "";
    width: 14px;
    height: 4px;
    background: #ff9900;
    position: absolute;
    left: 0px;
    top: 8px;
}
.bktj_bt{
	margin: 42px 0px;
}
.bktj_ul{
    margin-bottom: 48px;
}
.bktj_ul li{
    padding: 0px 30px;
}
.bktj_ul li div{
	padding: 14px 0px;
}
.bktj_jiage{
	margin-bottom: 18px;
	font-size: 18px;
}
.bktj_jiage strong{
	color: #ff9900;
}
.bktj_jiage strong span{
	font-size: 24px;
}
.bktj_ljyd{
	font-size: 18px;
	padding: 12px 32px;
	margin-right: 24px;
}
.bktj_ljgd{
	font-size: 18px;
	padding: 12px 32px;
	color: #ff9900;
	background: #fff;
	border-color: #ff9900;
}

.bktj_right{
	height: auto;
	position: relative;
	overflow: hidden;
}
.bktj_right img{
	cursor: pointer;
    transition: all 0.6s;
}
.priImg img{
	cursor: pointer;
    transition: all 0.6s;
	max-width: 380px;
	max-height: 280px;
	height: 280px;
}
.casImg img{
	cursor: pointer;
    transition: all 0.6s;
	max-width: 300px;
	max-height: 368px;
	height: 368px;
}
.inRImg img{
	max-width: 353px;
	max-height: 330px;
	height: 330px;
}


.bktj_right:hover img{
    transform: scale(1.1);
}

.se_in_style{
	background-size: cover!important;
	background-position: center!important;
}
.se_in_style h4{
    padding: 58px 0px;
    background-color: rgba(0,0,0,0.5);
}

.cxxz_thumbs{
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 56px;
}
.cxxz_thumbs .swiper-wrapper{
	justify-content: center;
}
.cxxz_thumbs .swiper-wrapper .swiper-slide{
	width: auto!important;
	font-size: 18px;
	padding: 26px 0px;
	margin: 0px 72px;
}
.cxxz_thumbs .swiper-wrapper .swiper-slide-thumb-active{
	color: #ff9900;
}
.cxxz_thumbs .swiper-wrapper .swiper-slide-thumb-active::before{
	content: "";
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background: #ff9900;
    position: absolute;
    bottom: 0px;
}
.cxxz_thumbs .swiper-wrapper .swiper-slide:hover{
	color: #ff9900;
	cursor: pointer;
}
.cxxz_top_a{
	display: block;
}
.cxxz_top_a p{
    font-size: 18px;
    margin: 30px 0px 88px 0px;
    overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.cxxz_top_a p b{
    font-weight: normal;
}
.cxxz_top_img{
	height: auto;
	position: relative;
	overflow: hidden;
}
.cxxz_top_a .cxxz_top_img img{
	cursor: pointer;
    transition: all 0.6s;
	max-width: 360px;
	max-height: 265px;
	height: 265px;
}
.cxxz_top_a .cxxz_top_img:hover img{
    transform: scale(1.1);
}
.cxxz_top{
	padding-bottom: 32px;
}

.flow{
	padding-top: 60px;
	padding-bottom: 60px;
}
.flow img{
	margin-bottom: 20px;
}
.flow span{
	position: absolute;
	right: -6px;
	top: 50%;
	margin-top: -10px;
}
.introduce{
	padding-top: 120px;
	padding-bottom: 120px;
}
.introduce_left h1{
    margin: 42px 0px 18px 0px;
}
.introduce_left_h42{
	margin-bottom: 24px;
}
.introduce_right{
	margin-top: 30px;
}
.introduce_left_k{
	border: 1px solid #eee;
	padding: 38px 0px;
	margin-top: 66px;
}
.introduce_left_k2{
	border-right: none;
}
.index_case_bt{
	margin: 0px 0px 58px 0px;
}
.case_style{
	height: auto;
	position: relative;
	overflow: hidden;
	display: block;
}
.case_style img{
	cursor: pointer;
    transition: all 0.6s;
}
.case_style:hover img{
    transform: scale(1.1);
}
.case_style div{
    position: absolute;
    top: 0px;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
}
.case_style div p{
	position: absolute;
    bottom: 68px;
    padding: 0px 24px;
}
.case_style div h4{
	position: absolute;
    bottom: 32px;
    width: 100%;
    padding: 0px 24px;
    overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.news_thumbs{
	position: relative;
	padding: 64px 0px 40px 0px;
}
.news_thumbs h3{
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 52px 0px 0px 0px;
}
.news_thumbs .swiper-wrapper{
    color: #999;
    justify-content: flex-end;
}
.news_thumbs .swiper-wrapper .swiper-slide{
    width: auto!important;
    margin: 0px 18px;
    cursor: pointer;
    font-size: 16px;
    color: #999;
}
.news_thumbs .swiper-wrapper .swiper-slide-thumb-active,.news_thumbs .swiper-wrapper .swiper-slide:hover{
	color: #ff9900;
}
.news_top{
	padding-bottom: 48px;
}
.news_top .swiper-pagination-progressbar{
    top: auto;
    bottom: 0px;
    background: rgba(238,238,238,1);
}
.news_top .swiper-pagination-progressbar-fill{
	background: rgba(255,153,0,1);
}
.news_top h4{
	line-height: 30px;
	margin: 22px 0px 14px 0px;
}

.xq_bg{
	background: url(../img/xq_bg.jpg) right center no-repeat;
	background-size: cover!important;
	background-position: center!important;
}
.xq_form{
	background: #fff;
	padding: 48px;
	margin-top: 78px;
	margin-bottom: 78px;
}
.xq_form h3{
	margin: 0px 0px 16px 0px;
}
.xq_form p{
	margin-bottom: 20px;
}
.xq_form .form-control{
	border: none;
	box-shadow: none;
	border-bottom: 1px solid #eee;
	padding: 14px 0px;
	border-radius: 0px;
	background: none;
}
.xq_form .form-group{
	position: relative;
	margin-bottom: 30px;
}
.xq_form .form-group::before{
	content: "";
    width: 8%;
    height: 2px;
    border-radius: 3px;
    background: #ff9900;
    position: absolute;
    bottom: 0px;
    left: 0px;
    transition: width 1s;
    -webkit-transition: width 1s; /* Safari */
}
.xq_form .form-group:hover::before{
	width: 100%;
}
.xq_form_control{
	height: 48px;
}
.xq_form_tjxq{
	padding: 20px 0px;
	margin-top: 46px;
}
.xq_left_bt p{
	line-height: 48px;
	margin: 78px 0px 120px 0px;
}
.xq_left_bt strong{
	font-size: 24px;
}
.xq_left_nr{
	margin-bottom: 24px;
}
.xq_left_nr h4{
	margin: 22px 0px 8px 0px;
}

.footer_bottom{
	padding: 52px 0px;
	background: #fff;
}
.bottom_bt{
    margin: 28px 0px 12px 0px;
}
.bottom_ul{
	margin-bottom: 52px;
}
.bottom_ul li a{
	line-height: 30px;
}
.bottom_ul img{
	margin: 14px 0px;
}
.bottom_lj{
	margin-bottom: 52px;
	border-top: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
	padding: 20px 15px;
}
.bottom_lj li{
	line-height: 42px;
	width: 150px;
}
.zhanwei{
	height: 88px;
}

/* ----------------------------------------------------------------
    案例
----------------------------------------------------------------- */
.banner_case{
	background: url(../img/banner_case.jpg) #bcc3cb center no-repeat;
	background-size: cover;
	margin-bottom: 120px;
}
.banner_case h2{
	margin: 0px;
	padding: 60px 0px 130px 0px;
	border-bottom: 3px solid #ff9900;
	padding: relative;
}
.banner_case h2 span{
	position: absolute;
	left: 15px;
	bottom: 0px;
	background: #ff9900;
	padding: 14px 18px 18px 18px;
}
.case_media{
	margin-top: 68px;
	transition: box-shadow 0.5s;
    -webkit-transition: box-shadow 0.5s; /* Safari */
}
.case_media:hover{
	box-shadow: 0px 10px 30px rgba(153,153,153,0.15)
}
.case_media .media-left{
	padding-right: 0px;
}
.case_media .media-body{
	padding: 58px 82px;
}
.case_media .media-body h2{
	font-size: 28px;
}
.case_media .media-body h4{
	margin: 24px 0px;
	line-height: 27px;
}
.case_media .media-body a{
	display: inline-block;
	padding: 12px 24px; 
	color: #fff;
	font-size: 18px;
	margin-top: 28px;
}
.case_media .media-body a span{
	margin-right: 12px;
	transition: margin-right 0.5s;
    -webkit-transition: margin-right 0.5s; /* Safari */
}
.case_media .media-body a:hover span{
	margin-right: 20px;
}
.case_ckgd{
	font-size: 18px;
	padding: 20px 113px;
	margin: 120px 0px;
	background: #f5f5f5;
	border-color: #f5f5f5; 
	color: #999;
}

/* ----------------------------------------------------------------
    车型
----------------------------------------------------------------- */
.banner_type{
	background: url(../img/banner_type.jpg) #bcc3cb center no-repeat;
	background-size: cover;
	height: 312px;
}
.type_fl{
	border-bottom: 1px solid #f5f5f5;
    margin-bottom: 58px;
    padding: 48px 0px;
    background: #fff;
}
.type_fl h3{
	margin: 0px 0px 24px 0px;
}
.type_fl_right{
	border-left: 1px solid #f5f5f5;
}
.type_fl p a{
	line-height: 58px;
	display: inline-block;
}
.type_pagination{
	margin: 0px 0px 78px 0px;
	display: block;
	overflow: hidden;
	font-size: 0px;
}
.type_pagination>a{
	background: #f5f5f5;
	color: #666;
	border-color: #f5f5f5;
	margin: 0px 9px;
	font-size: 18px;
	padding: 12px 18px;
	display: inline-block;
}
.type_pagination>li:last-child>a{
	border-radius: 0px;
}
.type_pagination>li:first-child>a{
	border-radius: 0px;
}
.type_pagination>a:hover,.pagination>.page-num-current, .pagination>.page-num-current:focus, .pagination>.page-num-current:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
	background: #ff9900;
	color: #fff;
	border-color: #ff9900;
}

/* ----------------------------------------------------------------
    详情页
----------------------------------------------------------------- */
.banner_price{
	background: url(../img/banner_price.jpg) center no-repeat;
	background-size: cover;
	height: 312px;
}
.details_bt{
	margin: 68px 0px 32px 0px;
}
.details_md{
	padding: 0px 5px;
}
.details_md2{
	padding: 10px 10px 128px 10px;
}
.details_form .form-group{
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
.details_form .form-group .form-control{
	border: none;
	box-shadow: none;
	padding-left: 0px;
	padding-right: 0px;
	height: 48px;
	line-height: 48px;
}
.details_form_media{
	padding: 55px 0px 13px 0px;
}
.details_form_media .media-left{
	padding-right: 20px;
}
.details_form_media .media-body p{
	line-height: 54px;
}
.details_form_media .media-body p span strong{
	font-size: 24px;
}
.details_form_media_p{
	position: relative;
	top: 3px;
}
.details_form .form-group label{
	font-weight: normal;
}
.details_form_ljyd{
	padding: 18px 0px;
	margin: 36px 0px 28px 0px;
}
.details_form_p p{
	margin-bottom: 28px;
}
.details_form_ul li{
    margin: 12px 0px 18px 0px;
}

/* ----------------------------------------------------------------
    定价
----------------------------------------------------------------- */
.price_pagination>a{
	display: inline-block;
	background: #fff;
	margin-top: 88px;
}
.price_media .case_media{
    background: #fff;
    position: relative;
}
.price_media .case_media .media-body{
    padding: 58px  200px 58px 58px;
}
.price_media .case_media .media-body ul{
	margin-top: 18px;
}
.price_media .case_media .media-body a{
	margin-top: 58px;
}
.price_jiage{
	position: absolute;
	right: 58px;
	top: 68px;
}
.price_jiage span strong{
	font-size: 24px;
}

/* ----------------------------------------------------------------
    服务
----------------------------------------------------------------- */
.banner_service{
	background: url(../img/banner_service.jpg) #000000 center no-repeat;
	background-size: cover;
	margin-bottom: 68px;
}
.service_nav{
	margin-bottom: 68px;
}
.service_nav li a{
	display: block;
	padding: 28px 18px;
	border-bottom: 1px solid #f5f5f5;
}
.service_nav .active a{
    background: #ff9900;
    color: #fff;
}
.service_zclc{
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 10px 30px rgba(153,153,153,0.1);
	margin-top: 58px;
}
.service_zclc .media-left{
	padding: 58px 58px;
}
.service_zclc .media-body{
	padding: 68px 24px 68px 0px;
}
.service_img_zcxz{
	margin-top: 48px;
}
.service_img_zcxz p{
	margin: 8px 0;
}
.service_img_zcxz h4{
	margin: 30px 0px 10px 0px;
}

/* ----------------------------------------------------------------
    关于我们
----------------------------------------------------------------- */
.banner_about{
	background: url(../img/banner_about.jpg) #424242 center no-repeat;
	background-size: cover;
	margin-bottom: 68px;
}
.about_nav{
	border-bottom: 1px solid #f5f5f5;
	margin: 0px 0px 72px 0px;
}
.about_nav li a{
	display: inline-block;
	padding: 0px 0px 32px 0px;
	margin: 0px 20px;
	position: relative;
	font-size: 18px;
}
.about_nav .active a{
	color: #ff9900;
}
.about_nav li a::before{
	content: "";
    width: 0%;
    height: 3px;
    border-radius: 3px;
    background: #ff9900;
    position: absolute;
    bottom: -1px;
    left: 0px;
    transition: width 1s;
    -webkit-transition: width 1s; /* Safari */
}
.about_nav li a:hover::before,.about_nav .active a::before{
	width: 100%;
}
.about_contact_media .media-left{
    padding-right: 18px;
}
.about_contact_media .media-body h3{
	margin: 16px 0px 18px 0px;
}
.about_contact_img{
	margin-bottom: 12px;
}

.about_enterprise_banner{
	height: 488px;
	margin-bottom: 58px;
}
.about_enterprise_banner .swiper-wrapper .swiper-slide{
	background-size: cover!important;
	background-position: center!important;
}
.about_enterprise_banner h1{
	margin-top: 260px;
}
.about_enterprise_banner>.swiper-pagination-bullets{
	bottom: 65px;
	text-align: right;
	padding-right: 48px;
}
.about_enterprise_banner .swiper-pagination-bullet{
    width: 16px;
    height: 16px;
    background: #fff;
    opacity: 0.3;
    margin: 0px 20px;
}
.about_enterprise_banner>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0px 10px;
}
.about_enterprise_banner .swiper-pagination-bullet-active{
    opacity: 1;
}
.about_enterprise_banner h3{
    position: absolute;
    bottom: 50px;
    padding: 0px 200px 0px 48px;
}

/* ----------------------------------------------------------------
    新闻
----------------------------------------------------------------- */
.banner_news_details{
	margin-bottom: 0px;
}
.news_details_nav{
	border-bottom: 1px solid #f5f5f5;
	padding: 36px 0px;
}
.news_details_nr h2{
    margin: 62px 0px 20px 0px;
}
.news_details_nr p{
	margin-top: 28px;
}
.news_details_nr .font16{
	text-align: center;
	margin: 28px 0;
}
.deImgde h2{
    margin: 62px 0px 52px 0px;
}

/* ----------------------------------------------------------------
    响应
----------------------------------------------------------------- */
@media (max-width: 1500px){
	.nav>li>a {
	    margin-right: 30px;
	}
}

@media (max-width: 900px){
    .nav>li>a{
    	padding: 24px 0px;
    	margin-right: 0px;
    }
    .navbar-right{
    	margin-bottom: 24px;
    }
    .banner h1{
		margin-top: 320px;
	}
    .banner>.swiper-pagination-bullets{
		bottom: 38px;
	}
	.bktj{
        top: 0px;
        margin: 60px 0px 120px 0px;
        padding: 30px 10px;
	}
	.se_in_style{
		width: 100%;
	}
	.cxxz_thumbs .swiper-wrapper .swiper-slide{
		margin: 0px 24px;
	}
	.bottom_ul li{
		display: inline-block;
		margin-right: 24px;
	}
	.bottom_lj li{
		width: auto;
	}
	.type_fl_right{
		border-left: none;
		margin-top: 38px;
	}
	.price_media .case_media .media-body{
		padding: 28px;
	}
	.price_jiage{
		position: static;
		margin-top: 20px;
	}
	.price_media .case_media .media-body a{
		margin-top: 32px;
	}
	.bktj_right img{
		width: 100%;
		max-width: initial;
        max-height: initial;
        height: auto;
	}
	.cxxz_top_a .cxxz_top_img img{
		width: 100%;
		max-width: initial;
        max-height: initial;
        height: auto;
	}
	.type_fl p a{
	    line-height: 38px;
	}
}

@media (max-width: 750px){
	.nav>li>a{
		padding: 24px 15px;
	}
	.navbar-right{
		padding: 15px;
	}
	.navbar-right div{
		margin-top: 12px;
	}
	.banner{
		height: 400px;
	}
	.banner h1{
		margin-top: 168px;
		font-size: 24px;
	}
	.bktj_ul li{
		padding: 0px 24px;
	}
	.bktj_ljyd{
		padding: 12px 24px;
		margin-right: 16px;
	}
	.bktj_ljgd{
		padding: 12px 24px;
		margin-right: 16px;
	}
	.cxxz_thumbs .swiper-wrapper .swiper-slide{
		margin: 0px 8px;
	}
	.flow{
		width: 100%;
	}
	.flow span{
		top: auto;
		bottom: 0px;
		left: 50%;
		right: auto;
		transform:rotate(90deg);
		-ms-transform:rotate(90deg); 	/* IE 9 */
		-moz-transform:rotate(90deg); 	/* Firefox */
		-webkit-transform:rotate(90deg); /* Safari 和 Chrome */
		-o-transform:rotate(90deg); 	/* Opera */
		margin-left: -5px;
	}
	.news_thumbs h3{
		margin: 22px 0px 0px 0px;
	}
    
    .case_media{
		box-shadow: 0px 10px 30px rgba(153,153,153,0.15)
	}
	.case_media .media-left{
        width: 100%;
	}
	.case_media .media-body{
		padding: 58px 30px;
	}
	.introduce_left_k2{
		border-right: 1px solid #f5f5f5;
	}
	.about_nav li a{
		font-size: 16px;
		margin: 0px;
	}
	.about_enterprise_banner h3{
		font-size: 18px;
	}
}

.navbar-default .navbar-toggle{
	border: none;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
	background: none;
}
.navbar-toggle{
	margin-top: 26px;
	margin-right: 10px;
}