﻿html {
    background:#FFFFFF url(/images/bg.png) no-repeat center bottom;
    background-size:100%;
}
body
{
    margin:0;
    padding:0;
}
div,ul,li,td,p,h1,h2,h3,h4,h5,h6,form,input,textarea
{
    margin:0;
    padding:0;
    list-style:none;
    font-size:13px;
    text-align:left;
    /*font-family:"Microsoft YaHei" ! important;*/
    font-family:\5B8B\4F53,Arial Narrow,arial,serif;
}
li,td,p,h1,h2,h3,h4,h5,h6,form,input,textarea
{
    text-align:left;
}
img
{
    border:none;
    padding:0;
    margin:0;
}

a {color: #333333; text-decoration:none;}
a:visited {color: #333333;text-decoration:none;}
a:hover {color: #000000; text-decoration:none;}
a:active {color: #333333;}

.clear
{
	clear:both;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}

/*gotop*/
.cbbfixed {position: fixed;right: 10px;transition: bottom ease .3s;bottom: -85px;z-index: 3;cursor:pointer;}
.cbbfixed .cbbtn {width: 40px;height: 40px;display: block;background-color: #02a2aa;}
.cbbfixed .gotop {transition: background-color ease .3s;margin-top: 1px;}
.cbbfixed .gotop .up-icon{float:left;margin:14px 0 0 9px;width:23px;height:12px;background: url(../images/side-icon02.png);}
.cbbfixed .gotop:hover {background-color:#2c2d2e;}
.cbbfixed .cweixin {background: none;}
.cbbfixed .cweixin:hover div {display: block;transform: scale(1);-webkit-transform: scale(1);opacity: 1;*display:block;}
.cbbfixed .cweixin .weixin-icon{float: left;margin:12px 0 0 11px;width:18px;height: 18px; background: url(../images/side-icon01.png);}

/* header */
#header {
    margin: 0;
    width: 100%;

}
    #header ul.top {
        margin:0 auto;
        width: 100%;
        height: 140px;
        overflow: hidden;
        border-bottom:1px solid #DCDCDC;
    }
        #header ul.top li {
            padding:10px 0 0 0;
            text-align: center;
        }
            #header ul.top li img {
                margin: 0 auto;
                display:block;
            }
            #header ul.top li b {
                display: block;
                height:40px;
                font-size: 26px;
                color: #8A8A8A;
                font-weight: normal;
                padding:8px 0 0 0;
                letter-spacing:1px;
                font-family: "Microsoft YaHei" !important;
            }
            #header ul.top li em {
                display: block;
                font-size: 12px;
                color: #8A8A8A;
                font-style: normal;
                font-family:Arial;
            }

    #header ul.nav {
        clear: both;
        margin:0 auto;
        width:1000px;
        height: 55px;
        overflow: hidden;
    }
        #header ul.nav li {
            text-align:center;
            height: 55px;
            line-height:55px;
        }
            #header ul.nav li a {
                display:inline-block;
                margin:0 41px;
                width:60px;
                height:55px;
                font-size:14px;
                color:#6A6A6A;
            }
                #header ul.nav li a:hover {
                    color:#D1282F;
                }

#banner {
    margin:0 auto;
    width: 100%;
    height: 390px;
    overflow: hidden;
}
#slides { display:block; width:100%; height:390px; list-style:none; padding:0; margin:0; position:relative}
#slides li { display:block; width:100%; height:100%; list-style:none; padding:0; margin:0; position:absolute}
#slides li a { display:block; width:100%; height:100%; text-indent:-9999px}
#pagination { display:block; list-style:none; position:absolute; left:50%; top:560px; z-index:9900;  padding:5px 15px 5px 0; margin:0}
#pagination li { display:block; list-style:none; width:10px; height:10px; float:left; margin-left:15px; border-radius:5px; background:#FFF }
#pagination li a { display:block; width:100%; height:100%; padding:0; margin:0;  text-indent:-9999px;}
#pagination li.current { background:#0092CE}

#footer
{
    margin:auto;
    width:100%;
    overflow:hidden;
    background:#000000;
}
    #footer ul {
        margin: 0 auto;
        width: 1000px;
    }
        #footer ul li.menu {
            height:20px;
            padding:20px 0 0 0;
            text-align:center;
            color:#666666;
        }
            #footer ul li.menu a {
                color:#666666
            }
                #footer ul li.menu a:hover {
                    color:#FFFFFF;
                }
        #footer ul li.text {
            padding: 10px 0;
            text-align: center;
            line-height: 22px;
            color: #666666;
            font-size: 12px;
        }


#main {
    margin:0 auto;
    width:100%;
}
    #main ul.so {
        margin:0 auto;
        width:1100px;
    }
        #main ul.so li.s {
            margin:0 auto;
            width:810px;
            height:42px;
            padding:18px 0 0 0;
            overflow:hidden;
        }
            #main ul.so li.s label {
                float:left;
                width:260px;
                height:32px;
                font-size:22px;
                line-height:28px;
                color:#767676;
                font-family: "Microsoft YaHei" !important;
            }
                #main ul.so li.s label em {
                    display:inline-block;
                    font-style:normal;
                    color:#D3373B;
                    height:28px;
                    font-size:20px;
                    margin-left:19px;
                    padding:0 0 0 19px;
                    border-left:4px solid #D3373B;
                }
            #main ul.so li.s span {
                float:left;
                width:350px;
                height:32px;
                line-height:32px;
            }
                #main ul.so li.s span b {
                    float:left;
                    width:99px;
                    text-align:right;
                    font-weight:normal;
                    color:#696969;
                    font-size:12px;
                }
                #main ul.so li.s span input {
                    float:left;
                    width:239px;
                    height:30px;
                    padding:0 5px;
                    border:1px solid #E8E8E8;
                }
                    #main ul.so li.s span input.btn {
                        position:absolute;
                        margin-left:-31px;
                        margin-top:1px;
                        width:30px;
                        height:30px;
                        border:none;
                        cursor:pointer;
                        background:url(/images/so_btn.jpg) no-repeat 0 0;
                    }

        #main ul.so li.x {
            height:30px;
            overflow:hidden;
            text-align:center;
            font-size:12px;
            color:#999999;
        }

        #main ul.so li.s span.wso {
            float: left;
            width: 150px;
            height: 32px;
            line-height: 32px;
            padding:0 0 0 50px;
        }
            #main ul.so li.s span.wso input {
                float: left;
                width: 138px;
                height: 30px;
                padding: 0 5px;
                border: 1px solid #E8E8E8;
            }
                #main ul.so li.s span.wso input.btn {
                    position: absolute;
                    margin-left: -32px;
                    margin-top: 1px;
                    width: 30px;
                    height: 30px;
                    border: none;
                    cursor: pointer;
                    background: url(/images/so_btn.jpg) no-repeat 0 0;
                }

    #main ul.form {
        width:100%;
        min-width:1200px;
        height:98px;
        border-bottom:1px solid #F1F1F1;
    }
        #main ul.form li {
            text-align:center;
        }
            #main ul.form li a {
                display:inline-block;
                width:256px;
                height:80px;
                color:#FFFFFF;
                background:#A0A0A0;
                font-size:18px;
                font-family: "Microsoft YaHei" !important;
            }
                #main ul.form li a:hover,#main ul.form li a.o {
                    background:#D3373B;
                }
                #main ul.form li a b {
                    display:block;
                    font-weight:normal;
                    padding:15px 0 5px 0;
                }
                #main ul.form li a em {
                    display:block;
                    font-style:normal;
                    font-size:16px;
                }
    #main ul.news {
        clear:both;
        margin:0 auto;
        width:1100px;
        height:660px;
        overflow:hidden;
        padding:15px 0 0 0;
    }
        #main ul.news li.pic {
            float:left;
            width:400px;
            height:300px;
            overflow:hidden;
        }
#kinMaxShow{display:none;}
        #main ul.news li.li {
            float:right;
            width:670px;
            height:300px;
            overflow:hidden;
        }
            #main ul.news li.li a.i {
                display: block;
                height: 37px;
                line-height: 37px;
                border-bottom: 1px solid #D9D9D9;
            }
                #main ul.news li.li a.i b {
                    float: left;
                    width: 580px;
                    font-weight: normal;
                    color: #404040;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }
                #main ul.news li.li a.i:hover b {
                    color: #D3373B;
                }
                #main ul.news li.li a.i em {
                    float: right;
                    width: 90px;
                    text-align: center;
                    font-style: normal;
                    color: #999999;
                }

                #main ul.news li.li a.t {
                    display: block;
                    height: 80px;
                    line-height: 31px;
                    border-bottom: 1px solid #D9D9D9;
                }
                    #main ul.news li.li a.t b {
                        display: block;
                        font-size: 15px;
                        height:30px;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                    }
                    #main ul.news li.li a.t span {
                        display: block;
                        height:70px;
                        line-height: 20px;
                        color: #666666;
                        display: -webkit-box;
                        -webkit-box-orient: vertical;
                        -webkit-line-clamp: 2;
                        overflow: hidden;
                    }
            #main ul.news li.li > span {
                display: block;
                text-align:right;
                padding:8px 10px 0 0;
            }
#main ul.news li.ili {
    clear: both;
    height: 320px;
    overflow: hidden;
    padding: 20px 0 0 0;
}
    #main ul.news li.ili div {
        float: left;
        width: 530px;
        height: 320px;
    }
        #main ul.news li.ili div i {
            display: block;
            height: 30px;
            line-height:30px;
            font-size: 15px;
            font-weight: bold;
            font-style: normal;
            padding:0 10px 0 0;
            border-bottom: 1px solid #999999;
        }
            #main ul.news li.ili div i a {
                float:right;
                font-size:13px;
                color:#666666;
                font-weight:normal;
            }
            #main ul.news li.ili div i a:hover {
                color:#CC0000;
            }
        #main ul.news li.ili div a.i {
            display: block;
            height: 35px;
            line-height: 35px;
            border-bottom: 1px dotted #D9D9D9;
        }
        #main ul.news li.ili div a.i b {
            float: left;
            font-weight: normal;
            color: #404040;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        #main ul.news li.ili div a.i:hover b {
            color: #D3373B;
        }
        #main ul.news li.ili div a.i em {
            float: right;
            width: 90px;
            text-align: center;
            font-style: normal;
            color: #999999;
        }

        #main ul.news li.ili div a.t {
            display: block;
            height: 90px;
            padding:10px 0 0 0;
            border-bottom: 1px dotted #D9D9D9;
        }
            #main ul.news li.ili div a.t img {
                float: left;
                width: 100px;
                height: 75px;
            }
            #main ul.news li.ili div a.t span {
                float: right;
                width: 420px;
                height: 60px;
            }
                #main ul.news li.ili div a.t span b {
                    display: block;
                    font-size: 14px;
                    font-weight: bold;
                    height: 20px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }
                #main ul.news li.ili div a.t span label {
                    display: block;
                    line-height: 20px;
                    color: #666666;
                    height: 60px;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 3;
                    overflow: hidden;
                }


    #main ul.list {
        clear:both;
        margin:0 auto;
        width:100%;
        height:265px;
        overflow:hidden;
        background:#F2F2F2;
    }
        #main ul.list li.t {
            margin: 0 auto;
            width: 1100px;
            padding: 20px 0 0 0;
            height: 58px;
            text-align:center;
        }
            #main ul.list li.t label {
                display:block;
                margin:0 auto;
                width:420px;
                height:28px;
                line-height:28px;
                font-size:22px;
                line-height:28px;
                color:#767676;
                font-family: "Microsoft YaHei" !important;
            }
                #main ul.list li.t label em {
                    display: inline-block;
                    font-style: normal;
                    color: #D3373B;
                    height: 28px;
                    font-size: 16px;
                    margin-left: 19px;
                    padding: 0 0 0 19px;
                    border-left: 4px solid #D3373B;
                }
        #main ul.list li.i {
            margin: 0 auto;
            width: 1100px;
        }
            #main ul.list li.i a {
                float:left;
                margin-right:36px;
                width:342px;
                overflow:hidden;
            }
                #main ul.list li.i a img {
                    float:left;
                    width:120px;
                    height:157px;
                    border:1px solid #FFFFFF;
                }
                #main ul.list li.i a b {
                    float:right;
                    width:210px;
                    height:30px;
                    line-height:30px;
                    color:#404040;
                }
                #main ul.list li.i a:hover b {
                    color:#D3373B;
                }
                #main ul.list li.i a label {
                    float:right;
                    width:210px;
                    height:120px;
                    line-height:20px;
                    font-size:12px;
                    color:#747474;
                }

    #main ul.kb {
        clear:both;
        margin:0 auto;
        width:1100px;
        height:360px;
        padding:40px 0 0 0;
        overflow:hidden;
    }
        #main ul.kb li.k {
            float:left;
            width:154px;
            height:212px;
        }
            #main ul.kb li.k img {
                display:block;
                width:152px;
                height:210px;
                border:1px solid #C1C1C1;
            }

        #main ul.kb li.blist {
            float:right;
            width:930px;
            height:210px;
            overflow:hidden;
        }
#sBox{ width:930px; height:210px; margin:0 auto; background:#333; position:relative; overflow:hidden;}
#sBox .oUlplay { width:99999px; position:absolute; left:0; top:0;}
#sBox .oUlplay li{ float:left;}
#sBox .pre{ cursor:pointer; width:45px; height:45px; background:url(../images/l.png) no-repeat; position:absolute; top:80px; left:10px; z-index:10;}
#sBox .next{ cursor:pointer; width:45px; height:45px; background:url(../images/r.png) no-repeat; position:absolute; top:80px; right:10px; z-index:10;}
#sBox .smalltitle {width:930px; height:10px; position:absolute; bottom:15px; z-index:10}
#sBox .smalltitle ul{ width:auto; margin:0 20px; float:right;}
#sBox .smalltitle ul li{ width:10px; height:10px; margin:0 5px; border-radius:10px; background:#ffffff; float:left; overflow:hidden;*display:inline;*zoom:1;}
#sBox .smalltitle .thistitle{ background:#69aaec;}


#tis {
    margin:0 auto;
    clear:both;
    width:100%;
    height:46px;
    background:#F2F0F1;
    border-top:4px solid #FFFFFF;
}
    #tis span {
        display:block;
        margin:0 auto;
        width:1100px;
        height:46px;
        line-height:46px;
        text-align:right;
        color:#505050;
    }
        #tis span a {
            color:#505050;
        }
            #tis span a:hover {
                color:#C40100;
            }
        #tis span i {
            font-style:normal;
            padding:0 5px;
        }
        #tis span b {
            font-weight:normal;
            color:#C40100;
        }

#center
{
    margin:0 auto;
    width:1100px;
    overflow:hidden;
}
    #center div.left {
        float: left;
        width: 200px;
        overflow: hidden;
    }
    #center div.right {
        float: right;
        width: 880px;
        overflow: hidden;
    }
    #center div.left ul.menu {
        overflow: hidden;
    }
    #center div.left ul.menu li.t{
        position:absolute;
        margin-top:-46px;
        width:200px;
        height: 80px;
        overflow:hidden;
        background:#D3373B;
        text-align:center;
        color:#FFFFFF;
    }
        #center div.left ul.menu li.t b {
            display:block;
            font-weight:normal;
            font-size:18px;
            height:30px;
            padding:15px 0 0 0;
            font-family: "Microsoft YaHei" !important;
        }
        #center div.left ul.menu li.t em {
            display:block;
            font-style:normal;
            font-size:13px;
            font-family:Arial;
        }
    #center div.left ul.menu li.i {
        overflow: hidden;
        padding:34px 0;
    }
        #center div.left ul.menu li.i a {
            display: block;
            height: 48px;
            line-height: 48px;            
            font-size: 14px;
            font-weight:bold;
            text-align:center;
            color:#4E4E4E;
            background:#E8E8E8;
            border-top: 4px solid #FFFFFF;
        }
            #center div.left ul.menu li.i a:hover,#center div.left ul.menu li.i a.o {
                color:#FFFFFF;
                background:#555555;
            }

            
    #center div.right ul.text {
        padding: 10px;
    }
        #center div.right ul.text li.t {
            padding: 25px 0 20px 0;
            text-align: center;
            font-size: 16px;
            font-weight: bold;
            color: #666666;
            border-bottom: 1px dotted #E0E0E0;
        }
        #center div.right ul.text li.m {
            text-align: center;
            font-size: 12px;
            color: #666666;
            padding: 10px 0 15px 0;
        }
        #center div.right ul.text li.x {
            min-height:400px;
            clear:both;
            text-align: left;
            line-height: 24px;
            color: #333333;
        }
            #center div.right ul.text li.x p {
                padding: 10px 0;
                text-indent:32px;
            }
        #center div.right ul.text li.x img {
            max-width:100%;
        }
        #center div.right ul.text li.i {
            padding: 10px 0 0 0;
        }
            #center div.right ul.text li.i label {
                float: left;
                width: 177px;
                height: 86px;
                padding: 5px 10px 5px 0;
            }
                #center div.right ul.text li.i label img {
                    width: 175px;
                    height: 84px;
                    border: 1px solid #C6C6C6;
                }

    #center div.right ul.list {
        padding: 0;
    }
        #center div.right ul.list li.i {
            clear:both;
            height:158px;
            font-size: 13px;
            padding: 3px 0 0 0;
            border-bottom: 1px dotted #E1E1E1;
        }
            #center div.right ul.list li.i a {
                display:block;
                color: #505050;
                padding:10px 5px;
            }
                #center div.right ul.list li.i a:hover {
                    color: #CC0000;
                }
                #center div.right ul.list li.i a img {
                    float:left;
                    margin-right:20px;
                    width:180px;
                    height:135px;
                }
                #center div.right ul.list li.i a b {
                    font-size:15px;
                    line-height:26px;
                }
                #center div.right ul.list li.i a em {
                    font-style: normal;
                    color: #999999;
                    line-height:24px;
                }
                #center div.right ul.list li.i a span {
                    font-size: 13px;
                    color: #666666;
                    line-height: 24px;
                }

        #center div.right ul.list li.u {
            float:left;
            margin:20px 26px 0 0;
            width:200px;
            height:230px;
            overflow:hidden;
        }
            #center div.right ul.list li.u a {
                display:block;
            }
                #center div.right ul.list li.u a img {
                    display:block;
                    width:180px;
                    height:180px;
                    border:1px solid #E2E2E2;
                    padding:9px;
                }
                #center div.right ul.list li.u a b {
                    display:block;
                    padding:10px 0 0 0;
                    text-align:center;
                    font-weight:normal;
                }

        #center div.right ul.list li.k {
            float: left;
            margin: 20px 40px 0 0;
            width: 190px;
            height: 280px;
            overflow: hidden;
        }
            #center div.right ul.list li.k a {
                display:block;
            }
                #center div.right ul.list li.k a img {
                    display:block;
                    width:170px;
                    height:220px;
                    border:1px solid #E2E2E2;
                    padding:9px;
                }
                #center div.right ul.list li.k a b {
                    display:block;
                    padding:5px 0 0 0;
                    text-align:center;
                    font-weight:normal;
                    line-height:20px;
                }

        #center div.right ul.list li.so {
            clear:both;
            height:42px;
            padding:20px 0 0 0;
        }
            #center div.right ul.list li.so span {
                margin:0 auto;
                display:block;
                width:400px;
                height:32px;
                line-height:32px;
            }
                #center div.right ul.list li.so span b {
                    float: left;
                    width: 99px;
                    text-align: right;
                    font-weight: normal;
                    color: #696969;
                    font-size: 12px;
                }
                #center div.right ul.list li.so span input {
                    float: left;
                    width: 239px;
                    height: 30px;
                    padding: 0 5px;
                    border: 1px solid #E8E8E8;
                }
                    #center div.right ul.list li.so span input.btn {
                        position: absolute;
                        margin-left: -31px;
                        margin-top: 1px;
                        width: 30px;
                        height: 30px;
                        border: none;
                        cursor: pointer;
                        background: url(/images/so_btn.jpg) no-repeat 0 0;
                    }
        #center div.right ul.list li.o {
            clear:both;
            margin-top:20px;
            height:102px;
            overflow:hidden;
        }
            #center div.right ul.list li.o span {
                float:left;
                width:440px;
                height:34px;
                line-height:34px;
                overflow:hidden;
                background:#F2F0F1;
                color:#4C4C4C;
            }
                #center div.right ul.list li.o span b {
                    float:left;
                    width:90px;
                    height:34px;
                    text-align:right;
                    padding:0 20px 0 0;
                    border-right:1px solid #FFFFFF;
                }
                #center div.right ul.list li.o span label {
                    float:left;
                    width:300px;
                    height:34px;
                    padding:0 0 0 20px;
                }
                #center div.right ul.list li.o span.i {
                    background:#FFFFFF;
                }
                    #center div.right ul.list li.o span.i b {
                        border-right:1px solid #E1E1E1;
                    }
                #center div.right ul.list li.o span.s {
                    width:880px;
                }
        #center div.right ul.list li.not {
            clear:both;
            padding:50px 0;
            text-align:center;
            color:#666666;
        }



        #center div.right ul.list li.f {
            clear:both;     
            margin-top:15px;
            border-bottom:1px dotted #E2E2E2;    
        }
            #center div.right ul.list li.f a.t {
                display:block;
                height:30px;
                cursor:pointer;
                font-weight:bold;
            }
                #center div.right ul.list li.f a.t i {
                    font-style:normal;
                    letter-spacing:2px;
                }
            #center div.right ul.list li.f div.x {
                clear:both;
                line-height:24px;
                font-size:12px;
                padding:5px 0 20px 18px;
                color:#505050;
            }

        #center div.right ul.list li.d {
            clear:both;
            height:35px;
            line-height:30px;
            padding:10px 0 0 0;
            border-bottom:1px dotted #E2E2E2;
        }
            #center div.right ul.list li.d label {
                float:left;
                width:700px;
                font-style:normal;
                cursor:pointer;
            }
            #center div.right ul.list li.d a:hover label {
                color:#C40100;
            }
            #center div.right ul.list li.d em {
                float:right;
                width:90px;
                font-style:normal;
                color:#999999;
            }

        #center div.right ul.list li.v {
            clear: both;
            padding:20px 5px 10px 5px;
            height: 170px;
            font-size: 13px;
            border-bottom: 1px dotted #E1E1E1;
        }
            #center div.right ul.list li.v a {
                display:block;
                color: #505050;
            }
                #center div.right ul.list li.v a:hover {
                    color: #CC0000;
                }
                #center div.right ul.list li.v a img {
                    float:left;
                    width:120px;
                    height:157px;
                }
                #center div.right ul.list li.v a b {
                    float:right;
                    width:730px;
                    height:30px;
                    font-size:15px;
                    line-height:26px;
                }
                #center div.right ul.list li.v a label {
                    float:right;
                    width:730px;
                    height:100px;
                    overflow:hidden;
                    font-size: 13px;
                    color: #666666;
                    line-height: 24px;
                }
                #center div.right ul.list li.v a em {
                    float:right;
                    width:730px;
                    font-style: normal;
                    color: #CC0000;
                    line-height:24px;
                }

    #center div.right ul.list li.sli {
        padding: 20px 0 50px 0;
    }
        #center div.right ul.list li.sli a {
            display:block;
            height:35px;
            line-height:35px;
            border-bottom:1px solid #E2E2E2;
        }
            #center div.right ul.list li.sli a em {
                float: right;
                width: 80px;
                font-style: normal;
                color: #666666;
            }

#center div.right ul.per {
    clear: both;
    height: 100px;
    padding: 20px 0 0 0;
}

    #center div.right ul.tform {
        clear:both;
        width: 880px;
        padding:20px 0 0 0;
        background:url(/images/logo.jpg) no-repeat 100px 20px;
    }
        #center div.right ul.tform li.ct {
            text-align:center;
            font-size:24px;
            font-weight:bold;
            height:30px;
        }
        #center div.right ul.tform li.et {
            text-align:center;
            font-size:14px;
            font-family:Arial;
            height:22px;
        }
        #center div.right ul.tform li.x {
            clear:both;
            height:26px;
            line-height:26px;
            text-align:center;
            font-size:12px;
            padding:5px 0 0 0;
        }

    #center div.right ul.zform {
        clear:both;
        width:878px;
        border:1px solid #333333;
    }
        #center div.right ul.zform li.t {
            height:30px;
            line-height:30px;
            font-size:14px;
            font-weight:bold;
            text-indent:10px;
            border-bottom:1px solid #333333
        }
            #center div.right ul.zform li.t span {
                display:inline-block;
                padding:0 0 0 20px;
            }
                #center div.right ul.zform li.t span input {
                    position:absolute;
                    margin-top:9px;
                }
                #center div.right ul.zform li.t span label {
                    display: inline-block;
                    padding:0 20px 0 10px;
                }
        #center div.right ul.zform li.ti {
            clear:both;
            height:44px;
            padding:10px;
            border-bottom:1px solid #333333
        }
            #center div.right ul.zform li.ti span input {
                margin:4px 10px 0 0;
                position:absolute;
            }
            #center div.right ul.zform li.ti span label {
                display:inline-block;
                height:22px;
                line-height:22px;
                padding-left:20px;
            }
        #center div.right ul.zform li.i {
            clear: both;
            height: 50px;
            border-bottom: 1px solid #333333;
        }
        #center div.right ul.zform li.x {
            height: 100px;
        }
            #center div.right ul.zform li.i span {
                float:left;
                width:438px;
                height: 50px;
                border-right: 1px solid #333333;
            }
                #center div.right ul.zform li.i span.w {
                    width: 569px;
                }
                #center div.right ul.zform li.i span.s {
                    width: 307px;
                }
                #center div.right ul.zform li.i span.o {
                    width: 284px;
                }
                #center div.right ul.zform li.i span.r {
                    border-right: 1px solid #FFFFFF;
                }
                #center div.right ul.zform li.i b {
                    float: left;
                    height: 30px;
                    width:130px;
                    padding:10px 0;
                    font-weight: normal;
                    text-align: center;
                    border-right: 1px solid #333333;
                }
                #center div.right ul.zform li.x b {
                    float: left;
                    height: 30px;
                    width:130px;
                    padding:35px 0;
                    font-weight: normal;
                    text-align: center;
                    border-right: 1px solid #333333;
                }
                    #center div.right ul.zform li.i span b.t {
                        padding-top:16px;
                        height:24px;
                    }
                #center div.right ul.zform li.i span input {
                    margin:10px;
                    width:280px;
                    height:28px;
                    border:none;
                }
                #center div.right ul.zform li.i span.w input {
                    width:400px;
                }
                #center div.right ul.zform li.i span.s input {
                    width:150px;
                }
                #center div.right ul.zform li.i span.o input {
                    width:120px;
                }
                #center div.right ul.zform li.i span.sex {
                    width: 418px;
                    height: 35px;
                    padding:15px 0 0 20px;
                }
                #center div.right ul.zform li.i span.sex input {
                    position: absolute;
                    margin: 4px 10px 0 0;
                    width:auto;
                    height:auto;
                }
                #center div.right ul.zform li.i span.sex label {
                    display: inline-block;
                    width:100px;
                    height: 22px;
                    line-height: 22px;
                    padding-left: 20px;
                }
        #center div.right ul.zform li.i span.property {
            width:auto;
            height:auto;
            border:none;
            padding:15px 0 0 20px;
        }
            #center div.right ul.zform li.i span.property input {
                position: absolute;
                margin: 4px 10px 0 0;
                width: auto;
                height: auto;
            }
            #center div.right ul.zform li.i span.property label {
                display: inline-block;
                width: 200px;
                height: 22px;
                line-height: 22px;
                padding-left: 20px;
            }

            #center div.right ul.zform li.i textarea {
                float:left;
                margin:10px;
                width:720px;
                height:30px;
                border:none;
            }
            #center div.right ul.zform li.x textarea {
                float:left;
                margin:10px;
                width:720px;
                height:80px;
                border:none;
            }
        #center div.right ul.zform li.ix {
            clear:both;
            padding:10px;
            font-size:12px;
            line-height:22px;
        }


    #center div.right ul.bform {
        clear:both;
        width:880px;
        padding:20px 0 0 0;
    }
        #center div.right ul.bform li {
            height:100px;
            text-align:center;
        }
            #center div.right ul.bform li input {
                margin:0 auto;
                display:block;
                width:120px;
                height:40px;
                line-height:40px;
                text-align:center;
                background:#D3373B;
                font-size:16px;
                color:#FFFFFF;
                border:none;
                cursor:pointer;
            }
                #center div.right ul.bform li input:hover {
                    background:#CC0000;
                }