@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: 100%;
	max-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:hover {
	color: #fff;
	background:#722021;
}
.fanye a.on {
	color: #fff;
	background:#722021;
}
.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;
}
ul, li, ol {
	list-style: none;
}

.flexslider { margin: 0px auto; 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: 0px; }
.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:550px; display: block; }

.top {
	height: 37px;
	width: 100%;
	max-width: 1920px;
	background: #f4f4f4;
	border-bottom: 1px solid #f3d3d3;
}
.topleft {
	width: 330px;
	float: left;
	height: 37px;
	line-height: 37px;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #666;
}
.topright {
	width: 320px;
	height: 32px;
	float: right;
	padding-top: 5px;
}
.topright li {
	float: left;
	width: 43px;
	height: 25px;
	margin-right: 10px;
}
.head {
	width: 1200px;
	height: 130px;
	margin:0 auto;
	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;
}
.tel {
	width: 383px;
	height: 50px;
}
.share {
	width: 278px;
	height: 38px;
	margin-left: 95px;
}
.share li {
	float:left;
	width: 124px;
	height: 38px;
	margin-left: 15px;
}
.tel span {
	display: block;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #333;
	line-height: 30px;
	padding-left: 40px;
	margin-top: 10px;
	background: url(../images/tel.png) no-repeat top left;
}
.tel span strong {
	font-size: 30px;
	font-family: "Arial";
	color: #d60d3c;
}
#nav {
	height: 63px;
	background:url(../images/navbg.jpg);
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}
.nav  {
	height: 63px;
	width: 1200px;
	margin: 0 auto;
}
.nav  li {
	width: 146px;
	height: 63px;
	float: left;
	line-height: 63px;
	text-align: center;
}
.nav li a {
	font-family: "微软雅黑";
	color: #fdf0ca;
	font-size: 16px;
}
.nav li:hover a {
	display: block;
	background:url(../images/navbga.jpg);
}
.banner {
	position: relative;
	height: 550px;
}
.nava {
	width: 1054px;
	height: 165px;
	margin: 0 auto;
	background: rgba(254,248,197,0.6);
	padding:15px 0 20px 146px;
	position: absolute;
	z-index: 999;
	display: none;
}
.nava  ul {
	width: 146px;
	float: left;
	text-align: center;
}
.nava li a{
	font-size: 14px;
	font-family: "微软雅黑";
	color: #1b1b1b;
	line-height: 35px;
}
.nava li a:hover {
	color: #ff0607;
}
.nav li:hover .nava {
	display: block;
}

/*侧边导航*/
#slidebar {
	width: 261px;
	float: left;
	margin-top:30px;
}
.slidebar {
	width: 261px;
	min-height: 430px;	
	margin-bottom: 10px;
}
.slidebar span {
	display: block;
	width: 261px;
	height: 105px;
	background: #722021;
	text-align: center;
}
.slidebar span h1 {
	font-family: "微软雅黑";
	color: #fff;
	font-size: 24px;
	padding-top: 20px;
	line-height: 40px;
}
.slidebar span h2 {
	font-size: 16px;
	font-family: "微软雅黑";
	color: #fff;
	font-weight: normal;
}
.slidebar ul {
	width: 261px;
	min-height: 290px;
	background: #f1f1f1;
	padding-top: 15px;
	padding-bottom: 5px;
}
.slidebar ul li {
	background: url(../images/cpnav.png) no-repeat top center;
	width: 252px;
	height: 52px;
	margin:0 auto 15px;
}
.slidebar ul li a {
	font-family: "微软雅黑";
	color: #fff;
	font-size: 16px;
	line-height: 52px;
	padding-left: 80px;
}
.slidebar ul li:hover {
	opacity:0.8;
	filter:alpha(opacity=80); /* 针对 IE8 以及更早的版本 */
}
.leftlxs{width:247px; margin-bottom:5px; text-align: left;font-family: "Microsoft YaHei"; padding: 6px; overflow:hidden;border: 1px solid #dad9e1;}
.leftlxs h3 {font-size: 16px; color:#f08300; border-bottom:1px solid #ededed; height:63px; line-height:63px; margin-bottom:10px;}
.leftlxs h3 span{ color:#c4c4c4; margin-left:10px; font-weight:normal;}
.leftlxs .phone{ margin:0 7px 20px; height:45px; border-bottom:1px solid #ededed; color:#727272; }
.leftlxs .phone span{ font-size:14px; background:url(../images/stel.png) no-repeat 0 0; padding-left:50px; height:45px; display:block;}
.leftlxs .phone span b{ display:block; color:#f08300; font-size:19px; margin-top:2px;}
.leftlxs p{ line-height:22px; font-size:14px; color:#666; margin-bottom:10px; padding-left:10px; width:234px;}
.leftlxs p span{ float:left; height:22px;}



/*底部样式*/
.foot {
	width: 100%;
	max-width: 1920px;
	height: 270px;
	background: #722021;
}
.fnav {
	height: 50px;
	border-bottom: 1px solid #ba4b49;
	padding-top: 30px;
}
.fnav li {
	float: left;
	width: 130px;
	line-height: 50px;
	text-align: center;
	margin: 0 10px;
}
.fnav li a {
	font-size: 16px;
	font-family: "微软雅黑";
	color: #fdf0ca;
}
.fnav  li:hover a {
	background: #fbe39d;
	display: block;
	color: #722021;
}
.footer {
	width: 1200px;
	height: 180px;
	margin: 0 auto;
	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;
}
.flx {
	width: 467px;
	padding: 0 60px;
	background: url(../images/sx.png) no-repeat right center;
}
.flx p {
	font-size: 14px;
	font-family: "微软雅黑";
	color: #fdf0ca;
	line-height: 30px;
}
.ewm span {
	display: block;
	width: 23px;
	height: 105px;
	float: left;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #fdf0ca;
}
.ewm img {
	width: 127px;
	height: 127px;
	display: block;
	float: left;
}
.copyright {
	width: 100%;
	max-width: 1920px;
	height: 96px;
	background: #d18d22;
}
.copyright h1 {
	background: url(../images/linkbg.jpg) no-repeat 0;
	height: 90px;
	line-height: 90px;
	padding-left: 50px;
	font-size: 20px;
	font-family: "微软雅黑";
	color: #fff;
	float: left;
	margin-right: 30px;
}
.copyright  li {
	font-size: 14px;
	font-family: "微软雅黑";
	color: #fff;
	line-height: 90px;
	float: left;
}
.copyright  li a {
	font-size: 14px;
	font-family: "微软雅黑";
	color: #fff;
	padding: 0 10px;
}
.copyright  li:hover a{
	color: #a23031;
}


