﻿/* CSS Document */
@charset "utf-8";

body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: "microsoft yahei",Arial;
    color: #333333;
}

a {
    color: #333333;
    text-decoration: none;
    outline: none;
}

    a:link {
        text-decoration: none;
        outline: none;
    }

    a:visited {
        text-decoration: none;
        outline: none;
    }

    a:hover {
        text-decoration: none;
        outline: none;
    }

ul, p, dl, dt, dd {
    padding: 0px;
    margin: 0px;
}

li {
    list-style-position: outside;
    list-style-type: none;
}

input {
    padding: 0px;
    font-size: 12px;
    font-family: "microsoft yahei",Arial;
    color: #999;
    border: 0px;
    outline: none;
}

img {
    border: 0px;
}

.wal {
    width: 1000px;
    margin: 0px auto;
}

.clear {
    clear: both;
}




.topDiv {
    background: url(../img/head.gif) top repeat-x;
    height: 36px;
    line-height: 36px;
    color: #333333;
}

.fl {
    float: left;
}

.fr, .f_r {
    float: right;
}

.topDiv .fl {
    position: relative;
    left: 0px;
}

.topDiv .fr {
    position: relative;
    right: 0px;
}

.topDiv a {
    color: #333333;
}

    .topDiv a:hover {
        color: #cc1321;
    }

.topDiv li {
    float: left;
    padding: 0 7px 0 6px;
    background: url(../img/ico1.gif) right center no-repeat;
}

.topDiv .li_01 {
    background: none;
}

.topDiv .fr li {
    padding: 0px;
}

    .topDiv .fr li a {
        padding: 0 7px 0 6px;
        display: block;
        float: left;
        height: 36px;
    }

        .topDiv .fr li a:hover, .topDiv .fr li .aNow {
            background: #FFF;
            border-left: #e1e1e1 solid 1px;
            border-right: #e1e1e1 solid 1px;
            position: relative;
            z-index: 2;
            left: -1px;
            color: #ff8a00;
        }



.head {
    width: 1000px;
    margin: 0 auto;
    height: 124px;
}

.head_left {
    height: 124px;
    float: left;
}

.logo {
    width: 400px;
    height: 60px;
    margin-top: 32px;
}

.head_right {
    height: 124px;
    float: right;
}

.search {
    width: 500px;
    height: 40px;
    margin-top: 42px;
}

.search_input01 {
    width: 418px;
    height: 38px;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;
    display: inline-block;
    float: left;
}

.search_input02 {
    width: 80px;
    height: 40px;
    background-color: #1b5ca9;
    border: 0px;
    display: inline-block;
    float: left;
    color: #ffffff;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
}




.navx {
    background: url(../img/nav.png) top repeat-x;
    height: 46px;
    width: 100%;
    position: absolute;
    z-index: 20;
    left: 0px;
    top: 196px;
	
	display: block;
}

    .navx .wal {
        height: 46px;
        position: relative;
    }

    .navx ul {
        position: absolute;
        top: 0px;
        left: 184px;
    }

    .navx li {
        float: left;
        height: 42px;
		overflow:hidden;
    }

    .navx a {
        display: block;
        float: left;
        white-space: nowrap;
        padding: 0 23px;
        height: 42px;
        line-height: 42px;
        overflow: hidden;
        font-size: 16px;
        color: #FFF;
        background: url(../img/nav.jpg) right center no-repeat;
    }

        .navx a:hover {
            /*background: #bb000e;*/
			background:#f1770c;
            position: relative;
        }




.classLayer {
    position: absolute;
    z-index: 50;
    left: 50%;
    margin-left: -500px;
    width: 180px;
}

    /*.classLayer h1 {
        background: url(../img/classLayer.png) left top no-repeat;
        height: 50px;
        cursor: pointer;
        position: relative;
        z-index: 55;
        margin-top: -4px;
    }*/
	
	.classLayer h1 {
        height: 42px;
    cursor: pointer;
    position: relative;
    z-index: 55;
    margin-top: -2px;
    background-color: #f1770c;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    line-height: 42px;
    color: #fff;
    }

    .classLayer .listx {
        background: url(../img/classLayerBg-.png) left top repeat-y;
        position: relative;
        top: -14px;
        padding-top: 5px;
        left: 0px;
    }

    .classLayer li {
        height: 41px;
        background: url(../img/line.png) left bottom no-repeat;
    }

    .classLayer a {
        display: block;
        height: 41px;
        padding-left: 60px;
        line-height: 18px;
    }

        .classLayer a span {
            color: #555555;
            font-size: 14px;
            margin-top: 12px;
            position: absolute;
            font-family: "microsoft yahei",Arial;
        }

        .classLayer a:hover, .classLayer .aNow {
            background: url(../img/bg1.png) left top no-repeat;
            height: 41px;
        }




.ChildNavIn {
    background-color: #f2f2f2;
    filter: alpha(opacity=95);
    -moz-opacity: 0.95;
    -khtml-opacity: 0.95;
    opacity: 0.95;
    /* overflow: hidden;*/
    width: 514px;
    color: #333333;
    text-align: left;
    font-weight: normal;
    margin-left: 180px;
    margin-top: -37px;
    position: absolute;
    z-index: 54;
    left: 50%;
    top: 45px;
    margin-left: 88px;
}

.b_h01 {
    margin-top: 5px;
    margin-left: 20px;
}

.b_h01_head {
    font-size: 14px;
    width: 470px;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #d2d2d2;
}

    .b_h01_head a {
        text-decoration: none;
        outline: none;
        display: block;
        padding: 0px;
        background: none;
        width: 470px;
        height: 30px;
        padding-left: 5px;
        line-height: 25px;
        color: #1f4f88;
    	font-weight: bolder;
    }

        .b_h01_head a:hover {
            text-decoration: none;
            outline: none;
            display: block;
            padding: 0px;
            background: none;
            width: 470px;
            height: 30px;
            line-height: 25px;
            padding-left: 5px;
            color: #f1770c;
        }

.b_h01_c {
    font-size: 12px;
    /*height: 26px;
    line-height: 26px;*/
    width: 470px;
    text-align: justify;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .b_h01_c a {
        text-decoration: none;
        outline: none;
        display: inline-block;
        padding: 0px;
        background: none;
        width: auto;
        height: 26px;
        padding-right: 5px;
        padding-left: 5px;
        color: #333333;
		
		font-size:14px
    }

        .b_h01_c a:hover {
            text-decoration: none;
            outline: none;
            display: inline-block;
            padding: 0px;
            background: none;
            width: auto;
            height: 26px;
            padding-right: 5px;
            padding-left: 5px;
            color: #f1770c;
        }

.bannergundong {
    width: 100%;
    height: 420px;
    margin: 0 auto;
    text-align: center;
    background-color: #ffffff;
    overflow: hidden;
    top: 50px;
}

    .bannergundong img {
        width: 100%;
        height: 420px;
        margin: 0 auto;
    }


/*.lunbo {
    width: 100%;
    height: 420px;
    text-align: center;
    position: relative;
    z-index: 25;
    top: 50px;
    overflow: hidden;
}
    .lunbo ul {
        text-align:center;
        margin:0 auto;
    }

    .lunbo img {
        width: 100%;
        height: 420px;
        text-align: center;
    }




    .lunbo ol {
        position: relative;
        width: 80px;
        height: 20px;
        top: -30px;
        left: 20px;
    }

        .lunbo ol li {
            float: left;
            width: 10px;
            height: 10px;
            margin: 5px;
            background: #fff;
            list-style: none;
        }

            .lunbo ol li.seleted {
                background: #ff8b00;
            }*/




.h01 {
    width: 1000px;
    margin: 0 auto;
    z-index: 60;
    position: relative;
    margin-top: 70px;
}

.h01_left {
    width: 728px;
    height: 298px;
    border: 1px solid #d2d2d2;
    float: left;
}

.h01_left_head {
    width: 728px;
    height: 35px;
    border-bottom: 1px solid #ddd;
    background-color: #f0f0f0;
}

.h01_left_head_t {
    width: 120px;
    height: 34px;
    border-bottom: 2px solid #1b5ca9;
    text-align: center;
    font-size: 16px;
	background-color:#1b5ca9;
    color: #fff;
    line-height: 34px;
    float: left;
}

.h01_left_head_more {
    float: right;
    margin-right: 15px;
    font-size: 12px;
    line-height: 34px;
}

    .h01_left_head_more a {
        color: #333333;
    }

        .h01_left_head_more a:hover {
            color: #cc1321;
        }

.h01_left_c {
    margin-top: 10px;
    margin-left: 10px;
}

.h01_left_c_left {
    width: 210px;
    height: 244px;
    float: left;
    overflow: hidden;
}

.h01_left_c .h01_left_c_left b {
    line-height: 24px;
    text-align: center;
    color: #fff;
    font-weight: normal;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    position: relative;
    top: -24px;
    width: 210px;
    display: block;
}

.h01_left_c_right {
    float: left;
    margin-left: 20px;
    width: 480px;
    height: 244px;
}

    .h01_left_c_right ul {
        margin: 0;
        padding: 0;
        margin-left: 10px;
    }

        .h01_left_c_right ul li {
            margin: 0;
            padding: 0;
            line-height: 30px;
            height: 30px;
            font-size: 14px;
            border-bottom: 1px dashed #d2d2d2;
			background:url(../img/list-icon.jpg) no-repeat center left;
            /*list-style-image: url(../img/list-icon.jpg);*/
            padding-left: 10px;
        }

            .h01_left_c_right ul li a {
                color: #333333;
            }

                .h01_left_c_right ul li a:hover {
                    color: #cc1321;
                }

            .h01_left_c_right ul li .span1 {
                float: left;
            }

            .h01_left_c_right ul li .span2 {
                float: right;
                color: #b2b2b2;
                font-size: 12px;
                margin-right: 10px;
            }

.h01_right {
    width: 248px;
    height: 298px;
    border: 1px solid #d2d2d2;
    float: left;
    margin-left: 20px;
}

.h01_right_login {
    width: 248px;
    height: 40px;
    background-color: #1b5ca9;
}

.h01_right_login01 {
    width: 123px;
    height: 20px;
    border-right: 1px solid #ffffff;
    margin-top: 10px;
    line-height: 20px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    float: left;
}

.h01_right_login a {
    color: #ffffff;
}

    .h01_right_login a:hover {
        color: #FFFF00;
    }

.h01_right_login02 {
    width: 124px;
    height: 20px;
    margin-top: 10px;
    line-height: 20px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    float: left;
}

#Tab1 {
    width: 248px;
    height: 258px;
    overflow: hidden;
}

.Menubox {
    height: 40px;
    padding-top: 10px;
}

    .Menubox li {
        float: left;
        display: block;
        cursor: pointer;
        width: 124px;
        text-align: center;
        color: #333333;
        font-size: 14px;
        border-bottom: 1px solid #d2d2d2;
        line-height: 40px;
    }

        .Menubox li.hover {
            width: 124px;
            color: #f1770c;
            border-bottom: 2px solid #f1770c;
        }

.fabu {
    width: 248px;
}

    .fabu ul {
        margin-left: 4px;
        margin-right: 4px;
        padding-top: 20px;
    }

        .fabu ul li {
            float: left;
            width: 80px;
            text-align: center;
        }

            .fabu ul li a {
                width: 80px;
                overflow: hidden;
                display: block;
                padding-top: 70px;
                padding-bottom: 25px;
            }

            .fabu ul li.bb1 a {
                background: url(../img/h01-right01.png) no-repeat;
            }

            .fabu ul li.bb2 a {
                background: url(../img/h01-right02.png) no-repeat;
            }

            .fabu ul li.bb3 a {
                background: url(../img/h01-right03.png) no-repeat;
            }

            .fabu ul li.bb5 a {
                background: url(../img/h01-right02.png) no-repeat;
            }

            .fabu ul li.bb1 a:hover {
                background: url(../img/h01-right04.png) no-repeat;
            }

            .fabu ul li.bb2 a:hover {
                background: url(../img/h01-right05.png) no-repeat;
            }

            .fabu ul li.bb3 a:hover {
                background: url(../img/h01-right06.png) no-repeat;
            }

            .fabu ul li.bb5 a:hover {
                background: url(../img/h01-right05.png) no-repeat;
            }

    .fabu p {
        width: 212px;
        height: 40px;
        clear: both;
        margin: 0 auto;
        line-height: 40px;
        font-size: 16px;
        text-indent: 82px;
        -moz-border-radius: 5px; /* Firefox */
        -webkit-border-radius: 5px; /* Safari ?? Chrome */
        border-radius: 5px; /* Opera 10.5+, ????????IE-CSS3??IE????? */
        -moz-box-shadow: 5px #000; /* Firefox */
        -webkit-box-shadow: 5px #000; /* Safari ?? Chrome */
        box-shadow: 5px #000; /* Opera 10.5+, ????????IE-CSS3??IE????? */ /* ??IE????????y????????'box'?? */
        background: url(../img/h01-right07.png) no-repeat 48px center;
        background-color: #f1770c;
        margin-top: -15px;
    }

        .fabu p a {
            color: #fff;
        }

            .fabu p a:hover {
                color: #FFFF00;
            }





.banner {
    width: 1000px;
    height: 120px;
    margin: 0 auto;
    margin-top: 20px;
}


.h02_right {
    width: 248px;
    height: 298px;
    border: 1px solid #d2d2d2;
    float: left;
    margin-left: 20px;
}

.h02_right_company {
    width: 248px;
    height: 110px;
}

.h02_right_scroll {
}

    .h02_right_scroll ul {
        margin: 0;
        padding: 0;
        margin-left: 20px;
    }

        .h02_right_scroll ul li {
            margin: 0;
            padding: 0;
            padding-left: 5px;
            line-height: 30px;
            height: 30px;
            width: 200px;
            border-bottom: 1px dashed #d2d2d2;
            list-style-image: url(../img/list-icon.jpg);
        }

            .h02_right_scroll ul li a {
                color: #333333;
				font-size:14px;
            }

                .h02_right_scroll ul li a:hover {
                    color: #cc1321;
                }



.h003_left_c {
    margin-top: 10px;
    margin-left: 12px;
}

.h003_left_c_left {
    width: 335px;
    height: 244px;
    float: left;
    margin-left: 13px;
    margin-right: 10px;
}


.gongying {
    width: 710px;
}

    .gongying dl {
        height: 260px;
        overflow: hidden;
    }

        .gongying dl dd {
            width: 330px;
            margin-left: 12px;
            margin-right: 12px;
            height: 33px;
            line-height: 30px;
            overflow: hidden;
            float: left;
            border-bottom: 1px dashed #d2d2d2;
            font-size: 14px;
        }

            .gongying dl dd .span1 {
                float: left;
            }
			.gongying dl dd .span1:hover {
                color:#cc1321;
            }

            .gongying dl dd .span2 {
                float: right;
    			color: #999;
    			font-size: 12px;
				
            }


.h003_left_c_left ul {
    margin: 0;
    padding: 0;
}

    .h003_left_c_left ul li {
        margin: 0;
        padding: 0;
        line-height: 30px;
        height: 30px;
        font-size: 14px;
        border-bottom: 1px dashed #d2d2d2;
    }

        .h003_left_c_left ul li a {
            color: #333333;
        }

            .h003_left_c_left ul li a:hover {
                color: #cc1321;
            }

        .h003_left_c_left ul li .span1 {
            float: left;
        }

        .h003_left_c_left ul li .span2 {
            float: right;
            color: #b2b2b2;
            font-size: 12px;
            margin-right: 10px;
        }



.h03_right_head {
    width: 248px;
    height: 36px;
    background: url(../img/h03-right-head.jpg) no-repeat;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    color: #ffffff;
}

    .h03_right_head a {
        color: #ffffff;
    }

        .h03_right_head a:hover {
            color: #FFFF00;
        }

.h03_right_c {
}

    .h03_right_c ul {
        margin: 0;
        padding: 0;
        margin-left: 25px;
        margin-top: 10px;
    }

        .h03_right_c ul li {
            margin: 0;
            padding: 0;
            padding-left: 5px;
            line-height: 30px;
            height: 30px;
            width: 200px;
            border-bottom: 1px dashed #d2d2d2;
            list-style-image: url(../img/list-icon.jpg);
        }



.h04 {
    width: 998px;
    height: 322px;
    border: 1px solid #d2d2d2;
    text-align: center;
}

.h04_head {
    width: 998px;
    height: 35px;
    border-bottom: 1px solid #ddd;
    background-color: #f0f0f0;
}

.h04_head_t {
    width: 120px;
    height: 34px;
    border-bottom: 2px solid #1b5ca9;
    text-align: center;
    font-size: 16px;
	background-color:#1b5ca9;
    color: #fff;
    line-height: 34px;
    float: left;
}

.h04_head_more {
    float: right;
    margin-right: 15px;
    font-size: 12px;
    line-height: 34px;
}

    .h04_head_more a {
        color: #333333;
    }

        .h04_head_more a:hover {
            color: #cc1321;
        }


.h05 {
    width: 998px;
    height: 193px;
    border: 1px solid #d2d2d2;
    text-align: center;
}






.maindd {
    width: 998px;
    margin: 0 auto;
    margin-top: 20px;
    border: 1px solid #d2d2d2;
}

.maindd_head {
    width: 998px;
    height: 35px;
	border-bottom: 1px solid #ddd;
    background-color: #f0f0f0;
}

.maindd_head_t {
    width: 120px;
    height: 34px;
    border-bottom: 2px solid #1b5ca9;
    text-align: center;
    font-size: 16px;
	background-color:#1b5ca9;
    color: #fff;
    line-height: 34px;
    float: left;
}

.maindd_head_more {
    float: right;
    margin-right: 15px;
    font-size: 12px;
    line-height: 34px;
}

    .maindd_head_more a {
        color: #333333;
    }

        .maindd_head_more a:hover {
            color: #cc1321;
        }

.maindd ul {
    margin-top: 20px;
    height: 290px;
    overflow: hidden;
}

    .maindd ul li {
        background: url(../img/a_20.jpg) no-repeat;
        margin-left: 18px;
        width: 145px;
        height: 145px;
        text-align: center;
        /*line-height: 20px;*/
        display: block;
        float: left;
        margin-bottom: 15px;
        /*font-size: 14px;*/
    }


        .maindd ul li a {
            width: 143px;
            height: 100px;
            text-align: center;
            margin: 0 auto;
            display: block;
            overflow: hidden;
            line-height: 120px;
        }

            .maindd ul li a:hover {
                width: 143px;
                height: 100px;
                background-color: #d4d4d4;
                display: block;
                color: #000;
                margin: 0 auto;
            }

            .maindd ul li a img {
                /*width: 136px;
            height: 90px;*/
                overflow: hidden;
                margin: 2px auto 0;
                text-align: center;
            }




.mainee {
    width: 998px;
    margin: 0px auto;
    margin-top: 20px;
    border: 1px solid #d2d2d2;
    overflow: hidden;
    height: 219px;
}

    .mainee ul {
        width: 550px;
        float: left;
        overflow: hidden;
        margin-top: 20px;
        margin-left: 6px;
    }

        .mainee ul li {
            width: 163px;
            height: 135px;
            float: left;
            overflow: hidden;
            margin: 0 8px;
        }

            .mainee ul li a i {
                width: 163px;
                height: 135px;
                display: block;
            }

            .mainee ul li a b {
                line-height: 24px;
                text-align: center;
                color: #fff;
                font-weight: normal;
                background-color: #000;
                filter: alpha(opacity=70);
                -moz-opacity: 0.7;
                -khtml-opacity: 0.7;
                opacity: 0.7;
                position: relative;
                top: -24px;
                width: 163px;
                display: block;
            }

    .mainee dl {
        float: right;
        width: 410px;
        margin-right: 10px;
        margin-top: 20px;
        height: 150px;
        overflow: hidden;
    }

        .mainee dl dd {
            width: 400px;
            height: 26px;
            line-height: 26px;
            overflow: hidden;
            font-size: 14px;
        }

            .mainee dl dd a b {
                width: 250px;
                height: 26px;
                line-height: 26px;
                font-weight: normal;
                color: #ff8b00;
            }

            .mainee dl dd a:hover {
                color: #cc1321;
            }


.clear {
    clear: both;
}



.h06 {
     width: 998px;
    /* height: 80px; */
    overflow: hidden;
    padding-bottom: 10px;
    border: 1px solid #d2d2d2;
}

.h06_c {
    font-size: 14px;
    margin: 0 auto;
    text-align: center;
    line-height: 30px;
    margin-top: 10px;
    width: 978px;
}

    .h06_c a {
            color: #333333;
    		display: block;
    		float: left;
    		padding: 0px 13px;
		}
   

        .h06_c a:hover {
            color: #cc1321;
        }

/*.footer {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 40px;
}

.footer_01 {
    width: 100%;
    height: 10px;
    background-color: #cc1321;
}

.footer_02 {
    width: 100%;
    height: 240px;
    margin: 0 auto;
    text-align: center;
    background-color: #fff6db;
}

.footer_02_c {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    padding-top: 58px;
}*/
.footer {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 40px;
}

.footer_01 {
    width: 100%;
    height: 10px;
    background-color: #1b5ca9;
}

.footer_02 {
    width: 100%;
    height: 260px;
    margin: 0 auto;
    text-align: center;
    background-color: #fff6db;
}

.footer_02_c {
    width: 1000px;
    margin: 0 auto;
}

.footer_02_c_left {
    margin-top: 30px;
    width: 155px;
    float: left;
    text-align: center;
}

.footer_02_c_logo {
    width: 155px;
    height: 52px;
    display: block;
}

.footer_02_c_erweima {
    width: 120px;
    height: 120px;
    margin-left: 26px;
    margin-top: 20px;
}

.footer_02_c_mid {
    width: 2px;
    height: 182px;
    float: left;
    background: url(../img/footer-xian.png) repeat-y;
    float: left;
    margin-top: 45px;
    margin-left: 50px;
}

.footer_02_c_right {
    width: 792px;
    float: left;
}

.footer_02_c_right_i {
    width: 110px;
    margin-left: 48px;
    margin-top: 60px;
    float: left;
}

.footer_02_c_right_i_head {
    width: 110px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #cc1321;
}

    .footer_02_c_right_i_head img {
        vertical-align: middle;
    }

.footer_02_c_right_i ul {
    padding: 0;
    margin: 0;
    margin-left: 32px;
    margin-top: 20px;
}

    .footer_02_c_right_i ul li {
        font-size: 14px;
        color: #333333;
        height: 30px;
        line-height: 30px;
        text-align: left;
    }

        .footer_02_c_right_i ul li a:hover {
            color: #ff7800;
        }

.footer_03 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background-color: #fff6db;
    padding-bottom: 50px;
}

.footer_03_c {
    width: 1000px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    padding-top: 40px;
    border-top: 1px solid #d2d2d2;
}












.navx0 {
    background: url(../img/nav.png) top repeat-x;
    height: 46px;
    width: 100%;
    position: absolute;
    z-index: 20;
    left: 0px;
    top: 196px;
}

    .navx0 .wal {
        height: 46px;
        position: relative;
    }

    .navx0 ul {
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .navx0 li {
            float: left;
    		height: 42px;
   		 overflow: hidden;
    }

    .navx0 a {
        display: block;
   		 float: left;
   		 white-space: nowrap;
    	padding: 0 28px;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    font-size: 16px;
    color: #FFF;
        background: url(../img/nav.jpg) right center no-repeat;
    }


        .navx0 a:hover,.navx0 a.checked {
            background: #f1770c;
            position: relative;
        }



.jingxuan {
    width: 728px;
    /*border: 1px solid #d2d2d2;*/
    margin-top: 20px;
}

.jingxuan_h2 {
    width: 728px;
    /*border-bottom: 1px solid #d2d2d2;*/
    font-weight: normal;
    line-height: 35px;
    height: 35px;
}

    .jingxuan_h2 b {
        width: 120px;
        text-align: center;
        color: #fff;
        background-color: #2a3170;
        font-size: 16px;
        display: block;
        height: 35px;
        font-weight: normal;
    }


.jingxuandiv {
    width: 728px;
    border: 1px solid #dfdfdf;
    height: 600px;
    overflow: hidden;
}

    .jingxuandiv ul {
        margin-left: 2px;
    }


        .jingxuandiv ul li {
            width: 136px;
            height: 185px;
            margin-left: 7px;
            float: left;
            overflow: hidden;
            margin-top: 10px;
        }

            .jingxuandiv ul li a i {
                width: 134px;
                height: 134px;
                display: block;
                border: 1px solid #dfdfdf;
            }

            .jingxuandiv ul li a b {
                line-height: 24px;
                text-align: center;
                color: #000;
                font-weight: normal;
                position: relative;
                /*top: -24px;*/
                width: 134px;
                display: block;
                /* background-color: #000;
                filter: alpha(opacity=70);
                -moz-opacity: 0.7;
                -khtml-opacity: 0.7;
                opacity: 0.7;*/
            }

            .jingxuandiv ul li a:hover {
                cursor: pointer;
            }




/*.rool {
    width: 728px;
    height: 164px;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #d2d2d2;
}

    .rool ul {
        margin-top: 20px;
    }

        .rool ul li {
            list-style: none;
            float: left;
            padding: 0 1px;
            text-align: center;
            line-height: 32px;
            overflow: hidden;
            width: 130px;
        }

            .rool ul li a {
                overflow: hidden;
                width: 130px;
            }

            .rool ul li img {
                display: block;
                margin: 0px 8px 3px 0px;
                padding: 2px;
                border: 1px solid #dedede;
            }*/





.product {
    width: 728px;
}

.Menuboxaa {
    height: 36px;
    border-left: 1px solid #d2d2d2;
    overflow: hidden;
    margin-top: 20px;
}

    .Menuboxaa li {
        float: left;
        display: block;
        cursor: pointer;
        width: 120px;
        text-align: center;
        color: #ffffff;
        font-size: 16px;
        border-bottom: 1px solid #d2d2d2;
        line-height: 36px;
        height: 36px;
        position: relative;
        top: 1px;
        background-color: #2a3170;
        border-top: 1px solid #d2d2d2;
        border-right: 1px solid #d2d2d2;
    }

        .Menuboxaa li.hover {
            width: 120px;
            color: #555;
            background-color: #fff;
            border-bottom: 1px solid #fff;
            color: #333333;
        }

.Contentboxbb {
    width: 728px;
    border: 1px solid #dfdfdf;
    height: 400px;
    overflow: hidden;
}

    .Contentboxbb ul {
        margin-left: 2px;
    }

        .Contentboxbb ul li {
            width: 136px;
            height: 185px;
            margin-left: 7px;
            float: left;
            overflow: hidden;
            margin-top: 10px;
        }

            .Contentboxbb ul li a i {
                width: 134px;
                height: 134px;
                display: block;
                border: 1px solid #dfdfdf;
            }

            .Contentboxbb ul li a b {
                line-height: 24px;
                text-align: center;
                color: #000;
                font-weight: normal;
                position: relative;
                /*top: -24px;*/
                width: 134px;
                display: block;
                /*background-color: #000;
                filter: alpha(opacity=70);
                -moz-opacity: 0.7;
                -khtml-opacity: 0.7;
                opacity: 0.7;*/
            }




.share_left {
    width: 730px;
    float: left;
}

.share_left_position {
    height: 36px;
    width: 730px;
    line-height: 36px;
    font-size: 14px;
    vertical-align: middle;
    background-image: url(../img/share-position-bg.png);
}

    .share_left_position img {
        vertical-align: middle;
    }

.share_right {
    width: 250px;
    float: left;
    margin-left: 20px;
}

.share_right_h01 {
    width: 248px;
    height: 298px;
    border: 1px solid #d2d2d2;
    border-top: none;
}

.share_right_h01_head {
    width: 248px;
    height: 35px;
    background: url(../img/a19.jpg) repeat-x;
    border-bottom: 1px solid #d2d2d2;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
}

.share_right_h01_c {
    width: 220px;
    height: 278px;
    margin-top: 5px;
}

    .share_right_h01_c ul {
        margin: 0px;
        padding: 0px;
        margin-left: 15px;
    }

        .share_right_h01_c ul li {
            margin: 0;
            padding: 0;
            line-height: 30px;
            height: 30px;
            border-bottom: 1px solid #dfdfdf;
            font-size: 12px;
            padding-left: 10px;
        }

            .share_right_h01_c ul li a:hover {
                color: #cc1321;
            }

.share_right_h02 {
    width: 248px;
    height: 298px;
    border: 1px solid #d2d2d2;
    border-top: none;
    margin-top: 20px;
}

.share_right_h01_c ul li span {
    color: #FFF;
    background: #cc1321;
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    display: block;
    float: left;
    font-size: 10px;
    margin-top: 9px;
    margin-right: 5px;
}

.share_right_h03 {
    width: 250px;
    height: 300px;
    margin-top: 20px;
}



.left {
    width: 728px;
    float: left;
    display: inline;
    overflow: hidden;
}

.left111 {
    width: 728px;
    margin-top: 10px;
    border-bottom: 1px #d1dce6 dashed;
    overflow: hidden;
}

.tw {
    width: 400px;
    height: 105px;
    overflow: hidden;
    float: left;
}

.tw_t {
    width: 97px;
    height: 98px;
    float: left;
    display: inline;
    margin-right: 10px;
}

    .tw_t img {
        border: none;
    }

.tw_w {
    float: left;
    display: inline;
    width: 290px;
    overflow: hidden;
}

    .tw_w h3 {
        width: 290px;
        height: 16px;
        overflow: hidden;
        padding-left: 0px;
        font-weight: 600;
        line-height: 16px;
        margin: 0;
    }

        .tw_w h3 a:hover {
            text-decoration: underline;
        }

    .tw_w p {
        width: 290px;
        height: 50px;
        overflow: hidden;
        line-height: 26px;
        margin-top: 5px;
    }

.time {
    text-align: left;
}

.xxxx {
    float: right;
    display: inline;
    line-height: 30px;
}

.jg {
    float: left;
    display: inline;
    padding-right: 20px;
    padding-top: 45px;
}

.xx {
    float: right;
    display: inline;
}

.tb {
    float: left;
    display: inline;
    padding-top: 35px;
}

.gsxx {
    width: 190px;
    float: right;
    display: inline;
    text-align: left;
    padding: 10px 0px 15px 10px;
    margin-top: 2px;
}

    .gsxx p {
        padding-left: 13px;
    }

.lxwm {
    width: 78px;
    height: 21px;
    float: left;
    display: inline;
    margin-left: 12px;
}

    .lxwm p {
        background: url(../images/7.png) no-repeat right;
        padding-left: 22px;
    }

.wyxj {
    width: 78px;
    height: 21px;
    float: left;
    display: inline;
    padding-left: 20px;
}

    .wyxj p {
        background: url(../images/8.png) no-repeat right;
        padding-left: 22px;
    }

.ym {
    width: 900px;
    margin-top: 15px;
}

.flickr {
    text-align: right;
    margin-right: 165px;
    line-height: 30px;
}

    .flickr a {
        border-right: #dedfde 1px solid;
        padding-right: 6px;
        background-position: 50% bottom;
        border-top: #dedfde 1px solid;
        padding-left: 6px;
        padding-bottom: 2px;
        border-left: #dedfde 1px solid;
        color: #0061de;
        margin-right: 3px;
        padding-top: 2px;
        border-bottom: #dedfde 1px solid;
        text-decoration: none;
    }

        .flickr a:hover {
            border-right: #000 1px solid;
            border-top: #000 1px solid;
            background-image: none;
            border-left: #000 1px solid;
            color: #fff;
            border-bottom: #000 1px solid;
            background-color: #0061de;
        }

    .flickr span.current {
        padding-right: 6px;
        padding-left: 6px;
        font-weight: bold;
        padding-bottom: 2px;
        color: #014f98;
        margin-right: 3px;
        padding-top: 2px;
    }

    .flickr span.disabled {
        padding-right: 6px;
        padding-left: 6px;
        padding-bottom: 2px;
        color: #adaaad;
        margin-right: 3px;
        padding-top: 2px;
    }


.fenlei {
    width: 728px;
    border: 1px solid #d2d2d2;
    margin-top: 20px;
    background-color: #f7f7f7;
    border-right: none;
}

.fenlei_left {
    width: 120px;
    font-size: 14px;
    float: left;
    background-color: #f7f7f7;
}

.fenlei_left_c {
    margin-top: 13px;
    margin-left: 22px;
}

.fenlei_left img {
    vertical-align: middle;
}

.fenlei_right {
    width: 606px;
    float: left;
    border-right: 1px solid #d2d2d2;
    background-color: #ffffff;
    padding: 6px 0px;
}

.fenlei_right_c {
    line-height: 26px;
    font-size: 12px;
    margin-left: 15px;
    margin-top: 10px;
    margin-right: 15px;
    text-align: justify;
    white-space: nowrap;
}

    .fenlei_right_c ul {
        /*margin: 0;
        padding: 0;*/
        padding-bottom: 35px;
    }

        .fenlei_right_c ul li {
            width: 74px;
    height: 30px;
    float: left;
    font-size: 14px;
    margin: 0;
    padding: 0;
    display: inline-block;
        }

    .fenlei_right_c a:hover {
        color: #ffffff;
        background-color: #cc1321;
        padding: 5px;
    }

    .fenlei_right_c a {
        color: #333333;
        padding: 5px;
    }


.fenlei_dic {
    width: 728px;
    border: 1px solid #d2d2d2;
    margin-top: 10px;
    background-color: #f7f7f7;
    margin-bottom: 20px;
    border-right: none;
}

.hangqing {
    width: 730px;
    margin-top: 10px;
}

.hangqing_c01 {
    width: 343px;
    border: 1px solid #d2d2d2;
    height: 198px;
    float: left;
    padding: 0px;
    margin: 0px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}

.hangqing_c01_head {
    width: 343px;
    height: 30px;
    background: url(../img/hangqing-c01-head-bg.jpg) repeat-x;
    border-bottom: 1px solid #d2d2d2;
    line-height: 30px;
    font-size: 14px;
}

    .hangqing_c01_head img {
        vertical-align: middle;
        margin-left: 10px;
    }

    .hangqing_c01_head .span001 {
        float: left;
    }

    .hangqing_c01_head .span002 {
        float: right;
        font-size: 12px;
        margin-right: 10px;
        line-height: 30px;
    }

    .hangqing_c01_head span a:hover {
        color: #cc1321;
    }

.hangqing_c01_c {
    margin-top: 6px;
    text-align: justify;
    width: 323px;
    height: 100px;
}

    .hangqing_c01_c ul {
        margin: 0;
        padding: 0;
        margin-left: 10px;
    }

        .hangqing_c01_c ul li a {
            line-height: 26px;
            width: 323px;
            font-size: 14px;
            /*list-style-image: url(../img/list-icon.jpg);*/
            margin-left: 10px;
        }

            .hangqing_c01_c ul li a .span02 {
                float: left;
            }

            .hangqing_c01_c ul li a .span01 {
                float: right;
                /*margin-right: 5px;*/
            }

            .hangqing_c01_c ul li a:hover {
                color: #cc1321;
            }


.neiye_left {
    width: 728px;
    border: 1px solid #dfdfdf;
    margin-top: 20px;
    /*border-top: 2px solid #ff6c00;*/
}

.liebiao_main {
    width: 728px;
}

    .liebiao_main ul li {
        width: 700px;
        padding: 0 14px;
        border-top: 1px solid #dfdfdf;
        height: 100px;
        padding-top: 10px;
        overflow: hidden;
    }

        .liebiao_main ul li.limian {
            border-top: none;
        }

.liebiao_pic {
    width: 88px;
    height: 88px;
    float: left;
}

    .liebiao_pic a img {
        width: 80px;
        height: 80px;
        padding: 3px;
        border: 1px solid #dfdfdf;
        overflow: hidden;
    }

.liebiao_jieshao {
    width: 460px;
    margin-left: 30px;
    line-height: 30px;
    overflow: hidden;
    float: left;
}

    .liebiao_jieshao b {
        height: 30px;
        overflow: hidden;
        font-size: 14px;
        font-weight: 500;
    }

        .liebiao_jieshao b a {
            color: #014f98;
        }

            .liebiao_jieshao b a:hover {
                color: #ff6c00;
            }

    .liebiao_jieshao p {
        width: 460px;
        overflow: hidden;
        height: 30px;
    }

        .liebiao_jieshao p em {
            font-style: normal;
            margin-right: 20px;
        }

        .liebiao_jieshao p a {
            color: #00954a;
        }

.leibiao_lianxi {
    width: 110px;
    height: 88px;
    float: right;
}

    .leibiao_lianxi p {
        width: 85px;
        border: 1px solid #dfdfdf;
        background-color: #f6f6f6;
        margin: 10px auto 0;
        display: block;
        overflow: hidden;
        padding-left: 5px;
        height: 22px;
        padding-top: 4px;
    }

        .leibiao_lianxi p a {
            font-size: 12px;
            height: 16px;
            padding-bottom: 8px;
            height: 12px;
            overflow: hidden;
            display: block;
            float: left;
        }

        .leibiao_lianxi p img {
            width: 16px;
            height: 16px;
            margin-right: 8px;
            float: left;
        }


.neiye_left {
    width: 730px;
    border: 1px solid #dfdfdf;
    margin-top: 20px;
}

/*-----------------------------------------展会列表----------------------------------------*/


.zhanhui_xinxi {
    width: 730px;
}

    .zhanhui_xinxi h3 {
        text-indent: 12px;
        font-size: 14px;
        line-height: 36px;
        height: 36px;
        overflow: hidden;
    }

    .zhanhui_xinxi ul li {
        border-top: 1px solid #dfdfdf;
        height: 60px;
        line-height: 26px;
        width: 700px;
        padding: 5px 15px 0;
    }

        .zhanhui_xinxi ul li p span {
            float: right;
        }

        .zhanhui_xinxi ul li.lixinxi {
            /*background-color: #f2f2f2;*/
        }

        .zhanhui_xinxi ul li b a {
            color: #014f98;
        }

            .zhanhui_xinxi ul li b a:hover {
                color: #ff6c00;
            }

.zhanhui_gongying {
    width: 244px;
    margin-bottom: 11px;
    border: 1px solid #dfdfdf;
    border-top: none;
}

    .zhanhui_gongying h3 {
        width: 244px;
        border-bottom: 1px solid #dfdfdf;
        font-weight: normal;
        height: 30px;
        font-size: 14px;
        text-indent: 12px;
        /*background: url(../images/a19.jpg) repeat-x;*/
        line-height: 30px;
    }

        .zhanhui_gongying h3 span {
            float: right;
            font-size: 12px;
            margin-right: 10px;
        }

    .zhanhui_gongying ul {
        margin: 5px 0;
    }

        .zhanhui_gongying ul li {
            width: 220px;
            height: 24px;
            line-height: 24px;
            overflow: hidden;
            margin: 0 auto;
        }

            .zhanhui_gongying ul li a:hover {
                text-decoration: underline;
            }

.zhanhui_chanpin {
    width: 244px;
    margin-bottom: 11px;
    border: 1px solid #dfdfdf;
    border-top: none;
}

    .zhanhui_chanpin h3 {
        width: 244px;
        border-bottom: 1px solid #dfdfdf;
        font-weight: normal;
        height: 30px;
        font-size: 14px;
        text-indent: 12px;
        /*background: url(../images/a19.jpg) repeat-x;*/
        line-height: 30px;
    }

        .zhanhui_chanpin h3 span {
            float: right;
            font-size: 12px;
            margin-right: 10px;
        }

    .zhanhui_chanpin ul {
        width: 244px;
        overflow: hidden;
        margin: 10px 0;
    }

        .zhanhui_chanpin ul li {
            width: 92px;
            line-height: 20px;
            height: 90px;
            overflow: hidden;
            text-align: center;
            float: left;
            margin-left: 20px;
        }

            .zhanhui_chanpin ul li a img {
                width: 90px;
                height: 60px;
                border: 1px solid #dfdfdf;
            }

.left11 {
    float: left;
    display: inline;
    width: 730px;
    /*margin-top: 20px;*/
}

.left_xw {
    width: 730px;
    border-bottom: 1px #d1dced solid;
    text-align: left;
    padding-top: 10px;
    overflow: hidden;
}

    .left_xw h2 {
        font-family: "微软雅黑";
        margin-left: 5px;
        font-weight: 600;
    }

    .left_xw p {
        width: 730px;
        line-height: 28px;
        overflow: hidden;
    }

.ydl {
    text-align: right;
}

.flickr1 {
    text-align: right;
    margin-bottom: 10px;
    margin-right: 160px;
}

    .flickr1 a {
        border-right: #dedfde 1px solid;
        padding-right: 6px;
        background-position: 50% bottom;
        border-top: #dedfde 1px solid;
        padding-left: 6px;
        padding-bottom: 2px;
        border-left: #dedfde 1px solid;
        color: #0061de;
        margin-right: 3px;
        padding-top: 2px;
        border-bottom: #dedfde 1px solid;
        text-decoration: none;
    }

        .flickr1 a:hover {
            border-right: #000 1px solid;
            border-top: #000 1px solid;
            background-image: none;
            border-left: #000 1px solid;
            color: #fff;
            border-bottom: #000 1px solid;
            background-color: #0061de;
        }

.meneame a:active {
    border-right: #000 1px solid;
    border-top: #000 1px solid;
    background-image: none;
    border-left: #000 1px solid;
    color: #fff;
    border-bottom: #000 1px solid;
    background-color: #0061de;
}

.flickr1 span.current {
    padding-right: 6px;
    padding-left: 6px;
    font-weight: bold;
    padding-bottom: 2px;
    color: #014f98;
    margin-right: 3px;
    padding-top: 2px;
}

.flickr1 span.disabled {
    padding-right: 6px;
    padding-left: 6px;
    padding-bottom: 2px;
    color: #adaaad;
    margin-right: 3px;
    padding-top: 2px;
}



.qiugou_left {
    width: 730px;
    margin-top: 0px;
}

.qiugou_fenlei {
    width: 720px;
    border-top: 1px solid #aaccee;
    background-color: #d7e9ff;
    height: 30px;
    line-height: 30px;
    padding-left: 20px;
}

    .qiugou_fenlei a {
        padding: 0 20px;
        border-right: 1px solid #e2f0fb;
        height: 30px;
        line-height: 30px;
        display: block;
        float: left;
        color: #444;
    }

        .qiugou_fenlei a:hover {
            background-color: #014f98;
            height: 30px;
            line-height: 30px;
            display: block;
            color: #fff;
            text-decoration: underline;
        }

        .qiugou_fenlei a.on {
            background-color: #fff;
            font-weight: bold;
            height: 30px;
            line-height: 30px;
            display: block;
            color: #444;
        }

    .qiugou_fenlei span a {
        border: none;
        color: #ff6c00;
        background: none;
    }

        .qiugou_fenlei span a:hover {
            background: none;
            text-decoration: underline;
            color: #ff6c00;
        }

.qiugou_caigou {
    width: 730px;
    /*margin-top: 15px;*/
}

    .qiugou_caigou h2 {
        background: url(../images/a13.jpg) repeat-x;
        height: 28px;
        border: 1px solid #aaccee;
    }

    .qiugou_caigou ul {
        border: 1px solid #dfdfdf;
        overflow: hidden;
        padding-bottom: 5px;
    }

        .qiugou_caigou ul li {
            line-height: 36px;
            height: 36px;
            overflow: hidden;
            border-bottom: 1px dashed #dfdfdf;
        }

            .qiugou_caigou ul li b {
                width: 346px;
                float: left;
                text-indent: 8px;
                font-weight: normal;
            }

            .qiugou_caigou ul li span {
                width: 120px;
                text-align: center;
                float: left;
            }

            .qiugou_caigou ul li.liaa {
                border-bottom: 1px solid #dfdfdf;
                text-align: center;
                background-color: #f5f5f5;
                height: 36px;
                line-height: 36px;
            }

            .qiugou_caigou ul li:hover {
                width: 736px;
                background-color: #f0f9ff;
            }

            .qiugou_caigou ul li b img {
                vertical-align: middle;
                margin-left: 10px;
            }

.qiugou_right {
    width: 246px;
    float: right;
}

.qiugou_huanjin {
    width: 246px;
}

    .qiugou_huanjin h2 {
        background: url(../images/a14.jpg) no-repeat;
        width: 246px;
        padding-top: 51px;
        line-height: 32px;
        font-size: 14px;
        font-weight: normal;
        text-align: center;
    }

    .qiugou_huanjin p {
        width: 246px;
        margin-top: 10px;
    }

.qiugou_zanzhu {
    width: 244px;
    margin-top: 11px;
    border: 1px solid #dfdfdf;
    border-top: none;
}

    .qiugou_zanzhu h2 {
        width: 244px;
        border-bottom: 1px solid #dfdfdf;
        font-weight: normal;
        height: 30px;
        font-size: 14px;
        text-indent: 12px;
        background: url(../images/a19.jpg) repeat-x;
        line-height: 30px;
    }

    .qiugou_zanzhu ul {
        margin: 6px 0;
    }

        .qiugou_zanzhu ul li {
            width: 220px;
            height: 26px;
            line-height: 26px;
            overflow: hidden;
            margin: 0 auto;
        }

            .qiugou_zanzhu ul li a:hover {
                background-color: #ff6c00;
                color: #fff;
            }


.qiugou_benzhou {
    width: 244px;
    margin-top: 11px;
    border: 1px solid #dfdfdf;
    border-top: none;
}

    .qiugou_benzhou h2 {
        width: 244px;
        border-bottom: 1px solid #dfdfdf;
        font-weight: normal;
        height: 30px;
        font-size: 14px;
        text-indent: 12px;
        /*background: url(../images/a19.jpg) repeat-x;*/
        line-height: 30px;
    }

    .qiugou_benzhou ul {
        margin: 5px 0;
    }

        .qiugou_benzhou ul li {
            width: 220px;
            height: 24px;
            line-height: 24px;
            overflow: hidden;
            margin: 0 auto;
        }

            .qiugou_benzhou ul li a:hover {
                text-decoration: underline;
            }

/*-----------------------------------------展会详细----------------------------------------*/

.zhanhui_jieshao {
    width: 700px;
    margin: 0 auto 30px;
}

    .zhanhui_jieshao h3 {
        padding-top: 20px;
        line-height: 30px;
        font-size: 18px;
        text-align: center;
        font-weight: 600;
    }

    .zhanhui_jieshao p {
        text-align: center;
        line-height: 30px;
    }

    .zhanhui_jieshao ul {
        border: 1px solid #f5dac9;
        border-bottom: none;
        line-height: 40px;
    }

        .zhanhui_jieshao ul li {
            border-bottom: 1px solid #f5dac9;
            height: 40px;
            line-height: 40px;
            display: block;
        }

            .zhanhui_jieshao ul li b {
                border-right: 1px solid #f5dac9;
                text-align: center;
                height: 40px;
                line-height: 40px;
                width: 150px;
                overflow: hidden;
                display: block;
                float: left;
                background-color: #f6f2ec;
                letter-spacing: 3px;
            }

            .zhanhui_jieshao ul li em {
                float: left;
                width: 547px;
                text-indent: 30px;
                font-style: normal;
            }


.zhanhui_yipian {
    width: 700px;
    margin: 0 auto 30px;
    line-height: 30px;
    font-size: 14px;
}

.left22 {
    float: left;
    display: inline;
    width: 1000px;
    border: 1px #dfdfdf solid;
    margin-bottom: 10px;
    margin-top: 20px;
}

.hjbt {
    margin-top: 20px;
    text-align: center;
}

    .hjbt a:hover {
        text-decoration: underline;
    }

.hjny {
    width: 860px;
    margin: 18px auto;
    overflow: hidden;
}

    .hjny p {
        text-align: left;
        font-size: 14px;
        color: #000;
        line-height: 33px;
    }

.qiugou_xq {
    width: 728px;
    margin-top: 20px;
    border: 1px solid #d2d2d2;
    overflow: hidden;
}

.qiugou_xq_head {
    width: 728px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #555555;
    font-weight: bold;
    padding-left: 20px;
    border-bottom: 1px solid #d2d2d2;
    background-color: #f5f5f5;
}

    .qiugou_xq_head img {
        vertical-align: middle;
    }

.qiugou_xq_msg {
    width: 728px;
    margin-top: 10px;
    padding-left: 20px;
    border-bottom: 1px solid #d2d2d2;
    overflow: hidden;
    padding-bottom: 10px;
}

.qiugou_xq_msg_left {
    width: 344px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    float: left;
}

    .qiugou_xq_msg_left span {
        color: red;
    }

.qiugou_xq_c {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
    width: 688px;
    font-size: 14px;
    line-height: 30px;
    text-align: justify;
}

.qiugou_xq_right_h01 {
    width: 248px;
    height: 200px;
    border: 1px solid #d2d2d2;
    border-top: none;
}

.qiugou_xq_right_h01_head {
    width: 248px;
    height: 35px;
    background: url(../img/a19.jpg) repeat-x;
    border-bottom: 1px solid #d2d2d2;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
}

.qiugou_xq_right_h01_c {
    width: 220px;
    height: 160px;
    margin-top: 5px;
}

    .qiugou_xq_right_h01_c ul {
        margin: 0px;
        padding: 0px;
        margin-left: 15px;
    }

        .qiugou_xq_right_h01_c ul li {
            margin: 0;
            padding: 0;
            line-height: 30px;
            height: 30px;
            border-bottom: 1px solid #dfdfdf;
            font-size: 13px;
            padding-left: 10px;
            color: #555555;
        }

.qiugou_xq_right_h02 {
    width: 248px;
    height: 298px;
    border: 1px solid #d2d2d2;
    border-top: none;
    margin-top: 20px;
}

.qiugou_xq_right_h02_head {
    width: 248px;
    height: 35px;
    background: url(../img/a19.jpg) repeat-x;
    border-bottom: 1px solid #d2d2d2;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
}

    .qiugou_xq_right_h02_head a:hover {
        color: #cc1321;
    }

.qiugou_xq_right_h02_c {
    width: 240px;
    height: 255px;
    margin-top: 7px;
}

    .qiugou_xq_right_h02_c ul {
        margin: 0px;
        padding: 0px;
        margin-left: 20px;
    }

        .qiugou_xq_right_h02_c ul li {
            margin: 0;
            padding: 0;
            width: 220px;
            line-height: 30px;
            height: 30px;
            border-bottom: 1px solid #dfdfdf;
            /*list-style-image: url(../img/list-icon.jpg);*/
            font-size: 12px;
            color: #555555;
        }

            .qiugou_xq_right_h02_c ul li a:hover {
                color: #cc1321;
            }

.hangqing_list {
    width: 728px;
    border: 1px solid #d2d2d2;
    margin-top: 20px;
}

.hangqing_list_c {
    margin-top: 5px;
    margin-left: 20px;
    width: 688px;
    margin-bottom: 15px;
}

    .hangqing_list_c ul {
        margin: 0;
        padding: 0;
        padding-left: 10px;
        padding-bottom: 5px;
        padding-top: 5px;
        width: 688px;
        /*border-bottom: 1px dashed #d2d2d2;*/
    }

        .hangqing_list_c ul li {
            line-height: 30px;
            font-size: 14px;
            list-style-image: url(../img/list-icon.jpg);
            padding-left: 5px;
            width: 658px;
            border-bottom: 1px dashed #d2d2d2;
        }

            .hangqing_list_c ul li .span-01 {
                float: left;
            }

            .hangqing_list_c ul li .span-02 {
                font-size: 12px;
                float: right;
            }

            .hangqing_list_c ul li a:hover {
                color: #cc1321;
            }

/*-----------------------------------------内页内容----------------------------------------*/


.neiye_main {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.neiye_caidan {
    width: 150px;
    background: #FFFFFF url(../img/left_menu.jpg) repeat-y;
    margin-bottom: -9999px;
    padding-bottom: 9999px;
    margin-top: 60px;
    float: left;
}

    .neiye_caidan ul {
        background: #FFFFFF url(../img/left_menu_ul.jpg) repeat-y;
        padding-top: 2px;
    }

        .neiye_caidan ul li.on {
            line-height: 37px;
            height: 37px;
            background: url(../img/left_menu_on.jpg) no-repeat;
            padding-left: 30px;
            overflow: hidden;
        }

        .neiye_caidan ul li {
            line-height: 37px;
            height: 37px;
            background: url(../img/left_menu_li.jpg) no-repeat;
            padding-left: 30px;
            overflow: hidden;
        }

.neiye_aa {
    margin-top: 60px;
    width: 846px;
    float: right;
    margin-bottom: -9999px;
    padding-bottom: 9999px;
}

.neiye_neirong {
    border: 1px solid #dfdfdf;
}

    .neiye_neirong h2 {
        padding: 0px;
        margin: 0px;
        padding: 0 10px 0 10px;
        line-height: 31px;
        background: #f5f5f5;
        font-weight: normal;
        font-size: 12px;
        display: block;
        overflow: hidden;
    }

        .neiye_neirong h2 a {
            margin: 0 3px;
        }

.niiye_nei_con {
    width: 820px;
    margin: 0 auto;
    /*overflow: hidden;*/
    padding: 10px 0;
    line-height: 30px;
}

    .niiye_nei_con h3 {
        /*text-align: center;
        line-height: 30px;
        height: 30px;
       overflow: hidden;*/
        font-size: 14px;
    }

/*搜索*/
.searchBtn button, .searchTxt .searchMenu .searchSelected {
    background: url(../images/searchbg.png) no-repeat;
}


.searchTxt {
    float: left;
    width: 350px;
    height: 32px;
    border: 2px solid #d3d3d3;
    border-right: 0;
    position: relative;
    z-index: 20;
    /*background: #fff;*/
}

/*.searchTxt .radius {
        width: 1px;
        height: 1px;
        overflow: hidden;
        background: #f4f4f4;
        position: absolute;
        top: -2px;
        left: -2px;
    }*/

.searchTxtHover {
    width: 418px;
    height: 38px;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;
    display: inline-block;
    float: left;
    position: relative;
    z-index: 599;
}

/*.searchTxtHover .radius {
        width: 1px;
        height: 1px;
        overflow: hidden;
        background: #cce5f5;
        position: absolute;
        top: -2px;
        left: -2px;
    }*/

.searchTxt .searchMenu {
    float: left;
}

    .searchTxt .searchMenu .searchSelected {
        color: #a8a8a8;
        cursor: pointer;
        font-size: 14px;
        font-weight: bold;
        height: 40px;
        line-height: 40px;
        padding: 0 10px;
        width: 54px;
        background-position: 12px -48px;
    }

    /*.searchTxt .searchMenu .searchOpen {
        background-position: 0px -104px;
    }*/

    .searchTxt .searchMenu .searchTab {
        display: none;
        position: absolute;
        top: 38px;
        left: -1px;
        width: 66px;
        border: 1px solid #d2d2d2;
        border-top: 0;
        background: #fff;
        height: auto;
        z-index: 599;
    }

        .searchTxt .searchMenu .searchTab li {
            width: 58px;
            height: 28px;
            line-height: 28px;
            color: #a8a8a8;
            font-size: 14px;
            font-weight: bold;
            text-indent: 10px;
            cursor: pointer;
        }

            .searchTxt .searchMenu .searchTab li.selected {
                background: #edf3fc;
                color: #014f98;
            }
/*2016-7-20项目*/
.p_wal {
    width: 1000px;
    margin: 0px auto;
}

.clear {
    clear: both;
}

.p_wrap {
    width: 100%;
    height: 206px;
    background-image: url(img/bg00.jpg);
    background-repeat: repeat-x;
}

.p_wrap00 {
    width: 1020px;
    height: 206px;
    margin: 0 auto;
}



.p_content {
    width: 730px;
    float: left;
   /* margin-left: 20px;*/
}

.p_content_head {
    margin-top: 20px;
    width: 730px;
    height: 40px;
    background-color: #f5f5f5;
}

.p_content_head00 {
    width: 3px;
    height: 40px;
    background-color: #cc1321;
    float: left;
}

.p_content_head01 {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    color: #333333;
    float: left;
    margin-left: 20px;
}

.p_content_c {
    margin: 0 auto;
    width: 730px;
}

.p_content_c00 {
    padding: 10px;
    /*border-bottom: 1px dashed #d2d2d2;*/
}

    .p_content_c00 ul {
        margin: 0;
        padding: 0;
    }

    .p_content_c00 li {
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        vertical-align: middle;
        border-bottom: 1px dashed #d2d2d2;
    }
/*.p_content_c00 li img {
	margin-left:-10px;
	margin-right:10px;
}*/
.datespan {
    font-size: 14px;
    color: #a0a0a0;
    float: right;
}

.titlespan {
    
    float: left;
}




.p_content_c00 li a:hover {
    color: #cc1321;
}




.p_n_head {
    margin: 0 auto;
    margin-top: 25px;
    font-size: 18px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
}

.p_n_head_down {
    margin: 0 auto;
    font-size: 12px;
    color: #a0a0a0;
    text-align: center;
    height: 24px;
    line-height: 24px;
}

.p_n_head_date {
    display: inline;
}

.p_n_fen {
    width: 730px;
    height: 1px;
    margin: 0 auto;
    text-align: center;
    background-color: #d2d2d2;
    margin-top: 15px;
}



.content {
    width: 1004px;
    height: auto;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline;
}


.con {
    width: 524px;
    height: 293px;
    float: left;
}

    .con li {
        width: 515px;
        height: 29px;
        line-height: 29px;
        float: left;
        background: url(../images/j_08.jpg) no-repeat left center;
        padding-left: 10px;
        display: inline;
    }

        .con li span {
            width: 60px;
            height: 29px;
            line-height: 29px;
            float: right;
            text-align: right;
        }

.con_left {
    width: 780px;
    height: auto;
    float: left;
    margin-top: 10px;
    display: inline;
}

.con_left_a {
    width: 465px;
    height: 151px;
    float: left;
}

.title {
    width: 100%;
    height: 32px;
    float: left;
    background: url(../images/j_07.jpg) repeat-x;
}

    .title span {
        width: 104px;
        height: 32px;
        float: left;
        background: url(../images/j_06.jpg) no-repeat;
        text-align: center;
        line-height: 32px;
        font-weight: bold;
        color: #039;
    }

        .title span a {
            color: #039;
            text-decoration: none;
        }

            .title span a:link, .title span a:visited {
                text-decoration: none;
                color: #039;
            }

            .title span a:hover {
                text-decoration: none;
                color: #f60;
            }

.con01 {
    width: 465px;
    height: 115px;
    float: left;
    padding-top: 4px;
    display: inline;
}

.con_left_b {
    width: 285px;
    height: 151px;
    float: left;
    margin-left: 15px;
    display: inline;
    overflow: hidden;
}



.sub_left {
    width: 238px;
    height: auto !important;
    min-height: 40px;
    height: 40px;
    line-height: 40px;
    float: left;
    margin-top: 20px;
	 margin-left: 20px;
}

.sub_left_a {
    width: 236px;
    height: auto !important;
    min-height: 40px;
    height: 40px;
    line-height: 40px;
    float: left;
    border: 1px solid #c0dfe4;
}

.title09 {
    width: 216px;
    height: 34px;
    line-height: 34px;
    float: left;
    border-bottom: 2px solid #c0dfe4;
    margin-left: 8px;
    display: inline;
    color: #039;
    font-weight: bold;
    padding-left: 4px;
}

    .title09 a {
        color: #039;
        text-decoration: none;
    }

        .title09 a:link, .title09 a:visited {
            text-decoration: none;
            color: #039;
        }

        .title09 a:hover {
            text-decoration: none;
            color: #f60;
        }

.con19 {
    width: 220px;
    height: auto !important;
    float: left;
    display: inline;
}

    .con19 ul li {
        margin-top: 12px;
        line-height: 20px;
        margin-bottom: 12px;
        margin-left: 8px;
    }



      .con19 li a {
        color: #333;
        text-decoration: none;
    }

        .con19 li a:link, .con19 li a:visited {
            text-decoration: none;
            color: #333;
        }

        .con19 li a:hover {
            text-decoration: none;
            color: #002c85;
            /*background: url(../images/j_51.jpg) no-repeat 4px 9px #e0f5f9;*/
            width: 208px;
            /*height: auto !important;*/
            /* min-height: 24px;
           height: 24px;
            padding-left: 12px;
            margin-left: -12px;*/
            display: block;
        }


.con19_a li {
    width: 208px;
    height: auto !important;
    min-height: 24px;
    height: 24px;
    line-height: 24px;
    float: left;
    margin-top: 10px;
    display: inline;
    background: url(../images/j_50.jpg) no-repeat 4px 9px;
    padding-left: 12px;
}

    .con19_a li a {
        color: #333;
        text-decoration: none;
    }

        .con19_a li a:link, .con19_a li a:visited {
            text-decoration: none;
            color: #333;
        }

        .con19_a li a:hover {
            text-decoration: none;
            color: #039;
            /*background: url(../images/j_51.jpg) no-repeat 4px 9px #e0f5f9;*/
            width: 208px;
            height: auto !important;
            min-height: 24px;
            height: 24px;
            padding-left: 12px;
            margin-left: -12px;
            display: block;
        }

.con19_b {
    width: 208px;
    height: auto !important;
    min-height: 24px;
    height: 24px;
    line-height: 24px;
    float: left;
    margin-top: 10px;
    display: inline;
    background: url(../images/j_50.jpg) no-repeat 4px 9px;
    padding-left: 12px;
}

    .con19_b a {
        color: #039;
        text-decoration: none;
    }

        .con19_b a:link, .con19_b a:visited {
            text-decoration: none;
            color: #039;
        }

        .con19_b a:hover {
            text-decoration: none;
            color: #039;
            background: url(../images/j_51.jpg) no-repeat 4px 9px #e0f5f9;
            width: 208px;
            height: auto !important;
            min-height: 24px;
            height: 24px;
            padding-left: 12px;
            margin-left: -12px;
            display: block;
        }

.con19_c ul {
    width: 220px;
    height: auto !important;
    min-height: 40px;
    height: 40px;
    line-height: 40px;
    float: left;
    padding-bottom: 8px;
    display: inline;
}

.con19_c li {
    width: 190px;
    height: auto !important;
    min-height: 24px;
    height: 24px;
    line-height: 24px;
    float: left;
    margin-top: 10px;
    display: inline;
    margin-left: 20px;
}

    .con19_c li a {
        color: #666;
        text-decoration: none;
    }

        .con19_c li a:link, .con19_c li a:visited {
            text-decoration: none;
            color: #666;
        }

        .con19_c li a:hover {
            text-decoration: none;
            color: #039;
        }

.sub_right {
    width: 754px;
    height: auto !important;
    min-height: 40px;
    height: 40px;
    line-height: 40px;
    float: right;
}

.sub_left_b {
    width: 236px;
    height: auto !important;
    min-height: 40px;
    height: 40px;
    line-height: 40px;
    float: left;
    border: 1px solid #c0dfe4;
    border-top: none;
}

.sub_left_c {
    width: 236px;
    height: 48px;
    line-height: 40px;
    float: left;
    border: 1px solid #c0dfe4;
    background: #edf6fc;
    margin-top: 15px;
}


.sub_left_d {
    width: 236px;
    height: 48px;
    float: left;
    border: 1px solid #c0dfe4;
    border-top: none;
}

.con20 {
    width: 754px;
    height: auto !important;
    min-height: 40px;
    height: 40px;
    line-height: 40px;
    float: left;
}


.con22_a {
    width: 754px;
    height: 200px;
    line-height: 40px;
    float: left;
    background: url(../images/j_57.jpg) repeat-x bottom;
    margin-top: 19px;
    display: inline;
}

    .con22_a li {
        width: 697px;
        height: 30px;
        line-height: 30px;
        float: left;
        background: url(../images/j_08.jpg) no-repeat 0px 13px;
        padding-left: 10px;
        margin-left: 28px;
        display: inline;
    }

        .con22_a li span {
            width: 80px;
            height: 30px;
            line-height: 30px;
            float: right;
            text-align: right;
            color: #999;
        }


/*顶部导航*/
.clear { clear:both;}

.top_nav{ overflow:hidden; padding: 10px 0px;background-color: #f7f7f7;}


.nav1 { width:1000px; overflow:hidden; margin:0 auto; }
.nav1 ul { border-right:1px solid #ccc; float:left; overflow:hidden; }
.nav1 ul li { float:left; font-size:14px; line-height:26px; }
.nav1 ul li b { color:#1f4f88; }

.nav1 ul li a:hover { color:#F30; text-decoration:none; }
.nav1 ul li b:hover { color:#F30; }
.ul1 { width:194px; padding-left:4px; }
.ul1 li { padding-right:7px; }

.ul2 { width:164px; padding:0px 2px; }
.ul2 li { padding-left:6px; }
.ul3 { width:164px; padding:0px 2px; }
.ul3 li { padding-left:6px; }
.ul4 { width:164px; padding:0px 2px; }
.ul4 li { padding-left:6px; }
.ul5 { width:120px; padding-left:4px; }
.ul5 li { padding-left:6px; }
.ul7 { width:150px; padding-left:4px; }
.ul7 li { padding-left:7px; }
.ul8 { width:82px; padding-left:4px; }
.ul8 li { padding-left:7px; }

#ul6 { width:120px; border:0px; padding-left:4px; }
#ul6 li { padding-left:5px; _ padding-left:7px;
*+padding-left:6px;
}
.nav2 { width:1000px; border-top:2px solid #1f4f88; text-align:left; padding-left:10px; padding-top:10px; padding-bottom:10px; font-size:12px; }
#lastli_sty {
+margin-top:-3px; _margin-top:0px; }

.blank10 { height:10px; clear:both; font-size:0px; line-height:0px;}
/*顶部导航 end*/
.con19{display:none;}
#child0{display:block;}
