/* CSS Document */
*{margin:0;}
body{margin:0;padding:0;}
/*banner*/
.banner{ width:100%;margin-top:50px;-webkit-box-shadow:0px 0px 15px #999999;}
.banner img{width:100%;margin-bottom:5px;}
.text{width:80%;margin:10px auto;}
.text h1{font-size:18px;color:#f28200;text-align:center;font-weight:800;line-height:30px; cursor:pointer;}
.text p{font-size:13px;line-height:24px;cursor:pointer; padding-bottom:10px; margin:0 5px;}
.back{ 
	width: 43%;
    margin: 0 auto;
    text-align: center;
    line-height: 36px;
    border: solid 1px #ccc;
    margin-bottom: 10px;
    border-radius: 20px;
    margin-left: 5%;
    }
.back a{color:#333;}
.back_morekj{width: 43%;margin:0 auto;text-align:center;line-height:36px;border:solid 1px #ff8a00;margin-bottom:10px;border-radius: 20px;    background: #ff8a00; margin-right: 5%;}
.back_morekj a{color:#fff;}