@charset "utf-8";
/* CSS Document */
body {
	padding: 0;
	margin: 0;
	font-size: 12px;
	/* min-width: 1200px; */
	font-family: "微软雅黑";
	background: #fbfbfb;
}
body * {
	box-sizing: border-box;
}
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
p {
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #666;
}
img {
	border: 0px;
}
.clearfloat {
	clear: both;
	width: 100%;
	height: 0px;
}

#top {
	float: left;
	width: 100%;
	background: #fff;
	height: 100px;
	position: fixed;
	z-index: 99999999;
}

@media (max-width: 1200px) {
	#top {
		display: none;
	}
}

#top h1 {
	float: left;
	margin: 18px 0 0 0;
}
.top_rig {
	float: right;
	margin-top: 1.75rem;
}
.top_rig1 {
	float: left;
	width: 830px;
}
.top_rig1 dl {
	float: right;
	line-height: 40px;
	margin-top: 0px;
}
.top_rig1 dd {
	float: left;
	margin-right: 15px;
	color: #ccc;
}
.top_rig1 dd s {
	text-decoration: none;
	font-size: 18px;
	color: #0193e0;
	font-family: Arial;
}
.top_rig1 ul {
	float: left;
	width: 830px;
}
.top_rig1 ul li {
	float: left;
	width: 118px;
}
.top_rig1 ul li a {
	width: 118px;
	line-height: 48px;
	text-align: center;
	float: left;
	font-size: 16px;
	color: #333;
	margin-top: 5px;
}
.top_rig1 ul li a:hover {
	background: url(../images/menu_hov.png) no-repeat center -2px;
	color: #fff;
	text-decoration: none;
}
.top_rig1 ul li a.hov1 {
	background: url(../images/menu_hov.png) no-repeat center -2px;
	color: #fff;
	text-decoration: none;
}
.top_rig1 dl dd a {
	font-size: 14px;
}
.top_rig11 ul {
	float: left;
}

.logo_call {
	margin-top: 14px;
	height: 65px;
	float: left;
}
.logo_call img {
	max-height: 100%;
	max-width: 100%;
	vertical-align: top;
}
.menu {
	width: 100%;
	float: left;
	margin-top: 5px;
}
.menu li {
	position: relative;
	list-style: none;
	float: left;
	display: block;
	width: 110px;
}
.menu li a {
	width: 100px;
	line-height: 48px;
	text-align: center;
	float: left;
	font-size: 16px;
	color: #414141;
	display: block;
	padding: 0 3px;
	letter-spacing: 1px;
}

.menu li:hover > a {
	background: url(../images/menu_hov.png) no-repeat center -2px;
	color: #fff;
	text-decoration: none;
}
.menu li ul li:hover > a {
	text-decoration: none;
	background: #3bb2f0;
}
.menu ul {
	position: absolute;
	top: 55px;
	opacity: 0;
	background: #fff;
	-webkit-transition: opacity 0.25s ease 0.1s;
	-moz-transition: opacity 0.25s ease 0.1s;
	-o-transition: opacity 0.25s ease 0.1s;
	-ms-transition: opacity 0.25s ease 0.1s;
	transition: opacity 0.25s ease 0.1s;
}
.menu li:hover > ul {
	opacity: 0.9;
	z-index: 9999;
}
.menu ul li {
	height: 0;
	overflow: hidden;
	padding-top: 0px;
	-webkit-transition: height 0.25s ease 0.1s;
	-moz-transition: height 0.25s ease 0.1s;
	-o-transition: height 0.25s ease 0.1s;
	-ms-transition: height 0.25s ease 0.1s;
	transition: height 0.25s ease 0.1s;
}
.menu li:hover > ul li {
	height: 50px;
	overflow: visible;
	padding-bottom: 0px;
	text-decoration: none;
}
.menu ul li a {
	width: 100%;
	padding: 0px 0px 2px 0px;
	margin: 0;
	border: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*........banner.......*/
#container {
	/* margin-top: -92px; */
}
.sbanner {
	position: relative;
	padding-top: 100px;
}

body {
	/* max-width: 100vw; */
	/* overflow-x: hidden; */
}

@media (max-width: 1200px) {
	.sbanner {
		position: relative;
		padding-top: 60px;
	}
}
.banner-box {
	width: 100%;
	/* height: 600px; */
	position: relative;
	overflow: hidden;
}
.banner-box .bd {
	width: 100% !important;
}
.banner-box .bd li .m-width {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.banner-box .bd li {
	width: 100% !important;
	margin-top: 92px;
}
.banner-box .bd li a {
	display: block;
	background-size: auto;
	position: relative;
	padding-top: calc(600 / 1920 * 100%);
}

.banner-box .bd li a img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}

.banner-box .m-width {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.banner-box {
	width: 100% !important;
	/* margin-top: 92px; */
}
.banner-box a {
	display: block;
	background-size: auto;
	position: relative;
	padding-top: calc(600 / 1920 * 100%);
}

.banner-box a img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}

.banner-box a .i2 {
	display: none;
}

.banner-btn {
	width: 1200px;
	position: absolute;
	top: 40%;
	left: 50%;
	margin-left: -605px;
}
.banner-btn a {
	display: block;
	width: 46px;
	height: 46px;
	position: absolute;
	top: 0;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}
.banner-btn a.prev {
	left: 20px;
	background: url(../images/b1.png);
}
.banner-btn a.next {
	right: 20px;
	background: url(../images/b2.png);
}

@media (max-width: 900px) {
	.banner-box a {
		padding-top: 100%;
		padding-top: calc(580 / 850 * 100%);
	}

	.banner-box a .i1 {
		display: none;
	}

	.banner-box a .i2 {
		display: block;
	}
}

.row {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 100px;
	z-index: 99;
}
.row {
	animation: mymove 5s infinite;
	-webkit-animation: mymove 5s infinite;
}
@keyframes mymove {
	from {
		bottom: 60px;
		opacity: 1;
	}
	to {
		bottom: 20px;
		opacity: 0.1;
	}
}

@-webkit-keyframes mymove /*Safari and Chrome*/ {
	from {
		bottom: 60px;
		opacity: 1;
	}
	to {
		bottom: 20px;
		opacity: 0.1;
	}
}

.floor0 {
	width: 1200px;
	margin: 50px auto 0;
}
.title {
	text-align: center;
	margin-bottom: 50px;
}
.title div {
	font-size: 30px;
	position: relative;
	height: 45px;
}
.title div .jia {
	left: 590px;
	top: 5px;
}

@media (max-width: 1200px) {
	.title div {
		height: auto;
		font-size: 20px;
	}
}

.title .line {
	display: block;
	width: 120px;
	height: 4px;
	background: #009fe2;
	margin: 10px auto;
}
.title p {
	font-size: 16px;
	color: #565656;
	line-height: 28px;
}
.yewu {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}

.yewu li {
	width: 230px;
	height: 260px;
	float: left;
	overflow: hidden;
	margin-top: 35px;
	position: relative;
}
.yewu li div {
	width: 100%;
	height: 100%;
	background: url(../images/bg.png);
	position: absolute;
	top: 0px;
	font-size: 26px;
	color: #fff;
}
.yewu li.spacing {
	margin-left: 12px;
}
.yewu li span {
	display: block;
	width: 59px;
	height: 3px;
	margin-top: 105px;
	margin-left: 28px;
}
.yewu li p {
	margin-top: 10px;
	text-align: center;
}
.yewu li img {
	width: 230px;
	height: 260px;
	-webkit-transition: -webkit-transform 1s;
	transition: transform 1s;
}
.yewu li:hover div {
	display: none;
}
.yewu li:hover img {
	-ms-transform: scale(1.2); /* IE 9 */
	-webkit-transform: scale(1.2); /* Safari */
	transform: scale(1.2);
}

/*....................*/
.floor1 {
	width: 100%;
	/* height: 658px; */
	margin-top: 50px;
	padding-top: 45px;
	background: url(../images/bg1.jpg) center 0;
}

.floor1 .f1_mob {
	display: none;
}
.floor1 .f1_mob img {
	width: 100%;
}

.nei {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}
.pro {
	width: 1200px;
	height: 616px;
	margin: 0 auto;
	background: url(../images/pro.png);
	position: relative;
	overflow: hidden;
}

@media (max-width: 1280px) {
	.floor1 .f1_mob {
		display: block;
	}

	.nei .pro {
		display: none;
	}
}

.pro div {
	position: absolute;
}
.pro div .cai {
	display: block;
}
.pro div .hei {
	display: none;
}

.pro .p1 {
	left: 425px;
	top: 20px;
}
.pro .p2 {
	left: 760px;
	top: 49px;
}
.pro .p3 {
	left: 455px;
	top: 162px;
}
.pro .p4 {
	left: 958px;
	top: 201px;
}
.pro .p5 {
	left: 984px;
	top: 319px;
}
.pro .p6 {
	left: 739px;
	top: 310px;
}
.pro .p7 {
	left: 554px;
	top: 307px;
}
.pro .p8 {
	left: 414px;
	top: 291px;
}
.pro .p9 {
	left: 512px;
	top: 500px;
}
.pro .p10 {
	left: 186px;
	top: 392px;
}
.pro .p11 {
	left: 161px;
	top: 358px;
}
.pro .p12 {
	left: 51px;
	top: 175px;
}
.pro .p13 {
	left: 278px;
	top: 148px;
}
.pro .p14 {
	left: 530px;
	top: 233px;
}

/*........................*/
.floor2 {
	width: 1200px;
	margin: 0 auto 0;
	padding-top: 50px;
	overflow: hidden;
}
.case_img {
	width: 100%;
	margin-top: 20px;
	opacity: 0;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-transform: translate3d(0, -100px, 0);
	transform: translate3d(0, -100px, 0);
}
.floor2.active .case_img {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.case_img li {
	width: 280px;
	float: left;
	text-align: center;
	margin-top: 28px;
}
.case_img li div {
	width: 280px;
	height: 160px;
	overflow: hidden;
}
.case_img li div img {
	width: 280px;
	height: 160px;
	-ms-transform: scale(1.2); /* IE 9 */
	-webkit-transform: scale(1.2); /* Safari */
	transform: scale(1.2);
	-webkit-transition: -webkit-transform 1s;
	transition: transform 1s;
}
.case_img li:hover img {
	-ms-transform: scale(1); /* IE 9 */
	-webkit-transform: scale(1); /* Safari */
	transform: scale(1);
}
.case_img li p {
	font-size: 16px;
	margin-top: 20px;
	line-height: 26px;
}
.case_img li a {
	color: #000;
}
.case_img li:hover a {
	color: #00a0e2;
}
.case_img li.spacing1 {
	margin-left: 26px;
}
.case_view {
	width: 100%;
	margin-top: 28px;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-transform: translate3d(0, 100px, 0);
	transform: translate3d(0, 100px, 0);
}
.floor2.active .case_view {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.case_view li {
	width: 280px;
	float: left;
	text-align: center;
}
.case_view li div {
	width: 280px;
	height: 200px;
	overflow: hidden;
}
.case_view li p {
	font-size: 15px;
	margin-top: 20px;
}
.case_view li.spacing2 {
	margin-left: 26px;
}

.hbanner {
	width: 100%;
	height: 195px;
	background: url(../images/hbanner.jpg) center 0;
	margin-top: 50px;
	overflow: hidden;
}

@media (max-width: 1200px) {
	.hbanner {
		display: none;
	}
}

.hbanner2 {
	display: none;
}

.hbanner2 a {
	display: block;
}

.hbanner2 a img {
	display: block;
	width: 100%;
}

@media (max-width: 1200px) {
	.hbanner2 {
		display: block;
	}
}

/*..............floor3................*/
.floor3 {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	background: #fff;
}

.floor3 img {
	width: 100%;
}
.s1 {
	width: 1500px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	width: 80%;
}

.floor3 .s2 {
	height: auto;
	width: 90%;
	margin: 10px auto;
	display: none;
	background-image: none;
}

@media (max-width: 900px) {
	.floor3 .s1 {
		display: none;
	}

	.floor3 .s2 {
		display: block;
	}
}

.sl {
	width: 1200px;
	margin: 50px auto 0;
}

.sl li {
	width: 299px;
	height: 110px;
	border-right: 1px dotted #aaa;
	float: left;
	text-align: center;
}
.sl li .num {
	font-size: 72px;
	color: #00a0e2;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 80px;
}
.sl li .hui {
	font-size: 52px;
	color: #d6d6d6;
	line-height: 80px;
}
.sl li p {
	font-size: 24px;
	font-weight: bold;
	color: #5a5a5a;
}
.s2 {
	width: 100%;
	height: 316px;
	background: url(../images/s2.png) center 0;
	margin-top: 60px;
}

/*............................*/
.floor4 {
	width: 100%;
	/* height: 1120px; */
	background: url(../images/banner44.jpg) center 0;
	padding-top: 50px;
}
.dui {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.tab {
	margin-top: 40px;
}

.dui_mob {
	display: none;
	padding-bottom: 50px;
}

.dm_tit {
	font-size: 30px;
	color: #fff;
}

.dm_tit span {
	font-size: 18px;
}

.dm_mi .dm_i {
	margin-bottom: 20px;
}

.dm_mi .dm_list {
	margin-top: 30px;
}

.dm_mi .dm_i .tit {
	color: #0078c8;
	font-size: 16px;
}

.dm_mi .dm_i .te {
	color: #fff;
	font-size: 13px;
	margin-top: 10px;
}

@media (max-width: 900px) {
}

@media (max-width: 1200px) {
	.dui {
		width: 90%;
		display: none;
	}

	.dui_mob {
		display: block;
	}
}

.yb {
	display: block;
	width: 359px;
	height: 52px;
	background: url(../images/d1.png);
	text-align: center;
	line-height: 52px;
	font-size: 30px;
	margin: 0 auto;
}
.xd {
	font-size: 13px;
	color: #fff;
	line-height: 24px;
	margin-top: 6px;
}
.tab span.line {
	display: block;
	width: 4px;
	background: #29a1e3;
}

.tf_ys {
	display: block;
	width: 451px;
	height: 70px;
	background: url(../images/d1.png);
	text-align: center;
	line-height: 66px;
	font-size: 36px;
	font-family: "Myriad Set Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	margin: 0 auto;
	letter-spacing: 3px;
	color: #f0f0f0;
}
.tf_ys_en {
	vertical-align: top;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
}
/*.............floor5.............*/
.floor5 {
	/* width: 1210px; */
	/* width: 1200px; */
	height: 670px;
	margin: 50px auto 0;
	overflow: hidden;
}
.floor5 .floor5_madie img {
	/* opacity: 0;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	transform: rotatex(90deg); */
}
.floor5.active .floor5_madie img {
	opacity: 1;
	transform: rotatex(0deg);
}
.btn1 {
	width: 100%;
	margin: 35px auto;
	text-align: center;
	position: relative;
	z-index: 20;

	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.btn1 a {
	/* margin-left: 25%; */
	display: inline-block;
	/* float: left; */
	font-size: 18px;
	width: 265px;
	height: 38px;
	border-radius: 6px;
	color: #fff;
	background: #00a0e2;
	line-height: 38px;
	text-align: center;
	cursor: pointer;
	margin-left: 20px;
}

.btn1 a:first-child {
	margin-left: 0;
}

.f5_swiper {
	position: relative;
	left: 0;
}

.f5_swiper a {
	display: block;
	padding-top: calc(300 / 270 * 100%);
	position: relative;
}

.f5_swiper .swiper-slide {
	padding: 0 3px;
}

.f5_swiper .floor_content_p1 {
	text-align: center;
	color: #fff;
	font-size: 16px;
}

.f5_swiper a img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}

.f5_swiper .cs-btn {
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #fff;
	background-size: 30% auto;
	background-position: center;
	z-index: 30;
}

.f5_swiper .swiper-button-next {
	background-image: url(../images/icon-34.png);
}

.f5_swiper .swiper-button-prev {
	background-image: url(../images/icon-33.png);
}

@media (min-width: 1200px) {
	.f5_swiper {
		position: absolute;
		left: -200vw;
	}
}

@media (max-width: 1200px) {
	.floor5_madie {
		display: none;
	}
	.floor5 {
		height: auto;
	}
	.btn1 a {
		margin: 10px !important;
	}
}

.floor5_madie {
	/* width: 1150px; */
	margin: 0 auto;
	text-align: center;
}
.floor5_madie ul li {
	list-style-type: none;
	float: left;
	position: relative;
	display: block;
}
.floor_content {
	width: 270px;
}
.floor_content img {
	width: 270px;
}
.floor_content_p {
	background: #00a0e2;
	width: 100%;
	padding: 20px 0;
}
.floor_content_p1 {
	background: #666;
	width: 100%;
	padding: 20px 0;
}
.floor_content p {
	width: 250px;
	height: 26px;
	color: #fff;
	text-align: center;
	line-height: 17px;
	font-size: 20px;
	position: relative;
	display: block;
}

/*............floor6..............*/
.floor6 {
	width: 100%;
	background: url(../images/bg3.jpg) no-repeat;
	background-size: cover;
	margin-top: 50px;
	padding-top: 50px;
	position: relative;
}

.honor {
	width: 100%;
}

.honor1 {
	position: relative;
}
.honor2 {
	position: absolute;
	left: -100vw;
}

@media (max-width: 768px) {
	.honor1 {
		position: absolute;
		left: -100vw;
	}

	.honor2 {
		position: relative;
		left: 0;
	}
}

.ry {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.subnav {
	width: 306px;
	height: 38px;
	margin: 0 auto;
}
.subnav li {
	float: left;
	width: 146px;
	height: 38px;
	border-radius: 8px;
	text-align: center;
	line-height: 38px;
	font-size: 18px;
	margin-top: 20px;
	background: #e5e5e5;
	color: #565656;
}
.subnav li.curr {
	background: #00a0e2;
	color: #fff;
}
.ryzz {
	width: 100%;
	margin-top: 20px;
	margin: 0 auto;
	text-align: center;
}
.rong {
	text-align: center;
}
.rong img {
	margin-left: 2px;
	margin-top: 20px;
}
.floor6_honer {
	float: left;
	padding: 0 5px;
	margin-top: 10px;
}
.floor6_honer img {
	width: 90%;
}
.rong2 {
	margin-left: 30px;
	width: 100%;
}

/*................floor7.............*/
.floor7 {
	width: 1200px;
	margin: 0 auto 0;
	padding-top: 42px;
	overflow: hidden;
}
.bj {
	width: 568px;
	float: left;
	margin-top: 35px;
}

.que {
	display: block;
	width: 160px;
	height: 40px;
	background: url(../images/j1.jpg);
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
}
.tab1 {
	margin-top: 22px;
	text-align: center;
	font-size: 14px;
}
.tab1 .dd {
	background: #ddd;
	height: 50px;
}
.tab1 .e8 {
	background: #e8e8e8;
	height: 50px;
}
.btn2 {
	display: block;
	line-height: 30px;
	margin: 0 auto;
	width: 70px;
	height: 30px;
	background: #00a0e2;
	color: #fff;
}
.faq {
	width: 596px;
	float: right;
	margin-top: 35px;
}

.faq_d {
	width: 100%;
	height: 556px;
	background: #eee;
	margin-top: 22px;
	border-radius: 8px;
}
.faq_d ul {
	width: 570px;
	margin: 0 auto;
}
.faq_d ul li {
	width: 100%;
	padding-top: 22px;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 80px;
}
.faq_d ul li img {
	float: left;
	margin-top: 3px;
}
.faq_d ul li span {
	display: block;
	width: 540px;
	float: left;
	margin-left: 10px;
}
.faq_d ul li .bit {
	font-size: 16px;
	line-height: 24px;
}
.faq_d ul li .fd {
	font-size: 14px;
	line-height: 22px;
	color: #565656;
}

/*................floor8.............*/
.floor8 {
	width: 100%;
	height: 308px;
	background: url(../images/bg4.jpg) center 0;
	overflow: hidden;
}
.hz {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.hzlc {
	width: 1020px;
	height: 490px;
	margin: 50px auto 0;
	position: relative;
	opacity: 0;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-transform: translate3d(200px, 0, 0);
	transform: translate3d(200px, 0, 0);
}
.floor8.active .hzlc {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.hzlc .hz1 {
	width: 128px;
	text-align: center;
	position: absolute;
	left: 0;
}
.hzlc .shu {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #00a0e2;
	line-height: 26px;
	margin-top: 20px;
}
.hzlc .zong {
	font-size: 16px;
	color: #fff;
}
.hzlc .hz2 {
	width: 128px;
	text-align: center;
	position: absolute;
	left: 286px;
}
.hzlc .hz3 {
	width: 128px;
	text-align: center;
	position: absolute;
	left: 570px;
}
.hzlc .hz4 {
	width: 205px;
	text-align: center;
	position: absolute;
	left: 813px;
	top: 138px;
}
.hzlc .hz5 {
	width: 150px;
	text-align: center;
	position: absolute;
	top: 275px;
	left: 570px;
}
.hzlc .hz6 {
	width: 128px;
	text-align: center;
	position: absolute;
	top: 275px;
	left: 286px;
}
.hzlc .hz7 {
	width: 128px;
	text-align: center;
	position: absolute;
	top: 275px;
}

.hzlc img {
	transition: transform 1s;
	-webkit-transition: transform 1s;
}
.hzlc div img:hover {
	transform: rotate(180deg);
	-ms-transform: rotatey(180deg); /* IE 9 */
	-webkit-transform: rotatey(180deg);
}

@media (max-width: 1200px) {
	.floor8 {
	}
}

/*......................flooor9..................*/
.floor9 {
	width: 1200px;
	margin: 42px auto 42px;
	overflow: hidden;
}

@media (max-width: 1200px) {
	.floor9 {
		width: 90%;
	}
}
.news {
	width: 100%;
	margin-top: 25px;
}
/*.floor9.active .news{opacity: 1;-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);}*/
.mei {
	display: block;
	width: 114px;
	height: 35px;
	background: url(../images/hb.png);
	text-align: center;
	line-height: 35px;
	font-size: 18px;
	color: #fff;
}
.xw {
	width: 100%;
	margin-top: 20px;
}
.xw li {
	width: 385px;
	float: left;
}
.xw li img {
	width: 145px;
	height: 120px;
	float: left;
}
.xw li div {
	width: 228px;
	margin-left: 8px;
	float: left;
}
.xw li div .big {
	font-size: 16px;
	line-height: 26px;
	color: #000;
}
.xw li div .data {
	line-height: 20px;
}
.xw li div .word {
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	margin-top: 4px;
}
.xw li div .more {
	color: #00a0e2;
	display: block;
	margin-top: 5px;
}
.xw li.spacing3 {
	margin-left: 19px;
}
.kh {
	width: 100%;
	padding-top: 25px;
}
/*.floor9.active .kh{opacity: 1;-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);}*/
.customer {
	width: 100%;
	margin-top: 20px;
}
.customer li {
	width: 102px;
	height: 72px;
	border: 1px solid #ddd;
	background-color: #fff;
	text-align: center;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
}

.customer li img {
	max-width: 100%;
	transition: transform 1s;
	-webkit-transition: transform 1s;
}
.customer li img:hover {
	transform: rotate(180deg);
	-ms-transform: rotatey(180deg); /* IE 9 */
	-webkit-transform: rotatey(180deg);
}

@media (max-width: 1200px) {
	.customer li {
		width: 16%;
		margin-right: 0.6%;
	}
}

@media (max-width: 750px) {
	.customer li {
		width: 24%;
		margin-right: 1%;
	}
}

.N_content {
	/* height: 480px; */
	overflow: hidden;
	/* width: 1200px; */
	display: none;
	margin-top: 10px;
}

.N_content:first-child {
	display: block;
}

.N_content_l {
	width: 620px;
	/* height: 410px; */
	float: left;
	overflow: hidden;
	margin-top: 20px;
}
.N_content_l dl {
	width: 290px;
	margin-right: 20px;
	float: left;
}
.N_content_l dl dd h2 {
	font-size: 16px;
	color: #444;
	/* line-height: 38px; */
	margin: 10px 0;
	height: 56px;
	overflow: hidden;
	font-weight: normal;
}
.N_content_l dl dd p {
	/* width: 300px; */
	color: #666666;
	overflow: hidden;
	line-height: 26px;
	min-height: 78px;
	font-size: 14px;
}
.N_content_l dl dd span {
	display: block;
	color: #666666;
	margin-top: 10px;
	font-size: 14px;
}
.N_content_l dl dd span a {
	float: right;
	color: #444;
}

.N_content_l dl dt a {
	display: block;
	position: relative;
	padding-top: calc(196 / 290 * 100%);
}

.N_content_l dl dt a img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	transition: all 0.3s;
}

.N_content_r {
	width: 570px;
	/* height: 410px; */
	float: right;
	overflow: hidden;
	margin-top: 20px;
}
.N_content_r ul li {
	height: 92px;
	margin-bottom: 13px;
}
.N_content_r ul li dl dt {
	font-size: 46px;
	line-height: 58px;
	text-align: center;
	color: #333;
}
.N_content_r ul li dl dd {
	text-align: center;
	font-size: 16px;
	color: #333;
}
.N_content_r ul li dl {
	width: 92px;
	height: 100%;
	margin-right: 15px;
	border: 1px solid #c1c1c1;
	float: left;
}

.N_content_r ul li h2 {
	font-size: 16px;
	line-height: 30px;
	/* width: 460px; */
	/* float: left; */
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
}
.N_content_r ul li h2 a {
	transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	color: #232323;
}
.N_content_r ul li p {
	font-size: 12px;
	color: #666666;
	/* width: 450px; */
	/* float: left; */
	line-height: 22px;
}

.N_content_l dl:hover dd h2 a {
	color: #00a0e2;
}
.N_content_l dl:hover dd span a {
	color: #00a0e2;
}
.N_content_r ul li:hover {
	background: #00a0e2;
	color: #fff;
}
.N_content_r ul li:hover dl {
	border: 1px solid #00a0e2;
}
.N_content_r ul li:hover h2 a {
	color: #fff;
}
.N_content_r ul li:hover p {
	color: #fff;
}

@media (max-width: 1200px) {
	.N_content_l {
		width: 100%;
	}

	.N_content_l dl {
		width: 49%;
		margin-right: 1%;
	}

	.N_content_l dl dd span a {
		display: none;
	}

	.N_content_r {
		width: 100%;
		height: auto;
	}

	.N_content_r ul li h2 {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.N_content_r ul li p {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
}

@media (max-width: 500px) {
	.N_content_l dl {
		width: 100%;
		margin: 0;
		margin-bottom: 15px;
	}

	.N_content_l dl dd h2 {
		height: auto;
	}

	.N_content_r {
		margin-top: 0;
	}
}

/**foot**/
#bottom {
	width: 100%;
	float: left;
	background: #060415;
	margin-top: 1px;
	background-image: url(../images/foot.jpg);
}
.div1200 {
	width: 1200px;
	margin: 0 auto;
}

@media (max-width: 1200px) {
	.div1200 {
		width: 90%;
	}
}

.bottom_left {
	float: right;
	width: 23.5%;
	padding: 2px 0;
}

.bottom_left dl {
	float: left;
	width: 282px;
}

.bottom_left dl dt {
	float: left;
	width: 282px;
}

.bottom_left dl dd {
	float: left;
	margin-top: 22px;
	font-size: 14px;
	color: #adadad;
}

.bottom_left dl dd img {
	float: left;
	border: 5px solid #fff;
	margin-right: 20px;
}

.bottom_right {
	float: left;
	width: 76.4166666667%;
}

.map {
	padding: 10px 0 0 0;
}

.map dl {
	float: left;
	margin-left: 30px;
	width: 108px;
}

.map dl dt {
	float: left;
	width: 108px;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	margin-bottom: 5px;
}

.map dl dd {
	float: left;
	line-height: 30px;
	font-size: 14px;
	width: 100%;
}

.map dl dd a {
	color: #fff;
}

.map dl dd a:hover {
	color: #fff;
}

.map dl.dl_1 dt {
	float: left;
	width: 330px;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	margin-bottom: 5px;
}

.map dl.dl_1 dd {
	float: left;
	width: 330px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
}

@media (max-width: 1200px) {
	.bottom_left {
		width: 100%;
	}
	.bottom_right {
		width: 100%;
	}
	.map dl {
		margin-left: 0;
		width: 25%;
	}
	.map dl dt {
		width: 100%;
		float: none;
	}
	.map dl dd {
		width: 100%;
	}
	.map dl.dl_1 {
		width: 100%;
	}
	.map dl.dl_1 dd {
		width: 100%;
	}
	.banquan1 {
		padding: 20px 0;
	}
}
.banquan {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.banquan dt {
	float: left;
	width: 100%;
	font-size: 8px;
	color: #fff;
	line-height: 16px;
}

.banquan dd {
	float: left;
	width: 100%;
	line-height: 16px;
	font-size: 8px;
}

.banquan dd a {
	color: #666;
	font-size: 8px;
}

.banquan dd :hover {
	color: #fff;
}

.banquan1 {
	float: left;
	width: 100%;
}

.banquan1 dd a {
	color: #666;
	font-size: 12px;
}

.banquan1 dl dd {
	text-align: center;
}

/* .bottom_right {
	float: left;
	width: 917px;
}
.map {
	float: left;
	width: 917px;
	padding: 10px 0 0 0;
}
.map dl {
	float: left;
	margin-left: 30px;
	width: 108px;
}
.map dl dt {
	float: left;
	width: 108px;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	margin-bottom: 5px;
}
.map dl.dl_1 {
	float: right;
	width: 330px;
}
.map dl.dl_1 dt {
	float: left;
	width: 330px;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	margin-bottom: 5px;
}
.map dl dt {
	float: left;
	width: 108px;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	margin-bottom: 5px;
}
.map dl.dl_1 dd {
	float: left;
	width: 330px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
}
.bottom_left {
	float: right;
	width: 282px;
	padding: 2px 0;
}
.bottom_left dl {
	float: left;
	width: 282px;
}
.bottom_left dl dd {
	float: left;
	margin-top: 22px;
	font-size: 14px;
	color: #adadad;
}
.bottom_left dl dd img {
	float: left;
	border: 5px solid #fff;
	margin-right: 20px;
}
.banquan1 {
	float: left;
	width: 100%;
}
.banquan1 dl dd {
	text-align: center;
	color: #666;
}
.banquan1 dd a {
	color: #666;
	font-size: 12px;
}
.map dl dd {
	float: left;
	width: 108px;
	line-height: 30px;
	font-size: 14px;
}
.map dl dd a {
	color: #fff;
} */
.index_cnt_m_case {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	/* margin-top: 50px; */
	position: relative;
}

.case_swiper {
	position: relative;
	left: 0;
}

.case_swiper .cs-btn {
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #fff;
	background-size: 30% auto;
	background-position: center;
}

.case_swiper .swiper-button-next {
	background-image: url(../images/icon-34.png);
}

.case_swiper .swiper-button-prev {
	background-image: url(../images/icon-33.png);
}

@media (min-width: 1200px) {
	.case_swiper {
		position: absolute;
		left: -100vw;
	}
}

.cs-box {
	padding: 0 1%;
}

.ca-t1 {
	text-align: center;
	background-color: #239ad0;

	font-size: 18px;
	color: #fff;
	line-height: 30px;
}

.ca-t2 {
	position: relative;
	padding-top: calc(400 / 324 * 100%);
}

.ca-t2 img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}

.bk20_xn_c_index_23_wrap {
	width: 100%;
	height: 690px;
	margin: 60px auto 0px;
	overflow: hidden;
}
.bk20_xn_c_index_23_bigbox {
}
.bk20_xn_c_index_23_fltitle {
	width: 100%;
	height: 80px;
	display: block;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
	color: #333;
}
.bk20_xn_c_index_23_topmore {
	float: right;
	display: none;
}
.bk20_xn_c_index_23_contbox {
	width: 1200px;
	margin: 0 auto;
}

@media (max-width: 1200px) {
	.bk20_xn_c_index_23_wrap {
		height: auto;
	}
	.bk20_xn_c_index_23_contbox {
		display: none;
	}
}

.bk20_xn_c_index_23_contbox2 {
	z-index: 4;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1), z-index 0s 0.12s;
	position: relative;
	float: left;
	width: 18%;
	height: 621px;
	background-color: transparent;
	position: relative;
}
.bk20_xn_c_index_23_contbox2_1 {
	width: 100%;
	height: 635px;
}
.bk20_xn_c_index_23_contbox2_1:hover {
	width: 180px;
	height: 150px;
	background: transparent;
}
.bk20_xn_c_index_23_contbox2_1title {
	width: 100%;
	height: 116px;
	line-height: 116px;
	text-align: center;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1), z-index 0s 0.12s;
	font-size: 19px;
	top: 0;
	background: #9f9f9f;
	position: absolute;
}
.bk20_xn_c_index_23_contbox2_1img {
	width: 100%;
	height: 419px;
	margin: 0px auto;
	position: absolute;
	top: 116px;
}
.bk20_xn_c_index_23_contbox2_1img img {
	width: 100%;
	height: 100%;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1), z-index 0s 0.12s;
}
.bk20_xn_c_index_23_contbox > .bk20_xn_c_index_23_contbox2:nth-child(2),
.bk20_xn_c_index_23_contbox > .bk20_xn_c_index_23_contbox2:nth-child(5) {
}
.bk20_xn_c_index_23_contbox2_2 {
	padding: 10px;
	display: none;
}
.activeing {
	z-index: 6;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
	width: 27%;
	height: 555px;
}
.bk20_xn_c_index_23_contbox2.activeing .bk20_xn_c_index_23_contbox2_1title {
	background-color: #239ad0;
	height: 136px;
	top: -20px;
	border: none;
}
.bk20_xn_c_index_23_contbox2.activeing .bk20_xn_c_index_23_contbox2_1img img {
	width: 100%;
	height: 419px;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1), z-index 0s 0.12s;
}
.bk20_xn_c_index_23_contbox2.activeing .bk20_xn_c_index_23_contbox2_1img {
	width: 100%;
}
.bk20_xn_c_index_23_contbox2.activeing .bk20_xn_c_index_23_contbox2_1 {
	width: 28%;
}
.bk20_xn_c_index_23_contbox2_1title > a {
	color: #fff;
	font-size: 20px;
}
.bk20_xn_c_index_23_cName {
	display: block; /* width: 211px; */
	font-size: 26px;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 50%; /* margin-left: -105.5px; */
	/* background: #fff; */
	background: #fbfbfb;
	z-index: 111;
	transform: translate(-50%, 0%);
	padding: 0 20px;
	font-family: "Arial";
}
.bk20_xn_c_index_23_eName {
	display: block; /* width:  211px; */
	font-size: 26px;
	position: absolute;
	top: 48px;
	left: 50%; /* margin-left:  -105.5px; */
	background: #fff;
	transform: translate(-50%, -20%);
}
.bk20_xn_c_index_23_line {
	position: absolute;
	top: 16px;
	left: 50%;
	margin-left: -233.5px;
	width: 467px;
	height: 2px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.bk20_xn_c_index_23_contbox2_1img img:nth-child(2) {
	position: absolute;
	top: 0;
}
.bk20_xn_c_index_23_contbox > .bk20_xn_c_index_23_contbox2:nth-child(1),
.bk20_xn_c_index_23_contbox > .bk20_xn_c_index_23_contbox2:nth-child(4),
.bk20_xn_c_index_23_contbox > .bk20_xn_c_index_23_contbox2:nth-child(2),
.bk20_xn_c_index_23_contbox > .bk20_xn_c_index_23_contbox2:nth-child(3) {
	margin-right: 0.25%;
}

@media (max-width: 900px) {
	.bk20_xn_c_index_23_cName {
		position: relative;
		font-size: 20px;
	}

	.bk20_xn_c_index_23_eName {
		font-size: 22px;
	}
}

.img_show {
	display: none;
}
.img_hidden {
	display: block;
}
@keyframes slideInUp {
	from {
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	to {
		transform: translate3d(0, 0, 0);
	}
}
.slideInUp {
	animation-name: slideInUp;
}
.animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}
.clear {
	clear: both;
}
.m-sanli {
	width: 100%;
}
.m_cases {
	width: 97%;
	margin: 20px auto;
}
.m-productdetails {
	width: 100%;
}
.m-productdetails .titles {
	/* height: 45px; */
	position: relative;
	margin-bottom: 50px;
	width: 100%;
	text-align: center;
}
.m-productdetails .titles a {
	display: inline-block;
}

@media (max-width: 900px) {
	.m-productdetails .titles a {
	width: 32%;
	}
}

.m-productdetails .titles .onetitle {
	height: 45px;
	text-align: center;
	line-height: 45px;
	font-size: 18px;
	cursor: pointer;
	/* padding: 10px 22px; */
	/* padding: 10px 0px; */
	display: block;
	min-width: 6em;
	/* margin: 0px 12px; */
	color: #202020;
}
.m-productdetails .titles .targeted {
	color: #fff;
	background: #0078c8;
	border-radius: 6px;
}

@media (max-width: 1200px) {
	.m-productdetails .titles {
		margin-bottom: 20px;
	}

	.m-productdetails .titles .onetitle {
		font-size: 16px;
	}
}

.m-productdetails .contents {
	width: 100%;
}
.m-productdetails .contents .onecontent {
	display: none;
}
.m-productdetails .contents .targeted {
	display: block;
}
.u-sanli.f-mr {
	/* margin-right: 0px; */
}
.u-sanli {
	width: 24%;
	/* margin-right: 24px; */
	margin-right: 1%;
	margin-bottom: 35px;
	float: left;
}
.u-sanli .simgs {
	width: 100%;
	display: block;
	padding-top: calc(310 / 443 * 100%);
	position: relative;
	/* height: 310px; */
	overflow: hidden;
}
.u-sanli .simgs img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 1s ease;
	transition: all 1.8s ease;
}
.u-sanli:hover .simgs img {
	transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
}
.u-sanli .stits {
	font-size: 16px;
	color: #0078c8;
	height: 45px;
	line-height: 45px;
	width: 100%;
	overflow: hidden;
}
.u-sanli .stxts {
	width: 100%;
	height: 50px;
	overflow: hidden;
	font-size: 14px;
	color: #313131;
	line-height: 25px;
}

@media (max-width: 1200px) {
	.u-sanli {
		width: 49%;
	}
}

* {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
a,
img {
	border: 0;
}
/* box */

.border_animation {
	border: 1px solid #eee;
	width: 200px;
	height: 260px;
	float: left;
	margin-left: 14px;
	margin-right: 14px;
	position: relative;
	margin-top: 20px;
}
.border_animation .border_top {
	position: absolute;
	height: 1px;
	width: 0;
	font-size: 0;
	background: #666666;
	top: 0;
	left: 0;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.border_animation .border_right {
	position: absolute;
	height: 0px;
	width: 1px;
	font-size: 0;
	background: #666666;
	bottom: 0;
	right: 0;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.border_animation .border_bottom {
	position: absolute;
	height: 1px;
	width: 0px;
	font-size: 0;
	background: #666666;
	right: 0;
	bottom: 0;

	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.border_animation .border_left {
	position: absolute;
	height: 0px;
	width: 1px;
	font-size: 0;
	background: #666666;
	left: 0;
	top: 0;

	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.rong2 .hover .border_top,
.rong2 .hover .border_bottom {
	width: 200px;
}
.rong2 .hover .border_left,
.rong2 .hover .border_right {
	height: 260px;
}
.w1280 {
	width: 1280px;
	margin: 0px auto;
	max-width: 96%;
	position: relative;
}

@media (max-width: 1280px) {
	.w1280 {
		width: 92%;
	}
}

.sliuchen1 {
	width: 100%;
	height: 100%;
	position: static;
	z-index: 2;
	scrollbar-width: thin;
	display: flex;
}

.sliuchen1::-webkit-scrollbar {
	width: 10px;
	height: 5px;
}

.sliuchen1::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 10px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #535353;
}
.sliuchen1::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background: #ededed;
}

@media (max-width: 1200px) {
	.sliuchen1 {
		overflow-x: auto;
	}
}

.xians {
	position: absolute;
	/* left: 50%; */
	left: 0;
	top: 129px;
	/* width: 1114px; */
	width: 100%;
	height: 2px;
	background: #fff;
	/* margin-left: -557px; */
	z-index: 1;
}
.u-sliu {
	float: left;
	text-align: center;
	height: 150px;
	margin: 60px 38px;
	font-size: 20px;
	color: #fff;
}
.u-sliu .imgs1 {
	margin: 40px 0px 35px;
}
.u-sliu img {
	vertical-align: middle;
}
.u-sliu .imgs2 {
	width: 80px;
	height: 80px;
	overflow: hidden;
	border: 2px solid #dcdcdc;
	border-radius: 50%;
	text-align: center;

	position: relative;
}
.u-sliu .imgs2 .imgs22 {
	width: 100%;
	height: 70px;
	margin: 5px 0px;
	overflow: hidden;
}
.u-sliu .imgs2 img {
	height: 30px;
	margin: 20px 0px;
	vertical-align: middle;
	position: relative;
}
.u-sliu:hover .imgs2 {
	border: 2px solid #4faee8;
	background: #4faee8;
}
.u-sliu a {
	color: #fff;
}
.u-sliu a:hover {
	color: #ffa835;
}

@media (max-width: 500px) {
	.u-sliu {
		margin: 60px 10px;
	}
}

.mob_head {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #fff;
	z-index: 999;
}
.mob_head .mb_hb {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 60px;
}
.mob_head .mb_logo img {
	height: 40px;
}
.mob_head .mb_more {
	width: 30px;
	height: 30px;
	background-image: url(../images/icon-more.png);
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
}

.md-mob_sideNav {
	position: fixed;
	right: -100%;
	opacity: 0;
	bottom: 0;
	width: 100%;
	height: calc(100vh - 60px);
	background-color: #fff;
	transition: all 0.15s linear;
	z-index: 300;
}
.md-mob_sideNav.m_show {
	right: 0;
	transition: all 0.15s linear;
	opacity: 1;
}
.md-mob_sideNav .ul1 {
	max-height: 100%;
	padding: 0.5rem 0;
	overflow-y: auto;
	scrollbar-width: thin;
}
.md-mob_sideNav .ul1::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 10px; /*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}
.md-mob_sideNav .ul1::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 10px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #535353;
}
.md-mob_sideNav .ul1::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background: #ededed;
}
.md-mob_sideNav .ul1 .li1 {
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin: auto;
}
.md-mob_sideNav .ul1 .a1 {
	position: relative;
	line-height: 40px;
	padding-left: 20px;
	font-size: 16px;
	font-weight: bold;
}
.md-mob_sideNav .ul1 .ul2 {
	display: none;
}
.md-mob_sideNav .ul1 .ul2 .li2 .a2 {
	padding-left: 40px;
	line-height: 30px;
	font-size: 14px;
	display: block;
	font-weight: bold;
}
.md-mob_sideNav .ul1 .dt {
	position: relative;
}
.md-mob_sideNav .ul1 .has_nav .dt::after {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(../images/hm_3.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.md-mob_sideNav .ul1 .has_nav.show .dt::after {
	background-image: url(../images/hm_4.png);
}
