
/*@font-face {
    font-family: 'PingFang Regular';
    src:url('PingFang Regular.ttf');
}*/
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div{margin:0;padding:0;border:0;}
body {
    background: none;
    color: #666;
    font-size: 18px;
    margin-top: 5px;
    /** font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif*/
    font-family: "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    /** font-family: "宋体",sans-serif */
    font-family: "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
ul,ol{list-style-type:none;} 
select,input,img,select{vertical-align:middle;} 
 
a{text-decoration:none;} 
/*a:link{color:#009;} 
a:visited{color:#800080;} */
    a: hover,a:active,a:focus{text-decoration:none;} 

header nav{
    margin-bottom: 0;
    background-color: #fff!important;
}
header nav .container{
    padding-top: 0!important;
    padding-bottom: 0!important;
}
.navbar-header a.navbar-brand{
    height: 99px;
}
.navbar-header button{
    /*margin-top: 32px;*/
}
header .container div.collapse ul li a{
    height: 99px;
    line-height: 69px;
}
header nav{
    /*border-bottom:none!important;*/
}
main{
    margin-top: 95px;
}

footer{
    font-size: 1.2vw;
    color: #8e8e8e;
    padding: 2vw;
    background-color: #303030;
}
footer>div:nth-child(2){
    border-left:1px solid #444343;
    /*padding-left: 1vw;*/
}
footer>div>ul{
    display: inline-block;
    width: 20%;
    float: left;
    text-align: center;
}
footer>div h3{
    font-size: 1.6rem;
    color: #fff;
    margin-bottom: 5px;
}
    footer > div p {
        font-size: 1.3rem;
    }
footer>div>ul>li:nth-of-type(1){
    /*margin-top: 5px;*/
}
    footer > div > ul > h3 > a {
        color: #FFFFFF;
    }
footer>div>ul>h3>a:hover{color:#8e8e8e;} 

footer>div .text-center{
	/*text-align: center;*/
	margin: auto;
	margin-top: 6%;
}
#code{
    padding-left:1vw;
    padding-right:1vw;
}
#code>div p{
    padding: 5px 0;
}
#code>div:nth-of-type(1){
    /*margin-right: 5px;*/
}
#code>div:nth-of-type(1) a{
    font-size: 1.5vw;
    border-radius: 0;
    border: none;
    padding: 0.2vw 0.5vw;
}

footer div h3 img{
	width:5%;
	height: 5%;
}

footer div img{
    width:100%;
}
.copyright{
    background-color: #fff;
    color:#999!important;
    font-size: 14px!important;
}
#declare a{
	color: #999;
}
/*媒体查询*/
@media screen and (max-width: 991px) {
			.navbar-brand {
			width: 50%;
		}
    footer > div:nth-child(2) {
        border-left: none;
        padding-top: 15px;
        padding-left: 15px;
    }
       footer>div:nth-child(3) {
        border-left: none!important;
        padding-top: 15px;
        padding-left: 15px;
    }
}

@media screen and (min-width: 991px){
    footer{
        font-size: 16px;
    }
        footer > div h3 {
            font-size: 18px;
        }
    footer>div>ul>li>a{
        font-size: 16px;
        color: #8e8e8e;
    }
    #code{
        padding-left:1vw;
        padding-right:1vw;
    }
    #code>div:nth-of-type(1){
        /*margin-right: 5px;*/
    }
    #code>div:nth-of-type(1) a{
        font-size: 10px;
    }
}
