html{font-family:'ArialNormal','Arial';color: #333;sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
html,body{width: 100%;height:100%;font-size: 14px;color: #333;background-color: #fff;color: #333;}
li{list-style:none}
input,button,select,textarea{outline:medium; outline:none; resize: none; /*border:none;*/ outline:0px; }
img{border:0px;}
/*button,select,textarea{-webkit-appearance:none;background: transparent;}*/
input[type="text"],input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
button { cursor: pointer; -webkit-appearance: none; }
::-webkit-input-placeholder {color: #999999;font-size: 0.9rem;}
*{margin: 0;padding: 0;}
th,td{ font-weight: 500; word-wrap:break-word; word-break:break-all;}

a{background-color:transparent;text-decoration:none;cursor: pointer;color: #020202;}
a:active,a:hover{outline:0}
td,th{padding:0}
table th{
    font-weight: 500;
}
.clearfix:after{
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}
.clearfix{ zoom: 1; overflow: hidden; }
.com{ width: 100%; }
/*首页*/
.nav{ 
	width: 100%;
	height: 60px; 
	background: #fff;
	position: fixed;
	top:0;
	left: 0;
	right: 0; 
	z-index: 99;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.nav_in{ 
	width: 1200px;
	margin: 0 auto;
	display: flex; 
}
.nav_logo{ 
	width: 150px; 
	height: 50px;
	padding: 5px 0;
}
.logo{ 
	height: 50px;
	vertical-align: middle;
}
.nav_ul{ 
	flex: 1; 
	display: flex;
	padding-left: 30px;
}
.nav_li{ 
	padding: 0 15px;
	line-height: 57px; 
	margin: 0 5px;
}
.nav_lia{ 
	font-size: 18px;
	font-weight: bold; 
	color: #343434;
}
.nav_lia_on{
	border-bottom: 3px solid #026be3;
}
.nav_li:hover{
	border-bottom: 3px solid #026be3;
}
.nav_r{ width: 240px;
	height: 34px;
	border:1px solid #026be3; 
	border-radius: 20px;
	margin-top: 12px;
}
.search{ width: 15px;
	margin: 0px 0 0 15px; 
	vertical-align: middle;
}
.nav_rinpt{ background-color: transparent;
	border:none; 
	height: 34px;
	width: 75%;
	text-indent: 10px; 
	box-sizing: border-box;
}
.nav_r2{ 
	padding:12px 0px 0px 55px; 
}
.nav_r2sp{display: inline-block; 
	width: 80px;
	height: 34px;
	border:1px solid #026be3;
	text-align: center;
	line-height: 34px;
	color: #026be3;
	border-radius: 20px;
	cursor: pointer;
}
.nav_r2sp2{display: inline-block; 
	width: 80px;
	height: 36px;
	background: #026be3;
	text-align: center;
	line-height: 36px;
	color: #fff;
	border-radius: 20px;
	cursor: pointer;
}
.nav_r3{
	display: flex;
	align-items: center;
	position: relative;
	margin-left: 50px;
}
.nav_r3img{
	width: 34px;
	height: 34px;
	border:1px solid #026be3;
	border-radius: 30px;
}
.nav_r3sp{
	padding: 0 5px;
	color: #026be3;
	cursor: pointer;
}
.nav_r3icon{
	width: 8px;
	height: 6px;
}
.nav_r3ul{
	width: 110%;
	position: absolute;
	z-index: 100;
	top: 62px;
	left: 2px;
	background: #fff;
	padding: 0px 20px 20px;
	box-shadow: 0 0 6px rgba(0,0,0,0.2)
}
.nav_r3li{
	display: flex;
	align-items: center;
	padding-top: 15px;
}
.nav_r3icon2{
	width: 18px;
	margin-right: 10px;
	flex-shrink: 0;
}
.index{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	padding-top: 80px;
}
.index_L{
	flex: 1;
}
.banner{width:100%;height: 190px;}
.banner_img { width: 100%; height: 190px;}
.banner_img img{ width: 100%; }

.index_L1{
	margin-top: 20px;
	border-top: 1px solid #a0a0a0;
	padding: 22px;
	display: flex;
}
.index_L1in{ 
	flex: 1; 
}
.index_L1sp{
	font-size: 16px;
	font-weight: bold;
	padding: 0 5px;
	margin: 0 10px;
	cursor: pointer;
}
.index_L1sp_on{
	padding-bottom: 5px;
	border-bottom: 3px solid #026be3;
}
.index_L1sp:hover{
	padding-bottom: 5px;
	border-bottom: 3px solid #026be3;
}
.index_L1in2 a{
	font-weight: bold;
	font-size: 16px;
	color: #464646;
}
.index_L2{
	background: #f5f5f5;
	padding: 1px 15px 15px 15px;
	margin-top: 10px;
}
.index_L3{
	width: 100%;
	background: #fff;
	margin-top: 15px;
	padding: 18px 20px;
	border-radius: 6px;
	box-sizing: border-box;
}
.index_L3a{
	display: flex;
}
.index_L3L{
	width: 250px;
	height: 185px;
	overflow: hidden;
}
.index_L3Limg{
	width: 100%;
	height: 100%;
}
.index_L3R{
	flex: 1;
	padding: 0 15px;
}
.index_L3R1{
	font-size: 24px;
	font-weight: bold;
	color: #333;
	line-height: 34px;
	overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; 
}
.index_L3R2{
	font-size: 16px;
	color: #7b7b7b;
	padding-top: 15px;
	line-height: 26px;
	overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.index_L3R1:hover{
	color: #026be3;
}
.index_L3R2:hover{
	color: #026be3;
}
.index_L3R3{
	display: flex;
	justify-content: space-between;
	padding-top: 60px;
	align-items:center;
}
.index_L3R3sp{
	/*padding-right: 10px;*/
	display: inline-block;
	height: 20px;
	padding: 0 12px;
	font-size: 12px;
	line-height: 20px;
	color: #a1a8b3;
	margin-right: 10px;
	background-color: #f2f7ff;
	border-radius: 10px;
}
.index_L3R3sp:hover {
	color: #fff;
	background-color: #1a79ff;
}
.original-news-item dl{
	margin-top: 20px;
}
.original-news-item dl dt {
	width: 100%;
}
.original-news-item dl dt a {
	overflow: hidden;
	display: block;
	max-height: 44px;
	padding-left: 16px;
	background: url(/index/images/ico_news_state_dian.png) left top 8px no-repeat;
	font-size: 14px;
	line-height: 22px;
	color: #262626;
	transition: all .3s;
}
.panel-head .title .qr-code-more {
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: 100%;
	transition: all .3s;
	background-size: 21px 21px;
}
.panel-head .title {
	border-bottom: none !important;
	height: 28px !important;
	line-height: 28px !important;
	margin-bottom: 20px
}
.original-news-item {
	margin-top: 20px;
	margin-bottom: 30px;
}
 .panel-head .title h2, .aside-panel .panel-head .title h3, .aside-panel .panel-head .title p {
	position: relative;
	float: left;
	padding-left: 18px;
	font-size: 18px;
	font-weight: 700;
	color: #262626;
}
.original-news-item dl dd {
	margin-top: 10px;
	padding-left: 16px;
}
.index_L3R3sp2{
	padding: 0 10px;
	color: #999;
}
.index_L4{
	margin-top: 20px;
	padding: 15px;
	background: #eeeeee;
	text-align: center;
	cursor: pointer;
}

.index_R{
	width: 316px;
	margin-left: 20px;
}
.index_R1{
	border-top: 2px solid #026be3;
}
.index_R2{
	font-size: 16px;
	font-weight: bold;
	padding-left: 15px;
	line-height: 50px;
}
.index_R3{
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	padding: 15px;
	margin-top: -1px;
}
.index_R3a{
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
}
.index_R3d{
	width: 18px;
	height: 18px;
	background: #de0422;
	text-align: center;
	line-height: 18px;
	color: #fff;
}
.index_R3d3{
	width: 18px;
	height: 18px;
	background: #959595;
	text-align: center;
	line-height: 18px;
	color: #fff;
}
.index_R3d2{
	flex: 1;
	margin-left: 10px;
	color: #333;
	overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
	letter-spacing: 1px;
}
.index_R4{
	margin: 45px 0 30px 0;
	width: 100%;
	height: 240px;
	position: relative;
}
.index_R4img{
	width: 100%;
	height: 100%;
}
.index_R4sp{
	position: absolute;
	left: 0;
	bottom:0;
	padding:0 5px;
	background: rgba(0,0,0,0.25);
	color: #d8dce1;
}
.index_R5{
	margin-top: 15px;
	margin-bottom: 10px;
	background: #f5f5f5;
	padding:8px 20px 20px 20px;
}
.index_R5t{
	display: flex;
	/*padding-bottom: 10px;*/
	height: 42px;
	line-height: 42px;
	border-bottom:1px solid #77b6ff;
}
.index_R5tsp{
	padding-right: 10px;
	font-size: 16px;
	font-weight: bold;
	height: 41px;
	line-height: 41px;
	border-bottom: 3px solid #026be3;
	display: flex;
	align-items: center;
}
.line{
	width: 16px;
	height: 20px;
	margin-right: 5px;
}
.index_R5ta{
	flex: 1;
	text-align: right;
}
.index_R5in{
	width: 100%;
	height: 180px;
	margin-top: 15px;
	position: relative;
}
.index_R5img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index_R5inb{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 32px;
	line-height: 32px;
	padding: 0 10px;
	color: #fff;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: rgba(0,0,0,0.5);
}
.index_R5in3{
	padding-top: 10px;
}
.index_R5in2{
	display: flex;
	align-items: center;
	padding-top: 10px;
}
.index_R5in2sp{
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #026be3;
	margin-right: 10px;
}
.index_R5in2a{
	flex: 1;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.link{
	width: 1250px;
	margin: 0 auto;
	padding-top: 10px;
	line-height: 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.linka{
	margin-right: 30px;
	color: #333;
}
/*底部*/
.base{
	width: 100%;
	background: #2c2f32;
	margin-top: 20px;
}
.base_in{
	width: 1250px;
	margin: 0 auto;
	padding: 50px 0px 35px 0px;
	display: flex;
}
.base_1{
	width: 290px;
}
.base_1t{
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.base_1in{
	display: flex;
	padding-top: 10px;
}
.base_1in1{
	width: 95px;
}
.base_1in1 a{
	display: block;
	padding-top: 10px;
	color: #fff;
	font-size: 16px;
}
.base_2{
	flex: 1;
	overflow: hidden;
	display: flex;
	justify-content: flex-end;
}
.base_2in{
	width: 130px;
	text-align: center;
	margin-left: 65px;
}
.base_ewm{
	width: 130px;
	height: 130px;
}
.base_2p{
	padding-top: 8px;
	color: #fff;
	font-size: 16px;
}
.base_b{
	border-top: 1px solid #666;
	text-align: center;
	line-height: 40px;
	color: #999;
}

/*百科*/
.bk_1{
	display: flex;
	align-items: center;
	margin: 10px 0 20px;
	border-bottom: 1px solid #a0a0a0;
	border-top: 1px solid #a0a0a0;
}
.bk_1L{
	padding: 0px 45px;
	font-size: 18px;
	font-weight: bold;
}
.bk_1R{
	flex: 1;
}
.bk_1Rsp{
	padding: 0 10px;
	font-size: 16px;
	margin-right: 20px;
	cursor: pointer;
}
.bk_1Rsp_on{
	padding-bottom: 10px;
	border-bottom: 2px solid #0065e2;
}
.index_L2_2{
	padding: 1px 15px 15px 15px;
	margin-top: 10px;
}
.bk_2{
	width: 100%;
}
.bk_2t{
	display: flex;
	align-items: center;
	padding: 10px;
	border-bottom: 1px solid #eeeeee;
}
.bk_2tL{
	flex: 1;
	font-size: 16px;
}
.bk_2tR{
	padding-left: 5px;
}
.bk_2tR span{
	cursor: pointer;
	padding: 0 5px;
}
.bk_2in{
	padding: 0 20px;
}
.bk_2in1{
	padding: 10px 0px;
	border-top: 1px solid #eeeeee;
	margin-top: -1px;
	display: flex;
	align-items: center;
}
.bk_2inL{
	width: 56px;
	height: 56px;
	border-radius: 30px;
	overflow: hidden;
}
.bk_2inLimg{
	object-fit: cover;
    object-position: center; 
     width: 100%; 
     height: 100%;
}
.bk_2inC{
	flex: 1;
	padding: 0px 15px 0px 10px;
	overflow: hidden;
}
.bk_2inCt{
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.bk_2inCt2{
	padding-top: 5px;
	color: #7b7b7b;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.bk_2inR{
	background: transparent;
	border:none;
	width: 70px;
	height: 30px;
	border:1px solid #026be3;
	border-radius: 20px;
	color: #026be3;
}
.bk_3{
	width: 100%;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: .2px;
}
.bk_3t{
	font-size: 26px;
	font-weight: bold;
	padding: 20px 0;
}
.bk_3t2{
	color: #7b7b7b;
	padding-bottom: 30px;
}
.bk_3t2 span{
	margin-right: 30px;
}
.bk_3t2 .bk_3t2sp{
	color: #026be3;
	float: left;
}
.bk_3t2star{
	width: 16px;
}
.bk_3in{
	font-size: 16px;
	margin-top: 20px;
	line-height: 200%;
}
.px_1{
	padding-top: 40px;
}
.px_1t{
	display: flex;
	align-items: center;
}
.px_1tL{
	flex: 1;
}
.px_1tLsp{
	font-size: 18px;
	font-weight: bold;
	margin-right: 30px;
	vertical-align: middle;
}
.px_1tLa{
	display: inline-block;
	height: 26px;
	line-height: 26px;
	background: #026be3;
	border-radius: 20px;
	padding: 0 15px;
	color: #fff;
	font-weight: bold;
}
.px_1tR a{
	color: #333;
}
.px_2{
	display: flex;
	justify-content: space-between;
}
.px_2L{
	width: 49%;
}
.px_2L1{
	width: 100%;
	height: 260px;
	overflow: hidden;
}
.px_2L1vio{
	width: 100%;
	height: 100%;
}
.px_2L2{
	display: flex;
	align-items: center;
	padding-top: 10px;
}
.px_2L3{
	flex: 1;
	font-size: 20px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.px_2L2R{
	color: #959595;
}
.px_2L4{
	padding-top: 10px;
	color: #959595;
	 overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.px_3{
	display: flex;
	align-items: center;
}
.px_3L{
	flex: 1;
	display: flex;
	align-items: center;
}
.bk_2inCtsp{
	padding: 0px 6px;
	background: #026be3;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}
.px_3R{
	padding:0px 10px 0px 20px;
}
.px_3Rsp{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	border-radius: 20px;
	color: #fff;
	background: #026be3;
	margin-left: 15px;
}
.px_3Ricon{
	height: 16px;
	vertical-align: middle;
}
.px_4{
	width: 100%;
	height: auto;
}
.px_4in{
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
.px_4vio{
	max-width: 100%;
	/*height: 360px;*/
}
.px_4in2{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 5px;
}
.px_4in2L{
	color: #026be3;
	cursor: pointer;
}
.px_4in2Licon{
	width: 15px;
	height: 15px;
	margin-right: 5px;
	vertical-align: middle;
	margin-top: -2px;
}

.px_5ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 30px;
}
.px_5li{
	width: 32%;
	margin-right: 2%;
	margin-top: 30px;
}
.px_5li:nth-child(3n){
	margin-right: 0px;
}
.px_5lid{
	width: 100%;
	height: 175px;
	overflow: hidden;
}
.px_4vio2{
	width: 100%;
	height: 175px;
}
.px_5lid1{
	color: #333;
	padding-top: 5px;
	overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.px_5lid2{
	width: 100%;
	display: flex;
	align-items: center;
	padding-top: 5px;
}
.px_5lid2sp{
	padding-right: 25px;
	vertical-align: middle;
}
.px_5lid2sp2{
	flex: 1;
	text-align: right;
}

.zx_6{ margin-top: 20px; }
.zx_5share{ width: 15px;vertical-align: middle;margin-top: -3px; }
.zx_7t{ font-size: 16px;font-weight: 550;color:#026be3  }
.zx_7in{width: 100%; margin-top: 20px; display: flex;}
.zx_7img{ width: 27px;height: 27px;margin-right: 10px; border-radius: 20px;}
.zx_7tex{background-color: transparent;border:none; width: 93%;height: 80px;background: #f8f8f8;text-align: center; }
.zx_7{ text-align: right; margin-top: 10px;}
.zx_7inpt{ background: transparent;border:none; width: 80px;height: 34px;border-radius: 4px;background: #026be3;color: #fff;}
.zx_8{ width: 94%;  }
.zx_7tex2{ padding: 10px;box-sizing: border-box; background-color: transparent;border:none;height: 70px;background: #f8f8f8;}
.zx_8in{ padding-top: 5px; color: #6b6b6b;display: flex;justify-content: space-between;}
.zx_5a{ padding-left: 20px; color: #6b6b6b;}
.zx_8in2{ padding-top: 8px;cursor: pointer;color: #999; }
.zx_9te{ margin-top: 10px; }
.zx_10{ width: 100%;height: 46px;background: #f8f8f8;margin-top: 30px;text-align: center;line-height: 46px;cursor: pointer; }

/*视频*/
.sp_1{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.sp_1L{
	width: 47.5%;
	margin-right: 3%;
	margin-top: 20px;
}
.sp_1L:nth-child(2n){
	margin-right: 0px;
}

.index_sp1{
	border-top: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	padding: 20px 0;
	margin-top: -1px;
}
.index_sp2{
	padding: 8px 0px 0px 66px;
	font-size: 16px;
	line-height: 26px;
}
.index_sp2 a{
	color: #026be3;
}
.kx_1{ 
	border-top: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	padding: 30px 0px 10px 0px;
	margin: 0px 15px;
	font-size: 26px;
	color: #026be3;
}
.kx_1sp{
	font-size: 18px;
	color: #999;
}
.kx_2{
	padding:0px 15px 20px 15px;
}
.kx_3{
	display: flex;
	margin-top: 30px;
}
.kx_3_on{
	color: #de0422;
}
.kx_3L{
	width: 64px;
	text-align: center;
	font-size: 16px;
}
.kx_3C{
	text-align: center;
	margin-right: 17px;
}
.kx_3Cd{
	width: 10px;
	height: 10px;
	background: #dcdcdc;
	border-radius: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
}
.kx_3Cline{
	width: 4px;
	height: 100%;
	/*padding-bottom: 20px;*/
	border-radius: 4px;
	background: #dcdcdc;
	margin-left: 3px
}
.kx_3R{
	flex: 1;
	font-size: 16px;
	line-height: 26px;
}

/*资讯列表*/
.zxlb_1{
	background: #f5f5f5;
	padding:15px;
	display: flex;
}
.zxlb_1in{
	width: 32%;
	height: 190px;
	margin-right: 1%;
	overflow: hidden;
	position: relative;
}

.zx_1{
	width: 100%;
	height: auto;
	margin: 10px 0px;
} 
.zx_1img{
	width: 100%;
	height: auto;
}
.zx_2{
	padding: 30px 0px;
}
.zx_2 a{
	display: block;
	margin-top: 10px;
	font-size: 16px;
	color: #7b7b7b;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.zx_2 a:hover{
	color: #026be3;
}
.zx_3{
	display: flex;
}
.zx_3L{
	flex: 1;
	align-items: center;
}
.zx_3Lsp{
	margin-right: 30px;
	cursor: pointer;
	vertical-align: middle;
}
.zx_3Rimg{
	width: 30px;
	height: 30px;
	margin-left: 5px;
	vertical-align: middle;
}

/*登录注册弹窗*/
.log_up{ position: fixed;top: 0;right: 0;bottom: 0;left: 0;z-index: 9999;display: flex;justify-content: center;align-items: center;background: rgba(0, 0, 0, 0.7);overflow: auto; }
.log_phone_up{ position: fixed;top: 0;right: 0;bottom: 0;left: 0;z-index: 9999;display: flex;justify-content: center;align-items: center;background: rgba(0, 0, 0, 0.7);overflow: auto; }
.log_in{ width: 510px;height: 540px;background: #fff;margin: 150px auto; border-radius: 10px;}
.log_in1{ text-align: right;padding: 15px 18px 0 0; }
.log_qx{ width: 29px;height: 29px; cursor: pointer;}
.log_phone_qx{ width: 29px;height: 29px; cursor: pointer;}
.log_in2{ padding: 0 56px; }
.log_t{ width: 100%;overflow: hidden; }
.log_tsp{ font-size: 18px;margin-right: 20px; cursor: pointer;display: inline-block;padding-bottom: 5px;}
.log_tsp_on{ font-weight: bold;border-bottom: 3px solid #0065e2; }

.log_in7{ margin-top: 20px; }
.log_in7in{ border-bottom: 1px solid #c7c7c7;padding: 25px 0 10px 0; display: flex;}
.log_in7se{ width: 30%; background: transparent;border:none;}
.log_in7inpt{background: transparent;border:none; width: 50%;padding-left: 10px;margin-left: 10px; border-left: 1px solid #c7c7c7; }
.log_in7inpt2{background: transparent;border:none; flex: 1; }
.log_in7inpt3{ background: transparent;border:none;color: #0065e2; }
.log_in7inpt5{width: 100%; background: transparent;border:none; }

.log_in3{ margin-top: 20px; }
.log_in3in{ border-bottom: 1px solid #c7c7c7;padding: 25px 0 10px 0; display: flex;}
.log_in3se{ width: 30%; background: transparent;border:none;}
.log_in3inpt{background: transparent;border:none; width: 50%;padding-left: 10px;margin-left: 10px; border-left: 1px solid #c7c7c7; }
.log_in3inpt2{background: transparent;border:none; flex: 1; }
.log_in3inpt3{ background: transparent;border:none;color: #0065e2; }
.log_in3inpt5{width: 100%; background: transparent;border:none; }
.log_in4{ margin-top: 20px; }
.log_in4_1{ margin-top: 20px; }
.log_in4_1 a{ color: #0065e2; }
.log_in3inpt4{background: transparent;border:none; width: 100%;height: 40px;border-radius: 4px;background: #0065e2;color: #fff;}
.log_in5{ border-top: 1px solid #c7c7c7;padding-top: 20px;color: #777;margin-top: 15px; }
.log_in5sp{ padding-left: 15px; cursor: pointer;}
.log_wx{ width: 25px; vertical-align: middle;}

/*个人中心*/
.centerL{ width: 220px;background: #fff;margin-right: 15px; min-height: 750px;}
.centerL1t{ border-bottom: 1px solid #eeeeee;padding: 40px 0 10px 35px; font-size: 16px;}
.centerL1in{ width: 100%; padding-top: 10px;}
.centerL1in a{ display: block;height: 46px;line-height: 46px;padding-left: 65px; }
.centerL1in .centerL1ina{ color: #026be3 }

.centerR{ background: #fff; flex: 1;}
.centerRt{ border-bottom: 1px solid #eeeeee;padding: 40px 0 10px 35px; font-size: 16px;color: #026be3; }
.centerRin{ padding: 20px; }
.centerR1{ display: flex;margin-top: 15px;}
.centerR1sp{ display: inline-block;width: 100px;margin-right: 15px; text-align: right;line-height: 26px;}
.centerR2{ flex: 1; }
.centerRinput{background: transparent;border:none; width: 180px;height: 26px;text-indent: 5px; }
.centerR2sp{ padding-right: 50px; }
.centerRinput2{ background: transparent;border:none; width: 100px;height: 26px;text-indent: 5px; margin-right: 10px;}
.centerRtex{ width: 400px;height: 50px;border:1px solid #b6b6b6;margin-top: 10px; padding:10px;}
.centerRinput3{background: transparent;border:none; width: 100px;height: 36px;background:#026be3;border-radius: 30px;color: #fff;cursor: pointer; }

.centerR3{ color: #999;padding: 15px 15px 15px 25px; }
.centerR4{ width: 140px;height: 140px;overflow: hidden; }
.centerR4img{ width: 100%; }
.centerR5{ padding: 20px; }

.centerRta{ width: 100%; padding: 0 20px;}
.centerRta td{height: 70px; border-bottom: 1px solid #b6b6b6 }
.centerRtasp{font-size: 12px;
    display: inline-block;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    background: #0065e2;
    color: #fff;
    border-radius: 15px;
}
.centerRtaa{ color: #0065e2;}


/*圈子2022-12-5*/
.qz_1{ padding-top: 78px; }
.qz_1in{ width: 1200px;margin: 0 auto;height: 190px;background-size: 100% 100%;text-align: right;position: relative }
.qz_1ina{display: inline-block; padding: 8px 25px;background: #fff;background: #fff;border-radius: 20px; margin: 75px 30px;color: #026be3;position: absolute;top: 50%;right: 20px;transform: translate(0, -50%);margin: 0;z-index: 60;
}
.qz_2{width: 1200px;margin: 0 auto;display: flex;padding-top: 20px;}
.qz_2in{ display: flex;border-bottom: 1px solid #a0a0a0; padding: 0 20px 10px 40px;font-size: 16px;}
.qz_2inL{flex: 1;}
.qz_2inLsp{ cursor: pointer;margin-right: 40px; padding-bottom: 7px;}
.qz_2inLsp_on{ font-size: 18px;font-weight: bold;color: #0065e2;border-bottom: 3px solid #0065e2; }

.qz_2ul{ padding:0 20px 10px 0;width: 100%;box-sizing: border-box; display: flex;flex-wrap: wrap;justify-content: space-between; }
.qz_2li{ width: 48%;padding-left: 50px;box-sizing: border-box;margin-top: 35px; }
.qz_2a{ display: flex; }
.qz_2aL{ width: 80px;height: 80px;overflow: hidden;margin-right: 10px; }
.qz_2aLimg{ object-fit: cover;object-position: center; width: 100%;  height: 100%; }
.qz_2aR{ flex: 1; }
.qz_2aR1{ font-size: 16px;color: #333; overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;}
.qz_2aR1sp{ font-size: 12px;color: #ffd200;padding: 1px 2px;background: #000000; }
.qz_2aR2{ color: #7b7b7b;font-size: 14px;overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;padding-top: 6px; }
.qz_2aR3{ padding-top: 12px;display: flex;align-items: center; }
.qz_2aR3img{ width: 20px;height: 20px;border-radius: 20px;margin-right: 5px;flex-shrink: 0; }
.index_L1ina{ color: #333; }
.qz_3{ display: flex; }
.qz_3R{ flex: 1;margin-left: 15px; }
.qz_3Rt{ font-size: 16px;font-weight: bold; }
.qz_3R1{ padding-top: 20px; font-size: 16px;line-height: 26px;}
.qz_3R1 a{ color: #0065e2 }
.qz_3R_ul{ display: flex;flex-wrap: wrap;padding-top: 10px; }
.qz_3R_li{ width: 210px;height: 170px; margin:10px 10px 0 0;border-radius: 6px; overflow: hidden;}
.qz_3R_img{ width: 100%; height: 100%;}
.qz_3R3{ display: flex; margin-top: 30px;}
.qz_3R3_sp{ width: 33.3%;color: #7b7b7b;cursor: pointer; }

.qz_3R_li2{ width: 100%;height: 370px;overflow: hidden; }
.qz_3R4{ background: #f9f9f9; }
.qz_3R5{ padding:20px 0px;margin-top: 15px; }

.qz_zf{border-top: 1px solid #eeeeee;margin-top: 15px;padding-top: 20px;}
.qz_zf1{ display: flex; margin-bottom: 25px;}
.qz_zf1L{ width: 46px;height: 46px;border-radius: 40px;overflow: hidden; }
.qz_zf1R{ flex: 1;padding-left: 15px; }
.qz_zf1R1{ width: 100%;overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;}
.qz_zf1R1te{background: transparent;border:none; width: 100%;height: 46px;border:1px solid #0065e2;border-radius: 6px;padding:10px;box-sizing: border-box; }
.qz_zf1R2{ text-align: right; margin-top: 10px;}
.qz_zf1R2btn{ background: transparent;border:none;width: 80px;height: 36px;background: #0065e2;border-radius: 4px;color: #fff; }
.qz_zf1R1sp{ font-weight: bold;color: #0065e2; }
.qz_zf1R3{ margin-top: 10px;display: flex;justify-content: space-between; color: #7b7b7b}
.qz_3R3_sp2{ padding-left: 20px; }
.qz_zf2{ border-top: 1px solid #eee;padding-top: 15px;text-align: center;}
.bk_2_2{ border:1px solid #f5f5f5; margin: 10px 0;}
.qzlx{ display: flex;flex-wrap: wrap; }
.qzlx li{ padding-top: 10px;margin-right: 30px; }
.index_R4_2{ margin: 10px 0; }
.qz_zy{background: #f5f5f5;padding:13px; }
.qz_zy1{ display: flex; }
.qz_zy1L{ width: 80px;height: 80px;overflow: hidden;margin-right: 16px; }
.qz_zy1R{ flex: 1;overflow: hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1; }
.qz_zy1R1{ font-size: 16px;font-weight: bold;color: #ff9337; }
.qz_zy1R2{ margin-top: 15px;display: flex; }
.qz_zy1R2L{ border-right: 1px solid #c9c9c9; margin-right: 10px;padding-right: 25px;color: #7b7b7b;}
.qz_zy1R2Lp{ font-weight: bold;color: #026be3;padding-bottom: 5px; }
.qz_zy2{ margin-top: 25px;padding-bottom: 10px;border-bottom: 1px solid #77b6ff; }
.qz_zy2sp{ font-size: 16px;margin-right: 20px;padding-bottom: 9px;cursor: pointer; }
.qz_zy2sp_on{ font-weight: bold;border-bottom: 2px solid #0065e2; }
.qz_2ul2{ padding: 0 12px;width: 100%;box-sizing: border-box;background: #fff;margin-top: 10px;}
.qz_2li2{ width: 100%;box-sizing: border-box;border-top: 1px solid #eeeeee;padding: 15px 0; }
.qz_2li2:nth-child(1){border:0;}
.qz_2aL2{ width: 60px;height: 60px;overflow: hidden;margin-right: 10px; }
.qz_2aR_2 .qz_2aR1{ font-size: 13px; }
.qz_2aR_2 .qz_2aR2{ font-size: 12px; }
.qz_2aR_2 .qz_2aR3{ padding-top: 5px; }
.qz_3R_0{ display: flex;justify-content: space-between;align-items: center; padding-top: 5px;}
.qz_3R_0L{ flex: 1; }
.qz_3R_0R{ width: 76px;height: 32px;border: 1px solid #0065e2;border-radius: 20px;text-align: center;line-height: 32px;color: #0065e2 }
.qz_3R_0R2{ border-color: #8e8e8e;color: #8e8e8e; }

/*全部圈子*/
.qbqz_0{ padding-right: 20px; }
.qbqz_1{ display: flex;justify-content: space-between;/*align-items: center;*/ }
.qbqz_1L{ flex: 1; font-size: 22px; }
.qbqz_1La{ padding: 5px 15px;background: #e20001;border-radius: 6px;color: #fff;margin-left: 10px;font-size: 14px; }
.qbqz_1R{ margin-top: 20px; }
.qbqz_1Ra{ padding: 7px 20px;background: #0065e2;border-radius: 6px;color: #fff;margin-left: 5px; }
.qbqz_1Ra2{ padding: 7px 20px;border:1px solid #0065e2; border-radius: 6px;color: #0065e2;margin-left: 5px; }
.qbqz_2{ margin-top: 25px; }
.qz_3R2{ padding-top: 10px; line-height: 26px;}
.qz_3Rtsp{ font-size: 14px;background: #0065e2;padding:1px 6px;color: #fff;font-weight: 400;}
.qbqz_3{ border-top: 1px solid #eeeeee;border-bottom: 1px solid #eeeeee;display: flex;margin-top: 10px; }
.qbqz_3in{ width: 50%;text-align: center;line-height: 34px;color: #7b7b7b; }
.qbqz_4{ padding: 10px 0 0 20px;color: #7b7b7b; display: flex;align-items: center;}
.qbqz_4img{ width: 26px;height: 26px;border-radius: 20px;margin-left: 5px; }
.qbqz_5{ border-bottom: 1px solid #eee;padding: 32px 0 10px 0; }
.qbqz_5sp{ margin-left: 100px;padding-bottom: 9px; font-size: 18px;cursor: pointer;}
.qbqz_5sp_on{ font-weight: bold;color: #0065e2;border-bottom: 2px solid #0065e2; }

.qbqz_7{ padding-top:20px;font-size: 16px; }
.qbqz_7sp{ border:1px solid #e20000;color: #e20000;padding: 0 5px;font-size: 14px;margin-right: 5px; }
.qbqz_7sp2{ border:1px solid #7b7b7b;color: #7b7b7b;padding: 0 5px;font-size: 14px;margin-right: 5px; }
.qbqz_8te{background-color: transparent;border:none; margin-top: 30px;width: 100%;height: 110px;padding: 5px;background: #f8f8f8;box-sizing: border-box; }
.qbqz_9{ display: flex;justify-content: space-between;align-items: center;margin-top: 10px; }
.qbqz_9L{ flex: 1; }
.qbqz_9Limg{ width: 19px;margin: 0 10px; flex-shrink: 0;cursor: pointer;}

.qbqz_10{ margin-top: 30px;padding-bottom: 20px; border-bottom: 1px solid #eee; }
.qbqz_7sp6{ background: #0065e2;color: #fff;padding:0 3px; }
.qbqz_7sp5{ font-size: 20px;font-weight: bold; }
.qz_3R1sp{ font-size: 14px; }
.qbqz_11{ display: flex;align-items: center;margin-top: 10px;background: #f8f8f8;padding: 10px;height: 40px;margin-left: 30px; }
.qbqz_11L{ width: 40px;height: 40px;margin-right: 10px; }
.qbqz_11R{ flex: 1; }
.qbqz_11Rp{ color: #7b7b7b }
.qz_3R3_sp2{ margin-right: 40px;cursor: pointer; }
.qbqz_11L2{ width: 16px;margin-right: 10px; }
.qbqz_11R2{ color: #7b7b7b; }
.qbqz_11R2sp{ padding-right: 5px;color: #333; }
.qbqz_13{ display: flex;justify-content: space-between;align-items: center; margin-top: 20px;margin-left: 30px;padding-bottom: 10px;}
.qbqz_13L{ display: inline-block;height: 42px;line-height: 42px; padding: 0 20px;border:1px solid #0065e2;color: #0065e2;border-radius: 30px; }
.qbqz_13Lsp{ padding-left: 10px;color: #0065e2;font-size: 18px;vertical-align: middle; }
.qbqz_13R{ color: #7b7b7b; }

.wd_1{ display: flex;margin-top: 15px;justify-content: space-between;align-items: center;color: #7b7b7b }
.wd_1L{ width: 230px;height: 42px;line-height: 42px; background-image: url(../images/bg.png);background-size: 230px 42px;
	background-repeat: left top;background-repeat: no-repeat;color: #fff;
}
.wd_1Lsp{ padding-left: 30px; }
.wd_1Limg{ width: 22px;margin-left: 5px; }

/*创建圈子*/
.cjqz_1{ width: 900px;margin: 0 auto;padding: 115px 0 60px 0;}
.cjqz_1in{ width: 883px;height: 55px;line-height: 55px; background-image: url(../images/bg1.png);background-size: 883px 55px;
	background-repeat: left top;background-repeat: no-repeat; display: flex;}
.cjqz_1insp{ display: inline-block;width: 33.3%;text-align: center;font-size: 20px;color: #0065e2; }
.cjqz_1insp_on{ color: #fff; }
.cjqz_2{ padding-top: 65px; }
.cjqz_2t{ font-size: 20px;font-weight: bold;text-align: center; }
.cjqz_2in{ padding-top:40px;font-size: 16px; }
.cjqz_2t2{ padding-top:25px;font-size: 16px; font-weight: bold;}
.cjqz_2in2{ margin: 10px 0;padding: 15px 20px;border:1px solid #0065e2;line-height: 26px;font-size: 16px; height: 1033px; overflow-y: auto}
.cjqz_2in3{ margin-top:30px;text-align: center; }
.cjqz_2in3sp{background: transparent;border:none; display: inline-block;width: 160px;height: 34px;background: #0065e2;border-radius: 6px;text-align: center;line-height: 34px;color: #fff;cursor: pointer; }

.cjqz_1in2{background-image: url(../images/bg2.png);}
.centerR2_sp{ padding-right: 55px; }
.centerR2_sp2{display: inline-block;padding: 5px 15px;background: #0065e2;color: #fff;border-radius: 4px;margin-top: 10px;cursor: pointer; position: relative; }
.centerR2inp{ position: absolute;top:0;left: 0;right: 0;bottom:0;opacity: 0;}
.centerR4_2{ width: 80px;height: 80px;overflow: hidden; }
.xinghao{ color: red; }
.centerR2_sp3{ color: #a6a6a6; padding-left: 10px;}
.centerR2a{ color: #0065e2; padding-left: 10px;}
.centerR2_sp4{ padding-right: 20px; float: left; margin-bottom: 5px;}
.centerR2_sp4inp{ width: 100px;height: 26px;border:1px solid #e4e4e4;text-align: center; }

.cjqz_1in3{ background-image: url(../images/bg3.png); }
.nrgl_1{ margin-top: 30px; }
.nrgl_1sp{ display: inline-block;height: 28px;min-width: 50px; padding: 0 12px;text-align: center;line-height: 28px;color: #0065e2;
	background-image: url(../images/bg4.png);background-repeat: no-repeat;background-size: 100% 100%;cursor: pointer;margin-right: 5px;
}
.nrgl_1img{ width: 13px;vertical-align: middle;margin-top: -3px;margin-right: 3px; }
.nrgl_2{ margin-top: 30px; }
.nrgl_2ta{ width: 100%; }
.nrgl_2ta th{ height: 36px;border-bottom: 1px solid #eeeeee; text-align: left; }
.nrgl_2ta td{ height: 36px;border-bottom: 1px solid #eeeeee; text-align: left; }
.nrgl_2img{ width: 14px;height: 14px;margin-right:2px; }
.centerR1sp{ line-height: 28px; }
/*分页*/
.page{ width: 100%;margin: 15px 0 10px 0; }
.page_inpt{ background: transparent;border:none;width: 40px;height: 24px;border:1px solid #ddd; }

.fl{float: left;}
.fr{float: right;}
.nrgl_2ta2{ color: #0065e2; }

/*弹窗*/
.ghqz_up{ position: fixed;top:0;right: 0;left: 0;bottom:0;z-index: 99;background: rgba(0,0,0,0.5); }
.ghqz_up1{ width: 510px;height: auto;border:1px solid #0065e2;margin: 0 auto;margin-top: 180px; background: #fff;}
.ghqz_upt{ height: 46px;background: #0065e2;padding: 0 20px; display: flex; justify-content: space-between;align-items: center;}
.ghqz_uptsp{ font-size: 16px;color: #fff; }
.ghqz_uptimg{ width: 19px;height: 20px;flex-shrink: 0;cursor: pointer; }
.ghqz_up2{ padding:35px; }
.ghqz_up2input{ background: transparent;border:none;width: 200px;height: 30px;border:1px solid #c9c9c9;text-indent: 10px; }
.ghqz_upb{ padding:20px 15px 15px 0; text-align: right;}
.ghqz_upbtn2{background: transparent;border:none; width: 75px;height: 34px;background: #eeeeee;border:1px solid #c9c9c9;border-radius: 6px;margin-left: 10px; }
.ghqz_upbtn{background: transparent;border:none; width: 75px;height: 34px;background: #0065e2;border:1px solid #0065e2;color: #fff; border-radius: 6px;margin-left: 10px; }

.zfwd_1{ display: flex;justify-content: space-between;align-items: center;padding:0 20px;border-bottom: 1px solid #eee; padding-bottom: 10px;}
.zfwd_1sp{ cursor: pointer; }
.zfwd_1sp2{ padding: 5px 15px;border:1px solid #0065e2;color: #0065e2;cursor: pointer; }
.zfwd_2te{ width: 100%; height: 200px; padding: 20px;box-sizing: border-box; color: #7b7b7b;line-height: 26px;box-sizing: border-box;border:none;}

.zfwd_2insp{ display: inline-block;width: 83px;height: 83px;overflow: hidden; position: relative; }
.zfwd_2img{ width: 100%; }
.zfwd_2input{ position: absolute;top: 0;left: 0;right: 0;bottom:0;opacity: 0; }

.ghqz_upzf{ width: 610px; }
.ghqz_up3{ padding: 25px 50px; }
.ghqz_up4{ width: 100%;height: 40px;background-image: url(../images/bg5.png);background-repeat: no-repeat;background-size: 100% 100%;display: flex; }
.ghqz_up4sp{ width: 33.3%;line-height: 40px;text-align: center;color: #0065e2; }
.ghqz_up4sp_on{ color: #fff;padding-left: 20px;box-sizing: border-box; }
.ghqz_up5{ padding-top: 25px; }
.ghqz_up5sp{ font-size: 24px;font-weight: bold;color: #0065e2;padding-right: 5px; }
.ghqz_up6{ margin-top: 20px; }
.ghqz_up6sp{ border:1px solid #0065e2;padding:5px 8px;margin-left: 10px; }
.ghqz_up6img{ width: 24px;height: 24px;vertical-align: middle; }

.ghqz_up7{ text-align: center;padding:50px 0 40px 0; }
.ghqz_up7btn{background: transparent;border:none; width: 140px;height: 34px;background: #0065e2;color: #fff;border-radius: 6px; }

.lb_1{ background: #f5f5f5;padding: 12px 15px; }
.lb_1t{ font-size: 16px;font-weight: bold; }
.lb_2{ display: flex;margin-top: 10px; }
.lb_2in{ margin-right: 20px;background: #fff;position: relative; }
.lb_2in:nth-child(5){margin-right: 0px;}
.lb_2insp{ position: absolute;top:0;right: 0;display: inline-block;width: 22px;height: 22px;background: #e20000;color: #fff;text-align: center;line-height: 22px; }
.lb_2in1{ margin: 25px 30px 0 30px; overflow: hidden;}
.lb_2in1img{ width: 100%; }
.lb_2in2{ margin-top: 10px;text-align: center;padding: 0 10px;font-size: 13px;font-weight: bold;
	overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1; }

.lb_2in2sp{margin-bottom: 15px; border:1px solid #0065e2;font-weight: 400;
	display: inline-block;width: 75%; height: 26px;line-height: 26px; border-radius: 20px;color: #0065e2;box-sizing: border-box;cursor: pointer;
}
.lb_3{ display: flex;justify-content: space-between;align-items: center; margin-top: 20px; }
.lb_3L{ flex: 1;font-size: 16px;font-weight: bold;}
.lb_3R span{ padding-right: 20px;}

.lb_4{margin-top: 20px;}
.lb_4in{ margin-top: 10px;border:1px solid #eeeeee; padding: 15px;display: flex;align-items: center;}
.lb_4inL{ width: 134px;height: 134px;overflow: hidden; }
.lb_4inLimg{ width: 100%; }
.lb_4inC{ flex: 1;padding: 0 20px 0 10px; }
.lb_4inCt{ font-size: 16px;font-weight: bold; }
.lb_4inC1{ margin-top: 10px; }
.lb_4inC1sp{ padding: 1px 6px;border:1px solid #0065e2;color: #0065e2;margin-right: 10px; }
.lb_4inC2{ margin-top: 10px;color: #7b7b7b; overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;}
.lb_4inC3{ margin-top: 10px; }
.lb_4inC3img{ width: 30px;height: 30px;border-radius: 30px;margin-right: 5px;vertical-align: middle;}
.lb_4inC3sp{ color: #545454;font-size: 16px;vertical-align: middle; }
.lb_4inC3sp2{ padding: 0px 3px 1px 3px;background: #0065e2;color: #fff;margin-left: 5px; vertical-align: middle;}
.lb_4inRsp{display: inline-block;width: 86px;height: 32px;border-radius: 30px;border:1px solid #0065e2;color: #0065e2;text-align: center;line-height: 32px;cursor: pointer;}
.lb_4inRsp2{ border-color: #868686;color: #868686; }

.jrqz_1{ width: 100%;margin-top: 25px; }
.jrqz_btn{ background: transparent;border:none;width: 100%;height: 40px;background: #c5c5c5;font-size: 16px; }
.jrqz_btn2{ background: transparent;border:none;width: 100%;height: 40px;background: #00a035;font-size: 16px;color: #fff;}
.jrqz_btn3{ background: transparent;border:none;width: 100%;height: 40px;background: #ffc800;font-size: 16px;}

.jrqz_2{ margin-top: 30px; }
.jrqz_2p{font-size: 16px;}
.jrqz_2in{ display: flex;margin-top: 10px; }
.jrqz_2in1{ width: 24%;margin-right: 1%;padding: 10px 0;border:2px solid #ffc800;text-align: center; cursor: pointer;}
.jrqz_2inp{ font-size: 16px; }
.jrqz_2inp2{ font-size: 20px;color: #fe4c1f;font-weight: bold;}
.jrqz_2in1_on{ background: #fffae7; }
.jrqz_2p2{ font-size: 12px;color: #7b7b7b;padding-top: 12px; }

.jrqz_3{ margin-top: 30px;border-top: 1px solid #eeeeee;padding-top: 10px; }
.jrqz_3t{font-size: 16px;padding-top: 5px;}
.jrqz_3in{ padding-top: 15px; line-height: 150%;}
.jrqz_3img{ max-width: 100%; }
.jrqz_btn4{ background: transparent;border:none;width: 100%;height: 40px;background: #0065e2;font-size: 16px;color: #fff;}
.jrqz_4{ text-align: center;padding-top: 100px; }
.jrqz_4p{ font-size: 20px;font-weight: bold;color: #0065e2; padding-bottom: 20px;}
.jrqz_4p2{padding-top: 20px;font-size: 16px;}
.jrqz_4btn{ background: transparent;border:none;width: 164px;height: 36px;background: #b2b2b2;font-size: 16px;border-radius: 8px;color: #fff; margin-top: 50px; }
.jrqz_4btn2{ background: #0065e2; }
.nav_logo{ width: auto; }
.nav_logosp{ font-size: 22px;font-weight: bold;vertical-align: middle;}
.chebianlun .el-carousel__container {
	height: 240px;
}
.shouyelun .el-carousel__container {
	height: 190px;
}









