* {
    margin: 0;
    padding: 0
}

img {
    border: 0
}

ul,
li {
    list-style: none
}

.fl {
    float: left
}

.fr {
    float: right
}

.fix {
    * zoom: 1
}

.fix:after {
    display: block;
    content:"$";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

.dib {
    display: inline-block;
}

a {
    text-decoration: none
}

.cell {
    display: table-cell;
    *display: inline-block;
    width: 2000px;
    *width: auto
}

.fwbolder {
    font-weight: bolder
}

.rel {
    position: relative
}

.abs {
    position: absolute
}

.tc {
    text-align: center
}

body {
    font-size: 14px;
    font-family: Microsoft YaHei, Tahoma;
    background: #33150a url('../img/bg.jpg') no-repeat center top;
    color: #505050;
}

.ie6_tips {
    width: 100%;
    color: yellow;
    display: none;
    position: absolute;
    text-align: center;
    left: 0;
    top: 0;
    z-index: 500;
    background: red;
}





.wrap {
    width: 1001px;
    margin: 0 auto;
    position: relative;
}
.logo {
    height: 350px;
    position: relative;
}
.twitter {
    position: absolute;
    right: 0;
    bottom: 0;
}
.nav {
    background: url(../img/navbg.png) no-repeat -1px center;
    width: 100%;
    height: 42px;
    margin-bottom: 5px;
}
.nav li {
    width: 16.66%;
    float: left;
    position: relative;
}
.nav li a {
    display: block;
    border-right: 1px solid #ce8378;
    margin: 10px 0;
    text-align: center;
    font-size: 17px;
    color: white;
}
.nav li:hover dl {
    display: block;
}
.nav li:last-child a {
    border: none;
}
.nav li dl {
    width: 100%;
    display: none;
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 100;
}
.nav li dl a {
    margin: 0;
}
.nav li a:hover {
    text-decoration: underline;
}
.nav li dl dd {
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: rgba(172, 30, 3, 0.8);
}



.main_con {
    width: 918px;
    margin: 0 auto 30px;
    min-height: 915px;
    padding-bottom: 130px;
    background: #fff url(../img/news_bg.jpg) no-repeat center bottom;
    padding: 0 40px 40px;
    position: relative;
}

.news_tab {
    padding-bottom: 10px;
}
.news_tab a {
    width: 150px;
    float: left;
    padding: 10px 0;
    text-align: center;
    color: #505050;
}
.news_tab a.cur {
    border-bottom: 2px solid #ef3c13;
    color: #ef3c13;
}

.news_list li {
    padding-left: 10px;
    background: url(../img/li_bg.png) no-repeat left center;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px dashed #e2e2e2;
}

.news_list li a {
    color: #505050;
    font-size: 14px;
}

.news_list ul {
    display: none;
}

.title {
    width: 705px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 10px;
    float: left;
}

.date {
    float: right;
}


.footer {
    background-color: rgba(0, 0, 0, .45);
    height: 70px;
    line-height: 70px;
    color: #fff;
}

.to_top {
    position: fixed;
    bottom: 20%;
    z-index: 10;
    right: 20%;
}


.title_box {
    position: relative;
    padding-top: 30px;
}

.aback {
    position: absolute;
    left: 0;
    top: 31px;
}
.title_b {
    text-align: center;
    font-size:26px;
    color: #2c2c2c;
}
.title_date {
    text-align: center;
    padding: 10px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

.news_content p {
    line-height: 1.5;
    margin-bottom: 15px;
}

.yklogo {
    padding-top: 12px;
    margin-right: 30px;
}

.mrt {
    margin-right: 30px;
}

.imgp {
    text-align: center;
    padding: 20px 0;
}

.imgp img {
    max-width: 600px;
    max-height: 500px;
}

.strf {
    font-size: 18px;
}

.mask {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    display: none;
}
.pop_box {
    width: 806px;
    height: 618px;
    background: url(../img/pop_bg.png) no-repeat;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -403px;
    margin-top: -304px;
    display: none;
    z-index: 300;
}

.pop_close_btn {
    position: absolute;
    right: -50px;
    top: 6px;
    width: 40px;
    height: 40px;
    background: url(../img/close.png) no-repeat;
    z-index: 300;
}

.pop_cont {
    /*padding: 45px 20px 45px 45px;
    color: white;
    font-size: 16px;*/
    padding: 40px 35px 45px 45px;
    color: white;
    font-size: 16px;
}
.p_t {
    font-size: 28px;
    color: #ffe184;
    margin-bottom: 20px;
}
.pop_cont p {
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    text-align: justify;
}

.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}

.pop2 {
    background-image: url(../img/pop2.png);
    background-repeat: no-repeat;
    width: 862px;
    height: 377px;
    margin-left: -431px;
    margin-top: -188.5px;
}

.mail {
    color: #0ab7ff;
    text-decoration: underline;
}

.ddim {
    margin-top: 30px;
}
.ddim img,
.ddim span {
    vertical-align: middle;
}

.pop2 p {
    position: relative;
    padding-left: 15px;
}
.rdi {
    position: absolute;
    left: 0;
    top: -5px;
    font-size: 20px;
}


.pop4 {
    background-image: url(../img/pop3.png);
    background-repeat: no-repeat;
    width: 799px;
    height: 377px;
    margin-left: -399.5px;
    margin-top: -188.5px;
}

.bd1 {
    width: 137px;
    height: 132px;
    position: absolute;
    left: 217px;
    bottom: -21px;
}

.bd1:hover {
    background-image: url(../img/4_4.png);
    background-repeat: no-repeat;
}

.bd2 {
    width: 137px;
    height: 132px;
    position: absolute;
    left: 352px;
    bottom: -21px;
}

.bd2:hover {
    background-image: url(../img/1_1.png);
    background-repeat: no-repeat;
}

.bd3 {
    width: 136px;
    height: 132px;
    position: absolute;
    left: 487px;
    bottom: -21px;
}

.bd3:hover {
    background-image: url(../img/2_2.png);
    background-repeat: no-repeat;
}

.bd4 {
    width: 136px;
    height: 132px;
    position: absolute;
    left: 622px;
    bottom: -21px;
}

.bd4:hover {
    background-image: url(../img/3_3.png);
    background-repeat: no-repeat;
}

.normal {
    position: absolute;
    right: 0;
    top: 155px;
    width: 179px;
}
.normal a {
    width: 167px;
    height: 54px;
    display: block;
    background-image: url(../img/button.png);
    background-repeat: no-repeat;
}

.twitter_box {
    width: 300px;
    /*height: 800px;*/
    position: fixed;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #fff;
    border-left: 3px solid #b21c03;
}

.twitter_box_iner {
    position: relative;
    width: 100%;
    height: 100%;
}

.twitter_box_iner iframe {
    width: 300px;
}

.suo_btn {
    position: absolute;
    left: 0;
    top: 50%;
    width: 30px;
    height: 30px;
    display: block;
    margin-left: -30px;
    margin-top: -15px;
}
.footer a {
    color: white;
    text-decoration: underline;
}

.liitem li {
    margin-bottom: 20px;
    line-height: 1.5;
}
.liitem li span.fl {
    width: 130px;
    text-align: right;
}
.strf2 {
    font-weight: bold;
}