body{
	font-family: Microsoft Yahei;
}
.pub_header_logo{
	margin-top: 24px;
	margin-bottom: 33px;
}
.pub_header_right{
	margin-top: 24px;
}
.pub_header_right span{
	font-size: 14px;
	margin-top: 5px;
}
.big_block{
	display: block;
}
.pub_search{
	position: relative;
	width: 230px;
}
.pub_search input{
	border: 1px solid #dddddd;
	font-size: 14px;
	color: #999999;
	padding: 5px 10px;
	width: 230px;
}
.pub_search button{
	background: transparent;
	border: none;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}
.pub_search button span{
	color: #999999;
}
.orange{
	color: #FC8200;
	margin-left: 25px;
}
.gray{
	color: #A5A5A5;
	margin-left: 10px;
}
/*导航开始*/
.navbar {
	border-radius: 0;
}
.big_nav{
	position: absolute;
	width: 68%;
	right: 0;
	top: 76px;
	background-color: #2A2D3A;
	z-index: 11;
}
.navbar-brand{
	display: none;
}
.small_block{
	display: none;
}
.navbar-nav li a{
	font-size: 16px;
	color: #ffffff!important;
	transition: all 0.6s;
}
.navbar-nav li a:hover{
	color: #FC8200!important;
	transition: all 0.6s;
}
.navbar-nav li a:hover .f_point{
	background-color: #FC8200!important;
	transition: all 0.6s;
}
.f_point{
	display: block;
    width: 7px;
    height: 7px;
    border-radius: 7px;
    background-color: #fff;
    margin-right: 20px;
    float: left;
    margin-top: 7px;
}
.navbar-nav li>ul{
	background-color: rgba(8,8,8,0.8);
}
.navbar-nav li>ul>li>a{
	font-size: 14px;
}
/*跑马了*/
.index_banner{
	height: 580px;
	position: relative;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    
    /* Center slide text vertically */
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;*/
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.index_banner a{
	display: block;
	height: 100%;
	width: 100%;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}
.index_banner1{
	background-image: url(../images/1.jpg);
}
.index_banner2{
	background-image: url(../images/2.jpg);
}
.index_banner3{
	background-image: url(../images/3.jpg);
}
.banner_info{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 3;
	background-color: rgba(252,130,0,0.9);
}
.banner_info>.container{
	display: flex;
}
.banner_info>.container>.item{
	text-align: center;
	padding: 14px 0;
	flex: 1;
	color: #ffffff;
	border-right: 1px solid rgba(255,255,255,0.25);
}
.banner_info>.container>.item>p{
	margin-top: 10px;
}
.banner_info>.container>.item:hover .banner_info_img{
	transform: rotate(360deg);
	transition: all 0.4s;
}
.banner_info>.container>.item:hover{
	text-decoration: none;
}
.banner_info>.container>.item:first-child{
	border-left: 1px solid rgba(255,255,255,0.25);
}
/*首页产品中心*/
.index_products{
	padding: 40px 0;
}
.index_products_sidebar{
	background-color: #F7F7F7;
}
.index_products_sidebar>h4{
	background-color: #FC8200;
	color: #ffffff;
	font-size: 16px;
	margin: 0;
	padding: 8px 20px;
}
.index_products_sidebar>ul{
	margin: 0;
	padding: 14px 11px;
}
.index_products_sidebar>ul>li{
	list-style: none;
	background-color: #E9E9E9;
	margin-bottom: 8px;
	padding: 8px 26px;
	transition: all 0.4s;
}
.index_products_sidebar>ul>li:hover{
	background-color: #E5E4E4;
	transition: all 0.4s;
}
.index_products_sidebar>ul>li>a{
	font-size: 14px;
	color: #333333;
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.4s;
}
.index_products_sidebar>ul>li>a:hover{
	text-decoration: none;
	transform: translateX(4px);
	transition: all 0.4s;
}
.index_products_item{
	color: #333333;
}
.index_products_item:hover{
	text-decoration: none;
}
.index_products_item img{
	border: 1px solid #EEEEEE;
	transition: all 0.2s;
	height: 240px;
}
.index_products_item img:hover{
	border-width: 3px;
	transition: all 0.2s;
}
.index_products_item p{
	border: 1px solid #EEEEEE;
	font-size: 14px;
	margin-top: 10px;
	padding: 10px 5px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.index_about{
	width: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	padding-bottom: 58px;
	background: url(../images/index_02.png) no-repeat center;
}
.index_about_tit{
	padding-top: 55px;
}
.index_about_tit h4{
	color: #ffffff;
	font-weight: 700;
}
.index_about_line{
	position: relative;
	width: 260px;
	margin: 20px auto;
	height: 1px;
	background-color: rgba(255,255,255,0.3);
}
.index_about_line span{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	height: 3px;
	width: 30px;
	display: block;
	background-color: #FC8200;
}
.index_about_tit p{
	font-size: 14px;
	color: #ffffff;
	line-height: 1.8em;
}
.index_about_img_wrapper{
	height: 70px;
	width: 70px;
	border-radius: 35px;
	border: 3px solid #FC8200;
	text-align: center;
	padding-top: 14px;
	margin-top: 42px;
}
.index_about h1{
	color: #ffffff;
}
.index_about small{
	color: #FC8200;
	font-size: 14px;
	display: block;
}
/*新闻开始*/
.index_news{
	margin-top: 30px;
	overflow: hidden;
	padding-bottom: 40px;
}
.index_news>.container{
	overflow: hidden;
}
.index_news h4{
	margin: 0;
	color: #333333;
	position: relative;
}
.index_news_line{
	width: 100%;
	height: 1px;
	background-color: #E0E0E0;
	position: relative;
	margin-top: 15px;
	margin-bottom: 30px;
}
.index_news_line>span{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 30px;
	height: 3px;
	background-color: #FC8200;
	display: block;
}
.swiper-container2 {
    width: 100%;
    height: 100%;
}
.swiper-slide2 {
    text-align: center;
    font-size: 18px;
    background: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.index_news_img{
	position: relative;
	width: 100%;
}
.index_news_img img{
	width: 100%;
	border-radius: 4px;
}
.index_news_time{
	position: absolute;
	top: 20px;
	left: 30px;
	width: 70px;
	height: 70px;
	border-radius: 4px;
	background-color: #1B1A1A;
	color: #ffffff;
}
.index_news_time>strong{
	font-size: 36px;
	display: block;
}
.index_news_time>p{
	font-size: 14px;
	margin-top: -4px;
}
.index_news h6{
	font-size: 16px;
	text-align: left;
	color: #000;
	font-weight: 700;
}
.index_news h6 a{
	color: #000;
}
.index_news_text>p{
	font-size: 14px;
	color: #999999;
	text-align: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.index_news_text>a{
	display: block;
	font-size: 12px;
	color: #666666;
	text-align: left;
}
/*公共底部*/
.pub_footer{
	padding: 38px 0;
	background-color: #2A2D3A;
}
.pub_footer_index{
	padding: 38px 0 10px 0;
	background-color: #2A2D3A;
}
.footer_nav{
	display: flex;
}
.footer_nav>ul{
	flex: 1;
	padding: 0;
	margin: 0;
}
.footer_nav>ul>li{
	list-style: none;
	text-align: left;
	transition: all 0.4s;
}
.footer_nav>ul>li:hover{
	transform: translateX(6px);
	transition: all 0.4s;
}
.footer_nav>ul>li>h3{
	font-size: 16px;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 26px;
}
.footer_nav>ul>li>a{
	font-size: 14px;
	color: #6E7284;
	display: inline-block;
	margin-bottom: 6px;
}
.footer_nav>ul>li>span{
	font-size: 12px;
	color: #6E7284;
}
.copy{
	background-color: #1B1D26;
	color: #616575;
	padding: 18px 0;
	font-size: 12px;
	margin: 0;
}
.detail_banner{
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	height: 330px;
}
.products_banner{
	background-image: url(../images/detail_banner.jpg);
}
/*内页侧边栏*/
.detail_sidebar{
	margin-bottom: 40px;
	margin-top: -131px;
}
.detail_sidebar>h2{
	background-color: #2A2D3A;
	padding: 34px 0 34px 30px;
	margin: 0;
	border-radius: 4px;
}
.detail_sidebar>h2>small{
	display: block;
	font-size: 14px;
	color: #FC8200;
	margin-bottom: 16px;
}
.detail_sidebar>h2>strong{
	font-size: 30px;
	color: #FC8200;
}
.detail_sidebar>ul{
	background-color: #f5f5f5;
	padding: 20px;
}
.detail_sidebar>ul>li{
	list-style: none;
	background-color: #ffffff;
	border-radius: 3px;
	padding: 12px 28px;
	margin-bottom: 5px;
	transition: all 0.4s;
}
.detail_sidebar>ul>li>a{
	color: #2A2D3A;
	font-size: 14px;
	transition: all 0.4s;
}
.detail_sidebar>ul>li>span{
	color: #2A2D3A;
	font-size: 14px;
	transition: all 0.4s;
}
.detail_sidebar>ul>li.cur{
	list-style: none;
	background-color: #FC8200;
	border-radius: 3px;
	padding: 12px 28px;
	margin-bottom: 5px;
}
.detail_sidebar>ul>li.cur>a{
	color: #ffffff;
	font-size: 14px;
}
.detail_sidebar>ul>li.cur>span{
	color: #ffffff;
	font-size: 14px;
}
.detail_sidebar>ul>li:hover{
	background-color: #FC8200;
	transition: all 0.4s;
}
.detail_sidebar>ul>li:hover .detail_sidebar_white{
	color: #ffffff;
	text-decoration: none;
	transition: all 0.4s;
}
.detail_contact{
	padding-bottom: 20px;
	padding-top: 10px;
	-webkit-background-size: cover;
	background-size: cover;
	background: url(../images/detail_sidebar.png)no-repeat center;
}
.detail_contact>img{
	margin: 27px 0 0 37px;
}
.detail_contact_text strong{
	display: block;
	color: #666666;
	font-size: 14px;
	margin-left: 20px;
}
.detail_contact_text{
	padding-top: 10px;
	margin-left: 20px;
}
.detail_contact_text p{
	display: block;
	color: #FC8200;
	font-size: 16px;
	margin-bottom: 0;
}
.pub_position{
	border-bottom: 1px solid #DDDDDD;
	padding: 0 20px;
}
.pub_position>p{
	font-size: 14px;
}
.pub_position>p>span{
	font-size: 10px;
	color: #999999;
}
.pub_position>p>a{
	color: #666666;
}
.products_show_wrapper_img{
	border: 1px solid #EEEEEE;
}
.products_show_wrapper_img img{
	height: 240px;
	transition: all 0.4s;
}
.products_show_wrapper_img img:hover{
	transform: scale(1.1);
	transition: all 0.4s;
}
.products_show_wrapper{
	color: #666666;
	margin-bottom: 30px;
	display: block;
}
.products_show_wrapper:hover{
	text-decoration: none;
}
.products_show_wrapper>p{
	border: 1px solid #EEEEEE;
	font-size: 14px;
	padding: 12px 14px;
	margin-top: 10px;
}
.about_show{
	font-size: 14px;
	color: #999999;
	line-height: 1.6em;
	padding-top: 30px;
	padding-bottom: 60px;
}
.about_show img{
	/*width: 100%;*/
}
/*荣誉资质*/
.honor_wrapper{
	padding: 14px 14px 0 14px;
	text-align: center;
	margin-bottom: 30px;
	border: 1px solid #DDDDDD;
}
.honor_wrapper img{
	height: 155px;
}
.honor_wrapper p{
	border-top: 1px solid #dddddd;
	margin-top: 10px;
	font-size: 16px;
	color: #666666;
	padding: 18px 0;
	margin-bottom: 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
/*鼠标悬浮图片放大*/
#tip{
	position:absolute;
	color:#333;
	display:none;
}
#tip s{
	position:absolute;
	top:40px;
	left:-20px;
	display:block;
	width:0px;
	height:0px;
	font-size:0px;
	line-height:0px;
	border-color:transparent #BBA transparent transparent;
	border-style:dashed solid dashed dashed;
	border-width:10px;
}
#tip s i{
	position:absolute;
	top:-10px;
	left:-8px;
	display:block;
	width:0px;
	height:0px;
	font-size:0px;
	line-height:0px;
	border-color:transparent #fff transparent transparent;
	border-style:dashed solid dashed dashed;
	border-width:10px;
}
#tip .t_box{
	position:relative;
	background-color:#CCC;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	bottom:-3px;
	right:-3px;
}
#tip .t_box div{position:relative;
	background-color:#FFF;
	border:1px solid #ACA899;
	background:#FFF;
	padding:1px;
	top:-3px;
	left:-3px;
}
#tip .t_box div img {
	width:500px;
}
.tip {
	border:1px solid #DDD;
}
.news_list_item{
	border-bottom: 1px solid #EEEEEE;
	padding: 30px;
}
.news_list_item>a{
	font-size: 24px;
	color: #222222;
	margin-bottom: 15px;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.news_list_item>p{
	font-size: 14px;
	color: #888888;
	line-height: 1.8em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.news_list_item>small{
	font-size: 12px;
	color: #999999;
}
.author{
	font-size: 12px;
	color: #888888;
	margin-top: 20px;
}
.author span{
	margin: 0 10px;
}
.download_item{
	padding: 14px 30px;
	border-bottom: 1px solid #EEEEEE;
}
.download_item>span{
	display: block;
	width: 60%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 14px;
	color: #666666;
}
.download_item>a{
	font-size: 14px;
	color: #FC8200;
	text-decoration: none;
}
.download_item>small{
	font-size: 14px;
	color: #999999;
}
#contact_map{
	height: 400px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.er_wrapper{
	display: flex;
}
.er_wrapper>.er{
	flex: 1;
	text-align: center;
	padding: 14px;
}
.er_wrapper>.er img{
	width: 100%;
}
.contact_text{
	color: #999999;
}
.contact_text>p{
	font-size: 16px;
	line-height: 1.6em;
}
.er>p{
	color: #999999;
	font-size: 12px;
	margin-top: 20px;
}
.serach_key{
	display: none;
}
.previous{
	display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    color: #337ab7;
    text-decoration: none;
}
.jj_er img{
	width: 130px;
	height: 130px;
}





/*媒体查询*/
@media (max-width: 1600px){	
	.big_nav{
		position: absolute;
		width: 78%;
		right: 0;
		top: 76px;
		background-color: #2A2D3A;
		z-index: 11;
	}
}
@media (max-width: 768px) {
	.navbar-brand{
		display: block;
	}
	.small_block{
		display: block;
	}
	.big_nav{
		position: absolute;
		width: auto;
		right: auto;
		top: 0;
	}
	.big_block{
		display: none;
	}
	.index_banner{
		height: 154px;
	}
	.index_banner a{
		-webkit-background-size: cover!important;
		background-size: cover!important;
	}
	.banner_info{
		display: none;
	}
	.index_about{
		background: #1B1F22;
	}
	.index_about h1{
		font-size: 26px;
	}
	.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets{
		bottom: 10px!important;
	}
	.pub_footer{
		display: none;
	}
	.pub_footer_index{
		display: none;
	}
	.detail_banner{
		height: 200px;
	}
	.download_item>span{
		width: 40%;
	}
	#contact_map{
		height: 300px;
	}
	.index_news_time{
		display: none;
	}
	.detail_con img{
		width: 100%;
	}
	.pager li>a, .pager li>span{
		margin-bottom: 6px;
	}
	.index_products{
		padding-top: 10px;
	}
	.index_products_item img{
		border: 1px solid #EEEEEE;
		transition: all 0.2s;
		height: 100px;
	}
}
/*友情链接*/
.footer_link{
	font-size: 14px;
	color: #6E7284;
}
.footer_link a{
	color: #6E7284;
}