	.case .case_nav {
		width: 200px;
	}

	.case .case_nav .list {


		background: #f4f4f4;
		padding-top: 3px;

	}

	.case .case_nav .list li {
		padding: 3px 0;
		/* margin-top: 10px !important; */
		transform: initial;
	}

	.case .case_nav .list>li .box {
		font-size: 14px;
		color: black;
		padding: 14px 0;
		background: #fff;
		border-bottom: 1px solid #f4f4f4;
		display: block;
		position: relative;
		background: linear-gradient(45deg, #45caf9 0%, 50%, #f9ef66 100%);;
	}

	.case .case_nav .list>li .box:hover {
		background:#45caf9;
		color: #fff;
	}

	.case .case_nav .list>li .box .wz {
		text-align: center;
	}

	.case .case_nav .list>li .box .wz:before {
		content: '';
		position: absolute;
		top: 22px;
		left: 16px;
		width: 4px;
		height: 4px;
		background: #fff;
		border-radius: 50%;
	}

	.g_header .main .top_r .s_nav .aboutclass {
		color:  rgb(215, 14, 68);
	}

	.chid-banner {
		position: absolute;
		background: url(img/banner_01.jpg) no-repeat center center;
		background-size: cover;
	}

	.porfile {
		float: right;
		margin-bottom: 110px;
	}

	.case {
		display: flex;
		justify-content: space-between;
		    margin-top: 80px;
	}

	.porfile {
		width: 78%;
	}

	.porfile .right {
		display: flex;
		float: none;
		margin-top: 20px;
	}

	.porfile .font {
		width: 100%;
		padding: 30px 30px;
		/* background: #f4f4f4; */
		border: 1px solid  #45caf9;
		border-radius: 5px;
		min-height: 414px;
		    line-height: 32px;
		    letter-spacing: 2px;
		    font-size: 16px;

	}
	

	.porfile .font p{
		/* text-indent: 2em; */
		width: 1200px;
		font-size: 16px;
		width: auto;
		line-height: 32px;
		    letter-spacing: 2px;
	}
	.porfile .font h3{
		color:#45caf9 ;
		margin: 10px 0;
	}
	
	.font img {
		height: auto !important;
		width: 100% !important;
		object-fit: cover;
		margin: 10px 0;

	}

	.font-img {
		display: flex;
		justify-content: center;
		margin: 10px 0 20px;
	}

	.font-img img {
		height: 60px !important;
		width: auto !important;

	}

	.porfile .font .p1 {
		/* max-width: 398px; */
		font-size: 14px;
		/*color: #666;*/
		line-height: 2;
		letter-spacing: 2px;
	}

	.porfile .font .p3 {
		/* max-width: 398px; */
		font-size: 16px;
		/*color: #666;*/
		font-weight: bold;
		line-height: 2;
		letter-spacing: 2px;
	}

	.porfile .right {
		position: relative;
	}

	.porfile .right .btn {
		padding-top: 45px;
	}

	.porfile .right .btn a {
		font-size: 12px;
		color: #666;
		text-decoration: underline;
	}

	.porfile .right .btn a:hover {
		color:  rgb(215, 14, 68);
	}

	.porfile .right .btn i {
		padding-left: 3px;
		color:  rgb(215, 14, 68);
	}

	.g_header .main .top_r .s_nav li .on {
		color:  rgb(215, 14, 68);
	}

	.g_header .main .top_r .nav .navContent li .on {
		background:  rgb(215, 14, 68);
		color: #ffffff;
	}

	.g_title {
		width: 945px;
		clear: both;
		text-align: left;
	}

	.g_title .l1 {
		width: 220px;
		height: 3px;
		background: #45caf9;
	}

	.g_title .l3 {
		font-size: 16px;
		font-weight: bold;
		color:  #45caf9;
		padding: 18px 0 20px;
	}

	.g_title .l2 {
		font-size: 16px;
		/* font-weight: bold; */
		color:  #45caf9;
		padding: 18px 0 14px 20px;
	}

	/* .case .list_lv1:hover {
			    border: 3px solid  rgb(215, 14, 68);
			} */

	/* .case .list_lv1:hover>a {
			    border: 3px solid  rgb(215, 14, 68);
			} */
	.case .list_lv1 .list_lv2 li .box {
		background: #f2f2f2;
	}

	.case .list_lv1 .list_lv2 li {
		height: 0;
		transition: 0.5s;
	}

	.case .list_lv1:hover .list_lv2 li {
		/* padding: 14px 0; */
		/* transition: 0.5s; */
		height: 45px;
		transition: 0.5s;
	}

	.s_nav button {
		background-color: rgba(0, 0, 0, 0);
		border: #000 1px solid;
		padding: 3px 15px;
	}

	/* 登录头像 */
	.s_nav li {
		position: relative;
	}

	.s_nav img {
		width: 40px;
		height: 40px;
	}

	.s_nav li:last-child:hover .my_infos_box {
		display: block;

	}

	.my_infos_box {
		display: none;
	}

	.my_infos {
		position: absolute;
		top: 45px;
		left: -75px;
		display: flex;
		flex-direction: column;
		justify-content: space-evenly;
		align-items: center;
		width: 160px;
		border: 1px solid #999;
		background-color: #fff;
		overflow: hidden;
		border-radius: 10px;
		z-index: 99;
	}

	.my_infos>a {
		width: 100%;
		font-size: 16px;
		line-height: 50px;
		color: #666;
		padding-left: 20px;
	}

	.my_infos a:hover {
		background-color:  rgb(215, 14, 68);
		color: #fff !important;
	}

	.contact .left {}

	.contact .p1 {
		padding-bottom: 10px;
		line-height: 30px;
		font-size: 12px;
		color: #666;
		max-width: 250px;
	}

	.contact .h1 {
		margin-bottom: 30px;
		font-size: 18px;
		color: #333;
		font-weight: bold;
	}

	.contact .font {
		padding: 70px 65px;
		background: #f4f4f4;
		margin-left: -64px;
		margin-top: 100px;
	}

	.contact .contact_r {
		float: left;
	}

	.contact .contact_r .g_title {
		padding: 20px 0 0 50px;
	}

	.lx_share .m {
		display: inline-block;
		padding-right: 20px;
		height: 18px;
		line-height: 30px;
		text-align: center;
		color: #999;
	}

	.fenxiang_s {
		display: none;
	}

	.lx_font .lxwm {
		font-size: 12px;
		color: #333;
		font-weight: bold;
		display: block;
	}

	.lx_font table {
		color: #666;
	}

	.partner .our {
		margin-top: 50px;
	}

	.partner .our .list {
		display: flex;
		flex-wrap: wrap;
	}

	.partner .our .list .hezuo {
		border-radius: 10px;
		box-shadow: 0px 0px 14px #d6d0d0;
		width: 221px;
		margin: 5px;
		padding: 5px 0;
	}

	.partner .hezuo>img {
		width: 100%;
	}

	.text_a {
		color: #2D8EF8;
	}

	.case .case_nav .bt {
		font-weight: bold;
		font-size: 16px;
		color: black;
		padding: 13px 0;
		text-align: center;
		background: linear-gradient(45deg, #45caf9 0%, 50%, #f9ef66 100%);
	}
	.case .case_nav .bt img{
		height: 60px;
		width: 100%;
		object-fit: scale-down;
	}
	

	.case .case_nav .bt p:nth-child(1) {
		font-size: 27px;

		letter-spacing: 0.4em;

	}

	.case .case_nav .bt p:nth-child(2) {
		margin-top: 5px;

	}

	.font-wrod {
		display: flex;
		flex-wrap: wrap;
	}

	.font-saidao {
		text-align: center;
		width: 50%;
		color:  rgb(215, 14, 68);
	}

	.font-saidao h4 {
		margin-bottom: 30px;
	}

	.font-mode {
		display: flex;
		align-items: center;
		margin-bottom: 15px;
	}

	.font-mode img {
		height: 100px;
		width: 246px;
		box-shadow: 0 0 10px  rgb(215, 14, 68);
	}

	.font-mode-p {
		margin-left: 30px;
	}


	@media (max-width: 1024px) {
		.porfile {
			margin-top: 30px;
		}

		.porfile .right {
			float: none;
		}

		.porfile .right .a_sb {
			text-align: center;
			margin: 20px 0;
		}

		.porfile .right .btn {
			float: none;
			text-align: center;
			padding: 20px 0;
		}

		.porfile .font {
			position: initial;
			width: auto;
			padding: 20px;
		}

		.porfile .font .p1 {
			max-width: none;
			text-align: justify;
		}

		.contact .p1 {
			max-width: none;
		}

		.contact .left {
			float: none;
		}

		.contact .left .pic {
			text-align: center;
		}

		.contact .font {
			position: initial;
			width: auto;
			margin-left: 0;
			margin-top: 30px;
		}

		.contact .contact_r {
			float: none;
		}

		.contact .contact_r .g_title {
			padding-left: 0;
		}

		.hq_btn {
			text-align: center;
		}
	}





	@media (max-width: 780px) {
		.case {
			flex-direction: column;
		}

		.porfile .right {
			flex-direction: column;
		}

		.porfile {
			width: 100%;
		}

		.g_title {
			text-align: center;
			display: flex;
			flex-direction: column;
			align-items: center;
			width: 100% !important;
		}

		.porfile {
			margin-bottom: 0px;
		}
		
		.case .case_nav .bt{
			margin: 0 10px;
			width: calc(100% - 20px);
		}
		.case .case_nav{
			width: 100%;
		}
	}