﻿* {
    padding: 0px auto;
    margin: 0px auto;
    font-family: 微软雅黑,SimSun;
}

body
{
	text-align: center;
	margin: 0;
	padding-top:0;
	font-family: "微软雅黑" , "宋体";
	background-color:#eef7fe;
	overflow-y: scroll!important;overflow-y: scroll\0;
}

a
{
	text-decoration:none;
}
a:visited
{
    color: #3366FF;
}
a:hover
{
	text-decoration:underline;
}

.content
{
	width: 1000px;
	text-align:left;
	background-color:#fff;
    margin-top:10px;
}

.header {
    width: 100%;
    text-align: left;
    
    padding-top:0;
    margin-top:0;
    background-color:#fff;
}
.header_content {
    width:1000px;
    padding-top:30px;
    padding-bottom:5px;
    background-color:#fff;
}

.help_content img {
    border:0;
}

.logo {
    float:left;
}

    .logo img {
        border: none;
    }
.title_and_brand
{
    float:left;
    margin-left:60px;
    background-color: #FFFFB0;
    width: 388px;
    height: 30px;
    line-height: 30px;
    text-align: left;
    text-indent: 10px;
    letter-spacing: 2px;
    font-size: 15pt;
    text-align: center;
    color: #0066FF;
    font-weight:bold;
}
.tel {
    float:right;
    margin-right:5px;
}
    .tel span {
        font-size:15pt;
        color:#222222;
    }
/*菜单*/
.menu_div {
    height: 40px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    background-color: #fff;
    width: 100%;
}

.menu,
.menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.menu {
    width: 1000px;
    height: 40px;
    line-height: 40px;
    margin: 0px auto;
    padding-left: 1px;
    background-image: url("/img/menu_items_bg.jpg");
    background-repeat: no-repeat;
}

    .menu ul.sub {
        position: absolute;
        left: -9999px;
        top: 35px;
        background: #000000;
        padding: 0 0 0 10px;
        margin-left: -2px;
        z-index: -1;
        padding-top: 15px;
        padding-bottom: 10px;
    }

    .menu ul.sub1 {
        width: 150px;
    }

    .menu ul .sub dl {
        float: left;
        width: 150px;
    }

        .menu ul.sub dl dt {
            color: #d9a105;
            text-align: left;
            text-indent: 5px;
            height: 25px;
            line-height: 25px;
            font-size: 14px;
        }

        .menu ul.sub dl dd a {
            display: block;
            background-image: none;
            width: 120px;
            height: 25px;
            line-height: 25px;
            font-size: 14px;
            background-color: #fff;
        }

            .menu ul.sub dl dd a:hover {
                background-color: #5f5e5e;
                color: #fff;
            }

    .menu li.top-li {
        float: left;
        position: relative;
        z-index: 50;
    }

        .menu li.top-li a {
            float: left;
            display: block;
            width: 120px;
            background-image: url("/img/menu_item_bg.jpg");
            background-repeat: no-repeat;
            color: #000000;
            text-decoration: none;
        }

            .menu li.top-li a.top-a {
                display: block;
                float: left;
                line-height: 40px;
                padding: 0;
                text-decoration: none;
                font-size: 12pt;
            }

                .menu li.top-li a.top-a:hover {
                    background: #000000;
                    color: #fff;
                }

        .menu li.top-li:hover > a.top-a {
            background: #000000;
            color: #fff;
            height: 41px;
            margin-top: -1px;
            margin-left: -2px;
            width: 122px;
        }

    .menu li.has-sub a.top-a {
        background-image: url("/img/menu_item_bg_array.jpg");
    }

        .menu li.has-sub a.top-a:hover {
            height: 40px;
            background-image: url("/img/menu_item_bg_array_hover.jpg");
        }

    .menu li.has-sub:hover > a.top-a {
        height: 40px;
    }

    .menu ul li {
        width: 150px;
        float: left;
    }


        .menu ul li a {
            line-height: 15px;
            color: #fff;
            background: #666;
            display: block;
            width: 120px;
            margin-bottom: 1px;
            padding: 5px 10px;
            text-decoration: none;
            font-size: 12px;
        }

            .menu ul li a:hover {
                background: #ccc;
            }

      

    .menu :hover ul.sub {
        left: 0;
    }

    .menu :hover ul.left1 {
        left: -150px;
    }

    /* for IE6 */
    .menu table {
        border-collapse: collapse;
        margin-bottom: -1px;
    }

    * html .menu ul.sub {
        border: 0;
    }

    * html .menu ul li.bottomLine {
        padding: 5px 0 5px 10px;
    }

.title_div {
    margin-top:20px;color:#2f9dfa; font-size:15pt;
}
hr
{
	margin-top:10px;
	width:800px;
}

.help_content
{
	width:800px;
    min-height:600px;
    padding:20px;
}

.help_content h4
{
	margin-top:10px;
	text-indent:200px;
	font-size:13pt;
}
.help_body h5
{
	font-size:11pt;
}
.help_body
{
	font-size:11pt;	
}
.help_body p
{
	margin-top:15px;
}

.help_body p a:hover
{
	text-decoration:underline;
}

.shadow_div
{
	border: 1px solid #999999\9;
	
	-moz-box-shadow: 2px 2px 10px #000000; /*firefox*/
	-webkit-box-shadow: 2px 1px 10px #000000; /*safari或chrome*/
	box-shadow: 0px 0px 3px #000000;
}
:root .shadow_div
{ border:0 \0/IE9; }


h1
{
    font-size: 15pt;
    color:#222222;
    letter-spacing: 1px;
}
h2
{
    margin-top: 20px;
    font-size: 12pt;
    color: #0370E7;
}
p
{
    margin-top: 10px;
    font-size: 11pt;
    line-height: 25px;
    letter-spacing: 1px;
    color: #3A3A3A;
}
.hot_line
{
	background-color: #ffffff;
	top: 25px;
	position: absolute;
	margin-left: 728px;
	width: 223px;
	height: 25px;
	line-height: 25px;
	color: #990000;
	font-size: 12pt;
	text-align: left;
	text-indent: 7px;
	font-weight: bold;
}
.answer
{
    color: #800000;
    font-weight:bold;
}
.contact{
	width:800px;
    padding:20px;
}
    .contact b {
        font-size:14pt;
        color:#ff6a00;
    }

.footer {
    width:1000px; height:40px; clear:both; margin-bottom:10px; margin-top:5px; font-size:10pt; text-align:left; text-indent:100px;
}

/*屏蔽广告*/
body > iframe {
    opacity: 0;
    display: none;
}

div#last-div ~ div {
    opacity: 0;
    display: none;
}