﻿@charset "UTF-8";
/*css初始化*/
html,body,ul,li,ol,dl,dd,dt,p,h1,h2,h3,h4,h5,h6,form,fieldset,legend,img{
    margin: 0; padding: 0;
}
fieldset,img,input,button {
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;   /*去掉外边蓝色边框*/
}
ul,ol {
    list-style: none;
}
input {
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
}
select,input{
    vertical-align: middle;
}
select,input,textarea {
    font-size: 12px;
    margin: 0;
}
textarea{
    resize: none;      /*防止拖动*/
}
img {
    border: 0;
    vertical-align: middle;
}
table {
    border-collapse: collapse;      /*去掉图片底部默认3像素缝隙*/
}
@font-face {     
    font-family: "SourceHanSans-Regular";
	 src: url("SourceHanSans-Regular.woff2") format("woff2"),
		url("SourceHanSans-Regular.woff") format("woff"),
		url("SourceHanSans-Regular.ttf") format("truetype"),
		url("SourceHanSans-Regular.eot") format("embedded-opentype"),
		url("SourceHanSans-Regular.svg") format("svg"),
		url("SourceHanSans-Regular.otf") format("opentype");
	  font-weight: normal;
	  font-style: normal;
 }
body {
    font: 15px/1.5 "SourceHanSans-Regular",Arial,sans-serif;
    color: #666;
    background: #fff;
}
.clearfix:before,.clearfix:after{
    content: "";
    display: table;
}
.clearfix:after{
    clear: both;
}
.clearfix{
    *zoom:1;
}
a{
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
    color: #666;
}
a:hover{
    color: #f39800;
    text-decoration: none;
}
a:focus{
    outline:none;
}
h1,h2,h3,h4,h5,h6{
    text-decoration: none;
    font-weight: normal;
    font-size: 10%;
}
s,i,em{
    font-style: normal;
    text-decoration: none;
}
hr{
    height: 1px;
    border: none;
    border-top: 1px dotted rgb(211, 211, 211);
}
/* 公共类  */
.inner_c{
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}/*版心*/
.fl{
    float: left;
}
.fr {
    float:right;
}
.al {
    text-align:left
}
.ac {
    text-align:center
}
.ar {
    text-align:right
}
.hide {
    display:none;
}
.font12{
    font-size: 12px;
}
.mr0{
    margin-right: 0!important;
}
.m10{
    margin: 0 10px!important;
}
.ell{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.colorO{
    color: #f55b13;
}


/*二级页面*/
/*head*/
.catid{
   display: none;
}
.btn{
   display: none;
}
.container{
    width: 90%;
    margin: 0 auto;
}
.min-container{
    width: 1018px;
    margin: 0 auto;
}
.head{
    position: relative;
    width: 100%;
    height: 320px;
}
.headnav{
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255, .5);
}
.head .logo{
    float: left;
    width: 421px;
    height: 51px;
    background: url(../../../images/gfb/category/logo.png) no-repeat;
    margin: 10px 0 0 16px;
    text-indent: -999em;
}
.logo a{
    width: 100%;
    height: 100%;
}
.head .c_navr{
    float: right;
    height: 70px;
    line-height: 70px;
}
.c_navr > li{
    position: relative;
    display: inline-block;
}
.c_navr > li > a{
    position: relative;
    display: block;
    height: 100%;
    margin: 0 12px;
    color: #fff;
    font-size: 17px;
}
/*二三级菜单*/
.menu1{
    position: absolute;
    width: 170px;
    top: 32px;
    top: 48px\9;
    left: 50%;
    margin-left: -85px;
    text-align: center;
    display: none;
    z-index: 99;
}
.menu1 .empty{
    border-top: 24px solid transparent;
    border-bottom: 4px solid #f39800;
}
.menu1 .empty:after{
    position: absolute;
    top: 15px;
    left: 50%;
    margin-left: -10px;
    content: '';
    width: 0;
    height: 0;
    border-bottom: 10px solid  #f39800;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.menu1sub{
    position: relative;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    padding: 0 14px;
    background: rgba(255,255,255,.7);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fffffff,endColorstr=#7fffffff);    /*IE8支持*/
    background: #ffffff\9;
}
.menu1sub > a{
    display: block;
    color: #0168b7;
    overflow: hidden;
    font-weight: 600;
    border-bottom: 1px dashed #000;
    letter-spacing: 1px;
}
.menu1sub a i{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../../../images/gfb/index/navmore.png) no-repeat 0 0;
    margin: -3px 0;
}

.menu1 .menu1sub:last-child a{
    border: 0;
}
.menu1sub:hover{
    background-color: rgba(255,255,255,.9); 
}
.menu1sub a:hover{
    color: #f39800;
}
.menu1sub a:hover i{
   background: url(../../../images/gfb/index/navmore.png) no-repeat -19px 0;
}
.menu2{
    position: absolute;
    left: 100%;
    top: 0;
    width: 270px;
    display: none;
    z-index: 99;
}
.menu2 li{
    float: left;
    width: 106px;
    height: 35px;
    line-height: 35px;
    padding: 0 14px;
    background: rgba(255,255,255,.7);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2ffffff,endColorstr=#B2ffffff);
    background: #ffffff\9;
}
.menu2 li a{
    color: #0168b7;
    font-weight: 600;
}
.menu2 li:hover{
    background-color: rgba(255,255,255,.8);
}
.menu2 li a:hover{
    color:  #f39800;
}
.menu2 li:last-child a{
    border: 0;
}
.topnav > li:hover .menu1{
    animation: fadeUp 0.5s;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    display: block;
}
.c_navr > li:hover .menu1{
    animation: fadeUp 0.5s;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    display: block;
}
@keyframes fadeUp{
    0%{
        top: 86px;
        opacity: 0;
    }
    50%{
        opacity: 0.5;
    }
    100%{
        top: 46px;
        opacity: 1;
    }
}
.menu1sub:hover .menu2{
    display: block;
}
 

/*菜单结束*/
.c_topbar{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    width: 600px;
    height: 48px;
} 
.c_topbar img{
    width: 100%;
    height: 100%;
}
/*content*/
.content-menu{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: rgba(255,255,255,.2);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff,endColorstr=#33ffffff);
}
.content-menu a{
    display: inline-block;
    width: 138px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
}
.content-menu a:hover{
    background: rgba(243,152,0,.7);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2f39800,endColorstr=#B2f39800);
}
.content-menu a.curr{
    background: rgba(243,152,0,.7);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2f39800,endColorstr=#B2f39800);
}
/*标题*/
.content-tit{
    position: relative;
    width: 100%;
    margin: 50px auto 46px;
    border-bottom: 1px solid #dadada;
    text-align: center;
}
.content-tit h3{
    line-height: 64px;
    font-size: 28px;
    color: #000;
    margin-bottom: 10px;
}
.content-tit .en{
    position: absolute;
    top: 80%;
    left: 50%;
    width: 120px;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    margin-left: -70px;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #dadada;
    color: #f55f12;
}
/*页码*/
.pagination{
    width: 100%;
    margin: 50px auto 56px;
    text-align: center;
    font-size: 12px;
}
.paginationC{
    display: inline-block;
}
.pagination a{
    display: inline-block;
    line-height: 34px;
    background-color: #f4f4f4;
    text-align: center;
    border: 1px solid #b4b4b4;
    padding: 0 12px;
    margin: 4px;
}
.pagination a:hover{
    color: #d53400;
}
.pagination span{
    display: inline-block;
    line-height: 34px;
    background-color: #f4f4f4;
    text-align: center;
    border: 1px solid #b4b4b4;
    padding: 0 12px;
    margin: 4px;
    color: #d53400;
}
/*footer*/
.footer{
    width: 100%;
    height: 185px;
    background: url(../../../images/gfb/category/footer.jpg) no-repeat;
    background-size: 100% 100%;
    color: #fff;
}
.footcon{
    float: left;
}
.footnav{
    margin: 42px 0 46px 60px;
}
.footnav a{
    color: #fff;
    margin: 0 12px;
}
.footer .copyright{
    margin: 0 0 23px 72px;
}
.copyright p{
    height: 24px;
    line-height: 24px;
}
.footer .qrcode{
    float: right;
    width: 247px;
    height: 134px;
    margin: 28px 78px 0 0;
}
.qrcode img{
    width: 100%;
    height: 100%;
}

#wave{
    position: relative;
    width: 100%;
    height: 60px;
    overflow-x: hidden;
}
#wave > div{
    position: absolute;
}
#wave > div img{
    position: absolute;
}
.wave-up-box{
    z-index: 99;
}
.wave-down-box{
    z-index: 9;
}


#gotop{
    position: fixed;
    bottom: 28%;
    right: 38px;
    width: 32px;
    height: 32px;
    line-height: 18px;
    padding: 8px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    background-color: #0168b7;
    text-align: center;
    color: #fff;
    font-weight: 700;
    z-index: 99;
    cursor: pointer;
    display: none;
}

.copyright .foot {
    color: #fff;
}

.copyright .foot:hover {
    color: #fff;
}