@charset "utf-8";
html,body{
	height:100%;
	padding:0px;
	margin:0px;
	min-width: 1200px;
	font:14px 微软雅黑;
	color:#666;
}
a{
	text-decoration: none;
	outline: none;
	color: #666;
	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;
}
img{
	border: 0;
	vertical-align: top;
}
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 .head_top{
	background: #aaa;
	line-height: 35px;
	color: #fff;
}
.head .head_top a{
	padding: 0 15px;
	color: #fff;
}
.head .head_top a:nth-child(2) {
	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: 16px;
	line-height: 31px;
	color: #333;
}
.head .tel b{
	font-size: 25px;
	font-family: Arial;
	color: #c60001;
}
/*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: #c60001;
}

.flexslider .slides a img {
	width: 100%;
	height: 550px;
	display: block;
}
/*banner end*/

.head_nav{
	background: #aaa;
}
.head_nav ul.nav > li{
    width: 150px;
    text-align: center;
    float: left;
    position: relative;
    height: 50px;
    line-height: 50px;
    z-index: 99999;
}
.head_nav ul.nav > li > a{
	color: #fff;
	line-height: 50px;
	font-size: 16px;
}
.head_nav ul.nav > li:hover{
	background: #c60001 url(../images/navbg.png) no-repeat center bottom;
}
.head_nav .clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.head_nav .nav .on{
	background: #c60001 url(../images/navbg.png) no-repeat center bottom;
}

.head_nav .sub{display:none;width:150px;left:0;top:50px;position:absolute;z-index:9999;background:rgba(0,0,0,0.5);}
.head_nav .sub li{zoom:1;height: 40px;line-height: 40px}
.head_nav .sub a{display:block;text-align:center;color:#fff;font-weight: normal;font-size: 15px;}
.head_nav .sub a:hover{background:#C60001;color:#fff;}

.title{
	margin-bottom: 20px;
	text-align: center;
	position: relative;
	padding-bottom: 15px;
	background: url(../images/titlebg.png) no-repeat center bottom;
}
.title p{
	font-size: 60px;
	font-family: Arial;
	font-weight: bold;
	color: #454545;
	opacity: 0.15;
	text-align: center;
}
.title b{
	font-size: 30px;
	color: #454545;
	position: absolute;
	z-index: 99999;
	bottom: 15px;
	letter-spacing: 1px;
	width: 100%;
	text-align: center;
	display: block;
}

/*product start*/
.product{
	padding: 50px 0;
}

.product .list > ul{
	width: 1200px;
	margin: 0 auto;
}
.product .list > ul li{
	
	float: left;
}
.product .list > ul li a{
	display: inline-block;
	width: 200px;
	text-align: center;
	float:left;
}
.product .list > ul li img{
	width: 100px;
	height: 100px;
	margin: 0 50px;
}
.product .list > ul li p{
	font-size: 20px;
	line-height: 30px;
	margin-top: 10px;
	text-align: center;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #454545;
}
.product .list > ul li:hover p{
	color: #c60001;
}

.product .list .list_01{
	max-width: 400px;
}
.product .list .list_01 li{
	float: left;
	width: 50%;
	text-align: left;
}
.product .list .list_01 li a{
	text-align: left;
	line-height: 35px;
	font-size: 15px;
}
.product .list .list_01 li:hover a{
	color: #C60001;
}
.product .list > ul > li:nth-child(1) {
	background: url(../images/line1.png) no-repeat center right;
}
.pro_body ul li{
	width: 270px;
	border: 5px solid #aaa;
	background: #aaa;
	float: left;
	margin:30px 0 0 26.6px;
}
.pro_body ul li:nth-child(4n+1) {
	margin-left: 0px;
}
.pro_body ul li .img{
	width: 270px;
	height: 203px;
	overflow: hidden;
}
.pro_body ul li img{
	width: 270px;
	height: 203px; 
	display: block;
	-moz-transition:.5s ease-in;
	-webkit-transition:.5s ease-in;
	-o-transition:.5s ease-in;
	-ms-transition:.5s ease-in;
	transition:.5s ease-in;
}
.pro_body ul li img:hover {
	transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
}
.pro_body ul li p{
	font-size: 15px;
	line-height: 30px;
	text-align: center;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
	color: #fff;
}
.pro_body ul li i{
	display: block;
	line-height: 30px;
	color: #fff;
	background: #c60001;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	font-style: normal;
}
.pro_body ul li:hover{
	background: #c60001;
	border: 5px solid #c60001;
	box-shadow: 0 0 10px #333;
}
.pro_body ul li:hover i{
	background: #333;
}
/*product end*/

/*company start*/
.scroll_bg{
	width: 100%;
	height: 100%;
	background-image: url(../images/scroll_bg.jpg);
	background-attachment: fixed;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	position: absolute;
	z-index: -1;
}

.company{
	padding: 30px 0;
	background: rgba(34,34,34,0.7);
}

.company .title p{
	color: #fff;
}
.company .title b{
	color: #fff;
}

.company .com_body b{
	font-size: 18px;
	font-weight: normal;
	color: #fff;
}
.company .com_body .xt{
	height: 5px;
	width: 50px;
	background: #c60001;
	margin: 10px 0;
}
.company .com_body p{
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	text-indent: 2em;
}
.company .com_body a{
	margin: 10px 0;
	display: block;
	width: 120px;
	text-align: center;
	border: 1px solid #c60001;
	font-size: 15px;
	line-height: 30px;
	color: #c60001;
}
.company .com_body a:hover{
	background: #c60001;
	color: #fff;
}
/*company end*/

/*case start*/
.case{
	padding: 50px 0;
	background: #fff;
}
.case .title{
	margin-bottom: 10px;
}

#d_tab29 ul,#d_tab29 li{
	margin:0;
	padding:0;
	list-style:none;
}
#d_tab29 img{
	border:0;
	vertical-align:top;
}
#d_tab29{
	position:relative;
	height:370px;
	text-align:left;
}
#d_tab29 .d_img{
	position:relative;
	margin:0 auto;
	width:1200px;
	height:100%;
} 
#d_tab29 .d_img li{
	position:absolute;
	display:none;
	z-index:0;
}
#d_tab29 .d_img li img{
	width:100%; border: 6px solid #ededed;
}
#d_tab29 .d_img li p{font-size: 16px;width: 100%;height: 30px;line-height: 30px;text-align: center;display: none}
#d_tab29 .d_img li.d_select p{display: block}
#d_tab29 .d_img li:nth-child(1) {
	display:block;
	width:350px;
	left:0%;
	top:60px;
	z-index:1;
}
#d_tab29 .d_img li:nth-child(2) {
	display:block;
	width:400px;
	left:16%;
	top:40px;
	z-index:2;
}
#d_tab29 .d_img li:nth-child(3) {
	display:block;
	width:450px;
	left:32%;
	top:20px;
	z-index:3;
}

#d_tab29 .d_img li:nth-child(4) {
	display:block;
	width:400px;
	right:16%;
	top:40px;
	z-index:2;
}
#d_tab29 .d_img li:nth-child(5) {
	display:block;
	width:350px;
	right:0%;
	top:60px;
	z-index:1;
}
#d_tab29 .d_next{
	position:absolute;
	left:50%;
	margin-left:620px;
	top:180px;
	z-index:10;
	cursor:pointer;
}
#d_tab29 .d_prev{
	position:absolute;
	left:50%;
	margin-left:-660px;
	top:180px;
	z-index:10;
	cursor:pointer;
}
#d_tab29 .d_img li.d_select p{display: block}
/*case end*/

.ggt{
	background: #777 url(../images/ggtbg.png) no-repeat center;
	padding: 20px 0;
	margin-bottom: 50px;
}
.ggt .ggl{
	width: 600px;
	text-align: center;
}
.ggt .ggl b{
	display: block;
	text-align: center;
	line-height: 50px;
	background: url(../images/ly.png) no-repeat center;
	font-size: 20px;
	color: #fff;
	letter-spacing: 2px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
.ggt .ggl p{
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	color: #fff;
}
.ggt .ggl span{
	display: block;
	font-size: 14px;
	color: #bbb;
	line-height: 30px;
	text-align: center;
}

.ggt .ggr{
	width: 600px;
	text-align: center;
}
.ggt .ggr b{
	font-size: 20px;
	display: block;
	text-align: center;
	color: #fff;
	line-height: 53px;
	letter-spacing: 1px;
}
.ggt .ggr p{
	text-align: center;
	font-size: 20px;
	color: #fff;
	line-height: 35px;
	letter-spacing: 1px;
}
.ggt .ggr span{
	color: #feff00;
	font-size: 25px;
	font-weight: bold;
}

/*new start*/
.new{
	background: #fff;
	padding-bottom: 50px;
}

.new .newl{
	width: 550px;
}
.new .newl b{
	display: block;
	width: 500px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	line-height: 30px;
	margin-top: 10px;
	color: #454545;
	font-weight: normal;
}
.new .newl p{
	font-size: 15px;
	color: #666;
	line-height: 25px;
	overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 60px;
}
.new .newl a.more{
	display: block;
	width: 120px;
	background: #333;
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	margin-bottom: 10px;
}
.new .newl a.more:hover{
	background: #c60001;
}
.new .newl hr{
	padding: 0;
	margin: 0;
	border: none;
	height: 1px;
	background: #dfdfdf;
}
.new .newl ul{
	margin-top: 10px
}
.new .newl ul li{
	height: 28px;
	line-height: 28px;
}
.new .newl ul li a{
	display: inline-block;
	width: 430px;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
}
.new .newl ul li span{
	float: right;
}
.new .newl ul li:hover a {
	color: #C60001
}
.new .newr{
	width: 600px;
}
.new .newr ul li{
	margin-top: 30px;
}
.new .newr ul li:nth-child(1){
	margin-top: 0;
}
.new .newr .num{
	width: 100px;
	text-align: center;
}
.new .newr .num b{
	font-size: 50px;
	font-weight: normal;
	color: #c60001;
	font-family: Arial;
}
.new .newr .num p{
	font-size: 15px;
	color: #aaa;
	text-align: center;
	font-family: Arial;
}
.new .newr .nr{
	width: 500px;
}
.new .newr .nr b{
	font-size: 17px;
	font-weight: normal;
	color: #454545;
	display: block;
	width: 400px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 30px;
}
.new .newr .nr p{
	font-size: 14px;
	color: #666;
	line-height: 25px;
	overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 50px;
}
.new .newr ul li:hover .nr b{
	color: #c60001;
}
/*new end*/

/*footer start*/
.foot{
	background: #777;
}

.foot .foot_nav{
	background: #c60001;
	margin-bottom: 20px;
}
.foot .foot_nav ul li{
	float: left;
	width: 150px;
	text-align: center;
	background: url(../images/navbg1.png) no-repeat center top;
	padding-top: 5px;
}
.foot .foot_nav ul li a{
	font-size: 16px;
	color: #fff;
	line-height: 40px;
}

.foot .foot_body ul li{
	width: 299px;
	height: 220px;
	border-left: 1px dashed #aaa;
	text-align: center;
	float: left;
}
.foot .foot_body ul li:nth-child(1){
	border-left: none;
}
.foot .foot_body ul li img{
	margin-bottom: 10px;
}
.foot .foot_body ul li p{
	text-align: center;
	color: #fff;
	line-height: 30px;
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.foot .foot_bot{
	background: #c60001;
	line-height: 30px;
	margin-top: 20px;
}
.foot .foot_bot span{
	font-size: 15px;
	color: #fff;
}
.foot .foot_bot a{
	color: #fff;
}
/*footer end*/