.main .conbox {
    padding: 24px;
    margin-bottom: 45px;
}
.main .conbox ul{
    width: 100%;
    box-sizing: border-box;
    padding: 0 2.4% 32px 0;
    background-color: #ffffff;
}

.main .conbox ul.icon li {
    float: left;
    height: 222px;
    width: 22.5%;
    margin-top: 32px;
    margin-left: 2.2%;
    border-radius: 12px;
    overflow: hidden;
}

.main .conbox ul.icon li:hover {
    transform: scale(1.1);
    transition: ease-out 0.3s;
    -moz-transition: ease-out 0.3s;
    -webkit-transition: ease-out 0.3s;
    -o-transition: ease-out 0.3s;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
}

.main .conbox ul.icon li a {
    display: block;
    width: 100%;
    height: 100%;
}

.main .conbox ul.icon li p {
    font-size: 30px;
}

.main .fwzq ul.icon li {
    text-align: center;
    color: #ffffff;
}

.main .fwzq ul.icon li.icon1 {
    background-color: #90b44b;
}

.main .fwzq ul.icon li.icon2 {
    background-color: #7cb4d4;
}

.main .fwzq ul.icon li.icon3 {
    background-color: #69b0ac;
}

.main .fwzq ul.icon li.icon4 {
    background-color: #4199cb;
}

.main .fwzq ul.icon li.icon5 {
    background-color: #cc3b3a;
}

.main .fwzq ul.icon li.icon6 {
    background-color: #e98b2a;
}

.main .fwzq ul.icon li.icon7 {
    background-color: #f9bf45;
}

.main .fwzq ul.icon li.icon8 {
    background-color: #8c68a0;
}

.main .fwzq ul.icon li a:hover {
    text-decoration: none;
}

.main .fwzq ul.icon li a span {
    display: block;
    height: 109px;
    padding-top: 40px;
    box-sizing: initial;
    margin-bottom: 4px;
    
}



.main .bsfw {
    box-sizing: border-box;
    padding: 0 24px;
}
.main .bsfw .fwbox{
    background-color: #ffffff;
}

.xxgk-wrap li{
    border-radius: 12px;
}
.main .bsfw .tit {
    height: 54px;
	font-size: 45px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 54px;
	letter-spacing: 1px;
	color: #0381e1;
    text-align: center;
}

.bsfw-con{
    margin-top: 54px;
    overflow: hidden;
}
.bsfw-con .box1{
    display: block;
    float: left;
    width: 802px;
	height: 289px;
	background-color: #f3fbff;
	border-radius: 12px;
	border: solid 1px #e5f0f5;
    box-sizing: border-box;
    padding: 80px 32px;
}
.bsfw-con .box1 p:first-of-type{
    font-size: 40px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: 0px;
	color: #035db6;
    text-align: center;
}
.bsfw-con .box1 p:last-of-type{
    font-size: 32px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: 0px;
	color: #379cff;
    text-align: center;
    margin-top: 12px;
}
.bsfw-con .box2{
    display: block;
    float: right;
    width: 339px;
	height: 290px;
	background-color: #f3fbff;
	border-radius: 12px;
	border: solid 1px #e5f0f5;
}
.bsfw-con .box2 .poster{
    width: 100%;
    box-sizing: border-box;
    padding: 24px;
}
.bsfw-con .box2 .poster img{
    width: 300px;
}

.bsfw-con .box2 p{
    font-size: 31px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: 0px;
	color: #035db6;
    text-align: center;
}


 @media (max-width: 767px) {
     .main .fwzq ul.icon li.icon5 p{
         line-height: auto;
     }
     body{
         min-width: auto
     }
 }