﻿html {
    margin: 0;
    border: 0;
    height: 100%;
}

body {
    margin: 0;
    border: 0;
    width: 100%;
    height: 100%;
}

* {
    margin: 0;
    padding: 0;
}

a:link {
    color: #363636;
    text-decoration: none;
}

img {
    border: none;
}

.header_div {
    height: 178px;
}

.header_logo {
    width: 411px;
    position: absolute;
    top: 12px;
    left: 360px;
}

.login-reg-div {
    font-family: "微软雅黑";
    font-size: 16px;
    margin-Left: 1388px;
    color: #ffffff;
    margin-top: 58px;
}

.login-reg-div2 {
    font-family: "微软雅黑";
    font-size: 16px;
    margin-Left: 968px;
    color: #ffffff;
    margin-top: 58px;
}

.login-reg-text {
    cursor: pointer;
}

    .login-reg-text:hover {
        color: #B22222;
    }

.seperator-line {
    width: 1px;
    height: 12px;
    border: 1px solid #DCDCDC;
    margin-left: 5px;
    margin-right: 10px;
}

.search {
    margin-top: 10px;
    margin-Left: 1138px;
}

.search2 {
    margin-top: 10px;
    margin-Left: 718px;
}

.search_key {
    height: 38px;
    width: 300px;
    margin-Left: 41px;
    border: 1px solid #B22222;
}

.submit {
    height: 36px;
    width: 42px;
}

.btn-search {
    width: 43px;
    height: 35px;
    background-image: url(../images/0-2-1_03.jpg);
    cursor: pointer;
    position: absolute;
    top: 98px;
    left: 1435px;
}

.btn-search2 {
    width: 43px;
    height: 35px;
    background-image: url(../images/0-2-1_03.jpg);
    cursor: pointer;
    position: absolute;
    top: 92px;
    left: 1435px;
}

.btn-search3 {
    width: 43px;
    height: 35px;
    background-image: url(../images/0-2-1_03.jpg);
    cursor: pointer;
    position: absolute;
    top: 86px;
    left: 1435px;
}


/*导航*/
.home {
    height: 50px;
    width: 100%;
    background: #aa0014;
    margin-top: 15px;
}

.home_txt {
    width: 1240px;
    margin: 0 auto;
    padding-Left: 8px;
}

    .home_txt ul li {
        float: left;
        font-family: "微软雅黑";
        font-size: 18px;
        margin-right: 3px;
        padding-top: 10px;
        color: #818181;
        list-style: none;
        width: 98px;
    }

        .home_txt ul li a {
            color: #fff;
        }

.home2 {
    height: 40px;
    width: 100%;
    background: #b90101;
    margin: 0 auto;
}

    .home2 ul li {
        float: left;
        font-family: "微软雅黑";
        font-size: 16px;
        margin-right: 0px;
        padding-top: 9px;
        color: #fff;
        list-style: none;
    }

        .home2 ul li a {
            color: #fff;
        }

.home_txt2 {
    padding-Left: 1024px;
}

.home_txt3 {
    padding-Left: 1104px;
}

.home3 {
    height: 40px;
    width: 100%;
    background: #b90101;
    margin: 0 auto;
}

    .home3 ul li {
        float: left;
        font-family: "微软雅黑";
        font-size: 16px;
        margin-right: 0px;
        padding-top: 9px;
        color: #fff;
        list-style: none;
    }

        .home3 ul li a {
            color: #fff;
        }

.home_txt ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
}

.home_txt a {
    display: block;
    font-size: 18px;
    text-decoration: none;
    padding: 2px 1px;
}

.target {
    position: absolute;
    border-bottom: 2px solid transparent;
    z-index: 88;
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px);
}

.home_txt a,
.target {
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}



.nav {
    text-align: center;
    overflow: hidden;
    width: 100%;
    position: relative;
}

    .nav a {
        display: block;
        position: relative;
        float: left;
        padding: 0em 0 2em;
        text-decoration: none;
        color: #393939;
        -webkit-transition: .7s;
        -moz-transition: .7s;
        -o-transition: .7s;
        -ms-transition: .7s;
        transition: .7s;
    }

        .nav a:hover {
            color: #c6342e;
        }

.effect {
    position: absolute;
    left: -10%;
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    -ms-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
}

.nav a:nth-child(1):hover ~ .effect {
    left: 8.5%;
}

.nav a:nth-child(2):hover ~ .effect {
    left: 16.5%;
}

.nav a:nth-child(3):hover ~ .effect {
    left: 24.5%;
}

.nav a:nth-child(4):hover ~ .effect {
    left: 32.5%;
}

.nav a:nth-child(5):hover ~ .effect {
    left: 40.5%;
}

.nav a:nth-child(6):hover ~ .effect {
    left: 48.5%;
}

.nav a:nth-child(7):hover ~ .effect {
    left: 56.5%;
}

.nav a:nth-child(8):hover ~ .effect {
    left: 64.5%;
}

.nav a:nth-child(9):hover ~ .effect {
    left: 72.5%;
}

.nav a:nth-child(10):hover ~ .effect {
    left: 80.5%;
}

.nav a:nth-child(11):hover ~ .effect {
    left: 88.5%;
}

/* ----- line example -----*/

.ph-line-nav .effect {
    width: 90px;
    height: 12px;
    bottom: 36px;
    background: #fff;
    box-shadow: 0 1px 0 white;
    margin-left: -45px;
}

/* ----- dot example -----*/

.ph-dot-nav:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #c6342e;
    bottom: 40px;
}

.ph-dot-nav a:after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    bottom: 38px;
    left: 50%;
    margin-left: -2px;
    background: #c6342e;
    border-radius: 100%;
}

.ph-dot-nav .effect {
    width: 10px;
    height: 10px;
    bottom: 36px;
    margin-left: -5px;
    background: #c6342e;
    border-radius: 100%;
}

/* ----- heart example -----*/

.ph-heart-nav .effect, .ph-heart-nav a:after, .ph-heart-nav a:before {
    background: url('../images/heart.png') no-repeat;
}

.ph-heart-nav .effect {
    position: absolute;
    bottom: 26px;
    background-position: 0 0;
    height: 8px;
    width: 62px;
    margin-left: -31px;
}

.ph-heart-nav a:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 20px;
    background-position: -62px 0;
    height: 20px;
    width: 11px;
    margin-left: -11px;
}

.ph-heart-nav a:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 20px;
    z-index: 1;
    background-position: -73px 0;
    height: 20px;
    width: 11px;
}

/*导航*/




/* 当前位置 */
.post_crumb {
    float: left;
    _display: inline;
    margin: 1px 0 15px;
    font: 16px "Sim sun";
}

    .post_crumb a {
        color: #888888;
        text-decoration: none;
    }

        .post_crumb a:hover {
            color: #aa0014;
        }

/* 去掉 video下载按钮 */
video::-internal-media-controls-download-button {
    display: none;
}


video::-webkit-media-controls-enclosure {
    overflow: hidden;
}


video::-webkit-media-controls-panel {
    width: calc(100% + 30px);
}

/*微信分享二维码演示*/
.weixin_pic {
    position: absolute;
    top: 6px;
    left: 91px;
    /* width: 301px; */
    background: #fafafa;
    padding: 15px 20px;
    display:none;
}

.weixin_popup_foot {
    margin-top:5px;
    color: #666;
    line-height: 22px;
    text-align: left;
    font-size: 12px;
}

.weixin_pic .weixin_popup_head {
    color: #000;
    font-weight: bold;
    height: 16px;
    line-height: 16px;
    position: relative;
    text-align: left;
    margin-bottom:10px;
}

.weixin_pic .weixin_popup_head .weixin_popup_close {
    color: #999;
    font-size: 25px;
    height: 16px;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: 0;
    width: 16px;
}
/*副标题*/
.fubiaoti {
    text-align:center;
    margin-top:10px;
    font-size:18px;
}

/*面包屑*/
.kf-h-daohang {
    font-size: 18px;
    padding: 10px;
}