/**{
filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
-webkit-filter: grayscale(100%) !important;
-moz-filter: grayscale(100%) !important;
-ms-filter: grayscale(100%) !important;
-o-filter: grayscale(100%) !important;
filter: grayscale(100%) !important;
filter: gray !important;
}*/
/*以上是改成灰色默认样式*/
body {
    font: 12px/1.6 'microsoft yahei',Helvetica,Arial,sans-serif;
    color: #2a2a2a;
    background-color: #FFF;
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
    margin: 0;
    padding: 0;
}
img{
    border: none;
}
li {
    list-style: none;
}
ul,h1, h2, h3, h4, h5, h6, p, div, ul, li, dl, dt, dd, h1,em,form {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
}
h1{
    word-wrap: break-word;
    display: block;
    font-size: 25px;
    font-weight: bold;
    color: #494949;
    margin: 0;
    padding: 0;
}
.global-nav-items h1
{font-size: 12px;}
a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
}
a:hover{
    color: #E7502C;
}
.w980{
    width: 980px;
    margin: 0 auto;
    margin-top: -44px;
    z-index: 300;
    position: relative;
    background: #fff;
    border:0px solid #dcdcd9;
}
.ad980{
    width: 980px;
    margin: 10px auto;
    overflow: hidden;
}
.clear{
    clear: both;
}



/*page分页样式*/
.pages {
    margin: 15px 0px;
    text-align: center;
}
.pages .pagetotal{
    background: #FF8500;
}
.pages a {
    font-size: 14px;
    vertical-align: middle;
    margin-right: 3px;
    background: white;
    border: 1px solid #E5E5E5;
    display: inline-block;
    padding: 2px 7px;
    color: #333;
}
.pages a:hover {
    background: #FF8500;

    color: #ffffff;
}
.pages b {
    font-size: 14px;
    vertical-align: middle;
    margin-right: 3px;
    padding: 1px 6px;
    display: inline-block;
    font-weight: bold;
    color: white;
    background: #FF8500;
    border: 1px solid #FF8500;
}
.aside-ad{
    margin-bottom: 10px;
}



/*友情链接*/
#links{
    border: 1px solid #e5e5e5;
    position: relative;
    clear: both;
    border-bottom: none;
    width: 978px;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 10px;
}
.links_border dl {
    clear: both;
    border-bottom: solid 1px #dfdfdf;
    overflow: hidden;
    background-color: #f6f6f6;
    _height: 30px;
    _overflow: visible;
}
.links_border dl dt {
    color: #000000;
    font-weight: bold;
    float: left;
    background-color: #f6f6f6;
    width: 85px;
    line-height: 30px;
    text-align: center;
    position: relative;
    z-index: 10;
}
.links_border dl dt span {
    display: block;
    border: solid 1px #ffffff;
    border-bottom: none;
    border-right: none;
}
.links_border dl dd {
    position: relative;
    z-index: 8;
    float: left;
    width: 893px;
    display: block;
    overflow: hidden;
    background-color: #ffffff;
}
.links_border dl dd span {
    display: block;
    float: left;
    margin-left: -1px;
    height: 15px;
    line-height: 15px;
    padding: 8px 0;
    white-space: nowrap;
}
.links_border dl dd span a:link, .links_border dl dd span a:visited {
    color: #5f5f5f;
    text-decoration: none;
}
.links_border dl dd span a {
    line-height: 15px;
    border-left: solid 1px #8d8d8d;
    padding: 0 9px;
    white-space: nowrap;
}



/*弹出下载窗口样式begin*/

.popup {
    position: fixed;
    _position:static;
    top: 0px;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #666;
    z-index: 1000;
    display: block;
}
.popup_bg {
    overflow-y: auto;
    position: relative;
    _position: static;
    background: rgba(0,0,0,0.5);
    _background: #000;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#4c000000', EndColorStr='#4c000000');
    width:100%;
    height: 100%;
}

.popup_down{
    width: 460px;
    padding-bottom: 10px;
    left: 50%;
    top: 50%;
    margin-left: -230px;
    margin-top: -155px;
    position: absolute;
    background: #fff;
}
.popup_close {
    width: 35px;
    height: 35px;
    background-position: -144px -273px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    text-indent: -999em;
    z-index: 11;
}
.popup_title {
    height: 39px;
    margin-bottom: 5px;
    border-bottom: 2px solid #ebebeb;
    position: relative;
}
.popup_title p {
    height: 39px;
    line-height: 39px;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    _zoom: 1;
    position: absolute;
    padding: 0 15px;
    left: 0;
    top: 0;
    border-bottom: 2px solid #f60;
    cursor: default;
}
.little-tit {
    position: relative;
    height: 30px;
}
.little-tit p {
    position: relative;
    display: inline-block;
    padding: 0 6px;
    left: 15px;
    top: 10px;
    font-size: 16px;
    line-height: 16px;
    border-left: 2px solid #f60;
    cursor: default;
}
.down-con {
    width: 430px;
    margin: 0 auto;
    padding: 10px 0;
    border-bottom: 1px dotted #ebebeb;
}
.down-con a:hover {
    background: #ff8a00;
}
.down-con a {
    color: #333333;
    height: 48px;
    display: block;
    border: 1px solid #ccc;
    padding-top: 5px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    background: #fafafa;
    background: -moz-linear-gradient(top, #fff, #fafafa);
    background: -webkit-linear-gradient(top, #fff, #fafafa);
    background: -ms-linear-gradient(top, #fff, #fafafa);
    background: -o-linear-gradient(top, #fff, #fafafa);
}
.down-con a .downname {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}
/*弹出下载窗口样式end*/
.qql_movie{width:550px;height:450px;text-align:center}



/*澶撮儴鍏ㄥ眬瀵艰埅*/
body {
    font: 12px/1.6 'microsoft yahei',Helvetica,Arial,sans-serif;
    color: #2a2a2a;
    background-color: #FFF;
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
    margin: 0;
    padding: 0;
}
.myxia{
    padding: 15px;
}
.myxia div{
    width: 48%;
    float: left;
    height: 40px;
    line-height: 40px;
    margin-right: 6px;
    overflow: hidden;
}
.global-bd,#copyright{
    font: 12px/1.6 'microsoft yahei',Helvetica,Arial,sans-serif;
}
.global-bd a,#copyright a{
    text-decoration: none;
}
.global-bd{
    height: 40px;
    color: #666;
    background-color: #fff;
    border-bottom: 2px solid #ff6666;
    line-height: 40px;
}
.global-nav {
    width: 980px;
    height: 42px;
    margin: 0 auto;
}

.global-nav a,.global-nav .user_topright a {
    display: inline-block;
    zoom: 1;
    font-weight: bold;
    padding: 0 9px;
    color: #666;
    font-size: 14px;

}
#morelanm{
    position: relative;
    /*overflow: none !important;*/
}
#morelanm dl{
    position: absolute;
    width: 110px;
    overflow: hidden;
    height: 140px;
    text-align: center;
    /*border: 1px solid #ccc;*/
    background: #fff;
    left: 40px;
    top: 30px;
}
#morelanm dl dt{
    height: 30px;
    line-height: 30px;
}
.global-nav a:hover, .global-nav a:active {
    color: #666;
    background-color: transparent;
}



.top-nav-info{
    float: right;
    margin: 0px;
}

.loginbar{
    float: left;
    font-size: 12px;

}
.nav-mobile{
    float: left;
    position: relative;
    padding: 0 12px;
}

/*鎵嬫満浜岀淮鐮佷笅杞�*/
.code p{
    color: #666;
    padding: 10px;
    margin-bottom: 10px;
    line-height: 17px;
    text-align: left;
}
.code{
    width: 169px;
    height: 204px;
    position: absolute;
    margin: 40px 0px 0px -30px;
    background: #fff;
    z-index: 1111;
    border: 1px solid #c9c9c9;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    font-size: 12px;
    color: #666;
    text-align: center;
    display: none;
}
.nav-mobile b{
    display: inline;
    float: left;
    width: 9px;
    height: 5px;
    margin-top: 17px;
    clear: right;
}

.nav-mobile .mbtn{
    padding: 0 2px;
    float: left;
}
.global-nav .global-nav-items ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.global-nav .global-nav-items li {
    display: inline-block;
    zoom: 1;
    font-size: 14px;
    vertical-align: baseline;
    float: left;
}
.global-nav .global-nav-items li h1{
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-weight: normal;
}
.global-nav h1.global-nav-title{
    padding: 0 12px;
    color: #d5d5d5;
    font-size: 14px;
}
.global-nav-item-logo{
    height: 40px;
    overflow: hidden;
}
.global-nav .global-nav-item-logo img{
    position: relative;
}
.nav-logo {
    float: left;
    margin-top:3px;
}

.nav-class{
    font-size: 18px;
    float: left;
    line-height: 40px;
    color: #4cc8b5;
    margin-right: 20px;
    font-weight: bold ;
}

/*灏鹃儴*/
#copyright {
    width: 100%;
    font-size: 12px;
    background: #eee;
    line-height: 24px;
    text-align: center;
    margin: 0px;
    padding: 20px 0px;
    border-top: 2px solid #ff6666;
}
#copyright p {
    line-height: 24px;
    text-align: center;
    color: #666;

}
#copyright .description {
    line-height: 35px;
}
#copyright p.rz {
    height: 50px;
    margin-top: 8px;
    overflow: hidden;
}
#copyright a{
    color: #666;
}

#copyright a:hover{
    color: #999;
}
.qql_movie{width:550px;height:450px;text-align:center}



/*鏈父鎴忛閬撳鑸�*/
/*涓昏壊璋�:#FF3366*/

.gift_nav{
    background: #333;
    margin-bottom:10px;
}
.gift_nav_list{
    width: 980px;
    height: 50px;
    margin: 0 auto;
    color: #ffffff;
    line-height: 50px;
    background: #333;


}
.gift_nav_list a{
    display: block;
    float: left;
    height: 50px;
    line-height: 50px;
    padding: 0 12px;
    font-size: 16px;
    color: #cbcbcb;

}
.gift_nav_list a:hover{
    background-color: #2095F0;
    color: #ffffff;
}
.gift_nav_list a.current{
     padding: 0 18px;
    background-color: #2095F0;
    color: #ffffff;
}


/*缃戞父澶撮儴鍩烘湰淇℃伅*/


/*鏂伴椈澶存潯鍒楄〃*/
.nt-1{
    width: 330px;
    float: left;
    overflow: hidden;
}
.whxxzg-slider-box{
    width: 330px;
    overflow: hidden;
    position: relative;
}

.whxxzg-slider{
    width: 2880px;
    overflow: hidden;
    -webkit-transition: -webkit-transform 500ms;
    transition: -webkit-transform 500ms;

}
.whxxzg-slider li {
    position: relative;
    width: 330px;
    float: left;
    overflow: hidden;
}
.whxxzg-slider li a{
    display: block;
    position: relative;
    overflow: hidden;
}
.whxxzg-slider li a img{
    width: 330px;
    height: 220px;
}
.prev{
    display: none;
    cursor: pointer;
    width:26px;
    height:51px;
    overflow: hidden;
    left: 0px;
    margin-top:-25px;position:absolute;top:50%;z-index:2;-webkit-transition:right .2s,left .2s;-moz-transition:right .2s,left .2s;-ms-transition:right .2s,left .2s;-o-transition:right .2s,left .2s;transition:right .2s,left .2s;
}
.prev a{
    display: block;
    width:26px;
    height:51px;
    background-image: none;
    background-position: 0 0;
}
.prev a:hover{
    background-position: -26px 0;
}
.next{
    display: none;
    cursor: pointer;
    right: 0px;
    width:26px;height:51px;margin-top:-25px;position:absolute;top:50%;z-index:2;-webkit-transition:right .2s,left .2s;-moz-transition:right .2s,left .2s;-ms-transition:right .2s,left .2s;-o-transition:right .2s,left .2s;transition:right .2s,left .2s;
    overflow: hidden;

}
.next a{
    display: block;
    width:26px;height:51px;
}
.next a:hover{
    background-position: -26px 0;
}
.whxxzg-slider li a span{
    display: block;
    width: 100%;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    color: #fff;
    background-color: #333;
    line-height: 35px;
}
#position{
    text-align: center;
    display: block;
    background-color: #333;
    height: 25px;
}
#position em{
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 5px;
    background-color: #dddddf;
    cursor: pointer;
}
#position em.on{
    background-color:#FF3366 ;
    width: 24px;
    height: 12px;
    border-radius: 6px;
}

.nt-2{
    float: left;
    width: 360px;
    margin-left: 15px;
    overflow: hidden;
    height: 312px;
}
.nt-2 ul li.first{
    height: 44px;
    line-height: 44px;
    border-bottom: 1px dotted #dddddd;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 0px;
    margin-bottom: 5px;
}
.nt-2 ul li.first a{
    font-size: 16px;
    color: #FF3366;
    font-weight: bold;
    float:none;
    width: auto;


}
.nt-2 ul li {
    height: 29px;
    line-height: 29px;
    overflow: hidden;
    white-space: nowrap;
}
.nt-2 ul li span{
    background: #F3F3F3;
    height: 27px;
    line-height: 27px;
    border-left: 2px #bebebe solid;
    margin-top: 1px;
    margin-right: 6px;
    font-size: 13px;
    padding: 0 7px;
    display: inline-block;
    float:left;

}
.nt-2 ul li a{
    font-size: 14px;
    color: #333333;
    width: 248px;
    float:left;
    overflow: hidden;
    text-overflow: ellipsis;
}
.nt-2 ul li a:hover{
    color:#ff6666;
}
.nt-2 ul li:first-child a{
    font-weight: bold;
}
.nt-2 ul li em{
    font-size: 12px;
    color:#999;
}
.nt-2-2{
    margin-top: 5px;
}
.nt-2 ul li span a{
    width: 58px;

}
.myLanMuDaoHang{
    text-indent: 1.6em;
    background: url(/skin/images/bttp_03.gif) 5px center no-repeat;
}
.myLanMuDaoHangerji{
    text-indent: 1.6em;
    color: #000;
    background: url(/skin/images/next.gif) 5px center no-repeat;

}
.myLanMuDaoHangsanji{
    text-indent: 2.6em;
    background: url(/skin/images/an-14.gif) 22px center no-repeat;
}
.nt-3{
    width: 260px;
    height:312px;
    margin-left: 15px;
    float: left;
    background-color:#ffffff;
    position: relative;
}
.nt-3-name{
    height: 44px;
    background-color: #E8E8E4;
    display: block;
    padding-left:10px ;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    line-height: 44px;
    overflow: hidden;
    white-space: nowrap;
}
.nt-3-box{
    border: 2px solid #E8E8E4;
    border-top: none;
    height: 266px;
    min-height: 266px;
    /*position: relative;*/
    width: 256px;
    background-color: #fff;
    z-index: 100;
    position: absolute;
}
.nt-3-js-hover{
    position: absolute;
    background-color: #ffffff;
    border: 2px solid #FF3366;
    border-top: none;
    width: 236px;
    left: -2px;
    height: auto;
    font-size: 14px;
    color: #333333;
    text-indent: 2em;
    padding: 10px;
    text-overflow: ellipsis;
    z-index: 12;
}
.nt-3-js{
    height: 100px;
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    text-indent: 2em;
    padding: 10px;
    text-overflow: ellipsis;
    position: relative;
}
.nt-3-more{
    position: absolute;
    padding: 0px 11px;
    bottom: 0px;
    right: 10px;
    text-align: center;
    color: #f66;
    font-weight: bold;
    background-color: #ffffff;
    text-indent: 0;
    cursor: pointer;
}
.nt-3-bt {
    margin: 8px 10px;
    /*position: absolute;*/
    /*bottom: 0px;*/
    width: 236px;

}
.pc_a{ background:#fb9400; }
.pc_a:hover{ background:#ffa728;}
.pc_a .pc_icon{ display:block; height:48px; width:52px; float:left; margin:0; background-color:#e48600;-moz-border-radius-topleft:6px;-moz-border-radius-bottomleft:6px;-webkit-border-top-left-radius:6px;-webkit-border-bottom-left-radius: 6px;border-top-left-radius:6px;border-bottom-left-radius:6px; background-repeat:no-repeat; background-position:13px -84px;}
.pc_a .pc_down{ padding-left:30px;}


.nt-3-bt a{
    display: block;
    height: 48px;
    line-height: 48px;
    width: 237px;
    margin: 0 auto 8px auto;
    color: #fff;
    font-size: 24px;
    font-family: "microsoft Yahei";
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.nt-3-down{
    margin-top: 5px;
    margin-bottom: 10px;
    line-height: 40px;
    position: relative;
}
.wydown{
    height: 40px;
    width: 236px;
    margin: 0 auto 8px auto;
    display: block;
    color: #ffffff;
    background-color: #7ABB15;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    overflow: visible;
}
a.wydown:hover{
    background-color: #6ba510;
    color: #ffffff;
}
.wydown .wd-icon{
    float: left;
    height: 40px;
    width: 40px;
    background-position: -151px -142px;
    background-repeat: no-repeat;
}
.wydown:hover .wd-icon{
    background-position: -151px -187px;
    transition: all 200ms;
    -moz-transition: all 200ms;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    background-color: #7ABB15;
    color: #fff;
}
.wydown .wd-text{
    text-align: center;
    width: 156px;
    float: left;
    line-height: 40px;
    cursor: pointer;

}
.wydown .wd-qr{
    background-color: #629611;
    width: 40px;
    float: right;
    height: 41px;
    background-position: -89px -71px ;

}



/*娓告垙鏂伴椈鍒楄〃鍖哄煙*/
.main{
    margin-top: 20px;
}
.main_left{
    width: 660px;
    margin-right: 20px;
    float: left;
    position: relative;
}
.news_menu{
    text-align: center;
    height: 39px;
    line-height: 39px;
    border-bottom: 2px solid #2095F0;
    overflow: hidden;
    /*margin-top: 15px;*/

}
.newsnav{
    position: absolute;
    z-index: 2000;
    right: 10px;
    top: 7px;
}
.newsnav a:first-child{
    padding-left: 10px;
    border-left: 2px solid #ff6666;
}
.mypage{
    margin-top: 20px;
    border: 1px solid #ccc;
    border-left: none;
    border-right: none;
    padding: 8px 0px 8px 40px;
    font-size: 15px;
}
.mypage a{
}
.news_list_box h3{
    width: 643px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: auto;
    margin-top: 10px;
    overflow: hidden;
    font-weight: bold;
}
.news_list_box h5{
    width: 643px;
    height: 40px;
    line-height: 40px;
    margin: auto;
    overflow: hidden;
    text-align: center;
    color: #888;
    border-bottom: 1px dotted #eee;
}
.news_menu a{
    margin-right: 10px;
    text-align: center;
    display: inline-block;
    float: left;
    font-weight: bold;
    padding: 0 18px;
    color: #666666;
    font-size: .875em;
}
.news_menu a:hover{
    color: #fff;
    background: #FF3366;
}
.news_menu a.current{
    color: #fff;
    background: #2095F0;
}
.news_list li {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    /*background-color: #fff;*/
    padding: 5px 0px;
}
.news_list li samp {
    position: absolute;
    right: 0px;
    top: 6px;
    color: #555;
}
.news_list li b{
    background: #F3F3F3;
    border-left: 2px #bebebe solid;
    margin-right: 6px;
    font-size: 13px;
    padding: 2px 7px 3px;
    display: inline-block;
    float: left;
}
}
.news_list li:hover{
    background-color: #F0F0F0;

}
.news_list li:last-child{
    /*border-bottom:none;*/
}
.c_img {
    padding: 0px;
    float: left;
    margin-right: 15px;
    margin-left: 8px;
    height: 135px;
}
.c_img img {
    max-width: 180px;_width:180px;
    max-height: 120px;

}
.news_list_main{
    overflow: hidden;
    width: 660px;
}
.news_list_box{
    -webkit-transition: -webkit-transform 500ms;
    transition: -webkit-transform 500ms;
    overflow: hidden;
}
.news_list{
    float: left;
    overflow: hidden;
    width: 660px;
}
.news_list li p.nocon{
    text-align: center;
    font-size: 20px;
    line-height: 100px;
}
.news_list li h1,.news_list li h2 {
    word-wrap: break-word;
    display: block;
    font-size: 25px;
    font-weight: bold;
    color: #494949;
    margin: 0;
    padding: 0 0 15px 0;
    line-height: 1.1;
}
.c_con_title a {
    color: #666;
    font-size: 16px;
    margin-bottom: 5px;
    padding: 0px;
}
.c_con_title a:hover{
    color: #fff;
    font-size: 16px;
    margin-bottom: 5px;
    padding: 0px;
    background-color:#F66;
}
.c_text {
    font-size: 13px;
    color: #666;
    line-height: 2.2em;
    text-indent: 2em;
}
.c_info {
    font-size: 11px;
    color: #999;
    margin-top: 10px;
    overflow: hidden;

}
.c_info .time, .c_info .time{
    float: left;
    margin-right: 20px;
    overflow: hidden;

}
.c_info .time em{
    background-position: -222px -46px;
    width: 15px;
    height: 16px;
    float: left;
    margin-right: 6px;
    _margin-right: 3px;
    top: 4px;
    font-size: 0;
    line-height: 0;
    /*overflow: hidden;*/
}
.c_info .cmt em{
    background-position: -238px -46px;
    width: 15px;
    height: 16px;
    float: left;
    margin-right: 6px;
    _margin-right: 3px;
    top: 4px;
    font-size: 0;
    line-height: 0;
    /*overflow: hidden;*/
}
.news-more{
    border-bottom-width: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    clear: both;
    margin: 0px;;
}
.news-more a:hover {
    color: #ffffff;
    background-color: #00C3C5;
}
.news-more a {
    padding: 5px 22px;
    background: #eeeeee;
    display: block;
}
.main_right{
    width: 300px;
    float: left;
}


/*绀煎寘鐧惧垎姣旀牱寮�*/

.g_h_progress{
    overflow: hidden;
    clear: both;
    margin-top: 4px;
}
.progress_bg{
    width:150px;
    background-color: #ddd;
    border-radius: 3px;
    height: 6px;_height:1px;
    margin-top: 2px;
    float: left;

}
.progress_bar{
    background-color: #FF8500;
    height: 6px;_height:6px;
    overflow: hidden;
}
.progress_word{
    color: #FF8500;
    display: block;
    text-indent: 5px;
    line-height: 10px;
    height: 10px;
    overflow: hidden;
    font-size: 10px;
    float: left;
    clear: right;
}

/*椤堕儴缃戞父澶у浘鏍峰紡*/
.wytop{
    width: 100%;
    overflow: hidden;
    height: 346px;
    background-color: #000;
}
.wytop-bg{
    width: 100%;
    overflow: hidden;
    height:346px;
    /*display: block;*/
    /*_width:expression(this.width > 100 ? '100%': true);*/

}
.wytop-bg img{
    width: 100%;
}
.wytop-icon{
    width: 980px;
    margin: 0 auto;
    height: 0px;
    font-size: 0pt;
    position: relative;
}
.wytop-icon img{
    width: 144px;
    height: 144px;
    position: absolute;
    bottom: -30px;
    right: 58px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
    border-radius: 25px;
}

.wytop-title{
    width: 980px;
    margin: 0 auto;
    height: 0px;
    font-size: 0pt;
    position: relative;
}
.wytop-title h1{
    position: absolute;
    bottom: 95px;
    left: 0px;
    color: #fff;
    font-size: 35px;
}
/*娓告垙鎴浘鏍峰紡*/
.pic_list_box h2{
    height: 40px;
    border-bottom: 1px solid #ddd;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}
.pic_list_box h2 span{
    padding-right: 25px;
    border-bottom: 1px solid #FF3366;
    display: inline-block;
}
.pic_list{
    padding: 10px 0;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 0;
    z-index: 1;
    position: relative;
}

.pic_list ul{
    font-size: 0px;
}
.pic_list ul li{
    display: inline-block;
    _zoom:1;_display:inline;
    cursor: pointer;
    padding-right: 10px;
}
.pic_list ul li img{
    max-height:320px;
    max-width: 320px;
}
.pic_list ul li:last-child{
    padding-right: 0px;
}

/*缂栬緫鐐硅瘎*/
.block-title {
    font-size: 14px;
    color: #333;
    margin: 0 0 10px;
    display: block;
    padding-left: 7px;
    border-left: 3px solid #FF3366;
    font-weight: bold;
}
.editorComment .con {
    background: #f5f5f5;
    padding: 10px;
    line-height: 1.6;
    font-size: 13px;
}

/*鑷畾涔夎彍鍗�*/
.diymenu-box{
    margin-bottom: 15px;
}
.diymenu-title{
    font-size: 14px;
    color: #333;
    margin: 0 0 10px;
    display: block;
    border-left: 3px solid #FF3366;
    float: left;
    padding: 0 15px;
    font-weight: bold;

}
.diymenu-items{
    margin-left: 100px;
}

.diymenu-items a:hover{
    background: #FF3366;
    color: #ffffff;
    text-shadow:none;;
}
.diymenu-items a {
    position: relative;
    display: inline-block;
    background: #ebebeb;
    padding: .1em 1em;
    text-decoration: none;
    color: #999;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    margin: 0 17px 10px 0;
    font-size: 14px;
}


/*鐚滀綘鍠滄娓告垙鎺ㄨ崘*/
.lovewhxxzg-list{
    overflow: hidden;
    width: 660px;
}
.lovewhxxzg-list-box h2 {
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin-top: 10px;
    margin-bottom: 10px;
}
.lovewhxxzg-list-box h2 span.l-name {
    padding-right: 25px;
    border-bottom: 1px solid #FF3366;
    display: inline-block;
}

.ui-control-btn {
    float: right;
    margin: 5px 0 0 15px;
    font-size: 12px;
}
.ui-control-btn a {
    display: block;
    float: left;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    cursor: pointer;
}
.ui-control-btn .btn-next {
    background-position: -64px -80px;
}
.ui-control-btn .btn-prev {
    background-position: -46px -80px;
}
.ui-control-tip {
    float: right;
    line-height: 30px;
    color: #666;
    font-size: 12px;

}
.lovewhxxzg-list ul
{
    overflow: hidden;
    height: 116px;
}
.lovewhxxzg-list li {
    width: 95px;
    float: left;
    line-height: 25px;
    padding: 10px 15px 0 0;
    font-size: 14px;
    line-height: 25px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.lovewhxxzg-list li a {
    display: block;
    text-align: center;
    margin: 0 auto;
    color: #111;
    font-size: 14px;
}
.lovewhxxzg-list li a:hover{
    color: #f66;
}
.lovewhxxzg-list li img {
    width: 72px;
    height: 72px;
    display: block;
    margin: 0 auto;
}
.n-name {
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

/*-------------*/

.aside-box {
    border-left: 1px solid #dfdfdf;
    overflow: hidden;
 /*   -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;*/
    /*border-radius: 4px;*/
    /*background: #fafafa;*/
    margin-bottom: 15px;
    width: 298px;
}
#delstyle{
    padding-left: 15px;
    padding-right: 15px;
}
.aside-box_my{
    border: 1px solid #dfdfdf;
     border-radius: 4px;
    /*background: #fafafa;*/
    width: 658px;
    /*overflow: hidden;*/
    margin-bottom: 15px;
    /*background: #f8f8f8;*/
}
.aside-top {
    background: #fff;
    color: #333;
    border-bottom: 1px solid #e8e8e8;
    font-size: 17px;
    overflow: hidden;
}
.aside-top h2{
    height: 39px;
    line-height: 39px;
    font-size: 16px;
    float: left;
    color: #333;
    font-weight: bold;
}
.aside-top h2 em{
    background-image: url(../images/icon2.png);
    background-repeat: no-repeat;
    float: left;
    height: 39px;
    width: 40px;
}
.icon-whxxzg-info em{
    background-position: 7px -227px;
}
.icon-whxxzg-libao em{
    background-position: 7px -180px;
}
.icon-whxxzg-kf em{
    background-position: 7px -272px;
}
.icon-whxxzg-xg em{
    background-position: 7px -136px;
}
.icon-whxxzg-gz em{
    background-position: -35px -272px;
    overflow:hidden;
}
.aside-top h2.icon-whxxzg-rank{
    background-image: none;
    padding-left: 10px;
    color: #888;
    font-weight: normal;
    font-size: 15px;
}
.aside-top a.more {
    height: 39px;
    width: 40px;
    display: inline-block;
    background: url(../images/icon2.png) 0 -320px;
    float: right;
}
.aside-top a.more:hover{
    background-position: 0 -380px;
}
.aside-bd{
    clear: both;
    overflow: hidden;
}
.aside-whxxzg-info{
    margin: 0 13px;
    padding: 0;
    font-size: .8125em;
    color: #999;
    overflow: hidden;
    line-height: 28px;
    clear: both;

}
.f_1{
    width: 130px;
    display: inline-block;
    _zoom:1;_display:inline;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.f_name{
    float: left;
    color: #aaa;
    display:inline-block; _zoom:1;_display:inline;
}
.f_con{
    color: #666;
    margin-left: 40px;
    _margin-left:10px;
    _zoom:1;_display:inline;
}
.f_class a {
    position: relative;
    display: inline-block;
    background: #ebebeb;
    padding: .1em 1em;
    text-decoration: none;
    color: #999;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    margin: 0 18px 10px 0;
}
.f_class a:hover {
    color: #FF3366;
}
.f_class a::before {
    left: -.5em;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}
.f_class a::after {
    right: -.5em;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}
.f_class a::before,.f_class a::after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1em;
    background: #ebebeb;
    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    -o-transform: skew(-10deg);
}
.editor-star{
    margin: 3px 3px 0 0;
    width: 55px;
    display: inline-block;
    zoom: 1;
    height: 11px;
    background: url("") no-repeat;
    overflow: hidden;
}
.editor-star-text{
    font-size: 11px;
    color:#FF3366 ;
}
.allstar5{background-position:0 0}
.allstar4{background-position:0 -22px}
.allstar3{background-position:0 -44px}
.allstar2{background-position:0 -66px}
.allstar1{background-position:0 -88px}

/*鍙充晶绀煎寘鍒楄〃*/
ul.aside-whxxzg-libao{
    padding: 0 10px;
}
.aside-whxxzg-libao li:last-child:hover{
    border-bottom: 1px solid #ffffff;

}
.aside-whxxzg-libao li {
    position: relative;
    border-bottom: 1px solid #ffffff;

    padding: 11px 0 12px 0;
    _padding: 13px 0 8px 0;
    height: 46px;
}
.aside-whxxzg-libao li:hover{
    /*background-color: #f2f2f2;*/
    border-bottom: 1px solid #ddd;
}
.libao_icon {
    width: 36px;
    height: 36px;
    overflow: hidden;
    float: left;
    padding: 3px 0 0;
}
.libao_icon img {
    width: 36px;
    height: 36px;
}
.libao_con{
    float: left;
    padding-left: 10px;
    width: 230px;
}
a.libao_name{
    font-size: 14px;
    line-height: 25px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    word-break: break-all;
    text-overflow: ellipsis;
}
a.libao_name:hover{
    color: #f66;
}

.libao_btn {
    width: 55px;
    height: 22px;
    position: absolute;
    z-index: 5;
    top: 38px;
    right: 5px;
    border: 1px solid #e7e7e7;
    color: #d7d7d7;
    border-radius: 2px;
    transition: color 300ms,background-color 300ms;
    -moz-transition: color 300ms,background-color 300ms;
    -webkit-transition: color 300ms,background-color 300ms;
    -o-transition: color 300ms,background-color 300ms;
}
.libao_btn em{
    background: url() no-repeat;
    width: 14px;
    height: 16px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    overflow: hidden;
    float: left;
    background-position: -86px 0;
    margin: 5px 4px 0 4px;
}

.libao_btn a{
    color: #d7d7d7;
    line-height: 22px;
    padding-left: 2px;
    float: left;
}
.aside-whxxzg-libao li:hover .libao_btn a{
    color: #ffffff;
}
.aside-whxxzg-libao li:hover .libao_btn {
    border: 1px solid #ff7a0e;
    background-color: #ff7a0e;
    border-radius: 2px;
    color: #fffff3;
}
.aside-whxxzg-libao li:hover .libao_btn em {
    background-position: -86px -17px;
}

/*娓告垙寮€鏈嶈〃淇℃伅*/
.aside-whxxzg-kf{
    padding-bottom: 40px;
}
.aside-whxxzg-kf li{
    height: 38px;

    padding: 18px 0 2px 28px;
    _padding: 15px 0 0px 28px;
    position: relative;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}
.aside-whxxzg-kf li .day1{
    color: #ddd;
}
.kf_icon {
    width: 15px;
    height: 11px;
    display: block;
    background: url(../images/icon2.png) no-repeat 1px -553px;
    position: absolute;
    top: 22px;
    left: 5px;
    z-index: 4;
    overflow: hidden;
}

.kf_line {
    width: 1px;
    height: 52px;
    background: #fca763;
    display: block;
    position: absolute;
    left: 10px;
    top: 30px;
    z-index: 3;
}

.kf_time {
    color: #fca763;
    font-family: "Tahoma","SimSun";
    float: left;
    padding-right: 3px;
    font-size: 12px;
}
.kf_time i{
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
}
.kf_whxxzg_icon {
    width: 36px;
    height: 36px;
    overflow: hidden;
    float: left;
}
.kf_whxxzg_icon img {
    width: 36px;
    height: 36px;
}



.aside-whxxzg-kf li:hover .kf_icon{
    background-position: 1px -538px;

}
.aside-whxxzg-kf li:hover .kf_btn a{
    background-position: 6px -307px;
    background-color: #50c0ff;
    color: #fff;
}
.kf_btn .kf_btn_ykf{
    position: absolute;
    z-index: 5;
    top: 20px;
    right: 5px;
    overflow: hidden;
    border: 1px solid #e7e7e7;
    color: #d7d7d7;
    display: inline-block;
    width: 58px;
    height: 23px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
}

.kf_btn a:hover {
    background-position: 6px -307px;
    background-color: #50c0ff;
    color: #fff;
}
.kf_btn a {
    position: absolute;
    z-index: 5;
    top: 20px;
    right: 5px;
    overflow: hidden;
    border: 1px solid #e7e7e7;
    color: #d7d7d7;
    display: inline-block;
    width: 58px;
    height: 23px;
    line-height: 24px;
    text-indent: 22px;
    font-size: 12px;
    text-decoration: none;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: url() no-repeat 6px -277px;
    _background: url() no-repeat 6px -277px;
    transition: color 300ms,background-color 300ms;
    -moz-transition: color 300ms,background-color 300ms;
    -webkit-transition: color 300ms,background-color 300ms;
    -o-transition: color 300ms,background-color 300ms;

}
.kf_con {
    height: 32px;
    float: left;
    padding-left: 6px;
}
.kf_con a{
    color: #999;
    font-size: 12px;

}
.kf_con a:hover{
    color: #F66;

}
.kf_con a .name{
    font-weight: bold;
    font-size: 14px;
    color: #333333;

}

/*娓告垙鎺掕鍒楄〃*/
.icon-whxxzg-rank a{
    color: #333;
    font-size: 15px;

}
.icon-whxxzg-rank a.current{
    color: #F66;

}
.icon-whxxzg-rank a:hover{
    color: #fff;
    font-size: 15px;
    background-color: #F66;
}
.slide-rank{
    width: 596px;
    width: 596px;
    -webkit-transition: -webkit-transform 500ms;
    transition: -webkit-transform 500ms;
    overflow: hidden;
}
.aside-whxxzg-rank{
    padding: 5px 10px;
    overflow: hidden;
    float: left;
    width: 278px;
}
.aside-whxxzg-rank li {
    overflow: hidden;
    margin: 5px 0px;
    border-bottom: 1px dotted #DDD;
    clear: both;
    padding: 5px 0px;
    height: 86px;
}
.aside-whxxzg-rank li:last-child{
    /*border-bottom:none;*/
}
.rankimg {
    width: 100px;
    height: 75px;
}
.fn-left {
    float: left;
}
.rankimg img {
    border: none;
    width: 100px;
    height: 75px;
}
.rankinfo {
    padding-left:8px;
    float: left;
    width: 169px;
}
.rankwhxxzgtitle {
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}
.rankwhxxzgtitle a{
    font-size: 14px;
    color: #111;
}

.rankwhxxzgtitle a:hover{
    font-size: 14px;
    color: #f66;
}
.rankwhxxzgtitle em {
    width: 15px;
    height: 15px;
    background-color: #CCC;
    color: #fff;
    font-size: 9px;
    line-height: 15px;
    text-align: center;
    display: inline-block;
    margin: 2px 5px;
}
.rankwhxxzgtag {
    line-height: 25px;
    height: 45px;
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
}
.rankwhxxzgtag span {
    margin-left: 5px;
    color: #999;
    font-size: 12px;
}
/*鐢ㄦ埛璇勮begin*/
.pl_list_box{
    width: 660px;
}
.pl_box_list{
    width: 660px;
    overflow: hidden;
}
.pl_box_form{
    margin: 0 auto;

}

.ui-form-field{
    border: 1px solid #ccc;
    padding: 10px;
    margin: 0px;
    width: 638px;
}
.pl_box2_2_1{
    overflow: hidden;

}
.pl_box2_2_2{
    border: none;
    font-size: 12px;
    margin-top: 10px;
    padding: 0px;
}
.ui-input{
    border: none;
    outline: none;
    width: 620px;
    font-size: 14px;
    border-style: none;
    margin: 0px;
    padding: 0px;
    background: transparent;
    overflow-x: hidden;
    overflow-y: hidden;
    height: 100%;
    outline: none;
}

.pl_btn_submit{
    float: right;
    position: relative;
}
.pl_btn_submit span{
    color: #999;
}
.pl_btn_submit a{
    display: inline-block;
    color: #ffffff;
    background-color: #00C3C5;
    font-size: 14px;
    text-align: center;
    padding: 3px 15px;
}
.pl_btn_submit a:hover{
    opacity: 0.8;
}
.pl_btn_star{
    float: left;
    width: 180px;
}
.pl_btn_star span{
    height: 28px;
    line-height: 28px;
    float: left;
}
.star-rating{
    display: inline-block;
    width: 100px;
    height: 20px;
    position: relative;
    float: left;
    margin-top: 3px;
}

.star-rating a{
    text-indent: 1000px;
    height: 20px;
    width: 20px;
    overflow: hidden;
    display: inline-block;
    background: url(../images/icon2.png) -46px -5px repeat-x;
    float: left;
    z-index: 11;

}
.star-rating a:hover{background: url(../images/icon2.png) -46px -24px repeat-x;}
.star-rating a.selected{background:url(../images/icon2.png) -46px -44px repeat-x;}
.ds-add-emote{
    margin-bottom: 10px;
}
#pl_pfword{
    margin-left: 10px;
}
.oldpf{
    height: 20px;
    width: 20px;
    overflow: hidden;
    display: inline-block;
    background: url(../images/icon2.png) -46px -24px repeat-x;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
}
a.pl_btn_emote{
    margin-top: 6px;
    cursor: pointer;
    width: 17px;
    height: 17px;
    display: inline-block;
    background: url() -196px -156px no-repeat;
}
a.pl_btn_emote:hover{background-position: -196px -174px;}
.ds-add-emote{
    float: left;
    position: relative;
    margin-right: 10px;
    z-index: 9999;
}
.ds-emote{
    position: absolute;
    top: 28px;
    left: 0px;
    width: 300px;
    border: 1px solid #ddd;
    background: #fff;
    padding: 5px;
    display: none;
}
.ds-emote li{
    float: left;
    margin-left: 3px;
    cursor: pointer;
}
p.pl_box_list_empty{
    text-align: center;
    font-size: 14px;
    line-height: 40px;
}
.p-item{
    width: 660px;
    border-bottom: 1px solid #E1E4E6;
    background: #fafbfc;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.p-author{
    width: 110px;
    text-align: center;
    padding: 5px 0;
    float: left;
    font-size: 14px;

}
.p-a-icon img{
    background: none repeat scroll 0 0 #FFF;
    height: 60px;
    width: 60px;
    border-radius: 50%;
}
.p-a-name{
    color:#777;
    font-size: 12px;
    line-height: 30px;

}
.p-post-content{
    float: left;
    width: 530px;
    padding: 0 0 7px 20px;
    background: #FFF;
    color: #333;
    font-size: 14px;
    line-height: 20px;
}
/*鏄熺骇鏍峰紡*/
.p-star{
    padding: 24px 20px 0 0;
    line-height: 28px;
    font-size: 12px;
    color: #999;
    overflow: hidden;
}
.p-star-item{

    background-image: url();
    background-position:-648px -160px;
    width: 100px;
    height: 20px;
    position: relative;
    font-size: 7pt;
    float: right;

}
.p-star-item em{
    background-image: url();
    background-position:-648px -200px;
    width: 60px;
    height: 20px;
    font-size: 7pt;
    display: block;
}
.p-star-item em.star3{
    width: 60px;
}
.p-content{
    padding: 14px 20px 0 0;
    min-height: 47px;

}
.p-upfile img{
    max-width: 100px;
    max-height: 100px;
    cursor: pointer;
}
.p-reply-upfile img{
    max-width: 100px;
    max-height: 100px;
    cursor: pointer;
}
.p-reply-upfile a,.p-upfile a{
    color: #999;
}
.p-reply{
    margin-right:13px;
}
.p-reply-list{
    background: #f7f8fa;
    padding: 4px 15px 14px;
    border: 1px solid #f0f1f2;
    display: none;
}
.p-reply-ul li{
    margin-top: 6px;
    padding-top: 10px;
    border-top: 1px #d7d7d7 dotted;
    position: relative;
}
.p-reply-ul li:first-child{
    border-top:none;
}
.p-reply-name{
    color: #00C3C5;
    font-size: 12px;
}
.p-reply-content{
    word-wrap: break-word;
    word-break: break-all;
}

.p-reply-btns{
    position: relative;
    line-height: 28px;
    height: 28px;
    margin-top: 10px;
    font-size: 12px;
}
.d-rep{
    outline: 0;
    float: right;
    margin-left: 6px;
    color: #00C3C5;

}
.d-rep a{
    color: #00C3C5;

}
.d-rep .d-rep-fold{
    background: #f7f8fa;
    border: 1px solid #f0f1f2;
    border-bottom: 0;
    text-align: center;
    width: 80px;
    color: #00C3C5;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
    display: none;
}
.d-tall{
    float: right;
}
.d-tall span{
    color:#999;
    margin-left: 6px;
    display: inline;
}
.lzl-reply{
    text-align:right;
    color:#999;
    font-size: 12px;

}
a.lzl-reply-btn{
    padding-left: 5px;
    color: #666;
    font-size: 12px;
    cursor: pointer;

}
.d-mtall{
    float: right;
    font-size: 12px;
    color:#999;
    margin-right: 5px;

}
.p_tail_wap{
    color: #00C3C5;
}
.fav{
    padding: 0 13px;
    height: 18px;
    line-height: 18px;
    border: 1px solid #ddd;
    border-radius: 9px;
    color: #999;
    float: left;
    cursor: pointer;
    margin-right: 10px;
    position: relative;
    margin-top: 5px;
}
.fav b{
    background-image: url(../images/icon2.png);
    _background-image: url(../images/icon2.png);
    background-repeat: no-repeat;
    background-position: 0px -432px;
    width: 13px;
    height: 12px;
    display: inline-block;
    margin-right: 5px;
}
.d-star{
    font-size: 12;
    color: #999;
    position: relative;
    margin-right: 5px;
}
.comment-star{
    position: relative;
    top: 8px;
    margin-right: 5px;
}
.comment-star,.comment-star b{
    background-image: url();
    _background-image: url();
    background-repeat: no-repeat;
    background-position: -705px -59px;
    height: 11px;
    width: 60px;
    overflow: hidden;
    float: left;
    _display: inline;
}
.comment-star b{
    background-position:-705px -71px;
}
.edui{
    padding-top: 13px;
}
.edui-text{
    border:2px solid #d6dffa;
    height: 30px;
    width: 458px;
    padding: 10px;
    font-size: 14px;
}
.edui-btn{
    overflow: hidden;
    margin-top: 10px;
}
.edui-btn-sub{
    border-radius: 5px;
    border: 1px solid #00C3C5;
    background-color: #00C3C5;
    text-align: center;
    color: #fff;
    cursor: pointer;
    padding: 3px 20px;
    line-height: 20px;
    float: right;
    font-size: 12px;

}
.p-reply-page{
    overflow: hidden;
}

.btn-lzl-p{
    float: right;
    width: 95px;
    cursor: pointer;
}
.btn-lzl-p span{
    background: url() no-repeat -510px -7px;
    display: block;
    padding-left: 20px;
    width: 75px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
}

/*璇勮鍒嗛〉*/
.comments-pages{
    margin: 20px 0px;
    height: 30px;
    text-align: right;
}
.comments-pages a,.comments-pages span{
    height: 25px;
    line-height: 25px;
    background-color: #fff;
    color: #777;
    padding: 0px 10px;
    border: 1px solid transparent;
    margin: 0px 3px;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    border-radius: 3px;
}
.comments-pages a:hover{
    /*background-color: #00C3C5;*/
    background-color: rgba(0,0,0,0.03);


}
.comments-pages a.current{
    /*color: #fff;*/
    /*background-color: #00C3C5;*/
    background-color: rgba(0,0,0,0.05);
    border: 1px solid #ccc;
}
.pl-title{
    font-size: 14px;
    color: #333;
    margin: 10px 0 10px;
    display: block;
    padding-left: 7px;
    border-left: 3px solid #FF3366;
    font-weight: bold;
}
/*鐢ㄦ埛璇勮end*/
/*鏂伴椈鍒楄〃鐨勬牱寮廱egin*/
.wz{ height:32px; line-height:32px; font-size:24px; color:#686868; width:980px; margin:10px auto 13px auto; padding-top:20px;}
.wztext{ color:#ff3366;}
.right_about_title{ height:44px; font-size:18px; font-family:"microsoft Yahei"; padding-left:8px; color:#dbdbdb; background:#333; line-height:44px;}
.right_about_box{ border:#333 solid 4px; border-top:none; margin-bottom:15px;}
.right_about_cont{ position:relative;overflow:hidden;height:130px; padding:13px; line-height:170%; font-size:14px; font-family:"microsoft Yahei"; color:#8d8d8d;}

a.more{ color:#ff3366; text-decoration:none;}
a.more:visited{ color:#ff3366; text-decoration:none;}
a.more:hover{ color:#f60; text-decoration:underline;}
a.more:active{ color:#ff3366; text-decoration:none;}
.down_a{ padding-top: 10px;}
.topline{ display:block; width:5px; height:24px; background:#ff3366; float:left;}
.top_h1{ height:24px; line-height:24px; padding-left:16px;}

.down_a a{ display:block; height:48px; line-height:48px; width:270px; margin:0 auto 8px auto; color:#fff; font-size:24px;font-family:"microsoft Yahei";-moz-border-radius: 6px;-webkit-border-radius: 6px;border-radius:6px;}
/*瀹夊崜涓嬭浇鎸夐挳begin*/
.andorid_a{ background:#7eb900;}
.andorid_a:hover{ background:#88c800; }
.andorid_b{ background:#B8B8B8;}
.andorid_b:hover{ background:#B8B8B8; }
.android_icon{ display:block; height:48px; width:52px; float:left; margin:0; background-color:#659201;-moz-border-radius-topleft:6px;-moz-border-radius-bottomleft:6px;-webkit-border-top-left-radius:6px;-webkit-border-bottom-left-radius: 6px;border-top-left-radius:6px;border-bottom-left-radius:6px; background-image:url(../images/icon2.png);_background-image:url(../images/icon2.gif); background-repeat:no-repeat; background-position:13px 6px;}
.android_iconb{ display:block; height:48px; width:52px; float:left; margin:0; background-color:#606060;-moz-border-radius-topleft:6px;-moz-border-radius-bottomleft:6px;-webkit-border-top-left-radius:6px;-webkit-border-bottom-left-radius: 6px;border-top-left-radius:6px;border-bottom-left-radius:6px; background-image:url(../images/icon2.png);_background-image:url(../images/icon2.gif); background-repeat:no-repeat; background-position:13px 6px;}

.android_down{ padding-left:30px;}
/*瀹夊崜涓嬭浇鎸夐挳end*/
/*鑻规灉涓嬭浇鎸夐挳begin*/
.ip_a{ background:#3aa5cf;}
.ip_a:hover{ background:#49a8cc; }
.ip_b{ background-color:#B8B8B8;}
.ip_b:hover{ background-color:#B8B8B8; }
.ip_icon{ display:block; height:48px; width:52px; float:left; margin:0; background-color:#2898c6;-moz-border-radius-topleft:6px;-moz-border-radius-bottomleft:6px;-webkit-border-top-left-radius:6px;-webkit-border-bottom-left-radius: 6px;border-top-left-radius:6px;border-bottom-left-radius:6px; background-image:url(../images/icon2.png);_background-image:url(../images/icon2.gif); background-repeat:no-repeat; background-position:13px -38px;}
.ip_down{ padding-left:30px;}
/*鑻规灉涓嬭浇鎸夐挳end*/
/*涓€閿畨瑁呮寜閽産egin*/
.yj_a{ background:#fb9400; }
.yj_a:hover{ background:#ffa728;}
.yj_icon{ display:block; height:48px; width:52px; float:left; margin:0; background-color:#e48600;-moz-border-radius-topleft:6px;-moz-border-radius-bottomleft:6px;-webkit-border-top-left-radius:6px;-webkit-border-bottom-left-radius: 6px;border-top-left-radius:6px;border-bottom-left-radius:6px; background-image:url(../images/icon2.png);_background-image:url(../images/icon2.gif); background-repeat:no-repeat; background-position:13px -84px;}
.yj_down{ padding-left:30px;}
/*涓€閿畨瑁呮寜閽甧nd*/
/*鍒嗛〉begin*/
.new_page{ margin:30px 0 15px 0; text-align:center; height:45px;_padding-top:10px;clear: both;}
*+html .new_page{ height:45px;  line-height:45px;}
.page_tj{padding:6px 10px; border:#d9d9d9 solid 1px; color:#b3b2b2; font-size:14px; margin:0 2px;}
.new_page a{ padding:6px 10px; border:#d9d9d9 solid 1px; color:#b3b2b2; font-size:14px; margin:0 2px;}
.new_page a:visited{padding:6px 10px; border:#d9d9d9 solid 1px; color:#b3b2b2; font-size:14px; margin:0 2px;}
.new_page a:hover{ padding:6px 10px; border:#333333 solid 1px; background:#333; color:#fff; font-size:14px; margin:0 2px;}
.new_page a:active{ padding:6px 10px; border:#d9d9d9 solid 1px; color:#b3b2b2; font-size:14px; margin:0 2px;}
.new_page b{padding:6px 10px; border:#333333 solid 1px; background:#333; color:#fff; font-size:14px; margin:0 2px;}
a.onpage{padding:6px 10px; border:#333333 solid 1px; background:#333; color:#fff; font-size:14px; margin:0 2px;}
a.onpage:visited{padding:6px 10px; border:#333333 solid 1px; background:#333; color:#fff; font-size:14px; margin:0 2px;}
a.onpage:hover{padding:6px 10px; border:#333333 solid 1px; background:#333; color:#fff; font-size:14px; margin:0 2px;}
a.onpage:active{padding:6px 10px; border:#333333 solid 1px; background:#333; color:#fff; font-size:14px; margin:0 2px;}
/*鍒嗛〉end*/
/*鏂伴椈鍒楄〃鐨勬牱寮廵nd*/



/*缃戞父寮€鏈嶈〃begin*/
.wy_kf_list{ position:relative;}
.wy_kf_list ul{ margin:0; padding:0; list-style-type:none;}
.wy_kf_list ul li{ margin:0 0 15px 0; padding:0; height:76px; display:block; padding-bottom:12px; border-bottom:#ececec solid 1px;}
.wy_kf_list_header{ width:76px; height:76px; float:left; margin:0 0 0 0;}
.wy_kf_list_qq{ width:90px; float:right; margin:21px 0 0 0; height:34px;}
.wy_kf_list_qq a{ display:block; height:34px; font-size:12px; color:#fff;background:url(../images/icon2.png) no-repeat -42px -212px;_background:url(../images/icon2.gif) no-repeat -42px -212px; line-height:34px; padding-left:30px; background-color:#ff3366;}
.wy_kf_list_qq a:visited{ display:block; height:34px; font-size:12px; color:#fff;background:url(../images/icon2.png) no-repeat -42px -212px;_background:url(../images/icon2.gif) no-repeat -42px -212px; line-height:34px; padding-left:30px; background-color:#ff3366;}
.wy_kf_list_qq a:hover{ display:block; height:34px; font-size:12px; color:#fff;background:url(../images/icon2.png) no-repeat -42px -212px;_background:url(../images/icon2.gif) no-repeat -42px -212px; line-height:34px; padding-left:30px; background-color:#ff698f;}
.wy_kf_list_qq2{ width:90px; float:right; margin:21px 0 0 0; height:34px;}
.wy_kf_list_qq2 a{ display:block; height:34px; font-size:12px; color:#fff;background:url(../images/icon2.png) no-repeat -42px -212px;_background:url(../images/icon2.gif) no-repeat -42px -212px; line-height:34px; padding-left:30px; background-color:#fb9400;}
.wy_kf_list_qq2 a:visited{ display:block; height:34px; font-size:12px; color:#fff;background:url(../images/icon2.png) no-repeat -42px -212px;_background:url(../images/icon2.gif) no-repeat -42px -212px; line-height:34px; padding-left:30px; background-color:#fb9400;}
.wy_kf_list_qq2 a:hover{ display:block; height:34px; font-size:12px; color:#fff;background:url(../images/icon2.png) no-repeat -42px -212px;_background:url(../images/icon2.gif) no-repeat -42px -212px; line-height:34px; padding-left:30px; background-color:#ffa92d;}
.wy_kf_list_qq3{ width:90px; float:right; margin:21px 0 0 0; line-height:34px; text-align:center; font-size:12px; background:#e9e9e9; color:#686868; height:34px;}
.wy_kf_list_cont{ margin:0 105px 0 95px;}
.wy_kf_list_cont1{ height:38px; padding-top:5px; }
.wy_kf_list_cont2{ height:32px; line-height:32px; font-size:14px; color:#a1a1a1;}
.wy_kf_list_black{ color:#606060;}
.wy_kf_list_title{ font-size:18px;}
.wy_kf_list_date{margin-left:10px; background:#ff3366; color:#fff; padding:0 10px; font-size:14px;-moz-border-radius: 10px;-webkit-border-radius: 10px;border-radius:10px;}
.wy_kf_list_date2{margin-left:10px; background:#fb9400; color:#fff; padding:0 10px; font-size:14px;-moz-border-radius: 10px;-webkit-border-radius: 10px;border-radius:10px;}
.wy_kf_list_date3{margin-left:10px; background:#909090; color:#fff; padding:0 10px; font-size:14px;-moz-border-radius: 10px;-webkit-border-radius: 10px;border-radius:10px;}
.wy_kf_list_time{ color:#9b9b9b; margin-left:10px;}
.wy_kf_list_android,.pt_android{ display:inline-block;background:url(../images/icon2.png) no-repeat -50px -190px;_background:url(../images/icon2.gif) no-repeat -50px -190px; width:14px; height:12px; margin-left:10px;}
.wy_kf_jr{ width:30px; height:71px; position:absolute; z-index:100; left:-34px; top:0;background:url(../images/icon2.png) no-repeat -90px -319px;_background:url(../images/icon2.gif) no-repeat -90px -319px;}
.wy_kf_jj{ width:30px; height:71px; position:absolute; z-index:100; left:-34px; top:0;background:url(../images/icon2.png) no-repeat -90px -404px;_background:url(../images/icon2.gif) no-repeat -90px -404px;}
.wy_kf_ykf{ width:30px; height:71px; position:absolute; z-index:100; left:-34px; top:0;background:url(../images/icon2.png) no-repeat -90px -490px;_background:url(../images/icon2.gif) no-repeat -90px -490px;}
/*缃戞父寮€鏈嶈〃end*/


/*缃戞父绀煎寘begin*/
.wy_lb_list{}
.wy_lb_list ul{ margin:0; padding:0; list-style-type:none;}
.wy_lb_list ul li{ margin:0 0 40px 0; padding:0; display:block;}
.wy_lb_list_header{ float:left; margin:0; height:80px; width:80px;}
.wy_lb_list_lq{ float:right; margin:0; width:112px; height:80px;}
.wy_lb_list_lq a{ display:block; width:63px; height:80px; text-decoration:none; font-family:"microsoft Yahei"; color:#fff; font-size:24px;  line-height:80px; padding-left:47px; background:#ff3366 url(../images/icon2.png) no-repeat -147px -289px;_background:#ff3366 url(../images/icon2.gif) no-repeat -147px -289px;}
.wy_lb_list_lq a:visited{   background-color:#ff3366;}
.wy_lb_list_lq a:hover{
    background-color:#ff688e;
}
.wy_lb_list_centerbox{ margin:0 126px 0 100px;_margin-top:-27px;  height:80px; overflow:hidden;}
*+html .wy_lb_list_centerbox{ margin-top:-27px;}
.wy_lb_list_conttop{ height:20px; background:url(../images/lb_conttop.jpg) no-repeat left bottom; margin-top:10px;}
.wy_lb_list_title{ line-height:28px; overflow:hidden;}
.wy_lb_list_title a{font-family:"microsoft Yahei"; font-size:24px; color:#000;}
.wy_lb_list_title a:visited{font-family:"microsoft Yahei"; font-size:24px; color:#000;}
.wy_lb_list_title a:hover{font-family:"microsoft Yahei"; font-size:24px; color:#fff;background-color:#ffa728;}
.wb_lb_list_jd1{ height:8px; overflow:hidden; background:#cfcfcf; width:360px;-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius:4px;}
.wy_lb_list_jdbox{ }
.wb_lb_list_jd2{ height:8px; background:#fe9900; -moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius:4px;}
.wb_lb_list_jd1{ float:left; margin:15px 0 0 0;}
.wb_lb_list_jdtext{ float:left; margin:5px 0 0 8px; font-weight:bold; color:#000;}
.wy_lb_list_time{ height:16px; line-height:16px; font-size:14px; color:#7e7e7e; padding-top:0px;}
.wy_lb_list_cont{ background:#efefef;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px; padding:5px 8px 10px 8px; line-height:150%; font-size:14px; color:#383838; }
.wy_lb_list_gz{ font-size:14px; line-height:170%; padding:7px 10px; color:#999999;}
/*缃戞父绀煎寘end*/


/*娓告垙鏂囩珷鏍峰紡---beging*/

.pageLink {
    text-align: center;
    margin: 20px 0px;
}
.pageLink span, .pageLink b, .pageLink a {
    font-size: 14px;
    vertical-align: middle;
    margin-right: 3px;
    padding: 1px 8px;
    background: white;
    border: 1px solid #E5E5E5;
    display: inline-block;
    color: #444;
}
.pageLink a:hover {
    color: white;
    background: #333;
    border: 1px solid #222;
    text-decoration:none;
}
.pageLink b {
    font-weight: bold;
    color: white;
    background: #333;
    border: 1px solid #222;
}
.pageLink a:hover b{color: white;}
.pageLink a b {
    background-color: transparent;
    border: none;
    color: #444;
}
.pageNav {
    border: 1px solid #e8e8e8;
    margin-bottom: 10px;
    overflow: hidden;
}
.pageNav h3 {
    border-bottom: 1px solid #e8e8e8;
    height: 28px;
    line-height: 28px;
    text-indent: 1em;
    font-weight: bold;
    background:#f4f4f4;
    font-size: 14px;
}
.pageNav ul {
    margin: 5px;
    overflow: auto;
}
.pageNav ul li {
    width: 305px;
    height: 18px;
    line-height: 18px;
    margin: 4px 0;
    overflow: hidden;
    float: left;
    text-indent: 1.5em;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.pageNav ul li a{color: #444;text-decoration: none;}
.pageNav ul li a:hover{color: #f66;text-decoration: none;}
/*鐑棬鏂囩珷鎺掕*/
.hdm{ margin-top:10px; width:300px;margin-bottom: 10px;}
.hdm1{ height:35px; line-height:35px; background-color:#F8F8F8;}
.hdm1-1{ float:left; width:138px; border:1px solid #ddd; text-indent:20px;font-size: 14px;}
.hdm1 h3 {
    height: 35px;
    width: 160px;
    float: right;
    display: inline;
}
.hdm1 h3 a {
    width: 79px;
    height: 35px;
    line-height: 35px;
    display: block;
    float: left;
    color: #434242!important;
    text-align: center;
    font-weight: normal;
    text-decoration: none;
    font-size: 14px;
    display: inline;
    border:1px solid #ddd;
    border-left:none;
}
.hdm1 h3 a.current{color: #0082cb!important;
    font-weight: bold;
    font-size: 14px;
    background-color:#fff;
    border-bottom:none;

}
.hdm2{border:1px solid #ddd; border-top:none; width:298px;padding-top:10px; padding-bottom:10px;}
.side_list {
    background: url(/skin/77l/images/icon_remix.png) no-repeat; margin-left:10px;
}
.side_list li {
    height: 24px;
    line-height: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-left: 20px;
}
.side_list li a {
    color: #333333;
    text-decoration: none;
}
.side_list li a:hover {
    color: #cb0003;
    text-decoration: underline;
}


/*鏂伴椈椤佃皟鐢ㄦ父鎴忓唴瀹�*/
.newswhxxzg{ width:580px; margin:3px auto; border:solid 1px #CCC;font: normal 12px/1.5 Tahoma, Verdana, Geneva, sans-serif; text-indent:0em;}
.newswhxxzg a{color: #222;}
.newswhxxzg a:hover{color: #f66;}
.newswhxxzg-l{ width:180px; float:left;}
.newswhxxzg-l-img{height: 72px;margin-bottom: 10px;overflow: hidden;text-align: center;margin-top: 10px;}
.newswhxxzg-l-img img{ border: none;}
.newswhxxzg-l-star{width: 120px;height: 24px; margin:3px auto;overflow: hidden;background: url(/skin/77l/images/bigstar.png) 0 0 repeat-x;}
.newswhxxzg-l-star div{height: 24px;overflow: hidden;background: url(/skin/77l/images/bigstar.png) 0 -24px repeat-x;}
.newswhxxzg-r{ width:380px; float:left; padding-left:20px;}
.newswhxxzg-r  h1{ margin-top:10px; margin-bottom:10px;font: bold 14px "\5FAE\8F6F\96C5\9ED1";color: #222; }
.newswhxxzg-r  h1 .ver{color:#939393; font-size:16px; margin-left:10px;}
.newswhxxzg-r ul{}
.newswhxxzg-r li{ height:23px; line-height:23px; margin-right:10px; float:left; margin-bottom:2px; color:#6A6A6A;overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; width:180px;}
.newswhxxzg-r-soft{ height:30px; width:400px;clear: both;color:#6A6A6A;}
.newswhxxzg-r-soft a{ color:#F00; font-weight:bold; }
.newswhxxzg-r-soft a:hover{text-decoration:underline;}
#big-pf2{float: left;font-weight: bold;}
#big-pf2 .total2 {font-size: 2.0em;padding: 1px 0;float: left;display: inline;color: #F07200;line-height: 1em;}
#big-pf2 .total22 {color: #F07200;font-size: 1.3em;float: left;display: inline;line-height: 1em;}

#big-pf{float: left;font-weight: bold;}
#big-pfwords{ clear:both; line-height:25px; height:25px; margin:0 auto;text-align: center; overflow:hidden;}
#big-pf .total {font-size: 2.0em;padding: 1px 0;float: left;display: inline;color: #F07200;line-height: 1em;}
#big-pf .total2 {color: #F07200;font-size: 1.3em;float: left;display: inline;line-height: 1em;}
.bigstar {margin-left:5px;}
.bigstar-rating{float: left;height: 24px;overflow: hidden;}
.bigstar-rating li {cursor: pointer;float: left;overflow: hidden;width: 24px;height: 24px;text-indent: -99px;background: url(/skin/77l/images/bigstar.png) 0 0px no-repeat;}
.bigstar-rating li.hover,.bigstar-rating li.active {background: url(/skin/77l/images/bigstar.png) 0 -24px no-repeat;}
#ratewords{display:none;font: bold 14px "'microsoft yahei',Tahoma, Helvetica, Arial, sans-serif";padding: 1px 0;float: left;margin-left: 5px;color: #F07200;line-height: 24px;}
.bigstar{margin-left:10px;  line-height:25px;}
.bigstar-bg {width: 120px;height: 24px;float: left;overflow: hidden;background: url(/skin/77l/images/bigstar.png) 0 0 repeat-x;}
.bigstar-num {height: 24px;overflow: hidden;background: url(/skin/77l/images/bigstar.png) 0 -24px repeat-x;}

/*娓告垙鏂囩珷鏍峰紡---end*/



/*娓告垙鏂囩珷璧勮鏍峰紡----beging*/
.wz-2{

    border-left: 3px solid #ff3366;
    width: 977px;
    margin: 20px auto 0px auto;
    font-size: 13px;
    text-indent: 5px
}
.wz-2 em{
    font-style: normal;
    color: #a8a8a8;

}
.wz-2 a{
    color: #6c6c6c;
}
.wz-2 a:hover{
    color: #f66;
}
.biaoti{
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
}
.news_xx{
    text-align: center;
    border-bottom: #dbdbdb dotted 1px;
    padding-bottom: 10px;
    font-size: 12px;
}
.news_xx em{
    color: #aaaaaa;
    font-style: normal;
}
.news_xx a{
    color: #00c4c4;
}
.news_xx a:visited{
}
.news_xx a:hover{
    color: #f66;
}
.shownews{
    padding: 10px 0px;
    line-height: 200%;
    color: #4c4c4c;
}
.shownews table p{
    text-indent: 0em;
}
.shownews p{
    text-indent: 2em;
    padding:0 0 1em;
}
.shownews a{
    font-size: 16px;
    color: #f66;
}
.shownews a:hover{
    font-size: 16px;
    color: #f66;
    text-decoration: underline;
}
.shownews img{
    max-width: 660px;
}
.app{
    margin: 15px 0;
}
.tags{
    margin: 10px 0;

}
.tags .zqli{
    padding: 6px 14px;
    line-height: 32px;
    background: #f66;
    color: #fff;
    font-size: 14px;
}
.tags a{
    padding: 0px 14px;
    line-height: 32px;
    background: #b5b5b5;
    display: inline-block;
    margin-top: 5px;
    height: 32px;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
}
.tags a:hover{
    background: #f66;
    color: #fff;
}
.down_box{
    background: #f9f9f9;
    border: #e6e6e6 solid 1px;
    padding-bottom: 14px;
}
.whxxzg{
    height: 72px;
    margin: 12px 12px 0 12px;
}
.whxxzg_left{
    width: 72px;
    height: 72px;
    float: left;
}
.whxxzg_right{
    width: 187px;
    float: right;
    margin: 0 0 0 0;
}
.whxxzg_title{
    height: 25px;
    line-height: 25px;
}
.whxxzg_title a{
    color: #000;
    font-size: 16px;
}
.whxxzg_title a:hover{
    color:#f66;
}
.xing1{ margin-left:5px;display:inline-block;aheight: 12px;background: url("../images/sy_icon.png") no-repeat 0 -116px;_background: url("../images/sy_icon.png") no-repeat 0 -116px;width: 68px;}
.xing2{height: 12px;background: url("../images/sy_icon.png") no-repeat 0 -89px;_background: url("../images/sy_icon.png") no-repeat 0 -89px;width: 80%;}
.whxxzg_class{
    font-size: 12px;
    margin-top: 4px;
    color: #b8b8b8;
}
.whxxzg_class em{
    color: #f66;
    font-style: normal;
}
.whxxzg_url{
    font-size: 12px;
    margin-top: 4px;
    color: #b8b8b8;
}

.right_title{
    height: 36px;
    border: #eeeeee solid 1px;
    background: #f9f9f9;
    line-height: 36px;
    font-size: 18px;
    color: #616161;
    padding-left: 5px;
    margin-top: 14px;
}
.right_hot_news{
    border: #eeeeee solid 1px;
    border-top: none;
    padding-top: 12px;
    padding-bottom: 6px;
    margin-bottom: 15px;
}
.first_box{
    height: 72px;
    margin:0 8px 5px 8px;
}
.right_hot_news li{
    margin: 0 8px 8px 8px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}
.right_hot_news li a{
    font-size: 14px;
    color: #666;
}
.right_hot_news li a:hover{
    color: #f66;
}
.first_pic{
    float: left;
    margin:0 0 0 0;
}
.first_xx{
    width: 162px;
    float: right;
    margin:0 0 0 0;
}
.first_title{
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    white-space: nowrap;
}
.first_cont{
    font-size: 12px;
    height: 40px;
    overflow: hidden;
    color: #a5a5a5;
    margin-top: 8px;
}

.xgyd_title{
    height: 38px;
    border-bottom: #e8e8e8 solid 1px;
    line-height: 38px;
    font-size: 18px;
    color: #808080;
    padding-left: 4px;
    margin-top: 10px;
    clear: both;
}
.xgyd_con_r{
    float: right;
}
.xgyd_con_l{

    float: left;
    margin-right: 10px;
    width: 350px;
    overflow: hidden;
}
.xgyd_li li{
    line-height: 30px;
    _line-height: 28px;
    overflow: hidden;
    height: 31px;
    font-size: 14px;
    white-space: nowrap;
    background: url() no-repeat 0 center;
    padding-left: 11px;

}
.xgyd_li li a{
    text-decoration: none;
    color: #6c6c6c;
    font-size: 14px;

}
.xgyd_li li a:hover{
    color: #f66;
}
.xgyd_con{
    margin-bottom: 15px;
    overflow: hidden;
}

/*娓告垙鏂囩珷璧勮---end*/
.wydown2{
    height: 48px;
    width: 236px;
    margin: 0 auto 8px auto;
    display: block;
    color: #ffffff;
    background-color: #7ABB15;
    font-size: 14px;
    line-height: 48px;
    text-align: center;
    overflow: visible;
}
a.wydown2:hover{
    background-color: #6ba510;
    color: #ffffff;
}
.wydown2 .wd-icon{
    float: left;
    height: 48px;
    width: 48px;
    background:#629611 url(../images/icon2.png);
    _background-image:url(../images/icon2.gif);
    background-position: -151px -142px;
    background-repeat: no-repeat;
}
.wydown2:hover .wd-icon{
    background-position: -151px -187px;
    transition: all 200ms;
    -moz-transition: all 200ms;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    background-color: #7ABB15;
    color: #fff;
}
.wydown2 .wd-text{
    text-align: center;
    width: 156px;
    float: left;
    line-height: 48px;
    cursor: pointer;

}
.wydown2 .wd-qr{
    background-color: #629611;
    width: 48px;
    float: right;
    height: 48px;
    background:url(../images/icon2.png) no-repeat -89px -71px;
    _background-image:url(../images/icon2.gif);
    background-position: -89px -71px ;

}
.whxxzgcenter{
    margin-top: 12px;
}

/*鍏呭€煎尯鍩�*/

.recharge_main {
    position: relative;
}
.recharge_main .recharge_logo{
    background: url("") no-repeat;
    height: 31px;
    width: 118px;
    display: block;
    position: absolute;
    left: 10px;
    top:-4px;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 30px;
    background-size: 100% 100%;
}
.recharge_main h3{
    border-top: 1px solid #ececec;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    text-align: center;

}
.recharge_main h3 em{
    color: #ff6666;
    padding: 0px 2px;
    font-size: 20px;
}
.recharge_main ul li{
    border-bottom: 1px solid #ececec;
    border-left: 1px solid #ececec;

}
.recharge_main ul li.recharge_title{
    border-top: 1px solid #ececec;
    font-weight: bold;

}
.recharge_div1{
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #8a8a8a;
    font-size: 14px;
    cursor: pointer;

}
.recharge_div1 span{
    border-right: 1px solid #ececec;
    display: block;
    width: 164px;
    float: left;
}
.recharge_div1 span.r_s2{
    width: 163px;
}
.recharge_div1 span.r_s3{
    color: #fb9400;
}
.recharge_div1 span.r_s3 em{
    background-color: #ff6666;
    color: #ffffff;
    line-height: 17px;
    width: 43px;
    border-radius: 3px;
    text-align: center;
    font-size: 11px;
    padding: 0px 5px;
    margin-left: 8px;
}
.recharge_div2{
    border: 1px solid #ececec;
    border-bottom: none;
    border-left: none;
    min-height: 40px;
    display: none;

}
a.btn_recharge_buytaobao{
    background-color: #fb9400;
    color: #ffffff;
    border-radius: 3px;
    width: 98px;
    height: 30px;
    text-align: center;
    padding: 3px 10px;
}
a.btn_recharge_buytaobao:hover{
    color: #ffffff;
    background-color: #fda931;

}
.recharge_platform .recharge_div1{
    text-align: left;
    padding-left: 20px;
    border-right: 1px solid #ececec;

}
a.recharge_more_btn{
    display: block;
    background: #fafafa;
    color: #6a6a6a;
    text-align: center;
    line-height: 35px;
    border: 1px solid #ececec;
    border-top:none;
}
a.recharge_more_btn:hover{
    display: block;
    background: #f7f7f7;

}



/**鑷畾涔夎彍鍗曟牱寮忔ā鍧�**/
.diymenu-area{

}
.diymenu-area h3{
    background: #333;
    display: block;
    height: 32px;
    line-height: 32px;
}
.diymenu-area h3 a{
    display: block;
    float: left;
    line-height: 32px;
    padding: 0 22px;
    font-size: 16px;
    color: #cbcbcb;
}
.diymenu-area h3 a.select{
    background-color: #FF3366;
    color: #ffffff;
}
.diymenu-area h3 a:hover{
    background-color: #FF3366;
    color: #ffffff;
}
.diymenu-area ul{
}
.diymenu-area ul li{
    display: none;
    color: #ebebeb;
    font-size: 14px;
    overflow: hidden;
    margin: 10px 0px;

}
.diymenu-area ul li.select{
    display: block;
}
.diymenu-area ul li a{
    font-size: 14px;
    color: #777;
    overflow: hidden;
    text-overflow: ellipsis;
}
.diymenu-area ul li a:hover{
    color: #ff6666
}
.diymenu-area ul li.diystyle-1{
    margin-top: 0px;
    position: relative;

}
.diymenu-area ul li.diystyle-4{
    margin-top: 0px;
    position: relative;
    overflow: hidden;
    background-color: #666;

}
.diymenu-area ul li.diystyle-4 a{
    margin-right: 20px;
    float: left;

}
.diymenu-area ul li.diystyle-4 a:hover p{
    color: #f66;
}
.diymenu-area ul li.diystyle-4 a p{
    display: block;
    background: rgba(0,0,0,1);
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.diymenu-area ul li.diystyle-4 a:last-child{
    margin-right: 0px;

}
.diymenu-area ul li.diystyle-1 a{
    display: block;
}
.diymenu-area ul li.diystyle-1 a:hover p{
    color: #f66;
}
.diymenu-area ul li.diystyle-1 a p {
    position: absolute;
    bottom: 0px;
    width: 100%;
    display: block;
    background: rgba(0,0,0,0.5);
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

}
.diymenu-area ul li.diystyle-1 a img{
    width: 660px;
    height: 226px;

}
.diymenu-area ul li.diystyle-2{
    margin-top: 0px;
    position: relative;
    overflow: hidden;
    background-color: #666;

}
.diymenu-area ul li.diystyle-2 a{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;

}
.diymenu-area ul li.diystyle-2 a:hover p{
    color: #f66;
}
.diymenu-area ul li.diystyle-2 a p{
    display: block;
    background: rgba(0,0,0,1);
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.diymenu-area ul li.diystyle-5 a{
    float: left;
    margin-right: 10px;
    text-align: center;
    max-width: 72px;

}
.diymenu-area ul li.diystyle-5 a p{
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.diymenu-area ul li .diymenu-text span{
    font-size: 14px;
    color: #333;
    display: block;
    border-left: 3px solid #FF3366;
    float: left;
    background-color: #ebebeb;
    margin-right: 10px;
    width: 108px;
    text-align: center;

}
.diymenu-area ul li .diymenu-text {
    overflow: hidden;
    line-height: 30px;
    margin-bottom: 5px;
}
.diymenu-area ul li .diymenu-text-right{
    padding-left: 121px;
}
.diymenu-area ul li.diystyle-6 a {
    float: left;
    margin-right: 10px;
    text-align: center;
}
.diymenu-area ul li.diystyle-6 a p {
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.zaiyao{
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    background: #efefef;
    border-radius: 5px;
    overflow: hidden;
    font-size: 12px;
    line-height: 21px;
}
.zaiyao-1{
float: left;
}
.zaiyao-con{
    color: #666;

}
.table-center{

}
.tablepp{
    padding: 0px;
    list-style-type: none;
    margin: 0px;
    border-spacing: 0px;
    border-collapse: collapse;
    font-family: 'microsoft yahei', Arial, Helvetica, sans-serif;
    width: 100%;
    text-align: center;
}
.tablepp,.tablepp p{
    text-indent: 0px;
}


.link_title{ padding-top:7px; width:980px; margin:15px auto 0 auto; height:30px; line-height:30px; font-size:14px; border-top:#e8e8e8 solid 1px;}
.link_cont{ width:980px; margin:0 auto 0 auto; height: 40px; line-height: 40px;}
.link_cont a{ color:#555 !important; font-size:13px;line-height: 40px; padding-right: 25px;}
.link_cont a:visited{ color:#9d9d9d; }
.link_cont a:hover{ color:#ff6766;}

.marfu{
    margin-top: -40px;
}
.am-u-lg-4{
	margin-left: 25px;
	margin-right: 25px;
	padding-left: 0;
	padding-right: 0;
}
.j_mapbox .j_product_box {
	margin-left: -25px;
	margin-right: -25px;
	width: auto;
	position: relative;
	z-index: 1000;
	padding-bottom: 100px;
}
.j_map_info{
	padding:45px 58px;
	background-color: #e5eef6;
	box-shadow: 0 6px 15px rgba(0,0,0,.1);
	border-top: 3px solid #e5eef6;
	transition: all .35s;
}
.j_map_info:hover{
	border-top: 3px solid #0054aa;
	box-shadow: 0 10px 15px rgba(0,0,0,.1);
	transition: all .35s;
}
.j_map_info h3{
	color: #333;
	font-size: 24px;
	font-weight: 500;
	padding-bottom:17px;
}
.j_map_info p{
	margin-top: 20px;
	margin-bottom:0;
}
.j_map_info p a{
	color: #333;
}
.j_map_info p span img{
	/*position: relative;
	top: -8px;
	padding-right: 15px;*/
}
/*.j_map_info p:nth-child(2) span img{
	width: 43px;
	height: 30px;
}
.j_map_info p:nth-child(3) span img{
	width: 41px;
	height: 28px;
}
.j_map_info p:nth-child(4) span img{
	width: 41px;
	height: 26px;
}
.j_map_info p:nth-child(5) span img{
	width: 41px;
	height: 19px;
}
.j_map_info p:last-child span img{
	top: -3px;
}*/
.am-u-lg-4+.am-u-lg-4+.am-u-lg-4+.am-u-lg-4.am-u-lg-4{
	margin-top: 52px;
	float: left;
}
    /*company_announcement*/
    .am-u-lg-4{
        width: calc(33.33% - 44px);
    }
    /*special_column_template*/
    .j_columnbox .am-u-lg-4{
        width: calc(33.33% - 40px);
    }
    /*video_center*/
    .am-u-lg-4{
        width: calc(33.33% - 40px);
    }

    /*product_list*/
    .am-u-lg-4{
        width: calc(33.33% - 40px);
    }
    /*world_map*/
    .am-u-lg-4{
        width: calc(33.33% - 50px);
    }
    .j_map_info p{
        line-height: 33px;
    }
    .j_map_info p span{
        margin-right: 5px;