.blue-gray .tit{

	text-align: center;

}

.blue-gray .tit p{

	font-size: 16px;

	color: #327de6;

	margin: 30px 0 5px 0;

}

.blue-gray .tit span{

	color: #ccc;

	font-size:14px;

}

/* banner */

.banner a{

	font-size: 12px;

	padding: 5px 10px;

	border-radius: 3px;

	margin-top: 10px;

	display: inline-block;

}

.banner .blue{

	background-color: #f5a72b;

	color: #fff;

	border:1px solid #f5a72b;

}

.banner .white{

	background-color: #327de6;

	color: #fff;

	border:1px solid #327de6;

	margin-left: 10px;

}

/* fwxm */

.fwxm .txt{

	font-size: 12px;

	color: #808080;

	padding: 0 10%;

	line-height: 22px;

	margin-top: 20px;

}

.fwxm ul{

	margin-top: 20px;

}

.fwxm ul li{

	float: left;

	width: 25%;

	text-align: center;

}

.fwxm ul li p{

	font-size: 12px;

	color: #808080;

}

/* syhy */

.syhy{

	background-image: url(../images/index/syhy_back.jpg);

	position: relative;

}

.syhy img{

	width: 90%;

	margin: 0 auto;

	padding: 30px 0;

	display: block;

	height: 320px;

}

.syhy .content{

    position: absolute;

    z-index: 99;

    top: 60px;

    width: 90%;

    margin-left: 5%;

}

.syhy .content .tit{

	text-align: center;

}

.syhy .content .tit p{

	font-size: 14px;

	color: #808080;

	margin-bottom: 0;

}

.syhy .content .tit span{

	font-size: 16px;

	color: #808080;

}

.syhy .content a{

	background-color: #327de6;

	color: #fff;

	padding: 6px 0;

	border-radius: 5px;

	border:none;

	font-size: 14px;

	letter-spacing: 1px;

	display: block;

	margin: 0 auto;

	width: 100px;

	text-align: center;

}

.syhy ul{

	margin: 15px 0 5px;

	padding: 0 10px;

}

.syhy ul li{

	float: left;

	width: 40%;

	margin-left: 6%;

	margin-bottom: 10px;

	text-align: center;

	border:1px #eee solid;

	box-shadow: 0px 0px 5px #eee;

	font-size: 12px;

	color: #808080;

	padding: 5px 0;

}

/* partner */

.partner .txt ul li{

	float: left;

	width: 50%;

	text-align: center;

}

.partner .txt ul li img{

	width: 80%;

}

/* function */

.function .txt ul{

	margin-top: 20px;

}

.function .txt ul li{

    margin-bottom: 20px;

    background-repeat: no-repeat;

    background-size: 30px;

    background-position: 15px -4px;

}

.function .txt ul li p{

    font-size: 14px;

    color: #333;

    font-weight: bolder;

    margin-top: 10px;

    padding-left: 50px;

    margin-bottom: 5px;

}

.function .txt ul li span{

    font-size: 12px;

    color: #666;

    line-height: 22px;

    padding: 0 10px 0 50px;

    display: inline-block;

}
/* 套餐 */
.item7 .item7-txt{
    margin-top: 20px;
}
.item7 ul li{
    width: 48%;
    margin-left: 1%;
    float: left;
    background: #fff;
    position: relative;
    box-shadow: 0px 1px 33px 2px rgba(0,0,0,0.1);
    text-align: center;
    margin-bottom: 10px;
}
.item7 ul li .tip {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 40px;
    height: 40px;
    background: linear-gradient(-45deg, transparent 27px, rgba(255,0,0,1) 0);
}
.item7 ul li .tip p{
    color: #fff;
    margin-top: 2px;
    text-align: left;
    margin-left: 2px;
    font-size: 12px;
}
.item7 ul li h2 {
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
    font-family: "SourceHanSansCN-Normal";
    font-weight: 400;
    color: rgba(51,51,51,1);
}
.item7 ul li .info{
    margin: 0 auto;
    display: inline-block;
    margin: 0 auto;
}
.item7 ul li .info p{
    text-align: left;
    font-size: 12px;
    font-family: SourceHanSansCN-Normal;
    font-weight: 400;
    color: #333333;
    line-height: 16px;
}
.item7 ul li .price {
    letter-spacing: 1px;
    margin-top: 10px;
}
.item7 ul li .price1 {
    font-size: 18px;
    font-family: SourceHanSansCN-Normal;
    font-weight: 400;
    color: rgba(234,0,0,1);
}
.item7 ul li .price2 {
    font-size: 18px;
    font-family: SourceHanSansCN-Normal;
    font-weight: 400;
    color: rgba(234,0,0,1);
}
.item7 ul li .buy_now {
    margin: 10px auto 30px; 
    display: block;
    width: 100px;
    height: 30px;
    background: rgba(0,138,255,1);
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    font-family: SourceHanSansCN-Light;
    font-weight: 300;
    color: rgba(255,255,255,1);
}
.item7 .more-package{
    color: #fff;
    height: 35px;
    line-height: 35px;
    border-radius: 6px;
    width: 140px;
    margin: 20px auto 30px;
    background: rgba(234,0,0,1);
    display: block;
    text-align: center;
    font-size: 14px;
}

