@charset "utf-8";
.sg_main{
	background: #f4f4fb;
	margin-top: 20px;
}
.content{
	padding: 20px 15px 30px;
}
.top_box1 .bnt{
	text-align: center;
	margin-top: -10px;
}
.top_box2{
	margin-top: 20px;
	background: #fff;
	padding: 15px 10px;
}
.top_box2 ul{
	margin-top: 20px;
}
.top_box2 .bnt1{
	width: 42%;
	float: left;
	margin-left: 2%;
}
.top_box2 .bnt2{
	width: 52%;
	float: right;
}
.top_box3 {
	background: url(../images/bg.png);
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	padding: 15px 0 15px 4% ;
}
.top_box3 ul{
	display: table;
}
.top_box3 li{
	width: 40%;
	display: table-cell;
	background: #fff;
	position: relative;
	border-radius: 5px;
}

.top_box3 li .step{
	position: absolute;
	width: 60px;
	height: 60px;
	top: -20px;
	right: -10px;
}
.top_box3 li .sec_01{
	padding: 8px;
}
.top_box3 li h5{
	font-size: 18px;
	text-align: center;
	font-weight: normal;
	font-weight: bold;
}
.top_box3 li p{
	margin-top: 5px;
}
.top_box3 .notes{
	width: 10%;
    background: none;
    text-align: center;
    padding: 0 3%;
    vertical-align: middle;
}

.top_box3 .hot{
	position: absolute;
	width: 55px;
	height: 55px;
	top: 20%;
	left: -20px;
}
.facebook{
	margin: 25px 0;
	text-align: center;
}
.tt_news
{
	border-top: 1px solid #65318e;
	border-bottom: 1px solid #65318e;
}
.tt_news h3{
	float: left;
	border-right: 1px solid #65318e;
	padding-right: 5%;
}
.tt_news ul li{
	float: left;
	padding: 7px 0;
	margin-left: 5px;
}
.ct_news{
	border-top: 1px dotted #dcd3cc;
	height: 200px;
	overflow: auto;
	margin-top: 10px;
}
.ct_news dl{
	padding: 8px 0;
	border-bottom: 1px dotted #dcd3cc;
}
.ct_news dt{
	font-weight: bold;
	color: #65318e;
}
.ct_news a{
	color: #2d2d2d;
}
.top04 {
	background: url(../images/bg1.png) no-repeat bottom center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	padding: 0 2% 25px;
}
.top04 h3{
	margin: 0 -15px 25px;
}
.top04 .top04_item_long {
    background-color: #fff;
    position: relative;
    margin-bottom: 30px;
}
.top04 .top04_item_long:before {
    background: url(../images/bg_top.png) no-repeat left top;
    content: "";
    position: absolute;
    background-size: 100% auto;
    height: 10px;
    width: 100%;
    left: 0;
    right: 0;
    top: -6px;
}
.top04 .top04_item_long:after {
    background: url(../images/bg_bottom.png) no-repeat left top;
    content: "";
    position: absolute;
    background-size: 100% auto;
    height: 10px;
    width: 100%;
    left: 2px;
    right: 0;
    bottom: -7px;
}
.top04 .top04_item_long span {
    width: 45%;
    float: left;
    position: relative;
    margin-top: -6px;
    z-index: 99;
    padding-right: 5px;
}
.top04 .top04_item_long .btn_more {
    text-align: center;
    width: 40%;
    float: right;
    margin: 10px;
    position: relative;
    z-index: 999;
}
.top04 .top04_item_item {
    width: 48.5%;
    display: block;
    float: left;
    background-color: #fff;
    position: relative;
    padding: 0 1.5%;
    margin-bottom: 25px;
}
.top04 .top04_item_item:before {
    background: url(../images/bg_top1.png) no-repeat left top;
    content: "";
    position: absolute;
    background-size:100% auto;
    height: 10px;
    width: 100%;
    left: 0;
    right: 0;
    top: -7px;
}
.top04 .top04_item_item:last-child {
    float: left;
}
.top04 .top04_item_item:after {
    background: url(../images/bg_bottom1.png) no-repeat left top;
    content: "";
    position: absolute;
    background-size: 100% auto;
    height: 10px;
    width: 100%;
    left: 0;
    right: 0;
    bottom: -6px;
}
.top04 .top04_item_item .btn_more{
	z-index: 999;
	position: relative;
	width: 90%;
	margin: 0 auto 10px;
}

.fixed-header {
	position: fixed;
	top: 0;
	z-index: 999999;
}
@media only screen and (max-width: 380px) {
	.sg_main{
		font-size: 13px;
	}
	.top_box3 li .step, .top_box3 .hot{
		width: 40px;
		height: 40px;
	}
	.top_box3 .hot{
		top: 15%;
	}
	.top_box3 li h5{
		font-size: 15px;
	}
}