/*ͷβ����ͳһ��ʽ*/
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
img {
    margin: 0px;
    padding: 0px;
    outline: none;
    border: 0px;
}

ul,
li {
    list-style: none;
}

body {
    text-align: left;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #333;
}

a,
ins {
    text-decoration: none;
}

a {
    color: #333333;
}

    a:focus,
    a:hover {
    }

.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.clearfloat {
    zoom: 1
}


.w1200 {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}

/* ͷ�� */
.fl {
    float: left;
}

.fr {
    float: right;
}

.header {
    height: 600px;
    min-width: 1200px;
    /* background: url(../images/banner.png) no-repeat center top; */
}

/* ͷ�������л���ʼ */
.fullSlide {
    width: 100%;
    position: absolute;
    height: 540px;
    /* background: #000; */
    z-index: -100;
}

    .fullSlide .bd {
        margin: 0 auto;
        position: relative;
        z-index: 0;
        overflow: hidden;
    }

        .fullSlide .bd ul {
            width: 100% !important;
        }

        .fullSlide .bd li {
            width: 100% !important;
            height: 540px;
            overflow: hidden;
            text-align: center;
        }

/* ͷ�������л����� */
.header_con {
    height: 540px;
}

.header_top {
    height: 50px;
    line-height: 50px;
    color: #FFFFFF;
}

    .header_top a {
        color: #FFFFFF;
    }

.top_left {
    float: left;
}

    .top_left a {
        margin-left: 10px;
        margin-right: 20px;
    }

.top_right {
    float: right;
}

    .top_right a {
        margin-left: 20px;
    }

.header_logo {
    text-align: center;
    padding-top: 50px;
}

.header_search {
    width: 740px;
    margin: 0 auto;
    margin-top: 40px;
}

.search_l {
    float: left;
    width: 600px;
    height: 60px;
    line-height: 60px;
    color: #999999;
    background: url(../images/ser.png) #FFFFFF no-repeat 552px center;
    padding-left: 20px;
}

    .search_l .ser_input {
        display: block;
        width: 520px;
        height: 100%;
    }

.search_r {
    float: right;
    width: 120px;
    height: 60px;
    line-height: 60px;
    background: #C92C1A;
    border-radius: 8px;
    font-size: 22px;
    color: #FFFFFF;
}

    .search_r button {
        display: block;
        width: 100%;
        height: 100%;
        background: transparent;
    }

.header .nav_bg {
    background: #0255A6;
}

.header .nav {
    line-height: 60px;
    display: flex;
    justify-content: space-between;
    font-size: 22px;
    color: #FFFFFF;
    text-align: center;
}

    .header .nav a {
        font-size: 22px;
        color: #FFFFFF;
        text-align: center;
        width: 14.3%;
    }

/* ������ */
.index_con {
}

.dqwz {
    line-height: 70px;
    height: 70px;
    font-size: 14px;
    padding-left: 50px;
    background: url(../images/local.png) no-repeat 20px center;
}

.main {
    margin-bottom: 30px;
}

.main_l {
    float: left;
    width: 280px;
    min-height: 100px;
}

    .main_l h3 {
        line-height: 60px;
        background: #2162B2;
        font-size: 18px;
        color: #FFFFFF;
        text-align: center;
    }

    .main_l ul {
        background: #FFFFFF;
        box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
        padding: 20px;
    }

        .main_l ul li {
            line-height: 50px;
            border-bottom: 1px solid #E3E3E3;
        }

            .main_l ul li a {
                display: block;
            }

            .main_l ul li:hover, .main_l ul li.hover {
                border-bottom: 1px solid #2162B2;
            }

                .main_l ul li:hover a, .main_l ul li.hover a {
                    color: #2162B2;
                }

.main_r {
    float: left;
    width: 1200px;
    min-height: 100px;
}

    .main_r > div {
        height: 54px;
        border-bottom: 1px solid #E3E3E3;
        font-size: 24px;
        color: #2162B2;
    }

        .main_r > div span {
            display: inline-block;
            border-bottom: 2px solid #2162B2;
            height: 54px;
        }

    .main_r ul li {
        line-height: 45px;
        padding-left: 15px;
        background: url(../images/dian.png) no-repeat left 22px;
    }

    .main_r ul {
        padding: 20px 0;
    }

        .main_r ul li a {
            color: #333333;
        }

        .main_r ul li span {
            display: inline-block;
            color: #cccccc;
            margin-left: 15px;
            line-height: 45px;
        }
/*�ײ�*/
.footer {
    border-top: 4px solid #0255A6;
    background: #fff;
    clear: both;
    min-width: 1200px;
}

    .footer .link {
        height: 50px;
        border-bottom: 1px solid #eceff1;
        line-height: 50px;
    }

    .footer .link_left {
        float: left;
        font-size: 18px;
        color: #2162B2;
        font-weight: 500;
    }

    .footer .linkmenu {
        float: left;
    }

        .footer .linkmenu ul li {
            height: 50px;
            float: left;
            width: 205px;
            padding-left: 20px;
            padding-right: 20px;
            margin-left: 20px;
            position: relative;
            cursor: pointer;
        }

    .footer .on {
        display: block !important;
    }

    .footer .link_cont {
        border: 1px solid #cecece;
        position: absolute;
        bottom: 45px;
        left: -10px;
        width: 100%;
        max-height: 310px;
        overflow-y: auto;
        box-sizing: border-box;
        z-index: 99;
        background: #fff;
        width: 210px;
        display: none;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
    }

        .footer .link_cont li {
            height: 30px !important;
            line-height: 30px;
            width: 100% !important;
            margin: 0 !important;
        }

            .footer .link_cont li a {
                display: block;
                color: #333;
                width: 98%;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                margin: auto;
            }

    .footer .caret {
        background: url(../images/xl.png) no-repeat right;
        width: 12px;
        height: 6px;
        display: block;
        float: right;
        margin-top: 24px;
        margin-left: 20px;
        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
    }

    /*��Ȩ*/
    .footer .footer_con {
        padding: 20px 0;
    }

    .footer .footer_conl {
        float: left;
        width: 300px;
    }

        .footer .footer_conl h3 {
            font-size: 16px;
            color: #333333;
            margin-bottom: 20px;
        }

        .footer .footer_conl ul {
            overflow: hidden;
        }

        .footer .footer_conl li {
            color: #333333;
            line-height: 32px;
            float: left;
            width: 50%;
        }

            .footer .footer_conl li a {
                color: #333333;
            }

    .footer .footer_conm {
        width: 640px;
    }

    .footer .footer_conr {
        float: right;
    }

        .footer .footer_conr .jiucuo {
            float: left;
            margin-top: 25px;
            margin-right: 34px;
        }

        .footer .footer_conr .biaoshi {
            float: right;
            margin-top: 20px;
        }

    .footer .footer_beian {
        background: #F1F3F5;
        line-height: 50px;
    }

    .footer .beian_left {
        float: left;
    }

        .footer .beian_left img {
            margin: 0 15px;
        }

        .footer .beian_left a {
            margin-right: 15px;
        }

    .footer .beian_right {
        float: right;
    }

        .footer .beian_right img {
            margin-right: 15px;
        }

        .footer .beian_right a {
            margin-right: 20px;
        }
		.lm_line {
	height: 0;
	border-bottom: 1px dashed #ddd;
	margin: 10px 0;
	padding: 0;
	background: none;
	line-height: 12px;
	min-height: 12px;
}
.list_date {
	width: 160px;
	float: right;
}