﻿body {
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video, input {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    border: none;
    list-style: none;
    list-style-position: inside;
}
div {
    padding: 0;
    margin: 0;
}
button, input, select, textarea {
    margin: 0;
    vertical-align: middle;
}

body, button, input, select, textarea {
    font-family: "Microsoft YaHei", "微软雅黑", "SimSun", Arial;
    font-size: 15px;
}

del, ins, a {
    text-decoration: none;
}

a, input, button, textarea, select {
    outline: none;
}
ol, ul, li {
    list-style: none;
}
a {
    text-decoration: none;
    -webkit-backface-visibility: hidden;
}
.clearfix {
    clear: both;
}

/*清除掉IE浏览器 自动生成的X*/
::-ms-clear, ::-ms-reveal {
    display: none;
}

input[type=text]::-ms-clear {
    display: none;
}
input::-webkit-search-cancel-button {
    display: none;
}

input[type=search]::-ms-clear {
    display: none;
}
/**/


.headerfix {
    width: 100%;
    height: 232px;
    /* overflow: hidden; */
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;    
    background-color: #fff;
    /* background-color: #285bcf; */
}


/* 首页的标题*/
.header {
    width: 100%;
    height: 282px;
    background: url(/IMGS/header_bg.png) no-repeat center;
    background-size: cover;
    margin: 0px auto;
    overflow: hidden;
    min-width: 1200px;
}

    .header .wrap_1 {
        width: 1200px;
        margin: 0 auto;
        height: 180px;
        top: 10px;
        background: url(/IMGS/LOGO.png) no-repeat center;
        overflow:hidden;
    }
   

.clearfix {
    zoom: 1;
}

 .clearfix, .nav {
    clear: both;
}

/*导航栏*/

/*导航栏*/
.nav {
    height: 50px;
    position: relative;
    z-index: 99999;
    margin-top: -98px;
    /*background: #1877bd;*/
}

    .nav .wrap_2 {
        width: 1200px;
        margin: 0 auto;
        position: relative;
        background: #1877bd;
        height: 50px;
        border-radius: 4px;
    }

.nav_list {
    width: 110%;
}

.nav .nav_list > li {
    float: left;
    text-align: center;
    position: relative;
    width: 144px;
    box-sizing:border-box;
}

    .nav .nav_list > li > a {
        float: left;   
        padding-left:50px;
        height: 50px;
        color: #fff;
        font-size: 18px;
        line-height: 50px;
        text-align: center;
    }

.nav .nav_list .little_1 {
    position: relative;
    margin-left:20px;
}

    .nav .nav_list .little_1 > img {
        position: absolute;
        left: 35px;
        top: 17px;
    }

    .nav .nav_list .little_1 > a {
        padding-left: 60px;
    }

.nav .nav_list > li > img {
    position: absolute;
    left: 26px;
    top: 17px;
}

/*.nav .nav_list .little_1 img{position:absolute;left:12px;top:14px;}*/
.nav .nav_list > li.on {
    background: #cb3034;
}

.nav .nav_list > li:hover {
    background: #cb3034;
}

.nav .nav_list > li > a:hover {
    background: #cb3034;
    text-decoration: none;
}

.subnav {
    border-top: 4px solid #cb3034;
    background: #FFF;
    position: absolute;
    top: 50px;
    z-index: 99999;
    -moz-box-shadow: 0 4px 4px 0px #ccc;
    -webkit-box-shadow: 0 4px 4px 0px #ccc;
    box-shadow: 0 2px 4px 0px #ccc;
    display: none;
    padding-bottom: 15px;
}

    .subnav dl {
        float: left;
        margin-left: 50px;
        padding-top: 27px;
        text-align: left;
        z-index: 99999;
    }

        .subnav dl dt {
            font-size: 14px;
            font-weight: bold;
            padding-bottom: 8px;
            background: url(../IMGS/bg20.gif) no-repeat 0 7px;
            padding-left: 14px;
            position: relative;
            left: -14px;
            border-bottom: 1px #e4e4e6 solid;
            z-index: 99999;
        }

            .subnav dl dt a {
                text-decoration: none;
                z-index: 99999;
            }

        .subnav dl dd a {
            font-size: 14px;
            color: #666;
            line-height: 28px;
            text-decoration: none;
            z-index: 99999;
        }

            .subnav dl dd a:hover {
                color: #cb3034;
                z-index: 99999;
            }
   /*导航栏结束*/

/*脚注栏 */
.footer {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #1877bd;
    padding: 20px 0 10px;
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 20px;
    box-sizing: border-box;
}



.RCdrowpdownRed {
    margin: 0;
    padding: .85em 1.2em;
    font-size: .875em;
    background-color: white;
    border: 1px solid rgb(231, 190, 190);
    outline: 0;
    /*color: rgb(217, 92, 92);*/
    color: rgba(0, 0, 0, .7);
    border-radius: .3125em;
    -webkit-transition: background-color .3s ease-out,-webkit-box-shadow .2s ease,border-color .2s ease;
    transition: background-color .3s ease-out,box-shadow .2s ease,border-color .2s ease;
    -webkit-box-shadow: 0 0 rgba(0, 0, 0, .3) inset;
    box-shadow: 0 0 rgba(0, 0, 0, .3) inset;     
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
}

.RCdrowpdownGray {
    margin: 0;
    padding: .85em 1.2em;
    font-size: .875em;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.15);
    outline: 0;
    color: rgba(0, 0, 0, .7);
    border-radius: .3125em;
    -webkit-transition: background-color .3s ease-out,-webkit-box-shadow .2s ease,border-color .2s ease;
    transition: background-color .3s ease-out,box-shadow .2s ease,border-color .2s ease;
    -webkit-box-shadow: 0 0 rgba(0, 0, 0, .3) inset;
    box-shadow: 0 0 rgba(0, 0, 0, .3) inset;    
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;   
    width:100%;
}



.RCdrowpdownGray2 {
    margin: 0;
    padding: .15em 1.2em;
    padding-right:1px;
    /*font-size: .875em;*/
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.25);
    outline: 0;
    border-radius: .2225em;
    -webkit-transition: background-color .3s ease-out,-webkit-box-shadow .2s ease,border-color .2s ease;
    transition: background-color .3s ease-out,box-shadow .2s ease,border-color .2s ease;
    -webkit-box-shadow: 0 0 rgba(0, 0, 0, .3) inset;
    box-shadow: 0 0 rgba(0, 0, 0, .3) inset;
    -webkit-tap-highlight-color: black;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: 35px;
    color: black;
    width: 100%;
    vertical-align: inherit;
}



.BorderGray {
    border: 1px solid rgba(0, 0, 0, 0.25);
    outline: 0;
    color: rgba(0, 0, 0, .7);
    border-radius: .3125em;
    -webkit-transition: background-color .3s ease-out,-webkit-box-shadow .2s ease,border-color .2s ease;
    transition: background-color .3s ease-out,box-shadow .2s ease,border-color .2s ease;
    -webkit-box-shadow: 0 0 rgba(0, 0, 0, .3) inset;
    box-shadow: 0 0 rgba(0, 0, 0, .3) inset;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
option {
    background-color: white;
}

.RCinput {
    width: 95%;
    margin: 0em;
    padding: 0.15em 0.75em;
    padding-right: 1px;
    /*font-size: 1em;*/
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.25);
    outline: none;
    color: black;
    border-radius: 0.1125em;
    -webkit-transition: background-color 0.3s ease-out, -webkit-box-shadow 0.2s ease, border-color 0.2s ease;
    -moz-transition: background-color 0.3s ease-out, box-shadow 0.2s ease, border-color 0.2s ease;
    transition: background-color 0.3s ease-out, box-shadow 0.2s ease, border-color 0.2s ease;
    -webkit-tap-highlight-color: black;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: 35px;
    vertical-align: inherit;
}  

.RCinput2 {
    display: block;
    float: left;
    width: 98%;
    height: 38px;
    line-height: 38px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    padding: 0 10px;
    box-sizing:border-box;
}

.div-input {
    position: relative;
    height: 40px;
    line-height: 40px;
    padding: 5px 0;
}

 

.RCinput2:focus {
    border: 1px solid #1877bd;
}

/*input[type="text"]:focus {
    border: 1px solid red;
}*/


.rcbutton {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    cursor: pointer;
    font-size: 16px;
    background: #348bda;
    display: inline-block;
    padding: 2px 8px;
    min-width: 25px;
    text-align: center;
    line-height: 36px;
    margin: 0px 8px;
    border-radius: 3px;
    color: #fff;
    height: 34px;
}

    .rcbutton:hover {
        background: #1877bd;
        color: #fff;
    }

.rcbutton-empt {
    border: 1px solid #348bda;
    background: #fff;
    color: #348bda;
    margin-left:-5px;
}
    .rcbutton-empt:hover {
        background: #f5f9ff;
        color: #348bda;
    }


/*拍拍网风格*/
.paginator {
    font: 16px Arial, Helvetica, sans-serif;
    padding: 10px 10px 10px 0;
    margin: 0px;
    height: 40px;
    box-sizing: border-box
}

    .paginator a {
        padding: 6px 11px;
        border: solid 1px #ddd;
        background: #fff;
        text-decoration: none;
        margin-right: 2px;
        color: #1877bd;
    }

        .paginator a:visited {
            padding: 6px 11px;
            border: solid 1px #ddd;
            background: #fff;
            text-decoration: none;
        }

    .paginator .cpb {
        padding: 6px 11px;
        font-weight: bold;
        font-size: 13px;
        border: none
    }

    .paginator span {
        padding: 6px 11px;
        font-weight: bold;   
        border: solid 1px #ddd;
    }

    .paginator a:hover {
        color: #fff;
        background: #1877bd;
        border-color: #1877bd;
        text-decoration: none;
    }
    .paginator input[type=text] {
        padding: 4px 4px;
        font-weight: bold;
        border: solid 1px #ddd;
        vertical-align: inherit;
        text-align: center;
    }
    .paginator input[type=submit] {
        padding: 4px 6px;   
        border: solid 1px #ddd;
        background: #f9f9f9;
        vertical-align: inherit;
        margin-left: 5px;
        color: #1877bd;
    }


#hotnews_mrc {
    margin-top: 2px
}

    #hotnews_mrc .normal {
        display: none;
    }

    #hotnews_mrc .current {
        display: block;
    }

    #hotnews_mrc ul {
        padding: 8px 0 0 5px;
    }

        #hotnews_mrc ul li a {
            font-size: 14px;
        }


.breadcrumb {
    line-height: 40px;
    height: 40px;
    box-sizing: border-box;
    border: 0px solid #ddd;
    font-size: 16px;
    background-color: #fdfeff;
    border-bottom: 1px dotted #ddd;
}

    .breadcrumb a {
        color: black;
    }
   
     

