﻿body
{
    margin: 0px auto;
}
li
{
    list-style: none;
}
a
{
    text-decoration: none;
}
.section li
{
    box-sizing: border-box;
    float: left;
    width: 380px;
    height: 356px;
    background-color: #ffffff;
    box-shadow: 0 3px 10px 0 rgba(131, 136, 141, 0.28);
    text-align: center;
    padding-top: 20px;
    margin-right: 30px;
}

.section li p
{
    text-align: left;
    width: 300px;
    height: 53px;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    margin: 20px auto 60px;
}
/*认证服务*/
.service
{
    height: 551px;
    min-width: 1200px;
    background: url("../images/service_bg.png") no-repeat;
}
.service .section
{
    position: relative;
}
.service .section .title
{
    padding-top: 15px;
}
.service .section ul
{
    overflow: hidden;
}
.service .section .title h1, .service .section .title span
{
    color: #ffffff;
}
.service .section .title a
{
    display: inline-block;
    color: #ffffff;
}
.service .section li
{
    box-sizing: border-box;
    float: left;
    width: 380px;
    height: 356px;
    background-color: #ffffff;
    box-shadow: 0 3px 10px 0 rgba(131, 136, 141, 0.28);
    margin-top: 40px;
    text-align: center;
    padding-top: 20px;
    margin-right: 30px;
}
.service .section li.last
{
    margin-right: 0;
}
.service .section li span
{
    font-size: 48px;
    color: #cccccc;
}
.service .section li h2
{
    font-size: 18px;
    color: #333333;
    padding-top: 20px;
}
.service .section li .line
{
    width: 40px;
    height: 2px;
    background-color: #f7a500;
    margin: 0 auto;
    margin-top: 20px;
}
.service .section li p
{
    text-align: left;
    width: 300px;
    height: 53px;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    margin: 20px auto 60px;
}
.service .section li a
{
    display: inline-block;
    width: 120px;
    font-size: 14px;
    color: #999999;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
}
.service .section li:hover span, .service .section li:hover h2
{
    color: #2590d4;
}
.service .section li:hover .line
{
    background-color: #2590d4;
}
.service a.img1
{
    background: #ffffff url("../images/left_gray.png") no-repeat center center;
    position: absolute;
    bottom: 0;
    left: -64px;
    display: inline-block;
    width: 34px;
    height: 34px;
    cursor: pointer;
}
.service .img2
{
    background: #ffffff url("../images/right_blue.png") no-repeat center center;
    position: absolute;
    bottom: 0;
    right: -64px;
    display: inline-block;
    width: 34px;
    height: 34px;
    cursor: pointer;
}
.section
{
    margin: 0 auto;
    width: 1200px;
}
.service .section
{
    position: relative;
}
/*设置默认字体*/
body, button, input, select, textarea
{
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #333333;
}
.title h1
{
    display: inline-block;
    font-size: 26px;
    font-weight: normal;
}

.service .section .title a
{
    display: inline-block;
    color: #ffffff;
    position: relative;
    top: 30px;
}
/** 浮动 **/
.fl
{
    float: left;
}
.fr
{
    float: right;
}
