﻿﻿html, body, form {
    padding: 0;
    margin: 0;
    font-size: 12pt;
    font-family: 微软雅黑, 宋体;
    color: #616161;
}

a:link, a:hover, a:active, a:visited {
    color: #616161;
    text-decoration: none;
}

.divWhole {
    width: 100%;
    overflow: hidden;
}

.divDefault {
    width: 1000px;
    margin: auto;
}

.divHeader {
    background-position: left center;
    background-color: #ffffff;
    height: 108px;
    background-image: url('../Images/logo.jpg');
    background-repeat: no-repeat;
}

    .divHeader .divRight {
        width: 400px;
        float: right;
        height: 100%;
    }


    .divHeader .txtSearch {
        width: 100%;
        height: 28px;
        line-height: 24px;
        /*border: 2px solid #fd6001;*/
        border: 2px solid #158BD6;
        background-color: #ffffff;
    }


    .divHeader .btnSearch {
        background-position: center center;
        width: 33px;
        height: 34px;
        background-image: url('../Images/index_search.jpg');
        background-repeat: no-repeat;
        border: "0px";
        display: block;
        text-decoration: none;
        border: 0;
        cursor: pointer;
    }



.divFooter {
    /*background-color: #ff6819;*/
    background-color: #158BD6;
    height: 160px;
    font-size: 12px;
    color: #fff;
}

    .divFooter p {
        line-height: 20px;
        margin: 0px;
    }


.divNavigate
{
    background-color:#ff6819;
    /*height:42px;*/
    height:0px;
    
}

.indexImgBox {
    background-position: center center;
    height: 334px;
    width: 100%;
    overflow: hidden;
    background-image: url('../Images/main_img.jpg');
    background-repeat: no-repeat;
    float: left;
    background-color: #222a41;
}

.indexImgL {
    height: 334px;
    float: left;
}

.indexImgR {
    height: 334px;
    float: left;
}

.divIndexMid {
    height: 57px;
    float: left;
}

    .divIndexMid .floatLeft {
        float: left;
    }

.divIndexMidC1 {
    height: 100%;
    background-image: url('../Images/index_mid_c1.jpg');
    background-repeat: repeat;
    float: left;
}

.divIndexMidC2 {
    height: 100%;
    background-image: url('../Images/index_mid_c2.jpg');
    background-repeat: repeat;
    float: left;
}

.divIndexMidD {
    background-position: left center;
    height: 100%;
    background-image: url('../Images/index_mid_d.jpg');
    background-repeat: no-repeat;
    width: 39px;
    float: left;
}

.divIndexSiteBar {
    background-position: center center;
    height: 57px;
    background-image: url('../Images/index_sitebar.jpg');
    background-repeat: no-repeat;
}

    .divIndexSiteBar .caption {
        height: 57px;
        line-height: 57px;
        width: 150px;
        float: left;
        color: #ffffff;
        text-align: right;
    }

    .divIndexSiteBar .content {
        height: 57px;
        line-height: 57px;
        text-indent: 50px;
        width: 800px;
        float: left;
        color: #ffffff;
    }

.divMainCotentBox {
    background-color: #eaeaea;
}





.divMainSearchBox {
    width: 975px;
    margin: auto;
    background-color: #ff7d13;
    /*background-color: #158BD6;*/
    color: #ffffff;
    padding-bottom: 30px;
}
.divMainSearchBox2022 {
    width: 975px;
    margin: auto;
    background-color: #ff7d13;
    color: #ffffff;
    padding-bottom: 30px;
}

.divMainSearchBox, .divMainSearchBox2022 {
    background-color: #158BD6;
}

    .divMainSearchBox .caption, .divMainSearchBox2022 .caption {
        height: 80px;
        line-height: 100px;
        font-size: 30px;
        font-weight: bold;
        text-indent: 20px;
    }

    .divMainSearchBox .txt, .divMainSearchBox2022 .txt {
        border: 0px;
        height: 30px;
        line-height: 30px;
        padding: 0 5px 0 5px;
    }

    .divMainSearchBox .btn, .divMainSearchBox2022 .btn {
        border: 0px;
        height: 30px;
        line-height: 30px;
        padding: 0 20px 0 20px;
        background-color: #0083db;
        color: #ffffff;
        display: block;
    }

    .divMainSearchBox .btn, .divMainSearchBox2022 .btn {
        background-color: #ff6818;
    }

    .divMainSearchBox td, .divMainSearchBox2022 td {
        height: 32px;
        line-height: 32px;
    }

.divMainContentBox {
    width: 975px;
    margin: auto;
}


.divIndexTmp {
    width: 100%;
    background-image: url('../Images/tmp.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    height: 1500px;
}
