/* CSS Document */
*{text-overflow: ellipsis;}
body{
	margin: auto; background-color:#FFFFFF;
	font-size: 14px;
	line-height: 1.5;
	font-family: "微软雅黑", "宋体", Arial;
	color: #000000; min-width:767px; 
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,th,td{margin:0;padding:0;}
table{
border-collapse: collapse;
}
a{
color: #000000;
text-decoration: none;	text-decoration: none;-webkit-transition:500ms; -moz-transition:500ms; -ms-transition:500ms; transition:500ms;
}
a:hover{
	color: #CC0000;
}
img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img[align="left"]{ margin-right:10px;}
img[align="right"]{ margin-left:10px;}
ul,li,p,dl,dt{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
div,span{text-overflow: ellipsis;}
.clear{ clear:both}
.box{
	width:1100px; max-width:96%;
	margin: auto; 
}
.box1{ margin:auto; width:1210px;max-width:100%}
.fl{ float:left}
.fr{ float:right}

.header .logo{margin-top:10px; float:left;}
.app_header{ display:none}


.app_top{width:100%;height:120px; float:left;}
.header{
	position:fixed;
	width:100%;
	z-index:99;
	left:0px;
	top:0px;
	background-color:#FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd; 
}
.header .top{ background-color:#2D2D2D; float:left; width:100%; color:#999999; font-size:12px; line-height:25px; padding:0px; margin:auto;}
.header .top .tel2{
	background-image: url(t1.jpg);
	background-repeat: no-repeat;
	background-position: left center; display:inline-block; padding-left:20px; margin-right:15px;
}
.bdsharebuttonbox{ float:right; width:150px;}
.header .top .phone{	background-image: url(t2.jpg);
	background-repeat: no-repeat;
	background-position: left center; display:inline-block; padding-left:20px;}
.header .box1{
	position: relative;
}
/*.header .box1 .tel{
	line-height: 30px;
	background-image: url(tel.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: right;
	height: 30px;
	width: 240px;
	font-size: 12px;
	color: #FFFFFF;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: left;
	text-indent: 55px; display:none
}*/
.header ul{margin:0 10px 0 0;float:right; padding:0px; }

.header ul ul{
	float:left;
	width:100%;
	position: absolute;
	left: 0px;
	top: 90px;display:none; 	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E18700;
	border-bottom-color: #FFAC2F;
}
.header ul ul ul{ left:100%; top:0px;}
.header ul li{


	position: relative; float:left; width:110px;
}

.header ul li.nbg{ background-image:none;}
.header>.box1>#nav> ul> li >a{
	color:#000000;
	font-size:16px;

	margin-top: 0;

	margin-bottom: 0;

	/*border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;*/
}
.header ul li:hover{background-color:#ff9800;}
#nav> ul> li >a{display:block; float:left; width:100%; text-align:center;line-height:90px; }


.header>.box1>#nav> ul> li >ul>li>a{ color:#FFFFFF}
.header>.box1>#nav> ul> li >a:hover,.header>.box1>#nav> ul> li >a.select,.header>.box1>#nav> ul> li >a.select,.header>.box1>#nav> ul> li:hover >a{
	opacity:1;
	color:#ffffff;background-color:#ff9800; 	
}


.header ul ul li{ 
	float:left;
	width:100%;
	font-size: 12px;
	line-height: 28px;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFAC2F;
	border-bottom-color: #E18700;background-color:#ff9800; 	
}
.header ul ul li a{
 display:block; float:left; width:100%; line-height:1.5; padding-top:8px; padding-bottom:8px;
}
.header ul ul li a:hover{background-color:#E38800;color:#FFFFFF;}
.header ul ul ul{
	position: absolute;
	left: 100%;
	top: 0px;
}

.header>.box1>#nav> ul> li >a{text-decoration: none;	text-decoration: none;-webkit-transition:0ms; -moz-transition:0ms; -ms-transition:0ms; transition:0ms;}
.header>.box1>#nav> ul> li:hover >a,.header>.box1>#nav> ul> li:hover >a:hover{ color:#FFFFFF;}
.header>.box1>#nav> ul> li[rel='n2']>ul{ width:175px;}
.header>.box1>#nav> ul> li[rel='n2']>ul>li>a{
	text-align: left;
	text-indent: 15px;
}
/*banner的CSS布局*/
.banner{ width:100%; overflow:hidden; position:relative; }

.banner .hd{ height:20px; overflow:hidden; position:absolute;right:0; left: 0;  margin: 0 auto; bottom:30px;z-index:2; }
.banner .hd ul{ overflow:hidden; zoom:1; text-align:center;}
.banner .hd ul li{ display:inline-block; margin:0 4px;  width:12px; height:12px; line-height:14px; text-align:center; background:rgba(255,255,255,0.6); cursor:pointer;border-radius:100%; }
.banner .hd ul li.on{ background:rgba(255,255,255,1); color:#fff;}

.banner .bd{ position:relative; height:100%; z-index:0;}
.banner .bd li{ zoom:1; vertical-align:middle;}
.banner .bd li a{ cursor: w-resize}
.banner .bd li a .img{ width:100%;background-position: center top; background-repeat: no-repeat; }
.banner .bd li a img{ max-width: 100%; display:none}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.banner .prev,
.banner .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(slider-arrow.png)-110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;}
.banner .next{ left:auto; right:3%; background-position:8px 5px;}
.banner .prev:hover,
.banner .next:hover{ filter:alpha(opacity=100);opacity:1;}
.banner .prevStop{ display:none;}
.banner .nextStop{ display:none;}
/*底部*/
.footer2{
	background-color: #2D3236;
	float: left;
	width: 100%; padding-top:50px; padding-bottom:50px;
}
.footer{
	background-color: #23282C;
	text-align: center;
	float: left;
	width: 100%;
	line-height:1.5;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer,.footer a,.footer2,.footer2 a{ color:#999999}
.footer2 .message{
	width:200px;
	float: left;

}
.footer2 .footnav{ width:250px; float:left;}
.footer2 .footnav ul{ float:left; width:100%;}
.footer2 .footnav ul li{ float:left; width:50%; line-height:35px;}
.footer2 .flx{ width:280px; float:left; }
.footer2 .qrcode{ width:250px; float:right}
.footer2 .etitle{
	color:#FFFFFF;
	font-size: 22px;
	text-align: left;
	line-height: 32px;
}
.footer2 .etitle span{ color:#d4bb56}
.footer2 .econtent{
	float: left;
	width: 100%;
	margin-top: 10px;
}
.footer2 .message .item span{ display:none}
.footer2 .message .item,.footer2 .message .tijiao{
	float:left;
	width:100%;
	clear:both;
	margin-top: 10px; 
}
.footer2 .message input{
	width: 96%;
	border: 0px solid #ddd;
	height: 24px; padding-left:2%; padding-right:2%;
}
.footer2 .message button{
	background-color: #D4BB56;
	width:100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height:32px;
	font-size: 16px;
	color: #FFFFFF;
}
.footer2 .footnav .etitle,.footer2 .qrcode  .etitle,.footer2 .flx  .etitle{
	text-align: left;
	text-indent: 30px;
}
.footer2 .footnav .econtent,.footer2 .qrcode  .econtent,.footer2 .flx  .econtent{
padding-left:30px; 

}
.footer2 .footnav,.footer2 .qrcode ,.footer2 .flx {

margin-left: 30px;
}
.footer2 .footnav .econtent,.footer2 .qrcode  .econtent,.footer2 .flx  .econtent{
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #666;
min-height:180px;
}



#foot1{
	float: left;
	width: 100%;
	min-height:100px;
	padding-top: 50px;
	padding-bottom: 15px;
	background-image: url(foot1.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-size:12px;
	text-align: center;

}
#foot1 .footnav{ line-height:30px; text-align:center}
#foot1 .footnav a{
	font-size: 12px;
	color: #666666;
	margin-bottom: 5px;
	margin-right: 10px;
}
#foot1 .copy{ clear:both; padding-top:20px;}
#foot1 .copy,#foot1 .copy a{ color:#999999; font-size:12px;}

.list{
	float: left;margin: 10px;

}
.list .img{ background-color:#FFFFFF;}
.list .img img{ max-width:100%;}
.list div{
	text-align: center;
	white-space: nowrap;
	float: left;
	width: 100%;
	overflow: hidden;
}
.list div.ntitle{
	line-height:32px;
	float: left;
	width: 98%;

	padding-right: 1%;
	padding-left: 1%;
}
.list a:hover div.ntitle{ color:#d50400;

}

/*首页*/
.pro{
	float:left;
	width:100%;
	margin-top:3px;
	padding-top:30px;
	background-image: url(probg.jpg);
	background-repeat: no-repeat;
	background-position: center top; padding-bottom:50px;
}
.pro .etitle{  text-align:center; font-size:30px; line-height:60px; padding-bottom:10px; }
.pro .etitle b{
	font-weight: lighter;
	color:#333333;	
	position: relative; display:inline-block;
}
.pro .etitle b i{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #da2419;
	position: absolute;
	left: 50%;
	bottom: 0px;
	width:50px;
	float:left;

	margin-left: -25px;
}
.pro .sort{
	clear: both;
	line-height: 32px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.pro .sort a{
	color: #666666;
	border: 1px solid #dddddd;
	display:inline-block;
	padding-left:10px;
	padding-right:10px;
	text-align: center;
	white-space: nowrap;
	margin-bottom: 5px;
	margin-right: 3px; margin-left:3px;
	float: left;
	width: 170px;
}
.pro .sort a:hover{ background-color:#da2419;border: 1px solid #da2419; color:#FFFFFF}
/*.pro .etitle i{ color:#12327B; margin-left:10px; margin-right:10px;}
.pro .etitle span{
	font-size:14px;
	color:#999999;
	text-transform: uppercase;
}
*/


.pro .picli {
	float: left;margin: 15px; width:182px;

}
.pro .picli .img{

	width:100%;
	height:132px;
	overflow:hidden; float:left; 	padding: 2px;
	border: 1px solid #dddddd; background-color:#FFFFFF; -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}
.pro .picli .img img{
	width:100%;
	height:132px;
	float:left;

}

.pro .picli{

	margin-bottom:5px;
	text-align:center;
	margin-right: 8px;
	margin-left: 8px;
}
.pro .picli .ntitle{
	display:inline-block;
	cursor:pointer;
	line-height:35px;
	font-size:16px;
	float:left;
	width:100%;
	font-size:14px;
	white-space: nowrap;
	overflow: hidden;
}
.pro .picli a:hover .ntitle{ color:#d50400}

.pro .econtent{ float:left; width:100%; clear:both; }

.yingyong .bd li a img{ display:block}

.yingyong .bd li {
	width:20%;
	float:left;

}
.yingyong{ margin-top:20px; clear:both; float:left; width:100%; background-color:#ffffff; padding-bottom:50px;}
.yingyong  .etitle{  text-align:center; font-size:30px; line-height:60px; padding-bottom:30px; padding-top:20px; }
.yingyong  .etitle b{
	font-weight: lighter;
	color:#333333;	
	position: relative; display:inline-block;
}
.yingyong  .etitle b i{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #da2419;
	position: absolute;
	left: 50%;
	bottom: 0px;
	width:50px;
	float:left;

	margin-left: -25px;
}

.yingyong .bd li .picli{ width:195px; margin:auto}
.yingyong .bd li .imgs{ float:left; width:195px; height:195px; overflow:hidden;border-radius:100%; background-color:#CCCCCC}
.yingyong .bd li .imgs img{ width:195px; height:195px;border-radius:100%; }
.yingyong .bd li div{ clear:both}
.yingyong .bd li .ntitle{
	font-size:16px;
	text-align:center;
	white-space: nowrap;
	overflow: hidden;
}
.yingyong .h2{ clear:both; color:#999999; text-align:center; padding-bottom:30px;}
.yingyong .bd li .ntitle a{ color:#333333; line-height:3;}
.yingyong .bd li .dp{ height:4.5em; overflow:hidden; line-height:1.5; font-size:12px; color:#999999}
.yingyong a.prev{
	background-color: #D40400;
	background-image: url(pre.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 37px;
	width: 37px;border-radius:100%;	 filter:alpha(opacity=80);opacity:0.8; margin-top:25px;
}
.yingyong a.next{	border-radius:100%;	background-color: #D40400;
	background-image: url(next.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 37px;
	width: 37px;filter:alpha(opacity=80);opacity:0.8; margin-top:25px;}
	
.chang2{ display:none}
.chang3{ display:block}
.aboutbg{
	background-color: #EAEBED;
	clear:both;

	background-image: url(aboutbg.jpg);
	background-repeat: no-repeat;
	background-position: center top; clear:both; float:left; width:100%; padding-top:20px; padding-bottom:10px;
}
.aboutbg .box1{	background-image: url(yy.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 25px; clear:both;}
.about{ width:580px; }
.about .img,.about .img img{ width:100%; height:294px; overflow:hidden}
.aboutbg .etitle{  text-align:left; font-size:18px; line-height:55px; float:left; width:100%;}
.aboutbg .etitle b{
	font-weight: lighter; color:#333333;
}
.aboutbg .etitle i{ color:#999999; margin-left:10px; margin-right:10px;}
.aboutbg .etitle span{
	font-size:14px;
	color:#999999;
	text-transform: uppercase;
}
.aboutbg .etitle a{
	float:right;
	color: #999999; font-size:12px;
}
.about .econtent{ clear:both;  width:100%;background-color:#FFFFFF}
.about .right{ margin:10px; margin-left:20px; margin-right:20px; clear:both;}
.about .right .h1{ font-size:18px; padding-bottom:10px;}
.about .right .hc{ color:#666666}
.about .right .more{ line-height:32px; padding-top:15px; padding-bottom:15px;}
.about .right .more span{
	background-color: #EE9C15;
	color: #FFFFFF; display:inline-block; padding-left:20px; padding-right:20px;
}
.news{ margin-left:600px;}
.news .picli{
	float:left;
	width:96%;
	background-color:#FFFFFF;
	margin-bottom: 22px;
	padding-top: 20px;
	padding-right: 2%;
	padding-bottom: 20px;
	padding-left: 2%;
}
.news .picli .img{ float:left; width:165px; overflow:hidden; height:110px;}
.news .picli .img img{ width:100%;}
.news .picli .right{ margin-left:180px;}
.news .picli .right .ntitle{}
.news .picli .right .dp{ color:#666666; font-size:14px; padding-top:10px; height:4.5em; overflow:hidden;}
.news .n3{ margin-bottom:0px;}

.news .picli .img a:hover img,.pro .picli a:hover img,.about .picli a:hover .img img{   transform: scale(1.3);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.3);
    -webkit-transform: all 1s ease 0s;}

.hezuo{
	background-image: url(hezuobg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;

	width: 100%; padding-top:30px; padding-bottom:30px;
}
.hezuo .etitle{  text-align:center; font-size:30px; line-height:60px; padding-bottom:10px; }
.hezuo .etitle b{
	font-weight: lighter;
	color:#333333;	
	position: relative; display:inline-block;
}
.hezuo .etitle b i{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #da2419;
	position: absolute;
	left: 50%;
	bottom: 0px;
	width:50px;
	float:left;

	margin-left: -25px;
}
.hezuo .h2{ color:#FFFFFF; text-align:center; padding-bottom:15px; padding-top:15px; float:left; width:100%; clear:both; font-size:16px}
.hezuo .box{
	position: relative;height: 757px;
}
.hezuo .htitle div b{	background-image: url(hezuo.png);
	background-repeat: no-repeat;
	background-position: center -34px; color:#FFFFFF}
.hezuo .econtent .picli{
	position: relative;
	float: left;
	width: 130px;
	padding-top: 37.5px;
	padding-bottom: 37.5px;
	margin-right: 50px;
	margin-left: 50px;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.hezuo .econtent{ clear:both; padding-top:30px;}
.hezuo .econtent .n6{ margin-left:170px}
.hezuo .econtent .n10{ margin-left:290px}
.hezuo .econtent .picli img{ width:130px; height:65px;}
.hezuo .econtent .picli span{ display:none}
.hezuo .econtent .picli .bg{
	height:140px;
	width:140px;
	float:left;
	background-color: #FFFFFF;
	border: 1px solid #dddddd;
	position: absolute;
	transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
	top: 0px;
	left: 0px;
	z-index: -1; display:block;
}
.hezuo .more{ clear:both; text-align:center; line-height:40px; padding-top:80px;}
.hezuo .more a{
	display:inline-block;
	padding-right: 15px;
	padding-left: 15px;
	border: 1px solid #ddd;border: 1px solid rgba(255,255,255,0.3); background-color:rgba(0,0,0,0.3); color:#CCCCCC
}

.links{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ddd; background-color:#FFFFFF
}
.link{
	background-image: url(link.jpg);
	background-repeat: no-repeat;
	background-position: left 11px; font-size:12px;
	clear: both;
	min-height: 27px;
	padding-left: 110px;
	padding-top:15px;
	padding-bottom:10px;
}
.link .etitle{ display:none}
.hot{
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color:#eeeeee;
	background-image: url(1_r3_c4.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.hot .search{
	background-image: url(gg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	text-indent: 30px;
}
.hot .search,.hot form{ float:left; color:#333333; font-size:14px; line-height:28px;}

.hot form{ margin-left:15px;}
.hot form input{
	/*	background-image: url(s.jpg);
	background-repeat: no-repeat;
	background-position: left top;*/
	height: 26px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #cccccc;
	border-bottom-color: #cccccc;
	float:left;
	border-right-style: none;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #cccccc;

	padding-left: 20px; float:left; width:200px;
}
.hot form button{
	background-image: url(sbtn.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 28px;
	width: 50px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}
.hot .share{  line-height:28px; color:#666666; font-size:12px;}