@charset "utf-8";
/* CSS Document */

html{
    font-size: 100%;
}
body{
	font-family:"Microsoft YaHei","微软雅黑";
	font-size:1em;
        margin:0 auto;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:none;	
}
div{

	display:block;
}
ul{
	list-style:none;
	-webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}
header{
	margin:0 auto;
}
.banner{
        width:100%;
}
img.yuguo{
        border-radius:15px;
        border:2px #f7a75c solid;
}
.yuguo_intro{
        background:url(/images/assets/jkjs_bg1.jpg);
        background-repeat:repeat-x;
        width:100%;
}
@media screen and (min-width: 400px) {
        .FontScroll ul li{height:16rem;}
        .FontScroll{height:16rem;}
}
@media screen and (min-width: 768px) {
        .FontScroll ul li{height:14rem;}
        .FontScroll{height:14rem;}
}
@media screen and (min-width: 960px) {
        .FontScroll ul li{height:10rem;}
        .FontScroll{height:10rem;}
}
.FontScroll ul li{list-style:none; background:#eee4be;}
.FontScroll{overflow:hidden;margin:0 auto;}
#FontScroll ul li p{line-height:1.5rem;padding:15px; text-indent:2rem; text-align:justify;}
#FontScroll img{padding:15px;}
#FontScroll table{display:block;}
#FontScroll .line{text-align:center;width:100%;}
#FontScroll .fontColor a{color:red;}

footer{
        width:100%;
	background: #383838;
        padding-bottom: .7rem;
	min-height:150px;
}
footer p {
	color:#fff;
}
.QRcode img {
        width:60%;
}