*{
    box-sizing: border-box;
}
html,body{
    padding: 0;
    margin: 0;
}
body {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    background: #fff;
}
.container{
    width: 1200px;
    margin: 0 auto;
}
.clear::after{
    content: '';
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
a{
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}
ul, li ,a{
    list-style: none;
}
img {
    max-width: 100%;
    border: 0px;
}
.fu-ul li:hover a{
    color:#005293
}
.ul1 li:hover{
    background-color: #2b94d9;
}
.banner{
    width: 100%;
    min-width: 1200px;
    /* height: 609px; */
    text-align: center;
    font-size: 0;
    position: relative;
}
.banner_mk img{
    width: 100%;
}
.nav_zt{
    width: 100%;
    background: url(qh_4.jpg) repeat-x;
    height: 62px;
    line-height: 62px;
}
.nav_zt ul {
    display: flex;
    justify-content: space-around;
    width: 71%;
    margin: 0 auto;
    max-width: 1600px;
}
.nav_zt ul li {
    margin: 0 40px;
}
.nav_zt ul li a {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    white-space: nowrap;
}
.content1 {
    width: 1200px;
    margin: 75px auto 0;
}
.wid_df {
    display: flex;
    justify-content: space-between;
}
.content1_l {
    width: 580px;
    height: 410px;
}

.content1_r {
    width: 580px;
}

.szyw_tit_img {
    background: url(qh_8.png) no-repeat left center;
    height: 48px;
    margin-bottom: 20px !important;
}
.szyw_tit_img a {
    color: #151515;
}
.mk_tit_list a {
    text-align: right;
    color: #c10101;
    font-size: 16px;
    display: block;
    line-height: 55px;
    padding-right: 20px;
}
.szyw_mk ul {
    padding:0;
}
.szyw_mk ul li {
    background: url(qh_5.jpg) repeat-x;
    height: 52px;
    line-height: 52px;
    margin-bottom: 5px;
    position: relative;
}
.szyw_mk ul li span {
    width: 6px;
    display: block;
    height: 6px;
    background: #c10101;
    border-radius: 10px;
    position: absolute;
    left: 15px;
    top: 23px;
}
.szyw_mk ul li a {
    font-size: 18px;
    display: block;
    padding-left: 35px;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.swiper-1 p{
    /* position: absolute;
    top: 0; */
    font-size: 14px;
    font-family:'Microsoft Yahei';
    color: #ffffff;
    /* text-align: center; */
    background: rgba(0,0,0,0.5);
    margin: -10px 0 0 0;
    padding-left: 20px;
    height: 55px;
    line-height: 60px;
    /* opacity: 0.5; */
    /* background: rgba(0,0,0,0.5);
    width: 100%;
    height: 60px;
    padding-left: 20px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    font-family: Verdana;
    line-height: 50px;
    margin: 0; */
}
.top-swiper{
    /* visibility: visible; 
    overflow: hidden; 
    position: relative; */
}
.mk_tit_list {
    margin-bottom: 50px;
}
.mtpl_tit_img {
    background: url(qh_10.png) no-repeat center left;
    height: 45px;
}
.mtpl_list {
    overflow: hidden;
}
.mtpl_list ul {
    display: flex
;
    flex-wrap: wrap;
margin-bottom: 100px;
}
ul, li {
    list-style: none;
}
.mtpl_list li {
    height: 46px;
    line-height: 46px;
    padding-left: 20px;
    position: relative;
    width: 530px;
    margin: 0px 25px;
}
.mtpl_list li span {
    width: 6px;
    display: block;
    height: 6px;
    background: #f88833;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 20px;
}
.mtpl_list li a {
    font-size: 16px;
    color: #070707;
}

.footer {
    margin: auto;
    position: relative;
    font-size: 14px;
    color: #666666;
    text-align: center;
    padding: 50px 0;
}
.layout {
    width: 1250px;
    margin: 0 auto;
}
.footer .f_img1 {
    position: absolute;
    top: 56px;
    left: 260px;
}
.footer a {
    font-size: 14px;
    color: #666666;
    display: inline-block;
}
.footer .text {
    line-height: 30px;
}