﻿.indexSection .indexHeader {
    width: 100%;
    height: 400px;
    /* background-image: url('../../../Images/Home/banner_02.png'); */
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: #2d2dc9;
}

    .indexSection .indexHeader .indexHeaderContent,
    .indexSection .indexHeader .indexHeaderContent .sliderSection {
        width: 1198px;
        height: 400px;
        margin: auto;
        position: relative;
        overflow: hidden;
    }

        .indexSection .indexHeader .indexHeaderContent .sliderSection {
            position: absolute;
        }

            .indexSection .indexHeader .indexHeaderContent .sliderSection .sliderBox {
            }

                .indexSection .indexHeader .indexHeaderContent .sliderSection .sliderBox li {
                    display: none;
                    position: absolute;
                    top: 0;
                    left: 0;
                }

                    .indexSection .indexHeader .indexHeaderContent .sliderSection .sliderBox li:first-child {
                        display: block;
                    }

            .indexSection .indexHeader .indexHeaderContent .sliderSection .itemIco {
                width: 100%;
                font-size: 0;
                text-align: center;
                position: absolute;
                bottom: 20px;
                left: 0;
            }

                .indexSection .indexHeader .indexHeaderContent .sliderSection .itemIco span:hover {
                    opacity: 0.8;
                    filter: alpha(opacity=80);
                }

                .indexSection .indexHeader .indexHeaderContent .sliderSection .itemIco span {
                    width: 18px;
                    height: 18px;
                    display: inline-block;
                    margin: 0 10px;
                    background: #fdfefd;
                    -moz-border-radius: 10px;
                    -webkit-border-radius: 10px;
                    border-radius: 10px;
                    opacity: 0.6;
                    filter: alpha(opacity=60);
                    -moz-transition: all 0.3s ease-in-out;
                    -o-transition: all 0.3s ease-in-out;
                    -webkit-transition: all 0.3s ease-in-out;
                    transition: all 0.3s ease-in-out;
                }

                    .indexSection .indexHeader .indexHeaderContent .sliderSection .itemIco span:active,
                    .indexSection .indexHeader .indexHeaderContent .sliderSection .itemIco span.active {
                        width: 52px;
                        opacity: 0.6;
                        filter: alpha(opacity=60);
                    }

        .indexSection .indexHeader .indexHeaderContent .asideNav {
            width: 220px;
            position: relative;
        }

            .indexSection .indexHeader .indexHeaderContent .asideNav .asideBg {
                width: 220px;
                height: 400px;
                background: #000; 
                /* filter: alpha(opacity=20); */
                opacity: 0.2; 
            }

            .indexSection .indexHeader .indexHeaderContent .asideNav ul {
                position: absolute;
                top: 0;
                left: 0;
                z-index: 1;
            }

                .indexSection .indexHeader .indexHeaderContent .asideNav ul.navBox > li {
                    width: 180px;
                    height: 66px;
                    line-height: 66px;
                    color: #fff;
                    font-size: 16px;
                    padding: 0 20px;
                    cursor: pointer;
                    border-bottom: 1px solid #fff;
                    -moz-transition: all .3s ease-in-out;
                    -o-transition: all .3s ease-in-out;
                    -webkit-transition: all .3s ease-in-out;
                    transition: all .3s ease-in-out;
                }

                .indexSection .indexHeader .indexHeaderContent .asideNav ul li .unopenHint,
                .indexSection .indexHeader .indexHeaderContent .asideNav ul li > .iconfont {
                    color: #fff;
                    font-size: 14px;
                    float: right;
                }

                .indexSection .indexHeader .indexHeaderContent .asideNav ul li > .iconfont {
                    font-size: 32px;
                    /*color: #5ac693;*/
                    display: inline-block;
                    margin-right: -10px;
                }

                .indexSection .indexHeader .indexHeaderContent .asideNav ul li .unopenHint:after,
                .indexSection .indexHeader .indexHeaderContent .asideNav ul li .unopenHint:before {
                    width: 0;
                    height: 0;
                    content: '';
                    display: inline-block;
                    clear: both;
                    visibility: hidden;
                }

                .indexSection .indexHeader .indexHeaderContent .asideNav ul.navBox > li:hover {
                    background: #093f8a;
                }

                .indexSection .indexHeader .indexHeaderContent .asideNav ul .navContent,
                .indexSection .indexHeader .indexHeaderContent .asideNav ul .navContent li .secondContent {
                    min-width: 200px;
                    height: 380px;
                    padding: 10px 0;
                    background: #fff;
                    background: rgba(255, 255, 255, 0.88);
                    border-top: 1px solid #e0e0e0;
                    top: -380px;
                    left: 220px;
                    /*overflow: auto;*/
                    cursor: default;
                    opacity: 0;
                    visibility: hidden;
                    filter: alpha(opacity=0);
                    /*-moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;*/
                    z-index: -1;
                    position:absolute;
                }

                .indexSection .indexHeader .indexHeaderContent .asideNav ul.navBox > li:hover .navContent {
                    top: 0;
                    visibility: visible;
                    opacity: 0.98;
                    filter: alpha(opacity=98);
					height: 100%;
					overflow: auto;
                }

                .indexSection .indexHeader .indexHeaderContent .asideNav ul .navContent li {
                    line-height: 50px;
                    font-size: 16px;
                    color: #4c4c4c;
                    cursor: pointer;
                    white-space: nowrap;
                    padding:0 34px;
                }

                    .indexSection .indexHeader .indexHeaderContent .asideNav ul .navContent li:hover {
                        color: #0670ea;
                    }
                    .indexSection .indexHeader .indexHeaderContent .asideNav ul .navContent li .secondContent{
                        background:#bfbfbf;
                        background:rgba(0,0,0,.6);
                    }
 .indexSection .indexHeader .indexHeaderContent .asideNav ul .navContent li:hover .secondContent {
                    top: -1px;
                    left:196px;
                    visibility: visible;
                    opacity: 0.98;
                    filter: alpha(opacity=98);
                }
 .indexSection .indexHeader .indexHeaderContent .asideNav ul .navContent li .secondContent ul{
     position:relative;

 }
 .indexSection .indexHeader .indexHeaderContent .asideNav ul .navContent li .secondContent ul li{
     color:#fff;
 }
 .indexSection .indexHeader .indexHeaderContent .asideNav ul .navContent li .secondContent ul li:hover{
     color:#0670ea
 }
 .indexSection .indexHeader .indexHeaderContent .asideNav ul .navContent li .secondContent ul li a:hover{
     color:#0670ea
 }
        .indexSection .indexHeader .indexHeaderContent .asideRightSection {
            width: 280px;
            height: 360px;
            background: #fff;
            border-radius: 4px;
            position: absolute;
            top: 20px;
            right: 0;
            right:1px;
        }

            .indexSection .indexHeader .indexHeaderContent .asideRightSection .loginForm {
                width: 220px;
                margin: auto;
            }

                .indexSection .indexHeader .indexHeaderContent .asideRightSection .loginForm .loginTitle {
                    font-size: 20px;
                    color: #4c4c4c;
                    font-weight: bold;
                    text-align: center;
                    margin: 20px 0;
                }

        .indexSection .indexHeader .indexHeaderContent .loginForm .inputGroup {
        }

            .indexSection .indexHeader .indexHeaderContent .loginForm .inputGroup li {
                margin-top: 24px;
                position: relative;
            }

                .indexSection .indexHeader .indexHeaderContent .loginForm .inputGroup li:first-child {
                    margin-top: 0;
                }

                .indexSection .indexHeader .indexHeaderContent .loginForm .inputGroup li input {
                    width: 220px;
                    height: 44px;
                    font-size: 14px;
                    background: #f8f8f8;
                    padding: 0 14px;
                    border: none;
                    border-radius: 4px;
                    box-sizing: border-box;
                }

                    .indexSection .indexHeader .indexHeaderContent .loginForm .inputGroup li input::-webkit-input-placeholder {
                        color: #bfbfbf;
                    }

                    .indexSection .indexHeader .indexHeaderContent .loginForm .inputGroup li input::-moz-placeholder {
                        color: #bfbfbf;
                    }

                .indexSection .indexHeader .indexHeaderContent .loginForm .inputGroup li .showHint {
                    font-size: 18px;
                    color: #8c8c8c;
                    position: absolute;
                    top: 14px;
                    left: 12px;
                    display: none;
                }

                .indexSection .indexHeader .indexHeaderContent .loginForm .inputGroup li .yZCode {
                    width: 80px;
                    height: 44px;
                    line-height: 44px;
                    text-align: center;
                    color: #fff;
                    font-size: 22px;
                    display: inline-block;
                    background: #bfbfbf;
                    border-top-right-radius: 4px;
                    border-bottom-right-radius: 4px;
                    cursor: default;
                    position: absolute;
                    right: 0;
                    top: 0;
                }

        .indexSection .indexHeader .indexHeaderContent .loginForm .loginBtn {
            width: 220px;
            height: 44px;
            margin-top: 30px;
        }

        .indexSection .indexHeader .indexHeaderContent .loginForm .loginBottom {
            margin-top: 10px;
            position: relative;
        }

            .indexSection .indexHeader .indexHeaderContent .loginForm .loginBottom .checkBoxs,
            .indexSection .indexHeader .indexHeaderContent .loginForm .loginBottom .fRight {
                font-size: 14px;
                color: #8c8c8c;
            }

                .indexSection .indexHeader .indexHeaderContent .loginForm .loginBottom .checkBoxs .checkIco {
                    width: 12px;
                    height: 12px;
                    display: inline-block;
                    border: 1px solid #bfbfbf;
                    position: relative;
                }

                    .indexSection .indexHeader .indexHeaderContent .loginForm .loginBottom .checkBoxs .checkIco .iconfont {
                        font-size: 30px;
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        margin-left: -15px;
                        margin-top: -14px;
                        display: none;
                    }

                .indexSection .indexHeader .indexHeaderContent .loginForm .loginBottom .checkBoxs.checkedBox .checkIco .iconfont {
                    display: inline-block;
                    color: #2cc17b;
                }

        .indexSection .indexHeader .indexHeaderContent .asideRightSection .loginSucced .userInfo {
            margin-top: 34px;
            text-align: center;
            cursor: pointer;
        }

            .indexSection .indexHeader .indexHeaderContent .asideRightSection .loginSucced .userInfo .userIcon:hover {
                box-shadow: 0 0 20px #e0e0e0;
            }

            .indexSection .indexHeader .indexHeaderContent .asideRightSection .loginSucced .userInfo .userIcon {
                width: 80px;
                height: 80px;
                margin: auto;
                border: 2px solid #e0e0e0;
                border-radius: 50%;
                overflow: hidden;
                -moz-transition: all .4s ease-in-out;
                -o-transition: all .4s ease-in-out;
                -webkit-transition: all .4s ease-in-out;
                transition: all .4s ease-in-out;
            }

                .indexSection .indexHeader .indexHeaderContent .asideRightSection .loginSucced .userInfo .userIcon img {
                    width: 100%;
                    height: 100%;
                    overflow: hidden;
                    -moz-transition: all .4s ease-in-out;
                    -o-transition: all .4s ease-in-out;
                    -webkit-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
                }

                .indexSection .indexHeader .indexHeaderContent .asideRightSection .loginSucced .userInfo .userIcon:hover img {
                    opacity: 0.82;
                    filter: alpha(opacity=82);
                    -moz-transform: scale(0.96);
                    -ms-transform: scale(0.96);
                    -o-transform: scale(0.96);
                    -webkit-transform: scale(0.96);
                    transform: scale(0.96);
                }

            .indexSection .indexHeader .indexHeaderContent .asideRightSection .loginSucced .userInfo .userName {
                color: #4c4c4c;
                font-size: 22px;
                font-weight: bold;
                margin-top: 20px;
            }

        .indexSection .indexHeader .indexHeaderContent .asideRightSection .loginSucced .uCenter {
            margin-top: 50px;
            text-align: center;
        }

            .indexSection .indexHeader .indexHeaderContent .asideRightSection .loginSucced .uCenter .uCenterContent {
                width: 132px;
                text-align: center;
                display: inline-block;
                position: relative;
                cursor: pointer;
            }

                .indexSection .indexHeader .indexHeaderContent .asideRightSection .loginSucced .uCenter .uCenterContent:hover .uTitle {
                    /*font-weight:bold;*/
                }

                .indexSection .indexHeader .indexHeaderContent .asideRightSection .loginSucced .uCenter .uCenterContent:last-child:after {
                    width: 1px;
                    height: 30px;
                    content: '';
                    display: inline-block;
                    margin-top: -20px;
                    background: #e0e0e0;
                    position: absolute;
                    top: 50%;
                    left: 0;
                }

            .indexSection .indexHeader .indexHeaderContent .asideRightSection .loginSucced .uCenter p {
                color: #4c4c4c;
                font-size: 18px;
            }

                .indexSection .indexHeader .indexHeaderContent .asideRightSection .loginSucced .uCenter p.uTitle {
                    font-size: 20px;
                    color: #2cc17b;
                    margin-bottom: 20px;
                }

            .indexSection .indexHeader .indexHeaderContent .asideRightSection .loginSucced .uCenter .lMoney {
                max-width: 86px;
                max-width: 86px;
                overflow: hidden;
                display: inline-block;
                white-space: nowrap;
                text-overflow: ellipsis;
            }

        .indexSection .indexHeader .indexHeaderContent .asideRightSection .loginSucced .bottomBox {
            text-align: center;
            margin-top: 52px;
        }

        .indexSection .indexHeader .indexHeaderContent .asideRightSection .loginSucced .bottomExit {
            font-size: 18px;
            color: #8c8c8c;
        }

            .indexSection .indexHeader .indexHeaderContent .asideRightSection .loginSucced .bottomExit:hover {
                font-weight: bold;
            }

.indexSection .bottomSectionBg {
    width: 100%;
    background: #ffffff;
    padding: 30px 0;
}

.indexSection .indexCenterSection {
    width: 100%;
    background-color: #f5f5f5;
    padding: 40px 0;
}

    .indexSection .indexCenterSection .sectionItems {
        margin: 50px auto auto auto;
    }

        .indexSection .indexCenterSection .sectionItems .itemsTitle {
            margin-bottom: 20px;
            font-size: 22px;
        }

            .indexSection .indexCenterSection .sectionItems .itemsTitle .title {
                color: #4c4c4c;
                font-weight: bold;
            }

            .indexSection .indexCenterSection .sectionItems .itemsTitle .recomRight {
                width: 70px;
                height: 26px;
                border: 1px solid #e0e0e0;
                display: none;
            }

            .indexSection .indexCenterSection .sectionItems .itemsTitle .fRight span {
                width: 32px;
                line-height: 26px;
                color: #bfbfbf;
                text-align: center;
                text-align: center;
                display: inline-block;
                border-left: 1px solid #e0e0e0;
                cursor: default;
                -moz-user-select: none;
                -ms-user-select: none;
                -webkit-user-select: none;
                user-select: none;
            }

                .indexSection .indexCenterSection .sectionItems .itemsTitle .fRight span.active {
                    color: #f79438;
                }

                    .indexSection .indexCenterSection .sectionItems .itemsTitle .fRight span.active:hover {
                        background: #f8f8f8;
                        cursor: pointer;
                    }

                .indexSection .indexCenterSection .sectionItems .itemsTitle .fRight span:first-child {
                    margin-right: -2px;
                    border-left: none;
                }

        .indexSection .indexCenterSection .sectionItems .recommendSection {
            height: 260px;
            width: 1198px;
            overflow: hidden;
            position: relative;
        }

            .indexSection .indexCenterSection .sectionItems .recommendSection ul {
                font-size: 0;
                position: absolute;
                left: 0;
            }

            .indexSection .indexCenterSection .sectionItems .recommendSection li {
                width: 384px;
                height: 260px;
                float: left;
                margin-right: 22px;
            }

                .indexSection .indexCenterSection .sectionItems .recommendSection li:last-child,
                .indexSection .indexCenterSection .sectionItems .recommendSection li.lastChild {
                    margin: 0;
                }

        .indexSection .indexCenterSection .sectionItems.firstItems {
            margin: 0;
            padding-top: 50px;
        }

            .indexSection .indexCenterSection .sectionItems.firstItems li {
                overflow: hidden;
            }

        .indexSection .indexCenterSection .sectionItems li img {
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }

        .indexSection .indexCenterSection .sectionItems li:hover img {
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
            opacity: 0.8;
            filter: alpha(opacity=90);
        }

        .indexSection .indexCenterSection .sectionItems img {
            width: 100%;
            height: 100%;
        }
    .indexSection .indexCenterSection .sectionItems.centerItems {
        width: 1198px;
        margin: auto;
    }

        .indexSection .indexCenterSection .sectionItems.centerItems .centerSection {
            min-height: 234px;
        }

        .indexSection .indexCenterSection .sectionItems.centerItems .centerRight {
            font-size: 16px;
            color: #4c4c4c;
            cursor: default;
            display: none;
        }

            .indexSection .indexCenterSection .sectionItems.centerItems .centerRight:hover {
                color: #2cc17b;
            }

        .indexSection .indexCenterSection .sectionItems.centerItems .centerSection li {
            width: 286px;
            display: inline-block;
            margin-left: 14px;
        }

            .indexSection .indexCenterSection .sectionItems.centerItems .centerSection li .imgBox {
                height: 180px;
                overflow: hidden;
            }

            .indexSection .indexCenterSection .sectionItems.centerItems .centerSection li:first-child {
                margin: 0 !important;
            }

            .indexSection .indexCenterSection .sectionItems.centerItems .centerSection li:nth-child(4n+1) {
                margin: 38px 0 0 0;
            }

            .indexSection .indexCenterSection .sectionItems.centerItems .centerSection li:first-child + li + li + li + li {
                margin: 38px 0 0 0;
            }

            .indexSection .indexCenterSection .sectionItems.centerItems .centerSection li .titleBox {
                margin-top: 12px;
            }

                .indexSection .indexCenterSection .sectionItems.centerItems .centerSection li .titleBox .titleText {
                    font-size: 16px;
                    color: #4c4c4c;
                    cursor: default;
                }

                .indexSection .indexCenterSection .sectionItems.centerItems .centerSection li .titleBox .price {
                    font-size: 20px;
                    color: #fc5a3e;
                    display: inline-block;
                }

                .indexSection .indexCenterSection .sectionItems.centerItems .centerSection li .titleBox .volume {
                    /*display:none;*/
                    color: #8c8c8c;
                    font-size: 14px;
                    position: relative;
                    top: 12px;
                }

                    .indexSection .indexCenterSection .sectionItems.centerItems .centerSection li .titleBox .volume .pRight {
                        position: absolute;
                        top: 6px;
                        right: 0;
                    }

                        .indexSection .indexCenterSection .sectionItems.centerItems .centerSection li .titleBox .volume .pRight span {
                            margin: 0 -2px;
                        }

                .indexSection .indexCenterSection .sectionItems.centerItems .centerSection li .titleBox .price .arrears {
                    font-size: 12px;
                    display: inline-block;
                    margin-left: -6px;
                    margin-top: 4px;
                }

        .indexSection .indexCenterSection .sectionItems.centerItems .centerSection.newProduct li .titleBox {
            /*text-align: center;*/
        }
        .indexSection .indexCenterSection .sectionItems.centerItems .centerSection li .titleBox .conText {
            margin-top: 10px;
            font-size: 16px;
            display: inline-block;
        }
        .indexSection .indexCenterSection .sectionItems.centerItems .centerSection li .titleBox .rmb {
            color: #fb6f56;
        }
        .indexSection .indexCenterSection .sectionItems.centerItems .centerSection li .titleBox .txt {
            margin-left: 120px;
            font-size: 14px;
            color: #8c8c8c;
        }

.indexSection .bottomSection {
    width: 1198px;
    margin: auto;
}

    .indexSection .bottomSection .bottomTitle {
        color: #4c4c4c;
        font-size: 22px;
        font-weight: bold;
    }

    .indexSection .bottomSection li {
        text-align: center;
        display: inline-block;
        margin: 20px 10px 10px 10px;
        vertical-align: bottom;
	font-size: 14px;
	color: #666;
    }

        /*.indexSection .bottomSection li:first-child,
        .indexSection .bottomSection li:first-child + li + li + li + li + li + li {
            margin-left: 0;
        }*/
.indexSection .bottomSection li:nth-child(6n + 1) {
    margin-left: 0;
}
.indexSection .bottomSection li img {
    width: 100%;
}    

#resetPassword .confirmContainer .confirmContent{
    padding:0;
}
.compileContent{
    margin-left:20px;
    padding-top:20px;
}
.compileContent li{
    line-height:40px;
}
.compileContent li .cRight {
    margin-left:4px;
}

.compileContent li .cRight input{
    height:28px;
    padding-left:4px;
}
.compileContent li .cRight .getCodeBtn {
    padding:0 4px;
    background:#2cc17b;
    color:#fff;
    border-radius:4px;
    display:inline-block;
}
#Login{
    width:auto;
}

/* 信息披露 */
.infoOpen {
    padding: 22px 0 0;
    background-color: #f5f5f5;
    color: #4c4c4c;
    font-size: 14px;
}
.infoOpen .infoDiv {
    width: 1198px;
    margin: 20px auto;
}
.infoOpen .infoTitle {
    font-size: 20px;
    margin-bottom: 20px;
}
.infoOpen .infoTip {
    margin-bottom: 20px;
}
.infoOpen .infoTip li {
    height: 24px;
    line-height: 24px;
    margin-bottom: 6px;
}
.infoOpen .infoTip li:before {
    content: '●';
    color: #0670ea;
    font-size: 14px;
    margin-right: 8px;
}
.infoOpen .infoNav {
    /*width: 100%;*/
    height: 24px;
    line-height: 24px;
    padding: 12px 30px;
    background-color: #fff;
}
.infoOpen .infoNav span {
    display: inline-block;
    font-size: 16px;
    margin-right: 30px;
    height: 100%;
    position: relative;
    cursor: pointer;
}
.infoOpen .infoNav span.active {
    color: #0670ea;
}
.infoOpen .infoNav span.active:after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #0670ea;
}
.infoOpen .infoList .infoCon {
    background-color: #fff;
    margin: 20px 0 0;
    /*color: #000;*/
    padding: 10px 30px;
}
.infoOpen .infoList div.infoCon p {
    line-height: 22px;
    margin-bottom: 6px;
}
.infoOpen .infoList .infoCon:first-child {
    padding: 0;
}
.infoOpen .infoList .infoCon .tableTit {
    height: 50px;
    line-height: 50px;
    text-align: center;
    /*color: #4c4c4c;*/
    background-color: #e4f7ee;
}
.infoOpen .infoList .infoCon .tableTit li {
    float: left;
    width: 14.2%;
}
.infoOpen .infoList .infoCon table {
    background-color: #fff;
}
.infoOpen .infoList .infoCon table tr td {
    height: 20px;
    line-height: 20px;
    width: 14.2%;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #bfbfbf;
    padding: 6px;
    /*color: #4c4c4c;*/
}
.infoOpen .infoList .infoCon table tr:first-child td {
    border-top: none;
}
.infoOpen .infoList .infoCon table tr td a {
    color: #5b8ae4;
    text-decoration: underline;
}
.infoOpen .infoList .infoCon .flow {
    margin: 10px 0;
}
.infoOpen .infoList .infoCon .flow p {
    line-height: 42px;
}
.infoOpen .infoList .infoCon .flow p.spot:before {
    content: '●';
    color: #2cc17b;
    font-size: 14px;
    margin-right: 10px;
}
.infoOpen .infoList .infoCon .flow p.fontBold {
    font-weight: bold;
}
.infoOpen .infoList .infoCon .phone {
    color: #0670ea;
    text-decoration: underline;
}
.infoOpen .infoList .infoCon .flow p.margin10 {
    margin-left: 10px;
}
.infoOpen .infoList .infoCon .flow p a {
    color: #0670ea;
}
.headerBottomBg .layoutHeaderBottom:after {
    clear:both;
    content:'.';
    display:block;
    width: 0;
    height: 0;
    visibility:hidden;
}
.headerBottomBg .layoutHeaderBottom div.headerLogo {
    float: left;
}
.headerBottomBg .layoutHeaderBottom div.search {
    float: right;
    position: relative;
}
.headerBottomBg .layoutHeaderBottom div.search input {
    text-indent: 10px;
    border: 1px solid #0670ea;
    outline: none;
    margin-right: 40px;
    height: 31px;
}
.headerBottomBg .layoutHeaderBottom div.search span {
    position: absolute;
    right: 0;
    top: 0;
}
.headerBottomBg .layoutHeaderBottom div.search span img {
    height: 35px;
    cursor: pointer;
}
.headerBottomBg .layoutHeaderBottom div.search span img:active {
    opacity: 0.8;
}

.infoOpen .infoList .infoCon .companyInfo tr:nth-child(1) td {
    font-size: 15px;
    font-weight: bold;
}
.infoOpen .infoList .infoCon .companyInfo tr td {
    border: none;
    text-align: left;
    width: 48%;
    padding: 4px 0;
}
.layoutFooter {
	padding: 10px 0;
}
.copyright {
    padding-bottom: 10px;
}

/* 关于我们 */
.introductionText {
	width: 1198px;
    margin: auto;
	padding-left: 46px;
	color: #4c4c4c;
	line-height: 24px;
}
.introductionText .title {
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
}
.introductionText p {
	text-indent: 2em;
}

/* 个人中心 */
.introductionText table {
	width: 100%;
	background-color: #fff;
	border-collapse: collapse;
    border-spacing: 0;
}
.introductionText table tr th,
.introductionText table tr td {
	
	height: 20px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #bfbfbf;
    padding: 8px;
}
