/*首页Banner*/

.wrap {
	position: relative;
}
.mip-fill-content{
	margin:0
}
.centered-btns_nav {
	position: absolute;
	top: 50%;
	z-index: 2;
	width: 38px;
	height: 61px;
	transition: .5s;
	margin-top: -40px;
	line-height: 200px;
	background-image: url(../images/arrow.gif);
	overflow: hidden;
	opacity: .1;
}

.centered-btns_nav:hover {
	opacity: .7;
}

.next {
	right: 0;
	background-position: right 0;
}

.centered-btns_nav:active {
	opacity: 1;
}

.centered-btns_tabs {
	margin-top: 15px;
	text-align: center;
	font-size: 0;
	position: absolute;
	list-style-type: none;
	width: 100%;
	z-index: 99;
	bottom: 15px;
}

.centered-btns_tabs li {
	display: inline-block;
	margin: 0 3px;
	*display: inline;
	*zoom: 1;
}

.centered-btns_tabs a {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	line-height: 20px;
	background-color: rgba(0, 0, 0, .3);
	background-color: #ccc\9;
	overflow: hidden;
	*display: inline;
	*zoom: 1;
}

.centered-btns_here a {
	background-color: rgba(0, 0, 0, .9);
}

/*首页内容*/
.index_box{
	padding: 30px 0;
}
.left{
	width: 18%;
	margin-right: 2%;
}
.right{
	width: 80%;
}
.left .title{
	background: #004892;
	padding: 15px 0;
	text-align: center;
}

.pro_category .title{
    background: url(../images/pro_category_bg.jpg) center top no-repeat #004892;
}
.left .title h5{
    font-size: 14px;
    color: white;
}
.left .title p{
    font-size: 25px;
    color: white;
}
.pro_category ul{
	padding: 10px;
	border-left: 1px solid #186ABC;
	border-right: 1px solid #186ABC;
}
.pro_category ul li{
	display: block;
	margin-bottom: 10px;
}
.pro_category ul li:last-of-type{
	margin-bottom: 0;
}
.pro_category ul li>a{
	display: block;
	padding: 10px;
	background: #186ABC;
	color: #fff;
	font-size: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 5px 5px 0 0;
	color: #fff;
}
.pro_category ul li .pro_category_box{
	display: block;
}
.pro_category ul li .pro_category_box a{
	display: block;
	padding: 8px 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 13px;
	color: #333;
	transition: .5s;
	margin-top: 2px;
}
.pro_category ul li .pro_category_box a:hover{
	background: #186ABC;
	color: #fff;
}
.left_box{
	padding: 10px;
	text-align: center;
	border: 1px solid #186ABC;
	border-top: 0;
}
.left_contact,
.left_ewm,
.left_news{
	margin-top: 21px;
}
.left_news ul li{
	display: block;
	border-bottom: 1px dashed #E9E9E9;
}
.left_news ul li a{
	width: 75%;
	display: block;
	float: left;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 12px;
	color: #555555;
	line-height: 25px;
	transition: .3s;
}
.left_news ul li:hover a{
	color: #186ABC;
}
.left_news ul li span{
	display: block;
	width: 25%;
	font-size: 12px;
	color: #555555;
	line-height: 25px;
	float: right;
	text-align: right;
}

.right .title{
	border: 1px solid #d2d2d2;
	padding: 0 10px;
	margin-bottom: 15px;
}
.right .title span{
	width: 80%;
	font-size: 16px;
	color: #666;
	line-height: 40px;
}
.right .title span font{
	color: #186ABC;
}
.right .title a{
	width: 20%;
	text-align: right;
	font-size: 15px;
	line-height: 40px;
	display: block;
}
.index_product{
	padding: 0 10px 10px;
	border: 1px solid #d2d2d2;
	margin-bottom: 15px;
}
.index_product ul li{
	width: 24%;
	float: left;
	margin-right: 1.3333%;
	margin-top: 10px;
	text-align: center;
	border: 1px solid #dcdcdc;
	transition: .5s;
	overflow: hidden;
}
.index_product ul li:nth-child(4n+4){
	margin-right: 0;
}
.index_product ul li h5{
	overflow: hidden;
}
.index_product ul li img{
	transition: .8s;
}
.index_product ul li p{
	text-align: center;
	font-size: 14px;
	padding: 8px 3px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	background: #dcdcdc;
	color: #333;
	transition: .5s;
}
.index_product ul li:hover{
	border: 1px solid #186ABC;
}
.index_product ul li:hover img{
	transform: scale(1.1);
}
.index_product ul li:hover p{
	background: #186ABC;
	color: #fff;
}
.index_about{
	padding:10px;
	border: 1px solid #D2D2D2;
	margin-bottom: 15px;
}
.index_about .img{
	width: 30%;
}
.index_about .info{
	width: 70%;
	padding-left: 30px;
}
.index_about .info h5{    
	font-size: 20px;
    color: #666666;
    margin-bottom: 10px;
}
.index_about .info h5 font{
    font-size: 30px;
    color: #f19f10;
    font-weight: bold;
}
.index_about .info p{
	font-size: 14px;
	line-height: 25px;
}
.index_about .info p a{
	color: #186ABC;
}
.index_news{
	border: 1px solid #D2D2D2;
	padding: 5px 10px 10px;
}
.index_news ul li{
	width: 49%;
	float: left;
	border-bottom: 1px dashed #E9E9E9;
	margin-top: 5px;
}
.index_news ul li:nth-child(odd){
	margin-right: 2%;
}
.index_news ul li a{
	font-size: 14px;
	color: #333;
	display: block;
	width: 80%;
	float: left;
	transition: .3s;
	line-height: 25px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.index_news ul li:hover a{
	color: #186ABC;
}
.index_news ul li font{
	width: 20%;
	float: right;
	text-align: right;
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 25px;
}
/*友情链接*/
.links{
	border: 1px solid #D2D2D2;
	margin-top: 30px;
}
.links h5{
	padding: 10px;
	font-size: 16px;
	color: #333;
	border-bottom: 1px solid #D2D2D2;
}
.links p{
	padding: 5px 10px;
}
.links p a{
	display: inline-block;
	padding: 5px 5px 5px 0;
	font-size: 12px;
	color: #333;
}
/*内页 */
/*产品列表*/
.main_category .title{
    background: url(../images/pro_category_bg.jpg) center top no-repeat #004892;
}
.main_category ul{
	padding: 10px;
	border: 1px solid #186ABC;
	border-top: 0;
}
.main_category ul li{
	display: block;
	margin-bottom: 10px;
}
.main_category ul li:last-of-type{
	margin-bottom: 0;
}
.main_category ul li>a{
	display: block;
	padding: 10px;
	background: #186ABC;
	color: #fff;
	font-size: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 5px 5px 0 0;
	color: #fff;
}
.main_category ul li .main_category_box{
	display: block;
}
.main_category ul li .main_category_box a{
	display: block;
	padding: 8px 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 13px;
	color: #333;
	transition: .5s;
	margin-top: 2px;
}
.main_category ul li .main_category_box a:hover{
	background: #186ABC;
	color: #fff;
}
/*产品详情页*/
.info_product{
	padding: 10px;
}
.info_product .img{
    width: 30%;
    text-align: center;
    margin-top: 0;
    padding: 10px;
    border: 1px solid #e3e3e3;
    float: left;
}
.info_product .info{
    width: 70%;
    float: left;
    padding-left: 30px;
}
.info_product .info .info_product_li{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d2d2d2;
    font-size: 14px;
    color: #393939;
}
.info_product .info .info_product_li h1{
	display: inline-block;
    font-size: 14px;
    color: #393939;
}
.info_product .info .tag{
    padding-left: 30px;
    background: url(../images/icon_tag.png) no-repeat left 5px;
}
.info_product .info .tag span {
    float: left;
    font-size: 14px;
    color: #333;
    line-height: 30px;
}
.info_product .info .tag a{
    float: left;
    font-size: 14px;
    color: #333;
    line-height: 30px;
}
.info_product .content p{
	line-height: 1.68;
}
.info_product .content a{
	color: #186ABC;
}
.info_product_title{
    display: block;
    padding: 10px 0;
    font-size: 18px;
    margin: 10px 0;
    font-weight: bold;
    color: #186ABC;
    border-bottom: 1px solid #186ABC;
    margin-bottom: 10px;
}
.other_product ul li{
	width: 24%;
	float: left;
	margin-right: 1.3333%;
	margin-top: 10px;
	text-align: center;
	border: 1px solid #dcdcdc;
	transition: .5s;
	overflow: hidden;
}
.other_product ul li:nth-child(4n+4){
	margin-right: 0;
}
.other_product ul li h5{
	overflow: hidden;
}
.other_product ul li img{
	transition: .8s;
}
.other_product ul li p{
	text-align: center;
	font-size: 14px;
	padding: 8px 3px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	background: #dcdcdc;
	color: #333;
	transition: .5s;
}
.other_product ul li:hover{
	border: 1px solid #186ABC;
}
.other_product ul li:hover img{
	transform: scale(1.1);
}
.other_product ul li:hover p{
	background: #186ABC;
	color: #fff;
}
/*新闻列表 */
.news_list ul li{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #D2D2D2;
	position: relative;
}
.news_list ul li .date{
    width: 80px;
    left: 0;
    top: 0;
    text-align: center;
    position: absolute;
}
.news_list ul li .date h5{
	font-weight: bold;
    display: block;
    padding: 8px 0px;
    text-align: center;
    color: #fff;
    background: #0159a0;
    font-size: 25px;
}
.news_list ul li .date p{
    padding: 5px 0px;
    border: 1px solid #d2d2d2;
    border-top: 0px;
    text-align: center;
    font-size: 14px;
    color: #7e7e7e;
}
.news_list ul li .info{
    padding-left: 100px;
}
.news_list ul li .info h5 a{
	font-size: 16px;
	color: #333;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 5px;
}
.news_list ul li .info p{
	font-size: 14px;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
}
/*案例列表*/
.case_list ul li{
	width: 32.33%;
	margin-bottom: 1.5%;
	float: left;
}
.case_list ul li:nth-child(3n+2){
	margin: 0 1.5% 1.5%;
}
.case_list ul li h5{
	overflow: hidden;
}
.case_list ul li h5 img{
	transition: .8s;
}
.case_list ul li p{
	display: block;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding: 10px 5px;
	font-size: 14px;
	color: #333;
	transition: .5s;
}
.case_list ul li:hover img{
	transform: scale(1.1);
}
.case_list ul li:hover p{
	background: #186ABC;
	color: #fff;
}
/*单页*/
.page{
	padding: 10px;
	border: 1px solid #D2D2D2;
}
/*文章详情页*/
.info_article{
	padding: 10px;
	border: 1px solid #D2D2D2;
}
.info_article_title{
	font-size: 20px;
	color: #333;
	text-align: center;
}
.info_article_date{
	text-align: center;
	padding: 10px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #D2D2D2;
	font-size: 15px;
	color: #666;
}
.info_article_content{
	line-height: 1.68;
}
.info_article_content p a{
	color: #186ABC;
}
.info_article .tag{
	margin: 10px 0;
}
.info_article_page{
	border-top: 1px solid #D2D2D2;
	border-bottom: 1px solid #D2D2D2;
	padding: 10px 0;
}
.info_article_page a{
	font-size: 15px;
	color: #333;
	margin: 5px 0;
	display: block;
}
.other_article h4{
    display: block;
    padding: 10px 0;
    font-size: 18px;
    margin: 10px 0;
    font-weight: bold;
    color: #186ABC;
    border-bottom: 1px solid #D2D2D2;
    margin-bottom: 10px;
}
.other_article ul li{
	width: 49%;
	float: left;
	border-bottom: 1px dashed #E9E9E9;
	margin-top: 5px;
}
.other_article ul li:nth-child(odd){
	margin-right: 2%;
}
.other_article ul li a{
	font-size: 14px;
	color: #333;
	display: block;
	width: 80%;
	float: left;
	transition: .3s;
	line-height: 25px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.other_article ul li:hover a{
	color: #186ABC;
}
.other_article ul li font{
	width: 20%;
	float: right;
	text-align: right;
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 25px;
}