﻿html {
	background: #ffffff;
	font-size: 14px;
	color: #333;
	font-family: "Noto Sans", "Arial", "微软雅黑", "Helvetica", "sans-serif";
}



body {
	min-width: 1220px;
}

.banners-pc {
	clear: both;
	margin-bottom: 40px;
}

.banners-pc .frame {

	height: 0;
	padding-top: 23.5%;

	background: no-repeat center center;

	background-size: 100%;

}

.mask {
	display: none;
	position: fixed;
	z-index: 99;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .5);
}

.block {
	position: fixed;
	width: 40%;
	height: 100%;
	z-index: 99;
	transition: .3s;
	right: -40%;
	background-color: #29b9ed;
	top: 0;
}

.block a:nth-child(1) {
	background-color: #32a7f5;
	font-size: 20px;
	font-weight: 700;
}

.block a {
	display: block;
	color: #fff;
	font-size: 16px;
	padding: 20px 30px
}


.g_cw {
	width: 1200px;
	/* padding: 0 10px; */
	margin: 0 auto;
}

.g_cw::before,

.g_cw::after {
	content: '';
	display: block;
	clear: both;
}



.g_mt {
	margin-top: 80px;
}

.g_mt::before,

.g_mt::after {
	content: '';
	display: block;
	clear: both;
}



.g_mb {
	margin-bottom: 80px;
}

.g_mb::before,

.g_mb::after {
	content: '';
	display: block;
	clear: both;
}

.my_right .my_right_title::after {

	content: '';

	display: block;

	width: 300px;

	height: 3px;

	background-color: #64bef1;

	position: absolute;

	bottom: 0;

}

.my_right .my_right_title {

	position: relative;

	border-bottom: #eee 1px solid;

	font-size: 18px;

	padding: 0 0 10px 0;

}


.my_right .cautious {

	font-size: 10px;

	color: red;

	margin-top: 10px;
	line-height: 20px;

}

.my_right .must::before {

	content: '*';

	color: red;

	padding-right: 3px;

}

.add_person {
	cursor: pointer;
	border: #e6e6e6 1px solid;
	background-color: #64bef1;
	font-size: 12px;
	color: #fff;
	padding: 5px 15px;
}

.add_person:hover {
	color: #fff;
}

.edit_person {

	margin-top: 10px;

	display: flex;

	justify-content: space-between;

	align-items: center;

	color: #999;



}

.form-flex {
	display: flex;
	width: 100%;
	align-items: center;
	/* margin-bottom: 10px; */
	flex-wrap: wrap;
}

.form-flex input {
	width: auto;
}

.ma-ri20 {
	margin-right: 20px;

}

.login_box .form-flex {
	width: auto;

}

.lograio {
	font-weight: bold;
}



@media (max-width: 1200px) {

	body {
		min-width: 0;
	}

	.g_cw {
		width: 100%;
		padding: 0 10px;
	}

	.controls {
		width: 100% !important;
	}


}







.g_page {
	clear: both;
	text-align: center;
	font-size: 12px;
	color: #626262;
}

.g_page>ul {
	display: inline-block;
}

.g_page>ul>li {
	float: left;
	line-height: 34px;
	margin: 0 5px;
}

.g_page>ul>li a {
	display: block;
	background: #fff;
	width: 34px;
	height: 34px;
	text-align: center;
	border: 1px solid #A4A4A4;
	border-radius: 17px;
}

.g_page>ul>li a.dis {
	color: #ccc;
	cursor: not-allowed;
}

/* .g_page>ul>li a:hover:not(.dis), */

.g_page>ul>li a.on {
	background: #865f23;
	color: #fff;
	border: 1px solid #865f23;
}

.g_page>ul>li a.prev,

.g_page>ul>li a.next {
	width: 80px;
}





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

.g_title .l1 {
	width: 220px;
	height: 3px;
	background: linear-gradient(45deg,#aedcf6 0% , 50%,#e7aac9 100%);
}

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

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




#head_img_li:hover .my_infos_box {
	display: block !important;
}

.g_header {
	clear: both;
	position: fixed;
	z-index: 99;
	width: 100%;
	height: 80px;
	background: linear-gradient(45deg,#aedcf6 0% , 50%,#e7aac9 100%);
	/* background: linear-gradient(45deg,#aedcf6 , #e7aac9 ); */
	box-shadow: 0 0 10px 5px rgb(0 0 0 / 5%);
}

.g_header::after {
	content: '';
	display: block;
	height: 100px;
	width: 10px;

}

.g_header .bar {
	display: none;
}

.s_nav img {
	width: 30px !important;
	height: 30px !important;
}
#head_img_li{
	/* line-height: inherit; */
	display: flex;
	align-items: center;
}

.g_header .main {
	margin: 20px auto 0;
	width: 1200px;
	    position: relative;
}

.header_temp {
	height: 80px;
	margin-bottom: 20px;
}

.g_header .main .logo {
	position: absolute;
	    left: 0;
	    top: -9px;
	
}

.g_header .main .top_l .zx {
	color: #666;
	border-left: 2px solid #d4d4d4;
	padding-left: 18px;
	margin: 5px 0 0 28px;
}

.g_header .main .top_l .zx .numb {
	color: #64bef1;
	font-size: 30px;
	padding-left: 8px;
}

.g_header .main .top_l .zx .numb span {
	color: #666;
}

.g_header .main .top_r .s_nav>li {
	float: left;
	padding-left: 25px;
	line-height: 44px;
	height: 44px;
	color: #fff;
}

.g_header .main .top_r .s_nav>li:nth-last-child(1) {

	padding-left: 10px;
}

.g_header .main .top_r .s_nav>li a {
	font-size: 16px;
	text-align: center;
}

.g_header .main .top_r .s_nav>li a:hover {
	color: #64bef1  ;
}
  .my_infos_box .my_infos  a:hover{
	   
	  color: #fff !important; 
   }
.s_nav button {
	border-color: #fff !important;
}

.my_infos>a {
	padding: 0 !important;
}
.my_infos a:hover{
	    background-color: #64bef1 !important ;
}


.g_header .main .top_r .s_nav>li a span {
	display: block;
}

.g_header .main .top_r .daohang {
	padding-left: 140px;
	line-height: 44px;
}

.g_header .main .top_r .daohang .ico {
	padding-top: 10px;
}

.g_header .main .top_r .daohang .ico img {
	width: 24px;
}



.g_header .main .top_r .nav {
	display: none;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	background: #ffffff;
	box-shadow: 5px 0 10px rgba(0, 0, 0, 0.2);
	z-index: 999;
	overflow: auto;
}

.g_header .main .top_r .nav.show {
	display: block;
}

.g_header .main .top_r .nav .close {
	text-align: center;
	padding: 40px 0 100px 0;
}

.g_header .main .top_r .nav .navContent>li a {
	display: block;
	padding: 18px 123px;
}

.g_header .main .top_r .nav .navContent>li a:hover {
	background: #64bef1;
	color: #ffffff;
}



.g_header .main .top_r .nav .search {
	padding-bottom: 10px;
	margin: 90px 60px 90px 60px;
	border-bottom: 1px solid #666666;
}

.g_header .main .top_r .nav .search span {
	display: block;
}

.g_header .main .top_r .nav .search .input_1 {
	border: 0;
	background: none;
	color: #666666;
}

.g_header .main .top_r .nav .tubiao {
	text-align: center;
	margin-left: -20px;
}

.g_header .main .top_r .nav .tubiao .m {
	padding-left: 20px;
	height: 18px;
}

.g_header .main .top_r .nav .p1 {
	text-align: center;
	font-size: 12px;
	color: #666;
	padding: 30px 0 8px 0;
}

.g_header .main .top_r .nav .p2 {
	text-align: center;
	font-size: 18px;
	color: #64bef1;
	font-weight: bold;
	padding-bottom: 60px;
}

.g_header .main .top_rs img {
	width: 25px;
	height: 25px;
	margin-top: 10px;
	cursor: pointer;
}




@media (max-width: 1200px) {
	.g_header .main {
		width: auto;
		margin: 20px 10px 0;
	}

	.g_header .main .top_r {
		display: none;
	}

	.g_header .main .top_rs {
		display: block !important;
	}

	.slick-prev,
	.slick-next {
		width: 4% !important;
	}
}

@media (max-width: 720px) {
	.g_header {
		height: 55px;
	}

	.header_temp {
		height: 55px;
	}

	.g_header .main {
		margin-top: 12px;
	}

	.g_header .main .logo img {
		height: 50px !important;
	}

	.g_header .main .top_rs img {
		margin-top: 0;
	}
}

.my_container {
	min-height: 720px;
}

.my_container .my_right {
	min-height: 484px;
}

.footer_content {
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* .footer_row1{
	color: #fff;
	width: 100%;
	margin: 0 auto 15px;
	display: flex;
	justify-content: space-around;
}
.footer_row1_item h1{
	margin: 10px 0;
	font-size: 14px;
} */
.g_footer {
	clear: both;
	background: linear-gradient(45deg,#aedcf6 0% , 50%,#e7aac9 100%);
	padding: 30px 0;
	color: #626262;
	font-size: 12px;
}

.g_footer .p1 a {
	margin: 0 10px;
}

.g_footer .p1 {
	display: flex;
	line-height: 24px;
	color: #999;
	font-size: 14px;
}

.g_footer .p2 {
	margin-bottom: 15px;
}

.g_footer .p2 .li1 {
	color: #ffffff;
	padding-right: 50px;
	font-size: 14px;
}

.g_footer .p2 .li1:last-child {
	padding-right: 0;
}

.g_footer .left .p2 .li1:hover {
	text-decoration: underline;
}


.g_footer .p1s {
	margin: 10px 0;
	font-size: 20px;
	color: #ffffff;
}

.g_footer .p2s {
	font-size: 40px;
	font-weight: bold;
	color: #64bef1;
}

.g_footer .p3s {
	color: #ffffff;
	padding-bottom: 15px;
	font-size: 14px;
}

.g_footer .p4s {
	color: #fff;
}

/* 底部 */
.footer-cw {
	/* width: 100%;
	margin: 0 auto;
	padding: 0 100px; */
}

.footer-title {
	color: #fff;
	display: flex;
	justify-content: space-between;
}

.footer-nav {
	display: flex;
	flex-direction: column;
	margin-bottom: 25px;
	justify-content: space-between;

}

.footer-left {
	display: flex;
	margin-right: 30px;
	margin-top: 30px;
}

.footer-nav div:nth-child(1) {
	/* width: 350px; */
	margin-right: 30px;
}

.footer-nav>div:nth-child(1):nth-child(1) {
	/* width: 350px; */
	margin-right: 58px;
}

.footer-nav .footer-h {

	/* font-weight: bold; */
	font-size: 16px;
}

.footer-p {

	line-height: 30px;
}

.footer-right {
	text-align: center;

}

.footer-right img {
	height: 150px;
	width: 150px;
}


@media (max-width: 1200px) {
	.g_footer .p2 .li1 {
		padding-right: 8px;
	}

}



/*--内页--*/

.chid-banner .mask {
	padding-top: 166px;
}

.chid-banner p {
	text-align: center;
	color: #ffffff;
}

.chid-banner .h1 {
	font-size: 40px;
	font-weight: bold;
	padding-bottom: 13px;
}

.chid-banner .p1 {}

.chid-banner .p1 span {
	display: inline-block;
}

.chid-banner .p1 .line {
	width: 150px;
	height: 2px;
	background: #ffffff;
}

.chid-banner .p1 .font {
	padding: 0 20px;
	font-size: 18px;
}



@media (max-width: 600px) {

	.chid-banner .h1 {
		font-size: 36px;
	}

	.chid-banner .p1 .line {
		width: 100px;
	}

}



.pages .list {
	padding: 44px 0;
}

.page_nav {
	margin: 70px 0 85px 0;
	font-size: 12px;
	color: #999999;
}

.page_nav .on {
	color: #64bef1;
}



.hq_btn {
	padding-top: 45px;
}

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

.hq_btn a:hover {
	color: #64bef1;
}

.hq_btn i {
	padding-right: 3px;
	color: #64bef1;
}







/*--在线服务--*/

.online {
	max-width: 830px;
	margin: 0 auto;
	padding: 50px;
	background: #f4f4f4;
}

.online .nav>li .box {
	display: block;
	padding: 14px 26px;
	background: #666;
	color: #fff;
	font-weight: bold;
}

.online .nav>li .on {
	background: #64bef1;
}

.online .table {
	width: 600px;
	border: 2px solid #64bef1;
	padding: 50px 65px;
}

.online .table .list_1 {
	margin-left: -50px;
}

.online .table .list_1>li {
	width: 50%;
	padding-left: 50px;
}

.online .table .list {
	width: 100%;
}

.online .table .list_2 {
	margin-left: -50px;
}

.online .table .list_2>li {
	width: 33.33%;
	padding-left: 50px;
}

.online .table .list_2>li .select {}

.online .table .input_1 {
	width: 100%;
	background: none;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 3px solid #999;
	height: 40px;
	color: #999;
	padding-left: 0;
}

.online .table .p1 {
	color: #333;
	font-weight: bold;
	font-size: 12px;
}

.mt30 {
	margin-top: 30px;
}

.online .table .list_3>li .text_a {
	width: 100%;
	height: 162px;
	background: none;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 3px solid #999;
	padding-top: 18px;
}

.online .table .btn {
	margin: 50px 0 25px 0;
}

.online .table .btn a {
	display: block;
	width: 100%;
	padding: 10px 0;
	background: #64bef1;
	text-align: center;
	color: #fff;
}

.online .table .font {
	color: #999;
	font-size: 12px;
}



@media (max-width: 1200px) {

	.online {
		max-width: none;
	}

}



@media (max-width: 900px) {

	.online {
		padding: 20px;
	}

	.online .nav {
		float: none;
		clear: both;
		max-width: 285px;
		margin: 0 auto;
		padding-bottom: 60px;
	}

	.online .nav>li {
		float: left;
	}

	.online .table {
		float: none;
		width: auto;
	}

}



@media (max-width: 600px) {

	.online {
		padding: 10px;
	}

	.online .table {
		padding: 50px 20px;
	}

}

/*--case_nav--*/

.case .case_nav {
	width: 200px;
}

.case .case_nav .bt {
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	padding: 13px 0;
	text-align: center;
	background: linear-gradient(45deg,#aedcf6 0% , 50%,#e7aac9 100%);

}

.case .case_nav .list {
	background: #f4f4f4;
	/* padding: 5px; */
	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: #fff;
	padding: 14px 0;
	background: #fff;
	border-bottom: 1px solid #f4f4f4;
	display: block;
	position: relative;
background: linear-gradient(45deg,#aedcf6 0% , 50%,#e7aac9 100%);

}

.case .case_nav .list .current-menu .box {

	/* background-color:#16b777ee !important; */
	/* background: #64bef1 !important; */
	background: #64bef1;

}

/* .case .case_nav .list .page .box{
	margin-top: 0;
}  */
.case .case_nav .list .page .list_lv2 .box {
	margin-top: 0;
}

.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%;
}

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

.case .case_nav .list>li .box:hover .wz:before {
	background: #fff;
}





.case .case_nav .list>li .on {
	background: #64bef1;
	color: #fff;
}

.case .case_nav .list>li .on .wz:before {
	background: #fff;
}

/* 分页 */

#demo-laypage-hash{
	
	text-align: center;
}

@media (max-width: 1200px) {

	.case .case_nav {
		width: 100%;
	}

	.case .case_nav .list {
		width: 100%;
		padding: 2px;
		overflow: auto;
		white-space: nowrap;
	}

	.case .case_nav .list>li {
		display: block;
	}

	.case .case_nav .list>li .box {
		padding: 14px 50px;
	}

}


@media (max-width: 700px) {

	.g_title {
		margin-bottom: 20px;
	}

	.g_title .l2 {
		font-size: 20px;
		padding: 10px 0 0;

	}

	.g_cw {
		padding: 10px !important;
	}

	.about {
		margin: 20px 0 !important;
	}

	.about .infor {
		width: 100% !important;
	}


	.slick-slider {
		width: 100% !important;
	}

	/* .partner .our .list .hezuo {
		width: 17% !important;
	} */
	.partner .showpartners .cobranding .hezuo {
		width: 48% !important;
		/* flex:1 1 auto; */
	}

	/* .partner .our .cobranding {
	    width: 100%;
	    display: grid !important;
	    grid-template-columns: 33.3% auto 33.3%;
	   
	} */
	.partner .our .cobranding .hezuo {
		margin: 0 !important;
		margin-bottom: 10px !important;
	}

	.judges_item {
		width: 100% !important;
		margin: 5px 0;
		box-shadow: 0px 0px 10px #d6d0d0;
	}


	.youshi .right {
		height: 260px !important;
	}

	.login_box {
		width: 90% !important;
		height: 350px !important;
	}

	.diary .list>li:nth-child(2n) {
		margin-left: 0 !important;
	}

	.page_nav {
		margin: 20px 0 !important;
	}

	.g_footer {
		padding: 10px 0;
	}

	.footer-title {
		flex-wrap: wrap;
	}

	.footer-left {
		flex-direction: column;
		margin: 0;
	}

	.footer-nav {
		margin: 0;
	}

	.footer-p {
		line-height: 25px;
	}

	.g_mt {
		margin-top: 40px;
	}

	.g_mb {
		margin-bottom: 20px;
	}

	.clearfix .color_title {
		width: 60%;

		/* background-size: 200px 63px; */
	}

	.judges_box {
		margin-top: 25px;
	}

	.right-more {

		right: 10px !important;
		top: 60px !important;

	}

	.blog .our {
		margin-top: 70px !important;
	}
	.g_title .l3 , .g_title .l2{
		font-size: 16px!important;
		padding: 0 !important;
		margin-top: 10px;
		

	}
	

}