@charset "utf-8";
/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, th, td {
    margin: 0;
    padding: 0;
}

body {
    font-size: 12px;
    color: #6c6c6c;
    font-family: '微软雅黑';
    background: #F1F1F1;
    min-width: 1200px;
}

fieldset, img, button {
    border: 0;
}

ol, ul {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

em, i {
    font-style: normal;
}

input, button, select, textarea {
    outline: none;
    border: 0;
}

textarea {
    resize: none;
}

a {
    color: #6c6c6c;
    text-decoration: none;
}

.f_l {
    float: left;
}

.f_r {
    float: right;
}

.t_l {
    text-align: left;
}

.pl20 {
    padding-left: 20px;
}

.pt90 {
    padding-top: 90px !important;
}

.h115 {
    height: 115px !important;
}

/*footer*/

.footer {
    width: 100%;
    background-color: #184777;
    /*margin-top: 30px;*/
    overflow: hidden;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

.footer-up {
    line-height: 50px;
    height: 50px;
}
.footer-down {
    padding-bottom: 20px;
    line-height: 22px;
    padding-top: 10px;
    border-top: 1px solid #13365b;
}


.search_box{border: 1px solid #d1dfe9;border-radius: 5px;margin:20px 50px 150px;background-image: linear-gradient(to bottom,#e5eff6 2%,#fff 30%); padding: 30px;}
.search_box > p{color: #0a3699; font-size: 20px;position:relative;padding-left:20px;line-height:20px;}
.search_box > p:before{position: absolute;left: 0;top:2px;content: '';width:15px;height:15px; background: url('img/ss.png')/*tpa=http://www.zhongjiazhubao.com/Public/style/css/img/ss.png*/ center center no-repeat #093599;background-size: cover;}
.search_box form{margin:30px 10px;}
.search_box .top{line-height: 30px;color: #000;}
.search_box .top label{font-size: 16px;}
.search_box .top input{border:1px solid #dcdcdc;border-radius: 5px;line-height:28px;padding: 5px 10px;width: 180px;}
.search_box .bottom{display: flex; align-items: center;padding-left: 20px;margin-top: 20px;}
.search_box .bottom button{width:100px; height:40px; line-height: 40px; background: #0a3699; color: #fff; border: none;margin: 0 10px; border-radius: 10px;cursor: pointer;}
.search_box .bottom img{height:25px;}


.banner {
    display: flex;
    justify-content: center;
    align-items: center;
	}