﻿body{font: 14px/20px "Microsoft YaHei",helvetica,arial,sans-serif;}
 ul,li{padding:0;margin:0;}
 li{list-style: none;}
 a{text-decoration: none!important;}
.left{float: left;}
.right{float: right;}
.tc{text-align: center;}
.tl{text-align: left;}
.tr{text-align: right;}
.fs13{font-size: 13px;}
.fs15{font-size: 15px;}
.fs16{font-size: 16px;}
.fs17{font-size: 17px;}
.fs18{font-size: 18px;}


/* top */
.top{
	padding:10px 0;
	border-bottom: 1px solid #f3f3f3;
	color: #525252;
}
.top i{
	color:#005da3;
	padding:0 6px;
}
.langs{
	cursor:pointer;
}
.lang_ul{
	position: absolute;
	z-index: 110;
	background: #fff;
	top: 30px;
	right:3%;
	border: 1px solid #eee;
	padding-left: 4%;
	padding-right: 2%;
	display: none;
}
.lang_ul li a{
	color: #666;
	display: block;
	height: 32px;
	line-height:32px;
}
.lang_ul li a:hover{
	color: #005da3;
}

/* nav */
.nobg{
	background: none;
	border:0;
	margin-bottom: 0;
}
.container-fluid{
	padding-right:6px;
	box-sizing: border-box;
}
.navbar-default .navbar-nav > .active > a,.navbar-default .navbar-nav > .active > a:focus{
	background: none;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
	background: none;
}
.navbar-default .navbar-nav > .active > a:hover{
	background: none;
	color:#ea1e2a;
}
.navbar-default .navbar-nav > .active > a:hover{
	background: none;
	color:#ea1e2a!important;
	font-weight: bold;
}
.navbar-nav > li > a{
	color: #000!important;
	line-height: 48px;
	font-size: 15px;
	    padding-left:8px;
		padding-right:8px;
}
.navbar-nav > li > a:hover{
	color:#ea1e2a!important;
	font-weight: bold;
}
.navbar-nav > li:hover .dropdown-menu{
	display: block;
}
.navbar-nav > li:hover{
	border-bottom: 2px solid #ea1e2a;
}
.navbar-nav > li:last-child:hover{
	border:0;
}
.nav > li:last-child a{
	padding-right: 0;
}
.navbar-default .navbar-brand{
	padding-top:20px;
	margin-bottom: 30px;
}
.search{
	display: none;
	position: absolute;
	z-index: 100;
	bottom: 15px;
	width: 100%;
	background: #fff;
}
.search input{
	border:0;
	height: 50px;
	line-height: 50px;
	width: 100%;
	padding-left: 1%;
	color: #888;
	outline: none;
}
.clo i{
	line-height: 50px;
	cursor: pointer;
}

/*banner*/
.banner{
    position: relative;
}
.banner img{
    width: 100%;
}
.banbot{
	position: absolute;
	top: 60%;
	left: 50%;
	z-index: 1000;
	font-size: 50px;
	color: #fff;
	cursor:pointer;
}
@-webkit-keyframes yd {
    25% {
       transform: translateY(6px);    
    }
    50%,100%{
       transform: translateY(0);    
    }
    75% {
       transform: translateY(-6px);    
    }
}
.banbot{
    animation: yd 2s linear infinite;   
    -webkit-animation: yd 2s linear infinite;  
}
.footer_top img{
	animation: yd 2s linear infinite;   
    -webkit-animation: yd 2s linear infinite;  
}

/* 产品中心 */
.indextit{
	width: 30%;
	margin:0 auto;
	background: url(../jpg/indextitbg-2.jpg) no-repeat center 34px;
	margin:50px auto 20px auto;
	padding:20px 0;
}
.tit_top{
	font-size: 28px;
	height: 35px;
	line-height: 35px;
}
.tit_bottom{
	color: #414141;
}
.proclass_tit{
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 17px;
	background:#005da3;
	padding-left:15%;
}
.proclass_con ul{
	overflow:hidden;
	border:1px solid #e3e3e3;
}
.proclass_con ul li{
    border-bottom: 1px solid #e3e3e3;
}
.proclass_con ul li:hover,.proclass_con ul li.on{
	border-left: 4px solid #e80000;
}
.proclass_con ul li{
	border-left: 4px solid #fff;
}
.proclass_con ul li:last-child{
	border-bottom:0;
}
.mor ul li:last-child a{
	font-weight: bold;
}
.proclass_con ul li a{
	color: #000;
	height:45px;
	line-height: 45px;
	display: block;
	padding-left:5%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pro_c1{
	float: left;
}
.pro_c1 img{
	transition: 0.8s;
	overflow:hidden;
}
.pro_c1 img:hover{
	transform: scale(1.02);

}
.pro_c1 i{
    color: #005da3;
}
.pro_c1 p{
	text-align: center;
	margin-top:20px;
	overflow:hidden;text-overflow: ellipsis; white-space: nowrap;
}
.pro_c1 p a{
	color:#313934;
	text-decoration: underline!important;
}
.pro_c{
	height: 60px;
	line-height: 60px;
	color: #000;
	font-size: 17px;
	background:#e3e3e3;
	padding-left:5%;
}
.pro_c p{
	margin-right: 2%;
}
.pro_c i{
	background: #fff;
	display: inline-block;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	cursor:pointer;
}
.owl-carousel .owl-stage-outer{
	width: 100%;
}
.owl-carousel{
	margin-top: 35px;
}

/*关于我们*/
.index_about{
	margin-bottom: -60px;
}
.about_con{
	background: url(../jpg/indexabout-2.jpg) no-repeat;
	background-size: cover;
	height:480px;
	color: #fff;
	position: relative;
}
.about_text{
	padding:0 10%;
}
.about_text p{
	line-height: 40px;
	position: relative;
	bottom: 33px;
}
.about_more{
	color: #fff;
	padding:8px 20px;
	background: #ea1e2a;
}
.about_more:hover{
	background:#fff;
	color: #005da3;
	font-weight: bold;
}
.about_more i{
	padding-left: 15px;
}
.aboutpic{
	position: relative;
	bottom: 18%;
}
.aboutimg img{
    transition: 1s;
}
.aboutimg img:hover{ 
	transform: rotate(360deg);
}
.aboutimg p{
	text-align: center;
	padding-top: 15px;
}
.aboutimg p a{
	color: #fff;
	font-size: 18px;
}
.about_con{
	margin-top: 8%;
}
.technology{
	background: #fff;
	color: #000;
	position: relative;
	bottom: 69px;
	box-shadow: 0px 1px 3px #dee4e2;
	padding-bottom: 20px;
}
.technology_t{
	border-bottom: 1px solid #e1e1e1;
}
.technology_tl{
	height: 68px;
	line-height: 68px;
	font-size: 25px;
	color: #000;
	border-bottom: 3px solid #ea1e2a;
	margin-bottom: -2px;
}
.tecl,.tecr{
	text-align: center;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 27px;
	border-radius: 50%;
	border:1px solid #e1e1e1;
	font-size: 16px;
	cursor: pointer;
}
.tecl:hover,.tecr:hover{
	background: #333;
	opacity: 0.9;
	color: #fff;
	border:1px solid #000;
}
.technology_t p{
	padding-top: 19px;
}
.technology_c img{
	border-bottom: 1px solid #dee4e2;
	padding-bottom: 20px;
}

/* 新闻动态 */
p.new_tit{
	color: #151515;overflow:hidden;text-overflow: ellipsis; white-space: nowrap;
}
p.new_time{
	margin-bottom:3px;
	color: #151515;
}
p.new_des{
	color: #686868;
	line-height: 25px;
}
.news_text{
	margin-top:40px;
	padding-bottom: 38px;
	border-bottom: 1px solid #ddd;
}
.news_img{
	/*margin:38px auto 80px auto;*/
	margin:38px auto 26px auto;
}
.news_img .index_news_info{
	margin-top: 21px;
	/*padding-left: 40%;*/
}
.news_img img{
	width: 100%;
}
.nopad{
	padding:0;
}



.news_detail{
	width: 100%;
}
.news_detail .title{
	text-align: center;
    margin-top: 33px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #cbcbcb;
	line-height:30px;
	height:auto;
}
.news_detail .title h2{
    margin-bottom: 14px;
    font-size: 22px;
    color: #262626;
    font-weight: normal;
    margin: 0;
}
.news_detail .title p{
    font-size: 13px;
    color: #8f8e8e;
    font-family: Arial;
    margin-bottom: 0;
}
.news_detail .content{
	padding: 0 10px 30px;
	line-height:2.2;
	font-size:14px;
}
.news_detail .content img{
	max-width: 100%;
}

.new1 img{ width:293px; height:100px;}

.pro-pic{ text-align:center; padding-bottom:15px;}

#pagination{clear:both; text-align:center;}
#pagination li a.on{ color:#FFF; background-color:#005da3;}

/* foot */
.footer_top{
	background: #005da3;
	height: 60px;
	line-height: 60px;
}
.footer_top img{
	cursor: pointer;
}
.footer_bottom{
	background:#272727;
	color: #fff;
	box-shadow: 1px 1px 2px #222;
}
.foot_tit{
	height:36px;

}
.footer_bottom a{
	color: #fff;
}
.foot_ul ul li{
	float: left;
	width: 115px;
	height: 30px;
	line-height: 30px;
}
.new_tit a{
	color:#151515;
}
.new_tit a:hover,.pro_c1 p a:hover,.foot_ul a:hover{
	color:#005da3;
}
.foot_middle{
	padding:40px 0;
}
.foot_contact p{
	margin:5px auto 15px auto;
}
.foot_contact p span i{
	display: inline-block;
	width: 25px;
    color:#005da3;
    border-right: 1px solid #c7c7c7;
}
.foot_form input,.foot_form textarea{
	background: #272727;
	color: #8c8c8c;
	max-width: 100%;
	min-width: 100%;
	padding-left: 2%;
	font-family: "微软雅黑";
}
.foot_form .col-md-6{
	padding-left: 0

}
.foot_form input{
	height: 35px;
	line-height: 35px;
	border-top:0;
	border-left:0;
	border-right:0;
	border-bottom: 1px solid #8c8c8c;
	width: 100%;
	padding-left: 2%;
	margin:10px 0;
	font-family: "微软雅黑";
}
.foot_form input:focus{
	outline: none;
}
.formsub{
	padding:0;
}
.sub{
	display: inline-block;
	width: 30px;
	border:2px solid #005da3;
	color:#0087d2!important;
	padding:12px 24px 12px 10px;
	font-family: "微软雅黑";
}

.banquan{
	border-top: 1px solid #3d3d3d;
	height: 40px;
	line-height: 40px;
	color: #666;
}
.banquan a{
	color: #666;
}

/* 手机屏幕底部 */
.phone_foot{
	height: 60px;
	line-height: 60px;
	background: #000;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 1000;
}
.pfl a{
	border:1px solid #fff;
    color: #fff;
    padding:4px 9px;
    border-radius: 6px;
}

 









@media screen and (max-width:1200px) and (min-width:992px){
	.navbar-header{
		width:35%;
	}
	.navbar-header img{
		width: 100%;
	}
	.nav > li > a{
		padding: 10px 10px;
	}
	.foot_ul ul li{
		width: 105px;
	}
	.about_more{
		position: relative;
		bottom: 20px;
	}
	.news_img .index_news_info{
		margin-top: 0;
		padding-top:0;
	}
	.history1 .his{
	background: url(../jpg/history-2.jpg) no-repeat 87% center!important;
    }
    .k{
	background: url(../jpg/history1-2.jpg) no-repeat 87% center;
    }
    .history_dev{
	padding: 8% 0!important;
    }




}

@media screen and (max-width:992px) and (min-width:768px){
	.top{
		font-size: 12px;
	}
	.navbar-header{
		width:30%;
	}
	.navbar-header img{
		width: 100%;
	}
	.navbar-default .navbar-brand{
		padding-top: 14px;
	}
	.nav > li > a{
		padding: 10px 8px;
		font-size: 13px;
	}
	.banbot{
		font-size: 26px;
	}
	.about_con{
		margin-top: 11%;
	}
	.news_img .index_news_info{
		margin-top: 30px;

	}
	.marbot{
		margin-bottom: 25px;
	}
	.foot_form .col-md-5{
		padding-left: 0;
	}
	.aboutimg img{
		width: 90%;
	}
	.about_text p{
		line-height: 32px;
	}
	.aboutpic{
		bottom: 15%;
	}



}

@media screen and (max-width:768px){
    .top{
    	font-size: 12px;
    }
    .navbar-toggle{
    	margin-top: 20px;
    }
    .navbar-header img{
		width: 100%;
	}
	.navbar-default .navbar-brand{
		padding-top: 18px;
	}
	.nav.navbar-nav{
        float: left!important;
	}
	.banbot{
		font-size: 20px;
	}
	.aboutpic{
		bottom: 6%;
	}
	.aboutimg img{
		width: 90%;
	}
	.aboutimg p a{
		font-size: 12px;
	}
	.aboutimg p{
		padding-top: 4px;
	}
	.about_text{
		padding:0 5%;
	}
	.about_text p{
		line-height: 30px;
	}
	.owl-carousel{
        margin-top:6px;
    }
    .pro_c{
    	height: 50px;
    	line-height: 50px;
    }
    .indexpro .col-sm-8{
    	margin-top: 15px;
    }
    .tit_top {
    	font-size: 22px;
    }
    .proclass_tit{
    	height: 50px;
    	line-height: 50px;
    }
    .technology_tl{
    	height: 60px;
    	line-height: 60px;
    	font-size: 22px;
    }
    .technology_t{
    	margin-top: 10px;
    }
    .indextit{
    	margin:10px auto 5px auto;
    }
    .index_news_info.col-md-9,.index_news_info.col-sm-7{
    	padding:0;
    }
    .marbot{
		margin-bottom: 25px;
	}

}