/* CSS Document */
*{ margin:0; padding:0;}
li{ list-style:none;}
textarea{ resize:none;}
a{
    text-decoration:none;
    color:#666;
}
.clearfix:after{
    content:"";
    display:block;
    clear:both;}
.clearfix{
    zoom:1;}
input{
    outline:0 none;
    border:0 none;}
.container{
    width:1200px;
    margin:0 auto;
 /*   background: rgba(0, 0, 0, 0.3);*/}
body{
    background: #fff;
    font-family: '微软雅黑';
    color:#666;
	min-width: 1200px;
	overflow: hidden;	
}
html {
  overflow-x: hidden;
}

img{border:none;max-width:100%;}
/*导航开始*/
.top{
    width: 100%;
    height: 67px;
    background:url(../../images/ftgw/top-bg.jpg) no-repeat;
}
.top h1{
    float: left;
}
.top h1 a{
    display: block;
    height: 47px;
    padding: 10px 20px;
}
.top ul{
    float: left;
    height: 67px;
    margin-left: 310px;
}
.top ul li{
    float: left;
}
.top ul li a{
    display: block;
    color:#535353;
    height: 67px;
    line-height: 67px;
    width: 100px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}
.top ul li:hover a,.top ul .current a{
    background: #d80935;
    color:#fff;
}
/*版权开始*/
.copyright{

    margin-top: 40px;
    text-align: center;
    background: #333;
    color:#fff;
	clear: both;
}
.copyright p{
    font-size: 20px;
    font-weight: 700;
    padding-top: 37px;
}
.copyright i{
    font-style: normal;
    margin-top: 32px;
    display: block;
}
.copyright a{
    color:#fff;
}
.pagination {
    margin: 0 auto;
    text-align: center;
	    margin: 20px;
}
.pagination ul {
    display: inline-table;
    margin-bottom: 0;
    margin-top: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination li {
    display: inline;
}
.pagination li:first-child a {
    border-left-width: 1px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
.pagination a, .pagination .active {
    padding: 10px 14px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-left-width: 0;
}
.pagination a:hover, .pagination .active {
    background-color: #eee;
}

.pagination .active {
    padding: 10px 14px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-left-width: 0;
}



  /*底部的安全样式*/
  .copyright .f_2 {

	margin-top:7px
}
.copyright .f_2 .f_2_a {
	width:40px;
	height:36px;
	background:url(../../images/ftgw/cy.png) no-repeat;
	display:inline-block
}
.copyright .f_2 .f_2_a.f_2_2 {
	background-position:-50px top
}
.copyright .f_2 .f_2_a.f_2_3 {
	background-position:-100px top;
	width:100px
}
.copyright .f_2 .f_2_a.f_2_4 {
	background-position:right top;
	width:90px
}
.copyright .f_2 .independent_report {
	width:127px;
	height:35px;
	background:url(../../images/ftgw/report.png) no-repeat;
	display:inline-block
}
















/*|----------------gototop-------------------------------------------------------------------------*/
#toTop{display:none;text-decoration:none;position:fixed;bottom:30px;right:15px;overflow:hidden;width:50px;height:50px;border:none;text-indent:-999px;background:url(../../images/pxgrids/top.png) no-repeat left top;z-index:1000;}
#toTophover{background:url(../../images/pxgrids/top.png) no-repeat left -51px;width:50px;height:50px;display:block;overflow:hidden;float:left;opacity:0;-moz-opacity:0;filter:alpha(opacity=0);}
#toTop:active,#toTop:focus{outline:none;}