﻿@charset "utf-8";
/* CSS Document */

.fl {
    float: left;
}

.fr {
    float: right;
}


.container {
    width: 1080px;
    margin: auto;
}


.search {
    background: url(../../images/search.jpg) no-repeat left top;
    /**/ height: 41px;
    width: 253px;
    margin-top: 28px;
    display: none;
    /*top: 20px;*/
    z-index: 1000;
    position: absolute;
    right: 2px;
}

.img_info {
    float: right;
    margin-top: 25px;
}

.inp-text {
    width: 190px;
    border: none;
    background: none;
    padding-left: 7px;
    line-height: 36px;
    *height: 36px;
}

.inp-but {
    border: none;
    background: none;
    width: 30px;
    height: 41px;
    cursor: pointer;
}



.top {
    background: url(../../images/topbg.png) repeat left top;
    height: 115px;
}

.logo {
    width: 540px;
    height: 115px;
}

.logot {
    width: 540px;
    height: 115px;
    background: url(../../images/toprbg.png) no-repeat right top;
    position: relative;
}

    .logot ul {
        float: right;
    }

        .logot ul li {
            color: #fff;
            font-size: 12px;
            background: url(../../images/bla.png) no-repeat left top;
            width: 34px;
            height: 21px;
            float: left;
            text-align: center;
            margin: 0 4px;
        }

            .logot ul li a {
                color: #fff;
            }
/*top End*/
.menu {
    background: #898989;
    height: 41px;
}

    .menu ul li {
        float: left;
        line-height: 41px;
        position: relative;
    }

        .menu ul li a {
            display: block;
            float: left;
            padding: 0 20px;
            color: #fff;
            font-size: 15px;
        }

            .menu ul li a:hover, .menu ul li a.active {
                background: #666;
                text-decoration: none;
            }
/*menu End*/
.banner {
    height: 403px;
    background: #0074b3;
}

.banbg {
    background: url(../../images/banbg.png) no-repeat bottom center;
    height: 363px;
    padding-top: 23px;
}




/* js css */


.slideBox {
    height: 350px;
    width: 1080px;
    overflow: hidden;
    position: relative;
}

    .slideBox .hd {
        height: 12px;
        overflow: hidden;
        position: absolute;
        bottom: 15px;
        left: 17px;
        z-index: 1;
    }

        .slideBox .hd ul {
            overflow: hidden;
            zoom: 1;
            float: left;
        }

            .slideBox .hd ul li {
                float: left;
                width: 12px;
                height: 12px;
                border-radius: 12px;
                cursor: pointer;
                margin: 0 2px;
                background: #377d08;
                position: relative;
            }

    .slideBox .bd ul li .cha {
        width: 120px;
        height: 30px;
        background: #47b300;
        position: absolute;
        right: 20px;
        bottom: 20px;
        text-align: center;
        line-height: 30px;
    }

        .slideBox .bd ul li .cha a {
            color: #fff;
            font-weight: bold;
            font-size: 15px;
        }

    .slideBox .hd ul li a {
        width: 12px;
        height: 12px;
        border-radius: 2px;
        float: left;
        display: block;
    }

    .slideBox .hd ul li.on {
        background: #fff;
    }

    .slideBox .bd {
        position: relative;
        height: 100%;
        z-index: 0;
    }

        .slideBox .bd li {
            zoom: 1;
            vertical-align: middle;
        }

        .slideBox .bd img {
            height: 350px;
            display: block;
        }

.lun-text {
    width: 350px;
    height: 350px;
    /*background: #47b300;*/
    background: url("../../images/001.jpg") no-repeat scroll left top;
    overflow: hidden;
}

    .lun-text ul li {
        padding: 25px 20px 20px 20px;
        height: 350px;
    }

        .lun-text ul li h3 {
            font-size: 22px;
            color: #fff;
            line-height: 35px;
        }

        .lun-text ul li p {
            font-size: 15px;
            color: #fff;
            line-height: 30px;
        }
/*banner End*/
.index-con {
    background: #fefffe url(../../images/conbg.jpg) no-repeat center top;
    height: 578px;
    padding-top: 30px;
}

.con-top {
}

.in-left {
    width: 345px;
    height: 421px;
    background: #f4f4f4;
    border-bottom: 4px solid #295d06;
    box-shadow: 0px 3px 2px 0px #666;
}

.in-right {
    width: 345px;
    height: 421px;
    background: #f4f4f4;
    border-bottom: 4px solid #06415d;
    box-shadow: 0px 3px 2px 0px #666;
}

.in-mid {
    width: 345px;
    height: 421px;
    margin: 0 17px;
    background: #f4f4f4;
    border-bottom: 4px solid #954b09;
    box-shadow: 0px 3px 2px 0px #666;
}

.new-top {
    height: 43px;
    line-height: 39px;
    margin: 3px;
    background: #ddd;
}

    .new-top .new-tit img {
        margin-right: 10px;
    }

    .new-top .new-tit {
        font-size: 16px;
        color: #333;
    }

.new-more a {
    color: #333;
    font-size: 14px;
    font-family: arial;
    margin-right: 15px;
}

.in-left ul.ul1 {
    margin: 20px;
}

    .in-left ul.ul1 li {
        border-bottom: 1px solid #ddd;
        line-height: 25px;
        padding: 10px 0;
    }

        .in-left ul.ul1 li .ul-span1 {
            display: inline-block;
            color: #fff;
            background: #b9d998;
            width: 48px;
            height: 18px;
            line-height: 18px;
            text-align: center;
            border-radius: 3px;
            font-size: 12px;
            margin: 5px 12px 24px 0;
            float: left;
        }

        .in-left ul.ul1 li .ul-span2 {
            color: #0074b3;
            padding-left: 10px;
        }


        .in-left ul.ul1 li a {
            font-size: 14px;
            color: #666;
        }

.in-right ul.ul3 {
    margin: 20px;
}

    .in-right ul.ul3 li {
        line-height: 25px;
        padding: 10px 0;
        border-bottom: 1px solid #ddd;
    }

        .in-right ul.ul3 li a {
            color: #666;
            background: url(../../images/ula.png) no-repeat left center;
            padding-left: 15px;
            background-size:6px;
        }

        .in-right ul.ul3 li span {
            /*float: right;*/
            color: #0074b3;
            padding-left: 10px;
        }

.in-mid ul.ul2 {
    margin: 35px 30px 20px 20px;
}

    .in-mid ul.ul2 li .li-img {
        width: 75px;
    }

    .in-mid ul.ul2 li .li-text {
        width: 215px;
        overflow: hidden;
    }

    .in-mid ul.ul2 li .li-img img {
        border-radius: 4px;
    }

    .in-mid ul.ul2 li .li-text a {
        font-size: 14px;
        color: #333;
    }

        .in-mid ul.ul2 li .li-text a:hover {
            color: #ff5500;
            text-decoration: underline;
        }

    .in-mid ul.ul2 li {
        margin-bottom: 28px;
    }

        .in-mid ul.ul2 li .li-text p {
            font-size: 12px;
            line-height: 22px;
        }

            .in-mid ul.ul2 li .li-text p img {
                margin-right: 6px;
            }
/*con End*/

.link {
    background: #fff;
    border-top: 4px solid #898989;
    height: 86px;
    margin-top: 25px;
    padding-top: 15px;
}

    .link ul {
        margin: 20px;
    }

        .link ul li:first-child {
            margin: 0;
        }

        .link ul li {
            float: left;
            min-width: 80px;
            height: 35px;
            line-height: 30px;
            text-align: center;
            margin-left: 15px;
            margin-bottom: 10px;
            background: #0074b3;
            border-radius: 15px;
            padding: 0 20px;
        }

            .link ul li a img {
                display: block;
                margin: 10px 26px;
            }

            .link ul li a, .link ul li a:hover {
                color: #fff;
            }

            .link ul li:hover {
                /*background: url(../../images/ahb.png) no-repeat left top;*/
            }

                .link ul li:hover a:hover {
                     color: #fff;
                    text-decoration: none;
                }

.foot {
    height: 70px;
    *height: 65px;
    background: #222;
    color: #ddd;
    padding-top: 20px;
    font-size: 14px;
    /*margin-top: 30px;*/
}

.f-left p {
    line-height: 23px;
}

.f-right select {
    width: 226px;
    height: 23px;
}

/*.li-text.fl
{
	padding-left: 10px;
}
*/
