html, body {
	color: #434343;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif, "Microsfot Yahei", "微软雅黑";
	font-size: 16px;
	font-weight: normal;
}
img {
	width: 100%;
	height: auto;
}
a:hover,
a { transition: all .2s }
a { color: #8ba2c6; }
.topinfo { background-color: black; }
.topinfo .topinfo-items {
	display: flex;
	flex-direction: row-reverse;
}
.topinfo .topinfo-items ul {
	padding: 17px 0;
	margin: 0;
}
.topinfo .topinfo-items ul li {
	line-height: 16px;
	float: left;
	list-style: none;
	position: relative;
}
.topinfo .topinfo-items ul li:before {
	content: "";
	width: 1px;
	display: block;
	background: #666666;
	height: 1em;
	position: absolute;
	top: 0;
}
.topinfo .topinfo-items ul li:first-child:before { background: black; }
.topinfo .topinfo-items ul li a,
.topinfo .topinfo-items ul li span {
	font-size: 14px;
	color: #fff;
	padding: 0 17px;
	display: block;
}
.topinfo .topinfo-items ul li a:hover,
.topinfo .topinfo-items ul li span:hover {
	color: #CCCCCC;
	text-decoration: none;
}
.menu .navbar-default {
	background-color: white;
	border: none;
	border-radius: 0;
}
.menu .navbar {
	border-radius: 0;
	margin-bottom: 0;
}
.menu .navbar .navbar-collapse .navbar-nav { font-size: 18px; }
.menu .navbar .navbar-collapse .navbar-nav > li > a {
	padding-left: 18px;
	padding-right: 18px;
}
.menu .navbar-brand {
	background-image: url(../../images/logo.png);
	background-size: contain;
    background-repeat: no-repeat;
	width: 262px;
	height: 108px;
	padding: 0;
	margin: 0;
	text-indent: -9999px;
}
.menu .dropdown-menu > li > a {
	padding: 10px 25px;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	white-space: nowrap;
	display: block;
	text-overflow: ellipsis;
}
.menus {
	display: flex;
	align-items: center;
	margin-top: 26px;
	flex-direction: row-reverse;
}
.lang-menu {
	float: right;
    list-style: none;
    margin-bottom: 0;
    width: 135px;
    white-space: nowrap;
    padding: 0;
    display: block;
    margin-left: 60px;
}
.lang-menu .act {
	border-radius: 20px 20px 0 0;
	text-decoration: underline;
}
.lang-menu > li {
}
.lang-menu > .lang-li > .lang-li-div {
	background-color: #323e4c;
    border-radius: 20px;
    position: absolute;
    top: -25px; z-index: 1000;
}
.lang-li-div > .dropdown-menu {
    position: relative;
}
.lang-menu > .lang-li > .lang-li-div > a {
	padding: 10px 22px 10px 12px;
	color: white;
	margin: 0px;
	width: 100%;
	display: block;
}
/*.lang-menu > li > a:focus,*/
.lang-menu > .lang-li > .lang-li-div > a:hover {
	text-decoration: underline;
}
.lang-menu > .lang-li > .lang-li-div > a i { margin-right: 13px; }
.lang-menu ul {
	opacity: 1;
	padding: 10px 10px 10px 10px;
	    background-color: transparent;
	border-radius: 0px 0px 20px 20px;
	color: white;
	margin-top: 0px;
	box-shadow: none;
	border-top: 3px none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	border-image: initial;
	width: 100%;
	min-width: auto;
}
.lang-menu ul li a {
	padding: 10px 12px;
	color: #fff;
}
.lang-menu ul li a:hover,
.lang-menu ul li a:focus {
	background: none;
	color: #CCCCCC;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus { background-color: transparent; }
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus { color: #323e4c; }
.hoverboot-wrap {
	margin-top: 0;
	float: right;
}
ul.hoverboot.hoverboot-pills + .hoverboot-pill {
	background-color: transparent;
	border-radius: 0;
	border-bottom: 3px solid #323e4c;
	margin-left: 0;
}
.navbar-nav > li > .dropdown-menu { border-top: 3px solid #323e4c; }
.jumbotron {
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	background: transparent;
}
#banner-images {
	margin: 0px;
	padding: 0px;
}
.bx-wrapper img,
#banner-images img {
	width: 100%;
	height: auto;
}
.bx-wrapper {
	border: none;
	margin: 0;
	box-shadow: none;
}
.bx-wrapper ul,
.bx-wrapper li { padding: 0px; }
.bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager { bottom: 5%; }
.bx-wrapper .bx-pager.bx-default-pager a { background-color: #fff; }
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover { background-color: #8aa4c6; }
.btn-default.btn-bbs:hover { background-color: #445263; border: 1px solid #323E4C; }
.btn-default.btn-bbs:active:focus,
.btn-default.btn-bbs:focus {
	background-color: #323E4C;
	color: #fff;
	border: 1px solid #8ba2c6;
	border-radius: 0;
	transition: all .5s;
}
.btn-default.btn-bbs {
	background-color: #8ba2c6;
	color: #eaf2ff;
	border-radius: 0px;
	padding: 15px 40px;
	transition: all .5s;
	border: 1px solid #8ba2c6;
}
.btn-default.btn-wow { background-color: #323E4C; border-color: #323E4C; }
.btn-default.btn-wow:hover,
.btn-default.btn-wow:focus { background-color: #ff4a23; border: 1px solid #ff4a23; }
.page-header {
	margin-top: 6rem;
	margin-bottom: 3.3%;
	border-bottom: none;
}
.page-header h2 {
	font-size: 2.25em;
	font-weight: bold;
	color: #323E4C;
}
.page-header h2>span { color: #8ba3c7; }
.page-header h2:after {
	content: '';
	height: 5px;
	background-color: #323E4C;
	overflow: hidden;
	display: block;
	width: 2em;
	margin: 15px auto;
}
.bbs-title-left:before {
	content: '';
	width: 25px;
	height: 45px;
	position: absolute;
	top: -5px;
	left: -5px;
	color: #313d4b;
	border-color: #313d4b;
	border-width: 5px 0 0 5px;
	border-style: solid;
	transition: all .2s;
}
.bbs-title-left:hover:before {
	top: -10px;
	left: -10px;
	border-color: #ff4a23; /* é«˜äº®è‰² */
	transition: all .2s;
}
.bbs-title-right:before {
	content: '';
	width: 25px;
	height: 45px;
	position: absolute;
	top: -5px;
	right: -5px;
	color: #313d4b;
	border-color: #8ba3c7;
	border-width: 5px 5px 0 0;
	border-style: solid;
	transition: all .2s;
}
a:hover .bbs-title-right:before,
.bbs-title-right:hover:before {
	top: -10px;
	right: -10px;
	border-color: #ff4a23; 
	transition: all .2s;
}
footer {
	background: #1b1b1d;
	padding: 4% 2% 4%;
	margin-top: 4%;
	border-bottom: 10px solid #8ba3c7;
	margin-bottom: 0px;
}
footer .cp-logo {
	text-align: center;
	margin-bottom: 45px;
	margin-top: 30px;
	padding: 0;
}
footer .cp-logo img { width: 131px; }
footer dl {
	color: #fff;
	text-align: center;
}
footer dl dt {
    font-size: 1.2em;
    font-weight: bold;
	margin-bottom: 1rem;
}
footer dl dd a {
	color: #999;
    line-height: 140%;
    margin-bottom: 7%;
    font-size: 1rem;
    display: block;
}
footer dl dd a:hover {
	color: #fff;
	text-decoration: none;
}
.ssn-link {
	font-size: 20px;
	list-style: none;
	display: inline-block;
	/* margin-top: 8%; */
	margin-top: 20px;
	padding: 0;
}
.ssn-link li a { color: #fff; }
.ssn-link li a:hover { color: #999; }
.ssn-link li {
	float: left;
	margin-left: 11px;
	margin-right: 11px;
}
.copyright {
	color: #999;
	line-height: 200%;
	margin-top: 20px;
}
.copyright p { color: #999;  font-size:1rem; }
.copyright p a {
	color: #999;
	margin-right: 20px;
}
.copyright p a:hover {
	color: #fff;
	text-decoration: none;
}

.bx-viewport ul { margin:  0 !important;}