@charset "utf-8";
/* CSS Document akakaz */
* {
	margin: 0;
	padding: 0;
	font-family: "宋体", "微软雅黑", "新宋体", "仿宋_GB2312";
}

.clear {
	clear: both;
}

div,strong,a,span,li {
	font-size: 12px;
}

img {
	border: none;
}

ul, li, ol {
	list-style: none;
}
/* CSS Document */
/* 样式重置
-----------------------------------------------------------------------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

ul {
	list-style: none;
}
/* 清除浮动
----------------------------------------------------------------------------------------------------*/
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* 兼容清除浮动和错位 */
a {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #ec3b02;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* 主体宽度设置
----------------------------------------------------------------------------------------------------*/
body {
	background: #fff;
	min-width: 1200px;
}

.box {
	width: 1200px;
	margin: 0 auto;
}

/*分页样式*/

.fanye {
	border-top: none;
	height: auto;
	padding: 8px;
	min-width: 480px;
	text-align: center;
	margin: 0 auto;
}

.fanye span {
	display: inline-block;
	left: 0px;
	position: relative;
	top: 0;
	border: none;
	font-size: 12px;
	margin-left: 10px;
}

.fanye a {
	display: inline-block;
	line-height: 25px;
	padding: 0 10px;
	height: 25px;
	border: 1px solid #ccc;
	background: url(../images/w3c_tt.png) repeat-x left top;
	border-radius: 3px;
	margin: 0 10px;
	font-size: 12px;
}
.fanye a.on {
	background: #2267b5;
	color: #fff;
}
.fanye a:hover {
	background: #2267b5;
	color: #fff;
}

.fanye .thisclass {
	display: inline-block;
	padding: 0 10px;
	line-height: 25px;
	height: 25px;
	color: #2267b5;
	font-weight: bold;
	border: 1px solid #ccc;
	background: url(../images/w3c_ttt.png) repeat-x left top;
	border-radius: 3px;
}

.fanye .pageinfo {
	border-radius: 3px;
	padding: 0 10px;
	display: inline-block;
	line-height: 25px;
	padding: 0 10px;
	height: 25px;
	border: 1px solid #ccc;
	background: url(../images/w3c_tt.png) repeat-x left top;
}

.fanye .last {
	color: #ccc;
	display: inline-block;
	line-height: 25px;
	padding: 0 10px;
	height: 25px;
	border: 1px solid #ccc;
	background: url(../images/w3c_tt.png) repeat-x left top;
	border-radius: 3px;
}

/*上下篇的样式*/
.preAndNext {
	margin: 15px 15px 15px 25px;
	border-top: dotted 1px #968E8E;
	;padding: 5px;
}

.preAndNext li {
	height: 20px;
	line-height: 20px;
	color: #000;
}

.preAndNext li a {
	color: #000;
	text-decoration: none;
}

.preAndNext li a:hover {
	color: #f00;
}

.arcInfo {
	height: 45px;
	line-height: 40px;
	text-align: center;
	margin-bottom: 10px;
	border-bottom: dotted 1px #666;
}

.flexslider { margin: 0px auto; position: relative; width: 100%; height: 500px; 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: url(../images/dot.png) no-repeat 0 -16px; display: block; height: 16px; overflow: hidden; text-indent: -99em; width: 16px; cursor: pointer; }
.flex-control-paging li a.flex-active, .flex-control-paging li.active a { background-position: 0 0; }
.flexslider .slides a img { width: 100%; height:500px; display: block; }
.head {
	width: 1200px;
	height: 100px;
	margin: 0 auto;
	background: #fff;
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flex;
	display: -o-flex; 
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-moz-justify-content:space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}
.topright {
	width:290px;
	height: 65px;
	float: right;
	padding: 14px 0 21px;
}
.top {
	width: 130px;
	float: right;
}
.top li {
	float: left;
	height: 30px;
	line-height: 30px;
}
.top li a {
	font-family: "宋体";
	color: #333;
	font-size: 14px;
}
.top li a:hover {
	color: #ff0000;
}
.tel {
	width: 375px;
	height: 70px;
	float: right;
}
.tel span {
	display: block;
	font-size: 22px;
	font-family: "Arial";
	color: #e32e23;
	font-weight: bold;
	line-height: 35px;
}
.nav {
	height: 50px;
	width: 100%;
	background: #434343;
}
.nav ul li {
	float: left;
	height: 50px;
	width: 140px;
	line-height: 50px;
	text-align: center;
	margin-right: 10px;
	position: relative;
}
.nav li a {
	font-family: "微软雅黑";
	color: #fff;
	font-size: 16px;
	display: block;
}
.nav ul li ul {
	display: block;
	position: absolute;
	z-index: 999;
	top:50px;
	display: none;
}
.nav ul li ul li {
	background: #787878;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #ccc;
}
.nav ul li ul li:last-child {
	border-bottom: none;
}
.nav li:hover {
	background: #e32e23;
}
.nav ul li:hover ul {
	display: block;
}
.main_1f {
	height: 530px;
}
.lmname {
	height: 75px;
	margin-top: 50px;
	margin-bottom: 35px;
}
.lmname h1 {
	font-size: 34px;
	font-family: "微软雅黑";
	color: #e32e23;
	line-height: 40px;
	text-align: center;
	margin-bottom: 8px;
}
.lmname p {
	color: #222;
	font-size: 18px;
	font-family: "微软雅黑";
	text-align: center;
	line-height: 30px;
}
.product {
	height: 430px;
}
.product .pronav {
	height:38px;
	line-height:38px;
	margin-bottom: 35px;
}
.product .pronav ul {
	margin: 0 auto;
	width: 300px;
	height: 38px;
}
.product .pronav ul li {
	float: left;
	width: 145px;
	height: 35px;	
	cursor:pointer;
	text-align: center;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #555;
	border: 1px solid #434343;
}
.product .pronav ul li.on {
	height:35px;
	background: #434343;
	border:1px solid #434343;
	color: #fff;
}
.cplist {
	height: 255px;
}
.product .slideBox {
	overflow:hidden;
	zoom:1;
	position:relative;
}
.product .cplist ul {
	overflow:hidden;
	zoom:1;
}
.product .cplist ul li {
	float:left;
	border: 2px solid #434343;
	margin: 0 6px;
	width: 285px;
	height: 252px;
	/*background: #434343;*/
}
.product .cplist ul li p {
	width: 285px;
	height: 210px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background: #fff;
}
.cplist ul li img {
	height: 100%;
	width: auto;
	max-width: 285px;
	max-height: 210px;
	display: inline;
}
.cplist ul li span {
	display: block;
	height: 38px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	font-family: "微软雅黑";
	font-size: 16px;
	background: #434343;
}
.cplist ul li:hover span{
	background: #e32e23;
}
.cpmore {
	height: 40px;
	width: 178px;
	display:block;
	border: 1px solid #e32e23;
	line-height: 40px;
	background: #e32e23;
	border-radius: 20px;
	text-align: center;
	margin: 0 auto;
	margin-top: 40px;
	font-family: "宋体";
	color: #fff;
	font-size: 12px;
}
.cpmore:hover {
	background: #b71e15;
	color: #fff;
	border: 1px solid #b71e15;
}
.main_2f {
	height: 840px;
}
.main_3f {
	height: 257px;
	background: url(../images/main3bg.png) no-repeat top center;
}
.m3 {
	width: 715px;
	float: right;
}
.m3 h1,.main_3f p{
	float: right;
}
.m3 h1 {
	font-size: 22px;
	font-family: "微软雅黑";
	color: #fff;
	padding-top: 30px;
	line-height: 40px;
}
.m3 p.s1 {
	font-family: "微软雅黑";
	color: #fff;
	font-size: 16px;
	line-height: 40px;
}
.m3 p.s2 {
	font-family: "微软雅黑";
	color: #fff;
	font-size: 16px;
	float: right;
	line-height: 30px;
}
.main_4f {
	height: 610px;
}
.about{
	width: 1162px;
	height: 452px;
	margin: 0 auto;
}
.aboutcon {
	height: 300px;
	width: 490px;
	border: 1px solid #d7d7d7;
	border-right: none;
	float: left;
	margin-top: 2px;
	padding: 110px 35px 35px 35px;
}
.about h1 {
	font-size: 34px;
	font-family: "微软雅黑";
	color: #e32e23;
	line-height: 40px;
	margin-bottom: 15px;
}
.aboutcon span {
	display: block;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #666;
	line-height: 30px;
	height: 180px;
	overflow: hidden;
}
.aboutcon a {
	background: #e32e23;
	width: 125px;
	height: 35px;
	display: block;
	line-height: 35px;
	text-align: center;
	font-size: 16px;
	font-family: "微软雅黑";
	color: #fff;
	border-radius: 20px;
	margin-top: 20px;
}
.aboutcon a:hover {
	background: #b71e15;
}
.about img {
	display: block;
	float: left;
	width: 597px;
	height: 450px;
}
.main_5f {
	height: 745px;
}
.xinwen {
	height: 490px;
}
.xwleft {
	height: 490px;
	width: 590px;
	float: left;
	background: #f3f3f3;
}
.xwleft img {
	width: 590px;
	height: 395px;
	display: block;
	margin-bottom: 10px;
}
.xwleft h1 {
	font-family: "宋体";
	font-size: 16px;
	color: #333;
	line-height: 40px;
	width: 485px;
	float: left;
	padding-left: 15px;
}
.xwleft span {
	display: block;
	float: right;
	font-size: 14px;
	font-family: "宋体";
	color: #666;
	line-height: 40px;
	padding-right: 15px;
}
.xwleft p {
	padding:0 15px;
	font-size: 12px;
	font-family: "宋体";
	color: #999;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
}
.xwleft h1:hover {
	color: #e32e23;
}
.xwright {
	width: 585px;
	float: right;
}
.xwright ul li {
	background: #f3f3f3;
	height: 50px;
	margin-bottom: 22px;
	padding: 15px;
}
.xwright li .rq {
	width: 60px;
	height: 50px;
	border-right: 1px solid #b5b5b5;
	float: left;
	padding-right: 20px;
	margin-right: 20px;
}
.xwright .rq .day{
	font-family: "微软雅黑";
	font-size: 26px;
	color: #666;
	display: block;
	line-height: 30px;
	text-align:center;
}
.xwright .rq .date {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #666;
	text-align: center;
	line-height: 30px;
	display:block;
}
.xwright li h1 {
	font-size: 16px;
	font-family: "宋体";
	color: #333;
	line-height: 30px;
	display: block;
	float: left;
    width: 453px;
    height: 30px;
    overflow: hidden;
}
.xwright li p {
	font-family: "宋体";
	font-size: 12px;
	color: #999;
	line-height: 30px;
	height: 30px;
	width: 453px;
	overflow: hidden;
}
.xwright li:hover h1 {
	color:#e32e23;
	text-decoration: underline;
}
#footer {
	height:130px; 
	background:#333;
	padding-top: 20px;
}
.fleft {
	width: 900px;
	float: left;
}
.fleft img {
	width: 107px;
	height: 112px;
	float: left;
	margin-right: 50px;
}
.fleft ul {
	width: 740px;
	float: left;
}
.fleft ul li {
	float: left;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 90px;
}
.fleft ul li a {
	font-size: 14px;
	font-family: "微软雅黑";
	color: #999;
	border-right: 1px solid #999;
	padding-right: 15px;
}
.fleft li:hover a {
	text-decoration: underline;
}
.fleft p {
    width: 775px;
    float: left;
    margin-top: 20px;
    font-size: 14px;
    font-family: "微软雅黑";
    color: #999;
    padding-left: 10px;
}
.fright {
	width: 135px;
	height: 104px;
	float: right;
}
.fright img {
	width: 135px;
	height: 104px;
}
.copyright {
	height: 40px;
	width: 100%;
	background: #222;
}
.copyright p {
	font-size: 12px;
	font-family: "微软雅黑";
	color: #999;  
	line-height: 38px;
	text-align: center;
}


/*子页样式*/
.sidebar {
	width: 215px;
	border: 5px solid #333;
	margin-top: 10px;
	float: left;
	margin-left: 10px;
	margin-top: 30px;
	margin-bottom: 40px;
}
.sidebar h3 {
	height: 72px;
	background: #333;
	line-height: 72px;
	font-family: "微软雅黑";
	color: #fff;
	font-size: 24px;
	text-align: center;
}
.sidebar ul {
	width: 182px;
	margin: 0 auto;
	margin:5px auto 15px;
}
.sidebar ul li {
	height: 45px;
	border-bottom: 1px solid #e3e3e3;
	line-height: 45px;
	text-align: center;
}
.sidebar li a {
	font-size: 14px;
	font-family: "宋体";
	color: #4c4c4c;
	display: block;
}
.sidebar li:hover {
	background: #f15757;
}
.sidebar li:hover a {
	color: #fff;
}
.conright {
	float: left;
	width: 900px;
	margin-top: 30px;
	padding-bottom: 20px;
	margin-left: 50px;
}
.map {
	height: 49px;
	border-bottom: 1px solid #e5e5e5;
	line-height: 49px;
	margin-bottom: 25px;
}
.map .tname {
	font-family: "微软雅黑";
	color: #333;
	font-size: 20px;
	float: left;
}
.map .dq,.map .dq a {
	font-size: 12px;
	font-family: "宋体";
	color: #808080;
}
.map .dq {
	background: url(../images/xjt.png) no-repeat 0;
	padding-left: 20px;
	float: right;
}
.map .dq a:hover {
	color: #d31102;
}
.prolist,.newlist,.pagecon {
	width: 900px;
	min-height:580px;
}
.prolist  ul li {
	float: left;
	width: 283px;
	height: 250px;
	border: 1px solid #b5b5b5;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	margin: 0 5px;
	margin-bottom: 30px;
}
.prolist li img {
	width: auto;
	height: 100%;
	max-width: 283px;
	max-height: 209px;
	display: inline;
}
.prolist li span {
	line-height: 35px;
	text-align: center;
	display: block;
	font-family: "宋体";
	color: #fff;
	font-size: 14px;
	height: 37px;
	background: #434343;
}
.prolist  li:hover span{
	background: #e32e23;
}
.newlist ul li {
	background: #f3f3f3;
	height: 110px;
	margin-bottom: 18px;
	padding: 5px;
}
.newlist li img {
	width: 150px;
	height: 110px;
	background: url(../images/xwtu.jpg) no-repeat top center;
	display: block;
	float: left;
	margin-right: 10px;
}
.newlist li .rq {
	width: 60px;
	height: 60px;
	border-right: 1px solid #b5b5b5;
	float: left;
	padding-right: 20px;
	margin-right: 20px;
	margin-top: 26px;
}
.newlist .rq .day{
	font-family: "微软雅黑";
	font-size: 26px;
	color: #666;
	display: block;
	line-height: 30px;
	text-align:center;
}
.newlist .rq .date {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #666;
	text-align: center;
	line-height: 30px;
	display:block;
}
.newlist li h1 {
	font-size: 16px;
	font-family: "宋体";
	color: #333;
	line-height: 30px;
	display: block;
	float: left;
    width: 605px;
    height: 30px;
    overflow: hidden;
}
.newlist li p {
	font-family: "宋体";
	font-size: 12px;
	color: #999;
	line-height: 30px;
	height: 60px;
	width: 605px;
	overflow: hidden;
}
.newlist li:hover h1 {
	color:#d83142;
}
.content {
	font-family: "宋体";
	font-size: 14px;
	color: #666;
	line-height: 35px;
}
.tit {
	font-size: 22px;
	font-family: "微软雅黑";
	color: #333;
	display: block;
	text-align: center;
	line-height: 30px;
}
.info {
	font-size: 14px;
	font-family: "微软雅黑";
	color: #333;
	display: block;
	text-align: center;
	line-height: 30px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 15px;
}

.case{width:1200px; height:515px;text-align:center;margin: 0 auto;margin-top: 60px;}
.case_top_left{width:740px;float: left;height:700px;}
.case_top_right{width:460px;float:left;height: 515px;}
.case_top_left img{width:740px;height:450px;}
.case_anniu img{float:right;width:74px;height: 74px; margin-left:4px;}
.case_top_righta{width:460px;height: 55px;}
.case_top_rightb{width:460px;height: 460px;margin-left: 15px;}
.case_top_rightb ul {float: left;width: 220px;margin-right: 10px;}
.case_top_rightaa{width:230px;float: left;}
.case_top_rightab{width:230px;height:54px;float: right;border-top:1px solid #b9b9b9;}
.case_top_rightab a{float:right;color:#333333;margin-top: 10px;}
.case_photos img{width:220px;height: 225px;margin-left: 10px;float: left;margin-top:10px;}
.rsp{width:200px;height:210px;overflow:hidden;position: absolute;background:red;top:0px;left:0px;}
.text_title{color:#fff;width:160px;margin: 0 auto}
.text{position:absolute;width:200px;height:210px;left:-220px;top:0px;overflow:hidden;}
.case_bottom{width:740px;height:100px;float: left;}
.case_bottom_title{font-size:25px;color: #333333;float: left;}
.case_bottom_description {width: 740px; font-size:15px;margin-top: 25px;float: left;text-align-last: left;}
.case_top_rightb ul li{float:left;margin-right:14px;margin-bottom:13px;display:inline;width:220px;height:225px;overflow:hidden;position:relative;}
.case_top_rightb ul li .photo{float:left; width:220px;height:225px;overflow:hidden;}
.case_top_rightb .rsp{width:220px;height:225px;overflow:hidden;position: absolute;background:#d2665f;top:0px;left:0px;}
.case_top_rightb .text{position:absolute;width:220px;height:225px;left:-200px;top:0px;overflow:hidden;padding-top: 80px;text-align: center;}
.bottom_you{float:right;width: 200px;height:120px;margin-top: 45px;}
.bottom_you li{height: 30px;width: 200px;float: right;color: #c6c6c6;text-align: right;font-size: 14px;font-family: "Arial";}




