﻿
/*********下拉菜单*********/


/**********Top结束**********/

/******banner背景*******/
body{
	overflow-x: hidden;
}
.allhtml{
    margin-top: 56px;
}
.banner{
    background: url("../images/freeuse/bannerbg.png") no-repeat center center;
    width: 1355px;
    height: 321px;
    margin: 0 auto;
}
/******banner背景*******/
/********Main开始**********/

.main{
    width: 1355px;
    height: 576px;
    background-color: #f1f1f1;
    position: relative;
    margin: 0 auto;
}
.main-wrap{
    width: 680px;
    height: 476px;
    position:absolute;
    left:0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.main-product ul{
    display: block;

}
.main-product li{
    border-radius:5px;
    float: left;
    width: 198px;
    height: 226px;
    background: #fff;
    margin: 8px 16px 0 12px;
}
.main-list>li>h3{
    width: 194px;
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid #f1f1f1;
    display: block;
    text-align: center;
}
.list-a,.list-c,.list-e{
    font:normal 19px 微软雅黑;
    color: #43A4FC;
}
.list-b,.list-d{
    font:normal 19px 微软雅黑;
    color: #1BC297;
}
.list-f{
    font:normal 19px 微软雅黑;
    color: #846AF0;
}
.main-list li p{
    text-align: center;
}
.main-list li>span{
    display: block;
    font:10px 微软雅黑;
    color: #B0B0B0;
    height: 20px;
    text-align: center;
    margin-top: 18px;
}
.main-list li>a{
    display: block;
    text-align: center;
    font:18px 微软雅黑;
    width: 119px;
    height: 24px;
    line-height: 24px;
    border-radius:50px;
    margin: 6px auto;
}
.list-blue{
    /*background: #40A3FD;*/
   border:#40A3FD solid 1px;
   color: #40A3FD;
}
.list-green{
    /*background: #09BF90;*/
   border:#09BF90 solid 1px;
   color: #09BF90;
}
.list-purple{
    /*background: #846AF0;*/
   border:#846AF0 solid 1px;
   color:#846AF0 ;
}

/********Main结束**********/


/***********Hotline开始*************/
.consultation{
    background: #1178C3;
    width: 1350px;
    height: 65px;
    margin: 0 auto;
}
/*了解更多*/
.moremsg p{
	margin:0 auto;
	width:1355px;
	font:1.8em 微软雅黑;
	color: #F0F2F4;
	line-height: 85px;
	text-align: center;
	vertical-align: middle;
	background-color:#1579c1;
	letter-spacing: 2px;
	word-spacing: 8px;
}
.moremsg p span{
	font-size: 0.8em;
	border: #FFFFFF solid 1px;
	border-radius: 30px;
	cursor: pointer;
	padding: 5px 20px;
	margin-left: 30px;
	letter-spacing: 0px;
}
.moremsg p span:hover{
	background-color: #155687;
}
/***********Hotline结束*************/




