.content {
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}

.title {
	display: inline-block;
	height: 56px;
	line-height: 56px;
	position: relative;
	font-size: 40px;
	font-weight: bold;
	color: #333;
	margin-bottom: 96px;
}

.title::after {
	content: '';
	display: inline-block;
	position: absolute;
	left: 50%;
	bottom: -20px;
	transform: translateX(-50%);
	width: 100px;
	height: 6px;
	border-radius: 3px;
	background-color: #234BF8;
}

.more {
	width: 124px;
	height: 50px;
	line-height: 50px;
	background: #234BF8;
	border-radius: 25px;
	color: #fff;
	text-align: center;
}

.more a {
	border-radius: 25px;
	display: block;
	color: inherit;
}

.title + .more {
	float: right;
}

.single-line-over-ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hover {
	cursor: pointer;
}

.button {
	width: 353px;
	height: 67px;
	line-height: 67px;
	background: rgba(35, 75, 248, 1);
	border-radius: 34px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 600;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
	transition: all .3s cubic-bezier(0.18, 0.89, 0.17, 0.88);
}

.button:hover {
	background: rgba(35, 75, 248, .8)
}

/* header start */
.header {
	font-size: 18px;
	line-height: 40px;
	background-color: #234BF8;
	z-index: 100;
}

.header .content {
        width: 1300px;
	height: 80px;
	background: linear-gradient(90deg, #234BF8 0%, #535FE7 37%, #234BF8 100%);
}

.header .logo {
	height: 37px;
}

.header .content > ul > li {
	display: inline-block;
	margin-left: 25px;
	color: #9FBBFD;
	position: relative;
}

.header .content > ul > li a{
	height: 40px;
	display: block;
	color: inherit;
}

.header .content > ul > li::after {
	content: '';
	width: 100%;
	height: 3px;
	background: #FFFFFF;
	border-radius: 2px;
	position: absolute;
	left: 0;
	bottom: -5px;
	opacity: 0;
	transform: scaleX(0);
	transition: all .2s cubic-bezier(0.18, 0.89, 0.17, 0.88), opacity .15s ease;
}

.header .content > ul > li.current, .header .content > ul > li:hover {
	color: #FFFFFF;
}

.header .content > ul > li.current::after {
	opacity: 1;
	transform: scale(0.5);
}

.header .content > ul > li:hover:after {
	opacity: 1;
	transform: scale(1);
}

.header .search {
	margin-left: auto;
}

.header .search::before {
	content: '';
	display: inline-block;
	width: 27px;
	height: 27px;
	background-image: url(icon_search.png);
	background-size: 100%;
}

.nav a {
	color: inherit!important;
}

.nav .nav_child {
	position: absolute;
	padding-top: 20px;
	top: 40px;
	left: 0;
	z-index: 90;
	display: none;
}

.nav li:hover .nav_child {
	display: block;
}

.nav_child .nav_second {
	width: 200px;
	background: #FFFFFF;
	padding: 10px 0;
	border-radius: 8px;
	color: #333;
	position: relative;
	z-index: 200;
}

.nav_child li{
	color: #333;
}

.nav_child li:hover {
	color: #FFFFFF;
}

.nav_child .nav_second li {
	margin-left: 0;
	display: block;
}

.nav_child .nav_second.child-3 {
	height: 120px;
}

.nav_child .nav_second > li a.next::after {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	float: right;
	margin-top: 11px;
	margin-right: 15px;
	background-image: url(icon_more_gray.png);
}

.nav_child .nav_second li a {
	display: block;
	text-indent: 24px;
}

.nav_child .nav_second > li:hover {
	background: #234BF8;
}

.nav_child .nav_second > li:hover a::after {
	background-image: url(icon_more_white.png);
}

.nav_child .nav_second .nav_third {
	width: 200px;
	height: 100%;
	background: #F7F9FF;
	padding: 10px 0;
	position: absolute;
	top: 0;
	left: 200px;
	border-radius: 0 8px 8px 0;
	box-sizing: border-box;
	transition: all .3s cubic-bezier(0.18, 0.89, 0.17, 0.88);
	opacity: 1;
	visibility: hidden;
	z-index: -1;
}

.nav_child .nav_second .nav_third::before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 0;
	left: -8px;
	background-color: #FFFFFF;
}

.nav_child .nav_second .nav_third::after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	bottom: 0;
	left: -8px;
	background-color: #FFFFFF;
}

.nav_child .nav_second li.next:hover .nav_third {
	visibility: visible;
	opacity: 1;
}

.nav_child .nav_second .nav_third li:hover {
	color: #234BF8;
}
/* header end */

/* jiangtang start */
.jiangtang {
	padding: 80px 0 140px 0;
	background-image: url(bg_zhishijiangtang.png);
	background-size: cover;
}

.jiangtang .main > a {
	width: 586px;
	height: 443px;
	background: #FFFFFF;
	box-shadow: 0px 5px 40px 0px rgba(35, 75, 248, 0.1);
	border-radius: 30px;
	display: inline-block;
}

.jiangtang .main > a > div {
	margin: 0 auto;
	text-align: center;
}

.jiangtang .main > a > div:nth-child(1) {
	width: 200px;
	height: 200px;
	padding-top: 69px;
	margin-bottom: 31px;
}

.jiangtang .main > a > div:nth-child(2) {
	margin-bottom: 16px;
	font-size: 40px;
	line-height: 56px;
	color: #333;
}

.jiangtang .main > a > div:nth-child(3) {
	font-size: 24px;
	line-height: 33px;
	color: #5C5C5C;
}

.jiangtang .main > a:hover >div:nth-child(2) {
	color: #234BF8;
}
/* jiangtang end */

/* shipin start */
.shipin {
	padding: 80px 0 140px 0;
	background-color: #F7F9FF;
}

.shipin .title {
	display: block;
	text-align: center;
}

.shipin .main > div:nth-child(1) {
	width: 746px;
	height: 570px;
	background: #FFFFFF;
	box-shadow: 0px 5px 40px 0px rgba(35, 75, 248, 0.1);
	border-radius: 30px;
	overflow: hidden;
}

.shipin .main > div:nth-child(1) > .video {
	background-size: cover;
	width: 100%;
	height: 410px;
}

.shipin .main > div:nth-child(1) > .video-title {
	padding-top: 36px;
	margin: 0 40px 14px 40px;
	height: 42px;
	font-size: 30px;
	color: #333333;
	line-height: 42px;
}

.shipin .main > div:nth-child(1) > .video-title + p {
	margin: 0 40px;
	height: 32px;
	font-size: 24px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #5C5C5C;
	line-height: 33px;
}

.shipin .main > div:nth-child(2) {
	width: 425px;
	height: 570px;
	background: #FFFFFF;
	box-shadow: 0px 5px 40px 0px rgba(35, 75, 248, 0.1);
	border-radius: 30px;
}

.shipin .main > .video-list {
	position: relative;
}

.shipin .main > .video-list > .video-list-title {
	padding-top: 25px;
	margin: 0 0 20px 40px;
	font-size: 24px;
	font-weight: 600;
	color: #234BF8;
	line-height: 33px;
}

.shipin .main > .video-list > ul li {
	padding: 0 40px;
	height: 56px;
	line-height: 56px;
	background: transparent;
	font-size: 18px;
	color: #333;
	cursor: pointer;
}

.shipin .main > .video-list > ul li::before {
	content: '';
	width: 20px;
	height: 20px;
	margin-right: 12px;
	display: inline-block;
	background-image: url(icon_bofang_little_blue.png);
	background-size: 100%;
	position: relative;
	top: 4px;
}

.shipin .main > .video-list > ul li:hover, .shipin .main > .video-list > ul li.current {
	background: #234BF8;
	color: #fff;
}

.shipin .main > .video-list > ul li:hover::before, .shipin .main > .video-list > ul li.current::before {
	background-image: url(icon_bofang_little_white.png);
}

.shipin .main > .video-list .more {
	position: absolute;
	left: 40px;
	bottom: 60px;
}
/* shipin end */

/* zhengcefagui start */
.zhengcefagui {
	padding: 80px 0 140px 0;
	background-image: url(bg_zhengcefagui.png);
        background-size: cover;
}

.zhengcefagui .main > a {
	width: 383px;
	height: 443px;
	background: #FFFFFF;
	box-shadow: 0px 5px 40px 0px rgba(35, 75, 248, 0.1);
	border-radius: 30px;
	overflow: hidden;
	position: relative;
	display: inline-block;
}

.zhengcefagui .main > a::after {
	content: '';
	display: inline-block;
	width: 383px;
	height: 6px;
	background: #234BF8;
	opacity: 0.5;
	position: absolute;
	bottom: 0;
}

.zhengcefagui .main > a > div {
	text-align: center;
}

.zhengcefagui .main > a > div:nth-child(1) {
	width: 383px;
	height: 262px;
	overflow: hidden;
}

.zhengcefagui .main > a > div:nth-child(2) {
	padding-top: 38px;
	margin-bottom: 16px;
	font-size: 40px;
	line-height: 56px;
	color: #333;
}

.zhengcefagui .main > a > div:nth-child(3) {
	font-size: 24px;
	line-height: 33px;
	color: #5C5C5C;
}

.zhengcefagui .main > a:hover > div:nth-child(2) {
	color: #234BF8;
}
/* zhengcefagui end */

/* toujiaofengcai start */
.toujiaofengcai {
	padding: 80px 0 140px 0;
	background-image: url(bg_toujiaofengcai.png);
	background-size: cover;
}

.toujiaofengcai .title {
	display: block;
	text-align: center;
	margin-bottom: 168px;
}

.toujiaofengcai .main > a {
	width: 566px;
	height: 317px;
	background: #FFFFFF;
	box-shadow: 0px 5px 40px 0px rgba(35, 75, 248, 0.1);
	border-radius: 30px;
	position: relative;
	display: inline-block;
}

.toujiaofengcai .main > a i {
	display: block;
	width: 262px;
	height: 262px;
	position: absolute;
	top: -103px;
	left: 50%;
	margin-left: -131px;
}

.toujiaofengcai .main > a:nth-child(1) i {
	background-image: url(pc_toujiaofengcai.png);
}

.toujiaofengcai .main > a:nth-child(2) i {
	background-image: url(pc_toujiaohuodong.png);
}

.toujiaofengcai .main > a > div {
	width: 100%;
	font-size: 40px;
	color: #333333;
	line-height: 56px;
	text-align: center;
	position: absolute;
	bottom: 48px;
}

.toujiaofengcai .main > a:hover div {
	color: #234BF8;
}

.toujiaofengcai .more {
	margin: 80px auto 0;
}
/* toujiaofengcai end */

/* flex setting start */
.flex {
	display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */  
	display: -moz-box; /* Firefox 17- */  
	display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */  
	display: -moz-flex; /* Firefox 18+ */  
	display: -ms-flexbox; /* IE 10 */  
	display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */  
}

.flex-around {
	justify-content: space-around;
}

.flex-between {
	justify-content: space-between;
}

.flex-center {
	align-items: center;
}
/* flex setting end */

/* 各模块css */
.mod_banner {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.mod_banner img {
	/* height: 600px; */
	/* position: absolute; */
	/* left: 50%; */
	/* transform: translateX(-50%); */
	width: 100%;
}

.mod_content {
	background-color: #F7F9FF;
	position: relative;
}

.mod_content::before, .mod_content::after {
	content: '';
	clear: both;
	display: inline-block;
}

.mod_content .content {
	padding: 270px 0 80px;
}

.mod_content .detail-content {
	padding: 60px 60px 80px;
	margin-bottom: 100px;
	background-color: #fff;
	border-radius: 30px;
	position: relative;
}

.mod_content .content.video-list-content {
	padding: 60px 0 80px;
}

.mod_nav_box {
	width: 1200px;
	margin: 0 auto;
	position: absolute;
	top: -56px;
}

.mod_nav_box > .mod_nav_item {
	flex: 1;
	margin-right: 28px;
	position: relative;
	height: 220px;
}

.mod_nav_box > .mod_nav_item > a {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #fff;
	box-shadow: 0px 5px 40px 0px rgba(35, 75, 248, 0.1);
	border-radius: 30px;
	overflow: hidden;
	transition: all .3s cubic-bezier(0.18, 0.89, 0.17, 0.88);
}

.mod_nav_box > .mod_nav_item:last-child {
	margin-right: 0;
}

.mod_nav_box > .mod_nav_item > a::before {
	content: '';
	width: 10px;
	background: #234BF8;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	transition: all .3s cubic-bezier(0.18, 0.89, 0.17, 0.88);
}

.mod_nav_box > .mod_nav_item > a:hover, .mod_nav_box > .mod_nav_item > a.current {
	top: -25px;
	bottom: -25px;
	cursor: pointer;
}

.mod_nav_box > .mod_nav_item > a:hover:before, .mod_nav_box > .mod_nav_item > a.current:before {
	opacity: 1;
}

.mod_nav_box > .mod_nav_item > a > div {
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	box-sizing: border-box;
}

.mod_nav_item > a:hover .hover, .mod_nav_item > a.current .hover{
	color: #234BF8;
}

/* mod_nav_item_two */
.mod_nav_item_two img {
	width: 150px;
	height: 150px;
	margin-left: 55px;
	margin-right: 45px;
}

.mod_nav_item_two > div p{
	padding-top: 30px;
	margin-bottom: 19px;
	height: 45px;
	line-height: 45px;
	font-size: 32px;
	color: #333;
}

.mod_nav_item_two > div p:only-child {
	padding-top: 0;
	margin-bottom: 0;
	height: 150px;
	line-height: 150px;
	font-size: 32px;
	color: #333;
}

.mod_nav_item_two > div span {
	height: 33px;
	font-size: 24px;
	color: #5C5C5C;
	line-height: 33px;
}

/* mod_nav_item_four */
.mod_nav_item_four.flex {
	flex-wrap: wrap;
}
.mod_nav_item_four img {
	width: 120px;
	height: 120px;
	margin: 0 auto 15px;
}

.mod_nav_item_four p{
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-size: 32px;
	text-align: center;
	color: #333;
}

.mod_content .main {
	width: 1200px;
	margin: 0 auto;
	background: #FFFFFF;
	border-radius: 30px;
	overflow: hidden;
}

.mod_content .main.col {
	background: initial;
	border-radius: 0;
}

.mod_content .main .nav_row {
	height: 80px;
}

.mod_content .main .nav_row li {
	margin-left: 40px;
}

.mod_content .main .nav_row li a {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	padding: 0 25px;
	background: #EDEDED;
	color: #858585;
	border-radius: 18px;
	cursor: pointer;
	transition: all .2s cubic-bezier(0.18, 0.89, 0.17, 0.88);
}

.mod_content .main .nav_row li a.current, .mod_content .main .nav_row li a:hover{
	background: #234BF8;
	color: #fff;
}

.mod_content .main .list_box {
	padding-top: 30px;
}

.mod_content .main.col .list_box {
	width: 100%;
	background: #FFFFFF;
	border-radius: 30px;
	overflow: hidden;
        flex: 1;
}

.mod_content .main.col ul.nav_col {
	width: 221px;
	padding-top: 47px;
	margin-right: 30px;
	background: #FFFFFF;
	border-radius: 30px;
}

.mod_content .main.col ul.nav_col li {
	height: 76px;
	line-height: 76px;
	text-indent: 30px;
	font-size: 20px;
	color: #333;
	cursor: pointer;
}

.mod_content .main.col ul.nav_col li a {
	display: block;
	color: inherit;
}

.mod_content .main.col ul.nav_col li:hover {
	background: #DDE5FF;
	color: #333;
}

.mod_content .main.col ul.nav_col li.current {
	background: #234BF8;
	color: #fff;
}

.mod_content .main .nav_row + .list_box {
	padding-top: 0;
}

.mod_content .main .list_box li a{
	width: 100%;
	display: block;
	padding: 0 40px;
	height: 88px;
	line-height: 88px;
	box-sizing: border-box;
	font-size: 22px;
}

.mod_content .main .list_box li a::before {
	content: '';
	width: 11px;
	height: 11px;
	background: #234BF8;
	display: inline-block;
	margin-right: 20px;
	border-radius: 50%;
}

.mod_content .main .list_box.video li a::before {
	width: 20px;
	height: 20px;
	background: url(icon_bofang_little_blue.png);
	position: relative;
	top: 2px;
}

.mod_content .main .list_box li:nth-child(odd) a{
	background: #F7F9FF;
}

.mod_content .main .list_box li:nth-child(even) a{
	background: #FFFFFF;
}

.mod_content .main .list_box li a:hover {
	background: #DDE5FF;
	color: #234BF8;
}

.mod_content .main .list_box li .tag {
	display: none;
	padding: 0 9px 0 10px;
	margin-left: 20px;
	background-image: linear-gradient(270deg, #F8AC00 0%, #FC8484 100%);
	height: 26px;
	line-height: 26px;
	font-size: 16px;
	border-radius: 13px;
	color: #FFFFFF;
}
.mod_content .main .list_box li .tag.cgws {
	display: inline-block!important;
}

.mod_content .main .list_box li .date{
	float: right;
	color: #A8A8A8;
}

.mod_content .manyidu {
	margin: 80px auto;
	padding: 60px 80px 60px;
	background-image: url(bg_wenjuan.png);
	background-position: right top;
	background-repeat: no-repeat;
	color: #333;
	font-size: 20px;
	background-color: #FFFFFF;
	border-radius: 30px;
}

.mod_content .manyidu p {
	height: 32px;
	line-height: 32px;
	font-size: 24px;
	font-weight: 600;
	color: #333333;
	margin-bottom: 32px;
	margin-top: 80px;
}

.mod_content .manyidu p:first-child {
	margin-top: 0;
}

.mod_content .manyidu p::before {
	content: '';
	display: inline-block;
	width: 26px;
	height: 26px;
	margin-right: 17px;
	position: relative;
	top: 2px;
}

.mod_content .manyidu > div:not(.button) {
	font-size: 20px;
	line-height: 32px;
}

.mod_content .manyidu > div input[type=radio] {
	width: 16px;
	height: 16px;
	margin-left: 100px;
	margin-right: 16px;
	cursor: pointer;
}

.mod_content .manyidu > div textarea {
	width: 880px;
	height: 64px;
	font-size: 20px;
}

.mod_content .manyidu > div label {
	cursor: pointer;
}

.mod_content .manyidu .button {
	margin: 120px auto 0 auto;
}

.mod_content .manyidu > div input:first-child {
	margin-left: 0;
}

.mod_content .manyidu > p:nth-of-type(1)::before {
	background-image: url(1.png);
}

.mod_content .manyidu > p:nth-of-type(2)::before {
	background-image: url(2.png);
}

.mod_content .manyidu > p:nth-of-type(3)::before {
	background-image: url(3.png);
}

.mod_content .manyidu > p:nth-of-type(4)::before {
	background-image: url(4.png);
}

.mod_content .manyidu > p:nth-of-type(5)::before {
	background-image: url(5.png);
}

/* 播放器区域 */
.video-player-content {
	width: 100%;
	margin-bottom: 60px;
	background: #15161A;
	border-radius: 30px;
	overflow: hidden;
}

.video-player-content .video-player {
	width: 788px;
	height: 444px;
	position: relative;
}

.video-player-content .video-player-list {
	width: 412px;
	height: 444px;
}

.video-player-content .video-player-list h4 {
	height: 78px;
	font-size: 24px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 78px;
	text-indent: 30px;
}

.video-player-content .video-player-list ul {
	height: 336px;
	overflow-y: scroll;
}

.video-player-content .video-player-list ul li {
	height: 56px;
	line-height: 56px;
	padding-left: 30px;
	font-size: 18px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	cursor: pointer;
}

.video-player-content .video-player-list ul li::before {
	content: '';
	width: 20px;
	height: 20px;
	line-height: 1;
	margin-right: 12px;
	display: inline-block;
	background-image: url(icon_bofang_little_white.png);
	position: relative;
	top: 4px;
}

.video-player-content .video-player-list ul li:hover, .video-player-content .video-player-list ul li.current {
	background-color: #234BF8;
}

/* 悬浮窗 */
.float-window {
	position: fixed;
	top: 40%;
	right: 23px;
	transition: all .3s ease-in-out;
	z-index: 5;
}

.float-window.none {
	transform: scale(0);
	visibility: hidden;
}

.float-window > div {
	width: 44px;
	height: 44px;
	margin-bottom: 16px;
	background-color: #234BF8;
	background-size: 44px;
	border-radius: 17px;
	position: relative;
	cursor: pointer;
}

.float-window > div:hover {
	background-color: #1538CF;
}

.float-window > div i {
	height: 44px;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}

.float-window > div.close i {
	background-image: url(icon_close.png);
}

.float-window > div.manyidu i {
	background-image: url(icon_feedback.png);
}

.float-window > div.backtop i {
	background-image: url(icon_backtop.png);
}

.float-window > div > span {
	width: 116px;
	height: 44px;
	line-height: 44px;
	background: #FFFFFF;
	border-radius: 8px;
	text-align: center;
	position: absolute;
	top: 0;
	left: -132px;
	visibility: hidden;
	transform: scale(0);
	transition: all .2s cubic-bezier(0.18, 0.89, 0.17, 0.88);
}

.float-window > div > span::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #fff;
	position: absolute;
	right: -6px;
	top: 16px;
}

.float-window > div:hover span {
	visibility: visible;
	transform: scale(1);
}

/* 遮罩层、弹窗 */
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.65);
        z-index: 999;
}

.popup {
	width: 522px;
	height: 317px;
	background: #FFFFFF;
	box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -158px 0 0 -261px;
}

.popup.yjzj {
	height: 500px;
	margin-top: -250px;
}

.popup .close {
	width: 20px;
	height: 20px;
	display: block;
	background-image: url(icon_close_popup.png);
	position: absolute;
	top: 20px;
	right: 20px;
	opacity: 1;
	transition: all .3s cubic-bezier(0.18, 0.89, 0.17, 0.88);
	cursor: pointer;
}

.popup .close:hover {
	opacity: 0.8;
}

.popup h3 {
	line-height: 80px;
	text-align: center;
	font-size: 24px;
	font-weight: bolder;
}

.popup div {
	padding: 0 10%;
	margin-bottom: 20px;
}

.popup label {
	width: 50px;
	margin-right: 10px;
	display: inline-block;
}

.popup label i {
	color: red;
}

.popup input,.popup textarea {
	width: 320px;
	height: 26px;
	font-size: 18px;
	line-height: 26px;
}

.popup textarea {
	height: 100px;
	vertical-align: top;
}

.popup .error {
	width: 48px;
	height: 48px;
	display: block;
	background-image: url(icon_error.png);
	margin: 50px auto 30px auto;
}

.popup .success {
	width: 48px;
	height: 48px;
	display: block;
	background-image: url(icon_success.png);
	margin: 50px auto 30px auto;
}

.popup p {
	height: 22px;
	font-size: 22px;
	font-weight: 400;
	color: #333333;
	line-height: 33px;
	text-align: center;
}

.popup .button {
	margin: 50px auto 0 auto;
}

.popup.yjzj .button{
	width: 50px;
	height: 36px;
	line-height: 36px;
	border-radius: 18px;
	font-size:18px;
}

/* 当前位置 */
.curpage {
	width: 1200px;
	padding: 40px 0;
	margin: 0 auto;
}

.curpage a {
	height: 28px;
	font-size: 20px;
	font-weight: 400;
	color: #333333;
	line-height: 28px;
	margin: 0 5px;
}

.curpage a:first-child {
	margin-left: 0;
}

.curpage a:last-child {
	color: #234BF8;
}

/* 文章细览页 */
.detail-content > h3{
	font-size: 38px;
	font-weight: bold;
	color: #333333;
	line-height: 53px;
	margin-bottom: 18px;
	letter-spacing: 2px;
}

.detail-content > .date span {
	height: 22px;
	font-size: 16px;
	font-weight: 400;
	color: #A8A8A8;
	line-height: 22px;
	margin-right: 30px;
}

.detail-content > .main {
	width: 100%;
	padding: 80px;
	box-sizing: border-box;
}

/* 分页导航 page css */
.page{
	padding:50px 50px;
	text-align: right;
}
.page span{
	display:inline-block;
	vertical-align:bottom;
	height:26px;
	line-height: 26px;
	font-size:16px;
	color:#666;
	margin-right:15px;
}
.page span b{
	font-weight:bold;
	margin:0 3px;
}
.page a{
	display:inline-block;
	vertical-align:bottom;
	height:26px;
	margin-right:15px;
	color:#666;
	line-height:26px;
	font-size:16px;
} 
.page input[type="text"]{
	width:48px;
	height:24px;
	border:1px solid #f0f0f0;
	display:inline-block;
	vertical-align:bottom;
	text-align:center;
	color:#666;
	line-height:18px;
	margin-left:-10px;
	margin-right:5px;
}
.page input[type="button"]{
	width:40px;
	height:26px;
	background:#234BF8;
	color:#fff;
	line-height:26px;
	font-size:16px;
	text-align:center;
	display:inline-block;
	vertical-align:bottom;
	border:0;
	border-radius: 3px;
	cursor:pointer;
}

/* Customize video-js Styles */
.vjs-paused::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.6);
}

.video-js .vjs-big-play-button.vjs-big-play-button.vjs-big-play-button {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(icon_bofang.png);
	background-position: center;
	background-repeat: no-repeat;
	border: 0;
}

.vjs-paused .vjs-big-play-button,
.vjs-paused.vjs-has-started .vjs-big-play-button {
    display: block;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
	font-size: 0;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar{
	width: 6px;
	height: 6px;
	background-color: transparent;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
	background-color: transparent;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb{
	border-radius: 3px;
	background-color: #8795CE;
}

/* 分享功能样式 */
.bshare-custom.bshare-custom {
	position: absolute!important;
	top: 0!important;
	right: -75px!important;
	width: 40px!important;
}

.bshare-custom::before {
	content: '分享';
	height: 22px;
	font-size: 16px;
	color: #A8A8A8;
	line-height: 22px;
	margin-bottom: 27px;
	display: inline-block;
}

.bshare-custom.bshare-custom > * {
	margin-bottom: 30px!important;
	padding-left: 0;
}

.qzone {
	width: 40px!important;
	height: 40px!important;
    display: inline-block!important;
	background-image: url(share_qqkongjian.png)!important;
	background-position: center!important;
	background-size: 100%!important;
        cursor: pointer;
}

.qzone.qzone:hover {
	background-image: url(share_qqkongjian_hover.png)!important;
	opacity: 1!important;
}

.bshare-qqim.bshare-qqim {
	width: 40px!important;
	height: 40px!important;
	background-image: url(share_qq.png)!important;
	background-position: center!important;
	background-size: 100%!important;
}

.bshare-qqim.bshare-qqim:hover {
	background-image: url(share_qq_hover.png)!important;
	opacity: 1!important;
}

.bshare-weixin.bshare-weixin {
	width: 40px!important;
	height: 40px!important;
	background-image: url(share_weixin.png)!important;
	background-position: center!important;
	background-size: 100%!important;
}

.bshare-weixin.bshare-weixin:hover {
	background-image: url(share_weixin_hover.png)!important;
	opacity: 1!important;
}