@charset "utf-8";

@import url("animate.css");
@import url("swiper.css");

html * {
	outline: 0;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-font-smoothing: antialiased;
	-webkit-appearance: none;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, legend, input, button, textarea, p, th, td {
	margin: 0;
	padding: 0;
}
fieldset, img {
	border: 0;
}
address, cite, dfn, em, var {
	font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
}
caption, th {
	text-align: left;
	font-weight: normal;
}
/* 通用功能 */

.vm, input, label {
	vertical-align: middle;
}
.tc {
	text-align: center;
}
.fl {
	float: left;
	_display: inline;
}
.fr {
	float: right;
}

.fr span a {
    margin: 0 4px;
}

.fr span img {
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 5px;
}
.h>li {
	float: left;
	max-width: 50%;
}
.clearfix:after, .nav:after, .content:after, .grid:after, .h:after, .jr-row:after, .jr-grids:after {
	content: '\20';
	display: block;
	height: 0;
	clear: both;
}
.clearfix, .nav, .content, .grid, .row, .h {
 *zoom: 1;
}
.clear {
	clear: both;
	height: 0;
	font: 0/0 Arial;
	visibility: hidden;
}
.mb10 {
	margin-bottom: 10px;
}
.mr10 {
	margin-right: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mr20 {
	margin-right: 20px;
}
.p10 {
	padding: 10px;
}
.p15 {
	padding: 15px;
}
.p20 {
	padding: 20px;
}
.hide {
	display: none;
}
.nt {
	text-align: left;
	letter-spacing: -3em;
	overflow: hidden;
}
.nt:first-letter {
	margin-left: -20em;
}
.et {
	overflow: hidden;
	white-space: nowrap;
	word-break: keep-all;
	text-overflow: ellipsis;
}
/* 字体字号 */

body, button, input, select, textarea {
	font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, SimHei, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #333;
}
/* 链接 */

a {
	color: #252525;
	text-decoration: none;
}
a:hover {
	color: #048;
	text-decoration: none;
}
a:active {
	outline: none;
}
/* 颜色 */

.text-white {
	color: #fff!important;
}
.text-gray {
	color: #bbb!important;
}
.text-red {
	color: #f41c20!important;
}
.text-orange {
	color: #f39c12!important;
}
.text-yellow {
	color: #f1c40f!important;
}
.text-green {
	color: #36d2a5!important;
}
.text-cyan {
	color: #4eccdb!important;
}
.text-blue {
	color: #1b80d2!important;
}
.text-purple {
	color: #9b59b6!important;
}
.text-pink {
	color: #ff8aab!important;
}
.md-gray {
	background-color: #f5f5f5;
	color: #797979;
}
.md-red {
	background-color: #f41c20;
}
.md-orange {
	background-color: #f39c12;
}
.md-yellow {
	background-color: #f1c40f;
}
.md-green {
	background-color: #36d2a5;
}
.md-cyan {
	background-color: #4eccdb;
}
.md-blue {
	background-color: #1b80d2;
}
.md-purple {
	background-color: #9b59b6;
}
.md-pink {
	background-color: #ff8aab;
}
.md-lightblue {
	background-color: #e9f3fd;
}
.md-deepblue {
	background-color: #147;
}
.gd-gray {
	background: #ece9e6;
	background: -webkit-linear-gradient(60deg, #ece9e6, #f8f8f8);
	background: linear-gradient(60deg, #ece9e6, #f8f8f8);
}
.gd-red {
	background: #ee0979;
	background: -webkit-linear-gradient(60deg, #ee0979, #ff6a00);
	background: linear-gradient(60deg, #ee0979, #ff6a00);
}
.gd-orange {
	background: #ff5858;
	background: -webkit-linear-gradient(60deg, #ff5858, #fcab2a);
	background: linear-gradient(60deg, #ff5858, #fcab2a);
}
.gd-yellow {
	background: #ffcf83;
	background: -webkit-linear-gradient(60deg, #eaa02a, #ffcf83);
	background: linear-gradient(60deg, #eaa02a, #ffcf83);
}
.gd-green {
	background: #96deda;
	background: -webkit-linear-gradient(60deg, #50c9c3, #96deda);
	background: linear-gradient(60deg, #50c9c3, #96deda);
}
.gd-cyan {
	background: #36d1dc;
	background: -webkit-linear-gradient(60deg, #5b86e5, #36d1dc);
	background: linear-gradient(60deg, #5b86e5, #36d1dc);
}
.gd-blue {
	background: #00c6fb;
	background: -webkit-linear-gradient(60deg, #005bea, #00c6fb);
	background: linear-gradient(60deg, #005bea, #00c6fb);
}
.gd-purple {
	background: #834d9b;
	background: -webkit-linear-gradient(60deg, #834d9b, #d04ed6);
	background: linear-gradient(60deg, #834d9b, #d04ed6);
}
.gd-pink {
	background: #ff8aab;
	background: -webkit-linear-gradient(60deg, #fa647e, #ff8aab);
	background: linear-gradient(60deg, #fa647e, #ff8aab);
}
.gd-lightblue {
	background: #b2fefa;
	background: -webkit-linear-gradient(60deg, #0ed2f7, #b2fefa);
	background: linear-gradient(60deg, #0ed2f7, #b2fefa);
}
.gd-deepblue {
	background: #4b6cb7;
	background: -webkit-linear-gradient(60deg, #182848, #4b6cb7);
	background: linear-gradient(60deg, #182848, #4b6cb7);
}
.md-red, .md-red>a, .md-orange, .md-orange>a, .md-yellow, .md-yellow>a, .md-green, .md-green>a, .md-cyan, .md-cyan>a, .md-blue, .md-blue>a, .md-purple, .md-purple>a, .md-pink, .md-pink>a, .md-lightblue, .md-lightblue>a, .md-deepblue, .md-deepblue>a, .gd-red, .gd-red>a, .gd-orange, .gd-orange>a, .gd-yellow, .gd-yellow>a, .gd-green, .gd-green>a, .gd-cyan, .gd-cyan>a, .gd-blue, .gd-blue>a, .gd-purple, .gd-purple>a, .gd-pink, .gd-pink>a, .gd-lightblue, .gd-lightblue>a, .gd-deepblue, .gd-deepblue>a {
	color: #fff!important;
}
/* 返回顶部 */

.backtop {
	position: fixed;
	bottom: 60px;
	right: 30px;
	display: block;
	width: 56px;
	height: 56px;
	cursor: pointer;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABt0lEQVRYR+2W/U0CQRTEZzrQCsQKpAOxA6xArQCpAK1AOxBKsAKxAzsQO4AKxsxllxzn3tcS5Q+5hJBc9u387u28t4848MMD62MvAEkzAEMAdyTXOR+TDSDpBcBtEP0AcJUDkQVQEl8AWAIwTBZEb4CyOMkiA5L8nwXRCyAlHs89F6IzQJP4PhCdALqI50K0AvQRz4FoBJB0D+AJwCIarmutd/VEG4CbzIjkc1fh8roA4Y8Yk1yl9mg9ghzhPjFHgGMGKOmyzTQk3yvuPgFwUYn7qnN60/4GUAeA7VGFGeChJsY343W8liW5fKugMdRlOTVAebMBgBs3HgDbuiVZrJE0AvAG4DVcv2UOZ2UC4LG03kDO8E4GQ5DfL3dMWBLwcOHgnSfAego6TQ0fkjwTrEka1MAFAMkfZg/ZmWQBpDZMCbYAOKuz/wEAIGVa3xGbP8lATcVsikuqUt/R5Y0m7OsBT8wViFXsGb8BMCTpkmysggiUBQDgPNX1JH0CcEdsLcNcADcqi7hJzStptah/0zjANJVhHYAFPOPP6/q6pDEAt9izCoBN5Ti7u3jCRDSInTFlxuN1/A1pl0UHHCBA+AAAAABJRU5ErkJggg==");
	background-color: #f18d00;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 2px;
	box-shadow: 0 15px 35px rgba(0, 0, 0, .2);
	z-index: 9;
}





/* webkit滚动条 */

::-webkit-scrollbar {
 width: 6px;
 height: 6px;
}

::-webkit-scrollbar-thumb {
 background-color: #bbb;
}

::-webkit-scrollbar-thumb:hover {
 background-color: #aaa;
}

::-webkit-scrollbar-track-piece {
 background-color: #ddd;
}
/* 标题 */

.t1 {
	position: relative;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	margin: 0 0 10px;
}
.t1 .more {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	padding: 0 0 0 20px;
	background-color: #fff;
	color: #aaa;
}
.t1 b {
	position: relative;
	display: inline-block;
	height: 40px;
	padding: 0 25px;
	line-height: 40px;
	font-size: 18px;
	background-color: #f2f2f2;
	border-radius: 100px;
}
.t1 b:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 100%;
	width: 2000px;
	height: 0;
	border-bottom: 1px dashed #ddd;
	margin-left: 20px;
}
.t2 {
	position: relative;
	border: 1px solid #ddd;
	padding: 0 14px;
	line-height: 48px;
	background: #f8f8f8;
	color: #048;
	zoom: 1;
}
.t2:before {
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	bottom: -1px;
	width: 6px;
	background-color: #048;
}
.t2 b {
	display: inline-block;
	padding: 0 10px;
	font-size: 16px;
}
.t3 {
	position: relative;
	border-bottom: 1px solid #ddd;
	line-height: 16px;
}
.t3 b {
	position: absolute;
	right: 0;
}

.t3 b.more a {
    color: #666666;
}
.t4 {
	margin: 0 10px;
	padding: 5px;
	line-height: 20px;
	font-size: 15px;
	color: #048;
}
/* 在哪 */

.where {
	padding: 13px 25px;
	line-height: 30px;
	background-color: rgba(238, 241, 253, 0.7098039215686275);
	border-radius: 3px;
	color: #666666;
	font-size: 14px;
}

.where img {
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -2px;
}
.where i {
	margin: 0 10px;
	color: #ccc;
	font-size: 16px;
	vertical-align: middle;
}
.where .back {
	display: inline-block;
	padding: 0 10px;
	color: #797979;
}
.where a, .where span {
	margin: 0 5px;
	color: #666666;
}
.where a.home {
	margin: 0;
}
/* tab */

.jr-tab {
	height: 40px;
	border-bottom: 1px solid #a3bde2;
}
.jr-tab li {
	float: left;
	margin-left: 4px;
}
.jr-tab li a {
	display: inline-block;
	margin-bottom: -1px;
	padding: 0 20px 1px;
	line-height: 38px;
	border: 1px solid #a3bde2;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	transition: all .2s;
}
.jr-tab li a:hover {
	background-color: #f0f6fc;
	color: #1b80d2;
}
.jr-tab li.current a, .jr-tab li.on a, .jr-tab li.current a:hover, .jr-tab li.on a:hover {
	border-color: #1b80d2;
	background-color: #1b80d2;
	color: #fff;
}
.jr-tab2 {
	height: 50px;
	border-bottom: 1px solid #ddd;
}
.jr-tab2 li {
	float: left;
}
.jr-tab2 li a {
	position: relative;
	display: block;
	padding: 0 38px;
	line-height: 50px;
	font-size: 15px;
	text-align: center;
	color: #797979;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
.jr-tab2 li.current a, .jr-tab2 li.on a {
	color: #1b80d2;
	font-weight: bold;
}
.jr-tab2 li+li a::after {
	content: '';
	position: absolute;
	top: 18px;
	bottom: 18px;
	left: 0;
	width: 1px;
	background-color: #ddd;
}
.jr-tab2 li a::before {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 15%;
	width: 70%;
	height: 4px;
	background: #3c8ce7;
	-webkit-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1);
	-webkit-transition: -webkit-transform 0.1s;
	transition: transform 0.1s;
}
.jr-tab2 li.current a::before, .jr-tab2 li.on a::before {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.jr-tab2 i {
	float: left;
	display: block;
	width: 24px;
	height: 24px;
	margin: 13px 6px 13px 0;
	line-height: 24px;
	text-align: center;
	font-size: 24px;
	vertical-align: middle;
	color: #ccc;
}
.jr-tab .current i, .jr-tab .on i, .jr-tab2 .current i, .jr-tab2 .on i {
	color: inherit;
}
/* jr栅格、间隔20、基于浮动、宽度定义、暂不兼容移动端 */

.jr-grid {
	padding: 20px;
}
.jr-row {
	margin-left: -10px;
	margin-right: -10px;
}
.jr-col {
	float: left;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
}
.w80 {
	width: 80%;
}
.w70 {
	width: 70%;
}
.w60 {
	width: 60%;
}
.w50 {
	width: 50%;
}
.w40 {
	width: 40%;
}
.w30 {
	width: 30%;
}
.w20 {
	width: 20%;
}
.w75 {
	width: 75%;
}
.w25 {
	width: 25%;
}
.w66 {
	width: 66.67%;
}
.w33 {
	width: 33.33%;
}
.w16 {
	width: 16.66%;
}
/*  各种列表 */

.list li {
	position: relative;
	line-height: 1.5;
	border: 0;
}
.list li>a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list .pic, .pic-text .pic {
	position: relative;
	overflow: hidden;
}
.list .pic img, .pic-text .pic img {
	display: block;
	width: 100%;
	min-height: 100%;
	transition: all 0.3s;
}
.list .pic:hover img, .pic-text .pic:hover img {
	transform: scale(1.1);
}
/* 文字列表基础 */

.list-t li {
	position: relative;
	padding-left: 20px;
	line-height: 40px;
	font-size: 14px;
	height: 40px;
}

.list-t.border6 li:nth-child(5n) {
    border-bottom: 1px dashed #ebebeb;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.list-t li:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 5px;
	height: 5px;
	margin-top: -2px;
	background-color: #b9b9b9;
	border-radius: 100%;
}
.list-t li:hover:before {
	background-color: #1b80d2;
}
.list-t li a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list-t li .date {
	position: absolute;
	top: 0;
	right: 0;
	color: #666666;
	font-size: 13px;
}
/* 图片列表基础样式 */

.list-p li a {
	display: block;
	margin: 10px;
	text-align: center;
}
.list-p li h4 {
	height: 20px;
	margin: 10px 0;
	line-height: 22px;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	word-break: keep-all;
	text-overflow: ellipsis;
}
.list-p li p {
	line-height: 22px;
	color: #797979;
}
/* 链接列表基础样式 */

.list-a li a {
	display: block;
	text-align: center;
	transition: all .3s;
}
.list-a li i {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 24px;
	vertical-align: middle;
	transition: all .3s;
}
/* 标题加简介列表基础样式 */

.list-b li {
	position: relative;
	padding: 16px;
	line-height: 24px;
	font-size: 16px;
}
.list-b li>a {
	display: block;
}
.list-b li>a:after {
	content: "\20";
	display: block;
	height: 0;
	clear: both;
}
.list-b li h4 {
	position: relative;
	overflow: hidden;
	max-height: 60px;
	line-height: 30px;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}
.list-b li h4 i {
	margin-right: 10px;
	font-size: 14px;
	color: #ccc;
}
.list-b li p {
	line-height: 24px;
	color: #797979;
}
.list-b li .pic {
	float: left;
	position: relative;
	overflow: hidden;
	width: 120px;
	height: 90px;
	margin-right: 20px;
}
 @media (max-width: 480px) {
.list-b li h4 {
	max-height: 48px;
	line-height: 24px;
	font-size: 14px;
}
.list-b li .pic {
	width: 72px;
	height: 48px;
}
.list-b li .pic img {
	width: 72px;
}
}
/* 常规列表分享 */

.list li .share {
	position: absolute;
	top: 50%;
	right: 20px;
	height: 50px;
	margin-top: -25px;
	line-height: 50px;
}
.list li .share .share-box {
	position: absolute;
	top: 8px;
	right: 38px;
	z-index: 999;
	box-sizing: content-box;
	width: 70px;
	padding: 5px !important;
	opacity: 0;
	transition: opacity 0.35s;
}
.list li .share:hover .share-box {
	opacity: 1;
}
.list li .share .share-box a {
	float: left;
	display: block;
	width: 24px;
	height: 24px;
	margin: 0 5px!important;
	padding: 0!important;
	vertical-align: middle;
	transform: scale(0.8);
	transition: transform 0.35s;
}
.list li .share:hover .share-box a {
	transform: scale(1);
}
.list li .share i {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 13px;
	line-height: 24px;
	text-align: center;
	font-size: 18px;
	background-color: #ccc;
	color: #fff;
	border-radius: 3px;
}
.list li .share:hover i {
	background-color: #1b80d2;
}
.list .bdshare_popup_box {
	margin-left: -200px;
}
 @media (max-width: 992px) {
.list li .share {
	top: auto;
	right: 5px;
	bottom: 5px;
}
}
 @media (max-width: 480px) {
.list li .share {
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	margin: 0 0 -15px -15px;
}
.list li .share-box {
	left: 38px;
	right: auto;
}
}
/* 列表hover样式 */

.hover-style1 li {
	position: relative;
	overflow: hidden;
}
.hover-style1 li:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background: #f0f3f8;
	z-index: 0;
	transition: all 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275);
}
.hover-style1 li:hover:after {
	width: 100%;
}
.hover-style1 li h4, .hover-style1 li p, .hover-style1 li strong, .hover-style1 li a, .hover-style1 li span {
	position: relative;
	z-index: 1;
}
.hover-style2 {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
}
.hover-style2 li {
	position: relative;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	margin-top: -1px;
}
.hover-style2 li:hover {
	z-index: 1;
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}
/* 分页 */
.pages {
    padding: 40px 0 55px;
    text-align: center;
    font-size: 14px;
}
.pages a{
	border: 1px solid #d6d8da;
	font-size: 14px;
	line-height: 30px;
	margin: 0 3px;
	border-radius: 3px;
	height: 30px;
	display: inline-block;
	padding: 0 9px;
	color: #888888;
	min-width: 40px;
}
.pages a.onhover {
    color: #fff;
    border-color: #7188d3;
    background: #7188d3;
}

.pages input[type="text"] {
    text-align: center;
    margin: 0 7px;
    width: 38px!important;
    height: 35px;
    line-height: 35px;
    border: 1px solid #cdd7e0;
    font-size: 16px;
    padding: 0 10px;
    margin-right: 4px;
    border-radius: 2px;
}

.pages span:hover {
    background: none;
    color: #444;
}
.pages input[type="submit"]{
    height: 30px;
    line-height: 28px;
    border: 1px solid #7188d3;
    padding: 0 10px;
    margin-left: 3px;
    border-radius: 2px;
    background: #7188d3;
    color: #fff;
}
.pages .bai12_22h{
	margin-left: 20px;
}
/* 侧栏 */

.side-menu h2 {
	position: relative;
	height: 70px;
	line-height: 70px;
	font-size: 20px;
	background: #7188d3;
	padding: 0 20px;
}
.side-menu>ul {
	border: 1px solid #e5e5e5;
	border-top: 0;
}

.side-menu>ul li {
    border-top: 1px solid #e5e5e5;
    position: relative;
}

.side-menu>ul li.on {
    background: #eceffb;
}

.side-menu>ul li.on a {
    color: #3750a0;
    font-weight: bold;
}

.side-menu>ul>li.current>a, .side-menu>ul>li:hover>a {
    background: #d8dff8;
    color: #3750a0;
    font-weight: bold;
}
.side-menu li a {
	position: relative;
	display: block;
	line-height: 58px;
	text-align: center;
	font-size: 18px;
}

.side-menu li li {
    border: 0;
    line-height: 47px;
}

.side-menu li li:before {
    content: "";
    background: #b0b0b0;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 84px;
    top: 21px;
    border-radius: 100%;
}

.side-menu li li a {
    line-height: 47px;
}

.side-menu li li a {
    font-size: 16px;
    padding-left: 10px;
}

.side-menu li a:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 4px;
	background-color: #7188d3;
	transform: scale(1, 0);
	transition: all .3s;
}
.side-menu li a:hover:before {
	transform: scale(1, 1);
}


/*  正文 */
.article {
	padding: 30px 0;
	background: #fff;
	box-shadow: 0px 2px 9px rgba(189, 187, 187, 0.16);
}
.article h2 {
	padding: 15px 0;
	line-height: 1.5;
	font-size: 24px;
	text-align: center;
	color: #333;
	font-weight: bold;
}
.article img,
.article video,
.article table{
	max-width: 100%;
}
.article .option {
	box-sizing: border-box;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 20px 44px 0;
	padding: 17px 19px;
	line-height: 30px;
	color: #ccc;
	transition: padding .3s;
}
.article .option h4 {
	display: none;
}
.article .info {
    color: #666666;
    font-size: 14px;
}
.article .info>span {
	color: #666666;
}
.article .info i {
	margin: 0 10px 0 0;
	font-size: 16px;
	color: #ccc;
	vertical-align: middle;
}
.article .option.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	border-top: none;
	margin: 0;
	padding: 20px 10px;
	background-color: #fff;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
	z-index: 999;
}
.article .option.fixed h4 {
	display: block;
	position: absolute;
	top: 50%;
	left: 20%;
	right: 20%;
	width: 60%;
	height: 30px;
	margin-top: -15px;
	line-height: 30px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.article .option.fixed .info {
	display: none;
}
.article .option.fixed .jfontsize {
	float: none;
	padding: 0;
}
.jfontsize {
	float: right;
	margin: 2px 0  0;
	padding: 0 12px;
}
.jfontsize a {
	float: left;
	display: block;
	width: 32px;
	height: 32px;
	border: 1px solid #ddd;
	margin: 0 7px;
	padding: 5px;
	border-radius: 4px;
}
.jfontsize a i {
	display: block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	background-image: url(../images/jfont.png);
	background-repeat: no-repeat;
}
.jfontsize .dayin {
    width: 32px;
    background: url(../images/dayin.png) center center no-repeat;
}
#jfontsize-p2 i {
	background-position: -2px -2px;
}
#jfontsize-m2 i {
	background-position: -25px -2px;
}
#jfontsize-d2 i {
	background-position: -49px -2px;
}
a#jfontsize-p2:hover i {
	background-position: -2px -26px;
}
a#jfontsize-m2:hover i {
	background-position: -25px -26px;
}
a#jfontsize-d2:hover i {
	background-position: -49px -26px;
}
.article .option .share {
	float: right;
	margin: -7px 0;
}
.article .option .share a+a {
	margin-left: 0px;
}
.article .option .share a {width: 36px;height: 36px;margin: 6px 10px 6px 0;}

.article .option .bds_tsina {
	background: url(../images/wb.png) center no-repeat!important;
	background-size: 36px auto!important;
}

.article .option .popup_qzone {
    background: url(../images/kj.png) center no-repeat!important;
    background-size: 36px auto!important;
}
.article .option .bds_weixin {
	background: url(../images/wx.png) center no-repeat!important;
	background-size: 36px auto!important;
}
.bdshare_popup_box {
	margin-left: -200px;
}
.article-box {
	padding: 30px 60px;
	line-height: 2;
	text-align: justify;
	color: #333;
	font-size: 16px;
	padding-bottom: 0;
}

.article-code {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}
.article-code p{
	margin: 1em 0;
}
.xq-dibdayfx .bdshare-button-style1-32 {
    float: right;
    margin-top: -3px;
}

.article .xq-dibdayfx .bds_tsina {
    background: url(../images/wb.png) center no-repeat!important;
    background-size: 24px auto!important;
}

.article .xq-dibdayfx .bds_weixin {
    background: url(../images/wx.png) center no-repeat!important;
    background-size: 24px auto!important;
}

.xq-dibdayfx .bdshare-button-style1-32 a {
    background-image: url(../images/icons_1_32.png);
    background-size: 63%;
    background-position: 5px 6px;
}

.xq-dibdayfx .bdshare-button-style1-32 a {
    margin: 0px 0px 0px 10px;
}

.article .fj {
    margin: 44px;
    position: relative;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    padding: 16px 0 16px 115px;
}

.article .fj span {
    position: absolute;
    left: 35px;
    top: 16px;
    font-weight: bold;
}

.article .fj a {
    display: block;
}


.xq-dibdayfx .jfontsize {
    padding: 0 0px;
}

.article-box p {
	margin: 1em 0;
}
.article-box p img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.article .jr-btn {
	min-width: 180px;
}
.article .files {
	padding: 15px;
}
.article .files li {
	border-bottom: 1px dotted #ddd;
	padding: 8px;
	line-height: 24px;
	font-size: 16px;
}
 @media (max-width: 480px) {
.article h2 {
	margin: 0 10px;
}

.jfontsize,.article .option .share {
    display: none;
}

.article .option {
	padding: 20px 10px;
	margin: 0;
}

.article .jfontsize {
	float: none;
	padding: 0;
}
.article-box {
	padding: 15px;
}
}
/* 组图 */

.photos {
	width: 90%;
	max-width: 800px;
	margin: 40px auto;
	font-size: 14px;
}
.photos p {
	margin: 0;
}
.photos .pic {
	position: relative;
	overflow: hidden;
	height: 500px;
	border: 1px solid #ddd;
	padding: 34px;
	text-align: center;
	background-color: #fff;
	border-radius: 5px 5px 0 0;
}
.photos .pic img {
	min-width: 200px;
	max-width: 100%;
	max-height: 500px;
	margin: 0 auto;
	background: url(../images/loading.gif) center no-repeat;
	background-size: 24px;
}
.photos .pic li {
	position: relative;
	height: 500px;
}
.photos .pic li a {
	position: relative;
	overflow: hidden;
	display: inline-block;
	min-width: 200px;
	line-height: 0;
	font-size: 0;
	top: 50%;
	transform: translate(0, -50%);
	transition: all .3s;
}
.photos .pic li span {
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 15px;
	line-height: 20px;
	font-size: 16px;
	background: #333;
	background: linear-gradient(to top, rgba(0, 0, 0, .5) 50%, rgba(0, 0, 0, 0) 100%);
	color: #fff;
	opacity: 0;
	transform: translate(0, 90px);
	transition: all .3s;
}
.photos .pic li:hover span {
	opacity: 1;
	transform: translate(0, 0);
}
.photos .handle {
	position: absolute;
	bottom: -1px;
	left: 50%;
	width: 80px;
	height: 24px;
	margin-left: -40px;
	line-height: 24px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .5);
	border: 1px solid #ddd;
	border-radius: 3px 3px 0 0;
}
.play-state {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 4px;
	line-height: 16px;
	text-align: center;
	background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cstyle/%3E%3C/defs%3E%3Cpath fill='%2300a0e9' d='M238.933 170.667h204.8v682.666h-204.8zm341.334 0h204.8v682.666h-204.8z'/%3E%3C/svg%3E") center no-repeat;
	vertical-align: middle;
	cursor: pointer;
}
.pauseState {
	background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%2306b' d='M388.876 833.1l438.132-352.593-438.133-344.248z'/%3E%3C/svg%3E") center no-repeat;
}
.page-state {
	display: inline-block;
	width: 4em;
	text-align: center;
	vertical-align: middle;
}
.pic-prev, .pic-next {
	position: absolute;
	top: 50%;
	display: block;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
	cursor: pointer;
	background-color: rgba(0, 0, 0, .5);
	color: #fff;
	opacity: 0;
	transition: all .3s;
}
.pic-prev {
	transform: translate(-50px, 0);
	left: 10px;
}
.pic-next {
	transform: translate(50px, 0);
	right: 10px;
}
.photos .pic:hover .pic-prev, .photos .pic:hover .pic-next {
	opacity: 1;
	transform: translate(0, 0);
	color: #fff;
}
.pic-prev:hover, .pic-next:hover {
	background-color: #00a0e9;
}
.photos .preview {
	position: relative;
	border: 1px solid #ddd;
	margin-top: -1px;
	padding: 0 4px;
	background-color: #fff;
	border-radius: 0 0 5px 5px;
}
.photos .preview li {
	float: left;
	width: 20%;
	font-size: 14px;
}
.photos .preview li a {
	position: relative;
	overflow: hidden;
	display: block;
	height: 80px;
	margin: 10px 5px;
	line-height: 20px;
	background-color: #f1f1f1;
	transition: all .3s;
}
.photos .preview li.on a {
	background-color: #00a0e9;
	color: #fff;
}
.photos .preview li img {
	display: block;
	margin: 0 auto;
	width: 100%;
	min-height: 80px;
	opacity: .5;
	transform: scale(1);
	transition: all .3s;
}
.photos .preview li a:hover img, .photos .preview li.on img {
	transform: scale(1.05);
	opacity: 1;
}
.photos .preview li a span {
	display: block;
	max-height: 60px;
	margin: 10px;
	overflow: hidden;
}
.preview-prev, .preview-next {
	position: absolute;
	top: 50%;
	width: 24px;
	height: 24px;
	line-height: 24px;
	margin-top: -12px;
	text-align: center;
	font-size: 18px;
	background-color: #06b;
	color: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
	opacity: 0;
	transform: scale(0.8, 0.8);
	transition: all .3s;
}
.prevStop, .nextStop {
	background-color: #aaa!important;
	cursor: not-allowed;
}
.preview:hover .preview-prev, .preview:hover .preview-next {
	transform: scale(1, 1);
	opacity: 1;
	color: #fff;
}
.preview-prev {
	left: -12px;
}
.preview-next {
	right: -12px;
}
 @media (max-width: 768px) {
.photos {
	width: auto;
	margin: 20px 0;
}
.photos .pic {
	padding: 14px;
}
.photos .preview {
	display: none;
}
}
/* 空页面 */

.blank h2 {
	padding: 0.2em 10%;
	font: bold 120px/2em inherit;
	background-color: #1b80d2;
	color: #fff;
	text-shadow: 0 15px 30px rgba(0, 0, 0, .15);
}
.blank h3 {
	padding: 30px 10%;
	font: bold 24px/2em inherit;
}
.blank p {
	padding: 0 10%;
	font: normal 16px/2em inherit;
}
/* 提示 */

.note {
	border: 1px solid #a3bde2;
	padding: 19px;
	line-height: 2em;
	background-color: #f0f6fc;
	color: #048;
}
.note p strong {
	color: #f80;
}


/* 轮播 */
.focus {
	position: relative;
	overflow: hidden;
}
.focus .pic, .focus .pic>div {
	position: relative;
}
.focus .pic a{
	display: block;
}
.focus .pic img {
	display: block;
	width: 64%;
	height: 450px;
	float: left;
}
.focus .pic .text{
	float: left;
	width: 36%;
	background: #7188d3;
	color: #fff;
	padding: 45px;
	height: 450px;
	font-size: 14px;
}

.focus .pic .text p {
    line-height: 30px;
    max-height: 96px;
    overflow: hidden;
}

.focus .pic .text h3 {
    font-size: 22px;
    line-height: 43px;
    max-height: 129px;
    overflow: hidden;
}
.focus .pic>div span {
	display: block;
	line-height: 47px;
	font-size: 14px;
	color: #fff;
	border-bottom: 1px solid #b9c5e9;
	margin: 25px 0;
}
.focus .focus-prev, .focus .focus-next {
	position: absolute;
	top: 50%;
	z-index: 9;
	display: block;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	line-height: 60px;
	text-align: center;
	font-size: 24px;
	cursor: pointer;
	background-color: rgba(0, 0, 0, .5);
	color: #fff;
	opacity: 0;
	transition: all .3s;
}
.focus .focus-prev {
	transform: translate(-50px, 0);
	left: 0;
}

.focus .focus-prev i,.focus .focus-next i {
    background: url(../images/top_pre.png) no-repeat;
}

.focus .focus-next i {
    transform: rotateY(180deg);
}
.focus .focus-next {
	transform: translate(50px, 0);
	right: 0;
}
.focus:hover .focus-prev, .focus:hover .focus-next {
	opacity: 1;
	transform: translate(0, 0);
}
.focus .navi {
	position: absolute;
	right: 45px;
	bottom: 30px;
	left: inherit;
	width: auto;
}
.focus .navi li, .focus .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	display: inline-block;
	background: #fff;
	opacity: 1;
	border-radius: 100%;
}
.focus .navi .on, .focus .swiper-pagination-bullet-active {
	background-color: #314399;
}
/* 专题轮播 */
.topic {
	background-color: #fff;
	padding: 20px;
	position: relative;
	border: 1px solid #b9c5e9;
}
.topic h2 {
    height: 80px;
    background: url(../images/topic.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 40px;
    font-size: 0;
}
.topic .scroll {
	width: auto;
	margin: 0 auto;
	position: relative;
	margin: 0px 27px 0 84px;
}
.topic .scroll li a {
	position: relative;
	overflow: hidden;
	display: block;
	width: 244px;
	height: 80px;
	padding: 0 2px;
	margin: 0;
}
.topic .scroll li a img {
	display: block;
	width: 100%;
	height: 100%;
}
.topic .scroll li strong {
	display: block;
	line-height: 40px;
	text-align: center;
	font-size: 22px;
}
.topic .navi {
	position: absolute;
	left: 0;
	bottom: -30px;
	width: 100%;
	line-height: 0;
	font-size: 0;
	text-align: center;
}
.topic .navi li, .topic .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	display: inline-block;
	margin: 0 4px;
	background: #ececec;
	opacity: 1;
	border-radius: 100px;
	transition: all .3s;
}
.topic .navi .on, .topic .swiper-pagination-bullet-active {
	width: 40px;
	background-color: #ff9c27;
}
.topic-prev, .topic-next {
    position: absolute;
    top: 50%;
    width: 17px;
    height: 29px;
    margin-top: -14px;
    cursor: pointer;
    background: url(../images/top_pre.png) no-repeat;
}

.topic-next {
    right: 16px;
    transform: rotateZ(180deg);
}
.topic-prev{
	left: 71px;
}
.topic .scroll{
	margin: 0\9;
}
.topic li {
    width: 236px\9;
}
.topic li  img{
	width: 100%;
}


/* 手机菜单 */
.mask {
	visibility: hidden;
	position: fixed;
	z-index: 596;
	right: 0;
	bottom: 0;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#d8000000, endcolorstr=#d8000000);
}
.mask.on {
	visibility: visible;
}
.mask:after {
	content: '';
	display: block;
	position: fixed;
	z-index: 597;
	right: 0;
	bottom: 0;
	width: 4px;
	height: 4px;
	background: rgba(0, 0, 0, 0.85);
	opacity: 0;
	border-radius: 50%;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, .85);
	transition: all .3s ease-in;
}
.mask.on:after {
	opacity: 1;
	box-shadow: 0 0 0 3000px rgba(0, 0, 0, .85);
}
body.modal-open {
	position: fixed;
	width: 100%;
}
.menu {
	position: fixed;
	z-index: 598;
	top: 0;
	right: 20%;
	bottom: 0;
	width: 60%;
	margin-right: -200%\9;
	-webkit-transform: translate3d(200%, 0, 0);
	transform: translate3d(200%, 0, 0);
	-webkit-transition: transform .3s;
	transition: transform .3s;
}
.menu.on {
	margin-right: 0\9;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.menu img {
	display: block;
	width: 60%;
	max-width: 210px;
	margin: 60px auto;
}
.menu>ul>li {
	float: left;
	width: 46%;
	min-height: 240px;
	margin: 2%;
	padding: 20px;
	background-color: #06b;
	color: #fff;
	border-radius: 4px;
	animation-duration: .3s;
}
.menu>ul>li.home {
	display: none;
}
.menu li li {
	float: left;
	width: 50%;
}
.menu li ul {
	margin-top: 10px;
}
.menu>ul>li>a {
	display: block;
	line-height: 40px;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
}
.menu li li a {
	position: relative;
	display: block;
	margin: 0 10px;
	padding: 0 15px 0 25px;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	border-radius: 4px;
	transition: opacity .3s;
}
.menu li ul:hover li:not(:hover) a {
	opacity: 0.5;
}
.menu li li a:after {
	content: " ";
	display: inline-block;
	height: 6px;
	width: 6px;
	border-width: 2px 2px 0 0;
	border-color: #fff;
	border-style: solid;
	-webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	position: absolute;
	top: 50%;
	margin-top: -2px;
	left: 10px;
}
.menu>ul>li:nth-child(1) {
	animation-delay: .4s;
}
.menu>ul>li:nth-child(2) {
	animation-delay: .5s;
}
.menu>ul>li:nth-child(3) {
	animation-delay: .6s;
}
.menu>ul>li:nth-child(4) {
	animation-delay: .7s;
}
.menu>ul>li:nth-child(5) {
	animation-delay: .8s;
}
.menu-btn {
	display: none;
	position: fixed;
	bottom: 60px;
	right: 60px;
	z-index: 599;
	width: 88px;
	height: 88px;
}
.menu-btn>b {
	display: block;
	width: 40px;
	height: 40px;
	transition: transform .3s;
}
.menu-btn.on b {
	line-height: 0;
	font-size: 0;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAFHGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDUgNzkuMTYzNDk5LCAyMDE4LzA4LzEzLTE2OjQwOjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDE5LTA5LTE3VDE1OjMzOjM0KzA4OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAxOS0wOS0xN1QxNTozNDowNCswODowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAxOS0wOS0xN1QxNTozNDowNCswODowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3MDY1NzE0My1hZGIwLTBmNDctOTI3OC1mNzA3MTE3NmZjZTciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzA2NTcxNDMtYWRiMC0wZjQ3LTkyNzgtZjcwNzExNzZmY2U3IiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6NzA2NTcxNDMtYWRiMC0wZjQ3LTkyNzgtZjcwNzExNzZmY2U3Ij4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo3MDY1NzE0My1hZGIwLTBmNDctOTI3OC1mNzA3MTE3NmZjZTciIHN0RXZ0OndoZW49IjIwMTktMDktMTdUMTU6MzM6MzQrMDg6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE5IChXaW5kb3dzKSIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5/rxV8AAABA0lEQVRIibWUsW3DMBBFv7SCiiDxMCo1RJLGExiwVtE0LlS7DBAD8QL2AE7/UuSYEIIkXkjngIMI8u49ENKpAvSfUdvzVdJBUnsHZmusZ0kSIOCd7/gAGtvLycYYAG/Aj2DHb5wzJY31htjFAgH7AskUvg9n08IcySJ8TvBXySp8SeCVJOFrgpTEBU8J5iS1pQvuEUwlR0sX3CsQsAVuEfhme8neCtz/ooukR1tfJT15mup0iRpJpwguW5/sbD0SV5x+LS+W8YtfHcbcCXUPY/aEeiW5cLekBO6SlMKTklCwKYAvSTaxYCyEz0nGWDAAn0BfAA/ZG2uIBQ9Adwd4yM6Y+gIsJSD6TQ2Y9QAAAABJRU5ErkJggg==) center no-repeat;
	transform: rotateZ(180deg);
}
.menu-btn>span {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	width: 22px;
	height: 2px;
	margin: 0 auto;
	background: #312c2c;
	border-radius: 2px;
	transition: .25s;
}
.menu-btn>span:nth-child(1) {
	top: 36px;
}
.menu-btn>span:nth-child(2) {
	top: 42px;
}
.menu-btn>span:nth-child(3) {
	top: 48px;
}
.menu-btn.on span, .hd+.menu-btn>span {
	background: #fff;
}
.menu-btn.on span:nth-child(1) {
	top: 42px;
	transform: rotate(45deg);
}
.menu-btn.on span:nth-child(2) {
	opacity: 0;
	transform: rotate(90deg);
}
.menu-btn.on span:nth-child(3) {
	top: 42px;
	transform: rotate(135deg);
}

/* 公用部分 */
.content {
	padding: 0px 0 20px;
	width: 1200px;
	margin: 0 auto;
}
.tab-pane .pane>div, .tab-pane .pane>ul {
    display: none;
}
.tab-pane .pane>div.active, .tab-pane .pane>ul.active {
    display: block;
}

.grid {
	width: 1200px;
	margin: 0 auto 20px;
	animation-duration: .3s;
}

.row {
	margin-right: -10px;
	margin-left: -10px;
}
.row .col,.row [class*="col-"] {
	padding-right: 10px;
	padding-left: 10px;
}
.tab-pane {
	position: relative;
	overflow: hidden;
}
.tab-pane .pane>ul, .tab-pane .pane>div {
	animation-duration: .3s;
}
.tab {
	height: 60px;
	margin-bottom: 5px;
	line-height: 60px;
	border-bottom: 1px solid #ddd;
}
.tab a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	margin-right: 38px;
	transition: all .3s;
}

.tab a:first-child:before {
    content: "";
    position: absolute;
    right: -20px;
    height: 18px;
    background: #7188d3;
    width: 1px;
    top: 22px;
}

.tab a.more {
    margin-right: 0;
    margin-top: -17px;
}

.tab a.more:hover {
    color: #007cfc;
}
.tab .current {
	font-size: 22px;
	font-weight: bold;
}
.tab a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	transform: scale(0, 1);
	transition: transform .3s;
}
.tab a.current:after {
	background-color: #3750a0;
	transform: scale(1, 1);
}


.t3 a span {
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
    border-bottom: 2px solid #3750a0;
    line-height: 50px;
    height: 50px;
    margin-bottom: -2px;
}
.t3 .more {
    position: absolute;
    right: 0;
    font-weight: bold;
    color: #666666;
    font-size: 14px;
    top: 20px;
}
.t3 .more:hover {
    color: #007afc;
}
.t3 .more a {
    color: #666666;
}

#video {
    width: 852px;
    height: 568px;
    margin: 0 auto 40px;
    position: relative;
}

#video video {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.VideoBtn {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 70px;
    height: 70px;
    margin-left: -35px;
    margin-top: -35px;
    cursor: pointer;
    z-index: 10;
}

.jmn-video-linepass,
.jmn-video-volumepass {
    background: #ffab4b;
}

@media(max-width:1200px) {
    #video {
        width: 100%;
        height: auto;
    }
}