a {
	color: #333;
}

a:hover {
	text-decoration: none;
	color: #0d6fb8;
}

button {
	width: 100%;
	border: 0;
	margin-top: 20px;
}

button,
.apply_fix a {
	color: #fff;

}

button {
	text-align: center;
	left: 20px;
	background-color: #0c5fc1;
	padding: 6px;
	border-radius: 20px;
}

input[type=checkbox] {
	margin-right: 10px;
}

li,
ul {
	list-style: none;
	padding: 0%;
}

a {
	text-decoration: none;
}


.left {
	float: left;
}

.right {
	float: right;
}

.header_top {
	background: #fbf7f7;
}

.header_top .right a:nth-child(1):before {
	content: '';
	width: 20px;
	height: 20px;
	display: block;
	float: left;
	background-size: contain;
	margin-right: 5px;
	background-image: url(../images/icon_login.png);
}

.header_top .right a {
	display: block;
	float: left;
	color: #0d6fb8;
	padding: 10px;
}

.header_top .right a:nth-child(1)::after {
	content: '|';
	padding-left: 15px;
	color: #0d6fb8;
}

@media (min-width: 1200px) {
	.container {
		width: 1400px;
	}
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
	font-size: 18px;
	padding: 30px 19px;
}

.navbar-brand>img {
	float: left;
}

.navbar-brand>span {

	float: left;
	margin: 20px 12px;
	font-weight: bold;
	color: #333;
}

.navbar-default {
	margin-bottom: 0;
	background: none;
	border: 0;
	width: 100%;
	position: fixed;
	transition: .2s;
	top: 20px;
	z-index: 99;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #0d6fb8;
	background: none;
	/* background-color: #0d6fb8; */
}

footer {
	background: #f9f9f9;
	border-top: 2px solid #0d6fb8; 
    padding: 25px !important;
}

footer ul {
	margin-bottom: 0;
	display: inline-block;
}

footer ul li {
	float: left;
}

footer ul li a {
	padding: 20px 25px;
	display: block;
	font-size: 16px;
}

footer ul li:last-child a::after {
	display: none;
}

footer ul li a::after {
	content: '|';
	color: #999;
	margin: 0 0 0 35px;
}

.fot_copy {
	color: #999;
}

/*index*/

.slide {
	margin-top: 0;
	overflow: hidden;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
	line-height: 1;
	margin: 0 auto;
	width: 100%;
}

.index_cont {
	background-image: url(../images/document-icon-dfa2d139.svg);
	background-size: cover;
	background-position: 0 516px;
	background-repeat: no-repeat;
}

.index_nav {
	margin: 25px 0;
}

.index_nav li {
	float: left;
	width: 18.4%;
	text-align: center;
	border-radius: 10px;
	background-color: #fff4f3;
	margin-right: 2%;
	font-size: 16px;
}

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

.index_nav li a {
	display: block;
	padding: 30px 0;
}

.index_nav li p {
	color: #999;
}

.index_nav li b {

	font-size: 20px;
	display: block;
	margin: 7px 0;
}

.index_nav li span {
	width: 70px;
	height: 70px;
	margin: 12px auto;
	display: block;
	background-size: contain;
}

.news_li {
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}

.news_li a h3 {
	color: #333;
	line-height: 36px;
	margin-top: 12px;
}

.news_li a p {
	color: #999;
	font-size: 15px;
}

.news_li .news_img {
	width: 28%;
	height: 220px;
	overflow: hidden;
	margin-right: 3%;
}

.news_li .news_img img {
	width: 100%;
}

.fangan_div .news_li .news_img {
	height: 346px;
	border: 1px solid #ddd;
	width: 33%;
}

.fangan_div .news_li .news_txt {
	width: 54%;
}

.fangan_div .news_li h3.news_tit {
	margin: 65px 0 20px;
}

.fangan_div .news_li p:nth-child(2) {
	margin-bottom: 25px;
	line-height: 32px;
	color: #666;
	font-size: 18px;
}

.news_li .news_img img {
	transition: .6s;
}

.news_li:hover .news_img img {
	transform: scale(1.5);
	opacity: .6;
}

.index_news_div {
	margin-bottom: 50px;
}

.index_news_div .news_li .news_img {
	height: 140px;
}

#scrollDiv {
	height: 500px;
	overflow: hidden;
}

/*这里的高度和超出隐藏是必须的*/
#scrollDiv li {
	overflow: hidden;
	vertical-align: bottom;
	zoom: 1;
	border-bottom: #eee dashed 1px;
}

#scrollDiv li h3 {
	font-size: 14px;
	color: #353535;
	margin: 0;
}

#scrollDiv li h3 a {
	padding: 20px 10px;
	color: #353535;
	text-decoration: none;
	display: block
}

#scrollDiv li h3 a:hover {
	color: #F00
}

#scrollDiv span.grey {
	float: right;
}

#scrollDiv span:nth-child(1) {
	display: block;
	float: left;
	width: 100%;
}

.server {
	/* margin-top: 25px; */

	background-color: #d0d0d0;
}

.news_li .news_txt {
	width: 68%;
}

.scrollbox {
	margin: 0 auto;
	overflow: hidden;
	border: 1px solid #eee;
	padding: 10px;
	background: #fff;
}

.title {
	font-size: 35px;
	padding: 0 0 35px 0;
	margin: 60px 0 20px;
}

.title .right a {
	font-size: 16px;
	color: #999;
	margin-right: 15px;
}

/*内页*/
.n_banner {
	background-size: cover;
	background-position: center;
	height: 350px;
}

.news_div_n_left {
	background: #fff;
	width: 25%;
	margin-right: 3%;
	padding: 25px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.n_news_div .col-md-8 {
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	background: #fff;
	padding: 25px;
}

.n_news_div {

	margin-top: 40px;
}

.n_tit {
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0;
}

.search_div {
	border: 1px solid #ddd;
	margin-top: 10px;
	border-radius: 50px;
}

.search_div input {
	padding: 8px;
	border: 0;
	margin-left: 6%;
	width: 74%;
}

.search_div button {
	background: none;
	width: 20%;
	padding: 10px;
	float: right;
	margin: 0;
	color: #999;
}

.right_news {
	border-bottom: 1px solid #efefef;
	margin-bottom: 15px;
}

.right_news img {
	width: 100%;
}

.right_news h3 {
	font-size: 16px;
}

.right_news p {
	color: #999;
}

.right_news:last-child {
	margin-bottom: 0;
	border: 0;
}

.detail_tit {
	text-align: center;
	border-bottom: 1px solid #efefef;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.detail_tit p {
	color: #999;
	margin-top: 20px;
}

.detail_cont img {
	max-width: 100%;
}

.detail_page {
	margin-top: 25px;

}

.detail_page .fen {
	margin-top: 25px;

}

.detail_page .fen a {
	display: block;
	text-align: left;

	margin-bottom: 15px;
	border: 1px solid #ddd;
	padding: 10px;
	border-radius: 10px;
}

/**/

.about_us {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 50px 80px 50px;
	position: relative;
}

.about_us_img {
	width: 50%;
	/* margin-left: 130px; */
	z-index: 3;
}

.about_us_img img,
.history_img img {
	/* width: 100%; */
	width: 84%;
}

.about_us_txt {
	width: 55%;
	padding: 0px 130px;
	text-align: left;
	z-index: 3;
}

.about_us_txt span {
	color: #ff4a35;
	font-weight: 500;
	line-height: 0;
}

.about_us_txt h3 {
	color: #070f4d;
	font-weight: 600;
	line-height: 1.3;
	font-size: 35px;
	margin-bottom: .5rem;
}

.about_us_txt p {
	margin-top: 20px;
	color: #75799b;
	margin-bottom: 1rem;
}

.about_us {
	padding-bottom: 0;
	overflow: hidden;
	height: 800px;
	margin-bottom: 50px;
}

.contact_bg2 img {
	width: 72%;
}

.contact_bg2 {
	position: absolute;
	right: -9%;
	top: -4%;
	/* 	-webkit-animation: moveBounce 7s linear infinite;
	animation: moveBounce 7s linear infinite; */
}

.form_con {
	padding: 0;
	/* box-shadow:0 0 10px rgb(152 152 152 / 10%); */
}

.form_div {
	padding: 20px;
	background-color: #fff;
	border-radius: 10px;
	margin: 0 auto 50px auto;
	width: 55%;
}

.form_div:nth-child(2) {
	width: 40%;
	margin-left: 2%;
}

.form_ipt {
	border-bottom: 1px solid rgb(134 134 134 / 10%);
	padding: 10px;
	position: relative;
}
.form_ipt label{
    margin-right: 15px;
}
.form_ipt:last-child {
	border: 0;
	padding-bottom: 0;
	margin-bottom: 0px;
}

.red {
	color: red;
}

.grey {
	color: #999;
}

.green {
	color: #a6ee09;
}

.blue {
	color: #0a9aef;
}

.form_div input[type="text"] {
	width: 83%;
	padding: 8px 10px;
	border: 0;
	border: 1px solid #ddd;
}

.form_div select {
	border: 0;
	border: 1px solid #ddd;
	padding: 8px ;
	width: 20%;
}
.form_div .select_dd{
    margin-top: 10px;
}

.form_div .select_dd select:nth-child(1) {
	width: 12%;
}

.form_div .select_dd select:nth-child(2) {
	width: 12%;
}

.form_div .select_dd select:nth-child(3) {
	width:35%;
}

.form_div .select_div input[type="text"] {
	width: 20%;
	float: right;
}

.form_ipt_txt {
	width: 16%;
	margin-top: 6px;
}

.n_title {
	text-align: center;
	margin-bottom: 35px;
}

.webuploader-pick {
	position: relative;
	display: inline-block;
	cursor: pointer;
	border: 1px dashed #ddd;
	padding: 10px 15px;
	color: #999;
	text-align: center;
	border-radius: 3px;
	overflow: hidden;
}

#fileList1,
#fileList3,
#fileList {
	width: max-content;
	display: inline-block;
	float: left;
	max-width: 100%;
	position: absolute;
}

#fileList3 .thumbnail,
#fileList .thumbnail {
	float: left;
	margin-left: 1px;
	position: relative;
	margin-bottom: 10px;
	border: 0;
}

#fileList3 .thumbnail img #fileList .thumbnail img {
	margin: 0 auto;
	width: 63px;
	height: 63px;
	overflow: hidden;
}

#fileList3 .error,
#fileList .error {
	color: red;
}

#fileList1 .info,
#fileList3 .info,
#fileList .info {
	display: none;
}

#fileList3 .progress,
#fileList .progress {
	background: #46ce01;
	margin: 0;
	margin-top: 5px;
	height: 10px;
}

#filePicker .webuploader-pick {
	margin-left: 12px;
}

.webuploader-container {
	float: left;
	width: max-content;
}

#fileList3 .cancel,
#fileList .cancel {
	width: 20px;
	height: 20px;
	line-height: 14px;
	display: block;
	text-align: center;
	display: block;
	color: white;
	font-weight: bolder;
	font-size: 21px;
	background: #ff6c2b;
	border-radius: 50%;
	right: 5px;
	top: 5px;
	position: absolute;
	cursor: pointer;
}

.webuploader-container {
	position: relative;
}

.webuploader-element-invisible {
	position: absolute !important;
	/* clip: rect(1px 1px 1px 1px); */
	/* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

.webuploader-pick {
	position: relative;
	display: inline-block;
	cursor: pointer;
	padding: 60px 40px;
	float: left;

	text-align: center;
	border-radius: 3px;
	overflow: hidden;
}

.webuploader-pick-disable {
	opacity: 0.6;
	pointer-events: none;
}

.video {
	width: 35%;
	float: left;
	margin-top: 15px;
}

.radio label {
	border: 1px dashed #ddd;
	padding: 10px 20px;
	margin-right: 15px;
}

.radio span {
	float: left;
	display: block;
}

.radio input[type=radio] {
	float: left;
	margin: 0;
}

.btn-danger {
	color: #fff;
	font-size: 17px;
	background-color: #0d6fb8;
	border-color: #0d6fb8;
	padding: 10px;
}

.user_top {
	background: linear-gradient(to right, #07b7ff, #0d6fb8);
}

.login_cont {
	height: 1000px;
	position: relative;
	background: linear-gradient(to right, #07b7ff, #0d6fb8);
}

.pingtgai_cont {

	min-height: 1000px;
	position: relative;
	background: linear-gradient(120deg, #da100c, #ff2e15, #ff8f25);
	background: linear-gradient(120deg, #0c55da, #15b3ff, #09cdff);
}

.jigou.login_cont::after {
	z-index: -1;
}

.pingtgai_cont::after,
.login_cont::after {
	content: '';
	width: 500px;
	height: 400px;
	display: block;
	position: absolute;
	top: 0;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-image: url(../images/lgs.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.login_cont .form_div::before {
	content: '';
	display: block;
	width: 112%;
	left: -31px;
	height: 90%;
	background-color: rgba(255, 255, 255, .4);
	position: absolute;
	border-radius: 10px;
	z-index: -1;
}

.login_cont .form_div::after {
	content: '';
	display: block;
	width: 123%;
	left: -59px;
	height: 82%;
	background-color: rgba(255, 255, 255, .2);
	position: absolute;
	border-radius: 10px;
	top: 41px;
	z-index: -2;
}

.login_cont .form_div {
	position: relative;
	width: 60%;
	margin: 220px auto 50px auto;
	height: 500px;
	z-index: 99;
}

.login_cont .form_div .n_title {
	border-bottom: 1px solid rgb(134 134 134 / 22%);
	padding: 0 0 6px 6px;
	text-align: left;
}


.login_cont .res a {
	color: #ff4a35;
	margin-top: 15px;
	display: block;
}

.pingtai input[type="password"],
.pingtai input[type="text"],
.login_cont .form_div input[type="password"],
.login_cont .form_div input[type="text"] {
	width: 100%;
	padding: 5px 10px 5px 70px;
	position: absolute;
	left: 0;
	background: none;
	border: 1px solid rgb(134 134 134 / 22%);
	border-radius: 50px;
	height: 45px;
}


.login_cont .form_ipt_txt {
	height: 45px;
	margin-top: 0;
	line-height: 45px;
}

.login_right,
.login_left {
	width: 50%;
}

.login_left {

	color: #fff;
	margin-top: 370px;
}

.login_left h3 {
	margin-bottom: 25px;
	line-height: 48px;
	font-size: 38px;
	font-weight: bold;
}

.login_left p {
	margin-bottom: 5px;
	font-size: 18px;

}

.form_ipt:nth-child(3) .form_ipt_txt .icon {

	background-image: url(../images/icon_password.png);
}

.form_ipt_txt .icon {
	width: 30px;
	height: 30px;
	display: block;
	float: left;
	background-image: url(../images/icon_login.png);
	background-size: contain;
	margin-top: 8px;
}

.yzm {
	float: right;
	width: 33%;
	border: 0;
}

.yzm img {
	height: 45px;
	width: 100%;
}

.login_cont .form_div .yzm_div input[type="text"] {
	padding-left: 15px;
	width: 64%;
	border-radius: 7px;
}

.login_cont .form_div .btn.deng {
	margin-top: 30px;
	border-radius: 25px;
}

.form_ipt {
	border: 0;
}

.shuti_div li:nth-child(4n+4) {
	margin-right: 0;
}

.shuti_div li .left:nth-child(1) {
	width: 25%;
	margin-right: 7%;
}

.shuti_div li .left:nth-child(2) p:nth-child(1) {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}

.shuti_div li .left:nth-child(2) {
	width: 68%;
}

.shuti_div li img {
	width: 50px;
}

.shuti_div li {
	float: left;
	width: 23%;
	margin-right: 2%;
	position: relative;
}

.shuti_div li::after {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	right: 10px;
	top: 45px;
	background-image: url(../images/right.png);
	display: block;
	background-size: contain;
}

.shuti_div li a {
	border: 1px solid #ddd;
	padding: 20px;
	margin-bottom: 20px;
	display: block;
}

.shuti_div {
	margin: 50px 0;
}

.shuti_div.nn {
	margin: 0;
}

.shuti_div.nn li {
	width: 48%;
}

.shuti_div.nn li:nth-child(2n+2) {
	margin-right: 0;
}

.shuti_div.nn li .left:nth-child(1) {
	width: 13%;
}

.shuti_div.nn li::after {
	display: none;
}

.shuti_div.nn li.active {
	opacity: .8;
	filter: grayscale(100%);
}

.shuti_div.nn li span {
	font-size: 20px;
	width: 90px;
	display: block;
	float: right;
	position: absolute;
	right: 20px;
	text-align: right;
}

/* .shuti_div.nn li:nth-child(3n+3) {
	margin-right: 0;
} */



.shuti_div .n_title {
	position: relative;
	border-bottom: 1px solid rgb(134 134 134 / 10%);
	padding-bottom: 20px;
}

.label_ipt label {
	display: block;
	font-size: 15px;
	margin-bottom: 13px;
	font-weight: 500;
	margin-left: 20px;
}

.jiexi {
	background: rgb(134 134 134 / 10%);
	padding: 10px;
	display: none;
	margin-top: 15px;
}

.green_div h4 {
	color: #46ce01;
}

.red_div h4 {
	color: red;
}

.form_ipt h4 {
	margin-bottom: 20px;
}

.radio_w {

	margin-top: 13px;
}

.radio_w:before {
	content: "";
	display: table;
}

.radio_w:after {
	content: "";
	display: table;
	clear: both;
}

.radio_w>div {
	position: relative;
	float: left;
	line-height: 23px;
	margin-right: 2rem;
}

.radio_w>div:last-child {
	margin-right: 0;
}

.radio_w input {
	z-index: 3;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 4px;
	width: 14px;
	height: 14px;
}

.radio_w .user-defined {
	z-index: 2;
	width: 20px;
	height: 20px;
	margin-right: 2px;
	background-image: url(../images/timg.jpg);
	background-size: cover;
	background-position: 35px 0;
	float: left;
}

.radio_w .user-defined span.circle {
	display: block;
	width: 20px;
	background-size: cover;
	height: 20px;
}

.radio_w .user-defined span.active {
	background-image: url(../images/timg.jpg);
	background-position: 18px 0;
}

.user_nav {
	width: 22%;
	float: left;
	margin-right: 2%;
}

.user_nav li a {
	display: block;
	padding: 22px;
	font-size: 18px;
	box-shadow: 0 0 10px rgb(111 111 111 / 16%);
	margin-bottom: 22px;
	border-radius: 9px;
}

.user_nav li a::after {
	content: '';
	width: 25px;
	height: 25px;
	display: block;
	background-size: contain;
	margin-right: 10px;
	background-repeat: no-repeat;
	float: left;
}

.user_nav li:nth-child(1) a::after {
	background-image: url(../images/icon_user4.png);
}

.user_nav li.active:nth-child(1) a::after {
	background-image: url(../images/icon_user4-1.png);
}

.user_nav li:nth-child(2) a::after {
	background-image: url(../images/icon_user1.png);
}

.user_nav li.active:nth-child(2) a::after {
	background-image: url(../images/icon_user1-1.png);
}

.user_nav li:nth-child(3) a::after {
	background-image: url(../images/icon_user2.png);
}

.user_nav li.active:nth-child(3) a::after {
	background-image: url(../images/icon_user2-1.png);
	background-image: url(../images/icon_user3-1.png);
}

.user_nav li:nth-child(4) a::after {
	background-image: url(../images/icon_user3.png);
}

.user_nav li.active:nth-child(4) a::after {
	background-image: url(../images/icon_user3-1.png);
}

.user_nav li:nth-child(5) a::after {
	background-image: url(../images/icon_user5.png);
}

.user_nav li.active:nth-child(5) a::after {
	background-image: url(../images/icon_user5-1.png);
}


.user_nav li:nth-child(6) a::after {
	background-image: url(../images/icon_user6.png);
}

.user_nav li.active:nth-child(6) a::after {
	background-image: url(../images/icon_user6-1.png);
}



.video_nav li.active a,
.user_nav li.active a {
	background: #0d6fb8;
	color: #fff;
}

.user_cont_bottom {
	min-height: 800px;
	margin: 25px auto;
}

.user_left_cont {
	float: left;
	width: 76%;
}

.user_left_cont h3 {
	margin : 25px 0;
}

/*登录后*/
.tuichu a {
	color: #999;
	display: block;
	margin: 50px 0;
}

.user_img {
	margin: 25px auto;
	color: #fff;
	display: inline-block;
}

.user_img .left:nth-child(2) {
	margin-top: 10px;
	text-align: left;
}

.user_img .left:nth-child(1) {
	width: 90px;
	height: 90px;
	border-radius: 100%;
	margin-right: 15px;
	border: 3px solid #fff;
	overflow: hidden;
}

.user_img .left:nth-child(1) img {
	width: 100%;
	height: 100%;
}


.jilu_txt {
	padding: 20px;
	border: 1px dashed #ddd;
	position: relative;
	border-radius: 9px;
	margin-bottom: 15px;
	line-height: 27px;
	margin-bottom: 15px;
	font-size: 16px;
}

.jilu_txt::after {
	content: '';
	width: 25px;
	height: 25px;
	position: absolute;
	right: 10px;
	top: 35px;
	display: block;
	background-size: contain;
	background-image: url(../images/right.png);
}

.jilu_txt h3 {
	margin-bottom: 8px;
	margin-top: 0;
}

.jilu_txt p {
	margin-bottom: 0;
}

.user_left_shai {
	/* background-color: #f3f3f3; */
	box-shadow: 0 0 10px rgb(111 111 111 / 16%);
	margin-bottom: 25px;
	border-radius: 10px;
	padding: 5px 0;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	padding: 18px;
	font-size: 16px;
}

.video_nav li {
	float: left;
	margin-right: 10px;
}

ul.video_nav {
	margin-bottom: 0;
}

.video_nav li:nth-child(1) {
	padding: 10px 15px;
	margin-top: 7px;
	width: 140px;
	text-align: right;
}

.video_nav a {
	display: block;
	border-radius: 5px;
	padding: 5px 15px;
	margin: 10px 0;
	background: #fff;
	border: 1px solid #ddd;
}

.zhengshu_list,
.video_list {
	float: left;
	width: 32%;
	font-size: 16px;
	margin-right: 2%;
	text-align: center;
	border-radius: 15px;
	margin-bottom: 3%;
	overflow: hidden;
	box-shadow: 0 0 10px rgb(111 111 111 / 16%);
}

@media(min-width:768px) {

	.zhengshu_list:nth-child(3n+3),
	.video_list:nth-child(3n+3) {
		margin-right: 0;
	}
}

.table {
	width: 80%;
	margin: 0 auto 50px;
}

.video_list .img {
	height: 200px;
	margin-bottom: 13px;
	overflow: hidden;
	position: relative;
}

.video_list .img span {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	padding: 5px 10px;
	border-radius: 10px 0 10px 0;
	font-size: 14px;
	background: #46ce01;
	color: #fff;
}

.video_list .img span.zan {
	background: #09cdff;
}


.video_list .img span.wei {

	background: #ff4a35;
}

.zhengshu_list img,
.video_list img {
	width: 100%
}

.zhengshu_list a,
.video_list a {
	display: block;
	padding-bottom: 15px;
}

.chengji_table {
	margin-top: 25px;
}

.form_div_chaxun {
	width: 80%;
	margin: 0 auto;
}

.form_div_chaxun form {
	width: 50%;
	margin: 0 auto 50px;
}

.form_div_chaxun input[type="text"] {
	padding: 20px 10px;
	margin-bottom: 15px;
}

.form_div_chaxun .yzm_div input {

	width: 66%;
	border: 1px solid #ccc;
	height: 34px;
	border-radius: 4px;
}

.form_div_chaxun .yzm_div .yzm img {
	height: 40px;
}

.zhengshu_list .img {
	margin-bottom: 15px;

}

.vip_cont {
	width: 80%;
	margin: 25px auto;
}

.vip_li {
	float: left;
	width: 31%;
	margin-right: 3%;
	padding: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	border-radius: 25px;
	min-height: 520px;
	position: relative;
	margin-bottom: 35px;
	border: 1px solid #ddd;
}

.vip_li:nth-child(1) {
	box-shadow: 0 0 10px rgb(72 162 255 / 31%);
	border-color: rgb(72 162 255);
}

.vip_li:nth-child(1) a {
	background: rgb(72 162 255);
	border-color: rgb(72 162 255);
}

.vip_li:nth-child(2) {
	box-shadow: 0 0 10px rgb(21 189 59 / 31%);
	border-color: rgb(21 189 59);
}

.vip_li:nth-child(2) a {
	background: rgb(21 189 59);
	border-color: rgb(21 189 59);
}

.vip_li:nth-child(3) {
	box-shadow: 0 0 10px rgb(255 72 72 / 31%);
	border-color: rgb(255 72 72);
}

.vip_li:nth-child(3) a {
	background: rgb(255 72 72);
	border-color: rgb(255 72 72);
}

.vip_li:last-child {
	margin-right: 0;
}

.vip_tp {
	text-align: center;
	margin-bottom: 35px;
}

.vip_tp h3 {
	font-weight: bold;
}

.vip_tp p {
	font-weight: bold;
	font-size: 28px;
}

.vip_tp p span {
	color: #999;
	font-weight: 500;
	font-size: 16px;
}

.vip_js span {
	width: 20px;
	height: 20px;
	margin-right: 10px;
	display: block;
	float: left;

	background-size: contain;
	background-image: url(../images/icon_ok.png);
}

.vip_li a {
	padding: 10px;
	margin: 45px 0 20px;
	width: 89%;
	display: block;
	position: absolute;
	bottom: 10px;
}

.pingtgai_cont {
	color: #fff;
}

.pingtgai_cont .container {
	position: relative;
	min-height: 800px;
}

.pingtgai_cont .container::after {
	content: '';
	background-image: url(../images/kaoshi_img.jpg);
	background-repeat: no-repeat;
	border-radius: 35px 35px 0 0;
	width: 58%;
	height: 599px;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	background-size: cover;
}

.pingtgai_cont .container .con {

	width: 40%;
	margin-top: 97px;
	background: #25adfe;
	padding: 50px;
	border-radius: 23px;
}

.pingtgai_cont .container .con h3 {
	font-weight: bold;
	margin-bottom: 15px;
}

.pingtgai_cont .container .con p {
	font-size: 16px;
}

.pingtgai_cont .container .con a {
	background: #fff;
	padding: 10px 20px;
	display: inline-block;
	margin: 10px 0;
}

.pingtgai_cont .container .con img {
	width: 120px;
}

.pingtai {
	width: 57%;
	background: #fff;
	border-radius: 15px;
	margin: 25px auto;
	padding: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.pingtai .left {
	width: 50%;
}

.pingtai .left img {
	width: 60%;
}

.pingtai .right {
	z-index: 99;
	width: 47%;
	margin-right: 2%;
}

.jigou .container {
	position: relative;
}

.jigou_form .n_title {
	text-align: left;
}

.btn_blue {
	background: #0a9aef;
	color: #fff;
}

.jigou_form .btn_blue {
	padding: 11px;
	font-size: 16px;

	margin: 25px 0;
}

.pingtai input[type="password"],
.pingtai input[type="text"] {
	border-radius: 5px;
	padding: 5px 10px 5px 47px;
}

.pingtai .form_ipt_txt .icon {

	background-image: url(../images/icon_login1.png);
}

.pingtai .form_ipt:nth-child(3) .form_ipt_txt .icon {
	background-image: url(../images/icon_password1.png);
}

.jigou_user_cont {
	border-top: 1px solid #eee;
}

.jigou_user_left {
	width: 12%;
	float: left;
	background: #fff;
}

.jigou_user_right {
	width: 88%;
	float: left;
	background: #f9f9f9;
}

.jigou_user_left li.active {
	background: #0a9aef29;
}

.jigou_user_left li:hover a,
.jigou_user_left li.active a {
	color: #0a9aef;
}

.jigou_user_left li {
	margin-bottom: 10px;
}

.jigou_user_left li a {
	padding: 15px;
	display: block;
    font-size: 16px;
}

.jigou_user_left li {
	line-height: 28px;
}

.jigou_user_left li span {
	width: 30px;
	height: 30px;
	display: block;
	background-size: contain;
	float: left;
	margin-right: 10px;
}

.jigou_user_right_top .breadcrumb {
	margin-bottom: 0;
	border: 0;
	padding: 20px;
	box-shadow: 0 7px 9px rgb(199 198 198 / 16%);
	background-color: #fff;
}

.padding20 {
	padding: 20px;
}

.padding10 {
	padding: 10px;
}

.bgfff {
	background: #fff;
}

.jigou_tit {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	margin-bottom: 25px;
	padding: 10px;
}

.jigou_tit a {
	margin-right: 15px;
}

.jigou_user_right .form-horizontal .control-label {
	font-weight: 500;
	width: 18%;
}

.jigou_user_right .form-group .col-sm-2 {
	width: 57.666667%;
}

.jigou_user_right button {
	float: left;
}

.jigou_user_right .form-group {
	width: 60%;
}

.jigou_user_right select.form-control {

	padding: 12px 15px;
	width: 91px;
}

.jigou_user_right .form-control,
.jigou_user_right input.form-control {
	border-color: #ddd;
	line-height: 20px;
	border-radius: 0;
	padding: 10px 15px;
	box-shadow: none;
	float: left;
	margin-right: 10px;
	height: auto;
}

.jigou_user_right .video {
	margin-top: 0;
}

.jigou_table img {
	width: 65px;
}

.jigou_table tr:nth-child(1) td {

	line-height: 30px !important;
	height: 30px;
}

.jigou_table td {
	line-height: 55px !important;
	height: 55px;
}

.jigou_table td:nth-child(1) {
	text-align: center;
	width: 50px;
}

.jigou_table td:last-child {
	width: 200px;
}

.jigou_table td a {
	margin-right: 15px;
}

.search_list .btn {
	padding: 11px 12px;
	margin-top: 0;
	width: 6%;
}

.search_list .col-md-6 {
	padding: 0;
}

#remainTime {
	position: fixed;
	border-radius: 5px;
	right: 100px;
	background: #fff;
	text-align: center;
	border: 1px solid #0d6fb8;
	width: 160px;
	height: 80px;
	line-height: 80px;
	display: block;
}

.search {
	position: relative;
	min-width: 150px;
}

input:focus {
	outline: none;
}

.search-input>input {
	width: 100%;
	border: none;
	font-size: 16px;
}

.search-show {
	position: absolute;
	left: 0px;
	z-index: 999;
	width: 100%;
	min-height: 50px;
	box-sizing: border-box;
	padding: 10px 10px 0px 10px;
	background-color: white;
	display: none;
	margin-top: 10px;
}

.search-show>ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-size: 16px;
}

.search-show>ul>li {
	height: 30px;
	display: flex;
	align-items: center;
}

.search-show>ul>li:hover {
	color: #4e71f2;
}

.hidden-xs {
	display: block;
}

.mobile_top_title,
.mobile_footer,
.hidden-md {
	display: none;
}

.baoming_bz {
	background-color: #fff;
	margin-top: -40px;
	padding: 20px
}

.baoming_bz ul {
	width: 100%;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}

.baoming_bz li::after {
	content: '';
	width: 284px;
	height: 5px;
	display: block;
	background: #ddd;
	position: absolute;
	right: -142px;
	top: 11px;
}

.baoming_bz li:last-child::after {
	display: none;
}

.baoming_bz li {
	float: left;
	width: 20%;
	position: relative;
}

.baoming_bz ul,

.baoming_bz li p {
	display: inline-block;
	text-align: center;
}

.baoming_bz li p {
	text-align: left;
}

.server_d {
	margin-bottom: 50px;
	line-height: 38px;
	font-size: 17px;
}

.server_d p img {
	width: 15px;

}

.baoming_form {

	min-height: 600px;
}

.webuploader-container {
	float: left;
	width: max-content;
}

#fileList1 .cancel,
#fileList2 .cancel,
#fileList3 .cancel,
#fileList .cancel {
	width: 20px;
	height: 20px;
	line-height: 14px;
	display: block;
	text-align: center;
	display: block;
	color: white;
	font-weight: bolder;
	font-size: 21px;
	background: #ff6c2b;
	border-radius: 50%;
	right: 5px;
	top: 5px;
	position: absolute;
	cursor: pointer;
	z-index: 99;
}

.webuploader-container {
	position: relative;
}

.webuploader-element-invisible {
	position: absolute !important;
	/* clip: rect(1px 1px 1px 1px); */
	/* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

.webuploader-pick {
	position: relative;
	display: inline-block;
	cursor: pointer;
	padding: 60px 40px;
	float: left;

	text-align: center;
	border-radius: 3px;
	overflow: hidden;
}

.webuploader-pick-disable {
	opacity: 0.6;
	pointer-events: none;
}

.baoming_bz li span:nth-child(1) {
	width: 25px;
	height: 25px;
	line-height: 25px;
	display: block;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 10px;
	color: #fff;
	background: #ddd;
	border-radius: 55px;
	z-index: 9;
	position: relative;
}

.baoming_bz li.active,
.baoming_bz li.active span {
	color: #0d6fb8;
}

.baoming_bz li.active span:nth-child(1) {
	color: #fff;
	background: #0d6fb8;
}

.baoming_bz li.oo.active::after {

	background: #0d6fb8;
}

.vip_li_bm {
	float: left;
	width: 33.33%;
	border: 1px solid #ddd;
	padding: 0 15px;
	position: relative;
}

.vip_li_bm::after {
	display: block;
	width: 65px;
	height: 35px;
	right: 0;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 30px;
	background-image: url(../images/icon_ok2.png);
}

.vip_li_bm.active::after {
	background-color: #ff4a35;
}

.vip_li_bm .vip_tp {
	text-align: left;
	margin-bottom: 0;
}

.vip_li_bm .vip_tp h3 {
	font-size: 18px;
}

.vip_li_bm .vip_tp p {
	font-weight: bold;
	font-size: 24px;
}

.vip_li_bm .btn {
	margin-top: 50px;
	font-size: 14px;
}

.vip_cont_baomin {
	border-right: 1px solid #ddd;
	width: 96%;
	margin: 0 auto 50px;
}

.success {
	margin: 100px 0;
	height: 300px;
	color: #09ad85;
	font-size: 24px;
}

.success img {
	width: 50px;
	margin-bottom: 20px
}

.date_div input {
	padding: 10px 50px;
	margin: 0 0 50px 33px;
	display: block;
	border: 1px solid #ddd;
	color: #666;
}

.success a {
	font-size: 13px;
}

.jigou_user_right .video {
	width: 33%;
}

.zhifu p {
	margin-bottom: 0;
}

.zhifu p span {
	color: #ff2e15;
	font-size: 20px;
}

@-webkit-keyframes moveBounce {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	50% {
		-webkit-transform: translateY(70px);
		transform: translateY(70px);
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}



/*.bannerbox{width:100%;position:relative;overflow:hidden;}*/

.Homebanner {
	width: 100%;
	position: relative;
	height: 100vh;
	overflow: hidden;
}

.Homebanner ul {
	width: 100%;
	position: absolute;
	height: 100vh;
}

.Homebanner ul li {
	width: 100%;
	height: 100vh;
	position: absolute;
	overflow: hidden;
}

.Homebanner ul li img {
	width: 100vw;
	position: absolute;
	top: 0px;
	display: block;
}

.Homeleft,
.Homeright {
	background: #000;
	font-family: "宋体";
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 40px;
	color: #fff;
	position: absolute;
	top: 45%;
	cursor: pointer;
	transition: all .2s ease;
	opacity: 0;
	z-index: 899999
}

.Homeleft {
	left: -60px;
}

.Homeright {
	right: -60px;
}

.bannerbox:hover .Homeleft {
	left: 0px;
	opacity: 1
}

.bannerbox:hover .Homeright {
	right: 0px;
	opacity: 1
}

.Homedot {
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 999;
	bottom: 60px;
}

.Homedot a {
	display: inline-block;
	margin: 0px 5px;
	height: 12px;
	width: 12px;
	line-height: 1000px;
	overflow: hidden;
	background: url(img/index_229.png) no-repeat;
}

.Homedot a.cur {
	background: url(img/index_228.png) no-repeat
}

.Homebannertext {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.Homebannertext img.bigimg {
	transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	-webkit-transform: translateY(100px);
}

.Homebannertext dl.bannerone {
	position: absolute;
	width: 1180px;
	left: 50%;
	margin-left: -590px;
	top: 251px;
	text-align: center;
	z-index: 9999;
}

.Homebannertext dl.bannerone dt {
	float: right;
	font-size: 45px;
	width: 750px;
	height: 80px;
	margin-left: 100px;
	line-height: 75px;
	color: #fff;
	background: #eb3900;
	transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	-webkit-transform: translateY(100px);
}

.Homebannertext dl.bannerone dd {
	float: right;
	font-size: 29px;
	color: #fff;
	background: #000;
	width: 360px;
	height: 60px;
	line-height: 60px;
	margin-right: 45px;
	transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	-webkit-transform: translateY(100px);
}

.Homebannertext dl.bannertwo {
	position: absolute;
	width: 1180px;
	left: 50%;
	top: 0px;
	color: #fff;
	margin-left: -590px;
	z-index: 9999;
}

.Homebannertext dl.bannertwo dt {
	padding-top: 110px;
	position: relative;
	transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	-webkit-transform: translateY(100px);
}

.Homebannertext dl.bannertwo dt h3 {
	font-size: 50px;
	line-height: 60px;
	font-weight: 700;
	position: relative;
}

.Homebannertext dl.bannertwo dt p {
	font-size: 20px;
	position: relative;
	padding-top: 20px;
}

.Homebannertext dl.bannerthree {
	position: absolute;
	width: 1220px;
	left: 50%;
	margin-left: -610px;
	top: 0px;
}

.Homebannertext dl.bannerthree dt {
	float: left;
	position: relative;
	transform: translateX(100px);
	-moz-transform: translateX(100px);
	-ms-transform: translateX(100px);
	-o-transform: translateX(100px);
	-webkit-transform: translateX(100px);
}

.Homebannertext dl.bannerthree img {
	display: block;
	position: relative;
	width: auto;
	height: auto;
	left: 0px;
	margin: 0px;
	top: 0px;
}

.Homebannertext dl.bannerthree dd {
	width: 500px;
	float: left;
	color: #fff;
	padding-top: 170px;
	position: relative;
	padding-left: 25px;
	transform: translateX(100px);
	-moz-transform: translateX(100px);
	-ms-transform: translateX(100px);
	-o-transform: translateX(100px);
	-webkit-transform: translateX(100px);
}

.Homebannertext dl.bannerthree dd h3 {
	font-size: 55px;
	font-weight: 700;
	line-height: 70px;
}

.Homebannertext dl.bannerthree dd p {
	font-size: 20px;
	line-height: 30px;
}

.bannereffect {
	opacity: 0;
	filter: alpha(opacity=0);
}

.bannertime {
	transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-ms-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	-webkit-transition: all .8s ease-in-out;
}

.bannertime1 {
	transition: all .8s ease-in-out .2s;
	-moz-transition: all .8s ease-in-out .2s;
	-ms-transition: all .8s ease-in-out .2s;
	-o-transition: all .8s ease-in-out .2s;
	-webkit-transition: all .8s ease-in-out .2s;
}

.bannertime2 {
	transition: all 1s ease-in-out .2s;
	-moz-transition: all 1s ease-in-out .2s;
	-ms-transition: all 1s ease-in-out .2s;
	-o-transition: all 1s ease-in-out 2s;
	-webkit-transition: all 1s ease-in-out .2s;
}

.Homebanner li.cur .Homebannertext img.bigimg {
	transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

.Homebanner li.cur .Homebannertext dl.bannerone dt {
	transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

.Homebanner li.cur .Homebannertext dl.bannerone dd {
	transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

.Homebanner li.cur .Homebannertext dl.bannertwo dt {
	transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

.Homebanner li.cur .Homebannertext dl.bannerthree dt {
	transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	-webkit-transform: translateX(0px);
}

.Homebanner li.cur .Homebannertext dl.bannerthree dd {
	transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	-webkit-transform: translateX(0px);
}

.Homebanner li.cur .bannereffect {
	opacity: 1;
	filter: alpha(opacity=100);
}

.Homebanner li.cur1 .bannertime {
	transition: all .4s linear .2s;
	-moz-transition: all .4s linear .2s;
	-ms-transition: all .4s linear .2s;
	-o-transition: all .4s linear .2s;
	-webkit-transition: all .4s linear .2s;
}

.Homebanner li.cur1 .bannertime1 {
	transition: all .4s linear .1s;
	-moz-transition: all .4s linear .1s;
	-ms-transition: all .4s linear .1s;
	-o-transition: all .4s linear .1s;
	-webkit-transition: all .4s linear .1s;
}

.Homebanner li.cur1 .bannertime2 {
	transition: all .4s linear;
	-moz-transition: all .4s linear;
	-ms-transition: all .4s linear;
	-o-transition: all .4s linear;
	-webkit-transition: all .4s linear;
}

.Homebanner li.cur1 .Homebannertext img.bigimg {
	transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	-webkit-transform: translateY(100px);
}

.Homebanner li.cur1 .Homebannertext dl.bannerone dt {
	transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	-webkit-transform: translateY(100px);
}

.Homebanner li.cur1 .Homebannertext dl.bannerone dd {
	transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	-webkit-transform: translateY(100px);
}

.Homebanner li.cur1 .Homebannertext dl.bannertwo dt {
	transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	-webkit-transform: translateY(100px);
}

.Homebanner li.cur1 .Homebannertext dl.bannerthree dt {
	transform: translateX(100px);
	-moz-transform: translateX(100px);
	-ms-transform: translateX(100px);
	-o-transform: translateX(100px);
	-webkit-transform: translateX(100px);
}

.Homebanner li.cur1 .Homebannertext dl.bannerthree dd {
	transform: translateX(100px);
	-moz-transform: translateX(100px);
	-ms-transform: translateX(100px);
	-o-transform: translateX(100px);
	-webkit-transform: translateX(100px);
}

.Homebanner li.cur1 .bannereffect {
	opacity: 0;
	filter: alpha(opacity=0);
}


.index_btn {
	width: 100%;
	position: absolute;
	height: 40px;
	top: 560px;
	z-index: 9999;
	background: #191919;
}

.index_btn ul {
	margin: 0px auto;
	padding: 0px;
	width: 1180px;
}

.index_btn ul li {
	float: left;
	width: 295px;
	height: 40px;
	position: relative;
}

.index_btn ul li span {
	position: relative;
	z-index: 999;
	width: 294px;
	display: block;
	height: 40px;
}

.index_btn ul li span a {
	display: block;
	width: 294px;
	color: #FFF;
	background: #191919;
	cursor: pointer;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	border-right: 1px solid #a7a7a7;
	float: left;
	height: 40px;
}

.index_btn ul li span a:hover {
	color: #FFF;
	background: #e60012;
}

.index_btn ul li span a.cur {
	border: none;
	width: 295px;
}

.index_btn ul li em {
	display: inline-block;
	height: 40px;
	padding-left: 30px;
} 
.index_btnbox {
	width: 295px;
	height: 260px;
	background: #FFF;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 20px 0px 0px 0px;
}

.index_btnbox img {
	display: block;
	margin: auto;
}

.index_btnbox p {
	margin: 0px;
	padding: 20px 0px 0px 19px;
}

.index_btnbox p a {
	display: block;
	float: left;
	width: 130px;
	padding-bottom: 5px;
	line-height: 24px;
}


.user_top_organ {
	height: 130px;
	padding-top: 100px;
	background: linear-gradient(to right, #07b7ff, #0d6fb8);
}
.user_top {
	height: 300px;
	padding-top: 100px;
}

.chapter_box {
	padding-top: 25px;
	background: #f1f1f1;
}

.chapter_right img {
	width: 100%;
	margin-bottom: 15px;
}

.chapter_right {
	margin-top: 65px;
	margin-bottom: 15px;
	padding: 20px;
	background: #fff;
}

.user_top h4 {
	font-size: 30px;
	margin-bottom: 10px;
}