﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
    background: #fff;
    font-size: 0.80em;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}


/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 100%;    
    background-color:#fff;
    margin: 0px auto 0px auto;
    border: 0px solid #496077;
}

.page1
{
    width: 100%;    
    margin-top:0px;
    background-color:#fff;
    margin: 0px auto 0px auto;
    border: 0px solid #496077;
}

.page1 .mtop
{
    width: 100%;   
    height:300px;
    background-color:#000000;
}

.clearlix
{
    height: 2px;
    width: 100%;
    background-color: #6699CC;
}
.header
{
    text-align:center;
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #fff;
    width: 100%;
    height:100px;
    color: #808080;
    top: 0px;
    left: 0px;
}
.header_div1
{   width:1000px;
    margin: 0 auto;
}
 
.header_div1 .logo
{    
    float:left;
    margin-top:15px;
    margin-left:10px;
 }
 
 .header_div1 .hdh
{    
    float:right;
    margin-top:10px;
    margin-right:10px;
 }
 
 .header_div1 .hdh a
{    
   color:#000;
   font-size:13px;
   cursor:pointer
 }
 
 .header_div1 .hdh a:hover
{
    border-bottom: solid 1px;
}
 
.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}


.main
{
    text-align:center;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.main1
{   text-align:center;
    margin: 0px 0px 0px 0px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}
/*
.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}
*/

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    position:relative;
    display: block;
    float: right;
    text-align: left;
    width: 216px;
    top:45px;
    right:11px;
    height: 55px;
}

.loginDisplay
{
    font-size: 1.2em;
    display: block;
    text-align: right;
    padding: 10px;
    color: #000000;
}

.loginDisplay a:link
{
    color: #000000;
}

.loginDisplay a:visited
{
    color: #000000;
}

.loginDisplay a:hover
{
    color: #000000;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}
.clearfix
{
    margin-top: 95px;
    margin-bottom:65px;
    height: 2px;
    width: 100%;
    background-color: #e6e6e6;
    text-align: center;
    z-index:1;
}

.clearfin
{   position:relative;
    top:-30px;
    width: 752px;
    margin: 0 auto;
    z-index:2;
}

.clearfin a
{
    border-width: 0px;
    float: left;
}

.clearfin .a1
{
    border-width: 0px;
    float: left;
    margin-left: 164px;
}

.clearfin img
{
    border-width: 0px;
    width: 65px;
    height: 65px;
}

.container {
    position: relative;
    margin: 0 auto;
    top: 30px;
    width: 986px;
    background-color: #fff;
    text-align: center;
    left: 0px;
    overflow: hidden;
}

    .container .main_l {
        float: left;
        position: relative;
        width: 225px;
        background-color: #EBEBEB;
        margin-bottom: -10000px;
        padding-bottom: 10000px;
    }

.container .main_l h1
{
    background-color: #cccccc;
    padding-top: 14px;
    padding-bottom: 9px;
    font-size: 13px;
    font-family: "microsoft yahei";
    color: #666666;
}

.container .main_l ul li
{
    border-bottom: 1px solid #CCCCCC;
    padding-top: 11px;
    padding-bottom: 6px;
    list-style-type: square;
    list-style-position: inside;
    color: #EBEBEB;
}
.container .main_l ul li span
{
    color: #666666;
    font-size: 13px;
    font-family:"microsoft yahei";
}

.footer
{
    width: 100%;
    padding-top:30px;
    padding-bottom:30px;
    text-align: center;
    /*background-color:#F0F0F0;*/   
    /*background: #f5f5f5;*/
    background: #EBEBEB;
	border-top: 1px solid #e6e6e6;
	/*border-bottom: 1px solid #e6e6e6;*/
}
.dm_foot_main
{
    width: 1000px;
    margin: 0 auto;
    
}

.foot_list
{
    float:left;
    list-style: none;
    padding-left:120px;
}
    
.foot_list li
{
    float: left;
    width: 199px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #0b95d6;
    text-align: left;
    text-indent: 30px;
} 

.foot_list li a
{
    display: list-item;
    font-size: 14px;
    color: #0b95d6;
    margin-top:5px;
}
.foot_list li a strong
{
    font-size: 21px;
    font-family: 黑体;
    font-weight: bold;
}
.foot_bot
{
     width: 100%;
     text-align: center;
     background: #EBEBEB;
      font-size:13px;
 }
.foot_bot1
{
     padding-top:5px;
     padding-bottom:5px;
     width: 950px;
     height: 30px;
     margin: 0 auto;
}

.foot_bot1 a
{
    color:#0b95d6;
}

.boxa
{
    position: relative;
    float: left;
    width: 100%;
    height: 450px;
    text-align: center;
    background: url(../Images/bga.png) repeat;
}

.boxa1
{
    position: relative;
    float: left;
    width: 100%;
    height: 396px;
    text-align: center;
    background: url(../Images/bga.png) repeat;
    margin-bottom:120px;
}

.boxc
{
    text-align: center;
}

.boxb
{
    margin: 0 auto;
    text-align: center;
    position: relative;
    /*border: 2px solid #cccccc;*/
    background-color: #f2f2f2;
    width: 940px;
    height: 450px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    z-index: 2;
} 

.boxa img
{ 
    position:relative;
     margin:75px auto;
}

.listbox
{
    position: relative; margin:0 auto; top:-49px;  width:891px;  z-index: 2; left: 0px;
}

.listbox .box
{
    position: relative;
    float: left;
    width: 165px;
    height: 167px;
    background-image: url('../images/lkbutton3b.jpg');
    text-align: center;
    cursor:pointer;
}

.listbox .box1
{
    position: relative;
    float: left;
    margin-left:77px;
    width: 165px;
    height: 167px;
    background-image: url('../images/lkbutton3b.jpg');
    text-align: center;
    cursor:pointer;
}

.listbox .lktext
{
    position: relative;
    top: 66px;
    margin: 0 auto;
    font-family: 微软雅黑;
    font-size: 26px;
    color: #FFFFFF;
    font-weight: 500;
}


.ppgs {
    top: 25px;
    z-index: 2;
    position: relative;
    text-align: center;
}

    .ppgs .ppgsab {
        width: 860px;
        margin: 0 auto;
    }

        .ppgs .ppgsab .ppgsa {
            float: left;
            position: relative;
            border: 1px solid #cccccc;
            background-color: #ffffff;
            width: 285px;
            height: 480px;
            -webkit-border-radius: 65px;
            -moz-border-radius: 65px;
            -o-border-radius: 65px;
            border-radius: 65px;
            z-index: 2;
            text-align: center;
            behavior: url(styles/iecss3.htc)
        }


            .ppgs .ppgsab .ppgsa img {
                position: relative;
                top: 65px;
                margin: 0 auto;
                height: 93px;
                width: 283px;
                left: 0px;
            }

            .ppgs .ppgsab .ppgsa .ora {
                position: relative;
                top: 285px;
                width: 283px;
            }

                .ppgs .ppgsab .ppgsa .ora img {
                    position: relative;
                    top: 0px;
                    width: 220px;
                    height: 32px;
                }

        .ppgs .ppgsab .ppgsb {
            float: right;
            position: relative;
            border: 1px solid #cccccc;
            background-color: #ffffff;
            width: 520px;
            height: 480px;
            -webkit-border-radius: 65px;
            -moz-border-radius: 65px;
            -o-border-radius: 65px;
            border-radius: 65px;
            z-index: 2;
            behavior: url(styles/iecss3.htc)
        }

            .ppgs .ppgsab .ppgsb .img {
                position: relative;
                top: 45px;
                margin-left: 5px;
                text-align: left;
            }


            .ppgs .ppgsab .ppgsb .ppsm {
                position: relative;
                top: 50px;
                width: 460px;
                margin: 0 auto;
                height: 191px;
            }

.ppgs .ppgsab .ppgsb .ppsm p
{
     line-height: 23px;
 }
.ppgs .ppgsab .ppgsb .ppsm span
{
    float: left;
    font-size: 14px;
    text-align: left;
}

.ppgs .ppgsab .ppgsb .ppsm .ppgs
{
    float: right;
    font-size: 14px;
}

.ppgs .ppgsab .ppgsb .ppsm .ppgs a
{
    font-size: 14px;
    color:#696969;
    margin-right:15px;
}

.loc{
    width:100%;
}

.loc .wp986
{
     width:961px;
     margin:0 auto;
     padding:5px;
}

.loc .wp986 ul
{
    float:left;
}

.loc .wp986 ul li
{
    float: left;
    font-family: "microsoft yahei";
    color: #666666;
    font-size: 14px;
}

.loc .wp986 ul li a
{
    background: url('../images/crumbs.png') no-repeat right;
    padding-right: 15px;
    padding-top:2px;
    float: left;
    display: block;
    color: #666666;
}

.pagination
{
     width:1000px;
     text-align:center;
     margin-top:30px;
}


.pagination1
{
     width:100%;
     text-align:center;
     margin-top:15px;
     margin-bottom:5px;
}

.pager
{
	height: 20px;
	line-height: 18px;
	padding-bottom: 5px;
	font-size:14px;
	font-family:"microsoft yahei";
}
.pager a
{
    margin: 2px;
    padding: 2px 5px;
    border: 1px solid #666666;
    text-decoration: none;
    color: #000000;
    background-color: #fff;
}
.pager a:hover
{
	border: 1px solid #999999;
	color: #666666;
}
.pager A:active
{
	border: 1px solid #999999;
	color: #666666;
}
.pager .cpb
{
	margin: 2px;
	padding: 2px 5px;
	border: 1px solid #FE9B1B;
	font-weight: bold;
	color: #666666;
	background-color: #fff;
}
.currentpageindex
{
	color: Red;
}
.pagecount
{
	color: Red;
}
.custominfoclass
{
	padding-right: 5px;
	padding-top: 5px;
	width: auto;
}
