﻿.head {
    height: 70px;
    padding: 20px;
    position: relative;
}

    .head .logo {
        float: left;
    }

    .head .telphone {
        float: right;
        color: #F5D733;
        height: 30px;
        width: 300px;
    }

        .head .telphone a {
            display: block;
            height: 30px;
            text-align: right;
            line-height: 30px;
            font-size: 18px;
            font-weight: bold;
            color: #007ACC;
            font-style: italic;
            text-shadow: 2px 2px 2px #ccc;
            padding-right: 20px;
        }

    .head .search {
        position: absolute;
        top: 15px;
        right: 0;
        width: 300px;
        border: 1px solid #007ACC;
        height: 30px;
        float: right;
        margin-top: 20px;
    }

        .head .search .search_text {
            height: 28px;
            line-height: 28px;
            width: 250px;
            float: left;
            border: none;
            background: url(../images/search_bg.png) no-repeat 3px 5px;
            text-indent: 25px;
        }

        .head .search .search_btn {
            background: #007ACC;
            width: 50px;
            height: 30px;
            float: right;
            border: none;
            color: #fff;
        }

/*菜单样式*/
.menu {
    background: url(../images/menu_bg.png) no-repeat;
    background: #3399FF;
}

#nav {
    height: 38px;
    width: 1200px;
    margin: 0 auto;
}

    #nav .mainlevel {
        float: left;
        width: 145px;
        height: 35px;
        line-height: 35px;
    }

        #nav .mainlevel a {
            color: #fff;
            text-decoration: none;
            line-height: 35px;
            height: 35px;
            display: block;
            width: 100%;
            text-align: center;
            /*background: url(../images/menu_fg_1.png) no-repeat right -5px;*/
            font-size: 15px;
            font-weight: bold;
        }

            #nav .mainlevel a:hover, #nav .mainlevel a.cur {
                color: #F5D733;
                text-decoration: none;
            }

            #nav .mainlevel a:hover {
                background: #007ACC;
                color: #F5D733;
            }

            #nav .mainlevel a.cur {
                background: #007ACC;
                color: #fff;
            }

        #nav .mainlevel .active:hover {
            color: #F5D733;
        }

        #nav .mainlevel ul {
            display: none;
            position: absolute;
            z-index: 999;
        }

        #nav .mainlevel li {
            background: #007ACC;
            width: 145px;
            height: 34px;
            line-height: 34px;
            text-align: center;
        }

            #nav .mainlevel li a {
                line-height: 34px;
                color: #fff;
                width: 145px;
                display: block;
                background: url(../images/menu_fg.png) no-repeat;
                background-size: 100%;
                -webkit-background-size: 100%;
                margin: 0 auto;
                font-size: 13px;
                text-align: center;
            }

                #nav .mainlevel li a:hover {
                    background: #3399FF;
                    color: #FFF;
                }

/*轮播图特效*/
.wrap ul li img {
    display: block;
    max-width: 100%;
}

.wrap {
    width: 100%;
    width: auto;
    margin: 0px auto;
    background: #fefefe;
    height: auto;
    overflow: hidden;
}

.hiSlider {
    overflow: hidden;
    height: auto;
}

.hiSlider-item {
    float: left;
}

    .hiSlider-item img {
        width: 100%;
        height: 100%;
    }



.hiSlider-pages, .hiSlider-title {
    position: absolute;
    z-index: 3;
}

.hiSlider-btn-prev, .hiSlider-btn-next {
    position: absolute;
    z-index: 5;
    top: 50%;
    height: 30px;
    width: 30px;
    margin-top: -15px;
    text-indent: -200px;
    overflow: hidden;
    opacity: .6;
    filter: alpha(opacity:60);
}

.hiSlider-btn-prev {
    left: 10px;
}

.hiSlider-btn-next {
    right: 10px;
    background-position: -30px 0;
}

    .hiSlider-btn-prev:hover, .hiSlider-btn-next:hover {
        opacity: 1;
        filter: alpha(opacity:100);
    }

.hiSlider-title {
    bottom: 0;
    width: 100%;
    padding: 6px 0;
    color: #fff;
    text-indent: 10px;
    background: rgba(0,0,0,.6);
    z-index: 2;
    display: none;
    font: 14px/2 "Microsoft YaHei",Arial,Tahoma;
}

.hiSlider-pages {
    bottom: 8px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

    .hiSlider-pages a {
        height: 10px;
        width: 10px;
        margin: 0 6px;
        display: inline-block;
        overflow: hidden;
        text-indent: -100px;
        font-size: 0;
        border-radius: 50%;
        background: #666;
    }

        .hiSlider-pages a.active {
            background: #278D35;
        }





.partner {
    width: 100%;
    height: 75px;
    padding: 15px 0;
    border-top: 1px solid #e5e5e5;
    clear: both;
}

    .partner .partner_tit {
        float: left;
    }

    .partner .partner_img {
        float: left;
    }

        .partner .partner_img img {
            margin-left: 15px;
            border: 1px solid #e5e5e5;
            box-shadow: 2px 2px 3px #ccc;
        }


.friend_link {
    margin-top: 10px;
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 10px;
    text-indent: 20px;
    clear: both;
}

    .friend_link p {
        font-size: 16px;
        float: left;
    }

        .friend_link p em {
            color: #3399FF;
            padding-right: 5px;
        }

    .friend_link ul {
        float: left;
    }

        .friend_link ul li {
            float: left;
        }

/*底部菜单*/
.footer {
    height: 120px;
    background: #3399FF;
    margin-top: 10px;
    padding: 20px 0 15px;
}

    .footer .footer_left {
        width: 420px;
        height: 120px;
        border-right: 1px solid #325f02;
        float: left;
        padding-left: 10px;
    }

        .footer .footer_left img {
            display: block;
            width: 120px;
            float: left;
            padding-right: 16px;
        }

        .footer .footer_left p {
            color: #fff;
            height: 40px;
            line-height: 40px;
        }

            .footer .footer_left p em {
                font-weight: bold;
                font-size: 16px;
            }

    .footer .footer_right {
        float: left;
        margin-left: 10px;
    }

        .footer .footer_right p {
            color: #fff;
        }

.footer_nav {
    padding: 10px 0;
}

    .footer_nav a, .footer_com a {
        color: #fff;
        padding: 0 10px;
    }

        .footer_nav a:hover, .footer_com a:hover {
            color: #f5d733;
        }

.footer_add, .footer_com {
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
}

/*title样式*/

.title {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e5e5e5;
}

    .title strong {
        font-size: 16px;
        border-bottom: 1px solid #007ACC;
        height: 40px;
        width: auto!important;
        min-width: 100px;
        line-height: 40px;
        display: block;
        float: left;
        color: #666;
        font-weight: normal;
        text-indent: 20px;
        background: url("../images/title_bg.png") no-repeat;
    }


    .title .title_english {
        float: left;
        color: #007ACC;
        padding-top: 2px;
        font-size: 12px;
        margin-left: 6px;
    }


    .title a {
        float: right;
        padding-top: 2px;
        padding-right: 5px;
        font-size: 12px;
    }



.title2 {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #007ACC;
}

    .title2 strong {
        font-size: 14px;
        border-bottom: none;
        height: 40px;
        width: 100px;
        line-height: 40px;
        display: block;
        float: left;
        color: #666;
        font-weight: normal;
        text-indent: 20px;
    }

    .title2 .title_bg {
        background: url("../images/title_bg_2.png") no-repeat bottom;
        color: #fff;
        font-weight: bold;
        line-height: 50px;
        width: 120px;
        border-bottom: none;
    }

    .title2 .title_english {
        float: left;
        color: #007ACC;
        padding-top: 2px;
        font-size: 12px;
    }


    .title2 a {
        float: right;
        padding-top: 2px;
        padding-right: 5px;
        font-size: 12px;
    }

/*内容左右布局*/

.content_left {
    width: 30%;
    height: auto;
    overflow: hidden;
    float: left;
    margin: 15px 0;
}

.content_right {
    width: 67%;
    height: auto;
    overflow: hidden;
    float: right;
    margin: 15px 0;
}

.content_left_nav {
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
}

    .content_left_nav ul {
        height: auto;
        overflow: hidden;
        clear: both;
    }

        .content_left_nav ul li {
            height: 40px;
            line-height: 40px;
            text-indent: 35px;
            width: 96%;
            margin: 0 auto;
            border-bottom: 1px dashed #e5e5e5;
            background: url("../images/list.png") no-repeat 10px 16px;
        }

            .content_left_nav ul li:hover {
                background: url("../images/list2.png") no-repeat 10px 16px;
            }

            .content_left_nav ul li:hover {
            }

.content_left_news {
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
}

    .content_left_news ul {
        height: auto;
        overflow: hidden;
        clear: both;
    }

        .content_left_news ul li {
            height: 40px;
            line-height: 40px;
            width: 96%;
            margin: 0 auto;
            border-bottom: 1px dashed #e5e5e5;
            background: url("../Images/li_bg.png") no-repeat 0 8px;
            text-indent: 20px;
        }

            .content_left_news ul li:hover {
                background: url("../Images/li_bg_3.png") no-repeat 0 8px;
            }

.content_left_contact {
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
}

    .content_left_contact ul {
        clear: both;
        height: auto;
        overflow: hidden;
    }

        .content_left_contact ul li {
            height: 40px;
            width: 96%;
            margin: 0 auto;
            line-height: 40px;
            padding-left: 10px;
            border-bottom: 1px dashed #e5e5e5;
        }

            .content_left_contact ul li img {
                float: left;
                padding: 10px 10px 10px 0;
                width: 20px;
                height: 20px;
            }

            .content_left_contact ul li p {
                height: 40px;
                line-height: 40px;
                float: left;
            }



/*页码风格*/
.newslist_page {
    padding: 10px 0;
    text-align: center;
}

/*拍拍网风格*/
.paginator {
    font: 11px Arial, Helvetica, sans-serif;
    padding: 10px 20px 10px 0;
    margin: 0px;
}

    .paginator a {
        border: solid 1px #ddd;
        background: #fff;
        text-decoration: none;
        margin-right: 2px;
        font-size: 12px;
        cursor: pointer;
        padding: 5px 10px;
    }

        .paginator a:visited {
            padding: 1px 6px;
            border: solid 1px #ddd;
            background: #fff;
            text-decoration: none;
        }

    .paginator .cpb {
        padding: 1px 6px;
        font-weight: bold;
        font-size: 13px;
        border: none;
    }

    .paginator a:hover {
        color: #fff;
        background: #4C8B06;
        border-color: #4594F3;
        text-decoration: none;
    }



/*淘宝风格*/
.paginator1 {
    font: 12px Arial, Helvetica, sans-serif;
    padding: 10px 20px 10px 0;
    margin: 0px;
}

    .paginator1 a {
        border: solid 1px #ccc;
        color: #0063dc;
        cursor: pointer;
        text-decoration: none;
    }

        .paginator1 a:visited {
            padding: 1px 6px;
            border: solid 1px #ddd;
            background: #fff;
            text-decoration: none;
        }

    .paginator1 .cpb {
        border: 1px solid #F50;
        font-weight: 700;
        color: #F50;
        background-color: #ffeee5;
    }

    .paginator1 a:hover {
        border: solid 1px #F50;
        color: #f60;
        text-decoration: none;
    }

    .paginator1 a, .paginator1 a:visited, .paginator1 .cpb, .paginator1 a:hover {
        float: left;
        height: 16px;
        line-height: 16px;
        min-width: 10px;
        _width: 10px;
        margin-right: 5px;
        text-align: center;
        white-space: nowrap;
        font-size: 12px;
        font-family: Arial,SimSun;
        padding: 0 3px;
    }
