@charset "utf-8";
html,body{
	height:100%;
	padding:0px;
	margin:0px;
	min-width: 1200px;
	font:14px 微软雅黑;
	color:#444;
}
a{
	text-decoration: none;
	outline: none;
	color: #000;
	transition: 0.2s;
}
p{
	text-align: justify;
	text-justify:inter-ideograph;
	margin: 0;
}
li{list-style-type: none;
	vertical-align: top;
	margin: 0;
	padding:0;
}
ul{margin: 0;
	padding: 0;
}
img{
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: top;
        -webkit-filter: blur(6px);
        filter: blur(6px);
}
h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

.fl {
	float:left;
}
.fr {
	float:right;
}
.clear{
	clear:both;
}
.w0{
	width: 100%;
	overflow：hidden;
}
.w1{
	width: 100%;
	clear：both;
}
.w1200{
	width: 1200px;
	margin:0 auto;
}
.w1140{
	width: 1140px;
	margin:0 auto;
}

/*header start*/
.head{
	width: 100%;
	z-index: 99999999999;
	background: #fff;
}

.head .head_top{
	background: #ededed;
	line-height: 35px;
	color: #454545;
}
.head .head_top a{
	padding: 0 15px;
	color: #454545;
}
.head .head_top a:nth-child(3) {
	padding-right: 0px;
}

.head .head_body{
	padding: 10px 0;
}
.head .tel{
	padding: 10px 0 10px 60px;
	background: url(../images/tel.png) no-repeat center left;
}
.head .tel p{
	font-size: 17px;
	line-height: 31px;
	color: #666;
}
.head .tel b{
	font-size: 25px;
	font-family: Arial;
	color: #454545;
}

.head .head_nav{
	border-bottom: 5px solid #b93012;
	background: #ededed;
}
.head .head_nav li{
    width: 150px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    float: left;
    position: relative;
}
.head .head_nav li a{
	color: #454545;
}
.head .head_nav li:hover {
	background: #b93012;
}
.head .head_nav li:hover a{
	color: #fff;
}
/*header end*/

/*banner start*/
.flexslider {
	margin: 0px auto 0px;
	position: relative;
	width: 100%;
	height:550px;
	overflow: hidden;
	zoom: 1;
}
.flexslider .slides li {
	width: 100%;
	height: 100%;
}

.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	background: url(../images/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	border-radius: 35px;
}

.flex-direction-nav .flex-next {
	background-position: 0 -70px;
	right: 0;
}

.flex-direction-nav .flex-prev {
	left: 0;
}

.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	background: rgba(0,0,0,0.3);
	display: block;
	height: 10px;
	overflow: hidden;
	text-indent: -99em;
	width: 10px;
	cursor: pointer;
	-webkit-transition: all 0s ease;
	border-radius: 10px;
}

.flex-control-paging li a.flex-active,.flex-control-paging li.active a{
	background: #b93012;
}

.flexslider .slides a img {
	width: 100%;
	height: 550px;
	display: block;
}
/*banner end*/

.title{
	padding: 10px 80px 10px 80px;
	background: url(../images/title.png) no-repeat center;
	margin: 20px auto;
	width: 200px;
	text-align: center;
}
.title b{
	font-size: 25px;
	color: #454545;
}
.title p{
	font-size: 25px;
	color: #888;
	font-family: Arial;
	text-align: center;
}

/*product start*/
.product .pro_body .list{
	width: 260px;
	border-radius: 10px;
	box-shadow: 0 10px 10px #aaa;
	border: 5px solid #b93012;
}
.product .pro_body .list .tit{
	text-align: center;
	background: #B93012;
	height: 95px;line-height:95px;
}
.product .pro_body .list .tit img{
	margin-top: 30px
}
.product .pro_body .list .tit b{
	font-size: 27px;
	color: #fff;
	line-height: 30px;
	margin-left: 5px;
}
.product .pro_body .list ul{
	background: #fff;
	border-radius: 5px;
	padding: 10px 20px;
	
}
.product .pro_body .list ul li{
	margin-top: 8px;
	border: 1px solid #454545;
	background: url(../images/list.jpg) no-repeat center left;
}
.product .pro_body .list ul li:nth-child(1){
	margin-top: 0;
}
.product .pro_body .list ul li a{
	font-size: 15px;
	line-height: 36px;
	color: #454545;
	padding-left: 40px;
	display: block;
	letter-spacing: 1px;
	width: 170px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.product .pro_body .list ul li:hover{
	border: 1px solid #b93012;
	background: #b93012 url(../images/list1.jpg) no-repeat center left;
}
.product .pro_body .list ul li:hover a{
	color: #fff;
}

.product .pro_body .con{
	width: 890px;
}
.product .pro_body .con ul li{
	float: left;
	margin-left:45px;
	margin-bottom: 30px;
}
.product .pro_body .con ul li:nth-child(1) {
	margin-left: 0;
}
.product .pro_body .con ul li:nth-child(4) {
	margin-left: 0;
}
.product .pro_body .con ul li:nth-child(7) {
	margin-left: 0;
}
.product .pro_body .con ul li a .img{
	padding: 2px;
	border:1px solid #454545;
	width: 260px;
	height: 195px;
	overflow: hidden;
}

.product .pro_body .con ul li a .img img{
	cursor: pointer;
	transition: all 1s;
}
.product .pro_body .con ul li a .img img:hover{
	transform: scale(1.2);
}

.product .pro_body .con ul li p{
	width: 266px;
	height: 35px;
	background: #454545;
	line-height: 34px;
	text-align: center;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	color: #fff;
}
.product .pro_body .con ul li:hover .img{
	border:1px solid #b93012;
}
.product .pro_body .con ul li:hover p{
	background: #b93012;
}
/*product end*/

/*company start*/
.company{
	background: #ededed;
	padding: 1px 0 30px 0;
	margin-top: 40px;
	margin-bottom: 40px;
}
.company .con{
	width: 60%;
}
.company .con b{
	font-size: 18px;
	color: #454545;
	line-height: 40px;
	padding-bottom: 3px;
	border-bottom: 2px solid #b93012;
}
.company .con p{
	font-size: 16px;
	line-height: 30px;
	text-indent: 2em;
	color: #555;
}
.company .con a{
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	background: #b93012;
	padding: 0 10px;
	margin-top: 10px;
}
.company .con a:hover{
	background: #454545;
}
.company .lx ul{
	width: 360px;
    margin-top: 30px;
}
.company .lx ul li{
	font-size: 16px;
	line-height: 30px;
	color: #454545;
	margin-top: 20px;
}
.company .lx ul li:nth-child(1){
	margin-top: 0;
}
.company .lx ul li img{
	margin-right: 5px;
}
/*company end*/

/*new+case start*/
.new{
	margin: 40px 0;
}
.new .tit{
	border-bottom: 5px solid #b93012;
	margin-bottom: 10px;
}
.new .tit b{
	font-size: 20px;
	line-height: 40px;
	color: #454545;
}
.new .tit a{
	font-size: 16px;
	line-height: 40px;
	color: #888;
}
.new .tit img{
	margin: 5px 10px 0 0;
}
.new .tit a:hover{
	color: #b93012;
}

.new .new_body{
	width: 580px;
}
.new .new_body .con1{
	padding: 0 10px 10px 10px;
	border-bottom: 1px solid #888;
}
.new .new_body .con1 img{
	margin-right: 10px;
}
.new .new_body .con1 b{
	font-size: 18px;
	line-height: 30px;
	color: #454545;
	overflow: hidden;
	width: 350px;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}
.new .new_body .con1 p{
	font-size: 16px;
	line-height: 30px;
	overflow: hidden;
	color: #666;
	text-indent: 2em;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.new .new_body .con1 a{
	background: #b93012;
	color: #fff;
	padding: 0 10px;
	font-size: 15px;
	line-height: 30px;
}
.new .new_body .con1 a:hover{
	background: #454545;
}
.new .new_body .con ul li{
	margin-top: 5px;
	padding-left: 40px;
	padding-right: 10px;
	border-bottom: 1px dashed #aaa;
	background: url(../images/yuan.png) no-repeat 5px center;
}
.new .new_body .con ul li a{
	color: #666;
	font-size: 15px;
	line-height: 30px;
	display: block;
	overflow: hidden;
	width: 530px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.new .new_body .con ul li:hover{
	border-bottom: 1px solid #b93012;
}
.new .new_body .con ul li:hover a{
	color: #b93012;
}

.new .case_body{width: 550px; overflow:hidden; position:relative;}
.new .case_body .infoList li{height:85px;border-bottom: 1px dashed #dfdfdf}
.new .case_body .infoList li .que{width: 510px;height: 30px;line-height: 30px;background: url(../images/que.png) no-repeat center left;padding-left: 35px;padding-top: 5px}
.new .case_body .infoList li .que b{font-size: 16px;color: #444}
.new .case_body .infoList li .ans{width: 510px;background: url(../images/ans.png) no-repeat top left;line-height: 22px;padding-left: 35px;position: relative;top: -3px;font-size: 14px;}
.new .case_body .infoList li:hover b{color: #B93012}
/*new+case end*/

/*footer start*/
.foot{
	background: #ededed url(../images/footbg.png) no-repeat center;
}
.foot .tit{
	background: #fff;
	padding: 85px 30px;
}
.foot .tit b{
	font-size: 25px;
	text-align: center;
	color: #454545;
	border-bottom: 5px solid #b93012;
	letter-spacing: 5px;
	padding-bottom: 10px;
    margin-bottom: 10px;
	width: 300px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.foot .tit p{
	font-size: 16px;
	line-height: 30px;
	color: #888;
	text-align: center;
	width: 300px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.foot .nav{
	margin: 30px 0 0 130px;
}
.foot .nav b{
	font-size: 23px;
	line-height: 40px;
	color: #333;
	border-bottom: 3px solid #b93012;
	letter-spacing: 2px;
	padding-bottom: 3px;
	padding-left: 35px;
	background: url(../images/lj.png) no-repeat center left;
}
.foot .nav ul li{
	text-align: center;
}
.foot .nav ul li a{
	font-size: 16px;
	line-height: 30px;
	color: #454545;
	letter-spacing: 1px;
}
.foot .nav ul li:hover a{
	border-bottom: 1px solid #b93012;
}
.foot .lx{
	margin-top: 30px;
}
.foot .lx b{
	font-size: 23px;
	line-height: 40px;
	color: #333;
	border-bottom: 3px solid #b93012;
	letter-spacing: 2px;
	padding-bottom: 3px;
	padding-left: 35px;
	background: url(../images/lx.png) no-repeat center left;
}
.foot .lx p{
	font-size: 16px;
	line-height: 30px;
	color: #454545;
	letter-spacing: 1px;
	width: 450px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.foot .foot_bot{
	background: #b93012;
}
.foot .foot_bot b{
	line-height: 30px;
	color: #fff;
	font-weight: normal;
}
.foot .foot_bot a{
	line-height: 30px;
	color: #fff;
}
/*footer end*/