﻿/*内页公共部分*/
.titleBar
{
    padding-top: 100px;
    margin-bottom: 40px;
}

.modularEn
{
    color: #f2f2f2;
    font-size: 60px;
    text-align: center;
    font-weight:bold;
}

.modularTitle
{
    color: #3f3f3f;
    font-size: 30px;
    text-align: center;
    margin-top: -35px;
    font-weight:bold;
}

.modularText
{
    color: #7f7f7f;
    text-align: center;
    margin-top: 5px;
}

@media (max-width: 768px)
{
    .titleBar
    {
        padding-top: 20px;
        margin-bottom: 20px;
    }

    .modularEn
    {
        font-size: 31px;
    }

    .modularTitle
    {
        font-size: 21px;
        margin-top: -21px;
    }

    .modularText
    {
        display: none;   
    }
}

/*分页控件*/
.MvcPagerCtrl
{
	font-family: 微软雅黑;
	text-align: center;
	margin-top: 20px;
	padding-bottom: 10px;
}

.MvcPagerCtrl a
{
	color: #ffffff;
    border: #3f3f3f solid 1px;
    background-color: #3f3f3f;
    text-decoration: none;
	font-size: 16px;
	width: 49%;
	padding: 5px 20px;
}

.MvcPagerCtrl a:hover
{
	color: rgb(0, 0, 0);
	border: 1px solid #3f3f3f;
    background-color: #3f3f3f;
}
/*分页控件结束*/

/*内页标题*/
.innerTitle 
{
    color: #333333;
    font-size: 30px;
    text-align: center;
    margin: 70px 0px;
}

.innerTitle:before
{
    content: "—————— ";
    color: #dddddd;
}

.innerTitle:after
{
    content: " ——————";
    color: #dddddd;
}

@media (max-width: 768px)
{
    .innerTitle
    {
        color: #333333;
        font-size: 18px;
        text-align: center;
        margin: 20px 0px 20px 0px;
    }

    .innerTitle:before
    {
        content: "—— ";
    }

    .innerTitle:after
    {
        content: " ——";
    }
    }
/*内页标题*/

/*位置*/
.locationBox
{
    height: 50px;
    background: #ebebeb;
    line-height: 50px;
    font-size: 18px;
}

.locationBox .location > span
{
    border-left: #3f3f3f solid 4px;
    padding-left: 5px;
}

@media (max-width: 768px)
{
    .locationBox .location
    {
        padding-left: 10px;
    }
}

/*内页导航*/
.innerNav 
{
    height: 60px;
    line-height: 57px;
    text-align: center;
    background: #d2d2d2;
    overflow: hidden;
}

.innerNav li
{
    display: inline-block;
    padding: 0px 3px;
    font-size: 16px;
    box-sizing: border-box;
}

/*文章类型样式*/
.detail
{
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.detail .prevAndNext
{
    line-height: 30px;
}

.detail .prevAndNext a
{
    color: #3f3f3f;
    font-size: 16px;
}

article .title
{
    font-size: 30px;
    color: #333333;
    font-weight: bold;
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-bottom: #333333 solid 1px;
}

article .content
{
    font-size: 16px;
}

article .content h2
{
    font-weight: bold;
    margin-bottom: 20px;
    font-family: SimSun;
}

article .content p
{
    color: #333333;
    text-indent: 2em;
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 30px;
    font-family: SimSun;
}

article .content img
{
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
}

article .infos
{
    
}

article .infos span
{
    display: block;
    overflow: hidden;
    padding: 30px 10px;
}

article .infos .tagsList
{
    text-align: left;
    margin-top: 10px;
}

article .infos .tagsList li
{
    display: inline-block;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    margin-right: 5px;
    margin-left: 5px;
}

article .infos .tagsList li a
{
    display: block;
    color: #969696;
}

article .infos .tagsList li:first-child
{
    font-weight: bold;
    color: #969696;
}

@media (max-width: 768px)
{
    .detail .prevAndNext a
    {
        font-size: 15px;
    }
    
    .detail .prevAndNext span
    {
        display: block;
        padding: 10px;
    }
    
    article .infos span
    {
        display: block;
        padding: 10px 0px 20px 0px;
    }
    
    article .infos .tagsList li
    {
        text-align: center;
    }
    
    article .title
    {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    
    article .content
    {
        padding: 0px 10px;
        font-size: 14px;
    }
    
    article .content p
    {
        font-size: 14px;
    }
}

/*相关推荐*/
.relativeInfo
{
    margin-bottom: 20px;
}

.relativeInfo .titleBar
{
    line-height: 50px;
    background: #909090;
}

.relativeInfo .titleBar span
{
    display: block;
    font-size: 30px;
    padding: 0px 20px;
    background: #3f3f3f;
    width: 122px;
    color: #fff;
}

.relativeInfo ul
{
    border: #909090 solid 1px;
}

.relativeInfo li
{
    width: 25%;
    line-height: 30px;
    font-size: 16px;
    float: left;
    padding-left: 10px;
    padding-right: 20px;
    overflow: hidden;
    height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media (max-width: 768px)
{
    .relativeInfo .titleBar
    {
        line-height: 30px;
    }

    .relativeInfo .titleBar span
    {
        font-size: 18px;
        padding: 0px 20px;
        background: #3f3f3f;
        width: 72px;
    }
    
    .relativeInfo ul
    {
        border: none;
    }

    .relativeInfo li
    {
        width: 100%;
    }
}

/*内页公共部分*/

/*关于我们*/
.aboutBox 
{
    margin-top: 100px;
}

.aboutBox .innerAboutImg
{
    width: 100%;
}

@media (max-width: 768px) 
{
    .aboutBox
    {
        margin-top: 10px;
        padding: 10px;
    }

    .aboutBox p
    {
        color: #333333;
        text-indent: 2em;
        font-size: 14px;
        margin-bottom: 20px;
        line-height: 30px;
    }

    .aboutBox img
    {
        max-width: 100%;
        margin: 0 auto;
        margin-bottom: 10px;
    }
}

/*发展历程*/
.processBox 
{
    margin-top: 100px;
    height: 727px;
    overflow: hidden;
    background: url(../Images/processBg.jpg) center no-repeat;
}

.processBox .titleBar
{
    padding-top: 72px;
    position: absolute;
    margin-left: 10px;
}

.processBox .modularTitle
{
    margin-top: 0px;
    color: #fff;
}

.processBox li
{
    float: left;
    width: 12.5%;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    cursor: pointer;
}

.processBox li .line
{
    height: 727px;
}

.processBox li:nth-child(1) .year
{
    margin-top: 454px;
}

.processBox li:nth-child(1) .text
{
    margin-top: 550px;
}

.processBox li:nth-child(2) .year
{
    margin-top: 414px;
}

.processBox li:nth-child(2) .text
{
    margin-top: 490px;
}

.processBox li:nth-child(3) .year
{
    margin-top: 364px;
}

.processBox li:nth-child(3) .text
{
    margin-top: 480px;
}

.processBox li:nth-child(4) .year
{
    margin-top: 314px;
}

.processBox li:nth-child(4) .text
{
    margin-top: 410px;
}

.processBox li:nth-child(5) .year
{
    margin-top: 264px;
}

.processBox li:nth-child(5) .text
{
    margin-top: 360px;
}

.processBox li:nth-child(6) .year
{
    margin-top: 214px;
}

.processBox li:nth-child(6) .text
{
    margin-top: 330px;
}

.processBox li:nth-child(7) .year
{
    margin-top: 164px;
}

.processBox li:nth-child(7) .text
{
    margin-top: 280px;
}

.processBox li:nth-child(8) .year
{
    margin-top: 120px;
}

.processBox li:nth-child(8) .text
{
    margin-top: 200px;
}

.processBox li .year
{
    width: 115px;
    height: 35px;
    margin: 0 auto;
    border: #fff solid 1px;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
}

.processBox li .line 
{
    border: #ffffff solid 1px;
    width: 1px;
    margin: 0 auto;
}

.processBox li .text {
    position: absolute;
    top: 0px;
    left: 52%;
    /*filter: alpha(opacity=0);
    opacity: 0;
    transition: 0.5s;*/
    color: #fff;
    max-width: 100px;
    font-size: 13px;
}

.processBox li .text .triangle
{
    width: 0;
    height: 0;
    border-right:10px solid transparent;
	border-left:10px solid transparent;
	border-top:10px solid #ffffff;
    position: absolute;
    left: 37%;
    bottom: -15px;
}

.processBox li:hover .text
{
    opacity: 1;
    filter: alpha(opacity=100);
    transition: all .8s ease-in;
}

@media (max-width: 768px) 
{
    .processBox 
    {
        background: url(../Images/processBgForM.jpg) no-repeat center #165c52;
        height: initial;
        padding: 20px 0px;
        margin-top: 20px;
    }

    .processBox .titleBar
    {
        padding-top: 0px;
        position: relative;
        margin-left: 0px;
    }

    .processBox .modularTitle
    {
        color: #fff;
    }

    .processBox .modularEn
    {
        color: #a3a3a3;
    }

    .processBox li 
    {
        width: 100%;
        float: none;
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 20px;
        cursor: default;
    }

    .processBox li .year
    {
        margin-top: 0px!important;
        width: 90%;
        margin-left: 0px;
        border-top-left-radius: 0px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 0px;
        height: 40px;
        line-height: 40px;
    }

    .processBox li .text
    {
        opacity: 1;
        filter: alpha(opacity=100);
        position: relative;
        top: 0px;
        left: 0px;
        max-width: 100%;
        line-height: 30px;
        padding: 10px;
        display: none;
        margin-top: 0px!important;
    }

    .processBox li:hover .text
    {
        transform: none;
        display: block;
    }
}

.honor {
    position: relative;
}

.honorList li
{
    float: left;
}

.honorList .imgBox
{
    width: 100%;
    padding-bottom: 78%;
    overflow: hidden;
    position: relative;
}

.honorList .imgBox img
{
    z-index: 1;
}

.honorList li .title {
    line-height: 30px;
    display: block;
    text-align: center;
}

.honorBox .swiperBox {
    overflow: hidden;
}

.honorBox .swiper-button-next
{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23185b52'%2F%3E%3C%2Fsvg%3E");
}

.honorBox .swiper-button-prev
{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23185b52'%2F%3E%3C%2Fsvg%3E");
}

@media (max-width: 768px) 
{
    .honorList li 
    {
        width: 48%;
    }

    .honorList li:nth-child(2n)
    {
        clear: both;
    }
}

/*关于我们*/

/*优势*/
.advantageBox
{
    overflow: hidden;
}

.advantageBox .advantageBg
{
    height: 600px;
    background: url(../Images/advantageBg.jpg) no-repeat;
    position: relative;
    z-index: 1;
}

.advantageBox .advantageBg img
{
    display: none;
    width: 100%;
}

.advantageBox .advantageBg .text
{
    display: none;
}

.advantageBox .advantageList
{
    position: relative;
    z-index: 2;
}

.advantageBox .advantageList ul
{
    display: flex;
    box-shadow: -3px 3px 10px #cbcbcb;
    margin-top: -86px;
    background: #fff;
}

.advantageBox .advantageList li
{
    padding: 30px;
    border-right: #f0f0f0 solid 1px;
    border-bottom: #f0f0f0 solid 1px;
    box-sizing: border-box;
}

.advantageBox .advantageList li:hover
{
    background: #e5e5e5;
}

.advantageBox .advantageList li:hover .title
{
    color: #3f3f3f;
    font-weight: bold;
}

.advantageBox .advantageList li:last-child
{
    border-right: none;
}

.advantageBox .advantageList img
{
    margin-bottom: 30px;
    transition: .7s;
    height: 31px;
}

.advantageBox .advantageList li:hover img
{
    transform: rotate(360deg);
}

.advantageBox .advantageList .title
{
    margin-top: 30px;
    font-size: 25px;
    font-weight: bold;
}

.advantageBox .advantageList .titleEn
{
    margin-top: 30px;
    font-size: 14px;
}

.advantageBox .advantageList .text
{
    margin-top: 15px;
    color: #7f7f7f;
}

.advantageBox .service
{
    position: relative;
    z-index: 1;
    margin-top: -204px;
    padding-top: 270px;
    background: #f1f1f1;
    overflow:hidden;
}

.advantageBox .service .leftTriangle
{
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #e5e5e5;
    position: absolute;
    top: 44%;
    right: 0;
}

.advantageBox .service .rightTriangle
{
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #e5e5e5;
    position: absolute;
    top: 44%;
    left: 0;
}

.advantageBox .service ul
{
    background: #e5e5e5;
    display: block;
    width: 100%;
    height: 100%;
}

.advantageBox .service li
{
    width: 50%;
    float: left;
}

.advantageBox .service .serviceImgBox
{
    width: 50%;
    float: left;
    position: relative;
}

.advantageBox .service dl
{
    width: 50%;
    float: left;
}

.advantageBox .service li img
{
    width: 100%;
}

.advantageBox .service .text
{
    box-sizing: border-box;
    padding: 25px;
}

.advantageBox .service .text dt
{
    color: #3f3f3f;
    font-size: 30px;
    font-weight: bold;
    margin-top: 10px;
}

.advantageBox .service .text dd
{
    margin-top: 15px;
    color: #333333;
}


@media (max-width: 768px) 
{
    .advantageBox .advantageBg
    {
        height: initial;
        padding: 20px;
        box-sizing: border-box;
    }
    
    .advantageBox .advantageBg img
    {
        display: block;
    }
    
    .advantageBox .advantageList ul
    {
        display: block;
    }
    
    .advantageBox .advantageList li
    {
        width: 50%;
        float: left;
        border: none;
        border-bottom: #f0f0f0 solid 1px; 
        padding: 15px;
        position: relative;
    }
    
    .advantageBox .advantageList li:nth-child(2n+1)
    {
        border-right: #f0f0f0 solid 1px;
        clear: both;    
    }

    .advantageBox .advantageList li:nth-child(1), .advantageBox .advantageList li:nth-child(4), .advantageBox .advantageList li:nth-child(5)
    {
        background: #e5e5e5;
    }
    
    .advantageBox .advantageList img
    {
        margin-bottom: 15px;
    }
    
    .advantageBox .advantageList .title
    {
        font-size: 20px;
        color: #3f3f3f;
        position: absolute;
        top: 13px;
        right: 13px;
        margin-top: 0px;
    }
    
    .advantageBox .advantageList .titleEn
    {
        display: none;
    }

    .advantageBox .advantageList .text
    {
        line-height: 25px;
    }
    
    .advantageBox .advantageBg
    {
        display: flex;
        background: #3f3f3f;
    }
    
    .advantageBox .advantageBg img
    {
        width: 50%;
        height: 100%;
    }
    
    .advantageBox .advantageBg .text
    {
        display: block;
        color: #fff;
        font-size: 15px;
        line-height: 25px;
        padding: 5% 5px 0px 5px;
    }
    
    .advantageBox .advantageBg .text span
    {
        font-size: 16px;
        font-weight: bold;
    }
    
    .advantageBox .advantageList ul
    {
        overflow: hidden;
        margin-top: 5px;
    }
    
    .advantageBox .service
    {
        margin-top: 20px;
        margin-bottom: 12px;
        padding-top: 0px;
        box-shadow: 0px 6px 10px #cbcbcb;
    }
    
    .advantageBox .service .text dt
    {
        font-size: 18px;
        text-align: center;
        margin-top: 24%;
    }
    
    .advantageBox .service .text
    {
        padding: 0px;
    }
    
    .advantageBox .service li
    {
        float: left;
        width: 100%;
        display: flex;
    }
    
    .advantageBox .service li dd
    {
        display: none;
    }
    
    .advantageBox .service li:nth-child(2), .advantageBox .service li:nth-child(3)
    {
        flex-direction: row-reverse;
    }
    
    .advantageBox .service .leftTriangle
    {
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-right: 15px solid #e5e5e5;
        top: 38%;
    }
    
    .advantageBox .service .rightTriangle
    {
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 15px solid #e5e5e5;
        top: 38%;
    }
}

/*联系我们*/
.contact
{
    margin-bottom: 20px;
}

.contact .text
{
    color: #333333;
    margin: 0 auto;
    text-align: center;
    width: 620px;
    line-height: 30px;
}

.contact .leaveBtn
{
    display: inline-block;
    width: 375px;
    height: 55px;
    background: #3f3f3f;
    line-height: 55px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    margin: 0 auto;
}

.contact .linkToLeave 
{
    text-align: center;
    margin-top: 50px;
}

.contact .contactList
{
    width: 1320px;
    margin: 90px auto 0px auto;
    overflow: hidden;
}

.contact .contactList li
{
    display: inline-block;
    width: 350px;
    height: 170px;
    border: #e7e5e5 solid 1px;
    box-shadow: -0px 6px 12px #e7e5e5;
    padding: 20px;
    box-sizing: border-box;
    margin-right: 130px;
}

.contact .contactList li:last-child
{
    margin-right: 0px;
}

.contact .contactList img
{
    float: left;
    margin-top: 25px;
    margin-left: 25px;
}

.contact .contactList dl
{
    float: left;
    margin-top: 10px;
    margin-left: 20px;
    width: 198px;
    overflow: hidden;
}

.contact .contactList dt
{
    font-size: 20px;
    color: #3f3f3f;
    font-weight: bold;
}

.contact .contactList dd
{
    color: #9c9c9c;
    margin-top: 20px;
}

.contact .contactMap
{
    height: 450px;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    margin-top: 115px;
    overflow: hidden;
}

.contact .navigation
{
    font-size: 15px;
    display: none;
    margin-bottom: 20px;
    clear: both;
}

@media (max-width: 768px)
{
    .contact
    {
        margin-bottom: 0px;
    }

    .contact .text
    {
        padding: 15px;
        width: 100%;
    }

    .contact .contactList
    {
        margin-top: 0px;
    }

    .contact .contactList dl
    {
        margin-left: 10px;
        max-width: 236px;
        width: 236px;
    }

    .contact .contactList li
    {
        width: 100%;
        height: initial;
        margin-bottom: 10px;
        border: none;
        padding: 4px;
    }

    .contact .contactList img
    {
        margin: 0px;
    }

    .contact .contactList dd
    {
        margin-top: 5px;
    }
    
    .contact .contactMap
    {
        height: 300px;
        width: 100%;
        float: right;
        display: inline;
        margin-top: 0px;
    }

    .contact .leaveBtn
    {
        width: 100%;
        border-radius: 0px;
    }
      
    .contact .navigation
    {
        display: block;
        line-height: 40px;
        text-align: center;
        background: #3f3f3f;
        color: #fff;
    }
}

/*客户留言*/
.leaveBox 
{
    margin-top: 117px;
    margin-bottom: 117px;
}

.leaveImgBox 
{
    margin-right: 10px;
}

@media (max-width: 768px) 
{
    .leaveBox 
    {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

/*售后服务*/
.service
{
    margin-bottom: 30px;
}

.service .content
{
    padding: 0px;
}

.service li
{
    width: 50%;
    float: left;
    overflow: hidden;
}

.service li:nth-child(3)
{
    float: right;
}

.service .itemTitle
{
    font-size: 36px;
    color: #3f3f3f;
    font-weight: bold;
    margin-top: 60px;
}

.service .itemSummary
{
    font-size: 18px;
    line-height: 30px;
    margin-top: 40px;
}

.service .text
{
    padding: 0px 40px;
}

@media (max-width: 768px)
{
    .service
    {
        margin-bottom: 0px;
    }
    
    .service li
    {
        width: 100%;
        height: initial;
        overflow: hidden;
    }
    
    .service li:nth-child(3)
    {
        float: right;
    }
    
    .service .itemTitle
    {
        font-size: 17px;
        margin-top: 20px;
    }
    
    .service .itemSummary
    {
        font-size: 15px;
        margin-top: 20px;
    }
    
    .service .text
    {
        padding: 0px 20px 20px 20px;
    }
}

/*新闻列表*/
.newsList
{
    margin-top: 20px;
    margin-bottom: 20px;
}

.newsList span
{
    display: block;
}

.newsList .pubDate
{
    margin-top: 10px;
    color: #676767;
}

.newsList ul
{
    border-bottom: #dcdcdc solid 1px;
}

.newsList li
{
    box-sizing: border-box;
    padding-bottom: 50px;
    background: url(../Images/newsListBottomLine.jpg) no-repeat center bottom;
}

.newsList li:nth-child(9), .newsList li:nth-child(10)
{
    border-bottom: none;
}

.newsList li:nth-child(2n+1)
{
    clear: both;
}

.newsList li a
{
    display: block;
    width: 100%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}

.newsList .newsImg
{
    display: block;
    max-height: 100%;
    width: 25%;
    margin-bottom: 25px;
    float: left;
}

.newsList .newsInfo
{
    width: 73%;
    float: right;
}

.newsList .title
{
    font-size: 22px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.newsList .summary
{
    line-height: 25px;
    margin-top: 18px;
    color: #888;
    height: 75px;
    overflow: hidden;
}

@media (max-width: 768px)
{
    .newsList
    {
        margin-top: 0px;
        margin-bottom: 20px;
    }
    
    .newsList li
    {
        width: 100%;
        padding: 10px 10px 20px 10px;
        margin: 0px;
    }
    
    .newsList li:nth-child(9)
    {
        border-bottom: #dcdcdc dashed 1px;
    }

    .newsList .newsInfo
    {
        width: 100%;
    }

    .newsList .title
    {
        height: initial;
        font-size: 16px;
        overflow: auto;
        white-space: initial;
    }
    
    .newsList .summary
    {
        line-height: 25px;
        margin-top: 5px;
        display: block;
        height: initial;
        overflow: hidden;
    }
    
    .newsList .newsImg
    {
        width: 100%;
        height: initial;
    }
    
    .newsList li a
    {
        display: inline;
        width: auto;
        float: none;
        margin-left: 0px;
    }
}

/*新闻详情*/
.newsDetail {
    float: left;
    clear: both;
    width: 66%;
    padding: 10px;
    box-sizing: border-box;
}

.hotNewsList {
    float: right;
    width: 23.5%;
    padding: 20px;
    box-sizing: border-box;
    border: #cccccc solid 1px;
}

.hotNewsList .hotTitle {
    font-size: 30px;
    font-weight: bold;
    color: #3f3f3f;
}

.hotNewsList li
{
    margin-top: 40px;
    padding-bottom: 40px;
    border-bottom: #cccccc solid 1px;
}

.hotNewsList li a
{
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}

.hotNewsList .pubTime {
    font-size: 14px;
    color: #7e7e7e;
    margin-top: 25px;
}

@media (max-width: 768px) {
    .newsDetail {
        float: none;
        width: 100%;
    }
    .hotNewsList {
        float: none;
        width: 100%;
        border: none;
    }
    .hotNewsList .pubTime
    {
        margin-top: 10px;
    }
    .hotNewsList li {
        margin-top: 30px;
        padding-bottom: 20px;
    }
    .detail .prevAndNext {
        padding: 10px;
    }
    .hotNewsList .hotTitle {
        font-size: 25px;
    }
}

/*工程*/
.projectList
{
    margin-top: 20px;
    margin-bottom: 20px;
    background: url(../Images/productBg.jpg) center;
}

.projectList ul
{
    border-bottom: #dcdcdc solid 1px;
}

.projectList li
{
    float: left;
    width: 23%;
    margin: 1%;
}

.projectList .imgBox
{
    width: 100%;
    padding-bottom: 74%;
    overflow: hidden;
    background: #efefef;
}


.projectList li span
{
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    height: 30px;
    margin-top: -30px;
    text-align: center;
    overflow: hidden;
    position:relative;
    z-index: 2;
    background-color: rgba(0,0,0,.6);
}
@media (max-width: 768px) 
{
    .projectList li
    {
        width: 48%;
    }
    
    .projectList li span
    {
        font-size: 14px;
    }
}

/*工程详情*/
.projectDetail {
    float: left;
    clear: both;
    width: 66%;
    padding: 10px;
    box-sizing: border-box;
}

.hotProjectList {
    float: right;
    width: 23.5%;
    padding: 20px;
    box-sizing: border-box;
    border: #cccccc solid 1px;
}

.hotProjectList .hotTitle {
    font-size: 30px;
    font-weight: bold;
    color: #3f3f3f;
}

.hotProjectList li
{
    margin-top: 25px;
    padding-bottom: 22px;
    border-bottom: #cccccc solid 1px;
}

.hotProjectList li a
{
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}

.hotProjectList li img
{
    max-width: 100%;
}

.hotProjectList li .hotProjectTitle
{
    margin-top: 15px;
}

@media (max-width: 768px) {
    .projectDetail {
        float: none;
        width: 100%;
    }
    .hotProjectList {
        float: none;
        width: 100%;
        border: none;
    }
    .hotProjectList li {
        margin-top: 30px;
        padding-bottom: 20px;
    }
    .detail .prevAndNext {
        padding: 10px;
    }
    .hotProjectList .hotTitle {
        font-size: 25px;
    }
}

/*case*/
.caseList
{
    margin-top: 20px;
    margin-bottom: 20px;
}

.caseList ul
{
    
}

.caseList li
{
    float: left;
    width: 23%;
    margin: 1%;
}

.caseList .imgBox
{
    width: 100%;
    padding-bottom: 70%;
    overflow: hidden;
    background: #efefef;
}


.caseList li span
{
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    height: 30px;
    margin-top: -30px;
    text-align: center;
    overflow: hidden;
    position:relative;
    z-index: 1;
    background-color: rgba(0,0,0,.6);
}
@media (max-width: 768px) 
{
    .caseList li
    {
        width: 48%;
    }
    
    .caseList li span
    {
        font-size: 14px;
    }
}

/*产品*/
.prodctTypeList
{
    margin-top: 30px;
    text-align: center;
}

.prodctTypeList li
{
    width: 200px;
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
}

.prodctTypeList li a
{
    display: block;
    text-align: center;
    line-height: 50px;
    font-size: 17px;
    color: #2d2d2d;
    background: #d2d2d2;
    padding-left: 5px;
    padding-right: 5px;
}

.prodctTypeList li a:hover
{
    background: #3f3f3f;
    color: #fff;
}
.innerNav li.on
{
    color: #185b52;
    border-bottom: #185b52 solid 3px;
}

.innerNav li.on a
{
    color: #185b52;
}
.innerNav
{
    display: none;
}

.prodctTypeList li.on
{
    color: #fff;
    background: #185b52;
}

.prodctTypeList li.on a
{
    color: #fff;
    background: #185b52;
}
.ptlTop li.on:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 15px solid #185b52;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
}

/*产品Icon*/
.productImgType 
{
    margin-top: 20px;
}
    .productImgType ul {
        text-align:center;
    }
.productImgType li
{
    display: inline-block;
    width: 10.4%;
    margin: 0.2%;
    text-align: center;
    background: #d2d2d2;
}

.productImgType li a
{
    display: block;
}

.productImgType li span
{
    line-height: 30px;
}

.productImgType .on
{
    background: #3f3f3f;
}

.productImgType .on .normal
{
    display: none;
}

.productImgType .on .hover
{
    display: inline-block;
}

.productImgType .on span
{
    color: #fff;
}

.productImgType li:hover
{
    background: #3f3f3f;
}

.productImgType li:hover .normal
{
    display: none;
}

.productImgType li:hover .hover
{
    display: inline-block;
}

.productImgType li:hover span
{
    color: #fff;
}

.productImgType img 
{
    display: inline-block;
}

.productImgType img.hover
{
    display: none;
}

.productImgType span 
{
    display: block;
    text-align: center;
    line-height: 30px;
    margin-bottom: 14px;
}

.productImgType .typeName 
{
    color: #2d2d2d;
    font-size: 18px;
}

.productImgType .typeEn 
{
    color: #2d2d2d;
    font-size: 12px;
}

.productTypeForM
{
    display: none;
}

.productTypeForM a
{
    position: relative;
    display: block;
}

.productTypeForM a span
{
    position: absolute;
    left: 33%;
    top: 50%;
    color: #fff;
}

@media (max-width: 768px) 
{
    .productImgType li 
    {
        width: 32.9%;
    }

    .productTypeForM
    {
        display: block;
    }
    
    .productTypeForM li
    {
        box-sizing: border-box;
        width: 50%;
        float: left;
        border-bottom: #fff solid 1px;
    }
    
    .productTypeForM li:nth-child(2n+1)
    {
        border-right: #fff solid 1px;
    }
    
    .productTypeForM li img
    {
        width: 100%;
    }
}

.productBox .recommendProductList
{
    margin-top: 50px;
}

.recommendProductList li
{
    float: left;
    width: 24%;
    margin: .5%;
    border: #d2d2d2 solid 1px;
    padding: 10px;
    box-sizing: border-box;
}

.recommendProductList li:hover
{
    box-shadow: -3px 3px 10px #cbcbcb;
}

.recommendProductList li a
{
    position: relative;
    display: block;
}

.recommendProductList .imgBox
{
    width: 100%;
    padding-bottom: 67%;
    overflow: hidden;
    background: #efefef;
    position: relative;
}

.recommendProductList .imgBox .productImg
{
    z-index: 1;
}

.recommendProductList li span.title
{
    display: block;
    font-size: 19px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    margin-top: 25px;
    font-weight: bold;
}

.recommendProductList li span.version
{
    display: block;
    font-size: 13px;
    height: 19px;
    min-height: 19px;
    overflow: hidden;
}

.recommendProductList li .icon
{
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
}

.recommendProductList li .hover
{
    display: none;
}

.recommendProductList li:hover .hover
{
    display: inline-block;
}

.recommendProductList li .hotIcon
{
    display: none;
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
}

.recommendProductList li:hover .hotIcon
{
    display: inline-block;
}

@media (max-width: 768px) 
{
    .productBox
    {
        box-shadow: -0px 6px 12px #cbcbcb;
    }
    
    .productBox .modularEn 
    {
        color: #e7e7e7;
    }
    
    .productBox .prodctTypeList li
    {
        width: 50%;
    }
    
    .productBox .prodctTypeList li a
    {
        line-height: 40px;
        font-size: 16px;
    }
    
    .productBox .recommendProductList
    {
        margin-top: 0px;
    }
    
    .recommendProductList li
    {
        width: 48%;
        margin: 1%;
    }

    .recommendProductList li span.title
    {
        font-size: 14px;
        margin-top: 8px;
        color: #3f3f3f;
    }
}

.productList
{
    margin-top: 30px;
    margin-bottom: 20px;
    background: url(../Images/productBg.jpg) center;
}

.productList ul
{
    border-bottom: #dcdcdc solid 1px;
}

.productList li
{
    float: left;
    width: 23%;
    margin: 1%;
}

.productList .imgBox
{
    width: 100%;
    padding-bottom: 67%;
    overflow: hidden;
    background: #efefef;
}


.productList li span
{
    display: block;
    font-size: 16px;
    color: #333333;
    line-height: 40px;
    height: 40px;
    text-align: center;
    overflow: hidden;
    position:relative;
    z-index: 2;
    background-color: #fff;
}

@media (max-width: 768px) 
{    
    .prodctTypeList li
    {
        min-width: 33%;
        width: auto;
    }
    
    .prodctTypeList li a
    {
        line-height: 40px;
        font-size: 14px;
    }
    
    .productList
    {
        margin-top: 0px;
    }

    .productList li
    {
        width: 48%;
    }
    
    .productList li span
    {
        font-size: 14px;
        height: 25px;
        line-height: 25px;
    }
}

/*产品详情*/
.productDetail
{
    margin-top: 30px;
    margin-bottom: 20px;
}

.productDetail h1
{
    color: #3f3f3f;
    font-size: 30px;
    border-bottom: #c3c3c3 dashed 2px;
    padding: 30px 0px 20px 0px;
    font-weight: bold;
}

.productDetail .productImg
{
    width: 750px;
    height: 520px;
    display: table;
    overflow: hidden;
}

.productDetail .productImg .imgBox
{
    display: table-cell;
    height: 100%;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    background: #f1f1f1;
}

.productDetail .productImg img
{
    max-height: 100%;
    max-width: 100%;
    display: inline;
}

.productDetail .productParameter
{
    width: 620px;
    height: 520px;
    padding: 40px 50px;
    box-sizing: border-box;
    background:  #f1f1f1;
}

.productDetail .productParameter .paraName
{
    color: #3f3f3f;
    display: inline;
    font-weight: bold;
}

.productDetail .productParameter ul
{
    margin-top: 25px;
    margin-bottom: 20px;
    overflow: hidden;
}

.productDetail .productParameter li
{
    font-size: 18px;
    margin-bottom: 15px;
}

.productDetail .contactBox
{
    margin-top: 20px;
}

.productDetail .contactBox a
{
    font-size: 24px;
    padding: 15px 20px;
    background: #3f3f3f;
    text-align: center;
    color: #fff;
}

.productDetail .productDetailInfo
{
    margin-top: 20px;
}

.productDetailInfo .titleBar
{
    line-height: 50px;
    background: #909090;
    padding-top: 0px;
}

.productDetailInfo .titleBar span
{
    display: block;
    font-size: 30px;
    padding: 0px 20px;
    background: #3f3f3f;
    width: 122px;
    color: #fff;
}

.productDetailInfo .tagsList
{
    margin: 20px 10px;
}

.productDetailInfo .tagsList li
{
    display: inline-block;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    margin-right: 5px;
    margin-left: 5px;
}

.productDetailInfo .tagsList li a
{
    display: block;
    color: #969696;
}

.productDetailInfo .tagsList li:first-child
{
    font-weight: bold;
    color: #969696;
}

.productDetailInfo .content p
{
    text-indent: 2em;
    color: #010101;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 25px;
}

.productDetailInfo .content img
{
    max-width: 100%;
    margin: 0 auto;
}

.praiseInfo
{
    margin-top: 50px;
}

.praiseInfo .titleBar
{
    line-height: 50px;
    background: #909090;
}

.praiseInfo .titleBar span
{
    display: block;
    font-size: 30px;
    padding: 0px 20px;
    background: #3f3f3f;
    width: 122px;
    color: #fff;
}

.praiseInfo .praiseItem
{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: #e5e5e5 dashed 2px;
}

.praiseInfo .praiseList
{
    margin-top: 50px;
}

.praiseInfo .customerImg
{
    float: left;
}

.praiseInfo .praise
{
    width: 1030px;
    float: right;
}

.praiseInfo .customer
{
    font-size: 24px;
    color: #3f3f3f;
    font-weight: bold;
    border: #e5e5e5 solid 1px;
    padding: 15px 10px;
    white-space: normal;
}

.praiseInfo .evaluation
{
    color: #3f3f3f;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}

.praiseInfo .replyBox
{
    margin-top: 20px;
    padding: 7px;
    border: #e5e5e5 dashed 1px;
}

.praiseInfo .reply
{
    background: #e5e5e5;
    padding: 5px;
    color: #0060ff;
    font-size: 24px;
}

.praiseInfo .reply .serviceIcon
{
    float: left;
    margin-right: 10px;
}

.praiseInfo .reply .replyText
{
    margin-top: 20px;
    float: left;
}

.productAdvantageImg img 
{
    max-width: 100%;
    margin: 20px auto 0px auto;
}

@media (max-width: 768px) 
{
    .productDetail .productImg
    {
        width: 100%;
        height: 60vw;
    }

    .productDetail .productImg img
    {
        position: relative;
    }
    
    .productDetail h1
    {
        font-size: 16px;
    }
    
    .productDetail .productParameter
    {
        box-shadow: -0px 6px 12px #e7e5e5;
        padding: 0px 10px 10px 10px;
        width: 100%;
        height: initial;
        overflow: hidden;
        background-image: none;
    }
    
    .productDetail .productParameter li
    {
        font-size: 15px;
    }
    
    .productDetail .contactBox
    {
        text-align: center;
    }
    
    .productDetail .contactBox a
    {
        font-size: 15px;
        padding: 10px 15px;
        display: block;
        border-radius: 3px;
    }
    
    .productDetail .productDetailInfo
    {
        margin-top: 20px;
    }

    .productDetail .productDetailInfo .content
    {
        padding: 10px;
        box-sizing: border-box;
    }
    
    .productDetail .tagsList li
    {
        text-align: center;
    }
    
    .productDetailInfo .titleBar
    {
        line-height: 30px;
    }

    .productDetailInfo .titleBar span
    {
        font-size: 18px;
        padding: 0px 20px;
        background: #3f3f3f;
        width: 72px;
    }
    
    .productDetailInfo ul
    {
        border: none;
    }

    .productDetailInfo li
    {
        width: 100%;
    }
    
    .productDetailInfo .content p
    {
        font-size: 15px;
    }
    
    .praiseInfo
    {
        margin-top: 30px;
    }
    
    .praiseInfo  .titleBar
    {
        line-height: 30px;
    }

    .praiseInfo  .titleBar span
    {
        font-size: 18px;
        padding: 0px 20px;
        background: #3f3f3f;
        width: 72px;
    }
    
    .praiseInfo  ul
    {
        border: none;
    }

    .praiseInfo  li
    {
        width: 100%;
    }
    
    .praiseInfo .customerImg
    {
        width: 25%;
    }
    
    .praiseInfo .praise
    {
        width: 75%;
        padding: 0px 10px;
    }
    
    .praiseInfo .customer
    {
        font-size: 16px;
    }
    
    .praiseInfo .evaluation
    {
        font-size: 15px;
    }
    
    .praiseInfo .reply .replyText
    {
        font-size: 15px;
        margin-top: 10px;
    }
    
    .praiseInfo .reply .serviceIcon
    {
        width: 40px;
    }
}

/*实力*/
.powerList li
{
    float: left;
    width: 48%;
    margin: 0px 1% 20px 1%;
    background: #f1f1f1;
}

.powerList li:nth-child(2n+1)
{
    clear: both;
}

.powerList li img
{
    width: 100%;
}

.powerList .powerTitle 
{
    font-size: 19px;
    padding-left: 10px;
}

.powerList p 
{
    padding: 0px 10px 10px 10px;
    box-sizing: border-box;
    display: block;
    height: 70px;
}

.powerList span 
{
    line-height: 40px;
    font-weight: bold;
    color: #3f3f3f;
}

@media (max-width: 768px) 
{
    .powerList p 
    {
        height: initial;
    }

    .powerList .powerEn 
    {
        display: none;
    }
}