@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0; list-style:none;}
.fl{ float:left;}
.fr{ float:right;}
.clear{ clear:both;}
a{ color:#000;}
a,a:hover {
	text-decoration:none;
}
a:hover {
	color:#ff0000;
}
img {
	border:0px;
}
body{font-size:14px;
	color:#555555;
	list-style:none;
	text-align:left;
	font-family:'Microsoft yahei';
	line-height:24px;
	transition:all .2s ease;}
.gc{ width:1070px; margin:0 auto;}
.sycpnav{ width:1070px; margin:0 auto ; text-align:left;}
.sycpnav a {
    width: 225px;
    color: #FFFFFF;
    display: inline-block;
    border: #fff 1px dotted;
    padding: 10px 8px;
    margin: 10px 10px 0 0;
    font-size: 17px;
	text-align:center;
	
}
#demo1 ul li {
    width: 265px;
    margin: 0px 10px 0px 20px;
    float: left;
}
#demo1 ul li a h3, #demo2 ul li a h3 {
    width: 265px;
    height: 200px;
    overflow: hidden;
}
#demo1 ul li a h3 img, #demo2 ul li a h3 img {
    width: 265px;
    height: 200px;
    transition: all .5s ease;
}
#demo1 ul li a ol, #demo2 ul li a ol {
    text-align: center;
    height: 35px;
    line-height: 35px;
    transition: all .5s ease;
}

/*top*/

#top{
width: 100%;
height: 36px;
border-bottom:2px solid  #ececec;
}

.top-m{
width: 1070px;
height: 36px;
margin:0 auto;
}

.top-m p{
line-height: 36px;
color: #302e2f;
}

.top-m span{
float: right;
line-height: 36px;
}

.top-m span a{ color: #333;}
.top-m span a:hover{ color: #F00;}


/*logo*/

#logo{
width: 1170px;
height: auto;
margin:0 auto;
padding:10px 0;
}

.logo-logo{
float: left;
width:830px;
height: 104px;
}

.logo-wz{
float: left;
width: 260px;
height: 65px;
margin-left: 20px;
border-left: 1px #b1b1b1 solid;
padding-left: 20px;
margin-top: 15px;
padding-top: 5px;
}

.logo-wz h2{
font-size: 22px;
color: #ce000a;
margin-bottom: 5px;
}

.logo-wz p{
color: #575757;
font-size: 14px;
}

.logo-R{
float: right;
width: 265px;
height: 104px;
}




/*menu*/

#menu{
width: 100%;
height: auto;
background: #ca0a0a;
margin-top:10px;
}

.daohang{
width: 1070px;
height: 49px;
margin:0 auto;
}

.daohang ul {
	margin: 0px;
	padding: 0px;
}
.daohang ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	width: 115px;
	height: 49px;
	line-height: 49px;
	display: inline-block;
	background: url(../images/gege.jpg) right center no-repeat;
	padding-right: 2px;
	padding-left: 1px;
}
.daohang ul li a{
	font-size: 14px;
	color: #FFF;
	text-align: center;
	display: inline-block;
	width: 115px;
	text-decoration: none;
	height: 49px;
	line-height: 49px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.daohang ul li a:hover{ 
	font-weight:bold; 
	color: #FFF;
	background-color: #a20000;
	width: 115px;
	height: 49px;
	display: inline-block;
	line-height: 49px;
	margin: 0px;
	padding: 0px;
}



/*banner*/

.pro-switch {width:100%;overflow:hidden;position:relative;height:500px;}
.flexslider {
	margin: 0;
	padding: 0;
}
.slider {
	position:relative;
	width:1920px;
	height:500px;
	left:50%;
	margin-left:-960px;
	
	
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
	width: 100%;
	display: block;
}
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.flexslider {
	margin: 0 auto;
	position: relative;
	width:1920px;
	zoom: 1;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}
.flexslider .slides {
	zoom: 1;
}
.flex-direction-nav {
*height: 0;
}
.flex-direction-nav a {
	width: 60px;
	height: 90px;
	margin: -60px 0 0;
	display: block;
	background: url("../images/ad_ctr.png") no-repeat 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 0;
	filter:alpha(opacity=0);
-webkit-transition: all .3s ease;
}
.flex-direction-nav .flex-next {
	background-position: 0 -90px;
	right:360px;
}
.flex-direction-nav .flex-prev {
	left: 360px;
}
.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 5px;
	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 {
	background-position: 0 0;
}

.banner-yy{
width: 1172px;
height: auto;
margin:0 auto;
}
.banner_bo {
	background:url("../Images/banner_bo.jpg")

	no-repeat center top;
	height:100px;
}
.bdian {
	background:Url("../Images/xiaodian.png")

	no-repeat left center;
	height:100px;
	width:300px;
	padding-left:40px;
}
.bdian p.pone {
	font-size:18px;
	color:#ffffff;
	margin-top:20px;
}
.bdian p.ptwo {
	font-size:30px;
	font-family:'Impact';
	color:#ffffff;
}
.bdimg {
	width:289px;
	padding-top:10px;
}
.cp{ width:1070px; margin:0 auto; overflow:hidden; }
#cp{background:#dee6e9; padding:20px 0;}
.ctt {
	height:auto;
	clear:both;
	border-top:0;
	text-align:left;
	margin-top:10px;
	width:1070px;
	
}
.dis {
	display:block;
}
.cpback {
	background:url("../Images/cpback.jpg") no-repeat center top;
	height:775px;
	padding:50px 0px;
}
.cp_bt {
	text-align:center;
}
.cp_bt a.yw {
	font-size:36px;
	color:#ffffff;
	font-family:'arial';
	line-height:40px;
}
.cp_bt a.zw {
	font-size:36px;
	color:#ffffff;
}
.cp_bt a.yw:hover {
	color:#fcff00;
}
.cp_bt a.zw:hover {
	color:#fcff00;
}
.cpul li {
	margin-right:16px;
	text-align:center;
	float:left;
	width:250px;
	margin-bottom:20px;
}
.cpul li img {
	padding:3px;
	background:#ffffff;
}
.cpul li:hover img {
	padding:3px;
	background:rgb(255,255,0)
}
.cpul li a {
	color:#000;
	font-size:14px;
}
.w936 {
	margin:0px 0;
	clear:both;
	width:1070px;
	/*滑动门的宽度*/
}
/* TAB 切换效果*/
	.tb_ {
	}
.tb_ ul {
	background:url("../Images/hengxian.png")

	repeat-x top;
	height:194px;
	width:100%;
	text-align:center;
	position:relative;
	width:1070px;
}
.tb_ li {
	display:inline-block;
	padding:0px 5px;
	height:154px;
	cursor:pointer;
	text-align:center;
	*display: inline;
	zoom: 1;
}
/* 控制显示与隐藏css类*/
	.normaltab {
	background-repeat: no-repeat;
	color:#1F3A87 ;
	display:inline-block;
}
.hovertab {
	background-repeat: no-repeat;
	color:#1F3A87;
	font-weight:bold ;
	display:inline-block;
}
.dis {
	display:block;
}
.undis {
	display:none;
}
.tb_ ul li:Hover .cpflbt a {
	color:#fcff00;
}
.dagao {
	height:70px;
	width:70px;
	text-align:center;
	position:relative;
	display:inline-block;
}
.tb_ ul li .xiaoquan {
	position:relative;
	display:inline-block;
	border:2px solid #ffffff;
	border-radius:50%;
	-moz-border-radius:50%;
	/* Old Firefox*/
	width:10px;
	height:10px;
	top:66px;
	margin-left:auto;
	margin-right:auto;
}
.tb_ ul li:Hover .xiaoquan {
	width:60px;
	height:60px;
	overflow:hidden;
	top:40px;
	transition: width .2s, height .2s, transform .2s;
	-moz-transition: width .2s, height .2s, -moz-transform .2s;
	-webkit-transition: width .2s, height .2s, -webkit-transform .2s;
	-o-transition: width .2s, height .2s,-o-transform .2s;
}
	.ttl {
	height:18px;
}
.cpflbt {
	text-align:center;
	padding-top:10px;
	position:relative;
	top:46px;
}
.cpflbt a {
	color:#ffffff;
	font-size:24px;
	text-overflow:ellipsis;
	overflow:hidden;
}
.title1{ width:100%; height:68px; background:#ab0807; margin:38px auto; }
.title1 .img{ width:1070px; margin:0 auto; position:relative; top:-35px;}
.youshi{ width:100%; background:url(../images/youshi.jpg) no-repeat center top; height:1191px; }
.yh1{ position:relative; top:65px; left:50px; width:461px; }
.yh1 dt,.yh2 dt,.yh3 dt,.yh4 dt,.yh5 dt,.yh6 dt{ color:#0f8b43; font-size:24px; font-weight:bold; margin-left:30px;}
.yh1 dd,.yh2 dd,.yh3 dd,.yh4 dd,.yh5 dd,.yh6 dd{ font-size:16px; line-height:27px; margin-top:30px;}
.yh2{ width:420px; position:relative; top:95px; left:120px;}
.yh3{ width:414px; position:relative; top:185px; left:660px;}
.yh4{ width:427px; position:relative; top:215px; left:590px;}
.yh5{ width:463px; position:relative; top:325px; left:40px;}
.yh6{ width:424px; position:relative; top:360px; left:120px;}
.news{ width:350px; border:2px solid #a80909;}
.news h1,.jj h1{ font-size:18px; color:#fff; height:33px; line-height:33px; background:#ca0a0a; font-weight:normal;}

ul.gnew {
	padding:10px 10px;
	width:330px;
}
ul.gnew li {
	border-bottom:1px dotted #cccccc;
	overflow:hidden;
}
ul.gnew li a {
	background:url("../images/ww_68.jpg") left center no-repeat;
	padding-left:20px;
	font-size:14px;
	line-height:36px;
}
ul.gnew li span {
	line-height:36px;
	font-size:12px;
	color:#999999;
}
.jj{ width:670px; border:2px solid #a80909;}
.gbo {
	padding:0px 0px 14px 0px;
	background:#cdcdcd;
	height:350px;
}
.bonei {
	padding:25px 20px 30px 0px;
}
.gliuyan {
	width:580px;
}
.gditu {
	width:360px;
	margin-top:10px;
}
.bodbt{ font-size:24px; color:#ab0807;}
.glytt b {
	font-size:24px;
	color:#ab0807;
	line-height:35px;
	font-weight:700;
}
.glytt p {
	display:block;
	line-height:40px;
	color:#fb963d;
	font-size:24px;
}
input.gusername {
	height:32px;
	line-height:32px;
	background-color:#7d7d7d;
	border:0px;
	padding:0px 10px;
	margin-bottom:10px;
	color:#ffffff;
}
input.gsubmit {
	background:url("../images/gtijiao.png") no-repeat;
	width:123px;
	height:42px;
	border:0px;
	cursor:pointer;
	margin-top:10px;
	color:#ffffff;
}
span.ljhf {
	line-height:42px;
	color:#fdd813;
	display:inline-block;
	vertical-align:top;
	padding-left:20px;
	margin-top:10px;
}
.ggb {
	background-color:#202020;
	padding:20px 0px;
	overflow:hidden;
	text-align:left;
}
.linktt {
	color:#0f8b43;
	font-size:24px;
	text-align:left;
}
.keytt {
	color:#fdd813;
	font-size:24px;
	margin-top:20px;
	text-align:left;
}
.linknei a {
	border-left:1px #333333 solid;
	display:inline-block;
	height:12px;
	line-height:12px;
	text-align:left;
}
.bolianxi {
	width:263px;
}
.bolianxi p {
	line-height:28px;
	color:#333333;
	font-size:14px;
}

.bobo {
	height:40px;
	background-color:#656565;
	overflow:hidden;
}
.bobo span {
	color:#fff;
	text-align:center;
	line-height:40px;
}
.bobo a {
	color:#fff;
	text-align:center;
	float:right;
	display:inline-block;
	height:12px;
	line-height:12px;
	margin-top:15px;
	padding:0px 10px 0px 10px;
	border-left:1px #666666 solid;
}
.ewmx {
	width:460px;
	height:160px;
	margin-top:20px;
}
.center {
	margin:0px auto;
	width:1200px;
	position:relative;
}
.neibanda {
	position:relative;
	width:100%;
	height:194px;
	overflow:hidden;
	text-align:center;
}

/*neiye*/
#main { overflow:hidden; width:1070px; margin:20px auto;}
#sideBar { overflow:hidden;width:235px; border:1px solid #ccc;}
.sidebox { /*background: url("../images/side_bg.jpg") no-repeat left 43px #02964C;*/ width:235px;  margin-bottom:19px; }
.sidebox .sideTitle { font-family:"Microsoft yahei"; font-size:17px; height:43px; margin-bottom:13px; text-align:center; background:#ca0a0a;}
.sidebox .sideTitle p { line-height:43px; color:#FFF;}
.sidebox .sideTitle p span{ font-size:15px;}
.sidebox .sideList{padding-left:5px;}
.sidebox .sideList .ult { color:#000;}
.sidebox .sideList .ult a{ color:#000 !important;}
.sidebox .sideList .ult li {  background:url("../images/images_37.jpg") no-repeat left center;  padding-left:10px; font-size:14px;font-family:"Microsoft yahei"; font-weight:700;  margin-bottom:15px;}


.sideboxl{ border:1px solid #CCC; padding:2px 13px; background: url("../images/con_bg.jpg") repeat-x left top;}
.sideboxl .conTitle { overflow:hidden;height:34px; background:url("../images/infoT.jpg") no-repeat left top;}
.sideboxl .conTitle p {font-weight:bold; font-size:16px; line-height:30px; color:#fff; padding-left:18px;}
.sideboxl .conTitle p span { color:#666; padding:0 10px; font-size:12px;}
.sideboxl .conList ul .coname { font-weight: bold;}
.sideboxl .conList ul { padding:6px 0;}
.sideboxl .conList ul li { line-height:29px; }
.sideboxl .conList .two span{ color:#FFF;}
#conts { width:770px; overflow: hidden; zoom:1; border:1px solid #CCC; padding:2px 13px; background: url("../images/con_bg.jpg") repeat-x left top;}
.infoTitle { overflow:hidden;height:34px; background:url("../images/infoT.jpg") no-repeat left top;} 
.infoTitle p { float:left;font-weight:bold; font-size:16px; line-height:30px; color:#fff; padding-left:18px; width:300px;}
.infoTitle span{ color:#666; padding:0 10px; font-size:12px;}
.infoTitle img { float:right; padding:11px 2px 0 0;}
.dsite { line-height:36px; float:right;}
.dsite a { margin:0 4px 0 4px;}
.infonn{ margin:10px 0;}
