@CHARSET "UTF-8";

body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, span, em, strong, img, form, fieldset, input, textarea, button, pre, table, tr, th, td, blockquote, code, label, cite, i, dialog, figure, hgroup
{
    padding: 0;
    margin: 0;
}

body
{
    font-size: 14px;
    font-family: Verdana, helvetica, arial, sans-serif;
    color: #333;

    margin-top: 0px;
    letter-spacing: 1px;
}

nav
{
    letter-spacing: 0px;
}

section
{
}

fieldset, img
{
    border: 0;
}

select, input, img
{
    vertical-align: middle;
}

caption, th, tr, td
{
    text-align: left;
}

table
{
    border-collapse: collapse;
    border-spacing: 0;
}

a
{
    text-decoration: none;
}

    a:hover
    {
        text-decoration: underline;
    }

h1, h2, h3, h4, h5, h6
{
    font-size: 100%;
    font-weight: normal;
}

ol, ul
{
    list-style: none;
    list-style-position: outside;
}
li
{
    cursor:pointer;
}
h1, h2
{
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}

figure
{
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    margin: 0;
}

.common
{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.footerouter
{
    width: 100%;
    background: #ebebeb;
    position:relative;
}

.footcommon
{
    width: 938px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.headerouter
{
    width: 100%;
}

.headercommon
{
    width: 998px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    
}

.bigbutton
{
    width: 170px;
    height: 40px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    background-color: #1371ab;
    border-radius: 5px;
}

.s22b
{
    font-size: 22px;
    font-weight: bold;
}

.contentlink
{
    font-size: 12px;
    color: #4c4c4c;
}

.contentlinkrow
{
    line-height: 25px;
    font-size: 14px;
}

.footlink
{
    color: #8f8f8f;
    font-size: 12px;
}

.footlinkrow
{
    line-height: 18px;
}

.foottitlerow
{
    line-height: 22px;
}

.article-num-dark
{
    width: 10px;
    height: 10px;
    background-color: #ebebeb;
    color: #666;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.article-num-bright
{
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background-color: #fa8f29;
    color: #FFF;
    display: inline-block;
    line-height: 20px;
    text-align: center;
}

.contenttitle
{
    font-weight: bold;
    font-size: 18px;
    color: #141414;
}

.foottitle
{
    color: #000000;
    font-weight: bold;
    font-size: 14px;
}

.promo_link
{
    width: 40px;
    height: 40px;
    opacity: 0.8;
}

    /*.promo_link:hover
    {
        opacity: 1;
    }*/

.siteicon
{
    width: 24px;
    height: 24px;
}

.clear
{
    clear: both;
    height: 0;
}
/*****************登陆及免费注册*************************************************************/
#logon
{
    text-align: right;
    height:33px;
    width:380px;
    float:right;
    border-radius:5px;
}
    #logon div a
    {
        float: left;
        height: 33px;
        width: 80px;
        line-height: 33px;
        text-align: center;
        color: #384049;
        padding-left:2px;
        padding-right:2px ;
        font:normal 11px 微软雅黑;
        letter-spacing:0;
        cursor:pointer;
    }
    #logon div a span
    {
        display:inline-block;
        height: 33px;
        width: 80px;
        line-height: 33px;
        text-align: center;
        color: #016193;
        padding-left: 2px;
        padding-right: 2px;
        font-size: 11px;
        font-family:微软雅黑;
        letter-spacing:0;
        cursor:pointer;
    }
    #logon div #onlinehelp
    {
        float: left;
        display:inline-block;
        height: 33px;
        width: 80px;
        line-height: 33px;
        text-align: center;
        color: #016193;
        padding-left: 2px;
        padding-right: 2px;
        font-size: 11px;
        font-family:微软雅黑;
        letter-spacing:0;
        cursor:pointer;
    }
        #logon div a span:hover
        {
            color:#0cabff;
        }
        #logon div a#freelogin
        {
            margin-right:5px;
        }
        /*#logon div a#usercenter span
        {
            background-image:url(/Images/bookpen.png);
            background-repeat:no-repeat;
            background-position:10px;
            background-color:#0b81bf;
            border-bottom-left-radius:5px;
            border-bottom-right-radius:5px;
            color:white;
        }
        #logon div a#freelogin span:hover
        {
            background-color:#0cabff;
            font-weight:bold;
        }*/

        #logon div a#usercenter span
        {
            background:url(/Images/key.png) no-repeat 2px;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
            background-color:#0b81bf;
            color:white;        
        }
            #logon div a#usercenter span:hover
            {
                /*background: url(/Images/keyon.png) no-repeat 2px;*/
                border-bottom-left-radius: 5px;
                border-bottom-right-radius: 5px;
                background-color:#0cabff;
                font-weight: bold;             
            }


        #logon div #onlinehelp
        {
            background:url(/Images/msg.png) no-repeat 3px;
            color:#016193;
        }
            #logon div #onlinehelp:hover
            {
                background: url(/Images/msgon.png) no-repeat 3px;
                font-weight: bold;
                color: #0cabff;
            }
            #logon div #onlinehelp a
            {
                line-height: 33px;
                color: #016193;
            }
            #logon div #onlinehelp:hover a
            {
                color: #0cabff;
                font-weight: bold;
            }

        #logon div a#hotline span
        {
            background:url(/Images/phone.png) no-repeat 7px;
            cursor:default;
        }
            #logon div a#hotline span:hover
            {
                color: #016193;
            }

        #logon div a.long
        {
            width:110px;
        }
            #logon div a.long span
            {
                width:110px;
            }

#freelogin
{
    margin-right: -0px;
}
#logon div#hotline a
{
    width:120px;
    margin-top:0px;
    color: #384049;
}
    #logon div#hotline a:hover
    {
        color: #384049;
    }

/*#dlogin
{
    margin-right: 40px;
}*/


/*#userinfo div.usercenter a
{
    margin-right: 5px;
}*/
#lblUserName
{
    position:absolute;
    top:0;
    right:400px;

    display: inline-block;
    height: 33px;
    line-height: 33px;
    text-align: center;
    color: #016193;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 11px;
    font-family: 微软雅黑;
    letter-spacing: 0;
}
/*****************************LOGO*************************************************/
header
{
    height: 125px;
    border-left: 1px solid white;
    border-right: 1px solid white; /*#E3E3E3;*/
}

#logo
{
    float: left;
    margin-left: 44px;
    margin-top: 10px;
}

/*****************************NAV导航*************************************************/
header
{
    position: relative;
}

    header a:hover
    {
        color: #1CA9FB;
        text-decoration: none;
    }

    header nav
    {
        position: absolute;
        right: 40px;
        bottom: 20px;
        padding-left: 50px;
        width: 491px;
        height: 45px;
    }

nav ul
{
    text-align: center;
    float: left;
    margin-right: 5px;
    margin-bottom: 0px;
    height: 45px;
    line-height: 45px;
}

    nav ul li
    {
        float: left;
        margin-right: 40px;
        text-align: left;
    }
        /*nav ul li img
        {
            margin-right:40px;
            margin-left:40px;
        }*/
        nav ul li a
        {
            color: #384049;
            font-size: 12px;
        }

#default
{
    position: absolute;
    top: 1px;
    left: 0px;
}
#ebtws
{
    position: absolute;
    top: 1px;
    left: 71px;
}

#ebtbenefit
{
    position: absolute;
    top: 1px;
    left: 205px;
}

/*#ebtblog
{
    position: absolute;
    top: 1px;
    left: 273px;
}*/

#ebthtstart
{
    position: absolute;
    top: 1px;
    left: 305px;
    _width: 150px;
    _left: 345px;
}


#contactus
{
    position: absolute;
    top: 1px;
    left: 420px;
    _width: 150px;
}
/*****************************FOOTER*************************************************/
footer
{
    position: relative;
    background: #ebebeb;
    height: 240px;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 18px;
}

    footer div dl
    {
        float: left;
        width: 155px;
        text-align: left;
        margin-top: 0px;
        margin-bottom: 0px;
    }

/*#footerLogo
{
    position: absolute;
    top: 30px;
    right: 30px;
    text-align: right;
}*/

#footerLogo
{
    position: absolute;
    top: 15px;
    right: 0px;
    text-align: right;
}

    #footerLogo a
    {
        width: 24px;
        height: 24px;
        /*margin-left: 12px;*/
    }


/*#copyright
{
    text-align: right;
    position: absolute;
    top: 70px;
    right: 30px;
    color: #8f8f8f;
    font-size: 12px;
}*/

#copyright
{
    text-align: right;
    position: absolute;
    top: 50px;
    right: 30px;
    color: #8f8f8f;
    font-size: 12px;
}

/*#atebt
{
    position:absolute;
    top:130px;
    right:230px;
}

#atebt1
{
    position:absolute;
    top:130px;
    right:30px;
}*/

#atebt
{
    position:absolute;
    top:25px;
    right:272px;
}

#atebt1
{
    position:absolute;
    top:25px;
    right:65px;
}

#lblatebt
{
    position:absolute;
    top:120px;
    right: 285px;
    color: #8f8f8f;
    font-size: 12px;
}
#lblatebt2
{
    position:absolute;
   top: 140px;
  right: 252px;
    color: #8f8f8f;
    font-size: 12px;
}

#lblatebt1
{
    position:absolute;
    top: 120px;
    right: 57px;
    color: #8f8f8f;
    font-size: 12px;
}

#lblatebt3
{
    position:absolute;
   top: 140px;
  right: 69px;
    color: #8f8f8f;
    font-size: 12px;
}

#bookebt
{
    position:absolute;
    top:130px;
    right:10px;
}
/*#lblatebt
{
    position:absolute;
    top:220px;
    right:220px;
    color: #8f8f8f;
    font-size: 12px;
}

#lblatebt1
{
    position:absolute;
    top: 220px;
    right: 15px;
    color: #8f8f8f;
    font-size: 12px;
}*/

#lblbookebt
{
    position:absolute;
    top:215px;
    right:0;
    color: #8f8f8f;
    font-size: 12px;
}
/**************登录提示框样式*************************************/
#alert, #MessageBox
{
    border: 2px solid #eaf1f3;
    width: 300px;
    height: 150px;
    background: #D7DCDF;
    z-index: 1000;
    position: absolute;
    display: none;
    letter-spacing: 0;
}

    #alert h4, #MessageBox h4
    {
        height: 20px;
        background: #eaf1f3;
        color: gray;
        padding: 5px 0 0 5px;
    }

        #alert h4 span, #MessageBox h4 span
        {
            float: left;
        }

            #alert h4 span#close, #MessageBox h4 span#close
            {
                margin-left: 200px;
                font-weight: 500;
                cursor: pointer;
            }

    #alert p, #MessageBox p
    {
        padding: 12px 0 0 30px;
    }

        #alert p input, #MessageBox p input
        {
            width: 120px;
            margin-left: 20px;
        }

            #alert p input.sub, #MessageBox p input.sub
            {
                width: 60px;
                margin-left: 100px;
                margin-top: 20px;
            }

.ui-btn-text
{
    text-indent: -10000px;
}


/*
回到顶端按钮样式
*/
#back-top {
	position: fixed;
	top: 86%;
	right: 90px;
     z-index:999;   
}
#back-top a {
	width: 58px;
	display: block;
	text-align: center;	
	text-transform: uppercase;
	text-decoration: none;
	color: #0b81bf;    	
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #006699;
}
#back-top span {
	width: 58px;
	height: 58px;
	display: block;
	margin-bottom: 7px;
	background: #0b81bf url(/Images/up-arrow.png) no-repeat center;
	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;   
}
#back-top a:hover span {
	background-color: #006699;
}


a {
    color: black;
}

#online_question {
    width: 120px;
    height: 50px;
    position: fixed;
    top: 25%;
    right: -70px;
    background: url(/Images/buyebt/online_question.jpg);
    cursor: pointer;
}

    #online_question:hover {
        right: 0;
    }
/*
QQ微信在线客服样式
*/
.mt10 { margin-top:10px }
.fs14 { font-size:14px }
.service_box{ position:fixed; z-index:1000;right:-147px;top:50%;margin-top:-100px;width:146px;border:1px solid #ece8e5; background:#fff; }
.service_box .tab_nav{ position:absolute;left:-49px;top:-1px;}
.service_box .tab_nav > li {background:#ece8e5;border-bottom:1px solid #dfdbd9;}
.service_box .tab_nav > li.active{ background:#ff6b09;}
.service_box .tab_nav > li > a{ display:block; width:35px;padding:12px 6px 12px 8px; line-height:14px; text-align:center;color:#2c2c2c; text-decoration:none;}
.service_box .tab_nav > li.active > a{ color:#fff;}
.service_box .tab_nav .icon{ display:block; height:28px;width:28px; background:url(/Images/bg_online_service_new.gif) no-repeat; overflow:hidden;margin:3px 5px;*margin:6px 0;}
.service_box .tab_nav .icon_1{ background-position:0 0 ;}
.service_box .tab_nav .icon_2{ background-position:-28px 0 ;}
.service_box .tab_nav .icon_3{ background-position:-56px 0 ;}
.service_box .tab_nav .active .icon_1{ background-position:0 -28px ;}
.service_box .tab_nav .active .icon_2{ background-position:-28px -28px ;}
.service_box .tab_nav .active .icon_3{ background-position:-56px -28px ;}
.service_box .tab_content{padding:20px 5px 10px; position:relative;}
.service_box .tab_plan{ display:none; text-align:center;}
.service_box .tab_plan p{color:#333;}