﻿body {
        min-width:1280px;
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	background: #fff;
        
}
a {
	font-family: "微软雅黑";
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.header {
	height: 130px;  
        min-width:1280px;
        width:100%;
        background:url(../image/header.png);
	
}
.header .hea-min {
	width: 1280px;
	height: 130px;
	margin: 0 auto;
	/*border: 1px solid #ddd;*/
}
.header img {
	width: 900px;
	padding: 10px;
}
.header .top-nav {
	width: 300px;
	height: 120px;
	margin-right: 5px;
	/*background: indianred;*/
}
.header .fr{
           background:transparent;
}
.header .top {
	width: 280px;
	height: 25px;
	margin-top: 15px;
	float: right;
	/*background: darkgoldenrod;*/
}
.header .top ul{
	width: 300px;
}
.header .top ul li {
	float: left;
	display: block;
	padding-left: 20px;
}
.header .top ul li>a {
	font-size: 12px;
	color: #fff;
	/*margin-top: -30px;*/
	/*padding-left: 14px;*/
	text-decoration: none;
}
.header .top ul li span {
	color: #777;
	/*padding-left: 5px;*/
}
.search {
	width: 300px;
	height: 30px;
	/*margin-bottom: 20px;*/
	margin-top: 80px;
	margin-left: 30px;
}
.search .siteSearch {
	overflow: hidden;
	position: absolute;
	margin-left: 10px;
	width: 240px;
	height: 25px;
	line-height: 25px;
	padding: 4px 4px 6px 8px;
	background: #F3F3F3;
        border-radius:20px;
	/*border: 1px solid #B7472A;*/
}
.search .siteSearch a {
	position: absolute;
	right: 0;
	top: 0;
	color: #FFF;
	display: block;
	width: 32px;
	height: 32px;	
	background: #BD1200;
	text-align: center;
	line-height: 32px;
	text-decoration: none;
	font-size: 12px;
}
.search .siteSearch input {
	margin-right: 32px;
	width: 200px;
	border: 0;
	background: #F3F3F3;
	height: 20px;
	/*line-height: 20px;*/
	outline: none;
	color: #999;
	transition: 400ms;
}
.search-btn:hover{
      background-color:#BD1200;
      color:#fff;
}
.nav {
	height: 45px;
        background: #efefef;



}
.nav ul {
	width:1280px;
}
.nav ul li {
	width: 128px;
	height: 45px;
	line-height: 45px;
	float: left;
	color: #fff;
	list-style: none;
        transition:all 0.1s;
        background:url(../image/split.jpg);
        background-position:right center;
        background-repeat:no-repeat;
        position:relative;
       /* box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5), inset -7px -7px 10px 0px rgba(0,0,0,.1), 7px 7px 20px 0px rgba(0,0,0,.1), 4px 4px 5px 0px rgba(0,0,0,.1);*/
        text-shadow:2px 2px 3px rgba(255,255,255,.5), -4px -4px 6px rgba(116, 125, 136, .2);
}
.nav ul li:hover{
       /*transform:skewX(-10deg);   鼠标放上去旋转*/
}


.nav ul li a {
	color: #000;
	padding: 0 10px 0 10px;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
	display: block;
        transition: all .2s;
}
.nav ul li:hover a{
	color: #fff;
	background: #C30D0C;
}
/*导航栏动画*/

.nav ul li .mask{
     position:absolute;
     opacity: 1;
     background-color:#fff;
}
.nav ul li .mask.to-spread{
     width:100%;
        height:0px;
        bottom:0px;
        left:0px;
}    
.nav ul li:hover span.mask{
        animation:btn-to-spread .5s 1;
        -webkit-animation:btn-to-spread .5s 1;
}
@keyframes btn-to-spread{
    from{
            height:0%;
            opacity:1;
        }
        to{
            height:100%;
            opacity:0;
        }
}  




/*轮播图*/
.banner {
	min-width: 1280px;
        width:100%;
	height: 400px;
	margin: 0 auto;
	/*background: lightskyblue;*/
	position: relative;
	overflow: hidden;
}
.focusBanner {
	border-top: 2px solid #DCE3ED;
	min-width: 1280px;
        width:100%;
	height: 400px;
	margin-top: -2px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	/*background: darkgoldenrod;*/
}
.focusBanner .bd li img {
	min-width: 1280px;
        width:100%;
	height: 400px;
	display: block;
	margin-top: -21px;
}
.focusBanner .hd {
	position: absolute;
	right: 50px;
	z-index: 1;
	width: 50%;
	height: 14px;
	bottom: 20px;
	text-align: right;
	margin-right: -360px;
	/*margin-bottom: -18px;*/
}
.focusBanner .hd ul li {
	display: inline-block;
	display: inherit;
	zoom: 1;
	margin: 0 3px;
	width: 12px;
	height: 12px;
	float: left;
	background: #FFF;
	cursor: pointer;
}
.focusBanner .hd ul li span {
	display: none;
}
.focusBanner .hd ul li.on {
	background: #C30000;
}
.focusBanner .bd {
	position: relative;
	z-index: 0;
}
.focusBanner .bd .con {
	display: inline-block;
	display: inherit;
	float: left;
	zoom: 1;
	position: absolute;
	left: 50px;
	bottom: 0px;
	overflow: hidden;
	display: none;	
}
.focusBanner .bd .con .title {
	height: 25px;
	float: left;
	/*line-height: 20px;*/
	position: relative;
	z-index: 1;
	padding: 5px 10px;
}
.focusBanner .bd .con .title a {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
}
.focusBanner .bd .con .bg {
	position: absolute;
	width: 980px;
	height: 100px;
	left: 0;
	top: 0;
	background: #000;
	filter:alpha(opacity=50);
	opacity: 0.5;
}
.focusBanner .prev{ 
	position:absolute; 
	z-index:2; 
	display:block; 
	width:60px; 
	height:70px; 
	filter:alpha(opacity=100);
    opacity: 0; 
    left: 30px; 
    top:50%; 
    margin-top:-43px;
	background: url(../image/left.png) 0 0 no-repeat; 
}
.focusBanner .next { 
	position:absolute; 
	z-index:2; 
	display:block; 
	width:60px; 
	height:70px; 
	filter:alpha(opacity=100);
    opacity: 0; 
    left: 30px; 
    top:50%; 
    margin-top:-43px;
	background: url(../image/right.png) 0 0 no-repeat; 
}
.focusBanner .next { 
	right: 30px; 
	left:auto; 
	background-position: right	0;
}
.focusBanner .prev:hover,
.focusBanner .next:hover { 
	filter:alpha(opacity=70);
	opacity:0.7;
}

/*新闻页信息*/
.news {
	width: 1280px;
	height: auto;
	margin: 0 auto;
        overflow:hidden;
}
.news-1 {
	width: 100%;
        min-width:1280px;
	height: 330px;
        /*float:left;*/
	/*margin-top: 10px;*/
	/*background: indianred;*/
}
.news-x {
	width: 100%;
        min-width:485px;
	height: 330px;
        float:right;
	/*margin-top: 10px;*/
	/*background: indianred;*/
}
.con1 {
	width: 278px;
	height: 331px;
        border-left:1px solid #D0D0D0;
        border-right:1px solid #D0D0D0;
}
.news-1 .con1 .list ul{
     margin-left:12px;
}
.news-2 .con1,.news-2 .con2 .news-2{
   border-left:1px solid #D0D0D0;
   border-right:1px solid #D0D0D0;
   border-bottom:1px solid #D0D0D0;
   height:299px;
}
.con1 .con-top {
	width: 278px;
	height: 45px;
	line-height: 45px;
        border-top: 2px solid #990000;
        border-bottom: solid 1px #D6D6D6;
	/*background: url(/img/header2.jpg)  top;*/
        background:#F5F5F5;
}
.con1 .title {
	width: 100px;
	height: 45px;
        background:#fff;
        border-bottom:1px solid #fff;
}
.con1 .title a {
	color: #990000;
	padding-left: 5px;
	font-size: 16px;
	font-weight: bold;
}
.con1 .more {
	/*width: 20px;*/
	height: 45px;
	background: transparent;
}
.con1 .more a {
	color: #d46b6b;
	/*right: -5px;*/
	padding-right: 5px;
	font-size: 8px;
}
.list ul {
	width: 250px;
	overflow: hidden;
	padding-left: 1px;
	padding-top: 10px;
}
.list ul li {
	line-height: 45px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
}
.list ul li:hover{
       background:#F8F8F8;
       color:#BD1200;
}
.list ul li a {
	font-size: 15px;
}
.list ul li a:hover {
	color: #BD1200;
}
.list ul li span {
	float: right;
	padding-left: 50px;
	color: #333333;
}

.list1 ul {
	width: 470px;
	overflow: hidden;
	padding-left: 10px;
	padding-top: 10px;
}
.list1 ul li {
	line-height: 28px;
}
.list1 ul .tag1 {
	line-height: 25px;
        height:38px;
        margin-top:15px;
        border-bottom:1px solid #ccc;
}

.list1 ul li a {
        width: 350px;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	display: block;
	text-overflow: ellipsis;
	font-size: 14px;
}
.list1 ul li a:hover {
	color: #d10000;
        cursor:pointer;
}
.list1 ul li span {
	float: right;
	/*padding-left: 50px;*/
	color: #333333;
}

/*内容2*/
.con2 {
	width: 486px;
	height: 330px;
        border-top: 1px solid #BD1200;
        /*border-left: solid 1px #d6d6d6;
        border-right: solid 1px #d6d6d6;*/
	margin-left: 18px;
        border-left:1px solid #D0D0D0;
        border-right:1px solid #D0D0D0;
}
.con2-x {
	width: 486px;
	height: 330px;
        border-top: 1px solid #BD1200;
        /*border-left: solid 1px #d6d6d6;
        border-right: solid 1px #d6d6d6;
	margin-left: 18px;*/
        border-left:1px solid #D0D0D0;
        border-right:1px solid #D0D0D0;
        border-bottom:1px solid #D0D0D0;
}
.con2 .con-top {
	width: 486px;
	height: 45px;
	line-height: 45px;
        background: #F3F3F3;
	border-bottom: 1px solid #e1e1e1;
}
.con2-x .con-top {
	width: 486px;
	height: 45px;
	line-height: 45px;
        background: #F3F3F3;
	border-bottom: 1px solid #e1e1e1;
}
.con2 .title,.con2-x .title {
	width: 150px;
	height: 45px;
        background:url(../image/cap.png);
}
.con2 .title a,.con2-x .title a {
	color: #fff;
	padding-left: 15px;
	font-size: 16px;
	font-weight: bold;
}

.con2 .more,.con2-x .more {
	/*width: 20px;*/
	height: 45px;
        background: #F3F3F3;
}
.con2 .more a,.con2-x .more a {
	color: #BD1200;
	/*right: -5px;*/
	padding-right: 5px;
	font-size: 8px;
}
.con2 .more a:hover,.con2-x .more a:hover {
	color: #F13C00;
	
}

.con2 .list ul,.con2-x .list ul {
	width: 250px;
	overflow: hidden;
	padding-left: 10px;
	padding-top: 10px;
}
.con2 .list ul li,.con2-x .list ul li {
	line-height: 28px;
}
.con2 .list ul li a,.con2-x .list ul li a {
	font-size: 14px;
}
.news-2 {
       /* clear:both;*/
        float:right;
        width:485;
	height:300px;
	margin: 14px auto;
        
	/*background: indianred;*/
}
.news-x2 {
       /* clear:both;*/
        float:right;
        width:485;
	height:300px;
        
	/*background: indianred;*/
}
.news-3 {
      
	margin-top: 14px;
        width: 100%;
        min-width: 1280px;
        height: auto;
        overflow:hidden;
       
	/*background: indianred;*/
}
.news-3 .con4 {
	width: 483px;
        height: 337px;
        float: right;
        border-top: 1px solid #BD1200;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        border-left: 1px solid #ccc;
        margin-left: 14px;
}
.con4 .con-top {
	width: 483px;
	height: 45px;
	line-height: 45px;
        background:#F6F6F6;
	border-bottom: 1px solid #e1e1e1;
}
.con4 .title {
	width: 150px;
	height: 45px;
        background:url(../image/cap1.png);
}
.con4 .title a {
	color: #fff;
	padding-left: 15px;
	font-size: 16px;
	font-weight: bold;
}
.con4 .more {
	/*width: 20px;*/
	height: 45px;
        background:#F6F6F6;
}
.con4 .more a {
	color: #BD1200;
	/*right: -5px;*/
	padding-right: 5px;
	font-size: 8px;
}
.con4 .more a:hover{
        color:#B7472A;
}
.news-3 .con5 {
	width: 483px;
	height: 337px;
        float:right;
	/*margin-top: 10px;*/
	border-top: 1px solid #BD1200;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        border-left: 1px solid #ccc;
}
.con5 .con-top {
	width: 483px;
	height: 45px;
	line-height: 45px;
        background:#F3F3F3;
	border-bottom: 1px solid #e1e1e1;
}
.con5 .title {
	width: 150px;
	height: 45px;
        background:url(../image/cap1.png);
}
.con5 .title a {
	color: #fff;
	padding-left: 15px;
	font-size: 16px;
	font-weight: bold;
}
.con5 .more {
	/*width: 20px;*/
	height: 45px;
        background:#F3F3F3;
}
.con5 .more a {
	color: #BD1200;
	/*right: -5px;*/
	padding-right: 5px;
	font-size: 8px;
}
.con5 .more a:hover{
       color:orange;
}
.news-3 .con6 {
	width: 282px;
        height: 337px;
        float: left;
        /*border: 1px solid #BD1200;*/
}
.news-3 .con6 .con-top {
	width: 282px;
	height: 46px;
	line-height: 46px;
	background: #9A0000;
}
.news-3 .con6 .title {
	width: 150px;
	height: 30px;
}
.con6 .title a {
        float:left;
	color: #fff;
	padding-left: 15px;
	font-size: 16px;
	font-weight: bold;
}
.con6 .more {
	/*width: 20px;*/
	height: 30px;
	background: #BD1200;
}
.con6 .more a {
	color: #fff;
	/*right: -5px;*/
	padding-right: 5px;
	font-size: 8px;
}
.con6 .more a:hover{
        color:#D85025;
}
.con6 .link ul {
	margin: 0 auto;
        overflow: hidden;
}
.con6 .link ul li {
	margin-top: 11px;
       float: left;
       height: 47px;
       background: rgb(195,13,12);
       width: 100%;
       line-height: 47px;
}
.con6 .link ul li a {
	font-size: 16px;
        color: #fff;
        display: inline-block;
        font-weight: 600;
        width: 100%;
        height: 100%;
        margin-left:14px;
}
.con6 .link ul li:hover{
        background:#F5F5F5;
        /*border:1px solid rgb(195,13,12);*/
        
}
.con6 .link ul li:hover a{
        color:rgb(195,13,12);
}

/*版权信息*/
.footer {
       width:100%;
	min-width: 1280px;
	height: 100px;
	line-height: 60px;
	padding:0 152px;
	background: url(../image/bottom.jpg);
	margin-top: 10px;
	box-sizing: border-box;
	text-align: center;
	text-justify: distribute;
	line-height: 30px;
	color: #fff;
}
.footer p{
	/*line-height: 25px;*/
	color: #fff;
        margin:0 auto;
	/*padding-top: 10px;*/
}
.context{
        padding-top:20px;
}
.list2 p {
	padding-top: 15px;
	padding-left: 15px;
        margin:0 auto;
	line-height: 30px;
	font-size: 14px;
	color: #333;
}
/*快速指南*/
.guide{
	width:485px;
	height:auto;
        overflow:hidden;
	float:right;
}
.guide-head{
	width:100%;
	height:45px;
	line-height:45px;
}
.guide-head h2{
	float:left;
	color:#AC0000;
	font-size:24px;
	margin-left:15px;
}
.guide-body{
	width:455px;
	height:auto;
	padding:20px 15px;
	margin-top:4px;
	background-color:rgba(172,0,0,0.01);
}
.guide-body p{
	color:#333;
	font-size:14px;
}
.guide-content{
	width:105%;
	margin-top:15px;
	overflow: hidden;
	height:auto;
}
.guide-content ul{
	list-style:none;
}
.guide-content ul li{
	width:142px;
	height:50px;
	border-radius: 5px;
	float:left;
	margin-right:9px;
	margin-bottom:14px;
	border:1px solid rgba(172,0,0,0.4);
	text-align:center;
}
.guide-content ul li:hover{
	cursor:pointer;
	border:solid 1px #fff;
	background:rgba(172,0,0,0.6);
}
.guide-content ul li:hover a{
	color:#fff;
}
.guide-content ul li a{
	text-decoration: none;
	display:inline-block;
	width:100%;
	height:100%;
	font-size:16px;
	line-height:50px;
	color:#B10000;
	font-weight:500;
}
/*友情链接*/
.brolink{
	width:100%;
	min-width:1280px;
	height:82px;
	overflow:hidden;
	background-color:#FFFAE8;
}
.brolink h2{
	margin:0;
	padding:0;
	color:#b10000;
	margin-left:14px;
	line-height: 82px;
	width:200px;
	height:100%;
        font-size:36px;
	float:left;
}
.linkcon{
	height:100%;
	float:left;
	width:1000px;
}
.linkcon ul{
	list-style-type:none;
}
.linkcon li{
	width:125px;
	height:100%;
	float:left;
	line-height:80px;
	margin-right:34px;
}
.linkcon li a{
	text-decoration:none;
	color:#999;
	font-size:20px;
	font-weight:600;
}
.linkcon li a:hover{
        color:#b10000;
}
.brocon{
        width:1280px;
        margin:0 auto;
        height:82px;

}