* {
	padding: 0;
	margin: 0;
}

a {
	color: inherit;
	text-decoration: none;
	outline: none;
}

li {
	list-style: none;
}


input:focus,
select:focus {
	outline: none;
	border: none;
}


input::-webkit-input-placeholder {
	color: #BBBBBB;
}

input:-moz-placeholder {
	color: #BBBBBB;
}

input::-moz-placeholder {
	color: #BBBBBB;
}

input:-ms-input-placeholder {
	color: #BBBBBB;
}


.slogan {
	height: 13.594vw;
	/*background-image: url('../images/content/slogan.png');*/
	background: #0547A5;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.slogan p {
	font-weight: bold;
	font-size: 2.5vw;
	color:#b71618;
	/*color: #DB434A;*/
	/*color: #ffce15;*/
	text-align: center;
	font-style: normal;
	/*text-stroke: 0.104vw #FFFFFF;*/
	-webkit-text-stroke: 0.08vw #ffce15;
	margin-bottom: 2.135vw;
	display: flex;
	align-items: center;
}

.slogan p span {
	display: block;
	position: relative;
}

.slogan p span:last-child {
	margin-right: 0;
}


.slogan div {
	width: 74%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.slogan div img {
	width: 49.3%;
}


.navigation {
	background: #0066AE;
	position: relative;
	z-index: 9;
}

.navigation ul {
	width: calc(78.96% + 2.292vw);
	color: #FFFFFF;
	font-size: 1.354vw;
	display: flex;
	align-items: center;
	margin: auto;
}

.navigation ul li {
	display: inline-block;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	height: 4.167vw;
	padding: 0 1.146vw;
	position: relative;
	flex-wrap: wrap;
}

.navigation ul li.hvr-shutter-out-horizontal {
	background-color: #0066AE;
}

.navigation .hvr-shutter-out-horizontal:hover,
.navigation .hvr-shutter-out-horizontal:focus,
.navigation .hvr-shutter-out-horizontal:active {
	color: #0066AE;
}

.navigation .hvr-shutter-out-horizontal:before {
	background-color: #FFFFFF;
}


.active-nav{
	background-color: #FFFFFF !important;
	color: #0066AE;
}


.navigation ul li:last-child {
	padding: 0;
}

.navigation ul li:last-child {
	margin-right: 0;
}

.navigation ul li img {
	width: 1.458vw;
}

.navigation ul li .second-level {
	position: absolute;
	width: 7.708vw;
	top: 4.167vw;
	color: #FFFFFF !important;
	background-color: #005B9C;
	overflow: hidden;
	padding: 0.42vw 0;
	display: none;
	transition: 1500ms display ease;
}

.navigation ul li:hover .second-level {
	display: block;
}

.navigation ul li .second-level p {
	display: block;
	height: 3.083vw;
	line-height: 3.083vw;
	font-size: 1.042vw !important;
	text-align: center;
	padding-left: 0.5vw;
	padding-right: 0.5vw;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.navigation ul li .second-level p.hvr-underline-reveal:before {
	background-color: #FFFFFF;
	height: 1px;
}



.footer {
	background: #0547A5;
	padding: 1.719vw 13.02%;
	color: #FFFFFF;
	display: flex;
	justify-content: space-between;
}

.footer .title {
	display: flex;
	align-items: center;
	margin-bottom: 1.094vw;
	font-size: 1.146vw;
}

.footer .title b {
	display: block;
	width: 0.313vw;
	height: 0.313vw;
	border-radius: 100%;
	background-color: #FD9852;
	margin-right: 0.625vw;
}

.footer .blogroll{
	width: 26vw;
}

.footer .blogroll p {
	margin-bottom: 1.146vw;
}

.footer .blogroll p:last-child {
	margin-bottom: 0;
}

.footer .blogroll a {
	font-size: 1vw;
	margin-right: 2.083vw;
	margin-bottom: 1vw;
}

.footer .blogroll a:last-child {
	margin-right: 0;
}

.contact-us p {
	font-size: 1vw;
	display: flex;
	align-items: center;
	margin-bottom: 0.833vw;
}

.contact-us p img {
	height: 0.625vw;
	margin-right: 0.625vw;
}

.QR-code .item {
	width: 5.625vw;
	font-size: 0.7vw;
	text-align: center;
	margin-right: 2.292vw;
}

.QR-code .item:last-child {
	margin-right: 0;
}

.QR-code .item img {
	width: 80%;
	margin-bottom: 0.313vw;
}

.QR-code .QR-code-list {
	display: flex;
}

.feedback img {
	display: block;
	width: 2.708vw;
	margin: auto;
}

.file {
	height: 3.906vw;
	line-height: 3.906vw;
	/*background: #185AAE;*/
	background: #0547A5;

	color: #FFFFFF;
	font-size: 1vw;
	text-align: center;
}

.file b {
	display: inline-block;
	width: 1px;
	height: 0.625vw;
	background-color: #FFFFFF;
	margin: 0 1.563vw;
}



.pagination {
	display: flex;
	align-items: center;
	font-size: 0.729vw;
	margin-top: 1.51vw;
}

.pagination ._page_container {
	margin: 0;
	display: flex;
	line-height: normal;
	height: auto;
}

.pagination ._page_container * {
	font-size: 0.625vw;
	color: #666666;
}

.pagination ._page_container input {
	font-size: 0.625vw !important;
	margin: 0 0.313vw !important;
}

.pagination ._page_container ._pages li {
	margin: 0;
	padding: 0;
	width: 1.354vw;
	height: 1.25vw;
	line-height: 1.25vw;
	background: #FFFFFF;
	border-radius: 2px;
	border: 1px solid #EBEEF5;
	margin-right: 0.313vw;
}

.pagination ._page_container ._pages li:last-child {
	margin-right: 0;
}

.pagination ._prev,
.pagination ._next {
	margin: 0;
	padding: 0;
	width: 3.125vw;
	height: 1.25vw;
	line-height: 1.25vw;
	background: #FFFFFF;
	border-radius: 2px;
	border: 1px solid #EBEEF5;
}

.pagination ._prev {
	margin-right: 0.313vw;
}

.pagination ._next {
	margin-left: 0.313vw;
}

.pagination ._sizes {
	padding: 0;
	margin: 0;
	width: auto;
	height: 1.25vw;
	line-height: 1.25vw;
	background: #FFFFFF;
	border-radius: 2px;
	border: 1px solid #EBEEF5;
	margin-left: 1.042vw;
}

.pagination ._page_container ._sizes ._sizes_text {
	width: auto;
	height: 1.25vw;
	padding-left: 0.417vw;
	padding-right: 1.302vw;
	border-width: 0;
}

.pagination ._page_container ._jumper_input {
	width: 1.667vw;
	height: 1.25vw;
}

.pagination ._page_container ._sizes ._sizes_select_container {
	top: 1.563vw;
}

.pagination ._jumper {
	margin: 0;
	margin-left: 1.198vw;
}

.pagination span {
	color: #999999;
	margin-right: 0.625vw;
}