.clear {
	clear: both;
}

.nbanner {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.nbanner_swiper {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	z-index: 1;
}

.nbanner_swiper img {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nbanner_main {
	z-index: 2;
	width: 100%;

	bottom: 0;
	background: #fff;
	padding: 20px 10px;
	border-radius: 20px 20px 0 0;

	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	box-sizing: border-box;
}

.pos {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 15px;
	color: #333;
	padding-bottom: 20px;
	margin-bottom: 10px;
	/* border-bottom: 1px solid rgba(0, 0, 0, 0.08); */
}

.pos i {
	font-size: 18px;
	margin-right: 5px;
}

.pos a {
	font-size: 15px;
	color: #333;
}

/* 内页导航 */
.nmenu {
	width: 100%;
	overflow: hidden;
	margin-top: 12px;
}

.nmenu ul {
	overflow: hidden;
	margin: 0;
}

.nmenu ul li {
	overflow: hidden;
	float: left;
	line-height: 30px;
	padding: 0 50px;
	text-align: center;
	position: relative;
}

.nmenu ul li:after {
	content: "";
	width: 1px;
	height: 20px;
	background: #c9c9c9;
	position: absolute;
	right: 0;
	top: 5px;
}

.nmenu ul li:first-child {
	padding-left: 0;
}

.nmenu ul li:last-child {
	padding-right: 0;
}

.nmenu ul li:last-child:after {
	display: none;
}

.nmenu ul li a {
	font-size: 18px;
	color: #5a5a5a;
	display: block;
	position: relative;
	padding-bottom: 10px;
}

.nmenu ul li a:after {
	content: "";
	width: 0;
	height: 2px;
	background: #0077bf;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}

.nmenu ul li a:hover,
.nmenu ul li.active a {
	color: #0077bf;
	/* font-weight: bold; */
}

.nmenu ul li:hover a:after,
.nmenu ul li.active a:after {
	width: 100%;
}


.nmain {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;

	/* background: #f6f7f9; */
}

#weizhi {
	position: absolute;
	top: -250px;
}

.nmain_box {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 10px;
	margin: 30px auto;
	background: #fff;
}


.nmain_box_left {
	float: left;
	width: calc(100% - 250px);
	height: auto;
	overflow: hidden;
}

.nmain_box_right {
	float: right;
	width: 230px;
	height: auto;
	overflow: hidden;
	padding: 0 0px;
	margin-right: -40px;
}

.nmain_box_right_title {
	font-size: 20px;
	color: #0077bf;
	font-weight: 600;
	line-height: 40px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.nmain_box_right_list {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

.nmain_box_right_list ul li {
	float: left;
}

.nmain_box_right_list li {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 35px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.nmain_box_right_list li i {
	margin-right: 5px;
}

.nmain_box_right_list li a {
	display: block;
}

.nmain_box_right_list li:hover,
.nmain_box_right_list li.active {
	color: #0077bf;
	font-weight: 600;
}


.nabout_title {
	position: relative;
	font-size: 32px;
	text-align: center;
	font-weight: 600;
	margin-bottom: 30px;
	padding-bottom: 20px;
}

.nabout_title::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 100px;
	height: 3px;
	background: #0077bf;

}

.nabout_neirong {
	font-size: 18px;
	line-height: 36px;
}


/* 内页新闻列表 */

.nnewslist {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;

	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;

	display: grid;
	grid-template-columns: 1fr 3fr;
	grid-column-gap: 30px;
	grid-row-gap: 10px;

	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.nnewslist_left {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.nnewslist_left img {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.nnewslist_img_date {
	width: 68px;
	height: 68px;
	background: #0077bf;
	font-size: 30px;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
}

.nnewslist_img_date span {
	display: block;
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 12px;
	color: #fff;
}



.nnewslist_right {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.nnewslist_title {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 24px;
	line-height: 40px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.nnewslist_des {
	line-height: 32px;
	font-size: 16px;
	color: #666;

	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.nnewslist:hover a {
	color: #0077bf;
}

.nnewslist:hover {
	box-shadow: 0 5px 5px -6px rgba(97, 105, 113, 0.3);
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
}

/* 新闻详细 */

.nnews_title {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
}

.nnews_date {
	text-align: center;
	font-size: 12px;
	color: #757575;
	margin: 17px 0 15px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.nnews_neirong {
	font-size: 18px;
	line-height: 36px;
}

.nnews_neirong img {
	max-width: 100%;
}

.nnews_neirong video {
	max-width: 100%;
}

.nyxqnews_leftpage {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	line-height: 70px;
}

.nyxqnews_leftup {
	float: left;
	border-right: 1px solid #e7e7e7;
	width: 50%;
	height: auto;
	overflow: hidden;
}

.nyxqnews_leftdown {
	float: right;
	text-align: right;
	width: 50%;
	height: auto;
	overflow: hidden;
}

.nyxqnews_right {
	width: 100%;
	float: left;
	position: relative;
}


/* 推荐新闻 */

.nyxqnews_right {
	width: 100%;
	float: left;
	position: relative;
}

.nywenzhang {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 30px 0 0;
}

.nyxqnews_righttit {
	font-size: 26px;
	border-bottom: 1px solid #e7e7e7;
	height: auto;
	line-height: 52px;
	position: relative;
}

.nyxqnews_righttit:before {
	content: "";
	width: 75px;
	height: 1px;
	background: #1059a9;
	position: absolute;
	left: 0;
	bottom: -1px;
}

.nyxqnews_righttit strong {
	color: #1059a9;
}

.nyxqnews_rightcont {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
	line-height: 36px;
}

.nyxqnews_rightcont ul li {
	float: left;
}

.nyxqnews_rightcont li {
	width: 49%;
	margin-right: 2%;
	height: auto;
	overflow: hidden;
	line-height: 40px;
	background: url(../images/newswenzhagn.png) left center no-repeat;
	padding-left: 22px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 5px;

	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.nyxqnews_rightcont li:nth-child(2n+2) {
	margin-right: 0;
}

.nyxqnews_rightcont a {
	display: block;
	font-size: 15px;

}


/* 会员列表 */

.huiyuanlist_box {
	position: relative;
	width: 99.5%;
	height: auto;
	overflow: hidden;

	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;

	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 50px;
	grid-row-gap: 0px;
}

.huiyuanlist_li {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 20px auto;
	padding: 10px 0;
	border-bottom: 1px solid #efefef;

	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;

	display: grid;
	grid-template-columns: 1fr 2.5fr;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}

.huiyuanlist_img {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	border: 1px solid #efefef;
	background: #fff;
	margin-left: 10px;
}

.huiyuanlist_img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.huiyuanlist_txt {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 10px;
}

.huiyuanlist_title {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;

	font-size: 18px;
}

.huiyuanlist_tag {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;

	font-size: 13px;
	color: #999;
	padding: 5px 0;
	line-height: 24px;
	margin-bottom: 10px;
}

.huiyuanlist_des {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 13px;
	line-height: 20px;
	color: #888;

	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}


/* 会员外壳样式 */
.huiyuanlist_li:before,
.huiyuanlist_li:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	z-index: -1;
	box-sizing: border-box;
	transition: height 0.5s linear 0s, width 0.5s linear 0.5s, opacity 0s linear 1s;
	opacity: 0;
}

.huiyuanlist_li:before {
	top: 0;
	left: 0;
	border-top: 1px solid #0077bf;
	border-right: 1px solid #0077bf;
	border-bottom: 1px solid transparent;
	border-left: 1px solid transparent;
}

.huiyuanlist_li:after {
	bottom: 0;
	right: 0;
	border-bottom: 1px solid #0077bf;
	border-left: 1px solid #0077bf;
	border-top: 1px solid transparent;
	border-right: 1px solid transparent;
}

.huiyuanlist_li:hover:before,
.huiyuanlist_li:hover:after {
	width: 100%;
	height: 100%;
	transition: width 0.5s linear 0s, height 0.5s linear 0.5s;
	opacity: 1;
}

.huiyuanlist_li:hover {
	box-shadow: 0 0 2.4vw 0 rgba(0, 0, 0, 0.1);

	/* box-shadow: 0 5px 5px -6px rgba(97, 105, 113, 0.3); */
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
}

.huiyuanlist_li a:hover .huiyuanlist_img img {
	transform: scale(1.1);
}


/* 直播 */
.ncasebox {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;

	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}

.ncaselist {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.ncase_img {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 70%;
}

.ncase_img img {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}

.ncase_txt {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	background: #efefef;

	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}



/* 搜索 */
.sosuo {
	float: right;
	width: 30%;
	margin-bottom: 20px;
}

.sosuo_form {
	display: flex;
}


.xuanzhe {
	position: relative;
	width: 90px;
	height: 56px;
	line-height: 56px;
	text-align: left;
	background: #ddd url(../images/arrow-down-filling.png) no-repeat center right;
	color: #0077bf;
}


.sosuo .text1 {
	width: 80px;
	height: 56px;
	padding-left: 10px;
	line-height: 56px;
	text-align: center;
	background: #ddd;
	color: #0077bf;
}

.sosuo .text {
	width: 50%;
	height: 56px;
	padding-left: 0px;
	line-height: 56px;
	text-indent: 10px;
	background: #efefef;
	color: #333;
}

.sosuo .submit {
	width: 30%;
	height: 56px;
	text-align: center;
	line-height: 56px;
	font-size: 16px;

	background: #0077bf;
	color: #fff;
}




/* 申请加入 */
.nmain_order form {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.nmain_order form .group {
	margin-bottom: 22px;
	width: 48.5%;
}

.nmain_order form .group.textarea {
	width: 100%;
}

.nmain_order form .group.yzm {
	width: calc(100% - 169px);
}

.nmain_order form .group.yzm .fc-code {
	position: absolute;
	right: 2px;
	bottom: 2px;
}

.nmain_order form .group.yzm .fc-code img {
	width: 120px;
	height: 45px;
}

.nmain_order form .group.btnbox {
	width: 150px;
}

.nmain_order form .span {
	display: block;
	font-size: 1rem;
	height: 17px;
	color: #3d3d3d;
	margin-bottom: 1rem;
}

.nmain_order form .span i {
	color: #e73728;
}

.nmain_order form .input {
	height: 50px;
	border: 1px solid #d5d5d5;
	width: 100%;
	padding: 0 18px;
	font-size: .8125rem;
	color: #666;
}

.nmain_order form textarea {
	border: 1px solid #d5d5d5;
	height: 6.75rem;
	line-height: 1.7;
	width: 100%;
	padding: 10px 18px;
	font-size: .8125rem;
	color: #666;
	font-family: "微软雅黑";
}

.nmain_order form .btn_submit {
	height: 50px;
	width: 155px;
	background: #3d75c0;
	color: #fff;
	border: 0;
	outline: 0;
	float: right;
}

/* 联系我们 */
.ncontact {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.ncontact_left {
	position: relative;
	float: left;
	width: 45%;
	height: auto;
	overflow: hidden;
	margin-right: 0%;
}

.ncontact_mc {
	font-size: 30px;
	font-family: "PingFang-SC-Heavy, PingFang-SC";
	font-weight: 800;
	color: #0077bf;
	/* line-height: 42px; */
	margin-bottom: 50px;
	padding-left: 10px;
}

.ncontact_mc span {
	display: block;
	font-size: 11px;
	font-weight: 400;
	color: #666;
}

.ncontact_list {
	position: relative;
	float: right;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.ncontact_list ul li {
	float: left;
}

.ncontact_list li {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 18px;
	line-height: 36px;
	padding: 15px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);

	padding-left: 10px;
	display: flex;
	align-items: center;
}

.ncontact_list li i {
	font-size: 24px;
	margin-right: 5px;
	color: #0077bf;
}

.ncontact_right {
	position: relative;
	float: right;
	width: 50%;
	height: auto;
	overflow: hidden;
}


#dituContent {
	width: 100%;
	height: 450px;
	border: #ccc solid 1px;
}





.form-box {
	margin-top: 0px;
}

.form-box .form_title {
	margin: 0px auto 10px;
	font-size: 16px;
	font-weight: 500;
}

.form-box .form_title p {
	margin-bottom: 5px;
}

.form-box .item {
	float: left;
	width: 49%;
}

.form-box .item2 {
	width: 100%;
}

.form-box .item:last-child {
	font-size: 0;
	text-align: center;
	float: none;
	margin: 0 auto;
	width: 100%;
}

.form-box .check-box,
.form-box input[type=submit] {
	float: none;
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin: 0 20px;
}

.form-box .item:nth-child(2n) {
	float: right;
}

.form-box .row {
	margin: 0;
}

.form-box .item {
	box-sizing: border-box;
	margin-bottom: 13px;
}

.form-box .item:last-child {
	margin-bottom: 0;
}

.form-box .tit {
	font-size: 16px;
	margin-bottom: 15px;
}

.form-box .tit .red {
	color: #f00;
}

.form-box input[type=text],
.form-box textarea {
	width: 100%;
	padding: 15px 20px 15px 60px;
	height: auto;
	font-size: 16px;
	color: #999;
	background-repeat: no-repeat;
	background-position: 20px center;
	background-size: 20px;
	background-color: #fff;
	border: 1px solid #ddd;
	box-sizing: border-box;
	transition: all .3s;
}

.message-box .form-box .item textarea {}

.form-box .name {
	background-image: url("../images/form-icon1.png");
}

.form-box .mobile {
	background-image: url("../images/form-icon2.png");
}

.form-box .mail {
	background-image: url("../images/form-icon3.png");
}

.form-box .address {
	background-image: url("../images/form-icon4.png");
}

.form-box .company {
	background-image: url("../images/form-icon5.png");
}

.form-box .country {
	background-image: url("../images/form-icon6.png");
}

.form-box .content {
	background-image: url("../images/form-icon7.png");
	background-position: 20px 20px;
	height: auto;
}

.form-box input::-webkit-input-placeholder {
	color: #999;
}

.form-box input:-moz-placeholder {
	color: #999;
}

.form-box input::-moz-placeholder {
	color: #999;
}

.form-box input:-ms-input-placeholder {
	color: #999;
}

.form-box textarea::-webkit-input-placeholder {
	color: #999;
}

.form-box textarea:-moz-placeholder {
	color: #999;
}

.form-box input[type=text]:focus,
.form-box textarea:focus {
	background-color: #b7b7b7;
	color: #fff;
}

.form-box input[type=text]:focus::-webkit-input-placeholder {
	color: #fff;
}

.form-box input[type=text]:focus:-moz-placeholder {
	color: #fff;
}

.form-box input[type=text]:focus::-moz-placeholder {
	color: #fff;
}

.form-box input[type=text]:focus:-ms-input-placeholder {
	color: #fff;
}

.form-box textarea:focus::-webkit-input-placeholder {
	color: #fff;
}

.form-box textarea:focus:-moz-placeholder {
	color: #fff;
}

.form-box .name:focus {
	background-image: url("../images/h-form-icon1.png");
}

.form-box .mobile:focus {
	background-image: url("../images/h-form-icon2.png");
}

.form-box .mail:focus {
	background-image: url("../images/h-form-icon3.png");
}

.form-box .address:focus {
	background-image: url("../images/h-form-icon4.png");
}

.form-box .company:focus {
	background-image: url("../images/h-form-icon5.png");
}

.form-box .country:focus {
	background-image: url("../images/h-form-icon6.png");
}

.form-box .content:focus {
	background-image: url("../images/h-form-icon7.png");

}

input[type="checkbox"] {

	height: 20px;
	width: 20px;

	border-radius: 3px;
	border: 1px solid #ddd;
	line-height: 25px;
	padding: 5px;
	margin: 0;
}


.item2 label {
	margin-bottom: 0px;
	font-weight: normal;
}




.form-box .check-box {
	float: left;
	width: 22.9%;
	border: 1px solid #e5e5e5;
}

.form-box .check-box input {
	padding: 10px;
	height: auto;
	line-height: 60px;
	width: 63%;
	border: none;
	border-right: 1px solid #e5e5e5;
	margin: 0;
}

.form-box .check-box img {
	float: right;
	width: 36.36%;
	height: auto;
}

.form-box input[type=submit] {
	float: left;
	width: 200px;
	height: auto;
	line-height: 60px;
	background: #0077bf;
	text-align: center;
	margin-left: 0;
	color: #fff;
	font-size: 16px;
	transition: all .3s;
	border: none;
	text-transform: uppercase;
}



.ibox {}


.ibox_des {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 20px auto 50px;

	line-height: 30px;
	font-size: 20px;
	text-align: center;
}


.serve-problem-items li {
	width: 100%;
	margin-bottom: 18px;
}

.serve-problem-list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
}

.serve-problem-column {
	width: calc(100% - 74px);
	height: 74px;
	display: flex;
	align-items: center;
	position: relative;

	z-index: -1;
	border-bottom: 1px solid #eee;
}

.serve-problem-column::before {
	content: '';
	width: 33px;
	height: 33px;
	border: 1px solid #d0cfcf;
	border-radius: 50%;
	background: url('../images/problemicon.png') no-repeat center;
	position: absolute;
	left: 16.5px;
	top: 50%;
	margin-top: -16.5px;
	transition: all .4s ease;
}

.serve-problem-column h2 {
	font-size: 20px;
	color: #333;
	margin-left: 65px;
	margin-top: 0;
	margin-bottom: 0;
}

.serve-problem-click {
	width: 74px;
	height: 74px;
	background-color: #fff;
	transition: all .4s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #eee;
}

.serve-problem-click i {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url("../images/g73.png") no-repeat center;
	transition: all .4s ease;
}

.serve-problem-drop {
	width: 100%;
	position: relative;
	z-index: -2;
	display: none;
}

.serve-problem-dropli {
	width: auto;
	/* display: flex; */
	padding: 10px;
	background-color: #fff;
	/* box-shadow: 0 5px 25px rgba(0, 0, 0, 0.09); */
	border: 1px solid #eee;
	border-top: none;
	z-index: -1;
}

.serve-problem-dropli i {
	display: inline-block;
	margin-left: 16.5px;
	width: 33px;
	height: 33px;
	font-size: 16px;
	color: #fff;
	font-style: normal;
	font-weight: 700;
	border-radius: 50%;
	background-color: #333;
	display: flex;
	justify-content: center;
	align-items: center;
}

.serve-problem-dropli p {
	font-size: 17px;
	color: #666;
	font-weight: 500;
	line-height: 30px;
	margin-left: 15.5px;
	text-indent: 30px;
}

.serve-problem .problem-pagination {
	width: 100%;
	text-align: center;
	margin-top: 6px;
}

.serve-problem .problem-pagination .swiper-pagination-bullet-active {
	background: #333;
}

.serve-problem-list.active .serve-problem-column::before {
	border: 1px solid #0077bf;
	background: url("../images/problemiconH.png") no-repeat center;
}

/* .serve-problem-list.active .serve-problem-click{background-color:#333;} */
.serve-problem-list.active .serve-problem-click i {
	background: url("../images/g73.png") no-repeat center;
	transform: rotate(90deg);
}




.product_box {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.product_left {
	float: left;
	width: 600px;
	height: auto;
	overflow: hidden;
	margin-right: 50px;
	margin-top: 20px;
}

.product_right {
	float: right;
	width: calc(100% - 650px);
	height: auto;
	overflow: hidden;
	margin-top: 50px;
}


.product_t1 {
	line-height: 25px;
	height: auto;
	border-bottom: 1px dashed #dadada;
	font-size: 16px;
	font-weight: 500;
	color: #333;
	padding: 15px 0;
}

.product_t1 b {
	font-size: 16px;
	color: #111;
	font-weight: 600;
}

.product_fx {
	width: 320px;
	height: auto;
	line-height: 50px;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;

	margin-top: 20px;
	font-size: 20px;
	padding: 0px 20px;
	background: #0077bf;
	border-radius: 25px;
	color: #fff;
}

.product_fx i {
	font-size: 30px;
	margin-right: 20px;
	color: #fff;
}


.product_des {
	background: #f9f9f9;
	margin-top: 20px;
	line-height: 50px;
	margin-bottom: 20px;
}

.product_des span {
	display: inline-block;
	background: #0077bf;
	color: #fff;
	padding: 0 20px;
	font-size: 16px;
	border-top-left-radius: 10px;
}

.product_nr {}



@media screen and (min-width: 0px) and (max-width: 1200px) {


	.clear {
		clear: both;
	}

	.nbanner {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.nbanner_swiper {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		z-index: 1;
	}

	.nbanner_swiper img {
		position: relative;
		z-index: 1;
		width: 100%;
		height: 100%;
		object-fit: cover;

		min-height: 130px;
	}

	.nbanner_main {
		position: relative;
		z-index: 2;
		width: 100%;

		bottom: 0;
		background: #fff;
		padding: 10px 10px 0 10px;
		border-radius: 20px 20px 0 0;

		border-bottom: 1px solid rgba(0, 0, 0, 0.08);
		box-sizing: border-box;
	}

	.pos {
		width: 100%;
		height: auto;
		overflow: hidden;
		font-size: 15px;
		color: #333;
		padding-bottom: 5px;
		margin-bottom: 0px;
		/* border-bottom: 1px solid rgba(0, 0, 0, 0.08); */
	}

	.pos i {
		font-size: 18px;
		margin-right: 5px;
	}

	.pos a {
		font-size: 15px;
		color: #333;
	}

	/* 内页导航 */
	.nmenu {
		width: 100%;
		overflow: hidden;
		margin-top: 5px;
	}

	.nmenu ul {
		overflow: hidden;
		margin: 0;
	}

	.nmenu ul li {
		overflow: hidden;
		float: left;
		line-height: 30px;
		padding: 0 10px;
		text-align: center;
		position: relative;
	}

	.nmenu ul li:after {
		content: "";
		width: 1px;
		height: 20px;
		background: #c9c9c9;
		position: absolute;
		right: 0;
		top: 5px;
	}

	.nmenu ul li:first-child {
		padding-left: 0;
	}

	.nmenu ul li:last-child {
		padding-right: 0;
	}

	.nmenu ul li:last-child:after {
		display: none;
	}

	.nmenu ul li a {
		font-size: 10px;
		color: #5a5a5a;
		display: block;
		position: relative;
		padding-bottom: 0px;
	}

	.nmenu ul li a:after {
		content: "";
		width: 0;
		height: 2px;
		background: #0077bf;
		position: absolute;
		bottom: 0;
		left: 0;
		-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
		transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	}

	.nmenu ul li a:hover,
	.nmenu ul li.active a {
		color: #0077bf;
		font-weight: bold;
	}

	.nmenu ul li:hover a:after,
	.nmenu ul li.active a:after {
		width: 100%;
	}


	.nmain {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 0 auto;

		background: #f6f7f9;
	}

	.nmain_box {
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 20px 5px;
		margin: 0 auto;
		margin-bottom: 20px;
		background: #fff;
	}


	.nmain_box_left {
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.nmain_box_right {
		float: right;
		width: 230px;
		height: auto;
		overflow: hidden;
		padding: 0 0px;
		margin-right: -40px;

		display: none;
	}

	.nmain_box_right_title {
		font-size: 20px;
		color: #0077bf;
		font-weight: 600;
		line-height: 40px;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	}

	.nmain_box_right_list {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 0 auto;
	}

	.nmain_box_right_list ul li {
		float: left;
	}

	.nmain_box_right_list li {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		line-height: 35px;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	}

	.nmain_box_right_list li i {
		margin-right: 5px;
	}

	.nmain_box_right_list li a {
		display: block;
	}

	.nmain_box_right_list li:hover,
	.nmain_box_right_list li.active {
		color: #0077bf;
		font-weight: 600;
	}


	.nabout_title {
		position: relative;
		font-size: 18px;
		text-align: center;
		font-weight: 600;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}

	.nabout_title::before {
		content: "";
		position: absolute;
		left: 50%;
		bottom: 0;
		transform: translateX(-50%);
		width: 100px;
		height: 3px;
		background: #0077bf;

	}

	.nabout_neirong {
		font-size: 14px;
		line-height: 24px;
	}


	/* 内页新闻列表 */

	.nnewslist {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;

		transition: all 0.3s ease-out;
		-webkit-transition: all 0.3s ease-out;

		display: grid;
		grid-template-columns: 1fr;
		grid-column-gap: 10px;
		grid-row-gap: 0px;

		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	}

	.nnewslist_left {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.nnewslist_left img {
		position: relative;
		z-index: 1;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}


	.nnewslist_img_date {
		width: 68px;
		height: 68px;
		background: #0077bf;
		font-size: 30px;
		color: #fff;
		text-align: center;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 3;
	}

	.nnewslist_img_date span {
		display: block;
		width: 100%;
		overflow: hidden;
		text-align: center;
		font-size: 12px;
		color: #fff;
	}



	.nnewslist_right {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 5px 10px;
	}

	.nnewslist_title {
		width: 100%;
		height: auto;
		overflow: hidden;
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 5px;
		padding-bottom: 5px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	}

	.nnewslist_des {
		line-height: 20px;
		font-size: 12px;
		color: #666;

		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
	}

	.nnewslist:hover a {
		color: #0077bf;
	}

	.nnewslist:hover {
		box-shadow: 0 5px 5px -6px rgba(97, 105, 113, 0.3);
		transform: translateY(-3px);
		-webkit-transform: translateY(-3px);
	}

	/* 新闻详细 */

	.nnews_title {
		width: 100%;
		height: auto;
		overflow: hidden;
		font-size: 16px;
		line-height: 26px;
		text-align: center;
		padding: 5px 10px;
	}

	.nnews_date {
		text-align: center;
		font-size: 12px;
		color: #757575;
		margin: 10px 0 5px;
		margin-bottom: 10px;
		padding-bottom: 5px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	}

	.nnews_neirong {
		font-size: 14px;
		line-height: 24px;
		padding: 10px;
	}

	.nnews_neirong img {
		max-width: 100%;
	}

	.nnews_neirong video {
		max-width: 100%;
	}

	.nyxqnews_leftpage {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: 20px;
		border-top: 1px solid #e7e7e7;
		border-bottom: 1px solid #e7e7e7;
		line-height: 30px;
		padding: 0 10px;
	}

	.nyxqnews_leftup {
		float: left;
		border-right: none;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.nyxqnews_leftdown {
		float: left;
		text-align: left;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.nyxqnews_right {
		width: 100%;
		float: left;
		position: relative;
	}


	/* 推荐新闻 */

	.nyxqnews_right {
		width: 100%;
		float: left;
		position: relative;
		padding: 0 10px;
	}

	.nywenzhang {
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 20px 0 0;
	}

	.nyxqnews_righttit {
		font-size: 20px;
		border-bottom: 1px solid #e7e7e7;
		height: auto;
		line-height: 40px;
		position: relative;
	}

	.nyxqnews_righttit:before {
		content: "";
		width: 75px;
		height: 1px;
		background: #1059a9;
		position: absolute;
		left: 0;
		bottom: -1px;
	}

	.nyxqnews_righttit strong {
		color: #1059a9;
	}

	.nyxqnews_rightcont {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: 10px;
		line-height: 36px;
	}

	.nyxqnews_rightcont ul li {
		float: left;
	}

	.nyxqnews_rightcont li {
		width: 100%;
		margin-right: 0%;
		height: auto;
		overflow: hidden;
		line-height: 40px;
		background: url(../images/newswenzhagn.png) left center no-repeat;
		padding-left: 22px;
		border-bottom: 1px dashed #ccc;
		margin-bottom: 5px;

		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}

	.nyxqnews_rightcont li:nth-child(2n+2) {
		margin-right: 0;
	}

	.nyxqnews_rightcont a {
		display: block;
		font-size: 14px;
	}


	/* 会员列表 */

	.huiyuanlist_box {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;

		transition: all 0.3s ease-out;
		-webkit-transition: all 0.3s ease-out;

		display: grid;
		grid-template-columns: 1fr;
		grid-column-gap: 0px;
		grid-row-gap: 10px;
	}

	.huiyuanlist_li {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 0px auto;
		padding: 10px 0;
		border-bottom: 1px solid #efefef;

		transition: all 0.3s ease-out;
		-webkit-transition: all 0.3s ease-out;

		display: grid;
		grid-template-columns: 1fr;
		grid-column-gap: 0px;
		grid-row-gap: 10px;
	}

	.huiyuanlist_img {
		position: relative;
		width: 98%;
		height: auto;
		overflow: hidden;
		border: 1px solid #efefef;
		background: #fff;
		margin: 0px auto;
	}

	.huiyuanlist_img img {
		position: relative;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.huiyuanlist_txt {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 10px;
	}

	.huiyuanlist_title {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;

		font-size: 16px;
	}

	.huiyuanlist_tag {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;

		font-size: 12px;
		color: #999;
		padding: 5px 0;
		line-height: 20px;
		margin-bottom: 3px;
	}

	.huiyuanlist_des {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		font-size: 12px;
		line-height: 20px;
		color: #888;

		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}


	/* 会员外壳样式 */
	.huiyuanlist_li:before,
	.huiyuanlist_li:after {
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		z-index: -1;
		box-sizing: border-box;
		transition: height 0.5s linear 0s, width 0.5s linear 0.5s, opacity 0s linear 1s;
		opacity: 0;
	}

	.huiyuanlist_li:before {
		top: 0;
		left: 0;
		border-top: 1px solid #0077bf;
		border-right: 1px solid #0077bf;
		border-bottom: 1px solid transparent;
		border-left: 1px solid transparent;
	}

	.huiyuanlist_li:after {
		bottom: 0;
		right: 0;
		border-bottom: 1px solid #0077bf;
		border-left: 1px solid #0077bf;
		border-top: 1px solid transparent;
		border-right: 1px solid transparent;
	}

	.huiyuanlist_li:hover:before,
	.huiyuanlist_li:hover:after {
		width: 100%;
		height: 100%;
		transition: width 0.5s linear 0s, height 0.5s linear 0.5s;
		opacity: 1;
	}

	.huiyuanlist_li:hover {
		box-shadow: 0 0 2.4vw 0 rgba(0, 0, 0, 0.1);

		/* box-shadow: 0 5px 5px -6px rgba(97, 105, 113, 0.3); */
		transform: translateY(-3px);
		-webkit-transform: translateY(-3px);
	}

	.huiyuanlist_li a:hover .huiyuanlist_img img {
		transform: scale(1.1);
	}


	/* 直播 */
	.ncasebox {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 0px auto;
		margin-bottom: 20px;
		transition: all 0.3s ease-out;
		-webkit-transition: all 0.3s ease-out;

		display: grid;
		grid-template-columns: 1fr;
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}

	.ncaselist {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 5px auto;
	}

	.ncase_img {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		padding-bottom: 0%;
	}

	.ncase_img a {
		display: block;
	}

	.ncase_img img {
		position: relative;
		z-index: 1;
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: all 0.5s;
	}

	.ncase_txt {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		line-height: 40px;
		font-size: 14px;
		text-align: center;
		background: #efefef;
	}

	.ncase_txt a {
		display: block;
	}


	/* 搜索 */
	.sosuo {
		float: right;
		width: 100%;
		margin-bottom: 20px;
	}

	.sosuo_form {
		display: flex;
	}



	.xuanzhe {
		position: relative;
		width: 90px;
		height: 36px;
		line-height: 36px;
		text-align: left;
		background: #ddd url(../images/arrow-down-filling.png) no-repeat center right;
		color: #0077bf;
	}


	.sosuo .text1 {
		width: 90px;
		height: 36px;
		padding-left: 0px;
		line-height: 36px;
		text-align: center;
		background: #ddd;
		color: #0077bf;
		font-size: 12px;
	}

	.sosuo .text {
		width: 50%;
		height: 36px;
		padding-left: 0px;
		line-height: 36px;

		background: #efefef;
		color: #333;
	}

	.sosuo .submit {
		width: 30%;
		height: 36px;
		text-align: center;
		line-height: 36px;
		font-size: 14px;

		background: #0077bf;
		color: #fff;
	}




	/* 申请加入 */
	.nmain_order form {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.nmain_order form .group {
		margin-bottom: 5px;
		width: 100%;
	}

	.nmain_order form .group.textarea {
		width: 100%;
	}

	.nmain_order form .group.yzm {
		width: 100%;
	}

	.nmain_order form .group.yzm .fc-code {
		position: absolute;
		right: 2px;
		bottom: 2px;
	}

	.nmain_order form .group.yzm .fc-code img {
		width: 100px;
		height: 35px;
	}

	.nmain_order form .group.btnbox {
		width: 150px;
		margin: 10px auto;
		float: none;
	}

	.nmain_order form .span {
		display: block;
		font-size: 1rem;
		height: 17px;
		color: #3d3d3d;
		margin-bottom: 1rem;
	}

	.nmain_order form .span i {
		color: #e73728;
	}

	.nmain_order form .input {
		height: 40px;
		border: 1px solid #d5d5d5;
		width: 100%;
		padding: 0 10px;
		font-size: .8125rem;
		color: #666;
	}

	.nmain_order form textarea {
		border: 1px solid #d5d5d5;
		height: 6.75rem;
		line-height: 1.7;
		width: 100%;
		padding: 10px 18px;
		font-size: .8125rem;
		color: #666;
		font-family: "微软雅黑";
	}

	.nmain_order form .btn_submit {
		height: 40px;
		width: 150px;
		background: #3d75c0;
		color: #fff;
		border: 0;
		outline: 0;
		float: right;
		margin-top: 20px;
	}

	/* 联系我们 */
	.ncontact {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.ncontact_left {
		position: relative;
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-right: 0%;
		margin-bottom: 5%;
	}

	.ncontact_mc {
		font-size: 16px;
		font-family: "PingFang-SC-Heavy, PingFang-SC";
		font-weight: 800;
		color: #0077bf;
		/* line-height: 42px; */
		margin-bottom: 10px;
		padding-left: 10px;
	}

	.ncontact_mc span {
		display: block;
		font-size: 11px;
		font-weight: 400;
		color: #666;
	}

	.ncontact_list {
		position: relative;
		float: right;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.ncontact_list ul li {
		float: left;
	}

	.ncontact_list li {
		font-size: 14px;
		line-height: 20px;
		padding: 15px 0;
		border-bottom: 1px solid rgba(0, 0, 0, 0.08);

		padding-left: 10px;
		display: flex;
		align-items: center;
	}

	.ncontact_list li i {
		font-size: 20px;
		margin-right: 5px;
		color: #0077bf;
	}

	.ncontact_right {
		position: relative;
		float: right;
		width: 100%;
		height: auto;
		overflow: hidden;
	}


	#dituContent {
		width: 100%;
		height: 250px;
		border: #ccc solid 1px;
	}





	.form-box {
		margin-top: 0px;
	}

	.form-box .form_title {
		margin: 0px auto 10px;
		font-size: 14px;
		font-weight: 500;
	}

	.form-box .form_title p {
		margin-bottom: 1px;
	}

	.form-box .item {
		float: left;
		width: 100%;
	}

	.form-box .item2 {
		width: 100%;
	}

	.form-box .item:last-child {
		font-size: 0;
		text-align: center;
		float: none;
		margin: 0 auto;
		width: 100%;
	}

	.form-box .check-box,
	.form-box input[type=submit] {
		float: none;
		display: inline-block;
		*display: inline;
		zoom: 1;
		margin: 0 20px;
	}

	.form-box .item:nth-child(2n) {
		float: right;
	}

	.form-box .row {
		margin: 0;
	}

	.form-box .item {
		box-sizing: border-box;
		margin-bottom: 13px;
	}

	.form-box .item:last-child {
		margin-bottom: 0;
	}

	.form-box .tit {
		font-size: 16px;
		margin-bottom: 15px;
	}

	.form-box .tit .red {
		color: #f00;
	}

	.form-box input[type=text],
	.form-box textarea {
		width: 100%;
		padding: 15px 20px 15px 40px;
		height: auto;
		font-size: 16px;
		color: #999;
		background-repeat: no-repeat;
		background-position: 10px center;
		background-size: 20px;
		background-color: #fff;
		border: 1px solid #ddd;
		box-sizing: border-box;
		transition: all .3s;
	}

	.message-box .form-box .item textarea {}

	.form-box .name {
		background-image: url("../images/form-icon1.png");
	}

	.form-box .mobile {
		background-image: url("../images/form-icon2.png");
	}

	.form-box .mail {
		background-image: url("../images/form-icon3.png");
	}

	.form-box .address {
		background-image: url("../images/form-icon4.png");
	}

	.form-box .company {
		background-image: url("../images/form-icon5.png");
	}

	.form-box .country {
		background-image: url("../images/form-icon6.png");
	}

	.form-box .content {
		background-image: url("../images/form-icon7.png");
		background-position: 10px 15px;
		height: auto;
	}

	.form-box input::-webkit-input-placeholder {
		color: #999;
	}

	.form-box input:-moz-placeholder {
		color: #999;
	}

	.form-box input::-moz-placeholder {
		color: #999;
	}

	.form-box input:-ms-input-placeholder {
		color: #999;
	}

	.form-box textarea::-webkit-input-placeholder {
		color: #999;
	}

	.form-box textarea:-moz-placeholder {
		color: #999;
	}

	.form-box input[type=text]:focus,
	.form-box textarea:focus {
		background-color: #b7b7b7;
		color: #fff;
	}

	.form-box input[type=text]:focus::-webkit-input-placeholder {
		color: #fff;
	}

	.form-box input[type=text]:focus:-moz-placeholder {
		color: #fff;
	}

	.form-box input[type=text]:focus::-moz-placeholder {
		color: #fff;
	}

	.form-box input[type=text]:focus:-ms-input-placeholder {
		color: #fff;
	}

	.form-box textarea:focus::-webkit-input-placeholder {
		color: #fff;
	}

	.form-box textarea:focus:-moz-placeholder {
		color: #fff;
	}

	.form-box .name:focus {
		background-image: url("../images/h-form-icon1.png");
	}

	.form-box .mobile:focus {
		background-image: url("../images/h-form-icon2.png");
	}

	.form-box .mail:focus {
		background-image: url("../images/h-form-icon3.png");
	}

	.form-box .address:focus {
		background-image: url("../images/h-form-icon4.png");
	}

	.form-box .company:focus {
		background-image: url("../images/h-form-icon5.png");
	}

	.form-box .country:focus {
		background-image: url("../images/h-form-icon6.png");
	}

	.form-box .content:focus {
		background-image: url("../images/h-form-icon7.png");

	}

	input[type="checkbox"] {

		height: 20px;
		width: 20px;

		border-radius: 3px;
		border: 1px solid #ddd;
		line-height: 25px;
		padding: 5px;
		margin: 0;

		float: left;
	}


	.item2 label {

		float: right;
		width: calc(100% - 30px);
		margin-bottom: 0px;
		font-weight: normal;
	}




	.form-box .check-box {
		float: left;
		width: 22.9%;
		border: 1px solid #e5e5e5;
	}

	.form-box .check-box input {
		padding: 10px;
		height: auto;
		line-height: 60px;
		width: 63%;
		border: none;
		border-right: 1px solid #e5e5e5;
		margin: 0;
	}

	.form-box .check-box img {
		float: right;
		width: 36.36%;
		height: auto;
	}

	.form-box input[type=submit] {
		float: left;
		width: 200px;
		height: auto;
		line-height: 50px;
		background: #0077bf;
		text-align: center;
		margin-left: 0;
		color: #fff;
		font-size: 14px;
		transition: all .3s;
		border: none;
		text-transform: uppercase;
	}



	.ibox {}


	.ibox_des {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 20px auto 20px;
		line-height: 20px;
		font-size: 14px;
		text-align: left;
	}


	.serve-problem-items li {
		width: 100%;
		margin-bottom: 18px;
	}

	.serve-problem-list {
		width: 100%;
		display: flex;
		justify-content: space-between;
		cursor: pointer;
	}

	.serve-problem-column {
		width: calc(100% - 30px);
		height: 50px;
		display: flex;
		align-items: center;
		position: relative;

		z-index: -1;
		border-bottom: 1px solid #eee;
	}

	.serve-problem-column::before {
		content: '';
		width: 28px;
		height: 28px;
		border: 1px solid #d0cfcf;
		border-radius: 50%;
		background: url('../images/problemicon.png') no-repeat center;
		position: absolute;
		left: 3px;
		top: 50%;
		margin-top: -12px;
		transition: all .4s ease;
	}

	.serve-problem-column h2 {
		font-size: 14px;
		color: #333;
		margin-left: 40px;
		margin-top: 0;
		margin-bottom: 0;
	}

	.serve-problem-click {
		width: 30px;
		height: 50px;
		background-color: #fff;
		transition: all .4s ease;
		display: flex;
		align-items: center;
		justify-content: center;
		border-bottom: 1px solid #eee;
	}

	.serve-problem-click i {
		display: inline-block;
		width: 24px;
		height: 24px;
		background: url("../images/g73.png") no-repeat center;
		transition: all .4s ease;
	}

	.serve-problem-drop {
		width: 100%;
		position: relative;
		z-index: -2;
		display: none;
	}

	.serve-problem-dropli {
		width: auto;
		/* display: flex; */
		padding: 10px;
		background-color: #fff;
		/* box-shadow: 0 5px 25px rgba(0, 0, 0, 0.09); */
		border: 1px solid #eee;
		border-top: none;
		z-index: -1;
	}

	.serve-problem-dropli i {
		display: inline-block;
		margin-left: 16.5px;
		width: 33px;
		height: 33px;
		font-size: 16px;
		color: #fff;
		font-style: normal;
		font-weight: 700;
		border-radius: 50%;
		background-color: #333;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.serve-problem-dropli p {
		font-size: 12px;
		color: #666;
		font-weight: 500;
		line-height: 20px;
		margin-left: 0;
		text-indent: 0;
	}

	.serve-problem .problem-pagination {
		width: 100%;
		text-align: center;
		margin-top: 6px;
	}

	.serve-problem .problem-pagination .swiper-pagination-bullet-active {
		background: #333;
	}

	.serve-problem-list.active .serve-problem-column::before {
		border: 1px solid #0077bf;
		background: url("../images/problemiconH.png") no-repeat center;
	}

	/* .serve-problem-list.active .serve-problem-click{background-color:#333;} */
	.serve-problem-list.active .serve-problem-click i {
		background: url("../images/g73.png") no-repeat center;
		transform: rotate(90deg);
	}






	.product_box {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.product_left {
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-right: 50px;
		margin-top: 20px;
	}

	.product_right {
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: 30px;
	}


	.product_t1 {
		line-height: 24px;
		height: auto;
		border-bottom: 1px dashed #dadada;
		font-size: 14px;
		font-weight: 500;
		color: #333;
		padding: 10px 0;
	}

	.product_t1 b {
		font-size: 15px;
		color: #111;
		font-weight: 600;
	}

	.product_fx {
		width: 320px;
		height: auto;
		line-height: 50px;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;

		margin-top: 20px;
		font-size: 20px;
		padding: 0px 20px;
		background: #0077bf;
		border-radius: 25px;
		color: #fff;
	}

	.product_fx i {
		font-size: 30px;
		margin-right: 20px;
		color: #fff;
	}


	.product_des {
		background: #f9f9f9;
		margin-top: 20px;
		line-height: 50px;
		margin-bottom: 20px;
	}

	.product_des span {
		display: inline-block;
		background: #0077bf;
		color: #fff;
		padding: 0 20px;
		font-size: 16px;
		border-top-left-radius: 10px;
	}

	.product_nr {}





}