.logo {
    width: 199px;
    max-height: 48px;
    padding: 5px 0;
    float: left;
    position: relative;
}

.topNav {
    z-index: 1;
    height: 68px;
    width: 100%;
    line-height: 45px;
    /*border-bottom:1px solid #EDEEF0;*/
    /*background: url(../images/index/banner.png);*/
    font-family: 'fzltxh',SimSun;
    font-size: 15px;
    margin: 0 auto;
    background-color: rgba(32,56,100,0.4);
    position:fixed;
    /*position: relative;*/
}

@media \0screen\,screen\9 {
    .topNav {
        filter: Alpha(opacity=40);
        position: static;
        *zoom: 1;
        background-color: #203864;
    }

        .topNav dd h3.active > a, .topNav dd.on h3 a {
            filter: Alpha(opacity=40);
            position: static;
            *zoom: 1;
            background-color: #bec5cf;
        }

        .topNav dd h3 a:hover, .topNav dd.on h3 a {
            filter: Alpha(opacity=40);
            position: static;
            *zoom: 1;
            background-color: #bec5cf;
        }
}

.topNav-width {
    width: 1100px;
    margin: 0 auto;
}

.topNav h3 {
    font-weight: normal;
    font-size: 15px;
    font-weight: 500;
}

.topNav dl {
    zoom: 1;
}

.topNav .tnLeft {
    float: left;
}

.topNav .tnRight {
    float: right;
}

.topNav dd {
    float: left;
    position: relative;
}

    .topNav dd h3 {
        float: left;
    }

        .topNav dd h3 a {
            display: inline-block;
            *display: inline;
            zoom: 1;
            height: 42px;
            line-height: 38px;
            padding: 13px 20px;
            color: #fff;
        }

            .topNav dd h3 a i {
                display: inline-block;
                width: 8px;
                height: 5px;
                margin: 0 0 0 5px;
                overflow: hidden;
                vertical-align: middle;
                font-size: 13px;
                line-height: 19px;
                background: url(../images/index/icon.png) 0 -2px no-repeat;
                -webkit-transition: all .25s;
                -o-transition: all .25s;
                transition: 0.25s;
            }

        .topNav dd h3.active > a, .topNav dd.on h3 a {
            background-color: rgba(190,197,207,0.4);
            color: #000;
            text-decoration: none;
        }

        .topNav dd h3 a:hover, .topNav dd.on h3 a {
            background-color: rgba(190,197,207,0.4);
            color: #000;
            text-decoration: none;
        }

            .topNav dd h3 a i:hover, .topNav dd.on h3 a i {
                display: inline-block;
                width: 8px;
                height: 5px;
                margin: 0 0 0 5px;
                overflow: hidden;
                vertical-align: middle;
                line-height: 19px;
                background: url(../images/index/icon2.png)0 -2px no-repeat;
                transform: rotate(180deg);
                -webkit-transform: rotate(180deg);
                -o-transform: rotate(180deg);
                /*background: #BEC5CF;
                    color: #000;*/
            }

.topNav .welcome {
    padding-right: 15px;
    color: #BDC4CE;
}

    .topNav .welcome a {
        color: #000;
    }

.topNav dd ul {
    display: none;
    position: absolute;
    min-width: 150px;
    top: 67px;
    left: 0;
    /*border:1px solid #FECC5B;*/
    border-top: 3px solid #203864;
    background-color: transparent;
    -moz-box-shadow: 3px 3px 3px rgba(0,0,0,.1);
    -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,.1);
    box-shadow: 3px 3px 3px rgba(0,0,0,.1);
}

    .topNav dd ul li {
        line-height: 31px;
        /*border-bottom:1px solid #FECC5B;*/
    }

        .topNav dd ul li a {
            display: block;
            color: #000;
            padding: 0 15px;
            font-size: 13px;
            white-space: nowrap;
        }

            .topNav dd ul li a:hover {
                background: #FFF;
                color: #000;
                text-decoration: none;
            }

            .topNav dd ul li a span {
                color: #BDC4CE;
                margin-left: 5px;
            }
/* foot-top */
.foot-top {
    width: 100%;
    height: 120px;
    position: relative;
    margin: 0 auto;
    background: #E9E9E9;
}

.foot-top_con {
    width: 1200px;
    height: 120px;
    margin: 0 auto;
}

.foot-top p.h2 {
    width: auto;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #8D9DB8;
}

.foot-top p.h3 {
    width: auto;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #203864;
}

.foot-top1 {
    width: 250px;
    text-align: center;
    padding-top: 50px;
    float: left;
    margin-left: 251px;
}
/*弹出*/
.footer_flex {
    width: 39px;
    height: 38px;
    cursor: pointer;
    position: relative;
    z-index: 10;
}

    .footer_flex :hover { /*background-color: #ff8400; */
    }

        .footer_flex:hover .flex-footer {
            display: block;
        }

    .footer_flex .flex-footer {
        width: 150px;
        height: 205px;
        position: absolute;
        left: -58px;
        top: -245px;
        +top:-215px;
        text-align: center;
        padding-top: 15px;
        background: url(/images/index/footerflex.png) 1px top no-repeat;
        display: none;
    }

.flex-footer label {
    color: grey;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 14px;
}

.flex-footer p {
    color: #a6a6a6;
    margin-bottom: 10px;
    font-size: 14px;
}

.footer_flex1 {
    width: 39px;
    height: 38px;
    cursor: pointer;
    position: relative;
    z-index: 10;
}

    .footer_flex1 :hover { /*background-color: #ff8400; */
    }

        .footer_flex1:hover .flex-footer1 {
            display: block;
        }

    .footer_flex1 .flex-footer1 {
        width: 250px;
        height: 80px;
        position: absolute;
        left: -110px;
        top: -120px;
        +top:-90px;
        text-align: center;
        padding-top: 15px;
        background: url(/images/index/footerflex1.png) 1px top no-repeat;
        display: none;
    }

.flex-footer1 label {
    color: grey;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 14px;
}

.flex-footer1 p {
    color: #a6a6a6;
    margin-bottom: 10px;
    font-size: 14px;
}

.foot-top2 {
    width: 200px;
    text-align: center;
    padding-top: 40px;
    float: left;
}

.foot-top3 {
    width: 60px;
    text-align: center;
    padding-top: 50px;
    float: left;
}

.foot-top4 {
    width: 135px;
    text-align: center;
    padding-top: 48px;
    float: left;
    padding-left: 5px;
}

/*底部导航*/
.containerbj {
    width: 100%;
    height: 227px;
    background-color: #525A67;
    padding-top: 40px;
    margin: 0 auto;
}

.containers {
    width: 900px;
    height: 227px;
    margin: 0 auto;
}

    .containers p a {
        font-size: 18px;
        padding-top: 30px;
        padding-bottom: 22px;
        color: #EFF4F7;
    }

    .containers ul li {
        padding-top: 8px;
    }

        .containers ul li a {
            color: #D4D4D4;
            font-size: 14px;
            margin-bottom: 15px;
        }

            .containers ul li a:hover {
                color: #fff;
            }

.container01 {
    width: 190px;
    float: left;
	margin-left:20px;
    display: inline;
}

.container02 {
    width: 210px;
    float: left;
    display: inline;
    margin-right:40px;
}

.container03 {
    width: 200px;
    float: left;
    display: inline;
}

.container04 {
    width: 180px;
    float: left;
    display: inline;
}
.container05 {
    width: 60px;
    float: left;
    display: inline;
}
/*底部*/
.bottombj {
    width: 100%;
    height: 149px;
    background: #203864;
    margin: 0 auto;
}

.bottom {
    width: 1100px;
    height: auto;
    margin: 0px auto;
    padding-top: 25px;
    overflow: hidden;
}

    .bottom p {
        color: #fff;
        text-align: center;
        font-size: 12px;
    }

.bottom_u {
    width: 1100px;
    margin: 0px auto;
    padding-top: 20px;
    overflow: hidden;
	text-align: center;
}
    .bottom_u p {
        display: inline-block;
    }
	.bottom_u img{
		    margin-bottom: -5px;
	}
.foot {
    width: 1100px;
    height: auto;
    margin: 0px auto;
    line-height: 15px;
    overflow: hidden;
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding-top: 20px;
    padding-bottom:25px;
}

/*悬浮窗*/
#share a{
    width: 48px;
    height: 48px;
    position: fixed;
    /*left: 50%;*/
    right:0;
    margin-left: 630px;
    cursor: pointer;
    display: block;
    border: 0;
    transition: all 0s ease 0s;
    line-height: 18px;
    text-align: center;
    color: grey;
    font-size: 14px;
    overflow: hidden;
    box-shadow: 1px 1px 1px #444444; 
    background-size: 30px;   
    background-position: center;
    background-color: #2f3030;
    background-repeat: no-repeat;
    z-index: 1000;
}
    #share a#totop{
        bottom: 30px;
        background-image: url(../template/time_15th_orange/src/totop.png);
    }

        #share a:hover {
            background: #ffffff !important;
        }

        #share a span {
            position: absolute;
            display: none;
            left: 0;
            top: 0;           
            bottom: 0;
            right: 0;
            height: 18px;
            margin: auto;
        }        

        #share a#totop span{
            height: 36px;
        }

        #share a:hover span {
            display: block;
        }
        #share a:hover .share-left{
            display: block;
        }
        #share a#tomail{
            bottom: 78px;
            background-image: url(../template/time_15th_orange/src/tomail.png);
        }
        #share a#towechat{
            bottom: 126px;
            background-image: url(../template/time_15th_orange/src/towechat.png);
        }
        #share a#tophone{          
            bottom: 174px;
            background-image: url(../template/time_15th_orange/src/tophone.png);
        }
    #share a#toqq {
        bottom: 222px;
        background-image: url(../template/time_15th_orange/src/toqq.png);
        background: #ffffff !important;
    }
    #share a#toqq span{
        display: block !important;
    }
    #share a#toqq div{
        display: block !important;
    }
    #share a .share-left {
        display: none;
        width: 150px;
        height: 48px;
        right: 48px;
        top: inherit;
        margin-left: 480px;
        background: white;
        color: grey;
        position: fixed;
        text-align: center;
        font-size: 14px;
        box-shadow: -1px 1px 1px #e7e7e7;
    }
        #share a#towechat .share-left{
            height: 144px;
        }
        a#towechat label,  a#towechat img{
            position: relative;
            top: 10px;
        }
        #share a .share-left p{
            position: absolute;
            left: 0;
            top: 0;           
            bottom: 0;
            right: 0;
            height: 18px;
            margin: auto;

        }
        #share a#tomail .share-left p{
            height: 36px;
        }
/*产品导航*/
.productnavigation{
    background-color: #f7f7f7;
}
.pronavigation{
    font-size: 14px;
    margin: 0px auto 0 auto;
    width: 1100px;
    font-weight: 500;
    padding: 18px 0 18px 0;
}
.pronavigation p,.pronavigation p a{
    color: #203864;
    display: inline;
    font-size: 14px;
}
.pronavigation p a:hover{
    /* font-weight: 600; */
}