/**
title
 */ 

.title{
	width:100%;
	height:40px;
	text-align: center;
	margin-top:20px;
	font-size: 0;
}

.title>*{
	font-size:14px;
}

.title div{
	width:30%;
	height:38px;
	display: inline-block;
	line-height: 38px;
	border: 1px solid #0D79FF;
}
.title-about{
	border-radius: 25px 0px 0px 25px;
}
.title .title-hair{
	border-left: none;
	border-right: none
}
.title-contact{
	border-radius: 0px 25px 25px 0px;
}
.on{
	color: #fff;
	border-color: #2377da;
	background: #2377da;
	font-weight: bold;
}

.sys-title-bg{
    text-align: center;
    font-size: 17px;
    color: #000;
	background: #fff;
	position: relative;
	top: -14px;
	left: 36.5%;
	font-family: '仿宋体';
}

.sys-title-sm{
	font-weight: 700;
	color: #666;
	padding-top: 30px;
	text-align: center;
	font-size: 16px;
	border-bottom: 1px solid #E0E0E0;
	width: 100%;
	padding-bottom: 20px;
	
}



.content{
	width:90%;
	padding:0 5%;
}
.content-img{
	width:96%;
	padding:2%;
	border: 1px solid #E0E0E0;
}
.content-img img{
	width:100%;
	max-width:414px;
}
.content-text{
	font-size: 12px;
	line-height: 30px;
	margin-top: 15px;
}

.system-img{
	width:100%;
	margin-top: 20px;
	position: relative;
}
.system-img img{
	width:100%;
	max-width:414px;
}
.system-img-text{
	width: 154px;
	padding: 15px;
	background-color: #2589FF;
	color: #fff;
	position: absolute;
	top: 10%;
	left: 15px;
	font-family: '仿宋体';
}
.text-title{
	font-size: 17px;
}
.text-gang{
	width: 40px;
	height: 2px;
	background-color: #fff;
	margin: 6px 0;
}
.text-content{
	font-size: 14px;
}
.idea{
	width: 100%;
	background-color: #F5F5F5;
	position: relative;
	height: 540px;
}
.idea ul {
	width:90%;
	padding:0 5%;
}
.idea ul li{
	width: 100%;
	height:120px;
	background-color: #fff;
	margin-top: 10px;
	margin-bottom: 20px;
}
.idea ul li div{
	float: left;
}
.idea-gang{
	width: 3%;
	height: 120px;
	background: #65ABFE;
}
.idea-title{
	width: 17%;
	height: 80px;
	padding-top: 40px;
	text-align: center;
	color: #65ABFE;
	font-size: 16px;
}
.idea-content{
	width: 78%;
	height: 100px;
	padding: 10px 1%;
	font-size: 12px;
	line-height: 26px;
}


/**
system
 */
.system{
    width: 100%;
}

.sys-box{
    width: 100%;
    position: relative;
}

.sys-pic{
    background-image: url(/public/home/images/system/je.png);
    background-size: 100% 100%;
    width: 230px;
    height: 309px;
    margin: 0 auto;
}

.sys-float-box{
    position: absolute;
}

.sys-item1{
    top: 180px;
    left: 10px;

}

.sys-item2{
    top: 225px;
    margin-left: 10px;
}

.sys-item3{
    right: 10px;
    top: 40px;
}

.sys-item4{
    right: 10px;
    top: 190px;
}


.sys-text{
    float: left;
    font-size: 15px;
    color: #999;
}

.sys-item-pic{
    background-image: url(/public/home/images/system/line1.png);
    background-size: 100% 100%;
    width: 46px;
    height: 6px;
    float: left;
    margin-top: 8px;
    margin-left: 5px;
    margin-right: 5px;
}

.sys-item-pic1{
    background-image: url(/public/home/images/system/line2.png);
    background-size: 100% 100%;
    width: 128px;
    height: 22px;
    float: left;
    margin-top: 9px;
}

/**
features
 */
.features{
    background: #5699f6;
    padding-bottom: 20px;
}

.feature-box{
    background-image: url(/public/home/images/system/feat_bg.png);
    background-size: 100% 100%;
    width: 90%;
    margin: 0 auto;
}


.feat-item{
    width: 50%;
    float: left;

}

.feat-white{
    background: #fff;
    opacity: 0.6;
    color: #666;
}

.feat-blue{
    color: #fff;
}

.feat-title{
    text-align: center;
    margin-top: 15px;
    font-size: 15px;
}

.feat-text{
    font-size: 12px;
    width: 80%;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 15px;
}

/**
advantage
 */
.advantage{
    width: 100%;

}

.adv-box{
    width: 90%;
    margin: 0 auto;
}

.adv-left{
    background-image: url(/public/home/images/system/ys.png);
    background-size: 100% 100%;
    width: 55%;
    height: 145px;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}

.adv-right{
    float: right;
    width: 41%;
}

.adv-item{
    width: 100%;
    font-size: 12px;
    /* height: 60px; */
    margin-bottom: 15px;
}

.adv-icon{
    width: 20px;
    height: 20px;
    float: left;
}

.adv-text{
    float: left;
    width: 81%;
    margin-left: 5px;
}

.adv-a{
    display: block;
    width: 90px;
    height: 25px;
    text-align: center;
    background: #5699f6;
    line-height: 25px;
    font-size: 12px;
    color: #fff;
}


.display-none{
	display:none;
}
.hair{
	width: 90%;
	padding:0 5%;
	margin-top: 30px;
}
.list-y{
	background-image: url(../images/bl.png);
    background-size: 100% 100%;
	width: 22%;
	height: 30px;
	line-height:30px;
    text-align: center;
	font-size: 16px;
	color: #fff;
}
.list-ul1{
	width: 100%;
}
.list-ul1 li{
	width: 100%;
	height:45px;
	position: relative;
}
.list-ul{
	width: 100%;
}
.list-ul li{
	width: 100%;
	height:60px;
	position: relative;
}
li .li-y{
	width: 20%;
	height: 60px;
	border-right: 2px solid #E0E0E1;
	font-size: 1.2em;
	text-align: center;
}
li .li-d{
	width: 15px;
	height: 15px;
	position: absolute;
	background-color: #D1D1D1;
	border-radius: 20px;
	top: 0px;
	left: 18%;
}

li .li-z{
	width: 75%;
	height: 60px;
	position: absolute;
	top: 0px;
	left: 25%;
	font-size: 12px;
	line-height: 25px;
}





/**method
*/

.method{
    background-color: #f5f5f5;
	margin: 10px;
}
.mth-box{
    width: 95%;
    margin: 0 auto;
}

.mth-box li{
    margin-bottom: 20px;
}

.mth-img{
	clear:left;
    width: 25px;
    height: 25px;
    float: left;
	position: relative;
	top: 2px;
}

.mth-right{
    color: #fff;
    float: left;
    width: 90%;
	margin-left: 5px;
	padding-top: 4px;
}

.mth-right p{
    font-size: 17px;
    margin-bottom: 10px;
    color: #ddd;
}

.mth-content{
    font-size: 14px;
    color: #3a3a3a;
}
.block-title-line{
	float: left;
	width: 12%;
	margin-left: 12px;
	border-top: solid 2px #2589ff;
	margin-bottom:20px;
}
.block-title-about-p{
	padding-top: 20px;
    text-align: left;
    color: #2589ff;
    margin: auto auto 8px;
    width: 95%;
    font-size: 0.6rem;
}
/**
address
 */
.address{
    width: 100%;
}

.address-title{

}

.address-box{
    width: 95%;
    margin: 0 auto;
}

.address-box li{
    width: 100%;
    height:100%;
    margin-bottom: 10px;
}

.address-li-title{
    text-align: center;
    font-size: 18px;
    color: #fff;
    /* padding-top: 7%; */
    position: relative;
    top: 26%;
}

.address-li-content{
    position: relative;
    text-align: center;
    top: 38%;
    color: #fff;
    font-size: 14px;
    width: 85%;
    margin: 0 auto;
}







