﻿textarea
{
    outline: none;
}

input
{
    outline: none;
}

.bannerbox{
    width: 100%;
    position: relative;
	z-index:2;
}

input
{
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
}
/*.Homebanner{width:100%;position:relative;height:498px;overflow:hidden;}*/
/*直播用*/
.Homebanner
{
    width: 100%;
    position: relative;
    height:100%;
    overflow: hidden;
}

.phone_nav
{
    margin-bottom: 20px;
}

.Homebanner ul
{
    width: 100%;
    position: absolute;
    height: 100%;
}
    /*.Homebanner ul li{width:100%;height:516px;position:absolute;overflow:hidden;}*/
    /*直播用*/
    .Homebanner ul li
    {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
    }

        .Homebanner ul li img
        {
            position: absolute;
            display: block;
            left: 0;
    width: 100%;
    top: 0;
    height: 100%;
        }

.Homeleft, .Homeright
{
    background: rgba(0,0,0,0.5);
    font-family: "宋体";
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 40px;
    color: #fff;
    position: absolute;
    top: 158px;
    cursor: pointer;
    transition: all .2s ease;
    opacity: 0;
    z-index: 899999;
}

.Homeleft
{
    left: -60px;
}

.Homeright
{
    right: -60px;
}

.Homebanner:hover .Homeleft
{
    left: 0px;
    opacity: 1;
}

.Homebanner:hover .Homeright
{
    right: 0px;
    opacity: 1;
}

.Homedot
{
    position: absolute;
    width: 100%;
    text-align: right;
    z-index: 9;
    bottom: 20px;
    right: 10px;
}

    .Homedot a
    {
        display: inline-block;
        margin: 0px 5px;
        height: 12px;
        width: 12px;
        line-height: 1000px;
        overflow: hidden;
        background: url(../img/index_229.png) no-repeat;
    }

        .Homedot a.cur
        {
            background: url(../img/index_228.png) no-repeat;
        }

/*.Homebannertext{position:absolute;left:0px;top:0px;width:100%;height:100%;}*/
/*.Homebannertext{position:absolute;left:0px;top:0px;width:100%;height:100%;}*/
/*直播用*/
.Homebannertext
{
   /* display: none;*/
}

    .Homebannertext img.bigimg
    {
        transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
        -webkit-transform: translateY(100px);
    }

    .Homebannertext dl.bannerone
    {
        position: absolute;
        text-align: center;
        z-index: 1;
        right: 0;
        bottom: 30px;
    }

        .Homebannertext dl.bannerone dt
        {
            float: right;
            font-size: 22px;
            height: 26px;
            margin-left: 100px;
            line-height: 60px;
            color: #fff;
            transform: translateY(100px);
            -moz-transform: translateY(100px);
            -ms-transform: translateY(100px);
            -o-transform: translateY(100px);
            -webkit-transform: translateY(100px);
            text-shadow: 0px 4px 4px #000;
            margin-right: 20px;
            margin-bottom: 10px;
        }

        .Homebannertext dl.bannerone dd
        {
            float: right;
            font-size: 24px;
            color: #fff;
            height: 40px;
            line-height: 50px;
            margin-right: 20px;
            transform: translateY(100px);
            -moz-transform: translateY(100px);
            -ms-transform: translateY(100px);
            -o-transform: translateY(100px);
            -webkit-transform: translateY(100px);
            clear: both;
            text-shadow: 0px 4px 4px #000;
        }

    .Homebannertext dl.bannertwo
    {
        position: absolute;
        width: 1180px;
        left: 50%;
        top: 0px;
        color: #fff;
        margin-left: -590px;
        z-index: 9999;
    }

        .Homebannertext dl.bannertwo dt
        {
            padding-top: 110px;
            position: relative;
            transform: translateY(100px);
            -moz-transform: translateY(100px);
            -ms-transform: translateY(100px);
            -o-transform: translateY(100px);
            -webkit-transform: translateY(100px);
        }

            .Homebannertext dl.bannertwo dt h3
            {
                font-size: 50px;
                line-height: 60px;
                font-weight: 700;
                position: relative;
            }

            .Homebannertext dl.bannertwo dt p
            {
                font-size: 20px;
                position: relative;
                padding-top: 20px;
            }

    .Homebannertext dl.bannerthree
    {
        position: absolute;
        width: 1220px;
        left: 50%;
        margin-left: -610px;
        top: 0px;
    }

        .Homebannertext dl.bannerthree dt
        {
            float: left;
            position: relative;
            transform: translateX(100px);
            -moz-transform: translateX(100px);
            -ms-transform: translateX(100px);
            -o-transform: translateX(100px);
            -webkit-transform: translateX(100px);
        }

        .Homebannertext dl.bannerthree img
        {
            display: block;
            position: relative;
            width: auto;
            height: auto;
            left: 0px;
            margin: 0px;
            top: 0px;
        }

        .Homebannertext dl.bannerthree dd
        {
            width: 500px;
            float: left;
            color: #fff;
            padding-top: 170px;
            position: relative;
            padding-left: 25px;
            transform: translateX(100px);
            -moz-transform: translateX(100px);
            -ms-transform: translateX(100px);
            -o-transform: translateX(100px);
            -webkit-transform: translateX(100px);
        }

            .Homebannertext dl.bannerthree dd h3
            {
                font-size: 55px;
                font-weight: 700;
                line-height: 70px;
            }

            .Homebannertext dl.bannerthree dd p
            {
                font-size: 20px;
                line-height: 30px;
            }

.bannereffect
{
    opacity: 0;
    filter: alpha(opacity=0);
}

.bannertime
{
    transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
}

.bannertime1
{
    transition: all .8s ease-in-out .2s;
    -moz-transition: all .8s ease-in-out .2s;
    -ms-transition: all .8s ease-in-out .2s;
    -o-transition: all .8s ease-in-out .2s;
    -webkit-transition: all .8s ease-in-out .2s;
}

.bannertime2
{
    transition: all 1s ease-in-out .2s;
    -moz-transition: all 1s ease-in-out .2s;
    -ms-transition: all 1s ease-in-out .2s;
    -o-transition: all 1s ease-in-out 2s;
    -webkit-transition: all 1s ease-in-out .2s;
}

.Homebanner li.cur .Homebannertext img.bigimg
{
    transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.Homebanner li.cur .Homebannertext dl.bannerone dt
{
    transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.Homebanner li.cur .Homebannertext dl.bannerone dd
{
    transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.Homebanner li.cur .Homebannertext dl.bannertwo dt
{
    transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.Homebanner li.cur .Homebannertext dl.bannerthree dt
{
    transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    -webkit-transform: translateX(0px);
}

.Homebanner li.cur .Homebannertext dl.bannerthree dd
{
    transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    -webkit-transform: translateX(0px);
}

.Homebanner li.cur .bannereffect
{
    opacity: 1;
    filter: alpha(opacity=100);
}

.Homebanner li.cur1 .bannertime
{
    transition: all .4s linear .2s;
    -moz-transition: all .4s linear .2s;
    -ms-transition: all .4s linear .2s;
    -o-transition: all .4s linear .2s;
    -webkit-transition: all .4s linear .2s;
}

.Homebanner li.cur1 .bannertime1
{
    transition: all .4s linear .1s;
    -moz-transition: all .4s linear .1s;
    -ms-transition: all .4s linear .1s;
    -o-transition: all .4s linear .1s;
    -webkit-transition: all .4s linear .1s;
}

.Homebanner li.cur1 .bannertime2
{
    transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    -webkit-transition: all .4s linear;
}

.Homebanner li.cur1 .Homebannertext img.bigimg
{
    transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    -webkit-transform: translateY(100px);
}

.Homebanner li.cur1 .Homebannertext dl.bannerone dt
{
    transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    -webkit-transform: translateY(100px);
}

.Homebanner li.cur1 .Homebannertext dl.bannerone dd
{
    transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    -webkit-transform: translateY(100px);
}

.Homebanner li.cur1 .Homebannertext dl.bannertwo dt
{
    transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    -webkit-transform: translateY(100px);
}

.Homebanner li.cur1 .Homebannertext dl.bannerthree dt
{
    transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    -webkit-transform: translateX(100px);
}

.Homebanner li.cur1 .Homebannertext dl.bannerthree dd
{
    transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    -webkit-transform: translateX(100px);
}

.Homebanner li.cur1 .bannereffect
{
    opacity: 0;
    filter: alpha(opacity=0);
}


/*搜索框*/
/*.bannerbox_soudsuo{position:absolute; z-index:33; width:675px; top:100px;left: 20px;}*/
/*直播用*/
.bannerbox_soudsuo
{
	margin-top: 23px;
    z-index: 33;
    width: 1000px;
}
/*.bannerbox_soudsuo_banq{width:100%;}*/
/*直播用*/
.bannerbox_soudsuo_banq
{
    float: left;
}

    /*.bannerbox_soudsuo_banq img{margin-left:112px;}*/
    /*直播用*/
    .bannerbox_soudsuo_banq img
    {
        height: 32px;
    }

/*.bannerbox_soudsuo_main{width:675px; height:150px; background-color:rgba(0, 0, 0, 0.6); border-radius:6px;margin-top: 40px;}*/
/*直播用*/
.bannerbox_soudsuo_main
{
    width: 792px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

/*.bannerbox_soudsuo_main_x{overflow:hidden;}*/
/*直播用*/
.bannerbox_soudsuo_main_x
{
    overflow: hidden;
	margin-bottom: 10px;
}

/*.bannerbox_soudsuo_main_x_1,.bannerbox_soudsuo_main_x_2,.bannerbox_soudsuo_main_x_3{color:#fff; overflow:hidden; float:left; font-size:20px; line-height:50px; cursor:pointer;}*/
/*直播用*/
.bannerbox_soudsuo_main_x_1, .bannerbox_soudsuo_main_x_2, .bannerbox_soudsuo_main_x_3,.bannerbox_soudsuo_main_x_4
{
    color: #fff;
    overflow: hidden;
    float: left;
    font-size: 20px;
    line-height: 40px;
    cursor: pointer;
    width:126px;
    margin-right: 23px;
}
.bannerbox_soudsuo_main_x_1 span, .bannerbox_soudsuo_main_x_2 span, .bannerbox_soudsuo_main_x_3 span,.bannerbox_soudsuo_main_x_4 span{
	font-size:20px;
}

.bannerbox_soudsuo_main_x_0
{
    color: #fff;
    overflow: hidden;
    float: left;
    font-size: 20px;
    line-height: 40px;
    cursor: pointer;
    width: 126px;
    margin-right: 23px;
}

/*.bannerbox_soudsuo_main_x_1{margin-left:30px;}
.bannerbox_soudsuo_main_x_2,.bannerbox_soudsuo_main_x_3{margin-left:40px;}*/
/*直播用*/

/*.bannerbox_soudsuo_main_x_1 img,.bannerbox_soudsuo_main_x_2 img,.bannerbox_soudsuo_main_x_3 img{float:left; margin-right:10px;margin-top:16px;}*/
/*直播用*/
.bannerbox_soudsuo_main_x_1 img, .bannerbox_soudsuo_main_x_2 img, .bannerbox_soudsuo_main_x_3 img, .bannerbox_soudsuo_main_x_4 img
{
    float: left;
    margin-right: 12px;
    margin-top: 11px;
}
.bannerbox_soudsuo_main_x_0 img{float:left; margin-right:12px;margin-top:8px;}

.cgdw_b, .yx_h, .zy_h, .pm_h, .dx_h
{
    display: none;
}

input::input-placeholder
{
    color: #999 !important;
}
/* 有些资料显示需要写，有些显示不需要，但是在编辑器webstorm中该属性不被识别 */
::-webkit-input-placeholder
{ /* WebKit browsers */
    color: #999 !important;
}

:-moz-placeholder
{ /* Mozilla Firefox 4 to 18 */
    color: #999 !important;
}

::-moz-placeholder
{ /* Mozilla Firefox 19+ */
    color: #999 !important;
}

:-ms-input-placeholder
{ /* Internet Explorer 10+ */
    color: #999 !important;
}
/*.bannerbox_soudsuo_main_k{margin-left:20px;}*/
/*直播用*/
.bannerbox_soudsuo_main_k
{
    height: 42px;
    clear: both;
}

.bannerbox_soudsuo_main_k_1, .bannerbox_soudsuo_main_k_2, .bannerbox_soudsuo_main_k_3, .bannerbox_soudsuo_main_k_4, .bannerbox_soudsuo_main_k_5
{
    float: left;
    height: 40px;
}

.input_text_bane
{
    width: 100%;
    height: 100%;
    line-height: 40px;
    font-size: 16px;
}

.input_text_baneng
{
    width: 100%;
    height: 100%;
    line-height: 40px;
    font-size: 16px;
}
/*.bannerbox_soudsuo_main_k_1,.bannerbox_soudsuo_main_k_2,.bannerbox_soudsuo_main_k_3,.bannerbox_soudsuo_main_k_4{width:140px; position:relative;}*/
/*直播用*/
.bannerbox_soudsuo_main_k_1, .bannerbox_soudsuo_main_k_2, .bannerbox_soudsuo_main_k_3
{
    width: 138px;
    position: relative;
    padding-left: 6px;
    background-color: #fff;
	border: 1px solid #fff;
}

.bannerbox_soudsuo_main_k_4
{
    width: 286px;
    position: relative;
    padding-left: 6px;
	border: 1px solid #fff;   
}

.bannerbox_soudsuo_main_k_5
{
    width: 44px;
    background-color: #ffa200 !important;
    cursor: pointer;
    height: 42px;
}

.bannerbox_soudsuo_main_k_2, .bannerbox_soudsuo_main_k_3, .bannerbox_soudsuo_main_k_4, .bannerbox_soudsuo_main_k_5
{
    margin-left: 4px;
	background-color:#fff;
}

    .bannerbox_soudsuo_main_k_5 img
    {
        margin-left: 12px;
        margin-top: 11px;
    }

/*.bannerbox_soudsuo_main_z{text-align:center; color:#ffa200; font-size:20px;margin-top: 40px; width: 100%;line-height: 60px;}*/
/*直播用*/
.bannerbox_soudsuo_main_z
{
    text-align: center;
    color: #ffa200;
    font-size: 20px;
    width: 100%;
    line-height: 50px;
}

.nav_tip
{
    overflow: hidden;
    padding-bottom: 20px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.nav_tip_da
{
    width: 108px;
    float: left;
}

.nav_tip_xueda
{
    width: 108px;
    float: left;
    margin-left: 64px;
}

.nav_tip_gongda
{
    width: 144px;
    float: left;
    margin-left: 54px;
}

.nav_tip_sida
{
    width: 144px;
    float: left;
    margin-left: 36px;
}

.nav_tip_guoda
{
    width: 144px;
    float: left;
    margin-left: 36px;
}

.nav_tip_handa
{
    width: 126px;
    float: left;
    margin-left: 36px;
}

.nav_tip_tu
{
    position: relative;
}

    .nav_tip_tu img
    {
        width: 100px;
        margin-left: 4px;
    }

.nav_tip_situ
{
    position: relative;
}

    .nav_tip_situ img
    {
        width: 100px;
        margin-left: 22px;
    }

.nav_tip_hantu
{
    position: relative;
}

    .nav_tip_hantu img
    {
        width: 100px;
        margin-left: 13px;
    }

.nav_tip_da_tip
{
    position: absolute;
    right: 4px;
    top: 0;
    font-size: 12px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background-color: #ff0000;
    border-radius: 50%;
    color: #fff;
    text-align: center;
}

.nav_tip_zi
{
    width: 108px;
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
    float: right;
}

.nav_tip_gongzi
{
    width: 144px;
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
    float: right;
}

.nav_tip_hanzi
{
    width: 126px;
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
    float: right;
}

.nav_tip_xue_tip, .nav_tip_gong_tip, .nav_tip_si_tip, .nav_tip_guo_tip, .nav_tip_han_tip
{
    position: absolute;
    top: 0;
    font-size: 12px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background-color: #ff0000;
    border-radius: 50%;
    color: #fff;
    text-align: center;
}

.nav_tip_xue_tip
{
    right: 4px;
}

.nav_tip_gong_tip, .nav_tip_si_tip, .nav_tip_guo_tip
{
    right: 22px;
}

.nav_tip_han_tip
{
    right: 13px;
}


.search_te
{
    float: left;
    color: #999;
    line-height: 40px;
    font-size: 16px;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.ul_search_major li
{
    list-style-type: none;
    cursor: pointer;
    font-size: 16px;
    border-bottom: 1px dashed #e4e4e4;
    display: block;
    float: left;
    width: 33%;
    overflow: hidden;
    line-height: 40px;
}

    .ul_search_major li:hover
    {
        color: #ffa200;
    }

.ul_search_major2 li
{
    list-style-type: none;
    cursor: pointer;
    font-size: 16px;
    border-bottom: 1px dashed #e4e4e4;
    display: block;
    float: left;
    width: 100%;
    overflow: hidden;
    line-height: 40px;
}

    .ul_search_major2 li:hover
    {
        color: #ffa200;
    }

/*.ul_search_major{ width: 285px; position: absolute; z-index: 11; background: #fff; border: 1px solid #e4e4e4; top: 40px; color: #333; font-size: 14px;height: 205px;overflow-y: auto; padding-left: 6px;}
.ul_search_major2{ width: 285px; position: absolute; z-index: 11; background: #fff; border: 1px solid #e4e4e4; top: 40px; color: #333; font-size: 14px;height: 205px;overflow-y: auto; padding-left: 6px;}
.ul_search_major3{ width: 365px; position: absolute; z-index: 11; background: #fff; border: 1px solid #e4e4e4; top: 40px; color: #333; font-size: 14px;overflow-y: auto; padding-left: 6px;}*/
/*直播用*/
.ul_search_major
{
    width: 352px;
    position: absolute;
    z-index: 1000;
    background: #fff;
    border: 1px solid #e4e4e4;
    top: 40px;
    color: #333;
    font-size: 14px;
    height: 205px;
    overflow-y: auto;
    padding-left: 6px;
    left: -1px;
}

.ul_search_major2
{
    width: 170px;
    position: absolute;
    z-index: 1000;
    background: #fff;
    border: 1px solid #e4e4e4;
    top: 40px;
    color: #333;
    font-size: 14px;
    height: 205px;
    overflow-y: auto;
    padding-left: 6px;
    left: -1px;
}

.ul_search_major3
{
    width: 372px;
    position: absolute;
    z-index: 1000;
    background: #fff;
    border: 1px solid #e4e4e4;
    top: 40px;
    color: #333;
    font-size: 14px;
    overflow-y: auto;
    padding-left: 6px;
    left: -1px;
}

    .ul_search_major3 li
    {
        list-style-type: none;
        cursor: pointer;
        font-size: 16px;
        border-bottom: 1px dashed #e4e4e4;
        display: block;
        float: left;
        width: 33%;
        overflow: hidden;
        line-height: 40px;
    }

        .ul_search_major3 li:hover
        {
            color: #ffa200;
        }

.input_text_bane::-webkit-input-placeholder
{
    color: black;
}

.input_text_bane::-moz-placeholder
{
    color: black;
}

.input_text_bane:-moz-placeholder
{
    color: black;
}

.input_text_bane:-ms-input-placeholder
{
    color: black;
}
/*#yuanxiaosou,*/
#zhuanyesou, #paimingsou, #ul_searchpaimingcha
{
    display: none;
}

/*.bannerbox_soudsuo_main_k_paiming{width:638px; height:40px; background-color:#fff;position: relative;float: left;}*/
/*直播用*/
.bannerbox_soudsuo_main_k_paiming
{
    width: 784px;
    height: 40px;
    background-color: #fff;
    position: relative;
    float: left;
    padding-left: 6px;
	border: 1px solid #fff;
}

.bannerbox_soudsuo_main_k_cggwg
{   width: 705px;   height: 40px;   background-color: #fff;   position: relative; float: left;padding-left: 6px; border:1px solid #fff; border-right: none !important;}

.bannerbox_soudsuo_main_k_cggwg_tiwen
{
    background-color: #ffa200;
    height: 42px;
    width: 80px;
    text-align: center;
    float: left;
    color: #fff;
    line-height: 42px;
    font-size: 16px;
    cursor: pointer;
}
/*.ul_search_paiming{ width:636px; position: absolute; z-index: 11; background: #fff; border: 1px solid #e4e4e4; top: 40px; color: #333; font-size: 14px;height: 205px;overflow-y: auto; padding-left: 6px;}*/
/*直播用*/
.ul_search_paiming
{
    width: 668px;
    position: absolute;
    z-index: 1000;
    background: #fff;
    border: 1px solid #e4e4e4;
    top: 40px;
    color: #333;
    font-size: 14px;
    height: 205px;
    overflow-y: auto;
    padding-left: 6px;
}

    .ul_search_paiming li
    {
        list-style-type: none;
        cursor: pointer;
        font-size: 16px;
        border-bottom: 1px dashed #e4e4e4;
        display: block;
        float: left;
        width: 100%;
        overflow: hidden;
        line-height: 40px;
    }

        .ul_search_paiming li:hover
        {
            color: #ffa200;
        }

.ul_search_paimingcha
{
    width: 642px;
    position: absolute;
    z-index: 1000;
    background: #fff;
    border: 1px solid #e4e4e4;
    top: 40px;
    color: #333;
    max-height: 218px;
    overflow-y: auto;
    padding-bottom: 9px;
    left: -1px;
    width: 790px;
}

.shouhang
{
    color: #323232;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    border-bottom: 1px dashed #e4e4e4;
    padding-left: 6px;
    overflow: hidden;
}

    .shouhang span
    {
        font-size: 16px;
    }

.shouhang_wid70
{
    width: 70%;
    display: block;
    float: left;
}

.shouhang_wid15
{
    width: 15%;
    text-align: center;
    display: block;
    float: left;
    font-size: 16px;
    line-height: 44px;
}

.ul_search_paimingcha_ul li
{
    padding-left: 6px;
}

    .ul_search_paimingcha_ul li a
    {
        font-size: 16px;
        color: #666;
        line-height: 44px;
    }

.button
{
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
}

.push_button
{
    height: 34px;
    line-height: 32px;
    border: 1px solid #ccc;
    padding: 0 40px;
    color: #333;
    font-size: 16px;
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
}

    .push_button:hover
    {
        border: 1px solid #ffa200;
        color: #ffa200;
    }

.bq2, .bq3
{
    display: none;
}

#bannerbox_soudsuo_main_z2, #bannerbox_soudsuo_main_z3
{
    display: none;
}

.bannerbox_1000
{
    z-index: 1000;
    width: 1000px;
    height: 128px;
    position: absolute;
    left: 50%;
    margin-left: -500px;
    top: 50%;
    margin-top: -64px;
}

.bannerbox_beij{background-color:#000;filter:alpha(opacity=60);  	border-radius: 6px;-moz-opacity:0.6;  -khtml-opacity: 0.6;  opacity: 0.6; width:100%; height:100%; position:absolute; z-index:1;}

.bannerbox_wcg
{
    width: 255px;
    float: right;
    margin-top: 20px;
    position: relative;
    z-index: 2;
    height: 516px;
}

.bannerbox_wcg_1
{
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
}

    .bannerbox_wcg_1 img
    {
        width: 100%;
        height: 100%;
    }

.bannerbox_wcg_2
{
    position: absolute;
    top: 17px;
    left: 7px;
}

.Homebannertext dl.bannerone dd span
{
    font-size: 18px;
    color: #fff;
    line-height: 24px;
    text-shadow: 0px 4px 4px #000;
}



/*直播用*/
.bannerbox_soudsuo_main_x_bz
{
    color: #ffa200;
    position: relative;
    z-index: 20;
}
.bannerbox_soudsuo_main_x_bz span {
    border-bottom: 2px solid #ffa200;
    padding-bottom: 2px;
}

/*.bannerbox_soudsuo_main_x_vz
{
    color:#82dcbf;
    position: relative;
    z-index: 20;
}

.bannerbox_soudsuo_main_x_lz
{
    color:#b0d7f8;
    position: relative;
    z-index: 20;
}

.bannerbox_soudsuo_main_x_fz
{
    color:#ffa98e;
    position: relative;
    z-index: 20;
}
*/
.bannerbox_soudsuo_main_k_paiming_1
{
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    cursor: pointer;
    background-color: #fff;
    padding-right: 6px;
}

    .bannerbox_soudsuo_main_k_paiming_1 img
    {
        height: 20px;
        margin-top: 10px;
    }

.tishiguangguang1
{
    position: absolute;
    z-index: 1000;
    border-top: 1px solid #e4e4e4;
    width: 742px;
    background-color: rgb(255, 255, 255);
    display: none;
    left: -301px;
    overflow-y: auto;
    max-height: 287px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    border: 1px solid #ccc;
}

    .tishiguangguang1 span
    {
        line-height: 40px;
        font-size: 16px;
        padding-left: 6px;
    }

.tishiguangguang2
{
    position: absolute;
    z-index: 1000;
    border-top: 1px solid #e4e4e4;
    width: 742px;
    background-color: rgb(255, 255, 255);
    display: none;
    left: -451px;
    overflow-y: auto;
    max-height: 294px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    border: 1px solid #ccc;
}


    .tishiguangguang2 span
    {
        line-height: 40px;
        font-size: 16px;
        padding-left: 6px;
    }

.tishiguangguang3
{
    position: absolute;
    z-index: 1000;
    border-top: 1px solid #e4e4e4;
    width: 790px;
    background-color: rgb(255, 255, 255);
    display: none;
    left: -1px;
    overflow-y: auto;
    max-height: 294px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    border: 1px solid #ccc;
}

    .tishiguangguang3 span
    {
        line-height: 40px;
        font-size: 16px;
        padding-left: 6px;
    }

.Homebannertext dl.bannerone dd span
{
    font-size: 18px;
    color: #fff;
    line-height: 24px;
    text-shadow: 0px 4px 4px #000;
}


.modal-title_wee
{
    font-size: 26px;
    color: #fd7c00;
    font-weight: normal;
}

.text-center_gnle
{
    color: #fd7c00;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}

.gnle_main_2
{
    overflow-x: hidden;
    height: 300px;
    overflow-y: auto;
}

    .gnle_main_2 li
    {
        float: left;
        width: 33.3%;
        border-bottom: 1px dashed #999;
    }

.gnle_main_xx
{
    width: 80%;
    text-align: center;
    margin-left: 10%;
    font-size: 16px;
    line-height: 59px;
    border-radius: 2px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 59px; /*background-color: #f7f7f7;*/
    cursor: pointer;
    color: #323232;
}

.gnle_main_xxx
{
    color: #fd8726;
}

.shangtins
{
    height: 12px;
    width: 100%;
}

    .shangtins img
    {
        width: 14px;
        margin-left: 292px;
    }

.xiatins
{
    height: 12px;
    width: 100%;
    padding-bottom: 20px;
}

    .xiatins img
    {
        width: 14px;
        margin-left: 292px;
    }

#scrollDiv::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#scrollDiv::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

#scrollDiv::-webkit-scrollbar-thumb
{
    background-color: #666;
    border-radius: 3px;
}

.wentineirong_1
{
    font-size: 20px;
    color: #000;
}

.wentineirong_2
{
    font-size: 14px;
    color: #999;
    padding-top: 16px;
}

.wenwentidne
{
    height: 200px;
    display: table;
}

.wendneng
{
    display: table-cell;
    vertical-align: middle;
}
 input[type=text]::-ms-clear{
  display: none;
}