@charset "utf-8";

/* Style Reset */
article,
aside,
audio,
body,
canvas,
caption,
dd,
div,
dl,
dt,
fieldset,
figure,
footer,
form,
header,
html,
input,
label,
legend,
li,
mark,
menu,
nav,
ol,
section,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
ul,
video {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-weight: 400;
}

article,
aside,
blockquote,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

img {
	border: 0 none;
	vertical-align: middle;
}

blockquote,
q {
	quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ins {
	text-decoration: underline;
}

del {
	text-decoration: line-through;
}

mark {
	background: 0 0;
}

input::-ms-clear {
	display: none !important;
}

html {
	scroll-behavior: smooth;
}

body {
	background: #fff;
	font: 14px/1.5 \5FAE\8F6F\96C5\9ED1, \5B8B\4F53, "Hiragino Sans GB", STHeiti, "WenQuanYi Micro Hei", "Droid Sans Fallback", SimSun, sans-serif;
	scroll-behavior: smooth;
}

a {
	color: #333;
	text-decoration: none;
	-webkit-transition: .3s color ease;
	transition: .3s color ease;
	-ms-transition: .3s color ease;
}

a:hover,
a:focus {
	color: #226aba;
	text-decoration: none;
}

a,
button,
input,
a:focus {
	outline: none;
}
.gray{
    color: #565656;
}
.gray a{
    color: #565656;
}
.gray a:hover{
    color: #565656;
}
.f14 {
    font-size: 14px;
}
.fr {
    float: right;
}
.fl {
    float: left;
}
/* Common */
.outer,
.inner {
	position: relative;
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-two-line {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: -o-ellipsis-lastline;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.text-four-line {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: -o-ellipsis-lastline;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
}

/* Header */
.header {
	position: relative;
	z-index: 99;
	padding: 0;
	background: #fff;
}
.header .topline {
    width: 100%;
    min-width: 1300px;
    height: 32px;
    background-color: #efefef;
    line-height: 32px;
}
.toplinecon {
    height: auto;
    margin: auto;
    width: 1300px;
    position: relative;
}
.header .toptit {
    margin: 0px 8px 0px 0px;
}
.toptit {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.header-line {
	padding: 10px 0;
	background: #226aba;
	color: #fff;
	text-align: center;
	font-size: 14px;
}

.header-logo {
	display: block;
        padding:10px 0 5px 0;
}

.header-logo img {
	width: auto;
	height: 100%;
	max-height: 105px;
}

.header-right {
	float: right;
	margin-top: 12px;
}

.header-link {
	display: block;
	color: #fff;
	text-align: right;
	font-weight: normal;
}

.header-link a {
	display: inline-block;
	padding: 0 8px;
	color: #fff;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
	-ms-transition: .3s all ease;
}

.header-link a:hover {
	opacity: .7;
}

.header-link span:last-of-type a {
	border-right: 0;
}

.header-link img {
	margin-right: 10px;
	vertical-align: middle;
}

.header-search {
	position: relative;
	margin-top: 16px;
	width: 320px;
	height: 40px;
}

.search-input {
	display: block;
	padding: 0 10px;
	width: 100%;
	height: 40px;
	border: 1px solid #226aba;
	border-radius: 0;
	background: transparent;
	color: #333;
	font-size: 14px;
	line-height: 40px;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
	-ms-transition: .3s all ease;
}

.search-input::-webkit-input-placeholder {
	color: #226aba;
}

.search-input::-moz-placeholder {
	color: #226aba;
}

.search-input::-ms-input-placeholder {
	color: #226aba;
}

.search-submit {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 40px;
	height: 40px;
	border: none;
	border-radius: 0;
	background: transparent url(../images/icon_search.png) no-repeat center;
	background-size: 20px;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
	-ms-transition: .3s all ease;
}

.search-input:focus,
.search-submit:focus {
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.search-submit:hover {
	background-color: rgba(0, 0, 0, .1);
}

/* Header Nav */
.header-nav {
	position: relative;
	z-index: 99;
	width: 100%;
	border-top: 2px solid #fff;
	background: #226aba;
}

.header-nav .navbar-toggle {
	padding: 5px 10px;
	color: #fff;
	font-size: 18px;
}

.site-nav,
.site-nav ul {
	width: 100%;
}

.site-nav li {
	position: relative;
	width: 11%;
}

.site-nav li a {
	position: relative;
	display: block;
	padding: 20px 0;
	width: 100%;
	color: #fff;
	text-align: center;
	font-size: 18px;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
	-ms-transition: .3s all ease;
}

.site-nav li:hover>a {
	color: #226aba;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
	-ms-transition: .3s all ease;
}

.site-nav>ul>li:hover>a::before,
.site-nav>ul>li:hover>a::after {
	visibility: visible;
	opacity: 1;
}

.site-nav .open>a,
.site-nav .open>a:focus,
.site-nav .open>a:hover,
.site-nav>li>a:focus,
.site-nav>li>a:hover {
	background: #fff;
	color: #226aba;
}

.dropdown-menu {
left:0%;padding:0;width:100%;min-width:100%;
	border: 0px;
	border-radius: 0;
	background: transparent;
	text-align: center;
}

.dropdown-menu>li {
	width: 100%;
}

.dropdown-menu>li>a {
	display: block;
	padding: 12px 0;
	border-radius: 0;
	background: rgba(34, 106, 186, .9);
	color: #fff;
	white-space: normal;
	font-weight: lighter;
	font-size: 16px;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
	-ms-transition: .3s all ease;
}

.dropdown-menu>li>a:hover {
	background: #fff;
	color: #226aba;
}

/* Footer */
.footer {
	padding: 0;
	border-top: 4px solid #226aba;
	background: #fff;
}

.footer-logo {
	padding: 50px 0 20px;
	width: 100%;
	height: auto;
}

.footer-logo img {
	max-width: 100%;
	max-height: 100px;
}

.footer-info {
	padding: 30px 0 0 20px;
	color: #333;
	text-align: left;
}

.footer-info h3 {
	margin-bottom: 20px;
	font-size: 24px;
}

.footer-info p {
	margin: 0;
	color: #333;
	line-height: 30px;
}

.footer-copyright {
	padding: 10px 0;
	background: #f0f0f0;
	color: #333;
	text-align: center;
	font-size: 14px;
}

.footer-qrcode {
	padding: 10px 0 10px;
	text-align: center;
}

.footer-qrcode img {
	max-width: 120px;
	border: 1px solid #e0e0e0;
}

.footer-link {
	padding-bottom: 20px;
	width: 100%;
	max-width: 100%;
}

.footer-link ul>li {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 40px;
	border-radius: 0;
}

.footer-link>ul>li:hover {
	border-bottom: 2px solid #226aba;
}

.footer-link ul>li:hover .footer-link-list {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-ms-transform: translateY(0);
}

.footer-link-button {
	display: inline-block;
	padding-left: 15px;
	width: 100%;
	height: 35px;
	border: none;
	border: 1px solid #f0f0f0;
	background-color: #f0f0f0;
	color: #333;
	text-align: left;
	font-weight: 600;
}

.footer-link-button i {
	float: right;
	margin-top: 8px;
	margin-right: 5px;
	width: 14px;
	height: 8px;
	background-image: url(../images/icon_link_more.png);
	background-position: center;
	background-size: auto;
	background-repeat: no-repeat;
	vertical-align: middle;
}

.footer-link-list {
	position: absolute;
	right: 0;
	bottom: 100%;
	left: 0;
	z-index: 10;
	visibility: hidden;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 -5px 15px rgba(0, 0, 0, .1);
	opacity: 0;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	-ms-transition: .3s all ease;
}

.footer-link-list li a {
	display: block;
	padding: 8px 10px;
	border-bottom: 1px dashed #fff;
	color: #333;
	text-align: left;
	font-size: 14px;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
	-ms-transition: .3s all ease;
}

.footer-link-list li:last-child a {
	border-bottom: none;
}

.footer-link-list li a:hover {
	background-color: #fff;
	color: #226aba;
}