body{
	/* background: #f5f5f5; */
	font-size: 15px;
}
.header-box {
	background: #fff;
	box-shadow: 0 1px 8px #0000001a;
	z-index: 9998;
	height: 52px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
.dh-zh{
	position: absolute;
	top: 50%;
	left: 270px;
	width: 35px;
	height: 35px;
	transform: translate(-50%,-50%);
	cursor: pointer;
}
.dh-zh-zd{
	width: 100%;
	height: 100%;
}
.header-box1{
	width: 100%;
	height: 52px;
}
.header-box .header-nav{
	height: 52px;
	display: flex;
	align-items: center;
	margin: 0 auto;
	/* padding: 0 10px; */
}
.header-logo{
	width: 220px;
	
}
.footer{
	margin-top: 30px;
	border-top: 1px solid #f5f5f5;
	padding: 30px;
	display: flex;
	/* justify-content: space-between; */
}
.footer-left{
	width: 30%;
	margin-right: 100px;
}
.footer-right{
	width: 50%;
}
.footer-right .text-tip{
	cursor: pointer;
	
}
.footer-right a{
	text-decoration: none!important;
	color: #666666!important;
}
.footer-right a:hover{
	color: #409eff!important;
}
.footer-right-span{
	font-size: 30px;
	margin: -14px 5px 0;
	color: rgba(0, 0, 0, 0.13)!important;
}
.header-logo img{
	width: 35px;
	border-radius: 10px;
}
.header-logo .logo-title{
	font-size: 14px;
	font-weight: bold;
	margin-left: 20px;
	color: rgba(12,18,48, 0.8);
	
}
.header-box .header-nav .header-nav-list{
	display: flex;
	align-items: center;
	list-style: none;
	column-gap: 26px;
	position: relative;
	padding-left: 40px;
}
.header-box .header-nav .header-nav-list .nav-title{
	/* width: 100%; */
	position: relative;
	cursor: pointer;
}
.header-box .header-nav .header-nav-list .nav-title img{
	width: 20px;
}
.header-box .header-nav .header-nav-list .nav-title:hover img{
	
	animation: rotateAnimation180 .3s ease-in-out forwards;
}
.header-box .header-nav .header-nav-list .nav-title .nav-title-link {
	display: block;
	vertical-align: middle;
	padding: 5px 15px;
	font-size: 14px;
	font-weight: bolder;
}
.nav-title-link{
	text-decoration: none;
	color: #000;
}
.header-box .header-nav .header-nav-list .nav-title:hover,.header-box .header-nav .header-nav-list .nav-title1{
	background:#f5f5f5;
	border-radius: 15px;
}
.header-box .header-nav .header-nav-list .nav-title:hover .nav-title-link,.header-box .header-nav .header-nav-list .nav-title1 .nav-title-link{
	color: #10a37f!important;
}
/* .header-box .header-nav .header-nav-list .nav-title:after {
	content: "";
	display: inline-block;
	height: 100%;
	width: 0%;
	border-radius: 15px;
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	background:#f5f5f5;
} */
.header-box .header-nav .header-nav-list .nav-title:hover:after {
	width: 100%;
	background:rgba(0,0,0,.15);
}
.header-box .header-nav .header-nav-list .nav-title1 .dropdown-menu-ul{
	width: 200px;
	flex-direction: column;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	background-color: #fff;
	box-shadow: 0 4px 24px #0000000f;
	padding: 0 28px 24px;
	display: none;
	
}
.header-box .header-nav .header-nav-list .nav-title1 .dropdown-menu-ul .dropdown-title-link{
	display: flex;
	align-items: center;
	margin-top: 8px;
	column-gap: 6px;
	color: #111;
	font-size: 15px;
}
.header-box .header-nav .header-nav-list .nav-title1 .dropdown-menu-ul .dropdown-title-link:hover{
	color: #409eff;
}
.header-box .header-nav .header-nav-list .nav-title1:hover .dropdown-menu-ul{
	display: block;
}
.header-box .header-nav .search{
	width: 20px;
	margin-right: 100px;
}
.title-1{
	
}
.body-container {
	padding-top: 31px;
	margin: 0 auto;
	margin-bottom: 24px;
}
.main-box{
	width: 100%;
	min-height: 80vh;
}
.main-box-sub{
	width: 215px;
	min-height: 100%;
	margin-right: 40px;
	background: #f5f5f5;
	animation: navTitleHoverAnimation .3s ease-in-out forwards;
}
.main-box-right-box1{
	width: 100%!important;
}
.main-box-sub-logo{
	color: #00d085;
	padding: 2px;
	width: 20px;
	border-radius: 3px;
}
.main-box-sub-li{
	width: 100%;
	min-height: 44px;
	box-sizing: border-box;
	/* margin-bottom: 10px; */
}
.main-box-sub-li-box{
	width: 100%;
	height: 44px;
	box-sizing: border-box;
	padding: 10px 15px 10px 10px;
	white-space: nowrap;
	
}
.main-box-sub-li-box:hover{
	background: #e2e2e2!important;
}
.main-box-sub-li-box:hover .main-box-sub-title{
	color: #00d085!important;
	font-weight: 500!important;
}
.main-box-sub-li-box2{
	background: #e2e2e2!important;
}
.main-box-sub-li-box2 .main-box-sub-title{
	color: #00d085!important;
	font-weight: 500!important;
}
.main-sub{
	padding-left: 28px;
}
.main-box-sub-li-box1{
	background: transparent;
	line-height: 15px;
	padding: 5px 10px;
	margin-top: 5px;
}
.main-box-sub-title,.main-box-sub-title1{
	color: #000;
	font-size: 14px;
	/* font-weight: bold; */
	margin-left: 8px;
	cursor: pointer;
}
.main-box-sub-title1{
	color: #6c6c6c;
}
.main-box-sub-jia{
	width: 10px;
	height: 10px;
}
.main-sub .main-box-sub-li-box1{
	/* padding: 0 10px; */
}
.main-box-sub-li-box1 .main-box-sub-title{
	color: #6c6c6c;
	font-size: 14px;
	font-weight: 400;
	margin-left: 8px;
	cursor: pointer;
	position: relative;
	
}
.main-box-sub-title{
	text-decoration: none;
}
.main-box-sub-li-box1 .main-box-sub-title1::after{
	background-color: #323233;
	border-radius: 8px;
	content: "";
	height: 16px;
	left: -37px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0px;
}
.main-box-sub-li-box1 .main-box-sub-title:hover,.main-box-sub-li-box1 .main-box-sub-title1{
	color: #000;
}
.main-box-sub-logo{
	
	/* margin-left: 10px; */
}
.main-box-right{
	width: 85%;
}
.main-box-right-box{
	width: 100%;
}
.main-box-right-box1-top{
	margin-bottom: 30px;
	display: flex;
	align-items: flex-start;
}
.main-box-right-box1-top img{
	width: 350px;
	margin-right: 30px;
	border-radius: 10px;
}
.main-box-right-box1-top-tit{
	font-size: 18px;
	margin-bottom: 20px;
}
.main-box-right-box1-top-des{
	font-size: 14px;
	color: rgb(70 77 106);
	line-height: 23px;
}
.main-b-r-child{
	width: 325px;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #1055bd1a;
	padding: 20px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	margin-right: 20px;
	margin-bottom: 20px;
	box-sizing: border-box;
	position: relative;
	/* max-height: 165px; */
}
.main-b-r-childs{
	padding: 20px 0;
}
.main-b-r-childs .main-b-r-child{
	width: 170px;
	height: 195px;
	padding:0px;
	text-align: center;
	box-sizing: border-box;
}
.main-b-r-childs .main-b-r-child:hover{
	box-shadow: 0 2px 16px #1055bd1a;
}
.main-b-r-childs .main-b-r-child .promote-case{
	width: 50px!important;
	height: 50px!important;
	border-radius: 50%;
	display: block;
	margin: 42px auto 22px;
}
.main-b-r-childs .main-b-r-child .main-b-r-child-title{
	margin-bottom: 0px!important;
	font-weight: 600;
	font-size: 12px;
	margin-bottom: 5px!important;
}
.promote-case-box1{
	width: 55px;
	height: 55px;
	margin: 42px auto 22px;
	background: rgba(241,245,255,.7);
	border-radius: 50%;
	color: #000;
	line-height: 55px;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}
.promote-case-box-more{
	color: #004bff;
	line-height: 18px;
	text-decoration: underline;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}
.promote-case-box-more img{
	width: 13px;
	margin-left: 5px;
}
.font-12{
	font-size: 12px;
}
.main-b-r-child:nth-child(4n){
	margin-right: 0px;
}
.main-b-r-childs .main-b-r-child:nth-child(4n){
	margin-right: 20px;
}
.main-b-r-child:hover{
	transform:translateY(-2px);
}
.main-b-r-child-title{
	color: rgb(47, 54, 89);
	font-size: 16px;
	/* font-weight: 600; */
	margin-bottom: 10px;
}
.promote-case {
	width: 70px;
	height: 70px;
	border-radius: 10px;
	margin-bottom: 15px;
}
.font-13{
	font-size: 13px;
}
.color6c6c6c{
	color:#6c6c6c;
}
.main-b-r-child .status{
	border-radius: 4px;
	font-size: 13px;
	line-height: 18px;
	margin: 0 3px;
	padding: 0 5px;
}
.status-success{
	color: #007f5f;
	font-size: 12px;
}
.keyan-top{
	width: 100%;
	overflow: hidden;
	margin: 20px auto;
	position: relative;
}
.keyan-top-child{
	display: inline-block;
	/* align-items: center;
	justify-content: center; */
	padding: 7.5px 15px;
	/* flex-shrink: 0; */
	font-size: 12px;
	font-weight: 600;
	opacity: 0.85;
	cursor: pointer;
	text-align: center;
	line-height: 15px;
	color: rgba(0, 0, 0, 0.63);
}
.keyan-top-child img{
	width: 16px;
	height: 16px;
	/* margin-right: 8px; */
}
.keyan-top-child1{
	opacity: 1;
	border-radius: 6px;
	color: rgba(0, 0, 0, 0.93);
	background: rgba(96,135,243,.08);
}
.keyan-top-more{
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	font-size: 12px;
	text-align: center;
	padding: 5px 10px;
	cursor: pointer;
	border-radius: 6px;
	color: #fff;
	background: orange;
	font-weight: bold;
}
.keyan-card{
	display: flex;
	align-items: center;
	/* justify-content: center; */
	width: 220px;
	padding: 10px 15px;
	box-sizing: border-box;
	background: #fff;
	/* border: 1px solid rgba(0,0,0,.125); */
	border-radius: 5px;
	cursor: pointer;
	margin-bottom: 10px;
	margin-right: 10px;
	box-shadow: 0 2px 16px #1055bd1a;
}
.keyan-card img{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 10px;
}
.keyan-card-tit{
	font-size: 12px;
	font-weight: 600;
}
.keyan-card-des{
	font-size: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 140px;
}
.keyan-card:hover{
	transform: translateY(-2px);
}
.kyzx{
	width: 250px;
	background: #fff;
	/* border-radius: 10px; */
	border: 1px solid #1055bd1a;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	margin-right: 20px;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.kyzx img{
	width: 100%;
	height: 100px;
	object-fit: cover;
}
.kyzx-text{
	padding:10px 20px ;
	text-overflow: -o-ellipsis-lastline;
	 overflow: hidden;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	 -webkit-line-clamp: 3;
	 line-clamp: 3;
	 -webkit-box-orient: vertical;
	 font-size: 14px;
	 
}
.kyzx .text-tip{
	padding: 10px 20px;
}
.kyzx-more{
	font-size: 12px;
	color: #254eff;
	font-weight: 600;
}
.kyzx-more img{
	width: 20px;
	margin-left: 5px;
}
.news{
	background: #fff;
	border-width: 0;
	margin-bottom: 10px;
	box-shadow: 0px 0px 20px -5px rgba(158,158,158,.2);
	padding: 20px;
	width: 100%;
	/* height: 200px; */
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
}
.news img{
	width: 300px;
	height: 150px;
	object-fit: cover;
	margin-right: 20px;
}
.news .text-tip{
	/* min-height: 120px; */
}
.news-time{
	position: absolute;
	font-size: 12px;
	color: #666666;
	bottom: 10px;
	right: 10px;
}
.text-danger{
	color: #dc3545!important;
	padding: 0 5px;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	top: -6px;
}
.news-content-box,.keygj-content-box{
	display: flex;
	justify-content: space-between;
}
.news-left{
	width: 74%;
	box-shadow: 0 2px 16px #1055bd1a;
	padding: 10px;
	box-sizing: border-box;
}
.keygj-content-left{
	width: 74%;
}
.keygj-content-right{
	width: 24%;
	padding-top: 30px;
}
.keygj-content-box .fx{
	width: 30px;
	margin-right: 10px;
}
.keygj-content-right-icon{
	width: 30px;
	margin-right: 7px;
	border-radius: 5px;
}
.ma-t-2{
	margin-top: 2px;
}
.keygj-content .mobile{
	display: none;
}
.keygj-content .pc{
	display: flex;
}
.keygj-content-top-btn{
	width: 100px;
	text-align: center;
	line-height: 32px;
	height: 32px;
	border-radius: 5px;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	background: rgb(128,102,255);
}
.news-right{
	width: 25%;
	/* box-shadow: 0 2px 16px #1055bd1a; */
	/* padding: 10px; */
	box-sizing: border-box;
}
.news-right-banner{
	width: 100%;
	margin-bottom: 30px;
}
.news-right-top{
	box-shadow: 0 2px 16px #1055bd1a;
	padding: 10px;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.news-r-t{
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.news-right-box{
	margin-bottom: 10px;
	cursor: pointer;
}

.news-right-box .news-right-box-icon{
	width: 80px;
	height: 60px;
	margin-right: 5px;
	border-radius: 5px;
}
.news-r-t::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 20%;
	height: 1px;
	background: #5961f9;
}
.news-r-ti{
	width: 20px;
	margin-right: 6px;
}
.news-r-t-box{
	font-size: 12px;
	padding:5px 10px;
	border-radius: 5px;
	background: #f5f5f5;
	width: 47%;
	box-sizing: border-box;
	cursor: pointer;
	margin-right: 5px;
	margin-bottom: 10px;
}
.news-r-t-box:hover div,.news-right-box:hover .text-tip{
	color: #5961f9!important;
}
.news-r-t-box img{
	width: 20px;
	border-radius: 50%;
	margin-right: 5px;
}
.new-icon{
	width: 10px;
	margin-right: 5px;
}
.news-l-top{
	font-size: 12px;
}
.news-l-href:hover{
	color: #5961f9;
	cursor: pointer;
}
.news-l-mid{
	margin-top: 30px;
}
.news-l-hr{
	width: 100%;
	height: 0.5px;
	background-color: #dee2e6!important;
	margin-top: 15px;
	margin-bottom: 15px;
}
.news-l-mid-title{
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 15px;
}
.news-l-time{
	font-size: 12px;
	color: #6c757d!important;
	margin-right: 10px;
}
.keygj-content-top{
	margin-top: 20px;
	margin-bottom: 20px;
}
.keygj-content-top .logo{
	width: 50px;
	border-radius: 5px;
	margin-right: 15px;
	
}
.ma-t-5{
	margin-top: 5px;
}
.keygj-content-top .avatr{
	width: 20px;
	border-radius: 50%;
	margin-right: 5px;
}
.keygj-content-box .pf,.keygj-content-top .rd{
	width: 10px;
	margin-right: 3px;
}
.keygj-content-top .rd{
	margin-left: 10px;
}
.status-error{
	color: #ea3d54;
	background: rgba(234,61,255,0.1);
	margin: 0 3px;
}
.main-b-r-child .ma-b-10{
	margin-top: 10px;
	height: 24px;
}
.main-b-r-child .fuzhi img{
	width: 18px;
	margin-right: 5px;
}
.main-b-r-child .yunx{
	width: 110px;
	height: 24px;
	border-radius: 5px;
	box-sizing: border-box;
	color:#6c6c6c;
	font-size: 12px;
	display: flex;
	background: #f5f5f5;
}
.main-b-r-child-btn{
	position: absolute;
	left: 50%;
	width: 90%;
	bottom: -40px;
	height: 35px;
	transform: translateX(-50%);
	color: #fff;
	font-size: 14px;
	background: rgb(128,102,255);
	border-radius: 5px;
	display: none;
	transition-property: all;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	transition-duration: .15s;
}
.main-b-r-child-btn img{
	width: 25px;
	margin-right: 5px;
}
.main-b-r-child .yunx img{
	width: 15px;
	margin-right: 5px;
}
.main-b-r-child:hover .main-b-r-child-btn{
	display: flex!important;
	bottom: 20px;
}
.title-3{
	height: 21px;
	padding-top: 5px;
	border-bottom: 1px solid #eee;
}
.title-3 h3{
	float: left;
	height: 25px;
	padding: 0 4px;
	margin-top: -5px;
	font-size: 18px;
	color: #4bba1d;
	border-bottom: 2px solid #69bf0a;
}
.main-box-right-box-con{
	display: flex;
	align-items: flex-start;
}
.main-box-right-box-con .info{
	color: #666;
	line-height: 2em;
	font-size: 12px;
}
.main-box-right-box-left{
	width: 70%;
}
.select-con{
	position: absolute;
	left: 113px;
	top: 40px;
	width: 470px;
	background: #fff;
	z-index: 1000;
	
}
.select-box{
	padding: 10px;
	width: 50%;
	max-height: 200px;
	overflow-y: scroll;
	border: 1px solid #d2d2d2;
	box-sizing: border-box;
	/* display: none; */
	box-shadow:0px 10px 0px 4px rgba(0, 0, 0, 0.01);
	
}

/* 设置滚动条的宽度和颜色 */
.select-box::-webkit-scrollbar {
  width: 0px;
  background-color: #f5f5f5;
}
 
/* 设置滚动条滑块的样式 */
.select-box::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 5px;
}
 
/* 设置滚动条滑块的hover状态样式 */
.select-box::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}
.option{
	/* margin-bottom: 10px; */
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
}
.option:hover{
	background-color: #004bff;
	color: #fff;
}
.option-hover{
	background-color: #004bff;
	color: #fff;
}
.option-icon{
	width: 10px;
}
.main-box-right-box-left .input-text{
	width: 105px;
	margin-right: 8px;
	text-align: right;
	vertical-align: top;
	font-size: 14px;
	line-height: 30px;
	color: #4bba1d;
}
.main-box-right-box-left .input-text em{
	padding-right: 5px;
	color: #ff9900;
	font-style: normal;
}
.main-box-right-box-left .input{
	 width: 470px;
	 padding: 6px;
	 line-height: 1.5em;
	 border: 1px solid #d2d2d2;
	 box-shadow: 0 1px 5px -1px rgb(120 120 120 / 20%) inset;
	 box-sizing: border-box;
	 outline: none;
}
.main-box-right-box-left .input-btn{
	width: 150px;
	display: inline-block;
	min-width: 90px;
	padding: 9px 30px 8px 30px;
	font-size: 18px;
	line-height: 1em;
	text-align: center;
	color: #fff;
	cursor: pointer;
	background-image: linear-gradient(#f7a017,#ff8c00);
	background-color: #fb960c;
	border: 1px solid #fb960c;
	border-radius: 4px;
	box-shadow: 0 1px 0 0 rgb(255 255 255 / 20%) inset, 0 2px 1px 0 rgb(224 224 224 / 50%);
	margin-top: 20px;
	margin-left: 105px;
	
}
.input-file{
	 width: 470px;
	box-sizing: border-box;
	padding: 10px;
	line-height: normal;
	border: 1px solid #ddd;
	border-radius: 4px;
	position: relative;
}
.input-file span{
	font-size: 14px;
	line-height: 30px;
	color: #4bba1d;
}
.input-file input{
	/* display: none; */
	/* padding: 6px; */
	/* line-height: 1.5em; */
	/* border: 1px solid #d2d2d2; */
	/* box-shadow: 0 1px 5px -1px rgb(120 120 120 / 20%) inset; */
	font-size: 0;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background: transparent;
	padding: 0;
	border: none;
	outline: none;
	opacity: 0;
}
.text-tip{
	padding-top: 5px;
	line-height: 18px;
	font-size: 12px;
	color: #666666;
}
.news-l-mid .text-tip span{
	text-wrap:wrap!important;
}
.news-l-mid .text-tip img{
	width: 100%;
}
.title-1{
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
.main-box-right-box-sidebar{
	width: 25%;
	margin-top: 30px;
	
}
.main-box-right-box2,.main-box-right-box3{
	background-color: #fff;
	border-radius: 10px;
}
.main-box-right-box2 .title,.main-box-right-box3 .title{
	color: #323233;
	font-size: 14px;
	font-weight: 600;
}
.main-box-right-box2>.title , .main-box-right-box3>.title{
	margin-bottom: 10px;
	padding: 20px 30px 10px;
	font-size: 16px;
	border-bottom: 1px solid #f5f5f5;
}
.main-box-right-box2 .main-b-r-child2,.main-box-right-box3 .main-b-r-child3{
	padding:0px 10px 20px;
}
.main-box-right-box2 .main-b-r-child1,.main-box-right-box3 .main-b-r-child1{
	display: flex;
	display: -webkit-flex;
	align-items: flex-start;
	width: 180px;
	margin-right: 13px;
	margin-bottom: 5px;
	cursor: pointer;
	box-sizing: border-box;
	padding: 10px 15px;
	border-radius: 10px;
}
.main-box-right-box3 .main-b-r-child1{
	width: 320px;
	margin-bottom: 20px;
}
.main-box-right-box2 .main-b-r-child1:nth-child(7n),.main-box-right-box2 .main-b-r-child1:nth-child(4n){
	margin-right: 0;
}
.main-box-right-box2 .main-b-r-child1 img,.main-box-right-box3 .main-b-r-child1 img{
	width: 20px;
	border-radius: 50%;
	margin-right: 5px;
}
.main-box-right-box2 .des,.main-box-right-box3 .des{
	color:#6c6c6c;
	font-size: 12px;
	line-height: 18px;
	margin-top: 3px;
}
.main-box-right-box2 .main-b-r-child1:hover,.main-box-right-box3 .main-b-r-child1:hover{
	background: rgba(161,211,255,0.2);
}
.main-box-right-box2 .main-b-r-child1:hover .title,.main-box-right-box3 .main-b-r-child1:hover .title{
	color: #ea3d54!important;
}
.comment{
	margin-top: 100px;
	padding-left: 10vw;
}
.comment .title{
	font-size: 26px;
	font-weight: 600;
	color: #333;
	padding-bottom: 50px;
	border-bottom: 1px solid rgba(155, 155, 255, 0.2);
	margin-bottom: 30px;
}
.comment .title1{
	font-size: 20px;
	font-weight: 600;
	color: #333;
	margin-bottom: 10px;
}
.comment .des{
	font-size: 14px;
	color:#6c6c6c;
	margin-bottom: 30px;
}
.comment .des span,.comment .input span,.comment .textarea span{
	color: red;
	margin: 0 3px;
}
.comment .input{
	width: 45%;
	border: 1px solid rgba(155, 155, 255, 0.2);
	border-radius: 5px;
	height: 40px;
	padding: 0 10px;
	box-sizing: border-box;
	color:#6c6c6c;
	font-size: 16px;
	margin-right: 15px;
}
.comment .input input{
	outline: none;
	border: none;
	flex: 1;
	margin-left: 5px;
	background: transparent;
	font-size: 16px;
}
.comment .checkbox {
	margin-top: 20px;
	color:#6c6c6c;
	font-size: 16px;
}
.comment .checkbox input{
	width: 16px;
	height: 16px;
	margin-right: 10px;
	margin-top: 4px;
}
.comment .textarea{
	color:#6c6c6c;
	font-size: 16px;
	margin-right: 15px;
	display: flex;
	display: -webkit-flex;
	align-items: flex-start;
	width: 91%;
	border: 1px solid rgba(155, 155, 255, 0.2);
	border-radius: 5px;
	padding: 20px 10px;
	margin-top: 30px;
	margin-bottom: 30px;
	box-sizing: border-box;
}
.comment .textarea  textarea{
	outline: none;
	border: none;
	flex: 1;
	margin-left: 5px;
	background: transparent;
	font-size: 16px;
}
.comment .btn{
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background: rgba(64, 158, 255, 0.6);
	border-radius: 5px;
	cursor: pointer;
}
.mobile-nav{
	display: none;
}
.search-box{
	display: flex;
	align-items: center;
	padding: 5px 10px;
	height: 33.6px;
	box-sizing: border-box;
	text-align: center;
	color:  #fff;
	background: rgba(64, 158, 255, 1);
	cursor: pointer;
	font-size: 14px;
}
.search-input{
	width: 317px!important;
}
.search-box .search{
	width: 15px;
	margin-right: 5px;
}
.mask{
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
}
.mask-box{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #fff;
	border-radius: 8px;
	width: 50%;
	padding: 20px 30px;
	box-sizing: border-box;
}
.mask-btns{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 15px;
}
.mask-btn{
	padding: 5px 10px;
	text-align: center;
	color: #333;
	/* background: rgba(64, 158, 255, 1); */
	/* border-radius: 5px; */
	cursor: pointer;
	font-size: 14px;
	margin-left: 15px;
	border: 1px solid #eee;
}
.mask-btn1{
	color: #fff;
	background: rgba(64, 158, 255, 1);
	border: 1px solid rgba(64, 158, 255, 1);
}
.mask-gb{
	position: absolute;
	top: 6px;
	right: 10px;
	width: 20px;
	cursor: pointer;
}
@media screen and (max-width: 768px) { 
/* 屏幕宽度大于768px且小于1024px的情况下应用的样式 */  
	.mask-box{
		width: 90%;
	}
	.search-input{
		width: 223px!important;
	}
	.body-container {
		width: 100%;
		padding: .3rem;
		box-sizing: border-box;
	}
	.main-box-right{
		/* width: calc(100% - 2.8rem ); */
		width: 100%;
	}
	.footer-left{
		width: 100%;
		margin-right: 0;
	}
	.footer-right{
		width: 100%;
		margin-top: 30px;
	}
	
	.footer{
		display: block;
	}
	.header-box,.header-box1{
		display: none;
	}
	.main-box-sub{
		display: none;
	}
	.main-box-right-box0 .main-b-r-child,.main-box-right-box1 .main-b-r-child,.main-box-right-box2 .main-b-r-child{
		text-align: center;
	}
	.main-box-right-box0 .ma-b-10{
		margin: 10px auto 0;
	}
	.main-b-r-childs .main-b-r-child{
		width: 47%;
		margin-right: 20px;
	}
	.main-b-r-childs .main-b-r-child:nth-child(2n){
		margin-right: 0px;
	}
	.kyzx,.keyan-card{
		width: 100%;
		margin-right: 0;
	}
	.main-box-right-box1-top{
		display: block;
	}
	.main-box-right-box1-top img{
		margin-right: 0;
		margin-bottom: 20px;
	}
	.news img{
		width: 100px;
		height: 40%;
		object-fit: cover;
		margin-right: 10px;
	}
	.news .title-1{
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		font-size: 14px;
		margin-bottom: 0!important;
	}
	.news .text-tip{
		width: 100%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.news{}
	.news-content-box ,.keygj-content-box{
		display: block;
	}
	.news-left,.news-right,.keygj-content-right,.keygj-content-left,.main-box-right-box-left,.main-box-right-box-sidebar{
		width: 100%;
	}
	.keygj-content .mobile{
		display: flex!important;
		margin-bottom: 20px;
	}
	.keygj-content .pc{
		display: none!important;
	}
	.main-box-right-box-con{
		display: block;
	}
	.main-box-right-box-con .flex_no_just{
		justify-content: space/-between;
	}
	.input-text{
		white-space: nowrap;
		text-align: left!important;
		width: 70px!important;
	}
	.main-box-right-box-left .input-btn{
		margin-left: 60px;
	}
	.input-file{
		width: 250px;
		
		/* flex: 1; */
		
	}
	ul{
		margin: 0!important;
		margin-block-start: 0em;
		margin-block-end: 0em;
		padding-inline-start:0em;
	}
	.main-box-sub-li{
		width: 2.5rem;
	}
	.main-b-r-child{
		width: 100%;
		margin-right: 0;
		padding: .2rem;
	}
	.comment .input{
		width: 100%;
		margin-right: 0;
		
	}
	.comment .input:last-child{
		margin-top: 20px;
	}
	.comment{
		margin-top: 50px;
		padding-left: .3rem;
	}
	.main-box-right-box2>.title, .main-box-right-box3>.title{
		padding: .2rem .3rem .1rem
	}
	.main-box-right-box2 .main-b-r-child1, .main-box-right-box3 .main-b-r-child1{
		width: 100%;
		margin-right: 0;
	}
	.comment .textarea{
		width: 100%;
	}
	.mobile-nav{
		padding:.2rem .3rem ;
		background-color: #fff;
		display: block;
	}
	.mobile-nav-logo{
		width: .6rem;
	}
	.mobile-nav .header-logo img{
		width: 35px;
	}
	.mobile-nav  .header-logo .logo-title{
		font-size: 16px;
		font-weight: bold;
		margin-left: .2rem;
	}
	.mobile-nav .search{
		width: .5rem;
	}
	.mobile-nav-box{
		display: none;
		width: 100vw;
		height: 92vh;
		position: fixed;
		top: 8vh;
		left: 0;
		background: rgba(0, 0, 0, 0.8);
		z-index: 1000;
	}
	.mobile-nav-box .header-nav-list{
		width: 50%;
		background-color: #fff;
		height:92vh;
		padding-left: .4rem;
		box-sizing: border-box;
	}
	.mobile-nav-logo2{
		display: none;
	}
	.mobile-nav-box .header-nav-list .nav-title .nav-title-link {
		display: block;
		height: 52px;
		line-height: 52px;
		
		vertical-align: middle;
	}
	.mobile-nav-box .header-nav-list .nav-title:hover .nav-title-link{
		color: #007f5f;
	}
	
	.mobile-nav-box .header-nav-list .nav-title img{
		width: 20px;
		
	}
	.mobile-nav-box .header-nav-list .nav-title:hover img{
		animation: rotateAnimation180 .3s ease-in-out forwards;
	}
	.mobile-nav-box .header-nav-list .nav-title1{
		position: relative;
		width: 100%;
	}
	.mobile-nav-box .header-nav-list .nav-title1 .dropdown-menu-ul{
		/* width: 100%; */
		flex-direction: column;
		position: absolute;
		left: -10%;
		top: 40px;
		/* transform: translate(-50%); */
		background-color: #fff;
		padding: 0 28px 24px;
		display: none;
		box-sizing: border-box;
		margin-bottom: .3rem;
		
	}
	.mobile-nav-box .header-nav-list .nav-title1 .dropdown-menu-ul .dropdown-title-link{
		display: flex;
		align-items: center;
		margin-top: 8px;
		column-gap: 6px;
		color: #111;
		font-size: 15px;
	}
	.mobile-nav-box .header-nav-list .nav-title1 .dropdown-menu-ul .dropdown-title-link:hover{
		color: #409eff;
	}
	.mobile-nav-box .header-nav-list .nav-title1:hover .dropdown-menu-ul{
		display: block;
	}
}
@media (min-width: 768px) and  (max-width: 1000px) { 
/* 屏幕宽度大于768px且小于1024px的情况下应用的样式 */
	.body-container {
		width: 100%;
	}
	.main-box-right{
		width: 80%;
	}
	.main-b-r-child{
		width: 48%;
	}
	.main-b-r-child:nth-child(2n){
		margin-right: 0;
	}
	.main-b-r-child:nth-child(4n){
		margin-right: 0px;
	}
	.main-box-right-box2 .main-b-r-child1{
		width: 240px;
	}
	.main-box-right-box2 .title, .main-box-right-box3 .title{
		font-size: 18px!important;
	}
	.main-box-right-box2 .des, .main-box-right-box3 .des{
		font-size: 15px!important;
	}
	.main-box-right-box3 .main-b-r-child1{
		width: 240px;
	}
	.comment .input{
		width: 90%;
	}
	.comment .input:last-child{
		margin-top: 20px;
	}
	/* .main-box-sub-title{
		font-size: 16px;
		box-shadow: 0 2px 16px #0000000f;
		line-height: 0.15rem;
		padding: 5px 10px;
	} */
}
@media (min-width: 1200px) {
	.body-container,.header-box .header-nav {
		width: 92%;
	}
}
/*最大屏幕分辨率为1280px*/
@media (min-width: 1000px) and (max-width:1200px){
	.body-container {
		width: 1024px;
	}
	.main-box-right{
		width: 76%;
	}
	.main-b-r-child{
		width: 245px;
	}
	.main-box-right-box0 .main-b-r-child{
		width: 235px;
	}
	.main-b-r-child:nth-child(3n){
		margin-right: 0;
	}
	.main-b-r-child:nth-child(4n),.main-box-right-box0 .main-b-r-child:nth-child(3n){
		margin-right: 20px;
	}
	.main-box-right-box0 .kyzx{
		width:360px;
		margin-right: 25px;
	}
	.main-box-right-box2 .main-b-r-child1{
		width: 170px;
	}
	.main-box-right-box3 .main-b-r-child1{
		width: 220px;
	}
	.main-box-right-box2 .main-b-r-child1:nth-child(7n){
		margin-right: 13px;
	}
}
/*最小屏幕分辨率为1280px且最大为1440px*/
@media (min-width: 1200px) and (max-width:1440px){
	.body-container {
		width: 1200px;
		
	}
	
	
	.main-b-r-child{
		width: 300px;
	}
	.main-box-right-box0 .main-b-r-child{
		width: 280px;
	}
	.main-b-r-child:nth-child(3n){
		margin-right: 0;
	}
	.main-b-r-child:nth-child(4n),.main-box-right-box0 .main-b-r-child:nth-child(3n){
		margin-right: 20px;
	}
	.main-box-right{
		width: 80%;
	}
	.main-box-right-box2 .main-b-r-child1{
		width: 170px;
	}
	.main-box-right-box3 .main-b-r-child1{
		width: 220px;
	}
	.main-box-right-box2 .main-b-r-child1:nth-child(7n){
		margin-right: 20px;
	}
	.main-box-right-box2 .main-b-r-child1:nth-child(5n){
		margin-right: 0px;
	}
}
/*最小屏幕分辨率为1440px且最大为1680px*/
@media (min-width: 1440px) and (max-width:1600px){
	.body-container {
		width: 92%;
	}
	.main-b-r-child{
		width: 360px;
	}
	.main-box-right-box0 .main-b-r-child{
		width: 350px;
	}
	.main-box-right-box0 .main-b-r-childs .main-b-r-child{
		width: 166px;
	}
	.main-box-right-box2 .main-b-r-child1{
		width: 185px;
	}
	.main-box-right-box2 .main-b-r-child1:nth-child(6n){
		margin-right: 0px;
	}
	.main-box-right-box2 .main-b-r-child1:nth-child(5n),.main-box-right-box2 .main-b-r-child1:nth-child(4n){
		margin-right: 20px;
	}
	.main-box-right-box3 .main-b-r-child1{
		width: 280px;
	}
	.main-box-right-box1  .main-b-r-child-i{
		width: 335px;
	}
}
@media (min-width: 1600px) {
	.body-container {
		width: 1600px;
	}
}
@keyframes navTitleHoverAnimation {
	0% {
		width: 0;
	}

	to {
		width: 215px;
	}
}
@keyframes rotateAnimation180 {
	0% {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(-180deg);
	}
}
