@charset "UTF-8";
@font-face {
	font-family: 'Myriad Pro Regular'; font-style: normal; font-weight: normal; src: local('Myriad Pro Regular'), url('https://www.biosino.org/template/assets/fonts/MYRIADPRO-REGULAR.woff') format('woff');
}

@font-face {
	font-family: 'Myriad Pro Condensed'; font-style: normal; font-weight: normal; src: local('Myriad Pro Condensed'), url('https://www.biosino.org/template/assets/fonts/MYRIADPRO-COND.woff') format('woff');
}

@font-face {
	font-family: 'Myriad Pro Condensed Italic'; font-style: normal; font-weight: normal; src: local('Myriad Pro Condensed Italic'), url('https://www.biosino.org/template/assets/fonts/MYRIADPRO-CONDIT.woff') format('woff');
}

@font-face {
	font-family: 'Myriad Pro Light'; font-style: normal; font-weight: normal; src: local('Myriad Pro Light'), url('https://www.biosino.org/template/assets/fonts/MyriadPro-Light.woff') format('woff');
}

@font-face {
	font-family: 'Myriad Pro Semibold'; font-style: normal; font-weight: normal; src: local('Myriad Pro Semibold'), url('https://www.biosino.org/template/assets/fonts/MYRIADPRO-SEMIBOLD.woff') format('woff');
}

@font-face {
	font-family: 'Myriad Pro Semibold Italic'; font-style: normal; font-weight: normal; src: local('Myriad Pro Semibold Italic'), url('https://www.biosino.org/template/assets/fonts/MYRIADPRO-SEMIBOLDIT.woff') format('woff');
}

@font-face {
	font-family: 'Myriad Pro Bold Condensed'; font-style: normal; font-weight: normal; src: local('Myriad Pro Bold Condensed'), url('https://www.biosino.org/template/assets/fonts/MYRIADPRO-BOLDCOND.woff') format('woff');
}

@font-face {
	font-family: 'Myriad Pro Bold'; font-style: normal; font-weight: normal; src: local('Myriad Pro Bold'), url('https://www.biosino.org/template/assets/fonts/MYRIADPRO-BOLD.woff') format('woff');
}

@font-face {
	font-family: 'Myriad Pro Bold Italic'; font-style: normal; font-weight: normal; src: local('Myriad Pro Bold Italic'), url('https://www.biosino.org/template/assets/fonts/MYRIADPRO-BOLDIT.woff') format('woff');
}

@font-face {
	font-family: 'Myriad Pro Bold Condensed Italic'; font-style: normal; font-weight: normal; src: local('Myriad Pro Bold Condensed Italic'), url('https://www.biosino.org/template/assets/fonts/MYRIADPRO-BOLDCONDIT.woff') format('woff');
}
body {
	font-family: 'Myriad Pro Regular', Helvetica, Arial, '\5FAE\8F6F\96C5\9ED1', sans-serif;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.5;
	color: #5b626b;
	/*background-color: #fff;*/
}

body{
	/*对应不带导航的页脚*/
    /*padding-bottom:130px;*/
	/*对应带导航的第一版页脚，取值为页脚高度+20px*/
	padding-bottom:360px;
	/*对应带导航的第二版的页脚*/
	/*padding-bottom:260px;*/
}

.body-other{
	padding-bottom: 320px;
}

html {
	overflow-x: hidden;
	position: relative;
	min-height: 100%;
}

ul, li {
	list-style: none;
	padding: 0;
	margin: 0;
}

img, svg {
	max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
	font-family: 'Myriad Pro Semibold', Helvetica, Arial, '\5FAE\8F6F\96C5\9ED1', sans-serif;
	font-weight: 600;
}

p {
	line-height: 1.7;
}

a {
	color: #6c757d;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

a:hover {
	outline: 0;
	text-decoration: none;
}

a:active {
	outline: 0;
	text-decoration: none;
}

a:focus {
	outline: 0;
	text-decoration: none;
}

b, strong {
	font-weight: 600;
}
header{
	border: 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
header .top-header {
	background-color: #104eb1;
	height: 30px;
	line-height: 2;
	box-shadow: inset 0 15px 0 rgba(255, 255, 255, .05);
}
header .top-header .top-container{
	width: 100%;
	max-width: 1200px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
	margin-left: auto;
	display:flex;
	justify-content: space-between;
	align-items: center;
}
header .top-header .top-list-inline{
	list-style: none;
	padding:0;
	margin:0;
}
header .top-header .top-list-inline a {
	color: #fff;
}

header .top-header .top-list-inline a:hover {
	color: #d8dbf0;
}
header .top-header .top-list-inline-item{
	display: inline-block;
}
header .top-header .top-list-inline-item:not(:last-child) {
	margin-right: .8rem;
}

header .top-header .logo-bmdc {
	background: url(../images/logo-bmdc.png) no-repeat left center;
	width: 114px;
	height: 25px;
	position: relative;
}
header .top-header .logo-bmdc-other{
    line-height: 1.8;
	position: relative;
}
header .top-header .logo-bmdc a {
	width: 60px;
	height: 24px;
	left: 56px;
	top: 2px;
	position: absolute;
	text-indent: -9999px;
}
header .top-header .logo-bmdc-other a{
    color:#fff;
    font-size:18px;
    font-family: 'Myriad Pro Bold'; 
    letter-spacing: .025rem;
}
header .top-header .logo-bmdc-other span{
    color:#fff;
    font-size:18px;
    padding:0 .2rem;
}

.top-list-inline-item:not(:last-child) {
	margin-right: 0;
}


.top-list-inline-item .dropdown-menu {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.top-list-inline-item .nav-link {
	padding: 0 15px;
}
.top-list-inline-item .dropdown-menu{
    min-width:8rem;
}
.top-list-inline-item .dropdown-menu .dropdown-item{
    color: #212529;
    padding: .2rem 1rem;
}
.top-list-inline-item .dropdown-menu .dropdown-item:hover {
    background-color: #f0f4f7;
    color: #2b354f;
}
