 @font-face {
 	font-family: 'fangzheng';
 	src: url('../font/fangzheng2.ttf');
 }

 :root {
 	--primary-color: #0abea2
 }




 .head_cont {
 	background: #fff;
 	box-shadow: -11px -1px 10px #b5b3b3;
 	padding: 30px 0;
 	-webkit-transition: all .3s ease-in-out;
 	transition: all .3s ease-in-out;
 }

 .head_cont .logo {
 	width: 167px;
 }

 .head_cont .sel_map {
 	margin-top: 10px;
 	margin-left: 5px;
	display: none;
 }

 .head_cont .sel_map .dm {
 	background: url('../img/p11.png') 5px center no-repeat;
 	padding: 4px 10px 4px 15px;
 	color: #404040;
 	font-size: 12px;
 	border: 1px solid #e5e5e5;
 	border-radius: 30px;
 	margin-left: 10px;
 }

 .head_cont .nav {
 	margin-left: 10px;
 }

 .head_cont .nav ul li {
 	float: left;
 }

 .head_cont .nav ul li .li_a {
 	padding: 12px 15px;
 	color: #404040;
 	font-size: 16px;
 	display: inline-block;
 }

 .head_cont .nav ul li:hover .li_a {
 	color: var(--primary-color);
 }

 .head_cont .nav ul .on .li_a {
 	color: var(--primary-color);
 }

 .head_cont .sousuo {
 	width: 170px;
 	height: 35px;
 	padding: 0px 5px;
 	border: 1px solid #ebebeb;
 	border-radius: 2px;
 	font-size: 12px;
 	position: relative;
 	margin-top: 5px;
 	margin-left: 15px;
 }

 .head_cont .sousuo .text {
 	line-height: 35px;
 }

 .head_cont .sousuo .but {
 	width: 30px;
 	height: 100%;
 	background: url('../img/p12.png') center no-repeat;
 	position: absolute;
 	right: 0px;
 }

 .head_cont .but_fbu {
 	margin-left: 10px;
 	margin-top: 6px;
 }

 .head_cont .but_fbu a {
 	display: inline-block;
 	background: var(--primary-color);
 	color: #fff;
 	width: 100px;
 	height: 36px;
 	text-align: center;
 	line-height: 36px;
 	border-radius: 3px;
 }

 .head_cont .login {
 	position: relative;
 }

 .head_cont .login .login_icon {
 	margin-top: 8px;
 }

 .head_cont .login .login_icon img {
 	width: 40px;
 	height: 40px;
 	border-radius: 50%;
 }



 .head_cont .hide_box {
 	position: absolute;
 	width: 250px;
 	height: 155px;
 	background: url("../img/bg5.png") no-repeat 25px center #fff;
 	z-index: 222;
 	top: 50px;
 	right: 0;
 	display: none;
 	padding-left: 147px;
 	padding-top: 30px;
 	box-shadow: 0px 0px 5px #dcdcdc;

 }

 .head_cont .login:hover .hide_box {
 	display: block;
 }

 .head_cont .hide_box .foc-ewm-arrow1 {
 	width: 0;
 	height: 0;
 	border-left: 10px solid transparent;
 	border-right: 10px solid transparent;
 	border-bottom: 10px solid #dedede;
 	position: absolute;
 	top: -11px;
 	right: 2%;
 }

 .head_cont .hide_box .foc-ewm-arrow2 {
 	width: 0;
 	height: 0;
 	border-left: 10px solid transparent;
 	border-right: 10px solid transparent;
 	border-bottom: 10px solid #fff;
 	position: absolute;
 	top: -10px;
 	right: 2%;
 }

 .head_cont .hide_box p {
 	color: #404040;
 	font-size: 14px;
 }

 .head_cont .hide_box a {
 	display: block;
 	width: 208px;
 	height: 40px;
 	line-height: 40px;
 	text-align: center;
 	color: #fff;
 	font-size: 14px;
 	background: #0abea2;
 	margin-top: 10px;
 	border: 1px solid #0abea2;
 }

 .head_cont .hide_box a:nth-child(5) {
 	background: none;
 	color: #0abea2;
 	-moz-transition: all 0.3s ease 0s;
 	-o-transition: all 0.3s ease 0s;
 	-webkit-transition: all 0.3s ease 0s;
 	transition: all 0.3s ease 0s;
 }

 .head_cont .hide_box .hov:hover {
 	background: #0abea2;
 	color: #fff;
 }


 .banner {
 	overflow: hidden;
 	height: 500px;
 	background: url('../img/banner.png') center no-repeat;
 	background-size: cover;
 }

 .banner .boxs {
 	overflow: hidden;
 	position: relative;
 }

 .banner .swiper-pagination .swiper-pagination-bullet {
 	width: 10px;
 	height: 10px;
 	background: transparent;
 	border: 1px solid #fff;
 	/* opacity: 0.8; */
 	border-radius: 50%;
 }

 .banner .swiper-pagination .swiper-pagination-bullet-active {
 	opacity: 1;
 	background: #fff;
 }

 .banner .boxs .prev {
 	width: 54px;
 	height: 148px;
 	line-height: 148px;
 	top: 50%;
 	position: absolute;
 	transform: translate(0, -50%);
 	background: #000;
 	opacity: 0.2;
 	left: 3%;
 	z-index: 99;
 	cursor: pointer;
 }

 .banner .boxs .next {
 	width: 54px;
 	height: 148px;
 	line-height: 148px;
 	top: 50%;
 	position: absolute;
 	top: 50%;
 	transform: translate(0, -50%);
 	background: #000;
 	opacity: 0.2;
 	right: 3%;
 	z-index: 99;
 	cursor: pointer;
 }

 .banner .boxs .next img,
 .banner .boxs .prev img {
 	width: 20px;
 }

 .head_cont .sel_map {
 	position: relative;
 	z-index: 999;

 }

 .head_cont .sel_map .dm {
 	cursor: pointer;
 }

 .head_cont .sel_map .dropdown-menu {
 	width: 234px;
 	height: 205px;
 	z-index: 88;
 	padding: 9px;
 	font-size: 12px;
 	position: absolute;
 	color: #9f9f9f;
 	background: #fff;
 	line-height: 1.5;
 	border: 1px solid #e7e7e7;
 	box-shadow: 0px 0px 5px #dcdcdc;
 	margin-left: -127px !important;
 	left: 50%;
 	top: 40px;
 	display: none;
 }

 .head_cont .sel_map .dropdown-menu .city {
 	padding: 4px 0 15px;
 }

 .head_cont .sel_map .dropdown-menu .hot {
 	padding: 10px 0;
 	border-top: 1px #ececec dashed;
 	border-bottom: 1px #ececec dashed;
 }

 .head_cont .sel_map .dropdown-menu .hot p {
 	border-left: 2px solid #0abea2;
 	padding-left: 10px;
 	line-height: 1;
 }

 .head_cont .sel_map .dropdown-menu .hot a {
 	display: inline-block;
 	/*width: 69px;*/
 	width: 100px;
 	height: 30px;
 	color: #9f9f9f;
 	line-height: 30px;
 	text-align: center;
 	overflow: hidden;
 }

 .head_cont .sel_map .dropdown-menu .hot span {
 	display: inline-block;
 	vertical-align: 12px;
 }

 .head_cont .sel_map .dropdown-menu .more {
 	text-align: center;
 	padding-top: 12px;
 }

 .head_cont .sel_map .dropdown-menu .more i {
 	width: 20px;
 	height: 13px;
 	vertical-align: middle;
 	display: inline-block;
 	background: url('../img/ico.png') no-repeat 0 -100px;
 }

 .head_cont .but_gp {
 	margin-top: 4px;
 }

 .head_cont .but_gp a {
 	border: 1px solid #bcbcbc;
 	border-radius: 50px;
 	color: #333333;
 	font-size: 15px;
 	display: flex;
 	align-items: center;
 	padding: 6px 10px;
 	float: left;
 	margin-left: 10px;
 }

 .head_cont .but_gp a img {
 	display: inline-block;
 	margin-right: 5px;
 }

 .m1 {
 	background: #f7f7f7;
 	padding: 80px 0 65px;
 }

 .cm_tit {
 	text-align: center;
 	font-size: 48px;
 	color: 48px;
 	font-weight: bold;
 	margin-bottom: 35px;
 }

 .m1 .tabbar {
 	background: var(--primary-color);
 	border-radius: 20px 20px 0 0;
 	padding: 30px 0;
 	text-align: center;
 }

 .m1 .tabbar .lt {
 	display: inline-block;
 	border: 1px solid #fff;
 	padding: 15px;
 	border-radius: 50px;
 	color: #fff;
 	font-size: 14px;
 	margin: 0px 10px;
 	cursor: pointer;
 }

 .m1 .tabbar .lt:hover {
 	background: #fff;
 	color: var(--primary-color);
 	font-weight: bold;
 }

 .m1 .tabbar .on {
 	background: #fff;
 	color: var(--primary-color);
 	font-weight: bold;
 }

 .m1 .listvest {
 	background: #fff;
 	padding: 50px 70px;
 	font-size: 16px;
 	color: #333333;
 	line-height: 36px;
 	border-radius: 0 0 10px 10px;
 }

 .m1 .listvest b {
 	font-size: 18px;
 }

 .m2 {
 	background: url('../img/p17.png') center top no-repeat;
 	background-size: cover;
 }

 .m2_1 {
 	padding-top: 80px;
 }

 .cm_tit2 {
 	color: #0abea2;
 	font-weight: bold;
 	font-size: 48px;
 	margin-bottom: 50px;
 	text-align: center;
 }

 .cm_tit2 span {
 	display: inline-block;
 	margin: 0px 30px;
 }

 .cm_tit3 {
 	margin-bottom: 35px;
 }

 .cm_tit3 i {
 	position: absolute;
 	width: 540px;
 	height: 61px;
 	display: inline-block;
 	background: #0ABEA2;
 	border-radius: 0px 31px 31px 0px;
 }

 .cm_tit3 .tt {
 	color: #0ABEA2;
 	font-size: 24px;
 	display: inline-block;
 	position: relative;
 	/* font-family: 'fangzheng'; */
 	z-index: 99;
 	background: #fff;
 	padding: 15px 20px;
 	padding-right: 170px;
 	margin: 5px 0 0 8px;
 	border-radius: 0 50px 50px 0;
 }

 .m2_1 {
 	padding-bottom: 110px;
 }

 .m2_1 .box .listvest .list {
 	width: 48%;
 }

 .m2_1 .box .listvest .list:nth-child(2n) {
 	float: right;
 }

 .cm_list .dms {
 	background: linear-gradient(180deg, #02B996, rgba(0, 0, 0, 1));
 	border-radius: 5px;
 	border: 1px solid #0ABEA2;
 	border-radius: 5px;
 }

 .cm_list .dms .t1 {
 	font-size: 36px;
 	color: #fff;
 	padding: 30px 0px;
 	font-family: 'fangzheng';
 }

 .cm_action .img {
 	width: 76px;
 	height: 76px;
 	border-radius: 50%;
 	position: relative;
 	z-index: 99;

 }

 .cm_action .img_1 {
 	border: 3px solid #C5AB40;
 }

 .cm_action .img_2 {
 	border: 3px solid #C5AB40;
 }

 .cm_action .img_3 {
 	border: 3px solid #B8D9D3;
 }

 .cm_action {
 	text-align: center;
 	position: relative;
 	margin-top: -40px;
 }

 .cm_action .pic {
 	display: inline-block;
 	/* overflow: hidden; */
 	margin: 0px auto;
 	position: relative;
 	z-index: 99;
 }

 .cm_action .pm {
 	position: absolute;
 	right: -10px;
 	top: -15px;
 }

 .cm_list .phb .lt {
 	width: 31%;
 	height: 150px;
 	border-radius: 10px;
 }

 .cm_list .phb .lt_3 {
 	background: linear-gradient(180deg, rgba(238, 238, 238, 0.5), rgba(8, 8, 8, 0));
 }

 .cm_list .phb .lt_2 {
 	background: linear-gradient(180deg, rgba(206, 166, 89, 0.5), rgba(8, 8, 8, 0));
 }

 .cm_list .phb .lt_1 {
 	background: linear-gradient(180deg, rgba(222, 210, 154, 0.5), rgba(8, 8, 8, 0));
 }

 .cm_list .phb .lt .name {
 	text-align: center;
 	color: #fff;
 	font-size: 18px;
 	margin-top: 12px;
 }

 .cm_list .dms {
 	padding: 0px 30px;
 }

 .cm_list .phb .lt:nth-child(2) {
 	margin: 0px 3.3%;
 }

 .cm_list .lt .cm_no_1 .pm {
 	right: -8px;
 	top: -13px;
 }

 .cm_action .nub {
 	position: absolute;
 	top: 47px;
 	left: 126px;
 }

 .cm_list .phb {
 	margin-top: 35px;
 }

 .cm_list .phb .lt_3,
 .cm_list .phb .lt_2 {
 	margin-top: 50px;
 }

 .cm_list .dms .list_gp {
 	margin-top: 20px;
 	max-height: 243px;
 	overflow: hidden;
 }

 .cm_list .dms .list_gp .lt {
 	width: 25%;
 	float: left;
 	display: flex;
 	color: #fff;
 	align-items: center;
 	padding-bottom: 20px;
 	margin-bottom: 20px;
 	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
 }

 .cm_list .dms .list_gp .lt .nub {
 	width: 20px;
 	padding-right: 4px;
 }

 .cm_list .dms .list_gp .lt .pic {
 	width: 40px;
 	height: 40px;
 }

 .cm_list .dms .list_gp .lt .pic img {
 	width: 40px;
 	height: 40px;
 	border-radius: 50%;
 }

 .cm_list .dms .list_gp .lt .name {
 	color: #FFFFFF;
 	font-size: 16px;
 	flex: 1;
 	padding-left: 10px;
 }

 .cm_list .dms .list_gp_on {
 	max-height: 250px;
 	overflow-y: auto;
 }

 .list_gp_on::-webkit-scrollbar {
 	width: 14px;
 	height: 14px;
 }

 .list_gp_on::-webkit-scrollbar-track,
 .list_gp_on::-webkit-scrollbar-thumb {
 	border-radius: 999px;
 	border: 5px solid transparent;
 }

 .list_gp_on::-webkit-scrollbar-track {
 	box-shadow: 1px 1px 5px rgba(0, 0, 0, .2) inset;
 }

 .list_gp_on::-webkit-scrollbar-thumb {
 	min-height: 20px;
 	background-clip: content-box;
 	box-shadow: 0 0 0 5px rgba(0, 0, 0, .2) inset;
 }

 .list_gp_on::-webkit-scrollbar-corner {
 	background: transparent;
 }

 .cm_more {
 	text-align: center;
 	padding-bottom: 20px;
 }

 .cm_more span {
 	color: #02A788;
 	cursor: pointer;
 	font-size: 14px;
 	display: inline-block;
 	padding-right: 25px;
 	background: url('../img/p22.png') right center no-repeat;
 }

 .m2_1 .box2 {
 	margin-top: 80px;
 }

 .cm_list2 .dms {
 	background: linear-gradient(180deg, #02B996, rgba(0, 0, 0, 1));
 	border-radius: 5px;
 	border: 1px solid #0ABEA2;
 	border-radius: 5px;
 	padding: 0px 30px;
 }

 .m2_1 .box2 .listvest2 .cm_list2 {
 	float: left;
 	width: 24%;
 	margin-right: 1.3%;
 }

 .m2_1 .box2 .listvest2 .cm_list2:nth-child(4n) {
 	margin-right: 0px;
 }

 .cm_list2 .dms .t1 {
 	font-size: 20px;
 	color: #fff;
 	padding: 30px 0px;
 	font-family: 'fangzheng';
 }

 .cm_list2 .dms .gp .item {
 	display: flex;
 	align-items: center;
 	padding-bottom: 15px;
 	margin-bottom: 15px;
 	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
 }

 .cm_list2 .dms .gp .item .pic {
 	width: 50px;
 	height: 50px;
 	border-radius: 50%;
 	position: relative;
 	margin: 0px 15px;
 }

 .cm_list2 .dms .gp .item .pic .ac {
 	width: 50px;
 	height: 50px;
 	border-radius: 50%;
 }

 .cm_list2 .dms .gp .item .pic .icon {
 	position: absolute;
 	right: -8px;
 	top: -8px;
 	width: 25px;
 }

 .cm_list2 .dms .gp .item .pic .ac {
 	position: relative;
 	z-index: 99;
 	border: 2px solid #919937;
 }

 .cm_list2 .dms .gp .item .nub img {
 	width: 12px;
 }

 .cm_list2 .dms .gp .item .nub {
 	color: #fff;
 }

 .cm_list2 .dms .gp .item .name {
 	color: #fff;
 	font-size: 14px;
 }

 .cm_list2 .dms .gp .item:last-child {
 	border-bottom: 0px;
 }

 .m2_1 .box3 {
 	margin-top: 80px;
 }

 .m2_1 .box3 .dms {
 	background: linear-gradient(180deg, #02B996, rgba(0, 0, 0, 1));
 	border-radius: 5px;
 	border: 1px solid #0ABEA2;
 	border-radius: 5px;
 	padding: 30px;

 }

 .m2_1 .box3 .tit {
 	text-align: center;
 	color: #fff;
 	font-size: 48px;
 	margin-bottom: 40px;
 }

 .m2_1 .box3 .tit img {
 	display: inline-block;
 }

 .m2_1 .box3 .tit span {
 	margin: 0px 20px;
 	font-weight: bold;
 }

 .m2_1 .box3 .gp .lt {
 	width: 18%;
 	overflow: hidden;
 	margin-right: 2%;
 	position: relative;
 	margin-bottom: 20px;
 	text-align: center;
 	overflow: hidden;
 }

 .m2_1 .box3 .gp .lt:nth-child(5n) {
 	margin-right: 0px;
 }

 .m2_1 .box3 .gp .lt img {
 	max-height: 90px;
 	display: inline-block;
 	position: absolute;
 	top: 50%;
 	left: 50%;
 	/* max-width: 95%; */
 	transform: translate(-50%, -50%);
 }

 .m2_1 .box3 .gp .lt .pic {
 	height: 110px;
 	overflow: hidden;
 	background: #fff;
 	position: relative;
 }

 .m2_1 .box3 .gp .lt .txt {
 	position: absolute;
 	width: 100%;
 	top: 50%;
 	text-align: center;
 	left: 0px;
 	color: #fff;
 	font-size: 15px;
 	font-weight: bold;
 	transform: translate(0, -50%);
 }

 .m3 {
 	padding: 80px 0;
 }


 .m3 .group .item {
 	float: left;
 	width: calc(100%/6);
 	text-align: center;
 }

 .m3 .group .item a {
 	display: block;
 	padding: 0px 3%;
 }

 .m3 .group .item .pic {
 	width: auto;
 }

 .m4 {
 	padding: 80px 0;
 	background: #F7F7F7;
 }

 .cm_tit4 .tt {
 	margin: 0px;
 	background: var(--primary-color);
 	color: #fff;
 	padding-right: 80px;
 }

 .m4 .fun {
 	overflow: hidden;
 }

 .m4 .box {
 	position: relative;
 }

 .m4 .box .prev,
 .m4 .box .next {
 	top: 50%;
 	cursor: pointer;
 	position: absolute;
 	transform: translate(0, -50%);
 }

 .m4 .box .prev {
 	left: -100px;
 }

 .m4 .box .next {
 	right: -100px;
 }

 .cm_list3 .dms {
 	background: linear-gradient(180deg, #02B996, rgba(255, 255, 255, 1));
 }

 .cm_list3 .dms .gp .item .name,
 .cm_list3 .dms .gp .item .nub {
 	color: #333;
 }

 .cm_list2 .dms .gp .item .nub {
 	width: 25px;
 }

 .m5 .box .listvest .list {
 	width: 48%;
 }

 .m5 .box .listvest .cm_list .dms {
 	background: linear-gradient(180deg, #02B996, rgba(255, 255, 255, 1));
 }

 .m5 .cm_list .phb .lt .name {
 	color: #333;
 }

 .m5 .cm_list .dms .list_gp .lt .name {
 	color: #333;
 }

 .m5 .cm_list .dms .list_gp .lt {
 	color: #333;
 }

 .cm_list4 .dms .list_gp .lt {
 	width: 50%;
 }

 .m6 {
 	background: #fff;
 	padding: 80px 0;
 	margin-top: 100px;
 }

 .m6 .tit {
 	text-align: center;
 	font-size: 24px;
 	color: #333;
 }

 .m6 .group {
 	margin-top: 80px;
 }

 .m6 .group .item a {
 	display: block;
 	border-right: 1px solid #F6F6F6;
 	border-bottom: 1px solid #F6F6F6;
 }

 .m6 .group .item:nth-child(6n) a {
 	border-right: 0px;
 }

 .footer {
 	background: #313136;
 	padding: 50px 0;
 	color: #bfbfbf;
 }

 .footer .h_1 a {
 	color: #bfbfbf;
 	display: inline-block;
 	/* margin: 0px 25px; */
 	font-size: 14px;
 }

 .footer .h_1 a:nth-child(1) {
 	margin-left: 0px;
 }

 .footer .h_2 {
 	font-size: 14px;
 	color: #bfbfbf;
 	margin-top: 30px;
 }

 .footer .tel {
 	color: #bfbfbf;
 	margin-left: 100px;
 }

 .footer .tel .t1 {
 	/*  */
 	color: #bfbfbf;
 	font-size: 30px;
 }

 .footer .let {
 	margin-top: 10px;
 }

 .footer .tel .t2 {
 	font-size: 14px;
 }

 .copy {
 	text-align: center;
 	color: #bfbfbf;
 	font-size: 12px;
 	background: #262626;
 	padding: 15px 0;
 }

 .head_cont_on {
 	position: fixed;
 	top: 0px;
 	width: 100%;
 	left: 0px;
 	z-index: 9999;
 	background: #fff;
 }

 .m7 {
 	position: fixed;
 	top: 30%;
 	z-index: 999;
 	right: 10%;
 }

 .m7 .item {
 	width: 89px;
 	text-align: center;
 	height: 89px;
 	position: relative;
 	font-weight: bold;
 	font-size: 22px;
 	color: #FFFFFF;
 	background: #0ABEA2;
 	box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
 	border-radius: 50%;

 	margin-bottom: 20px;
 }

 .m7 .item a {
 	position: absolute;
 	width: 100%;
 	top: 50%;
 	cursor: pointer;
 	color: #fff;
 	line-height: 26px;
 	left: 50%;
 	transform: translate(-50%, -50%);
 }

 .m7 .item2 {
 	background: #FBB60F;
 }


 .m8 .let {
 	width: 20%;
 	background: #FFFFFF;
 	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
 	border-radius: 10px;
 }

 .m8 {
 	margin-top: 50px;
 }

 .m8 .let .t1 {
 	font-size: 24px;
 	font-weight: bold;
 	color: #333333;
 	padding: 25px;
 }

 .m8 .let .gp .item {
 	color: #333333;
 	font-size: 16px;
 	border-left: 3px solid transparent;
 }

 .m8 .let .gp .item a {
 	display: block;
 	padding: 18px 20px;
 }

 .m8 .let .gp .item_on {
 	color: var(--primary-color);
 	border-left: 3px solid var(--primary-color);
 	border-radius: 0 35px 35px 0;
 	background: rgba(2, 185, 150, 0.07);
 }

 .m8 .let .gp .item_on a {
 	color: var(--primary-color);
 	font-weight: bold;
 }

 .m8 .let .gp .item:hover {
 	color: var(--primary-color);
 	border-left: 3px solid var(--primary-color);
 	border-radius: 0 35px 35px 0;
 	background: rgba(2, 185, 150, 0.07);
 }

 .m8 .let .gp .item:hover a {
 	color: var(--primary-color);
 	font-weight: bold;
 }

 .m8 .rit {
 	width: 78%;
 	background: #FFFFFF;
 	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.17);
 	border-radius: 10px;
 }

 .m8 .rit .rit_dm {
 	padding: 30px 55px;
 }

 .m9 .lt_1 {
 	text-align: center;
 	margin-bottom: 30px;
 }

 .m9 .lt_1 .pic {
 	display: inline-block;
 	position: relative;
 }

 .m9 .lt_1 .pic input {
 	display: inline-block;
 	position: absolute;
 	width: 100%;
 	height: 100%;
 	top: 0px;
 	left: 0px;
 	cursor: pointer;
 	opacity: 0;
 }

 .m9 .lt_1 .pic img {
 	width: 120px;
 	height: 120px;
 	display: inline-block;
 	border-radius: 50%;
 }

 .m9 .lt_1 .msg {
 	text-align: center;
 	font-size: 16px;
 	color: #999999;
 	margin-top: 10px;
 }

 .m9 .lt {
 	display: flex;
 	align-items: center;
 	margin-bottom: 20px;
 }

 .m9 .lt .nt {
 	width: 130px;
 	text-align: right;
 	font-size: 16px;
 	color: #333;

 }

 .m9 .lt .nt span {
 	color: #ED0A0A;
 }

 .m9 .lt .cell {
 	flex: 1;
 	padding-left: 12px;
 }

 .m9 .lt .cell .text {
 	display: block;
 	border: 1px solid #DCDCDC;
 	border-radius: 5px;
 	height: 40px;
 	width: 96%;
 	padding: 0px 2%;
 }

 .m9 .lt .cell .textarea {
 	width: 96%;
 	padding: 2%;
 	height: 170px;
 	border: 1px solid #DCDCDC;
 	border-radius: 5px;
 	font-size: 14px;
 }

 .m9 .lt_no_cen {
 	align-items: initial;
 }

 .m9 .lt .cell .file_but {
 	width: 100%;
 	background: #F8F8F8;
 	text-align: center;
 	padding: 12px 0;
 	border-radius: 5px;
 	position: relative;
 	overflow: hidden;
 	border: 1px solid #999999;
 }

 .m9 .lt .cell .file_but .t1 {
 	font-size: 16px;
 	color: #666666;
 	margin: 10px 0;
 }

 .m9 .lt .cell .file_but .t2 {
 	font-size: 12px;
 	color: #CB2E2E;
 	padding: 0px 10px;
 }

 .m9 .lt .cell .file_but .file {
 	position: absolute;
 	width: 100%;
 	height: 100%;
 	opacity: 0;
 	cursor: pointer;
 }

 .m9 .lt .cell .file_succerr {
 	margin-top: 15px;
 }

 .m9 .lt .cell .file_succerr .file_item {
 	float: left;
 	text-align: center;
 	font-size: 14px;
 	/* margin-right: 15px; */
 	width: 18%;
 	text-align: center;
 	margin: 0px 1%;
 }

 .m9 .lt .cell .file_succerr .file_item img {
 	width: 130px;
 }

 .m9 .lt .cell .file_succerr .file_item .name {
 	margin-top: 5px;
 	font-size: 12px;
 }

 .m9 .lt .add_img {
 	padding-left: 10px;
 }

 .m9 .lt .add_img img {
 	width: 40px;
 }

 .m9 .buts input {
 	display: inline-block;
 	background: var(--primary-color);
 	color: #fff;
 	padding: 15px 45px;
 	border-radius: 50px;
 	margin-left: 120px;
 }

 .m8 {
 	padding-bottom: 30px;
 }

 .m10 .boxs {
 	width: 720px;
 	background: #fff;
 	position: fixed;
 	top: 50%;
 	left: 50%;
 	transform: translate(-50%, -50%);
 	border-radius: 10px;
 	z-index: 10001;
 }

 .m10 .boxs .dm {
 	position: relative;
 	padding: 45px 30px;
 }

 .m10 .boxs .dm .close {
 	position: absolute;
 	right: 15px;
 	top: 15px;
 }

 .m10 .m10_zz {
 	position: fixed;
 	width: 100%;
 	top: 0px;
 	left: 0px;
 	height: 100%;
 	z-index: 10000;
 	background: rgba(0, 0, 0, 0.4);
 }

 .m10 .boxs .tit {
 	text-align: center;
 	font-size: 24px;
 	margin-bottom: 40px;
 }

 .m10 .boxs .dm .list {
 	display: flex;
 	align-items: center;
 	margin-bottom: 30px;
 }

 .m10 .boxs .dm .list .nt {
 	padding-right: 20px;
 }

 .m10 .boxs .dm .list .cell {
 	flex: 1;
 }

 .m10 .boxs .dm .list .cell .text {
 	display: block;
 	border: 1px solid #DCDCDC;
 	border-radius: 5px;
 	height: 40px;
 	width: 100%;
 }

 .m10 .boxs .dm .file {
 	margin-left: 85px;
 	background: #F8F8F8;
 	border-radius: 5px;
 	padding: 55px 0;
 	text-align: center;
 	border: 1px solid #999999;
 }

 .m9 .lt_tit {
 	font-size: 18px;
 	width: 110px;
 	text-align: right;
 	margin-bottom: 15px;
 }

 .m9 .sel_lt {
 	padding-left: 40px;
 }

 .m9 .sel_lt .sel_tit {
 	color: #333333;
 	font-size: 16px;
 	font-weight: bold;
 	margin-bottom: 20px;
 }

 .m9 .sel_lt .sel_gp .sel_lt_item {
 	margin-bottom: 20px;
 	position: relative;


 }

 .m9 .sel_lt .sel_gp .sel_lt_item label {
 	cursor: pointer;
 }

 .m9 .sel_lt .sel_gp .sel_lt_item i {
 	display: inline-block;
 	width: 24px;
 	height: 24px;
 	transform: translate(0, 7px);
 	border: 1px solid #DCDCDC;
 	border-radius: 50%;

 }


 .m9 .sel_lt .sel_gp .sel_lt_item input {
 	opacity: 0;
 	position: absolute;
 }

 .m9 .sel_lt .sel_gp .sel_lt_item input:checked~i {
 	background: url('../img/p42.png') center no-repeat;
 	background-size: cover;
 	border: 1px solid transparent;

 }

 .m9 .lt_big {
 	padding-left: 40px;
 	margin-bottom: 30px;
 }

 .m9 .lt_big .tit {
 	font-size: 16px;
 	color: #333333;
 	font-weight: bold;
 	margin-bottom: 20px;
 }

 .m9 .lt_big .texts textarea {
 	width: 96%;
 	height: 180px;
 	font-size: 14px;
 	padding: 2%;
 	border: 1px solid #DCDCDC;
 }

 .m9 .buts2 input {
 	margin-left: 40px;
 }

 .up_file_show {
 	width: 150px;
 	height: 90px;
 	margin: 0px 10px;
 }

 .common_del {
 	font-size: 14px;
 	text-decoration: underline;
 	display: inline-block;
 	margin-left: 10px;
 	cursor: pointer;
 }

 .m10 .m9 .lt .cell .textarea {
 	height: 80px;
 }

 .cm_list2 .dms .list_gp {
 	max-height: 795px;
 	overflow: hidden;
 	padding-top: 10px;
 	/*overflow-y: auto;*/
 }
  
  
  /* 对于Webkit内核浏览器 */
 .cm_list2 .dms .list_gp::-webkit-scrollbar {
    width: 5px; /* 设置滚动条宽度 */
    border-radius: 10px;
}
 
 .cm_list2 .dms .list_gp::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.2); /* 滚动条轨道颜色 */
}
 
 .cm_list2 .dms .list_gp::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.2); /* 滚动条手柄颜色 */
}
 
 .cm_list2 .dms .list_gp::-webkit-scrollbar-thumb:hover {
    background: #555; /* 滚动条手柄hover颜色 */
}
  

 .cm_list2 .dms .list_gp_on {
 	overflow-y: auto;
 }
 
 .m4 .cm_list2 .dms {
     padding: 0px 30px;
     padding-right: 0px;
 }

 .m3 .list_gp_on {
 	max-height: 395px;
 	overflow: auto;
 }

 .v_hid {
 	visibility: hidden;
 }

 .commonhi_class {
 	opacity: 0;
 	position: absolute;
 	width: 1px;

 }

 .m6 .cm_box_img_item .show_img {
 	height: auto;
 	left: 50%;
 	top: 50%;
 	transform: translate(-50%, -50%);
 }

 .cm_gx_qy_item .item .ttt {
 	font-size: 24px;
 	font-weight: bold;
 	text-align: center;
 }

 .cm_gx_qy_item .item .gp .it {
 	float: left;
 	width: calc(100%/7);
 }

 .cm_gx_qy_item .item .gp .it .pic {
 	margin: 0px 10px;
 	height: 100px;
 	overflow: hidden;
 	position: relative;
 }

 .cm_gx_qy_item .item .gp .it .pic img {
 	position: absolute;
 	max-width: 100%;
 	left: 50%;
 	top: 50%;
 	transform: translate(-50%, -50%);
 }

 .cm_gx_qy_item .item {
 	margin-top: 30px;
 }

 .cm_list_conts {
 	text-indent: 2em;
 }

 .sex_zz {
 	position: fixed;
 	left: 0px;
 	top: 0px;
 	background: rgba(0, 0, 0, .6);
 	width: 100%;
 	height: 100%;
 	z-index: 9999;
 }

 .sex_pop_box {
 	position: fixed;

 	top: 50%;
 	left: 50%;
 	z-index: 10000;
 	transform: translate(-50%, -50%);

 }

 .sex_pop_box .show_imgs {
 	width: 100%;
 }

 .sex_pop_box .close_imgs {
 	position: absolute;
 	/* right: 0px; */

 	width: 30px;
 	height: 30px;
 	right: 0px;
 	top: 0px;
 	background: #fff;
 	border-radius: 50%;
 	cursor: pointer;

 }

 .m9 .lt_shili {
 	margin-bottom: 50px;
 }


 /* .head_cont,.banner,.footer,.m6{
	 display: none;
 } */

 .loading_box {
 	position: fixed;
 	width: 100%;
 	height: 100%;
 	top: 0px;
 	left: 0px;
 	background: rgba(0, 0, 0, .6);
 	z-index: 10000;
 }

 .loading_box .txt {
 	position: fixed;
 	left: 50%;
 	color: #fff;
 	text-align: center;
 	width: 100%;
 	font-size: 14px;
 	top: 50%;
 	transform: translate(-50%, -50%);
 }

 .ball-clip-rotate>div {
 	background-color: #fff;
 	width: 15px;
 	height: 15px;
 	border-radius: 100%;
 	margin: 2px;
 	-webkit-animation-fill-mode: both;
 	animation-fill-mode: both;
 	border: 2px solid #fff;
 	border-bottom-color: transparent;
 	height: 25px;
 	width: 25px;
 	background: transparent !important;
 	display: inline-block;
 	-webkit-animation: rotate 0.75s 0s linear infinite;
 	animation: rotate 0.75s 0s linear infinite;
 }

 @keyframes rotate {
 	0% {
 		-webkit-transform: rotate(0deg) scale(1);
 		transform: rotate(0deg) scale(1);
 	}

 	50% {
 		-webkit-transform: rotate(180deg) scale(0.6);
 		transform: rotate(180deg) scale(0.6);
 	}

 	100% {
 		-webkit-transform: rotate(360deg) scale(1);
 		transform: rotate(360deg) scale(1);
 	}
 }


 .footer .ewm .lt {
 	width: 150px;
 	float: none;
 	display: inline-block;
 	margin-left: 15px;
 }



 .click_show_more {
 	text-align: center;
 	color: #02A788;
 	text-align: center;
 }
 
 .head_cont .hide_box::before{
     content: '';
     position: absolute;
     width: 100%;
     height: 40px;
     background: #000;
     opacity: 0;
     top: -40px;
     left: 0px;
     display:inline-block;
 }
 
