*
{
    margin: 0;
    padding: 0;
}
img
{
    border: 0;
}
.clear
{
    clear: both;
}
.section
{
    width: 1200px;
    margin: 0 auto;
}
body
{
    background-color: #f6f7fb;
    font-family: "Source Han Sans";
}
.header
{
    height: 90px;
}
.header .logo
{
    padding-top: 30px;
    float: left;
}
.header .nav
{
    float: right;
}
.header .nav ul
{
    list-style: none;
}
.header .nav > ul > li
{
    float: left;
    line-height: 116px;
    text-align: center;
    padding-right: 26px;
}
.header .nav > ul li > a
{
    font-size: 16px;
    padding-bottom: 10px;
    color: #000;
    text-decoration: none;
}
.header .nav li a.current
{
    color: #1168b3;
    border-bottom: 2px solid #ae2922;
}
.header .nav li a:hover
{
    color: #ae2922;
    border-bottom: 2px solid #ae2922;
}
.header .zscx
{
    float: right;
    padding-top: 25px;
    padding-left: 40px;
}
.header .zscx a
{
    display: block;
    width: 100px;
    height: 40px;
    padding-left: 16px;
    border-radius: 4px;
    text-decoration: none;
    color: white;
    font-size: 14px;
    line-height: 40px;
    background: url(../images/serch.png) no-repeat center right 12px;
    background-color: #ae2922;
}
.head
{
    height: 70px;
    line-height: 70px;
    background: #ffffff;
    display: none;
}
.head .logo
{
    float: left;
    margin-top: 5px;
}
.head .toggle
{
    float: right;
    margin-top: 4px;
}
/*导航下拉*/
.dropdown
{
    position: relative;
    z-index: 100;
}
.dropdown .dropdown-content
{
    width: 100%;
    position: absolute;
    top: 80px;
    left: -12px;
    background-color: #ffffff;
    display: none;
    z-index: 999;
}
.dropdown .dropdown-content li
{
    position: relative;
}
.dropdown .dropdown-content li a
{
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding-bottom: 0 !important;
}
.dropdown .dropdown-content li:hover > a
{
    border-bottom: none;
}
.dropdown:hover .dropdown-content
{
    display: block;
}
.dropdown-content .dropdown-item
{
    width: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #ffffff;
    display: none;
    z-index: 100;
}
.dropdown-content li:hover .dropdown-item
{
    display: block;
}
/* 移动端导航 */
.mobile-nav
{
    display: none;
    background: #fff;
}
.mobile-nav ul > li
{
    list-style: none;
    width: 100%;
}
.mobile-nav ul > li > a
{
    margin-top: 10px;
    display: block;
    color: #333;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding-left: 15px;
    text-decoration: none;
}
.mobile-nav ul > li:hover
{
    background: #ae2922;
}
.mobile-nav ul > li:hover > a
{
    color: #fff;
}
.mobile-nav li.dropdown
{
    height: auto;
}
.mobile-nav .dropdown > a
{
    background: url(../images/down.png) no-repeat 85px center;
}
.mobile-nav .dropdown:hover > a
{
    background-image: url(../images/down-on.png);
}
.mobile-nav .dropdown:hover .dropdown-content
{
    display: none;
}
.mobile-nav .dropdown .dropdown-content
{
    position: static;
    width: 100%;
}
.mobile-nav .dropdown .dropdown-content li a
{
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
    font-size: 14px;
    text-align: left;
}
/* banner */
.banner
{
    height: 366px;
    background: url(../images/banner.png) no-repeat center top;
    background-size: 100% 100%;
    position: relative;
    z-index: 10;
    margin-top: 20px;
}
/* 证书查询 */
.certificate
{
    padding-top: 60px;
}
.search
{
    margin-right: 42px;
    float: left;
    width: 382px;
    background-color: #fff;
}
.search img
{
    width: 100%;
}
.search input
{
    width: 87%;
    height: 48px;
    line-height: 48px;
    padding-left: 16px;
    border: 1px solid #dce0e5;
    margin-top: 14px;
    margin-left: 16px;
}
.search a.login
{
    text-decoration: none;
    margin-top: 20px;
    display: block;
    width: 92%;
    height: 48px;
    line-height: 48px;
    background-color: #ae2922;
    font-size: 16px;
    border-radius: 2px;
    color: #fff;
    text-align: center;
    margin-left: 16px;
}
/* 新闻动态 */
.right_b
{
    float: right;
    box-sizing: border-box;
    width: 826px;
    height: 318px;
    background-color: #ffffff;
}
.right_b .title
{
    margin-bottom: 20px;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e8e9eb;
}
.right_b .title .fl
{
    padding: 0 20px;
    float: left;
}
.right_b .title > div.fl a
{
    text-decoration: none;
    color: #000;
    display: inline-block;
    font-size: 20px;
    margin-right: 20px;
    height: 48px;
}
.right_b .title > div.fl a.on, .right_b .title > div.fl a:hover
{
    color: #ae2922;
    border-bottom: 2px solid #ae2922;
}
.right_b_lf
{
    float: left;
}
.right_b_lf ul
{
    list-style: none;
    width: 370px;
}
.right_b_lf ul li
{
    line-height: 34px;
    padding-left: 20px;
}
.right_b_lf ul li a
{
    text-decoration: none;
    color: #333;
    font-size: 16px;
}
.right_b_lf ul li a:hover
{
    color: #ae2922;
}
.right_b_lf span
{
    float: right;
    font-size: 14px;
    color: #999;
}
.right_b_rt span
{
    float: right;
    font-size: 14px;
    color: #999;
}
.right_b_rt
{
    margin-left: 66px;
    float: left;
}
.right_b_rt ul
{
    list-style: none;
    width: 370px;
}
.right_b_rt ul li
{
    line-height: 34px;
    padding-left: 20px;
}
.right_b_rt ul li a
{
    text-decoration: none;
    color: #333;
    font-size: 16px;
}
.right_b_rt ul li a:hover
{
    color: #ae2922;
}


/* 服务认证 */
.service
{
    padding-top: 40px;
}
.service .left_fl
{
    width: 296px;
    float: left;
    margin-right: 29px;
}
.service .left_fl .title
{
    float: left;
    width: 283px;
}
.service .left_fl .title h3
{
    float: left;
    margin-bottom: 30px;
}
.service .left_fl .ckgd
{
    float: right;
}
.service .left_fl .ckgd a
{
    color: #999;
    text-decoration: none;
    font-size: 14px;
}
.service .left_fl .ckgd img
{
    margin-top: 6px;
}
.service .left_fl_b
{
    float: left;
}
.service .left_fl_b a
{
    text-decoration: none;
}
.service .left_fl_b p
{
    width: 283px;
    height: 167px;
    background: url(../images/Services1.png) no-repeat center;
    color: #fff;
    text-align: center;
    line-height: 167px;
    font-size: 14px;
    padding-bottom: 30px;
}
.service .left_fl_b .content
{
    width: 283px;
    height: 167px;
    background: url(../images/Services4.png) no-repeat center;
    color: #fff;
    text-align: center;
    line-height: 167px;
    font-size: 14px;
}

.service .left_fr
{
    width: 423px;
    float: left;
    margin-right: 29px;
}
.service .left_fr .title
{
    float: left;
    width: 423px;
}
.service .left_fr .title h3
{
    float: left;
    margin-bottom: 30px;
}
.service .left_fr .ckgd
{
    float: right;
}
.service .left_fr .ckgd a
{
    color: #999;
    text-decoration: none;
    font-size: 14px;
}
.service .left_fr .ckgd img
{
    margin-top: 6px;
}
.service .rightb_rt .title
{
    float: left;
    width: 423px;
}
.service .rightb_rt .title h3
{
    float: left;
    margin-bottom: 30px;
}
.service .rightb_rt .ckgd
{
    float: right;
}
.service .left_fr .ckgd a
{
    color: #999;
    text-decoration: none;
    font-size: 14px;
}
.service .rightb_rt .ckgd img
{
    margin-top: 6px;
}
.rightb_rt_b
{
    width: 418px;
    float: right;
}
.rightb_rt_b ul
{
    list-style: none;
    width: 418px;
    height: 368px;
    background-color: #fff;
}
.rightb_rt_b ul li
{
    padding-top: 18px;
    padding-left: 20px;
}
.rightb_rt_b ul li a
{
    text-decoration: none;
    color: #333;
    font-size: 16px;
}
.rightb_rt_b ul li span
{
    font-size: 14px;
    float: right;
    color: #999;
    margin-right: 14px;
}
.rightb_rt_b ul li a:hover
{
    color: #ae2922;
}

/* 审核员专区 */
.service1
{
    padding-top: 40px;
}
.service1 .left_fl
{
    width: 296px;
    float: left;
    margin-right: 29px;
}
.service1 .left_fl .title
{
    float: left;
    width: 283px;
}
.service1 .left_fl .title h3
{
    float: left;
    margin-bottom: 30px;
}
.service1 .left_fl .ckgd
{
    float: right;
}
.service1 .left_fl .ckgd a
{
    color: #999;
    text-decoration: none;
    font-size: 14px;
}
.service1 .left_fl .ckgd img
{
    margin-top: 6px;
}
.service1 .left_fl_b
{
    float: left;
}
.service1 .left_fl_b a
{
    text-decoration: none;
}
.service1 .left_fl_b p
{
    width: 283px;
    height: 340px;
    background: url(../images/gongkaixing.png) no-repeat center;
    color: #fff;
    text-align: center;
    line-height: 167px;
    font-size: 14px;
    padding-bottom: 30px;
}

.service1 .left_fr
{
    width: 423px;
    float: left;
    margin-right: 29px;
}
.service1 .left_fr .title
{
    float: left;
    width: 423px;
}
.service1 .left_fr .title h3
{
    float: left;
    margin-bottom: 30px;
}
.service1 .left_fr .ckgd
{
    float: right;
}
.service1 .left_fr .ckgd a
{
    color: #999;
    text-decoration: none;
    font-size: 14px;
}
.service1 .left_fr .ckgd img
{
    margin-top: 6px;
}
.service1 .rightb_rt .title
{
    float: left;
    width: 423px;
}
.service1 .rightb_rt .title h3
{
    float: left;
    margin-bottom: 30px;
}
.service1 .rightb_rt .ckgd
{
    float: right;
}
.service1 .left_fr .ckgd a
{
    color: #999;
    text-decoration: none;
    font-size: 14px;
}
.service1 .rightb_rt .ckgd img
{
    margin-top: 6px;
}

/* 友情链接 */
.link ul
{
    padding-top: 30px;
    width: 1250px;
    list-style: none;
    overflow: hidden;
}
.link li
{
    width: 15%;
    float: left;
    margin-right: 16px;
}
.link li img
{
    width: 100%;
    height: 54px;
}
/* 底部 */
.footer
{
    margin-top: 30px;
    height: 381px;
    background: url(../images/dibu.png)no-repeat center;
}
.footer-top
{
    padding-top: 60px;
    overflow: hidden;
}
.footer .section .item
{
    overflow: hidden;
    float: left;
}
.footer .section .item dl
{
    float: left;
    margin-right: 70px;
}
.footer .section .item dt
{
    font-size: 18px;
    color: #f6f7fb;
    padding-bottom: 12px;
}
.footer .item dt .line
{
    width: 30px;
    height: 2px;
    background-color: #fff;
    margin: 10px 0;
}
.footer .section .item dd a
{
    padding-top: 128px;
    text-decoration: none;
    font-size: 14px;
    color: #f6f7fb;
    line-height: 30px;
}
.footer-code
{
    float: right;
}
.footer-code img
{
    margin-bottom: 12px;
}
.footer-code p
{
    font-size: 14px;
    color: #f6f7fb;
}
.footer-bottom
{
    border-top: 1px solid #a9a6a6;
    margin-top: 60px;
    padding-top: 30px;
    overflow: hidden;
}
.footer-bottom .item2 p
{
    color: #fff;
    text-align: center;
}
/******列表页******/
.detail_title
{
    height: 40px;
    line-height: 40px;
    background-color: #f2f2f2;
    margin-bottom: 20px;
}
.detail_title img
{
    position: relative;
    top: -2px;
    margin-right: 2px;
}
.detail_title a
{
    text-decoration: none;
    color: #666666;
}
.detail_title .color
{
    color: #ae2922;
}
.content_lt
{
    float: left;
    width: 22%;
    margin-bottom: 30px;
}
.content_lt .first
{
    margin-bottom: 10px;
    padding-top: 20px;
    padding-left: 20px;
    height: 100px;
    background-color: #ae2922;
}
.content_lt .first a
{
    text-decoration: none;
    display: inline-block;
    font-size: 24px;
    color: #ffffff;
    border-bottom: 1px solid #fff;
    padding-bottom: 0px;
    margin: 0;
}
.content_lt .first_1
{
    margin-bottom: 10px;
    padding-left: 20px;
    height: 100px;
    background-color: #ae2922;
}
.content_lt .first_1 span
{
    display: block;
    letter-spacing: 1px;
    color: #eee;
}
.content .content_rt li p
{
    color: #808080;
    margin: 10px 0 15px;
    text-indent: 0;
}
.content_lt .first_1 a
{
    text-decoration: none;
    display: inline-block;
    font-size: 24px;
    color: #ffffff;
    border-bottom: 1px solid #fff;
    padding-bottom: 0px;
    margin: 15px 0 10px;
}
.content_lt .first span
{
    display: block;
    letter-spacing: 1px;
    color: #eee;
}
.content_lt li
{
    list-style: none;
    margin-bottom: 10px;
    height: 54px;
    line-height: 54px;
    width: 100%;
    background-color: #f2f2f2;
}
.content_lt li a
{
    list-style: none;
    margin-bottom: 10px;
    height: 54px;
    line-height: 54px;
    width: 100%;
    padding-left: 20px;
}
.content_lt .Sub li a
{
    list-style: none;
    text-decoration: none;
    display: inline-block;
    text-align: left;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    font-size: 16px;
    color: #595959;
}
.content_lt .Sub_1 li a
{
    text-decoration: none;
    display: inline-block;
    text-align: left;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    font-size: 16px;
    color: #595959;
}
.content_lt li.current, .content_lt li:hover
{
    background-color: #ae2922;
}
.content_lt li.current a, .content_lt li:hover a
{
    color: #fff;
}
.content_rt
{
    float: right;
    width: 75%;
    margin: 10px 0 30px 0;
}
.content_rt ul li
{
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 38px;
}
.content_rt li .top a
{
    text-decoration: none;
    float: left;
    font-size: 18px;
    color: #262626;
    padding-left: 0px;
    background: url(../images/xing.png) no-repeat left center;
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.content_rt li:hover .top a
{
    color: #ae2922;
}
.content_rt li p
{
    margin: 10px 0 18px;
}
.content_rt li .top span
{
    float: right;
    color: #808080;
}
/* .content .content_rt li p{
    color: #808080;
    margin: 10px 0 15px;
    text-indent:0;
  } */
.page
{
    font-size: 0;
    text-align: right;
}
.page a
{
    text-decoration: none;
    display: inline-block;
    border: 1px solid #d9d9d9;
    height: 34px;
    line-height: 34px;
    padding: 0 15px;
    margin: 0 5px;
    font-size: 14px;
    color: #999999;
}
.page a.border, .page a.border:hover
{
    border: 0;
}
.page a.on, .page a:hover
{
    background: #ae2922;
    border-color: #ae2922;
    color: #fff;
}
.link .Part li a
{
    height: 18px;
    line-height: 30px;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
}
.link .Part2 li a
{
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    height: 18px;
    line-height: 30px;
}
.footer .fr h4
{
    padding-bottom: 0px;
}
.link .Part li
{
    padding-top: 4px;
}
.link .Part2 li
{
    margin-left: 68px;
    padding-top: 4px;
}
.footer .fuzhuxian
{
    margin-top: 176px;
}
.footer p
{
    padding-top: 8px;
}
/******详情页******/
.content_rt .content-title
{
    border-bottom: 1px dashed #dcdee0;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.content .content_rt h2
{
    font-size: 30px;
    margin-bottom: 10px;
}
.content_rt span
{
    color: #cccccc;
}
.content .content_rt p
{
    width: 100%;
    color: #000;
    line-height: 28px;
    text-indent: 2em;
    text-align: justify;
    margin-top: 10px;
}
/*移动端样式*/
@media (max-width:767px)
{
    .section
    {
        width: 90%;
    }

    img.logo
    {
        width: 42%;
        padding: 20px 0;
    }
    .banner
    {
        max-height: 140px;
        padding-top: 0px;
        margin-top: 0;
    }

    .header
    {
        display: none;
    }

    .head
    {
        display: block;
    }

    .head
    {
        background-color: #fff;
    }
    .header .logo
    {
        max-height: 40px;
        margin-top: 6px;
    }
    .head .toggle
    {
        float: right;
        width: 9%;
        margin-top: 12px;
    }
    .search
    {
        width: 100%;
    }
    .right_b
    {
        margin-top: 30px;
        float: left;
        width: 100%;
        height: 588px;
    }
    .right_b_rt
    {
        margin-top: 20px;
        float: left;
    }
    .right_b_rt
    {
        margin-left: 0;
    }
    .right_b span
    {
        display: none;
    }

    .left_fl img
    {
        display: none;
    }
    .rightb_rt ul li
    {
        width: 100%;
    }
    .rightb_rt ul
    {
        width: 100%;
    }
    .service .rightb_rt .title
    {
        margin-top: 30px;
    }
    .service .left_fr
    {
        width: 100%;
    }
    .left_fr_b img
    {
        width: 100%;
    }

    .service .left_fr .title
    {
        width: 100%;
    }
    .service .rightb_rt .title
    {
        width: 100%;
    }
    .rightb_rt_b
    {
        width: 100%;
    }
    .rightb_rt_b span
    {
        display: none;
    }
    .link
    {
        margin-top: 30px;
    }
    .link ul
    {
        width: 100%;
    }
    .link li
    {
        width: 45%;
    }
    .footer
    {
        height: 750px;
        background-color: #3c4049;
    }
    .footer .section .item dl
    {
        margin-right: 22px;
        margin-bottom: 20px;
    }
    .footer-code
    {
        float: left;
    }
}
@media (max-width: 480px)
{
    .head
    {
        height: 50px;
        line-height: 50px;
    }

    .head .toggle
    {
        width: 9%;
        margin-top: 12px;
    }

    .head .logo
    {
        width: 60%;
        max-height: 30px;
        margin-top: -10px;
    }
    .right_b_lf ul li a
    {
        font-size: 13px;
    }
    .right_b_rt ul li a
    {
        font-size: 13px;
    }
    .content_lt .first
    {
        padding-left: 4px;
    }
    .content_lt .first a
    {
        font-size: 14px;
        padding-bottom: 12px;
    }
    .content_lt .first span
    {
        font-style: 12px;
        padding-bottom: 12px;
    }
    .content_lt .Sub li a
    {
        font-size: 14px;
        padding-left: 0;
    }
    .content_lt .first_1
    {
        padding-left: 4px;
    }
    .content_lt .first_1 a
    {
        font-size: 14px;
        padding-bottom: 12px;
    }
    .content_lt .first_1 span
    {
        font-style: 12px;
        padding-bottom: 12px;
    }
    .content_lt .Sub_1 li a
    {
        font-size: 14px;
        padding-left: 0;
    }
    .link li
    {
        width: 44%;
    }
}
@media (min-width: 768px)
{
    .section
    {
        width: 750px;
    }
    .banner
    {
        height: 270px;
    }

    .head
    {
        display: block;
    }

    .header
    {
        display: none;
    }
    .head .logo
    {
        width: 40%;
        padding: 10px;
    }
    .nav
    {
        display: none;
    }
    .toggle
    {
        padding-top: 20px;
        float: right;
    }
    .service .left_fl_b p
    {
        padding-bottom: 17px;
    }
    .right_b
    {
        margin-top: 30px;
    }
    .rightb_rt
    {
        float: left;
        padding-top: 30px;
    }
    .service .left_fl
    {
        margin-right: 1px;
    }
    .link ul
    {
        width: 100%;
    }
    .link li
    {
        width: 31%;
    }
    .footer .section .item dl
    {
        margin-right: 34px;
    }
}
@media (min-width: 992px) and (max-width: 1199px)
{
    .section
    {
        width: 100%;
    }
    .head
    {
        display: none;
    }
    .header
    {
        display: block;
        height: 100px;
        background-color: #ffffff;
        min-width: 100%;
    }
    .header .logo
    {
        float: left;
        margin-top: 4px;
        margin-right: 36px;
    }

    .nav
    {
        display: block;
    }
    .header .nav > ul > li
    {
        padding-right: 12px;
    }
    .search
    {
        margin-left: 30px;
        margin-right: 24px;
    }
    .service .left_fl_b p
    {
        padding-bottom: 19px;
    }
    .rightb_rt
    {
        padding-left: 30px;
        padding-top: 30px;
        float: left;
    }

    .right_b
    {
        margin-left: 30px;
    }

    .rightb_rt ul li
    {
        width: 94%;
    }
    .link
    {
        padding-left: 30px;
        padding-top: 60px;
    }
    .link li
    {
        width: 15%;
    }
    .footer .section .item
    {
        margin-left: 20px;
    }
    .footer-code
    {
        margin-right: 20px;
    }
}
@media (min-width: 1200px)
{
    .section
    {
        width: 1250px;
    }
    .header .logo
    {
        margin-top: 4px;
    }

    .head
    {
        display: none;
    }

    .header
    {
        display: block;
    }
    .right_b
    {
        margin-top: 0;
    }
    .nav
    {
        display: block;
    }
    .left_fl
    {
        display: block;
    }
    .rightb_rt ul li
    {
        width: 96%;
    }
    .link li
    {
        width: 15%;
    }
    .footer .section .item dl
    {
        margin-right: 50px;
    }
    .rightb_rt
    {
        width: 450px;
        padding-top: 0;
    }
    .service .rightb_rt .title
    {
        width: 450px;
    }
    .service1 .rightb_rt .title
    {
        width: 450px;
    }
    .rightb_rt_b
    {
        width: 450px;
    }
    .rightb_rt_b ul
    {
        width: 450px;
    }
    .service .left_fl
    {
        margin-right: 40px;
    }
    .service .left_fr
    {
        margin-right: 40px;
    }
    .banner
    {
        height: 370px;
    }
}
