
body.active {
	opacity: 1;
}

.slick-slider {
	touch-action: auto !important;
}

.body-list {
	padding-top: 0;
}

html {
	font-style: 100%;
}

.img-hide {
	overflow: hidden;
	display: block;
}

.slick-slider {
	touch-action: auto !important;
}

.img-hide img {
	transition: 0.5s all;
	transform: scale(1, 1);
}

.img-hide:hover img,
.img-hide:hover .img-hide div,
a:hover .ld-img,
a:hover .one-list-img div,
.zt-slick a:hover div,
a:hover .rm-img {
	transform: scale(1.05, 1.05);
}

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

li {
	list-style: none;
}

a {
	color: #333;
}

ul {
	padding: 0;
	margin: 0;
}

a:hover,
a {
	text-decoration: none !important;
}

a:focus {
	text-decoration: none !important;
	outline: none !important;
}

button:focus,
button:hover,
input:focus {
	outline: none !important;
}

p {
	margin: 0;
}

img {
	max-width: 100%;
	display: inline-block;
	vertical-align: middle;
}

.tab-content {
	position: relative;
}

.tab-content .tab-pane {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: -1;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: 0.5s all;
}

.tab-content .tab-pane.active {
	position: relative;
	z-index: 10;
	opacity: 1;
	filter: alpha(opacity=100);
	display: block;
}

.nav-click {
	display: none;
}

.menu-button {
	position: absolute;
	display: none;
	top: 18px;
	right: 15px;
	z-index: 1000;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
}

.menu-button .bar:nth-of-type(1) {
	margin-top: 0px;
}

.menu-button .bar:nth-of-type(3) {
	margin-bottom: 0px;
}

.bar {
	position: relative;
	display: block;
	width: 24px;
	height: 2px;
	margin: 5px auto;
	background-color: #fff;
	border-radius: 10px;
	-webkit-transition: .3s;
	transition: .3s;
}

.cross {
	margin-top: -8px;
}

.cross .bar {
	margin: 13px auto;
}

.cross .bar:nth-of-type(1) {
	-webkit-transform: translateY(15px) rotate(-45deg);
	-ms-transform: translateY(15px) rotate(-45deg);
	transform: translateY(15px) rotate(-45deg);
}

.cross .bar:nth-of-type(2) {
	opacity: 0;
}

.cross .bar:nth-of-type(3) {
	-webkit-transform: translateY(-15px) rotate(45deg);
	-ms-transform: translateY(-15px) rotate(45deg);
	transform: translateY(-15px) rotate(45deg);
}

.search-box-c {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 800px;
	height: 54px;
	background: #fff;
	padding-right: 115px;
	margin-left: -400px;
	z-index: 1000010;
}

.search-box-c .form-control {
	height: 54px;
	border-radius: 0;
	font-size: 18px;
	box-shadow: none;
	border: none;
}

.modal {
	z-index: 100000001;
}

.modal-backdrop {
	z-index: 10000000;
}

.modal-box {
	position: fixed;
	display: none;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1000010;
}

.btn-search-c,
.btn-search-c:hover,
.btn-search-c:focus {
	position: absolute;
	right: 0;
	background: #9a0813;
	top: 0;
	width: 115px;
	height: 54px;
	border: none;
	border-radius: 0;
	padding: 0
}

.modal-back {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 100000;
	background: rgba(0, 0, 0, 0.5);
}

.layer {
	background: rgba(0, 0, 0, 0.95);
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	opacity: 0;
	z-index: -1;
	transition: all 0.3s ease-out 0s;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.layer.showdiv {
	opacity: 1;
	visibility: visible;
	z-index: 100000;
}

.layer .close {
	font-size: 60px;
	font-family: "???Ã¢â‚¬â„¢???Ã¯Â¿Â¥??aÃ¯Â¿Â½????????Ã¯Â¿Â ?Ã¯Â¿Â aÃ¯Â¿Â½??????1???Ã¢â‚¬â„¢???Ã‚Â¤??aÃ¯Â¿Â½????????Ã¯Â¿Â ?Ã¯Â¿Â aÃ¯Â¿Â½????Ã¢â‚¬Â¦aÃ¯Â¿Â½?";
	position: absolute;
	right: 50px;
	top: 50px;
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 80px;
	cursor: pointer;
	color: #ccc;
}

.layer .search_box {
	height: 45px;
	line-height: 45px;
	width: 550px;
	display: -ms-flexbox;
	display: flex;
	transform: translateY(-50px);
	opacity: 0;
	margin-top: -100px;
	max-width: 95%;
}

.layer.showdiv .search_box {
	transform: none;
	transition: all 0.5s ease-out 0s;
	opacity: 1;
}

.layer .search_box .kw {
	background: #fff;
	border: none;
	-ms-flex: 1;
	flex: 1;
	padding: 0 12px;
	font-size: 16px;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
}

.layer .search_box .ok {
	background: #0d3a7e;
	color: #fff;
	box-shadow: none;
	border: none;
	width: 120px;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
}

.layer.active {
	opacity: 1;
	z-index: 1000000;
}

.body_b.showdiv {
	z-index: 1000;
}


.header {
	background: url(../images/header.png) center no-repeat;
	background-size: cover;
}

.logo-txt {
	line-height: 190px;
}

.container {
	width: 1200px;
	position: relative;
}

.logo {
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 0;
	line-height: 190px;
}

.back-nav {
	background: #0b419b;
	position: relative;
	z-index: 100;
}

.nav-list {
	display: table;
	width: 100%;
}

.nav-list li {
	display: table-cell;
	position: relative;
	text-align: center;
}

.nav-list li a {
	display: inline-block;
	padding: 0 20px;
	position: relative;
	z-index: 100;
	line-height: 65px;
	font-size: 20px;
	color: #fff;
}

.nav-list li a span {
	display: inline-block;
	padding-right: 18px;
	position: relative;
}

.nav-list li a span:before {
	display: block;
	content: "";
	position: absolute;
	right: 0;
	transition: 0.3s all;
	width: 10px;
	height: 10px;
	top: 50%;
	margin-top: -5px;
	background: url(../images/raw.png) center no-repeat;
}

.nav-down {
	width: auto !important;
	display: none;
	position: absolute;
	left: 30px;
	top: 0;
	right: 30px;
	background: rgba(11, 65, 155, 0.5);
	padding-top: 65px;
}

.nav-down li {
	display: block !important;
}

.nav-down li a {
	line-height: 50px;
	display: block;
}

.nav-down li a:hover {
	background: rgba(11, 65, 155, 0.5);
}

.nav-list li:hover .nav-down {
	display: block;
}

.nav-list li:hover a span:before {
	transform: rotate(180deg);
}

.lb-top-left {
	margin-top: 15px;
	width: 50%;
	padding: 0 2px;
}

.lb-top {
	margin: 0 -2px;
}

.img-slick a {
	display: block;
	position: relative;
}

.img-slick a span {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 18px;
	color: #fff;
	padding: 5px 140px 5px 15px;
}

.img-slick .slick-dots {
	left: auto;
	width: auto;
	right: 15px;
	bottom: 12px;
}

.img-slick .slick-dots li,
.img-slick .slick-dots li button {
	width: 12px;
	height: 12px;
	background: #fff;
}

.img-slick .slick-dots li button {
	background: #fff;
}

.slick-dots li button:before {
	display: none;
}

.img-slick .slick-dots li.slick-active button {
	background: #1e63b0;
}

.index-box {
	margin-top: 15px;
	border: solid 1px #ddd;
}

.index-box-top {
	background: #f5f5f5;
	padding: 10px;
}

.index-box-sm {
	position: relative;
	padding-top: 12px;
	min-height: 53px;
	border-bottom: solid 1px #ddd;
	padding-left: 88px;
}

.index-box-tt {
	font-size: 16px;
	position: absolute;
	left: 8px;
	top: 12px;
	line-height: 28px;
	padding: 0 15px;
	color: #a19b9b;
}

.index-box-top-back {
	background: #fff;
}

.clear-btn {
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	border: solid 1px #ddd;
	padding: 0 15px;
	color: #454545;
}

.chooise-li li {
	float: left;
	margin-right: 1px;
}

.chooise-li li a {
	font-size: 16px;
	color: #454545;
	line-height: 28px;
	display: inline-block;
	padding: 0 10px;
}

.index-box-tt.active,
.chooise-li li a.active,
.chooise-li li a:hover {
	background: #1e63b0;
	color: #fff;
}

.chooise-li {
	padding-bottom: 12px;
}

.btn-qc {
	background: #fff;
	border-radius: 0;
	padding: 0 12px;
	border: solid 1px #ddd;
	font-size: 16px;
	color: #454545;
	line-height: 38px;
}

.btn-right {
	margin-top: 15px;
}

.btn-right .form-control {
	border-radius: 0;
	height: 40px;
	box-shadow: none;
	padding: 0 12px;
	font-size: 16px;
	width: 270px;
}

.btn-qr {
	width: 84px;
	color: #fff !important;
	background: #1e63b0;
	border-color: #1e63b0;
}

.btn-right .pull-left {
	margin-left: 10px;
}

.jl-txt {
	font-size: 16px;
	color: #454545;
	padding-left: 10px;
}

.jl-txt span {
	padding: 0 10px;
	color: #d02525;
}

.page-ul li {
	float: left;
	margin-right: 8px;
	margin-bottom: 15px;
}

.border-bottom-c {
	padding: 17px 10px;
}

.page-ul li a {
	width: 40px;
	line-height: 35px;
	border: solid 1px #ddd;
	display: block;
	font-size: 16px;
	color: #000;
}

.page-ul li.active a {
	background: #0e90d2;
	border-color: #0e90d2;
	color: #fff;
}

.table>thead:first-child>tr:first-child>th {
	font-size: 16px;
	font-weight: bold;
	color: #454545;
	border-width: 1px;
}

.table-bordered>tbody>tr>td {
	font-size: 16px;
	color: #454545;
}

.table-bordered>tbody>tr:hover {
	background: #d8e9f5;
}

.border-c {
	border: solid 1px #ddd;
	position: relative;
	padding: 10px 10px 10px 312px;
	min-height: 275px;
	margin-bottom: 10px;
}

.border-c-left {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 290px;
}

.border-img img {
	width: 100%;
	height: 217px;
}

.border-img {
	margin-bottom: 10px;
}

.fw {
	background: url(../images/icon01.png) left center no-repeat;
	margin-left: 10px;
	padding-left: 20px;
	font-size: 16px;
}

.rq {
	background: url(../images/icon02.png) left center no-repeat;
	margin-left: 20px;
	padding-left: 20px;
	font-size: 16px;
}

.border-zs {
	color: #888;
}

.border-tt {
	font-size: 18px;
	color: #0783e3;
	font-weight: bold;
	margin-top: 5px;
}

.border-txt {
	font-size: 16px;
	line-height: 30px;
	margin-top: 10px;
	text-align: justify;
}

.border-my {
	font-size: 16px;
	line-height: 30px;
	color: #ff6c00;
}

.border-jg {
	font-size: 16px;
	color: #454545;
	background: #f5f5f5;
	margin-top: 20px;
	padding: 15px 15px 1px 15px;
}

.border-jg span {
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 40px;
}

.news-box-left {
	width: 450px;
}

.news-box-back {
	position: relative;
	width: 265px;
	height: 323px;
	background: url(../images/back01.png) center no-repeat;
	background-size: cover;
	font-size: 30px;
	color: #fff;
}

.news-box-back span {
	position: absolute;
	font-weight: bold;
	left: 0;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	line-height: 2;
}

.news-box {
	margin-top: 30px;
}

.tabs-ul {
	width: 180px;
}

.tabs-ul li a {
	display: block;
	margin-bottom: 5px;
	text-align: center;
	background: #ddeffd;
	font-size: 22px;
	color: #1e63b0;
	font-weight: bold;
	line-height: 77px;
}

.tabs-ul li.active a,
.tabs-ul li a:hover {
	background: #98cbf8;
}

.news-box-right {
	width: 828px;
	padding-left: 20px;
	padding-top: 10px;
}

.news-box-top {
	border-bottom: solid 1px #ddd;
	padding-bottom: 15px;
}

.news-box-top span {
	display: inline-block;
	line-height: 1;
	padding-left: 15px;
	position: relative;
	font-size: 22px;
	color: #1b1b1b;
	font-weight: bold;
}

.news-box-top span:before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 4px;
	height: 20px;
	margin-top: -10px;
	background: #1e63b0;
}

.news-box-top span:after {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -17px;
	border-bottom: solid 1px #bad0e2;
}

.news-box-top a {
	float: right;
	color: #121011;
}

.news-ul li a {
	display: block;
	position: relative;
	margin-top: 22px;
	padding-right: 110px;
	color: #0b2335;
	font-size: 16px;
}

.news-ul li a span {
	position: absolute;
	right: 0;
	top: 0;
}

.news-ul li a font {
	display: inline-block;
	width: 18px;
}

.news-ul li a:hover {
	color: #0b419b;
}

.news-box-b {
	margin-top: 25px;
}

.news-box-b .news-box-back {
	background: url(../images/back02.png) center no-repeat;
	height: 241px;
	background-size: cover;
}

.news-box-b .tabs-ul li a {
	background: #fdeedd;
	color: #f37800;
}

.news-box-b .news-box-top span:before {
	background: #f37800;
}

.news-box-b .news-box-top span:after {
	border-color: #fcdaba;
}

.news-box-b .tabs-ul li.active a,
.news-box-b .tabs-ul li a:hover {
	background: #f8cb98;
}

.friend-back {
	background: #f9f9f9;
	padding-top: 30px;
	margin-top: 20px;
}

.friends-box-tt {
	color: #0b419b;
	line-height: 30px;
	position: absolute;
	left: 0;
	top: 0px;
	font-size: 16px;
	background: url(../images/friends-icon.png) left center no-repeat;
	padding-left: 26px;
}

.friends-box {
	position: relative;
	min-height: 30px;
	padding-bottom: 1px;
	padding-left: 155px;
}

.friend-right a {
	display: block;
	line-height: 28px;
	padding: 0 30px;
	border: solid 1px #b7cdf4;
	background: #fff;
}

.friend-right .pull-left {
	margin-right: 20px;
	margin-bottom: 20px;
}

.form-control-f {
	height: 30px;
	padding-top: 0;
	padding-bottom: 0;
	border: solid 1px #b7cdf4;
	background: #fff;
	border-radius: 0;
	box-shadow: none;
}

.footer {
	font-size: 16px;
	color: #fff;
/* 	background: #0b419b; */
	padding: 20px 0;
}

.footer span {
	display: inline-block;
	padding: 0 10px;
}

.img-slick a {
	position: relative;
	padding-top: 61.5%;
}

.img-slick a img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.img-slick {
	margin: 0;
}

.nav-list li a font {
	display: none;
}

@media(max-width: 1370px) {
	.container {
		width: 1230px;
	}

	.news-box-right {
		width: 728px;
	}
}

@media(max-width: 1279px) {
	.container {
		width: 970px;
	}

	.nav-list li a {
		padding: 0;
		font-size: 18px;
	}

	.nav-down {
		left: 15px;
		right: 15px;
	}

	.news-box-left {
		width: 400px;
	}

	.news-box-back {
		width: 240px;
	}

	.tabs-ul {
		width: 155px;
	}

	.news-box-back span {
		font-size: 24px;
		line-height: 1.8;
	}

	.news-box-right {
		width: 515px;
	}
}

@media(max-width: 991px) {
	.container {
		width: 750px;
	}

	.logo-txt {
		text-align: left;
		width: 500px;
		line-height: 100px;
	}

	.logo {
		line-height: 100px;
	}

	.nav-down {
		padding-top: 50px;
	}

	.nav-list li a {
		font-size: 14px;
		line-height: 50px;
	}

	.news-box-left {
		width: 100%;
	}

	.news-box-back,
	.news-box-b .news-box-back {
		width: 100%;
		height: 60px;
	}

	.news-box-back span {
		font-size: 18px;
		line-height: 25px;
	}

	.tabs-ul {
		width: 100%;
	}

	.tabs-ul li {
		width: 25%;
		float: left;
	}

	.tabs-ul li a {
		font-size: 16px;
		line-height: 50px;
	}

	.news-box-right {
		width: 100%;
		padding: 10px 0 0 0;
	}

	.news-box-b .tabs-ul li {
		width: 33.333333%;
	}

	.friends-box {
		padding-left: 0;
		padding-top: 40px;
	}

	.friend-right .pull-left {
		margin-bottom: 10px;
		width: 100%;
	}

	.friend-back {
		padding-top: 10px;
	}

	.friend-right a {
		padding: 0 12px;
	}
}

@media(max-width: 768px) {
	.container {
		width: 100%;
	}

	.logo-txt {
		width: 280px;
		line-height: 50px;
	}

	.logo {
		width: 50px;
		line-height: 50px;
	}

	.lb-top-left {
		width: 100%;
	}

	.img-slick a span {
		font-size: 14px;
		line-height: 35px;
		padding-top: 0;
		padding-bottom: 0;
	}

	.chooise-li li a {
		font-size: 14px;
	}

	.index-box-tt {
		font-size: 14px;
	}

	.clear-btn {
		font-size: 14px;
	}

	.index-box-sm {
		padding-left: 70px;
	}

	.btn-right .pull-left {
		margin: 0;
		width: 100%;
	}

	.btn-qc {
		font-size: 14px;
		line-height: 32px;
		margin-bottom: 10px;
	}

	.btn-right .form-control {
		width: 100%;
		height: 34px;
		font-size: 14px;
	}

	.btn-qr {
		margin-top: 10px;
	}

	.jl-txt {
		font-size: 14px;
	}

	.page-ul li a {
		font-size: 14px;
		width: auto;
		line-height: 1;
		padding: 8px 12px;
	}

	.table>thead:first-child>tr:first-child>th {
		font-size: 14px;
	}

	.table-bordered>tbody>tr>td {
		font-size: 14px;
	}

	.border-c {
		padding: 10px;
	}

	.border-c-left {
		position: static;
		width: 100%;
	}

	.border-img img {
		height: auto;
	}

	.border-zs {
		margin-top: 15px;
	}

	.fw {
		font-size: 14px;
	}

	.border-tt {
		font-size: 16px;
		margin-top: 10px;
	}

	.border-txt,
	.border-my {
		font-size: 14px;
		line-height: 25px;
	}

	.border-jg span {
		font-size: 14px;
		margin-right: 0;
		display: block;
	}

	.tabs-ul li a {
		font-size: 15px;
	}

	.news-ul li a {
		font-size: 15px;
		margin-top: 15px;
		padding-right: 60px;
	}

	.news-box-top span {
		font-size: 20px;
	}

	.footer span {
		display: block;
		font-size: 14px;
	}

	.footer {
		padding: 15px 0;
	}

	.news-box,
	.news-box-b {
		margin-top: 15px;
	}

	.back-nav {
		padding-top: 50px;
	}

	.nav-list {
		display: none;
		border-top: solid 1px #fff;
		position: absolute;
		left: 0;
		top: 100%;
		right: 0;
		background: #0b419b;
	}

	.nav-list li {
		display: block;
		text-align: left;
	}

	.nav-list li a {
		display: block;
		line-height: 40px;
		font-size: 16px;
		padding: 0 15px;
	}

	.nav-down {
		position: static;
		padding: 0;
	}

	.nav-down li a {
		font-size: 16px;
		line-height: 35px;
	}

	.nav-click {
		display: block;
		transition: 0.3s all;
		z-index: 10000;
		position: absolute;
		color: #fff;
		right: 0;
		top: 0px;
		width: 40px;
		height: 40px;
		text-align: center;
		line-height: 40px;
	}

	.nav-click.active {
		transform: rotate(180deg);
	}

	.nav-list li a span {
		padding-right: 0;
	}

	.nav-list li a span:before {
		display: none;
	}

	.nav-list li:hover .nav-down {
		display: none;
	}

	.menu-button {
		display: block;
	}
}