﻿body {
    /*font-family: Helvetica, Tahoma, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei", STXihei, STHeiti, Heiti, SimSun, sans-serif;*/
    font-family: 'Segoe UI Light','Segoe UI','Microsoft Jhenghei','\5FAE\8F6F\96C5\9ED1',sans-serif;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a:link, a:visited {
    color: #333;
    text-decoration: none;
}

/*common*/

.blank35 {
    height: 35px;
    clear: both;
    display: block;
}

.blank50 {
    height: 50px;
    clear: both;
    display: block;
}

.blank65 {
    height: 65px;
    clear: both;
    display: block;
}

.blank75 {
    height: 75px;
    clear: both;
    display: block;
}

.blank85 {
    height: 85px;
    clear: both;
    display: block;
}

.blank120 {
    height: 120px;
    clear: both;
    display: block;
}

.blank150 {
    height: 150px;
    clear: both;
    display: block;
}

.pr-w960 {
    position: relative;
    width: 960px;
    min-height:1px;
    height:auto;
    /*height: 584px;*/
    margin: 0 auto;
}

.pr-w1170 {
    position: relative;
    width: 1170px;
    min-height:1px;
    height:auto;
    /*height: 584px;*/
    margin: 0 auto;
}

.bg-black {
    background-color: #212121;
}

.bg-blue {
    background-color: #009be7;
}

.bg-black-light {
    background-color:#353535;
}

.font-black {
    color:#212121;
}

.font-blue {
    color:#009be7;
}

.font-white {
    color:#FFF;
}


/*top banner*/

.top-bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 85px;
    z-index: 999;
    border-bottom: 1px solid #212121;
}

.top-bar-fixed {
    position: fixed;
    left: 0;
    top: 0;
    border-bottom: 1px solid #212121;
}

    .top-bar .logo-link {
        float: left;
        display: block;
        width: 75px;
        height: 0px;
        overflow: hidden;
        padding-top: 85px;
        font-size: 0;
        background: transparent url(../Images/logo01.png) no-repeat left 15px;
    }

.top-nav {
    float: left;
    padding-left: 18px;
}

    .top-nav li {
        float: left;
        margin-left: 10px;
    }

        .top-nav li a {
            float: left;
            padding: 0 20px;
            line-height: 84px;
            font-size: 1.225em;
            font-weight: 600;
            color: #FFF;
        }

            .top-nav li a:hover {
                background-color: #009be7;
            }

        .top-nav li.current a {
            background-color: #009be7;
        }


/*contact */
.contact-bar {
    width:100%;
    height:375px;
    position:relative;
}

    .contact-bar h1 {
        padding-top:30px;
        font-weight:600;
    }

    .contact-bar p {
        font-size:1.225em;
        color:#fff;
    }

    .contact-bar input[type=text] {
        border-radius:2px;
        border-color:#FFF;
        color:#797979;
        padding-left:10px;
        margin:10px 0px;
        width:365px;
        background-color:transparent;
    }

    .contact-bar textarea {
        border-radius:2px;
        border-color:#FFF;
        color:#797979;
        padding:10px;
        margin:10px 0px;
        width:365px;
        height:105px;
        background-color:transparent;
    }

    .contact-bar a .btn-send {
        padding: 5px 8px;
        background: #9f9f9f;
        border-radius: 4px;
        color: #000 !important;
        font-size: 16px;
        font-weight: 700;
        width: 93px;
        text-align: center;
        float: right;
        margin-right: 85px;
    }

/*foot begin*/
.foot-bar {
    width: 100%;
    height: 70px;
    /*position:fixed;
    bottom:0px;*/
}

    .foot-bar p {
        text-align:center;
        font-size: 1.225em;
        line-height:70px;
        color:#FFF;
        margin:0 auto;
    }


/*面包屑*/
.bread-wrap {
    width:960px;
    position:relative;
    height:60px;
    border-bottom:1px solid #414141;

}

    .bread-wrap p {
        text-align: left;
        font-size: 1.425em;
        line-height: 60px;
        border-bottom: 3px solid #8fc326;
        width: 272px;
    }

        .bread-wrap p a {
            color:#999;
        }









/*左侧栏*/

.left-nav-bar {
    width: 27%;
    float: left;
    min-height: 300px;
}

.left-nav-bar-title {
    background-color: #CACACA;
    text-align: left;
    color: #000;
    font-weight: 700;
    font-size: 1.425em;
    padding-left: 25px;
    height: 32px;
    line-height: 32px;
}


.left-nav-list {
    text-align:left;
}

    .left-nav-list li {
        /*height:32px;*/
        min-height:32px;
        line-height:32px;
        font-size:16px;
        font-weight:600;
        border-bottom:1px solid #999;
    }

        .left-nav-list li a {
            color:#999;
        }

        .left-nav-list li.selected a {
            color:#8fc326;
        }

        .left-nav-list li:hover a {
            color:#8fc326;
        }

.right-content-wrap {
    width: 73%;
    float: left;
    border-left: 1px solid #999;
    min-height: 200px;
    padding:0 30px;
}

    .right-content-wrap h1 {
        text-align:center;
    }

    .right-content-wrap img {
        max-width:100%;
        height:auto;
        display:block;
    }

    .right-content-wrap p {
        word-wrap: break-word;
        /*font-weight:600;*/
    }

    .right-content-wrap h1 {
        margin:0;
        padding-top:0px;
        color:#000;
        font-weight:700;
    }

    .right-content-wrap hr {
        border:1px solid #CACACA;
    }

.pro-content-list {

}

.pro-content-list li {
    float:left;
    width:30%;
    margin-bottom:20px;
    margin-right:20px;
    position:relative;
    overflow:hidden;
}

    .pro-content-list li:hover .pro-name-cover {
        bottom:0px;
    }

    .pro-content-list li img {
        width: 212px;
        height: 159px;
    }

.pro-name-cover {
    width: 100%;
    height: 40px;
    background-color: #009be7;
    transition:all 0.4s ease-in-out;
    position:absolute;
    bottom:-40px;
    text-align:center;
}

    .pro-name-cover p {
        color: #FFF;
        font-weight: 700;
        font-size: 12px;
        text-align: center;
        padding-left:5px;
        padding-right:5px;
        word-wrap:break-word;
    }

/*video news list*/
.video-news-list {

}

    .video-news-list li {
        list-style:disc;
        color:#8fc326;
        font-weight:700;
    }

        .video-news-list li p {
            color:#212121;
            width:90%;
            display:inline-block;
        }

        .video-news-list li:hover p {
            color:#009be7;
        }

        .video-news-list li span {
            float:right;
            display:inline-block;
            width:10%;
        }

.video-icon {
    position: absolute;
    z-index: 9;
    margin: 0 auto;
    width: 64px !important;
    height: 64px !important;
    left: 30% !important;
    top: 30% !important;
}