﻿.titleBar
{
    margin-top: 70px;
    margin-bottom: 40px;
}

.modular-en
{
    color: #d9d9d9;
    font-size: 40px;
    text-align: center;
    font-weight:bold;
}

.modular-title
{
    color: #3399cc;
    font-size: 30px;
    text-align: center;
    font-weight:bold;
}

.modular-title:before
{
    content: "————————————";
    color: #cbcaca;
    font-size: 10px;
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px; 
}

.modular-title:after
{
    content: "————————————";
    color: #cbcaca;
    font-size: 10px;
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px; 
}

@media (max-width: 768px)
{
    .titleBar
    {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .modular-en
    {
        font-size: 27px;
    }

    .modular-title
    {
        font-size: 25px;
    }

    .modular-title:before
    {
        content: "————"; 
    }

    .modular-title:after
    {
        content: "————";
    }
}

/*产品*/
.product-box
{
    background: url(../Images/indexProductBg.png) center -278px no-repeat #fff;
    padding-bottom: 70px;
    overflow: hidden;
}

.product-box .product-type li
{
    float: left;
    width: 12%;
    margin-right: 0.5%;
    border: #c5c5c5 solid 1px;
    box-sizing: border-box;
    font-weight: bold;
}

.product-box .product-type li a
{
    display: block;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
}

.product-box .product-type li a:hover
{
    background: #3399cc;
    color: #fff;
}

.product-box .product-type li:last-child
{
    margin-right: 0px;
}

.product-box .product-list
{
    margin-top: 40px;
}

.product-box .product-list li
{
    float: left;
    width: 24.1%;
    margin-right: 1%;
    margin-bottom: 20px;
    border: #dedede solid 1px;
    box-sizing: border-box;
}

.product-box .product-list li:hover
{
    box-shadow: 0px 7px 15px #cbcbcb;
}

.product-box .product-list li:nth-child(4n)
{
    margin-right: 0px;
}

.product-box .product-list li span
{
    display: block;
    text-align: center;
    font-size: 16px;
    height: 42px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.product-box .product-list .imgBox
{
    width: 100%;
    padding-bottom: 75%;
    overflow: hidden;
    background: #fff;
    position: relative;
}

@media (max-width: 768px)
{
    .product-box
    {
        padding-bottom: 20px;
    }

    .product-box .product-list
    {
        margin-top: 0.5%;
    }

    .product-box .product-type li
    {
        width: 49%;
        margin: 0.5% 0.5%;
    }

    .product-box .product-list li
    {
        width: 49%;
        margin: 0.5% 0.5%;
    }
}

/*优势*/
.advantage-box
{
    background: url(../Images/advantageBg.jpg) no-repeat center;
    height: 731px;
    overflow: hidden;
}

.advantage-box ul li
{
    width: 50%;
    float: left;
    box-sizing: border-box;
    margin-bottom: 50px;
}

.advantage-box ul li img
{
    float: left;
}

.advantage-box ul li:nth-child(2n)
{
    padding-left: 4%;
}

.advantage-box ul li dl
{
    float: left;
    width: 60%;
    margin-left: 8%;
}

.advantage-box ul li dt
{
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: #cbcaca dashed 1px;
}

.advantage-box ul li dd
{
    font-size: 16px;
    color: #6d6d6d;
    margin-top: 20px;
    line-height: 30px;
}

@media (max-width: 768px)
{
    .advantage-box
    {
        background: url(../Images/advantageBgForM.jpg) repeat;
        height: initial;
    }

    .advantage-box ul li
    {
        width: 100%;
        margin-bottom: 20px;
    }

    .advantage-box ul li img
    {
        margin-top: 5%;
        max-width: 30%;
    }

    .advantage-box ul li dl
    {
        width: 67%;
        margin-left: 3%;
    }

    .advantage-box ul li dt
    {
        font-size: 16px;
        padding-bottom: 10px;
    }

    .advantage-box ul li:nth-child(2n)
    {
        padding-left: 0;
    }

    .advantage-box ul li dd
    {
        margin-top: 10px;
        font-size: 14px;
    }
}

/*口碑*/
.koubei-box
{
    background: url(../Images/koubeiBg.jpg) no-repeat center;
    height: 1016px;
    overflow: hidden;
}

.koubei-box .koubei-title
{
    display: none;
}

.koubei-box .main
{
    margin-top: 225px;
    height: 740px;
    overflow: hidden;
}

.koubei-box ol 
{
	float: left;
    margin-right: 10px;
}

.koubei-box ol li {
    height: 240px;
    width: 280px;
    margin-bottom: 10px;
	overflow: hidden;
    cursor: pointer;
    background: #fff;
}

.koubei-box ol li .icon
{
    overflow: hidden;
    padding-left: 40px;
    box-sizing: border-box;
    background: url(../Images/koubeiNornalBg.png) no-repeat 10px 10px;
}

.koubei-box ol li .number
{
    font-size: 40px;
    margin-top: 80px;
    color: #2b8cbc;
}

.koubei-box ol li .title
{
    font-size: 20px;
    margin-top: 20px;
}

.koubei-box ol li .en
{
    margin-top: 20px;
    color: #b5b5b5;
}

.koubei-box ol li.on {
    color: #fff;
    background: url(../Images/koubeiHoverBg.png) no-repeat #2b8cbc;
}

.koubei-box ol li.on .icon
{
    background: url(../Images/koubeiWhiteIcon.png) no-repeat 10px 10px;
}

.koubei-box ol li.on .number
{
    color: #fff;
}

.koubei-box ol li.on .en
{
    color: #fff;
}

.koubei-box ul {
	height: 100%;
	background: #fff;
    display: block;
    overflow: hidden;
    float: right;
}

.koubei-box ul li:nth-child(2), .koubei-box ul li:nth-child(3)
{
    display: none;
}

@media (max-width: 768px)
{
    .koubei-box
    {
        height: initial;
        background-position-y: -100px;
    }

    .koubei-box .koubei-title
    {
        display: block;
        width: 100%;
    }

    .koubei-box .main
    {
        height: initial;
        margin-top: 0px;
        padding: 0px 0px 20px 0px;
    }

    .koubei-box ol
    {
        float: none;
        margin-right: 0px;
        display: flex;
    }

    .koubei-box ol li
    {
        padding-bottom: 20px;
        height: initial;
    }

    .koubei-box ol li:nth-child(2)
    {
        border-left: #dedede solid 1px;
        border-right: #dedede solid 1px;
        box-sizing: border-box;
    }

    .koubei-box ol li .icon
    {
        padding-left: 0px;
        text-align: center;
    }

    .koubei-box ol li .en
    {
        display: none;
    }

    .koubei-box ol li .title 
    {
        font-size: 15px;
    }

    .koubei-box ol li .number
    {
        margin-top: 30px;
    }

    .koubei-box ul
    {
        width: 100%;
        float: none;
    }

    .koubei-box ul li
    {
        width: 100%;
    }

    .koubei-box ul li img
    {
        width: 100%;
    }
}

/*流程*/
.process-box
{
    background: url(../Images/processBg.jpg) no-repeat center;
    height: 848px;
}

.process-box img
{
    display: none;
}

@media (max-width: 768px)
{
    .process-box
    {
        background: none;
        height: initial;
    }

    .process-box img
    {
        display: block;
        width: 100%;
    }
}

/*新闻*/
.news-box
{
    overflow: hidden;
    background: #f9f9f9;
    padding: 70px 0px;
}

.news-box .boke-box
{
    float: left;
    width: 48%;
}

.news-box .fangan-box
{
    float: left;
    width: 48%;
    margin-left: 4%;
}

.news-box dt
{
    position: relative;
    z-index: 1;
    padding-bottom: 20px;
    border-bottom: #d6d6d6 solid 2px;
}

.news-box dt span
{
    display: inline-block;
}

.news-box dt a
{
    display: inline-block;
    position: absolute;
    top: 14%;
    right: 10px;
    background: #3399cc;
    border-radius: 10px;
    padding: 5px 15px;
    color: #fff;
}

.news-box .title
{
    font-size: 30px;
    font-weight: bold;
    color: #3399cc;
}

.news-box .en
{
    color: #b2b2b2;
    margin-left: 10px;
}

.news-box dd hr
{
    background: #ff5600;
    border: none;
    height: 2px;
    display: block;
    width: 40%;
    margin-top: -2px;
    position: relative;
    z-index: 2;
}

.news-box dd a
{
    color: #686868;
    font-size: 16px;
}

.news-box dd span
{
    color: #b3b3b3;
    float: right;
    font-size: 16px;
}

.news-box dd ul
{
    display: block;
    margin-top: 20px;
}

.news-box dd li
{
    clear: both;
    line-height:45px;
    height: 45px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    border-bottom: #d6d6d6 dashed 1px;
    background: url(../Images/indexNewsIcon.jpg) no-repeat 0px center; 
    padding-left: 20px;
}

@media (max-width: 768px)
{
    .news-box
    {
        padding: 20px 0px;
    }

    .news-box .boke-box
    {
        width: 100%;
    }

    .news-box .boke-box li:last-child
    {
        border: none;
    }

    .news-box .fangan-box
    {
        padding-top: 20px;
        border-top: #fff solid 2px;
        margin-left: 0;
        width: 100%;
    }

    .news-box .en
    {
        display: none;
    }
}


/*合作伙伴*/
.parner-box
{
    padding: 60px 0px;
}

.parner-box .title
{
    color: #3399cc;
    font-size: 30px;
}

.parner-box .en
{
    color: #b2b2b2;
    margin-left: 15px;
}

.parner-box dt
{
    position: relative;
}

.parner-box dt a
{
    display: inline-block;
    position: absolute;
    top: 14%;
    right: 10px;
    background: #3399cc;
    border-radius: 10px;
    padding: 5px 15px;
    color: #fff;
}

.parner-box ul
{
    display: block;
    margin-top: 30px;
}

.parner-box li
{
    float: left;
    width: 15.6%;
    margin-right: 1.1%;
    border: #e6e6e6 solid 1px;
    box-sizing: border-box;
    margin-bottom: 1%;
}

.parner-box li .imgBox {
    width: 100%;
    padding-bottom: 50%;
    overflow: hidden;
    background: #fff;
    position: relative;
}

.parner-box li:nth-child(6n)
{
    margin-right: 0px;
}


@media (max-width: 768px)
{
    .parner-box
    {
        padding: 20px 0px;
    }

    .parner-box .en
    {
        display: none;
    }

    .parner-box li
    {
        width: 32.6%;
    }

    .parner-box li:nth-child(3n)
    {
        margin-right: 0px;
    }
}

/*友情链接*/
.firendship-box
{
    margin-bottom: 60px;
}

.firendship-box dt
{
    float: left;
}

.firendship-box dd
{
    overflow: hidden;
}

.firendship-box .title
{
    color: #3399cc;
    font-size: 30px;
}

.firendship-box .en
{
    color: #b2b2b2;
    margin-left: 15px;
}


.firendship-box li
{
    float: left;
    line-height: 39px;
}

.firendship-box a
{
    color: #676767;
    padding: 0px 20px;
}

@media (max-width: 768px)
{
    .firendship-box
    {
        display: none;
    }
}