﻿body{
	font-family: 'microsoft yahei',Pingfang FC,verdana,arial,sans-serif;
	margin: 0 auto;
	font-size: 16px;
}
ul,li,a{
	padding: 0;
	margin: 0;
	border: 0;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
        color: #333;
}
a:visited{
	text-decoration: none;
	color: #333;
}
a:hover{
	color: #e80000;
}
/*table表格*/
table.gridtable {
font-family: 'microsoft yahei',Pingfang FC,verdana,arial,sans-serif;
font-size:14px;
color:#333;
border-width: 1px;
border-color: #ddd;
border-collapse: collapse;
}
table.gridtable th {
border-width: 1px;
padding: 8px;
border-style: solid;
border-color: #ddd;
background-color: #dedede;
}
table.gridtable td {
border-width: 1px;
padding: 8px;
border-style: solid;
border-color: #ddd;
background-color: #ffffff;
}
table.gridtable tr.alt td 
{
        font-weight:bold;
	background-color:#f5f5f5;
}
/*头部*/
.banner{
	width:100%;
        min-width:1200px;
	height:225px;
	margin: 0 auto;
	background: url(../images/topbg.jpg) center center no-repeat;
}
.banner_text{
    max-width: 1200px;
    text-align: right;
    margin: 0 auto;
    padding-top: 10px;
    font-size: 14px;
}
.logo{
	margin: 0 auto;
	width: 501px;
}
.logo img{
	width: 501px;
}
/*导航*/
.topnav{
        min-width:1200px;
	height: 50px;
    background: inherit;
    background-color: rgba(232, 0, 0, 1);
}
.topnav ul{
	margin: 0 auto;
	max-width: 1200px;
}
.topnav li{
	float: left;
        width: 10%;
	min-width: 120px;
	/*height: 50px;*/
	line-height: 50px;

	text-align: center;
}

.topnav .nav {
  color: #fff;
  background: -webkit-linear-gradient(top, rgba(255, 225, 196, 1) 0%, rgba(255, 186, 117, 1) 100%) no-repeat;
  background: linear-gradient(to bottom,rgba(255, 225, 196, 1) 0%, rgba(255, 186, 117, 1) 100%) no-repeat;
  background-size:100% 0%;
-webkit-transition: all .5s;
    transition: all .5s;
}
.topnav .nav a{
  color:#fff;
}
.topnav .nav:hover {
  background-size: 100% 100%;
  color: #27323A;
}

.topnav li:hover a{
        color:#e80000;
}
.topnav li.on{
	    background: linear-gradient(180deg, rgba(255, 225, 196, 1) 0%, rgba(255, 225, 196, 1) 2%, rgba(255, 186, 117, 1) 100%, rgba(255, 186, 117, 1) 100%);
	    color: #e80000;
	    text-align: center;
}
.topnav li.on a{
        color:#e80000;
}

/*下拉导航样式*/
.topnav .animenu {
  display: block;
}
.topnav .animenu ul {
  padding: 0;
  list-style: none;
  font: 0px 'Open Sans', Arial, Helvetica;
}
.topnav .animenu li, .animenu a {
  display: inline-block;
  font-size: 15px;
}
.topnav .animenu a {
  text-decoration: none;
}

.topnav .animenu__nav {
  background-color: #111;
}
.topnav .animenu__nav > li {
  position: relative;
}
.topnav .animenu__nav > li > a {
  text-transform: uppercase;
}
.topnav .animenu__nav > li > a:first-child:nth-last-child(2):before {
  content: "";
  position: absolute;
  border: 4px solid transparent;
  border-bottom: 0;
  border-top-color: currentColor;
  top: 50%;
  margin-top: -2px;
  right: 10px;
}
.topnav .animenu__nav > li:hover > ul {
  opacity: 1;
  visibility: visible;
  margin: 0;
}


.topnav .animenu__nav__child {
  min-width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  margin: 20px 0 0 0;
  background-color: #e80000;
  transition: margin .15s, opacity .15s;
}
.topnav .animenu__nav__child > li {
  width: 100%;
}
.topnav .animenu__nav__child > li a{
  color:#fff;
}
.topnav .animenu__nav__child > li:first-child > a:after {
  color:#e80000;
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  left: 1em;
  top: -6px;
  border: 6px solid transparent;
  border-top: 0;
  border-bottom-color: inherit;
}
.topnav .animenu__nav__child > li:last-child {
  border: 0;
}
.topnav .animenu__nav__child a {

  width: 100%;
}
.topnav .animenu__nav__child a:hover {
  background-color: #ffbc79;
  border-color: #e80000;
  color: #e80000;
}

/*内容*/
.container{
	width: 100%;
        min-width:1200px;
	height:auto;
	padding-top: 10px;
	background-color: #f5f5f5;
}
/*分页*/
.page_css {
    text-align: center;
    padding-top: 15px;
    margin-top:10px;
    border-top:1px #ccc solid;
}
.page_css a, .class_page a {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 3px 5px;
    color: rgba(232, 0, 0, 0.57);
    line-height: 100%;
}
.page_css a:hover, .class_page a:hover {
    color: #fff;
    border: 1px solid #e80000;
    background: rgba(232, 0, 0, 0.57);;
}
.page_css b a, .class_page b a {
    color: #fff;
    border: 1px solid #e80000;
    background: #e80000;
    font-weight:bold;
}
SPAN.disabled {
    border: 1px solid rgba(232, 0, 0, 0.38);
    padding: 0 6px;
    color: #c5c5c5;
}
/*底部*/
.bottom{
    margin:0 auto;
    margin-top: 50px;
    width: 1200px;
    position: relative;  
}
.bottom .bottomnav{
    width: 1200px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #e80000;
    color: #fff;
    display: inline-block;
}
.bottom .bottomnav a{
    color: #fff;
    text-decoration: none;
}
.bottom .blogo{
    padding:40px 70px 40px 120px;
    width: 160px;
    height: 137px;
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.bottom .bline{
    position: absolute;
    left: 330px;
    top: 70px;
    width: 2px;
    height: 180px;
    display: inline-block;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(204, 204, 204, 1) 56%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 1) 100%);
}
.bottom .copyright{
    padding:40px;
    padding-top: 30px;
    width: 760px;
    height: 137px;
    float: right;
}
.bottom .copyright p{
    line-height: 32px;
}