.header
{
    background-color: #f5f5f5;
}
.header .wrap
{
    height: 36px;
    position: relative;
}
.welcome
{
    font-size: 12px;
    line-height: 36px;
    color: #666;
}
.help-menu
{
    position: absolute;
    right: 0;
    top: 0;
}
.help-menu li
{
    float: left;
    padding-left: 20px;
    position: relative;
}
.help-menu li a
{
    font-size: 12px;
    line-height: 36px;
    display: inline-block;
    position: relative;
    padding: 0 1px;
}
.help-menu li a span
{
    bottom: 5px;
    background-color: #008dd7;
}
.help-menu li p
{
    position: absolute;
    right: -30px;
    top: 36px;
    width: 100px;
    height: 100px;
    background-color: #fff;
    padding: 5px;
    overflow: hidden;
    border-radius: 3px;
    z-index: 999;
    display: none;
}
.help-menu li p img
{
    width: 100px;
    width: 100px;
}
.top
{
    height: 120px;
    background-color: #fff;
}
.logo
{
    position: absolute;
    left: 0;
    top: 10px;
    width: 600px;
}
.logo img
{
    float: left;
}
.logo h1
{
    height: 80px;
    float: left;
}
.logo p
{
    font-size: 20px;
    line-height: 30px;
    color: #023168;
    float: left;
    padding: 24px 0 0 15px;
}
.top-tel
{
    position: absolute;
    right: 0;
    top: 35px;
    padding-left: 48px;
    background: url(../image/tel.png) no-repeat left 2px;
}
.top-tel dt
{
    font-size: 14px;
    line-height: 20px;
    color: #888;
}
.top-tel dd
{
    font-size: 24px;
    line-height: 24px;
    color: #e8390d;
}
.buy
{
    position: absolute;
    right: 300px;
    top: 60px;
}
.buyList
{
    width: 100%;
}
.buyList li
{
    float: left;
    width: 100px;
    height: 30px;
    margin-left: 10px;
    position: relative;
    padding-bottom: 12px;
}
.buyList li a
{
    display: block;
}
.buyList li span
{
    width: 100px;
    height: 9px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    -ms-transition-duration: .3s;
    transition-duration: .3s;
}
.buyList li span img
{
    -ms-transition-duration: .3s;
    transition-duration: .3s;
    width: 100px;
    height: 9px;
    position: relative;
    vertical-align: top;
}
.buyList li:hover a
{
    animation: myfirst 0ms infinite alternate;
}
.buyList li:hover a img
{
    animation: myfirstbg 0ms infinite alternate;
}
.buyList li a
{
    animation: myfirst 1000ms infinite alternate;
}
@keyframes myfirst
{
    from
    {
        transform: translateY(-8px);
    }
    to
    {
        transform: translateY(0);
    }
}
@-ms-keyframes myfirst
{
    from
    {
        transform: translateY(-8px);
    }
    to
    {
        transform: translateY(0);
    }
}
.buyList li span img
{
    animation: myfirstbg 1000ms infinite alternate;
}
@keyframes myfirstbg
{
    from
    {
        transform: scale(.5,.5);
    }
    to
    {
        transform: scale(1,1);
    }
}
@-ms-keyframes myfirstbg
{
    from
    {
        transform: scale(.5,.5);
    }
    to
    {
        transform: scale(1,1);
    }
}
.menuBox
{
    background-color: #111;
    position: relative;
    z-index: 99;
}
.menu
{
    height: 50px;
}
.menu li
{
    float: left;
    position: relative;
    height: 50px;
}
.menu li h6
{
    position: relative;
    text-align: center;
}
.menu li h6 a
{
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    display: inline-block;
    padding: 0 24px;
}
.menu li h6:hover, .menu li.curr h6, .menu li.currr h6
{
    background-color: #e8390d;
}
.menu li div.twoMenu
{
    position: absolute;
    z-index: 88;
    left: 0;
    top: 50px;
    width: 140px;
    padding: 10px 10px 10px 30px;
    display: none;
    background-image: url(../image/tm-b-8.png);
}
.menu li div.twoMenu p a
{
    display: block;
    font-size: 12px;
    line-height: 30px;
    color: #eee;
}
.menu li div.twoMenu p a:hover
{
    color: #fff;
    text-decoration: underline;
}
.nav
{
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.banner
{
    position: relative;
    z-index: 9;
}
.bannerScroll
{
    height: 600px;
    overflow: hidden;
    position: relative;
}
.bannerScroll .hd
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    z-index: 999;
}
.bannerScroll .hd ul
{
    text-align: center;
    font-size: 0;
}
.bannerScroll .hd ul li
{
    border-radius: 50%;
    width: 8px;
    height: 8px;
    display: inline-block;
    margin: 0 6px;
    overflow: hidden;
    text-indent: -999px;
    cursor: pointer;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    border-color: rgba(255,255,255,.5);
    overflow: hidden;
}
.bannerScroll .hd ul li.on
{
    background-color: #fff;
    border-color: #fff;
}
.bannerScroll .prev, .bannerScroll .next
{
    position: absolute;
    top: 50%;
    margin-top: -30px;
    display: inline-block;
    width: 50px;
    height: 60px;
    background-image: url(../image/icon-banner-pn.png);
    background-repeat: no-repeat;
    background-position: left top;
    -ms-transition-duration: 0s;
    transition-duration: 0s;
    z-index: 99;
    cursor: pointer;
    display: none;
}
.bannerScroll .prev
{
    left: 50%;
    margin-left: -600px;
    background-position: left top;
}
.bannerScroll .next
{
    right: 50%;
    margin-right: -600px;
    background-position: right top;
}
.bannerScroll .prev:hover
{
    background-position: left bottom;
}
.bannerScroll .next:hover
{
    background-position: right bottom;
}
.bannerScroll .bd
{
    position: relative;
    left: 50%;
    margin-left: -960px;
}
.bannerScroll .bd ul li
{
    width: 1920px;
    height: 600px;
    position: relative;
}
.searchBox
{
    background-color: #eee;
    height: 50px;
    padding: 5px 0;
}
.keywords
{
    width: 766px;
    font-size: 14px;
    line-height: 30px;
    padding: 10px 0 5px 85px;
    position: relative;
}
.keywords em
{
    position: absolute;
    left: 0;
    top: 10px;
    background: url(../image/searchhot.png) no-repeat left 5px;
    padding-left: 18px;
}
.keywords a
{
    display: inline-block;
    padding: 0 1px;
    margin: 0 5px;
    font-size: 14px;
    line-height: 30px;
}
.keywords a span
{
    background-color: #e8390d;
    bottom: 1px;
}
.search
{
    height: 34px;
    width: 340px;
    position: absolute;
    right: 0;
    top: 8px;
    overflow: hidden;
}
.search li.seara
{
    width: 340px;
    height: 34px;
}
.search li.seara input
{
    width: 325px;
    height: 34px;
    padding-left: 15px;
    font: 14px/30px "微软雅黑";
    color: #555;
    vertical-align: top;
    background: url(../image/search.png) no-repeat left top;
}
.search li.seara input:focus
{
    outline: none;
}
.search li.searb
{
    width: 40px;
    height: 34px;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
}
.search li.searb input
{
    width: 100%;
    height: 34px;
    display: inline-block;
    font: 14px/34px "微软雅黑";
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 99;
    background: url(../image/searcha.png) no-repeat center 8px;
}
.search li.searb input:focus
{
    outline: none;
}/* title */
.homeTitle
{
    position: relative;
    text-align: center;
    padding-bottom: 20px;
}
.homeTitle:before
{
    content: "";
    overflow: hidden;
    position: absolute;
    background-color: #333;
    left: 50%;
    top: 65px;
    height: 3px;
    width: 30px;
    margin-left: -15px;
}
.homeTitle h5
{
    font-size: 36px;
    line-height: 40px;
    color: #111;
}
.homeTitle p
{
    font-size: 14px;
    line-height: 20px;
    color: #333;
}
.homeTitle h6
{
    font-size: 14px;
    line-height: 50px;
    color: #666;
}/* 荣誉资质  case */
.homeHonor
{
    padding: 50px 0 50px;
    background-image: url(../image/bg-honor.jpg);
}
.honorScroll
{
    position: relative;
    margin-top: 20px;
}
.honorScroll .prev, .honorScroll .next
{
    position: absolute;
    top: 50%;
    margin-top: -20px;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(../image/pn.png);
    background-repeat: no-repeat;
    background-position: left top;
    -ms-transition-duration: 0s;
    transition-duration: 0s;
    z-index: 99;
    cursor: pointer;
}
.honorScroll .prev
{
    left: 50%;
    margin-left: -660px;
    background-position: left top;
}
.honorScroll .next
{
    right: 50%;
    margin-right: -660px;
    background-position: right top;
}
.honorScroll .prev:hover
{
    background-position: left bottom;
}
.honorScroll .next:hover
{
    background-position: right bottom;
}
.honorScroll .bd
{
    overflow: hidden;
    position: relative;
}
.honorScrollList
{
    position: relative;
}
.honorScrollList li
{
    width: 195px;
    height: 260px;
    position: relative;
    float: left;
    margin-right: 6px;
}/* 数目  */
.homeCs
{
    background-color: #00afef;
    padding: 50px 0;
}
.homeCsContent
{
    margin-top: 40px;
    position: relative;
    border-right: 1px solid #eee;
}
.homeCsContent:before
{
    content: "";
    overflow: hidden;
    position: absolute;
    background-image: url(../image/tm-b-1.png);
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
}
.homeCsContent dl
{
    float: left;
    width: 20%;
    height: 110px;
    padding: 10px 0;
    text-align: center;
    position: relative;
}
.homeCsContent dl:before
{
    content: "";
    overflow: hidden;
    position: absolute;
    background-image: url(../image/tm-b-1.png);
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
}
.homeCsContent dl dt
{
    font-size: 24px;
    line-height: 50px;
    color: #333;
}
.homeCsContent dl dt span
{
    color: #e8390d;
    font-size: 50px;
    font-family: 'Bebas652fe259d53d6';
    padding: 0 5px;
}
.homeCsContent dl dd
{
    padding: 0 28px;
    font-size: 14px;
    line-height: 26px;
    color: #555;
}/* 首页产品 */
.home-product
{
    padding: 40px 0;
}
.homeProductLeft
{
    width: 240px;
    margin-top: 0;
}
.homeProductTitle
{
    height: 100px;
    background-color: #111;
    padding-left: 25px;
}
.homeProductTitle h2
{
    padding-top: 30px;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
}
.homeProductTitle p
{
    font-size: 12px;
    line-height: 16px;
    color: #555;
}
.homeProductNav dl
{
    background-color: #333;
    padding: 13px 0 12px 20px;
}
.homeProductNav dl:nth-child(2n)
{
    background-color: #242424;
}
.homeProductNav dl dt
{
    padding-bottom: 5px;
}
.homeProductNav dl dt a
{
    font-weight: 700;
    font-size: 16px;
    line-height: 36px;
    color: #fff;
}
.homeProductNav dl dd p a
{
    font-size: 12px;
    line-height: 26px;
    color: #bbb;
    position: relative;
    display: block;
    padding-left: 18px;
}
.homeProductNav dl dd p a em
{
    width: 11px;
    height: 11px;
    position: absolute;
    left: 0;
    top: 8px;
    background: url(../image/jiaob.png) no-repeat left top;
}
.homeProductNav dl dd p a:hover
{
    margin-left: 5px;
    color: #fff;
}
.homeProductRight
{
    width: 930px;
    margin-left: 30px;
}
.homeProductList
{
    position: relative;
    padding-bottom: 0;
}
.homeProductList dl
{
    float: left;
    width: 300px;
    height: 270px;
    margin: 15px 15px 5px 0;
}
.homeProductList dl:nth-child(1n), .homeProductList dl:nth-child(2n), .homeProductList dl:nth-child(3n)
{
    margin-top: 0;
}
.homeProductList dl:nth-child(3n)
{
    margin-right: 0;
}
.homeProductList dl dt
{
    height: 200px;
    overflow: hidden;
    position: relative;
}
.homeProductList dl dt img
{/*width:300px; height:200px;*/
    border: 1px solid #ddd;
}
.homeProductList dl dd
{
    border-top: 1px solid #fff;
    padding: 0 15px;
    font-size: 14px;
    line-height: 40px;
    color: #333;
    text-align: center;
    background-color: #eaeaea;
    -ms-transition-duration: .3s;
    transition-duration: .3s;
}
.homeProductList dl a:hover dd
{
    background-color: #333;
    color: #fff;
}/* why */
.why
{
    background-image: url(../image/bg-honor.jpg);
}
.whyTitle
{
    width: 1920px;
    height: 220px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}
.whyContent
{
    padding: 40px 0;
}
.whyText
{
    position: relative;
    width: 600px;
    float: left;
}
.whyText h6
{
    width: 70px;
    height: 70px;
    text-align: center;
    font-size: 34px;
    line-height: 74px;
    color: #333;
    background: url(../image/why-ico.png) no-repeat left top;
    position: absolute;
    left: 0;
    top: 0;
}
.whyText h2
{
    height: 70px;
    position: relative;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    color: #e8390d;
    padding-left: 78px;
}
.whyText h2 p
{
    height: 28px;
    position: absolute;
    left: 70px;
    bottom: 0;
    background-color: #333;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    padding: 0 10px;
}
.whyText ul
{
    padding: 20px 0 20px;
    font-size: 14px;
    line-height: 28px;
    color: #333;
}
.whyText ul li
{
    padding: 0 0 10px 12px;
    background-image: url(../image/icon-jiao-b.png);
    background-repeat: no-repeat;
    background-position: left 8px;
    font-size: 14px;
    line-height: 24px;
    color: #555;
    margin-top: 10px;
    border-bottom: 1px dotted #aaa;
}
.whyText ul li:nth-last-child(1)
{
    border: none;
}
.whyText h5 a
{
    display: inline-block;
    font-size: 12px;
    line-height: 30px;
    color: #555;
    position: relative;
    padding: 0 25px 0 15px;
    background-color: #ddd;
    margin-right: 5px;
}
.whyText h5 a em
{
    width: 4px;
    height: 7px;
    position: absolute;
    right: 14px;
    top: 50%;
    margin-top: -3px;
    background: url(../image/jiao-b-2.png) no-repeat right 50%;
}
.whyText h5 a:hover
{
    background-color: #e8390d;
    color: #fff;
}
.whyText h5 a:hover em
{
    background: url(../image/jiao-w-8.png) no-repeat right 50%;
}
.whyTel
{
    padding-left: 48px;
    background: url(../image/tel.png) no-repeat left 3px;
    margin-top: 30px;
}
.whyTel dt
{
    font-size: 14px;
    line-height: 20px;
    color: #888;
}
.whyTel dd
{
    font-size: 24px;
    line-height: 24px;
    color: #555;
}
.whyList-1
{
    height: 347px;
    background-image: url(../image/why-a.png);
}
.whyList-2
{
    height: 313px;
    background-image: url(../image/why-b.png);
}
.whyList-3
{
    height: 382px;
    background-image: url(../image/why-c.png);
}
.whyList-4
{
    height: 369px;
    background-image: url(../image/why-d.png);
}
.whyList-5
{
    height: 369px;
    background-image: url(../image/why-e.png);
}
.whyList-1 .whyText
{
    margin-left: 600px;
    margin-top: 50px;
}
.whyList-2 .whyText
{
    margin-left: 0;
    margin-top: 60px;
}
.whyList-3 .whyText
{
    margin-left: 600px;
    margin-top: 70px;
}
.whyList-4 .whyText
{
    margin-left: 0;
    margin-top: 50px;
}
.whyList-5 .whyText
{
    margin-left: 600px;
    margin-top: 60px;
}/* 视频  */
.homeVideo
{
    padding: 60px 0 70px;
    background: url(../image/videobg.png) no-repeat center bottom;
}
.videoScroll
{
    position: relative;
    margin-top: 0;
}
.videoScroll .prev, .videoScroll .next
{
    position: absolute;
    top: 50%;
    margin-top: -20px;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(../image/pn.png);
    background-repeat: no-repeat;
    background-position: left top;
    -ms-transition-duration: 0s;
    transition-duration: 0s;
    z-index: 99;
    cursor: pointer;
}
.videoScroll .prev
{
    left: 50%;
    margin-left: -660px;
    background-position: left top;
}
.videoScroll .next
{
    right: 50%;
    margin-right: -660px;
    background-position: right top;
}
.videoScroll .prev:hover
{
    background-position: left bottom;
}
.videoScroll .next:hover
{
    background-position: right bottom;
}
.videoScroll .bd
{
    overflow: hidden;
    position: relative;
}
.videoList
{
    position: relative;
}
.videoList dl
{
    width: 390px;
    float: left;
    margin-right: 15px;
}
.videoList dl dt
{
    height: 280px;
    overflow: hidden;
}
.videoList dl dd
{
    text-align: center;
    font-size: 14px;
    line-height: 50px;
}/* 案例 */
.homeCase
{
    padding: 20px 0 60px;
}
.caseTitle li
{
    width: 236px;
    height: 40px;
    background-color: #333;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    cursor: pointer;
    float: left;
    margin-left: 5px;
    position: relative;
}
.caseTitle li:nth-child(1)
{
    margin-left: 0;
}
.caseTitle li.on
{
    background-color: #e8390d;
    color: #fff;
}
.caseTitle li.on:before
{
    content: "";
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 40px;
    height: 5px;
    width: 100%;
}
.caseContent
{
    margin-top: 10px;
}
.caseList dl
{
    position: relative;
    overflow: hidden;
    width: 290px;
    height: 220px;
    float: left;
    margin: 10px 0 0 10px;
}
.caseList dl dt img
{
    width: 290px;
    height: 220px;
}
.caseList dl dd
{
    background-image: url(../image/tm-b-8.png);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -200px;
    padding: 12px 15px;
}
.caseList dl dd h3
{
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}
.caseList dl dd p
{
    font-size: 14px;
    line-height: 20px;
    color: #eee;
    padding-top: 3px;
}
.caseList dl:nth-child(1)
{
    width: 600px;
    height: 450px;
    margin-left: 0;
}
.caseList dl:nth-child(1) dt img
{
    width: 600px;
    height: 450px;
}/* ad */
.homeAd
{
    height: 200px;
    background: url(../image/asdv-b.jpg) no-repeat center top;
}
.adText
{
    padding: 35px 0 0 300px;
}
.adText h5
{
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    letter-spacing: 1px;
}
.adText p
{
    font-size: 14px;
    line-height: 20px;
    color: #555;
}
.adTel
{
    position: absolute;
    left: 300px;
    top: 110px;
    padding-left: 48px;
    background: url(../image/tel-b.png) no-repeat left 3px;
}
.adTel dt
{
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}
.adTel dd
{
    font-size: 24px;
    line-height: 24px;
    color: #fff;
}
.homeAd a
{
    display: inline-block;
    padding: 0 20px 0 43px;
    border: 2px solid #fff;
    font-size: 14px;
    line-height: 36px;
    color: #fff;
    border-radius: 5px;
    position: absolute;
    right: 0;
    top: 80px;
}/*background:url(../images/icon-zx.png) no-repeat 20px 11px;*/
.homeAd a:hover
{
    background-color: #e8390d;
    border-color: #e8390d;
}/* 合作客户 */
.homePartner
{
    padding: 50px 0;
    background-image: url(../image/bg-honor.jpg);
}
.PartnerList li
{
    width: 195px;
    height: 130px;
    overflow: hidden;
    float: left;
    margin: 6px 6px 0 0;
    background-color: #fff;
}
.PartnerList li:nth-child(6n)
{
    margin-right: 0;
}
.PartnerList li:hover
{
    box-shadow: 0 0 8px 0 #aaa;
}
.evaluateScroll
{
    position: relative;
    margin-top: 20px;
}
.evaluateScroll .bd
{
    overflow: hidden;
}
.evaluateList dl
{
    width: 595px;
    height: 200px;
    float: left;
    background-color: #fff;
    margin-right: 10px;
}
.evaluateList dl dt
{
    width: 280px;
    height: 200px;
    position: relative;
    float: left;
    overflow: hidden;
}
.evaluateList dl dt img
{
    -ms-transition-duration: .3s;
    transition-duration: .3s;
}
.evaluateList dl dd
{
    float: left;
    width: 275px;
    padding: 0 20px;
    height: 200px;
    position: relative;
}
.evaluateList dl dd h3
{
    padding-top: 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 40px;
    color: #333;
}
.evaluateList dl dd p
{
    padding-top: 5px;
    font-size: 14px;
    line-height: 24px;
    color: #777;
}
.evaluateList dl dd p.more
{
    position: absolute;
    left: 20px;
    bottom: 15px;
}
.evaluateList dl dd p.more span
{
    font-size: 14px;
    line-height: 26px;
    color: #e8390d;
}
.evaluateList dl a:hover dt img
{
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.evaluateList dl a:hover dd h3
{
    color: #e8390d;
    text-decoration: underline;
}
.evaluateList dl a:hover dd p.more span
{
    text-decoration: underline;
}/* 解决方案 */
.homeSolutions
{
    padding: 60px 0;
}
.solutionList
{
    margin-top: 20px;
}
.solutionList dl
{
    width: 400px;
    height: 320px;
    float: left;
    position: relative;
    overflow: hidden;
}
.solutionList dl dt
{
    position: relative;
}
.solutionList dl dd
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding: 0 15px;
    font-size: 18px;
    line-height: 60px;
}
.solutionList dl ul
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -400px;
    height: 400px;
    padding: 0 30px;
    background-image: url(../image/tm-b-8.png);
    text-align: center;
}
.solutionList dl ul h4
{
    font-weight: 700;
    font-size: 24px;
    line-height: 50px;
    color: #fff;
    position: relative;
    display: inline-block;
    padding-top: 100px;
}
.solutionList dl ul h4:after
{
    content: "";
    overflow: hidden;
    position: absolute;
    background-color: #fff;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
}
.solutionList dl ul p
{
    font-size: 14px;
    line-height: 28px;
    color: #eee;
    padding-top: 10px;
}/* 关于我们 */
.homeAbout
{
    padding: 50px 0 0;
    background: url(../image/bg-about.jpg) no-repeat center top;
}
.aboutContent
{
    position: relative;
    height: 480px;
}
.aboutLeft
{
    width: 570px;
}
.aboutTitle
{
    position: relative;
    color: #fff;
    padding-bottom: 5px;
}
.aboutTitle p
{
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
}
.aboutTitle span
{
    font-size: 14px;
    line-height: 20px;
}
.aboutTitle:before
{
    content: "";
    overflow: hidden;
    position: absolute;
    background-color: #fff;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 30px;
}
.aboutLeft dl
{
    padding-top: 10px;
}
.aboutLeft dl dt
{
    font-weight: 700;
    font-size: 30px;
    line-height: 80px;
    color: #e8390d;
    border-bottom: 1px solid #333;
}
.aboutLeft dl dd
{
    font-size: 14px;
    line-height: 28px;
    color: #eee;
    padding: 20px 0 0;
}
.aboutLeft dl dd a
{
    color: #e8390d;
}
.aboutLeft dl dd a:hover
{
    color: #fff;
}
.aboutPic
{
    width: 600px;
    height: 450px;
    border: 2px solid #fff;
    margin-left: 26px;
}
.aboutPicScroll
{
    position: relative;
    margin-top: 20px;
}
.aboutPicScroll .bd
{
    position: relative;
}
.aboutPicList
{
    position: relative;
}
.aboutPicList dl
{
    width: 240px;
    float: left;
}
.aboutPicList dl dt
{
    overflow: hidden;
}
.aboutPicList dl dt img
{
    border: 5px solid #f4f4f4;
}
.aboutPicList dl dd
{
    text-align: center;
    font-size: 14px;
    line-height: 40px;
}/* news & faq */
.home-newsfaq
{
    padding: 50px 0 50px;
    background-color: #fff;
}
.home-news
{
    width: 720px;
    position: relative;
}
.home-news-title
{
    height: 38px;
    position: relative;
    border-bottom: 2px solid #dadada;
}
.home-news-title li
{
    float: left;
    height: 40px;
    width: 130px;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    cursor: pointer;
    margin-right: 2px;
    background-color: #333;
}
.home-news-title li.on
{
    color: #fff;
    background-color: #e8390d;
}
.home-news-title a
{
    display: inline-block;
    float: right;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 22px;
    margin-top: 9px;
    position: relative;
    padding-right: 10px;
}
.home-news-title a em
{
    width: 4px;
    height: 7px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -3px;
    background: url(../image/jiao-b-2.png) no-repeat right 50%;
}
.home-news-title a:hover
{
    color: #e8390d;
    padding-right: 8px;
}
.home-news-list
{
    width: 720px;
    margin-top: 20px;
}
.home-news-list dl
{
    height: 210px;
}
.home-news-list dl dt
{
    width: 310px;
    height: 210px;
    float: left;
}
.home-news-list dl dd
{
    float: left;
    width: 390px;
    margin-left: 20px;
    height: 210px;
    position: relative;
}
.home-news-list dl dd h3
{
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    color: #333;
    padding-bottom: 2px;
}
.home-news-list dl dd p.co
{
    font-size: 14px;
    line-height: 24px;
    color: #666;
    padding-top: 10px;
}
.home-news-list dl dd p.time
{
    font-size: 12px;
    line-height: 20px;
    color: #888;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 5px;
}
.home-news-list dl dd p.more
{
    position: absolute;
    left: 0;
    bottom: 23px;
}
.home-news-list dl dd p.more span
{
    font-size: 12px;
    line-height: 26px;
    color: #fff;
    background-color: #333;
    display: inline-block;
    padding: 0 15px;
    -ms-transition-duration: .3s;
    transition-duration: .3s;
}
.home-news-list dl a:hover dd h3
{
    color: #e8390d;
    text-decoration: underline;
}
.home-news-list dl a:hover dd p span
{
    background-color: #e8390d;
}
.home-news-list ul
{
    padding-top: 15px;
}
.home-news-list ul li
{
    width: 50%;
    float: left;
    position: relative;
    border-bottom: 1px dotted #ccc;
}
.home-news-list ul li a
{
    font-size: 14px;
    line-height: 44px;
    position: relative;
    display: block;
    padding-left: 18px;
}
.home-news-list ul li a em
{
    width: 11px;
    height: 11px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
    background: url(../image/jiaob.png) no-repeat left bottom;
}
.home-news-list ul li a:hover
{
    color: #e8390d;
    margin-left: 5px;
}
.home-news-list ul li:nth-child(2n)
{
    margin-left: 0;
}
.home-news-list ul li:nth-last-child(1)
{
    border: none;
}
.home-news-list ul li:nth-last-child(2)
{
    border: none;
}
.home-faq
{
    width: 440px;
    margin-left: 40px;
    position: relative;
}
.faqMarquee
{
    height: 440px;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
}
.home-faq-list dl
{
    padding: 15px 0;
    border-top: 1px dotted #ccc;
}
.home-faq-list dl dt, .home-faq-list dl dd
{
    position: relative;
    padding-left: 30px;
}
.home-faq-list dl dt
{
    font-weight: 700;
    font-size: 14px;
    line-height: 26px;
    color: #333;
}
.home-faq-list dl a:hover dt
{
    color: #008dd7;
    text-decoration: underlines;
}
.home-faq-list dl dd
{
    font-size: 14px;
    line-height: 22px;
    margin-top: 0;
    color: #666;
}
.home-faq-list dl dt span, .home-faq-list dl dd span
{
    position: absolute;
    left: 0;
    width: 22px;
    height: 26px;
}
.home-faq-list dl dt span
{
    top: 0;
    background: url(../image/faq-q.png) no-repeat left 1px;
}
.home-faq-list dl dd span
{
    top: 0;
    background: url(../image/faq-a.png) no-repeat left 0;
}/* explainList */
.footerExplain
{
    background-image: url(../image/bg-honor.jpg);
    border-top: 2px solid #111;
    padding: 35px 0;
}
.explainList dl
{
    width: 20%;
    float: left;
}
.explainList dl dt
{
    height: 50px;
    font-size: 14px;
    line-height: 22px;
    color: #333;
    padding-left: 60px;
    background-repeat: no-repeat;
    background-position: left top;
}
.explainList dl dt p
{
    font-weight: 700;
    font-size: 18px;
    padding-top: 4px;
}
.explainList dl dd
{
    padding: 10px 20px 0 0;
    font-size: 14px;
    line-height: 24px;
    color: #666;
}
.explainList dl dd p
{
    float: left;
    margin-right: 10px;
    padding-top: 5px;
}/*footer*/
.footer
{
    position: relative;
    background-color: #272727;
    background-image: url(../image/bg-footer.jpg);
}
.footerNav
{
    padding: 15px 0;
    border-bottom: 1px solid #444;
}
.footerNav ul
{
    height: 30px;
    overflow: hidden;
    text-align: center;
    font-size: 0;
}
.footerNav li
{
    position: relative;
    display: inline-block;
    padding: 0 20px;
    height: 30px;
    overflow: hidden;
}
.footerNav li:before
{
    content: "";
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 9px;
    height: 12px;
    width: 1px;
    background-image: url(../image/tm-w-2.png);
}
.footerNav li.home:before
{
    background: none;
}
.footerNav li a
{
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    display: block;
}
.footerNav li.curr a, .footerNav li a:hover
{
    color: #fff;
}
.fonter-content
{
    position: relative;
    min-height: 170px;
}
.copy
{
    width: 76%;
    padding: 30px 0 0 0;
    position: relative;
}
.copy ul li, .copy ul li a
{
    font-size: 14px;
    line-height: 26px;
    color: #999;
}
.copy ul li a
{
    color: #999;
    vertical-align: top;
}
.copy ul li em
{
    display: inline-block;
    padding-right: 20px;
}
.copy ul li a:hover
{
    color: #fff;
}
.footer-code
{
    position: absolute;
    top: 30px;
    right: 0;
}
.footer-code dl
{
    width: 100px;
    float: right;
    margin-left: 20px;
    float: left;
}
.footer-code dl dt
{
    background-color: #fff;
    padding: 5px;
}
.footer-code dl dt img
{
    max-width: 100%;
}
.footer-code dl dd
{
    text-align: center;
    font-size: 12px;
    line-height: 40px;
    color: #fff;
}
.links
{
    padding: 10px 0;
}
.links-co
{
    position: relative;
    padding-left: 86px;
}
.links-co em, .links-co a
{
    font-size: 14px;
    line-height: 24px;
    color: #ddd;
}
.links-co em
{
    position: absolute;
    left: 0;
    top: 0;
    background: url(../image/icon-link.png) no-repeat left 5px;
    background-size: 14px 14px;
    padding-left: 18px;
}
.links-co a
{
    display: inline-block;
    padding: 0 1px;
    margin-right: 15px;
    overflow: hidden;
    position: relative;
    float: left;
    color: #999;
}
.links-co a:hover
{
    color: #fff;
}/*---------------page---------------*/
.pageBanner
{
    height: 400px;
    position: relative;
    overflow: hidden;
}
.pageBanner img
{
    position: relative;
    width: 1920px;
    height: 400px;
}
.mainW
{
    padding-bottom: 50px;
}
.main
{
    width: 930px;
    float: left;
    margin-left: 30px;
}
.pageTitle
{
    padding: 25px 0;
}
.pageTitle h2
{
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #fe5c00;
}
.pageTitle p
{
    font-size: 14px;
    line-height: 20px;
    color: #999;
    text-transform: uppercase;
}
.Wnav .location
{
    margin-top: 10px;
    padding-bottom: 10px;
}
.location
{
    font-size: 12px;
    line-height: 40px;
    color: #666;
    background-image: url(../image/location.png);
    background-repeat: no-repeat;
    background-position: left 14px;
    padding-left: 18px;
}
.location a
{
    font-size: 12px;
    line-height: 40px;
    color: #666;
    display: inline-block;
    padding: 0 10px 0 20px;
    position: relative;
}
.location a.locationHome
{
    padding-left: 6px;
}
.location a:after
{
    content: ">";
    font-family: "宋体";
    font-weight: 500;
    font-size: 14px;
    line-height: 40px;
    color: #888;
    position: absolute;
    right: -9px;
    top: 1px;
}
.location a:nth-last-child(1):after
{
    content: "";
}
.location a:nth-last-child(1)
{
    padding-right: 0;
}
.location a:hover
{
    color: #2480e6;
}
.pageNavBox
{
    border-bottom: 1px solid #dadada;
}
.pageNav
{
    height: 60px;
    background-color: #fff;
    margin-left: -30px;
}
.pageNav li
{
    float: left;
    position: relative;
    padding: 0 30px;
}
.pageNav li:before
{
    content: "";
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 23px;
    height: 14px;
    width: 1px;
    background-color: #eee;
}
.pageNav li:nth-child(1):before
{
    background-color: #fff;
}
.pageNav li a
{
    display: inline-block;
    padding: 0 2px;
    font-size: 16px;
    line-height: 60px;
    position: relative;
}
.pageNav li a span
{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -2px;
    height: 3px;
    background-color: #e8390d;
    overflow: hidden;
    filter: Alpha(opacity=0);
    opacity: 0;
    -ms-transition-duration: .3s;
    transition-duration: .3s;
}
.pageNav li.curr a, .pageNav li a:hover
{
    color: #e8390d;
}
.pageNav li.curr a span, .pageNav li a:hover span
{
    filter: Alpha(opacity=100);
    opacity: 1;
}
.page-title
{
    text-align: center;
    height: 80px;
    position: relative;
}
.page-title p
{
    font-size: 24px;
    line-height: 30px;
    color: #bdbdbd;
    text-transform: uppercase;
}
.page-title h2
{
    font-size: 30px;
    line-height: 40px;
    color: #2480e6;
    position: relative;
}
.page-title h2 span
{
    display: inline-block;
    position: relative;
}
.page-title h2 span:before
{
    content: "";
    overflow: hidden;
    position: absolute;
    left: -70px;
    top: 18px;
    height: 4px;
    width: 50px;
    background-image: url(/storage/15092/tpl/1232/images/title-bg.png);
    background-repeat: no-repeat;
    background-position: left top;
}
.page-title h2 span:after
{
    content: "";
    overflow: hidden;
    position: absolute;
    right: -70px;
    top: 18px;
    height: 4px;
    width: 50px;
    background-image: url(/storage/15092/tpl/1232/images/title-bg.png);
    background-repeat: no-repeat;
    background-position: left top;
}
.pageheight
{
    height: 50px;
}
.pageht
{
    height: 25px;
}
.mainTop
{
    height: 50px;
    position: relative;
    border-bottom: 1px solid #bfbfbf;
}
.mainTop h3
{
    font-weight: 700;
    font-size: 18px;
    line-height: 40px;
    color: #2480e6;
}
.mainTop .location
{
    position: absolute;
    right: 0;
    top: 0;
}/* 左侧 sideLeft  */
.sideLeft
{
    width: 240px;
    margin-top: 0;
    position: relative;
    z-index: 11;
    overflow: hidden;
}
.leftTitle
{
    background: #fe5c00;
    color: #fff;
    text-align: center;
    height: 100px;
}
.leftTitle h2
{
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    padding-top: 20px;
}
.leftTitle p
{
    font-size: 14px;
    line-height: 20px;
    color: #ffa26d;
    text-transform: uppercase;
}
.leftNav
{
    background-color: #333;
}
.leftNav li
{
    margin-top: 1px;
}
.leftNav li h6 a
{
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    color: #fff;
    display: block;
    position: relative;
    padding-left: 20px;
    background: url(../image/sidebg.png) no-repeat left bottom;
}
.leftNav li h6 a:hover, .leftNav li h6.curr a
{
    background-position: left top;
    color: #fff;
}
.leftNav li ol
{
    padding: 10px 0;
    border-top: 1px solid #484848;
    background-color: #333;
}
.leftNav li ol li
{
    margin-top: 0;
    height: 30px;
}
.leftNav li ol li h4
{
    padding-left: 20px;
}
.leftNav li ol li a
{
    font-size: 12px;
    line-height: 30px;
    color: #bbb;
    position: relative;
    display: block;
    padding-left: 17px;
}
.leftNav li ol li a em
{
    width: 11px;
    height: 11px;
    position: absolute;
    left: 0;
    top: 10px;
    background: url(../image/townav.png) no-repeat left bottom;
}
.leftNav li ol li.curr a, .leftNav li ol li a:hover
{
    color: #fff;
}
.leftNav li ol li.curr a em, .leftNav li ol li a:hover em
{
    color: #fff;
    background-position: left top;
}
.sideProductList
{
    position: relative;
    overflow: hidden;
    border-top: 1px dotted #ccc;
}
.sideProductList span.productHot
{
    position: absolute;
    left: 0;
    top: 10px;
    width: 24px;
    height: 20px;
    padding-top: 5px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    background: url(/storage/15092/tpl/1232/images/hotb.png) no-repeat left top;
    z-index: 5;
}
.sideProductList:nth-child(1)
{
    border: none;
}
.sideProductList:nth-child(1) span.productHot
{
    background: url(../image/hot1.png) no-repeat left top;
}
.sideProductList:nth-child(2) span.productHot
{
    background: url(../image/hot2.png) no-repeat left top;
}
.sideProductList:nth-child(3) span.productHot
{
    background: url(../image/hot3.png) no-repeat left top;
}
.sideProductList:nth-child(4) span.productHot
{
    background: url(../image/hot4.png) no-repeat left top;
}
.sideProductList:nth-child(5) span.productHot
{
    background: url(../image/hot5.png) no-repeat left top;
}
.sideProductList dl
{
    height: 50px;
    position: relative;
}
.sideProductList dl dt
{
    width: 220px;
    height: 150px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.sideProductList dl dd
{
    font-size: 14px;
    line-height: 40px;
    padding: 5px 0;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    padding-left: 30px;
}
.sideProduct .curr
{
    border: none;
}
.sideProduct .curr span.productHot
{
    top: 0;
    left: 5px;
}
.sideProduct .curr dl
{
    position: relative;
}
.sideProduct .curr dl dt
{
    position: absolute;
    left: 0;
    bottom: 0;
}
.sideProduct .curr dl dd
{
    font-size: 14px;
    line-height: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(../image/tm-b-6.png);
    padding: 0 15px;
    color: #fff;
}/* 左侧底部内容 */
.sideBottom
{
    margin-top: 20px;
}
.sideTitle
{
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    background-color: #333;
    padding-left: 20px;
}
.sideConetent
{
    border: 1px solid #ddd;
    border-top: none;
    padding: 9px;
}
.sideContact img
{
    width: 220px;
}
.sideContactText
{
    padding: 8px 0;
}
.sideContactText li
{
    margin-top: 5px;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    padding-left: 45px;
}
.sideContactText li span
{
    position: absolute;
    left: 0;
    top: 0;
    color: #888;
}
.left-contact-ti
{
    background: #759800;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    height: 40px;
    padding: 0 20px;
}
.left_contact
{
    margin-top: 10px;
}
.left-contact-box
{
    overflow: hidden;
    border: 1px solid #759800;
    background-color: #fff;
    padding: 10px 10px;
}
.product
{
    background-color: #fff;
    border: 1px solid #ddd;
    margin-top: 20px;
}
.product h2
{
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    background-color: #2480e6;
    padding-left: 15px;
}
.product .box
{
    padding: 10px;
}
.product .box ul li
{
    margin-top: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.product .box ul li h3
{
    text-align: center;
    font-size: 14px;
    line-height: 50px;
}/*---------------about---------------*/
.pageText
{
    font-size: 14px;
    line-height: 2em;
    padding-top: 30px;
}
.page-about-a
{
    height: 400px;
    padding-top: 30px;
}
.page-video
{
    width: 600px;
    height: 400px;
}
.page-video ul
{
    height: 400px;
    position: relative;
}
.page-video span
{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(../image/icon-play.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,0);
    -ms-transition-duration: .3s;
    transition-duration: .3s;
    cursor: pointer;
}
.page-video:hover span
{
    background-color: rgba(0,0,0,.4);
}
.page-about-right
{
    width: 570px;
    height: 400px;
    margin-left: 30px;
}
.page-about-right h2
{
    font-weight: 700;
    font-size: 24px;
    color: #85a11e;
    padding: 35px 0 20px;
}
.page-about-right ul
{
    font-size: 14px;
    line-height: 30px;
    color: #333;
}
.page-about-b
{
    height: 410px;
}
.page-aboutB-left, .page-aboutB-right
{
    width: 600px;
    height: 410px;
}
.page-aboutB-left ul
{
    font-size: 14px;
    line-height: 30px;
    color: #333;
    padding: 80px 50px 30px 0;
}
.page-data dl
{
    height: 80px;
    width: 100px;
    border: 1px solid #2480e6;
    float: left;
    border-radius: 5px;
    text-align: center;
    margin-left: 12px;
}
.page-data dl:nth-child(1)
{
    margin-left: 0;
}
.page-data dl dt
{
    position: relative;
    font-weight: 700;
    font-size: 22px;
    line-height: 46px;
    color: #2480e6;
}
.page-data dl dt:before
{
    content: "";
    overflow: hidden;
    position: absolute;
    left: 40px;
    bottom: 0;
    background-color: #2480e6;
    height: 3px;
    width: 20px;
}
.page-data dl dd
{
    font-size: 14px;
    line-height: 30px;
}
.content-nav
{
    margin-top: 80px;
}
.content-nav dl
{
    width: 280px;
    height: 187px;
    float: left;
    margin-left: 26px;
    position: relative;
    overflow: hidden;
}
.content-nav dl:nth-child(1)
{
    margin-left: 0;
}
.content-nav dl dt
{
    height: 187px;
    position: relative;
    overflow: hidden;
}
.content-nav dl dt img
{
    -ms-transition-duration: .3s;
    transition-duration: .3s;
}
.content-nav dl a:hover dt img
{
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.content-nav dl dd
{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(../image/tm-b-4.png);
}
.content-nav dl dd h6
{
    background-position: 50% top;
    background-repeat: no-repeat;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    padding-top: 50px;
    margin-top: 50px;
}/*  客户评价综合页 */
.page-evaluation
{
    padding: 10px 0 70px;
}
.page-evaluation-list dl
{
    width: 566px;
    height: 197px;
    float: left;
    margin: 20px 20px 0 0;
    padding: 10px;
    border: 2px solid #d0d0d0;
}
.page-evaluation-list dl:nth-child(2n)
{
    margin-right: 0;
}
.page-evaluation-list dl dt
{
    width: 270px;
    height: 197px;
    position: relative;
    float: left;
    overflow: hidden;
}
.page-evaluation-list dl dt img
{
    -ms-transition-duration: .3s;
    transition-duration: .3s;
}
.page-evaluation-list dl a:hover dt img
{
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.page-evaluation-list dl dd
{
    float: left;
    width: 270px;
    margin-left: 20px;
    height: 200px;
    position: relative;
}
.page-evaluation-list dl dd h3
{
    border-bottom: 2px solid #2480e6;
    padding-bottom: 5px;
    color: #333;
    font-weight: 700;
    line-height: 30px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.page-evaluation-list dl dd h6
{
    padding-top: 10px;
    font-size: 14px;
    line-height: 24px;
    color: #666;
}
.page-evaluation-list dl a:hover dd h3
{
    color: #2480e6;
    text-decoration: underline;
}
.page-evaluation-list dl:hover
{
    border-color: #2480e6;
}
.page-evaluation-lista dl
{
    width: 441px;
    height: 146px;
    float: left;
    margin: 20px 20px 0 0;
    padding: 10px;
    border: 2px solid #d0d0d0;
}
.page-evaluation-lista dl:nth-child(2n)
{
    margin-right: 0;
}
.page-evaluation-lista dl dt
{
    width: 200px;
    height: 146px;
    position: relative;
    float: left;
    overflow: hidden;
}
.page-evaluation-lista dl dt img
{
    -ms-transition-duration: .3s;
    transition-duration: .3s;
}
.page-evaluation-lista dl a:hover dt img
{
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.page-evaluation-lista dl dd
{
    float: left;
    width: 226px;
    margin-left: 15px;
    height: 146px;
    position: relative;
}
.page-evaluation-lista dl dd h3
{
    border-bottom: 2px solid #2480e6;
    padding-bottom: 5px;
    color: #333;
    font-weight: 700;
    line-height: 30px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.page-evaluation-lista dl dd h6
{
    padding-top: 10px;
    font-size: 14px;
    line-height: 24px;
    color: #666;
}
.page-evaluation-lista dl a:hover dd h3
{
    color: #2480e6;
    text-decoration: underline;
}
.page-evaluation-lista dl:hover
{
    border-color: #2480e6;
}
.page-client
{
    border-top: 1px dotted #aaa;
    padding: 70px 0 0;
}
.page-more
{
    text-align: center;
    margin-top: 40px;
}
.page-more a
{
    display: inline-block;
    padding: 0 28px 0 20px;
    border-radius: 15px;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background-color: #2480e6;
    background-image: url(/storage/15092/tpl/1232/images/icon-w-jiao.png);
    background-repeat: no-repeat;
    background-position: 75px 50%;
}
.page-more a:hover
{
    background-color: #2480e6;
}/* 产品综合页 */
.page-product-clss
{
    border: 2px solid #2480e6;
    border-radius: 10px;
    padding: 10px;
    margin-top: 20px;
}
.page-product-clss dl
{
    height: 400px;
}
.page-product-clss dl dt
{
    float: left;
    width: 490px;
    height: 400px;
}
.page-product-clss dl dd
{
    float: left;
    width: 410px;
    height: 400px;
    position: relative;
    margin-left: 20px;
}
.page-product-clss dl dd h3
{
    padding-top: 10px;
}
.page-product-clss dl dd h3 a
{
    font-weight: 700;
    font-size: 30px;
    line-height: 50px;
    color: #809c20;
}
.page-product-clss dl dd h3 a:hover
{
    color: #2480e6;
    text-decoration: underline;
}
.page-product-clss dl dd h6
{
    font-size: 18px;
    line-height: 30px;
    color: #333;
    padding: 20px 0 10px;
}
.page-product-clss dl dd p
{
    font-size: 14px;
    line-height: 24px;
}
.page-product-clss dl dd h5 a
{
    display: inline-block;
    padding: 0 28px 0 20px;
    border-radius: 15px;
    float: right;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background-color: #2480e6;
    background-image: url(/storage/15092/tpl/1232/images/icon-w-jiao.png);
    background-repeat: no-repeat;
    background-position: 100px 50%;
    position: absolute;
    left: 0;
    bottom: 45px;
}
.page-product-clss dl dd h5 a.btn-b
{
    background-color: #1b1b1b;
    background-position: 76px 50%;
    left: 130px;
}
.page-product-clss dl dd h5 a:hover
{
    background-color: #2480e6;
}
.productCo
{
    width: 455px;
    height: 240px;
    float: left;
    margin: 0 16px 16px 0;
    border: 1px solid #ccc;
    position: relative;
}
.productCo:hover
{
    border-color: #e8390d;
}
.productCo:before
{
    content: "";
    overflow: hidden;
    position: absolute;
    left: 240px;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #eee;
    z-index: 99;
}
.productCo:nth-of-type(even)
{
    margin-right: 0;
}
.pLeft
{
    width: 240px;
    height: 240px;
    overflow: hidden;
    float: left;
}
.pLeft img
{
    -ms-transition-duration: .3s;
    transition-duration: .3s;
}
.pLeft a:hover img
{
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.pRight
{
    width: 210px;
    height: 230px;
    position: relative;
    background-color: #fff;
    float: left;
}
.pRight dl
{
    padding: 15px 20px 0;
}
.pRight dl dt
{
    padding-bottom: 8px;
}
.pRight dl dt h3 a
{
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.pRight dl dt p
{
    font-size: 12px;
    line-height: 26px;
}
.pRight dl dd
{
    padding-top: 8px;
    border-top: 1px solid #eee;
}
.pRight dl dd h4
{
    font-size: 12px;
    line-height: 26px;
    padding-bottom: 5px;
}
.pRight dl dd p
{
    font-size: 12px;
    line-height: 18px;
}
.pRight h6
{
    position: absolute;
    left: 20px;
    bottom: 20px;
}
.pRight h6 a
{
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    position: relative;
    padding: 0 15px 0 10px;
    background-color: #aaa;
    border-radius: 3px;
    margin-right: 2px;
}
.pRight h6 a em
{
    width: 3px;
    height: 7px;
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -3px;
    background: url(../image/jiao-w-9.png) no-repeat right 50%;
}
.pRight dl dt h3 a:hover
{
    color: #e8390d;
}
.pRight h6 a:hover
{
    background-color: #e8390d;
    color: #fff;
}
.pRight h6 a:hover em
{
    background: url(../image/jiao-w-9.png) no-repeat right 50%;
}/* 产品详情 *//** product show **/
.prodPic
{
    width: 930px;
    height: 690px;
}
.prodPic .big
{
    width: 688px;
    height: 688px;
    position: relative;
    z-index: 1;
    float: left;
    border: 1px solid #ddd;
}
.prodPic .big a
{
    width: 688px;
    height: 688px;
    background: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.prodPic .big a img
{
    vertical-align: middle;
    max-width: 688px;
    max-height: 688px;
}
.prodPic .big a
{
    *display: block;
    *font-family: Arial;
    *line-height: 1;
}
div.zoomDiv
{
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 300px;
    background: #fff;
    border: 1px solid #ccc;
    display: none;
    text-align: center;
    overflow: hidden;
}
div.zoomMask
{
    position: absolute;
    background: url(../image/mask.png);
    cursor: move;
    z-index: 1;
}
.prodPic .list
{
    width: 230px;
    height: 690px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-left: 10px;
}
.prodPic .list a.prev, .prodPic .list a.next
{
    display: block;
    width: 40px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 92px;
    background: url(/storage/15092/tpl/1232/images/anu.png) no-repeat right bottom;
    overflow: hidden;
    cursor: pointer;
    -ms-transition-duration: 0s;
    transition-duration: 0s;
    z-index: 9;
}
.prodPic .list a.next
{
    top: auto;
    bottom: 0;
    background-position: right top;
}
.prodPic .list a.prev:hover
{
    background-position: left top;
}
.prodPic .list a.next:hover
{
    background-position: left bottom;
}
.prodPic .list .thumb
{
    position: relative;
    z-index: 2;
    width: 230px;
    height: 690px;
}
.prodPic .list .thumb ul
{
    position: absolute;
    height: 99999px;
}
.prodPic .list .thumb ul li
{
    background: none;
    float: left;
    width: 225px;
    height: 225px;
    position: relative;
    margin-bottom: 7px;
    padding-left: 5px;
}
.prodPic .list .thumb ul li img
{
    max-width: 223px;
    max-height: 223px;
    cursor: pointer;
    border: 1px solid #ddd;
}
.prodPic .list .thumb ul li a em
{
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
}
.prodPic .list .thumb ul li a.selected em
{
    background: url(../image/jt.png) no-repeat;
}
.productContentTitle
{
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: #333;
    padding-left: 10px;
    border-left: 5px solid #333;
}
.productText
{
    font-size: 14px;
    line-height: 2em;
    padding: 15px 0 20px;
}/* product-introduce */
.product-introduce-title
{
    height: 50px;
    background-color: #fff;
    margin-top: 30px;
}
.product-introduce-title ul li
{
    float: left;
    padding: 0 40px;
    background-color: #2480e6;
    font-size: 14px;
    line-height: 50px;
    color: #fff;
}
.product-introduce-text
{
    padding: 20px 0 30px;
    font-size: 14px;
    line-height: 28px;
}
.product-introduce-text p
{
    padding: 8px 0;
}
.productBottom .page-product-list
{
    margin-top: 25px;
}/* faq */
.page-faq-content
{
    padding: 25px 0 20px;
}
.page-faq-list
{
    border-left: 2px solid rgba(0,0,0,0);
}
.page-faq-list.curr
{
    border-left: 2px solid #2480e6;
    background-image: url(../image/tm-w-5.png);
}
.page-faq-list dt
{
    padding-left: 40px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    line-height: 40px;
    color: #000;
    position: relative;
    cursor: pointer;
}
.page-faq-list dt em
{
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background-color: #2480e6;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    border-radius: 3px;
}
.page-faq-list dd
{
    padding: 15px 15px 15px 40px;
    font-size: 14px;
    line-height: 24px;
    display: none;
}/* job */
.page-job-content
{
    padding-top: 25px;
}
.page-job-list
{
    border: 1px solid #ddd;
    margin-top: -1px;
    background-image: url(../image/tm-w-5.png);
}
.page-job-title
{
    cursor: pointer;
}
.page-job-title ul
{
    background-color: #f8f8f8;
}
.page-job-title ul li
{
    width: 25%;
    float: left;
    font-size: 14px;
    line-height: 40px;
}
.page-job-title ul li span
{
    display: inline-block;
    padding: 0 5px 0 15px;
    font-weight: 700;
    color: #000;
}
.page-job-co
{
    padding: 0 0 15px;
    display: none;
}
.page-job-co dl
{
    padding: 15px 15px 0;
}
.page-job-co dl dt
{
    font-weight: 700;
    font-size: 14px;
    line-height: 30px;
    color: #333;
}
.page-job-co dl dd
{
    font-size: 14px;
    line-height: 24px;
}
.page-job-co h6
{
    padding: 15px 0 0 15px;
}
.page-job-co h6 a.jobLink
{
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    padding: 0 18px;
    background-color: #888;
}
.page-job-co h6 a.jobLink:hover
{
    background-color: #2480e6;
}/* i */
.jobsShow
{
    border: 1px solid #ddd;
    background: #fff;
}
.jobsShow h3
{
    font-size: 14px;
    font-weight: bold;
    background: #ddd;
    line-height: 35px;
    padding-left: 15px;
    font-weight: normal;
}
.jobsShow table
{
    margin: 10px 20px 20px;
    background: #fff;
}
.jobsShow .mr
{
    padding-right: 20px;
}
.jobsShow .jobsInput
{
    width: 310px;
    border: 1px solid #ddd;
    line-height: 25px;
    height: 25px;
    padding: 0 5px;
    margin-bottom: 10px;
}
.jobsShow .input_radio
{
    margin-right: 5px;
    vertical-align: middle;
}
.jobsShow .jobsInput:focus, .jobsShow .jobsTextarea:focus
{
    border: 1px solid #d40413;
}
.jobsShow .jobsTextarea
{
    width: 820px;
    padding: 5px;
    border: 1px solid #ddd;
    line-height: 22px;
    height: 125px;
    margin-top: 3px;
    display: block;
}
.jobsShow .jobsSubmit
{
    background: #999;
    width: 85px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    border: none;
    color: #fff;
    margin-right: 10px;
    margin-top: 20px;
    border-radius: 4px;
}
.jobsShow .jobsSubmit:hover
{
    background: #666;
    color: #fff;
}
.jobsShow .jobsSubmitb
{
    background: #333;
    width: 100px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    border: none;
    color: #fff;
    margin-top: 20px;
    border-radius: 4px;
}
.jobsShow .jobsSubmitb:hover
{
    background: #d40413;
    color: #fff;
}/* news */
.page-news
{
    padding: 50px 0 100px;
}
.page-news-hot
{
    margin-top: 10px;
    position: relative;
    margin-right: -50px;
}
.page-news-hot ul
{
    float: left;
    width: 380px;
    margin-right: 30px;
}
.page-news-hot dl
{
    position: relative;
    overflow: hidden;
    height: 266px;
}
.page-news-hot dl dt
{
    height: 220px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
}
.page-news-hot dl dd
{
    position: absolute;
    left: 0;
    right: 0;
    top: 180px;
    bottom: 0;
    background-image: url(../image/tm-b-8.png);
    background-position: left top;
    padding: 18px 20px 0;
    color: #fff;
    letter-spacing: 1px;
}
.page-news-hot dl dd h3
{
    font-size: 16px;
    line-height: 30px;
    padding: 0 0 0;
    transition-duration: .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.page-news-hot dl dd h6
{
    font-size: 12px;
    line-height: 30px;
    color: #ddd;
    padding-bottom: 5px;
}
.page-news-hot dl dd p
{
    font-size: 12px;
    line-height: 20px;
    color: #ddd;
}
.page-news-hot a:hover h3
{
    text-decoration: underline;
}
.page-news-list
{
    position: relative;
}
.page-news-list ul
{
    padding-bottom: 20px;
}
.page-news-list dl
{
    height: 210px;
}
.page-news-list dl dt
{
    float: left;
    width: 310px;
    height: 210px;
    position: relative;
    overflow: hidden;
}
.page-news-list dl dd
{
    float: left;
    height: 210px;
    position: relative;
    width: 590px;
    margin-left: 20px;
    font-size: 12px;
}
.page-news-list dl dd h3
{
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.page-news-list dl dd p
{
    font-size: 12px;
    line-height: 24px;
    color: #666;
    padding-top: 10px;
}
.page-news-list dl dd p.time
{
    border-bottom: 1px solid #ddd;
    font-size: 12px;
    line-height: 20px;
    padding: 0 0 10px;
}
.page-news-list dl dd h6
{
    position: absolute;
    left: 0;
    bottom: 0;
}
.page-news-list dl dd h6 span
{
    display: inline-block;
    font-size: 12px;
    line-height: 26px;
    color: #fff;
    position: relative;
    padding: 0 25px 0 15px;
    background-color: #ccc;
    border-radius: 3px;
}
.page-news-list dl dd h6 span em
{
    width: 4px;
    height: 7px;
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -3px;
    background: url(../image/jiao-w-9.png) no-repeat right 50%;
}
.page-news-list a:hover dl dd h3
{
    color: #e8390d;
}
.page-news-list a:hover dl dd span
{
    background-color: #e8390d;
    color: #fff;
}
.page-news-list a:hover dl dd span em
{
    background: url(../image/jiao-w-9.png) no-repeat right 50%;
}
.page-solution-list
{
    position: relative;
}
.page-solution-list ul
{
    padding-bottom: 20px;
}
.page-solution-list dl
{
    height: 350px;
}
.page-solution-list dl dt
{
    float: left;
    width: 480px;
    height: 350px;
    overflow: hidden;
}
.page-solution-list dl dd
{
    float: left;
    height: 350px;
    position: relative;
    width: 415px;
    margin-left: 25px;
    font-size: 12px;
}
.page-solution-list dl dd h3
{
    font-weight: 700;
    font-size: 16px;
    line-height: 40px;
    color: #333;
    padding: 0 0 5px;
    border-bottom: 1px solid #ddd;
}
.page-solution-list dl dd p
{
    font-size: 12px;
    line-height: 24px;
    color: #666;
    padding-top: 10px;
}
.page-solution-list dl dd h6
{
    position: absolute;
    left: 0;
    bottom: 20px;
}
.page-solution-list dl dd h6 span
{
    display: inline-block;
    font-size: 12px;
    line-height: 26px;
    color: #fff;
    position: relative;
    padding: 0 25px 0 15px;
    background-color: #ccc;
    border-radius: 3px;
}
.page-solution-list dl dd h6 span em
{
    width: 4px;
    height: 7px;
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -3px;
    background: url(../image/jiao-w-9.png) no-repeat right 50%;
}
.page-solution-list a:hover dl dd h3
{
    color: #e8390d;
}
.page-solution-list a:hover dl dd span
{
    background-color: #e8390d;
    color: #fff;
}
.page-solution-list a:hover dl dd span em
{
    background: url(../image/jiao-w-9.png) no-repeat right 50%;
}/* news detail*/
.articleTop
{
    text-align: center;
    background: url(/storage/15092/tpl/1232/images/default/splitBg.gif) repeat-x 0 bottom;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.articleTop h2
{
    font-size: 22px;
    color: #000;
    margin-bottom: 16px;
}
.articleTop p
{
    color: #999;
}
.articleTop span
{
    margin: 0 5px;
}
.articleTop a
{
    margin: 0 5px;
}
.articleTop .active
{
    color: #000;
    font-weight: bold;
}
.articleShow
{
    margin-bottom: 20px;
    font-size: 14px;
    clear: both;
}
.articleCtrl
{
    height: 40px;
    line-height: 40px;
    background: #fff;
    margin-top: 20px;
    color: #999;
    padding: 0 20px;
    cursor: default;
    border-top: 2px solid #aaa;
}/* case */
.page-case
{
    padding: 0 0 0;
}
.page-case-list
{
    margin-top: 10px;
    position: relative;
    margin-right: -50px;
}
.page-case-list ul
{
    float: left;
    width: 285px;
    margin: 20px 20px 0 0;
    overflow: hidden;
}
.page-case-list ul:nth-child(4n)
{
    margin-right: 0;
}
.page-case-list dl
{
    background-color: #fff;
    position: relative;
}
.page-case-list dl dt
{
    position: relative;
    overflow: hidden;
    border: 1px solid #ddd;
    padding: 4px;
}
.page-case-list dl dd
{
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #333;
    padding: 5px 18px;
    background-color: #fafafa;
    transition-duration: .3s;
    height: 110px;
}
.page-case-list dl dd h3
{
    font-size: 16px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.page-case-list dl dd p
{
    font-size: 12px;
    line-height: 20px;
    color: #666;
}
.page-case-list a:hover dl dt
{
    border-color: #2480e6;
}
.page-case-list a:hover dl dd h3
{
    color: #2480e6;
}/* pic-list */
.picList
{
    position: relative;
    padding-top: 20px;
}
.picList ul
{
    float: left;
    overflow: hidden;
}
.picList dl dt
{
    position: relative;
    overflow: hidden;
}
.picList dl dd
{
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    color: #333;
    padding-top: 5px;
}
.picList a:hover dl dt
{
    border-color: #2480e6;
}
.picList a:hover dl dd
{
    color: #2480e6;
}
.pic-one-list ul
{
    width: 290px;
    margin: 10px 13px 0 0;
}
.pic-one-list ul:nth-child(4n)
{
    margin-right: 0;
}
.pic-honor-list ul
{
    width: 230px;
    margin: 10px 12px 0 0;
}
.pic-honor-list ul:nth-child(5n)
{
    margin-right: 0;
}
.pic-hzhb-list
{
    padding-top: 0;
}
.pic-hzhb-list ul
{
    width: 220px;
    margin: 0 16px 16px 0;
    background-color: #fff;
}
.pic-hzhb-list ul:nth-child(4n)
{
    margin-right: 0;
}/* pageCase */
.pageCase ul
{
    float: left;
    overflow: hidden;
    width: 300px;
    margin: 0 15px 15px 0;
}
.pageCase ul:nth-child(3n)
{
    margin-right: 0;
}
.pageCase dl
{
    position: relative;
}
.pageCase dl dt
{
    position: relative;
    overflow: hidden;
}
.pageCase dl dd
{
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    color: #333;
    padding: 0 15px;
}
.pageCase a:hover dl dd
{
    color: #2480e6;
}/* 服务支持 */
.page-service
{
    padding: 0 0 20px;
}
.serviceBox1 li
{
    height: 300px;
    overflow: hidden;
    background: #f4f4f4;
    font-size: 14px;
}
.serviceBox1 li img
{
    width: 600px;
    height: 300px;
}
.serviceBox1 li .font
{
    height: 210px;
    padding-left: 50px;
    padding-top: 90px;
    width: 550px;
    position: relative;
    z-index: 10;
}
.serviceBox1 li .font h3
{
    background: url("/storage/15092/tpl/1232/images/wl.jpg") no-repeat left bottom;
    color: #007946;
    font-size: 24px;
    font-weight: normal;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.serviceBox1 li .font h3 span
{
    display: block;
    font-size: 14px;
    font-family: Arial;
    color: #999;
}
.serviceBox1 li .font::before
{
    content: "";
    position: absolute;
    top: 150px;
    left: -20px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-right-color: #f4f4f4;
}
.serviceBox1 li.two .font
{
    text-align: right;
    padding-left: 0;
    padding-right: 50px;
}
.serviceBox1 li.two .font h3
{
    background: url("/storage/15092/tpl/1232/images/wl.jpg") no-repeat right bottom;
}
.serviceBox1 li.two .font::after
{
    content: "";
    position: absolute;
    top: 150px;
    right: -20px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left-color: #f4f4f4;
}/* page-contact  */
.contactBox
{
    position: relative;
    margin-top: 20px;
}
.contactText
{
    padding: 30px;
    width: 250px;
    background-image: url(/storage/15092/tpl/1232/images/tm-w-9.png);
    position: absolute;
    top: 50px;
    right: 50px;
    bottom: 50px;
    box-shadow: 0 0 10px 0 #aaa;
    z-index: 50;
}/* feedback*/
.foodback
{
    padding: 50px 100px 50px;
    background-color: #f5f5f5;
    margin-top: 10px;
}
.feedbackBox
{
    padding: 40px 0 70px;
}
#feedback_formm
{
    margin-top: 20px;
}
#feedback_formm label
{
    display: block;
    float: left;
    height: 32px;
    line-height: 32px;
    margin-bottom: 30px;
    padding-left: 40px;
    background: url(/storage/15092/tpl/1232/images/contact.png) no-repeat;
    font-size: 14px;
}
#feedback_formm label.name
{
    background-position: 0 -32px;
}
#feedback_formm label.email
{
    background-position: 0 -64px;
}
#feedback_formm label.city
{
    background-position: 0 -96px;
}
#feedback_formm label.msg_title
{
    background-position: 0 -128px;
}
#feedback_formm label.address
{
    background-position: 0 -160px;
}
#feedback_formm label.message
{
    background-position: 0 -192px;
    margin-bottom: 10px;
}
#feedback_formm input
{
    width: 230px;
    height: 30px;
    line-height: 30px;
    float: left;
    margin: 0 56px 30px 0;
    padding: 0 10px;
    border: 1px solid #dbdbdb;
    font: 14px/30px "微软雅黑",sans-serif;
}
#feedback_formm input.last
{
    margin-right: 0;
}
#feedback_formm .msg
{
    border-top: 1px dotted #ccc;
    padding: 30px 0;
}
#feedback_formm textarea
{
    height: 125px;
    width: 1178px;
    padding: 10px;
    border: 1px solid #dbdbdb;
    display: block;
    font: 14px/30px "微软雅黑",sans-serif;
}
#feedback_formm .btns
{
    width: 120px;
    height: 40px;
    margin-right: 10px;
    background: #e8390d;
    color: #fff;
    border: none;
    font-size: 15px;
    margin-bottom: 0;
}
#feedback_formm .reset
{
    background: #ccc;
    cursor: pointer;
    margin-bottom: 0;
}
#feedback_formm .tableRow
{
    width: 100%;
    height: 32px;
}
#feedback_formm .tableRow input
{
    width: 150px;
    margin-right: 10px;
    color: #999;
    float: left;
}
#feedback_formm .tableRow .checkcode
{
    width: 50px;
    height: 22px;
    margin-left: 5px;
    border: 1px solid #ccc;
    padding: 4px 5px;
    display: block;
    float: left;
    background: #fff;
}
#feedback_formm input:focus, #feedback_formm textarea:focus
{
    border-color: #e8390d;
}/* site map */
#sitemap
{
    padding: 40px 0 50px;
}
.map-title
{
    height: 60px;
    border-bottom: 2px solid #555;
    margin-top: 40px;
}
.map-title ul
{
    float: left;
    background-color: #555;
    padding: 0 20px;
}
.map-title ul a
{
    font-size: 16px;
    line-height: 60px;
    color: #fff;
    display: inline-block;
    padding: 0 20px;
}
.map-title ul a:hover
{
    text-decoration: underline;
}
.map-location
{
    font-size: 14px;
    line-height: 30px;
    padding: 20px 0;
}
.map-content
{
    padding-bottom: 50px;
}
.map-content dl
{
    padding: 15px 20px;
    border-top: 1px solid #ddd;
    background-image: url(../image/tm-w-1.png);
}
.map-content dl dt a
{
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.map-content dl dt a:hover
{
    text-decoration: underline;
    color: #2480e6;
}
.map-content dl dd
{
    padding-top: 5px;
}
.map-content dl dd li
{
    float: left;
    width: 20%;
}
.map-content dl dd li a
{
    font-size: 14px;
    line-height: 30px;
    position: relative;
    display: inline-block;
    padding-left: 12px;
}
.map-content dl dd li a span
{
    font-size: 12px;
    font-family: "宋体";
    position: absolute;
    left: 0;
    top: 0;
}
.map-content dl dd a:hover
{
    text-decoration: underline;
}
.map-content dl:nth-child(2n)
{
    background-image: url(../image/tm-w-3.png);
}/* video */
.page-video-list dl
{
    float: left;
    width: 450px;
    margin-right: 20px;
    padding-bottom: 20px;
}
.page-video-list dl:nth-child(2n)
{
    margin-right: 0;
}
.page-video-list dl dt
{
    height: 323px;
    overflow: hidden;
}
.page-video-list dl dd
{
    font-size: 14px;
    line-height: 40px;
    text-align: center;
}
.videoDetail
{
    background-color: #fff;
    padding: 20px 200px 50px;
}
.relevantVideo
{
    padding-top: 20px;
}
.relevantVideo dl
{
    float: left;
    width: 290px;
    margin-right: 13px;
}
.relevantVideo dl:nth-child(4n)
{
    margin-right: 0;
}
.relevantVideo dl dt
{
    height: 208px;
    overflow: hidden;
}
.relevantVideo dl dd
{
    font-size: 14px;
    line-height: 40px;
    text-align: center;
}/* 详细页 */
.productsdetail
{
    clear: both;
}
.productsdetailinfo .left img
{
    width: 100%;
}
.productsdetailinfo .left
{
    width: 57%;
    transform: translateY(0);
    float: left;
}
.productsdetailinfo .left div p
{
    padding: 2px;
    border: 1px solid #eee;
}
.productsdetailinfo .right
{
    width: 40%;
    margin-left: 3%;
    float: left;
}
.productsdetailinfo .right ul li p
{
    padding: 5px 0;
    min-height: 28px;
    line-height: 28px;
    margin: 5px 0;
    clear: both;
    color: #999;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    position: relative;
    line-height: 2;
}
.abstract
{
    line-height: 1.6;
    font-size: 14px;
    color: #999;
}
.productsdetailinfo .right ul li p b
{
    display: inline-block;
    width: 20%;
    margin-right: 2px;
    font-size: 14px;
    color: #999;
}
.productsdetailinfo .right ul li p span
{
    display: inline-block;
    font-weight: bold;
    color: #999;
}
.productsdetailinfo .right .product_show_more
{
    display: block;
    margin-top: 15px;
    height: auto;
    overflow: hidden;
}
.productsdetailinfo .right .product_show_more .more_p_a
{
    padding: 10px 25px;
    display: inline-block;
    float: left;
    margin-right: 20px;
    color: #fff;
    font-size: 16px;
    background: rgba(252,2,21,1);
}
.productsdetailinfo .right .product_show_more .more_p_a:hover
{
    background: rgba(252,2,21,.6);
}
.productsdetailinfo .right .product_show_more .more_p_b
{
    padding: 10px 25px;
    display: inline-block;
    float: left;
    color: #fff;
    font-size: 16px;
    background: rgba(1,159,233,1);
}
.productsdetailinfo .right .product_show_more .more_p_b:hover
{
    background: rgba(1,159,233,.6);
}
.detailPn
{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.detailPn p, .detailPn p a
{
    font-size: 14px;
    line-height: 40px;
}
.detailPn p
{
    width: 50%;
}
.relevant
{
    margin-top: 30px;
    clear: both;
}
.relevantTitle
{
    background-color: #333;
    padding-left: 15px;
    font-weight: 700;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
}
.relevantNews
{
    border: 1px solid #ddd;
    border-top: none;
    padding: 10px 15px;
}
.relevantNews li
{
    line-height: 40px;
    width: 48%;
    float: left;
    border-bottom: 1px dotted #ddd;
    padding-right: 2%;
}
.relevantNews li a
{
    position: relative;
    display: block;
    padding-left: 10px;
    font-size: 14px;
}
.relevantNews li a em
{
    width: 4px;
    height: 7px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    background: url(../image/jiao-b-3.png) no-repeat right 50%;
}
.relevantNews li span
{
    float: right;
    font-size: 12px;
    color: #888;
}
.relevantNews li a:hover
{
    color: #e8390d;
    margin-left: 5px;
}
.relevantNews li:nth-child(2n)
{
    padding: 0 0 0 2%;
}
.relevantNews li:nth-child(9n), .relevantNews li:nth-child(10n)
{
    border: none;
}/*.relevantNews li:nth-last-child(1),.relevantNews li:nth-last-child(2){ border:none;}*/
.logo_img
{
    display: block;
    float: left;
    width: 260px;
    height: 80px;
}
.kouhao_img
{
    display: block;
    float: left;
    width: 300px;
    height: 80px;
}
.kouhao
{
    display: block;
    float: left;
    width: 330px;
    height: 80px;
    font-size: 24px;
    font-weight: bold;
    color: #e8390d;
    padding-top: 20px;
}
.kouhao span
{
    display: block;
    clear: boht;
    width: 100%;
    font-size: 14px;
    font-weight: normal;;
    color: #323232;
}
#banner
{
    display: none;
}
.search_top
{
    display: none;
}
.section, .fenlei, .catalog
{
    display: none;
}
footer, .footer_fixed
{
    display: none;
}
@media screen and (min-width: 320px) and (max-width: 768px)
{
    .productsdetailinfo
    {
        margin-bottom: 10px;
    }
    .productsdetailinfo .left
    {
        width: 100%;
    }
    .productsdetailinfo .right
    {
        display: none;
    }
    .top-tel
    {
        top: 0;
        background: url(../image/tel.png) no-repeat 15px 10px;
        background-size: 24px;
    }
    .top-tel dt
    {
        font-size: 12px;
    }
    .top-tel dd
    {
        font-size: 18px;
    }
    @font-face
    {
        font-family: "iconfont";
        src: url("../font/iconfont.eot?");/* IE9*/
        src: url("../font/iconfont.eot?") format("embedded-opentype"),url("../font/iconfont.woff") format("woff"),url("../font/iconfont.ttf") format("truetype"),url("../font/iconfont.svg") format("svg");/* iOS 4.1- */
    }
    .iconfont
    {
        font-family: "iconfont"!important;
        font-size: 16px;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -webkit-text-stroke-width: .2px;
        -moz-osx-font-smoothing: grayscale;
    }
    .icon-home:before
    {
        content: "";
    }
    .icon-search:before
    {
        content: "";
    }
    .icon-qq:before
    {
        content: "";
    }
    .icon-message:before
    {
        content: "";
    }
    .icon-category:before
    {
        content: "";
    }
    .icon-map:before
    {
        content: "";
    }
    .icon-product:before
    {
        content: "";
    }
    .icon-phonecalling:before
    {
        content: "";
    }
    .icon-feedback:before
    {
        content: "";
    }
    .icon-email:before
    {
        content: "";
    }
    .icon-caret:before
    {
        content: "";
    }
    .icon-more:before
    {
        content: "";
    }
    .icon-tabs:before
    {
        content: "";
    }
    .icon-back:before
    {
        content: "";
    }
    .icon-lang:before
    {
        content: "";
    }
    .icon-nav:before
    {
        content: "";
    }
    .icon-tabs1:before
    {
        content: "";
    }
    .icon-angleup:before
    {
        content: "";
    }
    body
    {
        font: 12px/1.5 "微软雅黑",arial;
    }
    .wrap
    {
        width: 100%;
    }
    .header
    {
        display: none;
    }
    .top
    {
        background-color: #fff;
        border-bottom: 1px solid #dedfe0;
        height: 50px;
        padding: 0 0 0 7px;
        width: 100%;
        z-index: 2;
    }
    .top span
    {
        height: 34px!important;
    }
    .logo
    {
        top: 10px;
    }
    .logo_img
    {
        width: 150px;
        background-size: 110px 34px!important;
    }
    .kouhao
    {
        display: none;
    }
    .kouhao_img
    {
        width: 130px;
        background-size: 130px 34px!important;
    }
    .menuBox
    {
        background: #464646;
        width: 100%;
        z-index: 100;
    }
    .nav
    {
        width: 100%;
    }
    .menu
    {
        height: 100px;
    }
    .menu li
    {
        width: 20%;
        float: left;
        line-height: 44px;
        height: 44px;
        text-align: center;
        background: #464646;
    }
    .menu li a
    {
        color: #fff;
        width: 98%;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0!important;
        font-size: .8rem!important;
    }
    .menu li h6:hover, .menu li.curr h6, .menu li.currr h6
    {
        background: #464646;
    }
    .banner
    {
        display: none;
    }
    #banner
    {
        display: block;
        width: 100%;
        overflow: hidden;
        position: relative;
    }
    #banner .swiper-slide
    {
        position: relative;
        text-align: center;
    }
    #banner img
    {
        max-width: 100%;
    }
    #banner img .gallerytitle
    {
        text-align: center;
        font-size: 1em;
        height: 42px;
        line-height: 42px;
        color: #fafafa;
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        font-weight: normal;
        text-shadow: 1px 1px 1px #000;
    }
    #banner img .swiper-pagination-bullet
    {
        display: inline-block;
        width: 5px;
        height: 5px;
        border-radius: 5px;
        background: #fff;
        margin: 0 2px;
        opacity: .8;
        cursor: pointer;
    }
    #banner img .swiper-pagination-bullet-active
    {
        background: #f60;
    }
    .search_top
    {
        display: block;;
        position: relative;
        background: #ebeced;
        height: 46px;
    }
    .search_top .search_cnt
    {/*position: fixed;*/
        z-index: 2;
        width: 100%;
        background: #ebeced;
        padding: 7px 0;
    }
    .search_cnt .iconfont
    {
        font-size: 14px;
        padding: 0 4px;
    }
    .search_top a
    {
        display: block;
        height: 32px;
        margin: 0 8px;
        border-radius: .5rem;
        border: 1px solid #dedfe0;
        background: #fff;
        text-align: center;
        color: #c1c1c1;
        line-height: 32px;
        font-size: 12px;
    }
    .searchBox, .homeHonor, .homeProductLeft, .why, .homeVideo, .homeCase, .homeAd, .homePartner, .homeSolutions
    {
        display: none;
    }
    .home-product
    {
        padding: 0;
    }
    .section
    {
        display: block;;
        margin: 5px auto;
        height: auto;
        overflow: hidden;
        min-width: 310px;
        position: relative;
    }
    .section-title
    {
        font-size: 14px;
        font-weight: 100;
        background-color: #f9f9f9;
        height: 35px;
        line-height: 35px;/*overflow: hidden;*/
        padding: 0 8px;
        position: relative;
        border-bottom: 3px solid #ccc;
    }
    .section-title h2
    {
        font-size: 18px;
        float: left;
        line-height: 32px;
        border-bottom: 3px solid #0195ff;
    }
    .section-title a
    {
        position: absolute;
        right: 5px;
        top: 0;
    }
    .section-body
    {
        padding: 10px 0;
    }
    section .column_body
    {
        position: relative;
    }
    .homeProductRight
    {
        width: 100%;
        margin: 0;
    }
    .homeProductList
    {
        padding: 0;
    }
    .homeProductList dl
    {
        width: 48%;
        float: left;
        height: auto;
        margin: .2rem;
    }
    .homeProductList dl dt
    {
        height: auto;
    }
    .homeProductList dl dt img
    {
        width: 98%;
        height: 100%;
    }
    .homeProductList dl dd
    {
        height: 2rem;
        line-height: 2rem;
        width: 99%;
        padding: 0;
    }/*产品分类*/
    .cpfl .icon-caret-right
    {
        color: #949494;
        display: block;
        float: left;
        font-size: 1.4em;
        line-height: 45px;
        padding: 0 17px;
    }
    .cpfl li
    {
        float: left;
        width: 45%;
        margin: 0 2% 10px 2%;
        border: 1px solid #c8c8c8;
        border-radius: 5px 5px 5px 5px;
        background-image: -webkit-linear-gradient(top,#fff,#eee);
        background-image: linear-gradient(top,#fff,#eee);
    }
    .cpfl li i
    {
        padding: 0 5px;
        color: #949494;
    }
    .cpfl li a
    {
        display: block;
        color: #000;
        height: 43px;
        line-height: 43px;
        overflow: hidden;
        font-size: 14px;
    }
    .box
    {
        width: 100%;
        height: auto;
        display: block;
        position: relative;
    }
    #footer
    {
        width: 100%;
    }
    .homeAbout
    {
        padding: 0;
        background: none;
    }
    .aboutContent
    {
        width: 100%;
        height: auto;
    }
    .aboutLeft
    {
        width: 100%;
    }
    .aboutPicScroll, .aboutPic
    {
        display: none;
    }
    .aboutTitle, .aboutLeft dl dt, .uline, .home-faq
    {
        display: none;
    }
    .aboutLeft dl dd
    {
        padding: 15px;
        font-size: 12px;
        line-height: 20px;
        color: #1a1a1a;
    }
    .home-newsfaq
    {
        padding: 0;
    }
    .home-news-list
    {
        width: 100%;
        margin: 0;
    }
    .home-news-list dl
    {
        display: none;
    }
    .home-news-list ul
    {
        padding: 0;
    }
    .home-news-list ul li
    {
        width: 100%;
    }
    .footerExplain, .footer, .kefuBox
    {
        display: none;
    }/*回到顶部*/
    .scroll_top
    {
        position: fixed;
        height: 40px;
        bottom: 80px;
        right: 10px;
        overflow: hidden;
        z-index: 2;
    }
    .scroll_top a
    {
        display: block;
        height: 35px;
        margin: 0 auto;
        text-align: center;
        width: 50px;
    }
    .scroll_top a span
    {
        background: rgba(0,0,0,.8);
        border-radius: 4px;
        color: #fff;
        display: block;
        font-size: 12px;
        height: 40px;
        line-height: 2px;
        margin: 0 auto -10px;
        width: 50px;
    }
    .scroll_top a span i
    {
        color: #fff;
        display: block;
        font-size: 20px;
        height: 27px;
        line-height: 27px;
    }
    .b-nav
    {
        margin: 0 auto;
        padding: 10px 5%;
        background-color: #2d2627;
        color: #fff;
        overflow: hidden;
    }
    .b-nav ul
    {
        display: block;
        text-align: center;
    }
    .b-nav ul li
    {
        float: left;
        width: 25%;
        display: block;
        text-align: center;
        background: url(../image/line2.jpg) no-repeat right top;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        margin: 10px 0;
    }
    .b-nav ul li:nth-child(4n)
    {
        background: none;
    }
    .b-nav ul li a
    {
        color: #fff;
    }
    .copy, .code
    {
        padding: 5px 10px 5px 10px;
        text-align: center;
        line-height: 24px;
    }
    .code img
    {
        box-shadow: 0 0 5px 2px #dedede;
        width: 150px;
    }/*底部浮动栏样式*/
    #container
    {
        padding-bottom: 60px;
    }
    #btn
    {
        background: #252525;
        height: 30px;
    }
    #btn ul li
    {
        display: inline;
        float: left;
        height: 50px;
        line-height: 50px;
        text-indent: 2.5em;
        width: 33%;
        text-align: center;
    }
    #btn ul li a
    {
        border-radius: 5px;
        color: #fff;
        display: block;
        height: 34px;
        line-height: 34px;
        margin: 8px auto;
        width: 80%;
    }
    #btn ul li a.btn_1
    {
        background: #1896e6 url("../image/icon_4.png") no-repeat scroll 15% center/20px auto;
    }
    #btn ul li a.btn_2
    {
        background: #ffbb10 url("../image/icon_5.png") no-repeat scroll 15% center/20px auto;
    }
    #btn ul li a.btn_3
    {
        background: #50c25f url("../image/icon_6.png") no-repeat scroll 15% center/20px auto;
    }
    .footer_fixed
    {
        background: #fff none repeat scroll 0 0;
        bottom: 0;
        line-height: 50px;
        min-height: 50px;
        position: fixed;
        width: 100%;
        z-index: 1;
    }
    .footer_fixed ul li a
    {
        font-size: 18px;
    }
    .location
    {
        height: 35px;
        text-indent: 5px;
        line-height: 35px;
        background-color: #ececec;
        border-left: 3px solid #0195ff;
        padding: 0 5px;
        margin: 8px 0 12px;
    }
    .location a
    {
        padding: 0 5px;
    }
    .location a:after
    {
        top: -1000px;
    }
    .location .fenlei
    {
        float: right;
        margin-right: 10px;
        text-indent: 0;
        display: block;
        line-height: 35px;
        height: 35px;
        padding-left: 30px;
        background: url(../image/fenlei.jpg) no-repeat 10px center;
        background-size: 15px;
    }
    .location .fenlei2
    {
        float: right;
        margin-right: 10px;
        text-indent: 0;
        display: block;
        height: 35px;
        padding-left: 30px;
        background: url(../image/fenlei.jpg) no-repeat 10px center;
        background-size: 15px;
    }
    .location .fenlei:active, .position .fenlei:hover
    {
        color: #fe8f01;
        background: url(/storage/15092/tpl/1232/images/fenleia.jpg) no-repeat 10px center;
        background-size: 15px;
    }/*list_product*/
    .pageBanner
    {
        width: 100%;
        height: 12rem;
    }
    .sideLeft
    {
        display: none;
    }
    .catalog
    {
        width: 100%;
        left: 0;
        top: 0;
        background-color: rgba(0,0,0,.6);
        -webkit-transition: -webkit-transform .2s ease-in;
        display: none;
        z-index: 100;
        padding: 10px 0 0 0;
        overflow: hidden;
        position: fixed;
        height: 100%;
    }
    .catalog ul
    {
        width: 50%;
        background-color: #fff;
        position: absolute;
        top: 0;
        right: 0;
        padding-top: 10px;
    }
    .catbtn
    {
        font-size: 14px;
        position: fixed;
        top: 200px;
        left: 50%;
        display: block;
        width: 30px;
        margin-left: -30px;
        padding: 10px 0;
        text-align: center;
        color: #fff;
        border-radius: 6px 0 0 6px;
        background-color: #fff;
    }
    .catalog ul li
    {
        width: 90%;
        margin: 0 auto;
        border-bottom: 1px solid rgba(255,255,255,.25);
    }
    .catalog ul li a
    {
        font-size: 14px;
        line-height: 30px;
        display: block;
        overflow: hidden;
        width: 90%;
        white-space: nowrap;
        text-indent: 5px;
        text-overflow: ellipsis;
    }
    .catalog>ul li a
    {
        background: url(../image/arrow2.png) no-repeat right center;
        background-size: 5px;
    }
    .catalog ul li ul li:last-child
    {
        border-bottom: none;
    }
    .catalog ul li ul li
    {
        margin-left: 13px;
    }
    .subcatalog
    {
        display: none;
    }
    .catalog ul li a:first-child
    {
        background: url(../image/arrow3.png) no-repeat right center;
        background-size: 8px;
    }
    .catalog ul li a:nth-child(2), .catalog ul li a:nth-child(3)
    {
        background: url(../image/arrow2.png) no-repeat right center;
        background-size: 8px;
    }
    .main
    {
        width: 100%;
        margin: 0;
        padding: 0 10px;
    }
    .catalog_info
    {
        display: none;
    }
    .productCo
    {
        width: 95%;
        height: 110px;
        margin: 5px 0;
        border: 0;
    }
    .pLeft
    {
        width: 100px;
        height: 100px;
        border: 1px solid #ccc;
    }
    .pLeft img
    {
        width: 100px;
        height: 100px;
    }
    .pRight
    {
        width: 70%;
        float: right;
        height: auto;
    }
    .pRight dl
    {
        padding: 0;
    }
    .pRight dl dd
    {
        border: 0;
    }
    .pRight dl dt p, .pRight h6, .pRight dl dd h4
    {
        display: none;
    }
    .productCo:before
    {
        background: none;
    }
    .prodPic
    {
        width: 100%;
        display: none;
    }
    .prodPic .big
    {
        width: 95%;
        margin: 0 auto;
        height: 20rem;
    }
    .prodPic .big a
    {
        width: 95%;
        height: 20rem;
    }
    .prodPic .big a img
    {
        width: 100%;
    }
    #slide_box
    {
        width: 100%;
        overflow: hidden;
        position: relative;
    }
    #slide_box .swiper-slide
    {
        position: relative;
        text-align: center;
    }
    #slide_box img
    {
        max-width: 100%;
    }
    .productContentTitle
    {
        font-size: 1rem;
        line-height: 1rem;
    }
    .detailPn p
    {
        width: 100%;
    }
    .detailPn p, .detailPn p a
    {
        line-height: 23px;
    }
    .pageBanner img
    {
        width: 100%;
        left: 0;
        margin: 0;
        height: 12rem;
    }
    #tags
    {
        background: none;
        border-bottom: 2px solid #0195ff;
        padding: 0;
        float: left;
        width: 100%;
    }
    #tags:after
    {
        clear: both;
    }
    #tags:before
    {
        clear: both;
    }
    #tags li
    {
        float: left;
        width: 30%;
        height: 30px;
        line-height: 30px;
        margin: 5px 0 0 0;
    }
    #tags li a
    {
        float: left;
        display: block;
        width: 100%;
        height: 30px;
        text-align: center;
        color: #000;
        font-size: 14px;
        font-family: "瀵邦喛钂嬮梿鍛寸拨";
        background-color: #e5e5e5;
    }
    #tags li a:hover
    {
        color: #a50000;
        text-decoration: none;
    }
    #tags li.selectTag
    {
        height: 30px;
    }
    #tags li.selectTag a, #tags li.selectTag a:active
    {
        color: #fff;
        line-height: 30px;
        height: 30px;
        background-color: #0195ff;
    }
    #tags li.selectTag a:hover
    {
        text-decoration: none;
    }
    #tags li:nth-child(2)
    {
        float: left;
        margin: 5px 5% 0;
    }
    #tags li:nth-child(3)
    {
        float: right;
        margin-right: 0;
    }
    .tagContent
    {
        display: none;
    }
    #tagContent div.selectTag
    {
        display: block;
    }
    #tagContent .contact, #tagContent .guest
    {
        padding: 10px 0;
    }
    #tagContent .contact li
    {
        float: left;
        width: 33%;
        margin: 10px 0 5px 0;
    }
    #tagContent .contact li div
    {
        width: 80px;
        height: 80px;
        text-align: center;
        margin: 0 auto;
        border: 1px solid #fff;
        border-radius: 5px;
        background-color: #fff;
        box-shadow: 2px 2px 5px #dedede;
    }
    #tagContent .contact li div img
    {
        max-width: 65%;
    }
    .relevant li
    {
        float: left;
        width: 30%;
        margin: 0 4px;
        text-align: center;
    }
    .relevant li div
    {
        border: 1px solid #dedede;
        background-color: #fff;
        overflow: hidden;
    }
    .relevant li div img
    {
        max-width: 100%;
    }
    .relevant li p
    {
        height: 20px;
        line-height: 20px;
        overflow: hidden;
    }
    .relevant li:nth-child(3n)
    {
        margin-right: 0;
    }
    .page-video-list dl
    {
        width: 45%;
        padding-bottom: 10px;
    }
    .page-video-list dl dt
    {
        height: 7rem;
    }
    .page-video-list dl dd
    {
        line-height: 20px;
    }
    .relevantTitle
    {
        font-size: 12px;
        line-height: 30px;
    }
    .relevantVideo dl
    {
        width: 45%;
        margin-left: 13px;
        margin-right: 0;
    }
    .relevantVideo dl dt
    {
        height: 120px;
    }
    .page-news-list dl
    {
        height: auto;
        clear: both;
    }
    .page-news-list dl dt
    {
        width: 38%;
        height: auto;
    }
    .page-news-list dl .time
    {
        display: none;
    }
    .page-news-list dl dt img
    {
        height: auto;
    }
    .page-news-list dl dd h3
    {
        height: 1.5rem;
        line-height: 1.5rem;
        overflow: hidden;
        width: 100%;
    }
    .page-news-list dl dd
    {
        width: 60%;
        float: right;
        height: 6rem;
        margin-left: 0;
    }
    .page-news-list dl dd p
    {
        padding: 0;
        height: 3rem;
        overflow: hidden;
    }
    .productText img, .articleShow img
    {
        width: 100%!important;
        height: auto!important;
    }
    .pageNavBox
    {
        display: none;
    }
    .pic-one-list ul, .pic-honor-list ul
    {
        width: 45%;
        margin: 10px 5px 0 10px;
    }
    .page-job-list
    {
        width: 98%;
        margin: 0 auto;
    }
    .page-job-title ul li
    {
        width: 50%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .feedbackBox
    {
        padding: 0;
    }
    #feedback_formm input
    {
        width: 200px;
    }
}