﻿* {
	padding: 0px;
	margin: 0px;
	font-family: "微软雅黑" !important;
	text-decoration: none;
	list-style: none;
	box-sizing: border-box;
}

ul,
ol,
li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:focus {
	text-decoration: none;
}

table {
	max-width: 100% !important;
	border-spacing: 0;
	border-collapse: collapse;
	padding: 0px;
	border: 0px;
}

tr,
td,
th {
	padding: 0px;
	border: 0px;
}

img {
	max-width: 100%;
	border: 0px !important;
	vertical-align: middle;
}

select,
input,
textarea {
	margin: 0;
	vertical-align: middle;
	outline: none;
	resize: none;
	padding: 0;
	font-family: "微软雅黑";
}

.bt-left {
	float: left;
}

.bt-right {
	float: right;
}

.bt-clear {
	clear: both;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0px;
}

body {
	background: #f3fbff;
}

.bmysbanner {
	width: 100%;
text-align: center;
	/*background: url(bmys_banner.png) no-repeat center;*/
	/*height: 300px;*/
	/*background-size: contain;*/
}
.bmysbanner  img{
object-fit: none;
}

.bmys_wipa {
	max-width: 1200px;
	margin: 45px auto;
}

.bmys_wipacol {
	line-height: 63px;
	background: url(bmys_col.png) no-repeat left 5px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	
}

.bmys_wipacol a {
	color: #FFF;
}

.bmys_wipa img {
	margin-right: 20px;
	    margin-top: -4px;
}

.bmys_wipali {
	width: 33%;
	float: left;
	line-height: 21px;
	font-size: 16px;
	margin-top: 32px;
	background: url(bmys_ico.png) no-repeat left center;
	padding-left: 20px;
        position: relative;
}

.bmys_wipali a {
	color: #333333;
}

.bmys_wipali:hover {
	background: url(bmys_icohov.png) no-repeat left center;
}

.bmys_wipali:hover>a {
	color: #013F9A;
	text-decoration: underline;
}
    .bmys_wipali ul {
        position: absolute;
        height: auto;
        width: 90%;
        top: 20px;
        z-index: 999;
        display: none;
        background: #fff;
    }

    .bmys_wipali ul li {
        line-height: 30px;
        font-size: 16px;
        width: 100%;
    }

    .bmys_wipali a {
        color: #333333;
        display: block;
    }

    .bmys_wipali:hover ul {
        display: block;
    }
.bmys_wipali ul li:hover a {
    color: #013F9A;
    text-decoration: underline;
}