@charset "UTF-8";
.banner-wrap {
    display: block;
    width: 100%;
    height:500px;
    background: url(/static/images/banner.jpg) center top no-repeat;
}
.attention{
    margin-left: 300px;
   	padding-top: 20px;
}
.attention dd {
    float: left;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    margin-right: 60px;
    _display: inline;
}
.attention dd i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/static/images/icon1.png) no-repeat -26px 0;
    vertical-align: -3px;
    margin-right: 10px;
}	
.search-sell-btn{
    display: block;
    float: left;
    width: 140px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    text-align: center;
    position: relative;
    color: #fff;
    background: #f60;
    border: 1px solid #f60;	    
}
.search-sell-btn:hover{
	background: #ff7f32;
    border-color: #f60;
    color: #fff;
    text-decoration: none;
}
.dire-ban{
	width: 1200px;
    background: #FFF;
    border: 1px solid #E5E5E5;
    margin: 0 auto;
    margin-top: -23px;
    padding: 74px 0 65px;
    overflow: hidden;
}
.dire-ban ul li {
    float: left;
    padding-top: 120px;
    font-size: 14px;
    color: #96A1B4;
    line-height: 20px;
    text-align: center;
}
.dire-ban ul li span {
    font-size: 20px;
    color: #5F6171;
    line-height: 26px;
    display: block;
    padding-top: 10px;
    padding-bottom: 3px;
}	
.dire-ban01 {
    background: url(/static/images/icon/dire-ban01.png) center 0 no-repeat;
    width: 265px;
}
.dire-ban1 {
    width: 33px;
    background: url(/static/images/icon/dire-ban02.png) center 20px no-repeat;
}
.dire-ban02 {
    background: url(/static/images/icon/dire-ban03.png) center 0 no-repeat;
    width: 265px;
}
.dire-ban03 {
	background: url(/static/images/icon/dire-ban04.png) center 0 no-repeat;
    width: 265px;
}
.dire-ban04 {
	background: url(/static/images/icon/dire-ban05.png) center 0 no-repeat;
    width: 265px;
}			
.banner-small{
	width: 100%;
   	height: 400px;
   	background: url(/static/images/banner-small.jpg) no-repeat center center;
}
.info-text{
	width: 1200px;
	margin:0 auto;
	padding-top:120px;
}
.info-text p{
    font-size: 28px;
    color: #333;
    line-height: 48px;	
    padding-left:20px;
}
.info-text p em {
    display: inline-block;
    font-size: 40px;
    line-height: 40px;
    color: #f60;
    margin: 0 10px;
    font-style: normal;
}	
.lguide {
    overflow: hidden;
    margin-top: 20px;
}
.lguide .feature_title h3 {
    position: relative;
    font-size: 26px;
    color: #333;
    width: 158px;
    margin: 0 auto;
    text-align: center;
}	
.lguide .feature_title h3 span {
    font-size: 16px;
    color: #999;
}
.lguide .feature_title h3:before {
    left: 158px;
}
.lguide .feature_title h3:after, .lguide .feature_title h3:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    display: block;
    background: #2f8dd7;
    top: 19px;
}
.lguide .feature_title h3:after {
    right: 158px;
}	
.fuys-list {
    width: 100%;
    margin-top: 17px;
    border-left: 1px solid #E5E5E5;
    display: table;
    border-top: 1px solid #E5E5E5;
    border-bottom: 0;
}
.fuys-list li {
    width: 326px;
    height: 198px;
    float: left;
    padding-left: 270px;
    padding-top: 54px;
    display: table-cell;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    border-bottom: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
}
.fuys-list li.fuys-01 {
    background: url(/static/images/dire-fuys01.png) 25px 44px no-repeat;
}
.fuys-list li.fuys-02 {
    background: url(/static/images/dire-fuys02.png) 25px 44px no-repeat;
}	
.fuys-list li.fuys-03 {
    background: url(/static/images/dire-fuys03.png) 25px 44px no-repeat;
}	
.fuys-list li.fuys-04 {
    background: url(/static/images/dire-fuys04.png) 25px 44px no-repeat;
}
.fuys-list li p {
    font-size: 16px;
    color: #97A2B5;
    line-height: 21px;
    padding-top: 40px;
}
.fuys-list li p span {
    font-size: 30px;
    color: #5F6171;
    line-height: 40px;
    display: block;
    padding-bottom: 5px;
}