html {
	font-size: 10px;
}

.container-content {
	padding: 30px 4% 40px;
}

.container_pad {
	width: 90%;
	margin: 0 auto;
}

.header_1 {
	height: 43px;
	line-height: 43px;
	background-color: #666666;
	overflow: hidden;
	display: none;
}

.sousuo.fr {
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
}

.sousuo.fr .iconfont {
	font-size: 2.5rem;
}

.header_1_ul li {
	float: left;
	/* padding-right: 20px; */
	margin-right: 20px;
	/* width: 12.5%; */

}

.header_1 .fl:nth-child(1) {
	width: 85%;
}

.header_1_ul li a img {
	margin-right: 5px;
}

.header_1_ul li a {
	font-size: 1.2rem;
	color: #ffffff;
	opacity: 0.85;
}

.header_1_fr_ul.header_1_ul li:last-child {
	padding-right: 0;
	margin-right: 0;
}

.header_1_fr_ul.header_1_ul li a span:nth-child(1) {
	margin-right: 5px;
}

.header_1_fr_ul.header_1_ul li:hover a span:nth-child(1) {
	color: #ffffff !important;
}

.header_2_ul {
	line-height: 93px;
	/* position: relative; */
	/* overflow: hidden; */
}

.header_2_ul>li {
	float: left;
	/* font-size: 22px; */
	font-size: 18px;
	color: #181818;
	margin-right: 8px;
	/* font-weight: 600; */
	/* position: relative; */
}

.header_2_ul>li.active,
.header_2_ul>li:hover {
	/* border-bottom: 4px solid #042c58; */
	color: #042c58;
	font-weight: bold;
}




.header_2_ul li>a {
	padding: 0 20px;
	color: #fff;
	font-weight: bold;
}

.header_2_ul li>a:hover {
	color: #fff;
}

.header_2 {
	width: 100%;
	background: rgba(255, 255, 255, 0.2);
	position: fixed;
	top: 0;
	z-index: 100;
	line-height: 90px;
	transition: all .6s;
	-moz-transition: all .6s;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
}

.header_2.active {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	/* background: rgba(0, 126, 200, 0.9); */
	background: rgba(20, 116, 206, 0.85);

	transition: all .6s;
	-moz-transition: all .6s;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
}

.fls {
	display: inline-block;
}

.header_2_fr {
	height: 80px;
	padding: 0 30px;
}

.header_2 .header_222 {
	width: 100%;

}

.header_2_fr_con {
	height: 90px;
	display: table-cell;
	vertical-align: middle;
}

.header_2_fr_con img {
	height: 42px;
}

.header_2_fr2 {
	/* width: 60%; */
}

.header_2_fr_con div {
	line-height: 30px;
}

.header_2_fr_con div:nth-child(1) {
	font-size: 26px;
	font-weight: bold;
	line-height: 20px;
	color: #042c58;
}

.header_2_fr_con div:nth-child(2) {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 26px;
	color: #181818;
}

.header_2_ul>li .er-ul {
	transition: 400ms ease-in-out;
	transform: scale(0);
	opacity: 0;
	z-index: 9999;
}

.header_2_ul>li:hover .er-ul {
	transform: scale(1);
	opacity: 1;
	z-index: 9999;
}

.er-ul {
	position: absolute;
	left: 0;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	right: 0;
	z-index: 99;
	background: #fff;
	padding: 0;
	width: 100%;
	/* top: 2px; */
}


.er-ul li:first-child {
	/* padding-top: 10px; */
}

.er-ul li:last-child {
	/* padding-bottom: 10px; */
}


.er-ul li a {
	color: #000;
	font-size: 16px;
	display: block;
	text-align: left;
	background: #fff;
	color: #3d3e3f;
	text-align: center;
}

.er-ul li:hover a {
	color: #014da2;
}

/* new er-ul */
.pos-rel {
	position: relative;
}

.er-ul-container {
	display: flex;
	/* align-items: center; */
	padding: 24px;
	justify-content: space-between;

}



.er-ul-image {

	overflow: hidden;
	width: 687px;
	height: 383px;
	margin-right: 10px;
	float: left;
}

.er-ul-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* 保持图片宽高比并覆盖整个容器 */
}

.er-ul-links {
	padding-right: 30px;
}

.er-ul-links h3 {
	font-size: 20px;
	font-weight: normal;
	line-height: 20px;
	letter-spacing: normal;
	color: #333333;
	margin-bottom: 30px;
	padding-top: 14px;
}

.er-ul-links a {
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	letter-spacing: normal;
	color: #333333;
	margin-bottom: 24px;
}

.er-ul-links a:hover {
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	letter-spacing: normal;
	color: #337ab7;
	margin-bottom: 24px;
}

/* new er-ul end */

.header_2_ul>li .er-ul2 {

	transition: 400ms ease-in-out;
	transform: scale(0);
	display: block;
	z-index: 99;
	position: absolute;
	box-shadow: 0 0 2px rgb(0 0 0 / 10%);
	right: -104px;
	z-index: 99;
	background: #fff;
	padding: 0;
	z-index: 999;
	bottom: 0;
}

.header_2_ul>li:hover .er-ul2 {
	transform: scale(0);
	opacity: 0;
	z-index: 9999;
}

.header_2_ul .er-ul>li:hover .er-ul2 {
	transform: scale(1);
	opacity: 1;
	z-index: 9999;
}

/* 底部 */
.nav-footer {
	background: #333;
	margin-top: 80px;
}

.nav-b {
	background: #333;
	width: 1400px;
	margin: 0 auto;
}

.nav-b>ul>li>a {
	height: 45px;
	line-height: 45px;
	color: #fff;
	font-weight: normal;
	font-size: 18px;
	/* padding-left: 20px; */
	font-weight: 600;
}

.nav-b>ul ul li a {
	color: #eee;
	display: block;
	/* padding-left: 20px; */
	line-height: 30px;
	font-size: 16px;
}

.nav-b>ul {
	display: flex;
	justify-content: space-between;
}

.nav-b>ul>li {
	/* float: left; */
	padding: 30px 0;
	width: 16.65%;
	padding-left: 48px;
	/* margin-right: 84px; */
	/*border-left: 1px dotted #ddd;*/
	background: url(../images/line_2.jpg) repeat-y left top;
	height: 280px;
}

.nav-b>ul>li:first-child {
	background: none;
	border-left: none;
}

.nav-b>ul {
	width: 95%;
	overflow: hidden;
}

.product_nav a {
	font-size: 16px;
}


/* sidebar-menu */
.sidebar-menu {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #e7e9eb;
	z-index: 999;
	transition: 0.6s;
}

.sidebar-menu__header {
	height: 50px;
	background: #eff2f6;
	position: relative;
	display: block;
	padding: 15px 25px;
	height: 100%;
	width: 100%;
	color: #fff;
	margin-right: 105px;
}

.sidebar-menu .sidebar-menu__header {
	line-height: 35px;
	color: #646060;
	font-size: 16px;
}

.sidebar-menu .sidebar-menu__header .iconfont {
	font-size: 20px;
}

.sidebar-menu__list {
	position: fixed;
	top: 65px;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	background: #fff;
	list-style-type: none;
	border-top: 1px solid #cec7c7;
	z-index: 999;
}

.sidebar-menu__item:first-child {
	border-top: 0
}

.sidebar-menu__item {
	padding: 0;
	width: 100%;
	border-bottom: 1px solid #eee;
}

.sidebar-menu__link {
	display: block;
	padding: 15px 25px;
	color: #828282;
	font-size: 16px;
	font-weight: 400;
	transition: color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.sidebar-menu__item {
	padding: 0;
	width: 100%;
	border-bottom: 1px solid #eeeeee;
}

.colos {
	line-height: 70px;
}

.sidebar-menu__item:first-child {
	border-top: 0;
}

.sidebar-menu__item.sidebar-menu__item--back,
.sidebar-menu__item.sidebar-menu__item--back:hover,
.sidebar-menu__link.sidebar-menu__subtitle {
	background-color: #eff2f6 !important;
}

.sidebar-menu__item.sidebar-menu__item--back .sidebar-menu__link {
	color: #000 !important;
}

.sidebar-menu__item:hover {
	background-color: #fff;
	cursor: pointer;
}

.sidebar-menu__item:hover>.sidebar-menu__link {
	color: #6e6e6e;
}

.phone_i {
	display: inline-block;
	line-height: 60px;
	padding: 0 15px;
}

.sidebar-menu__item:hover>.sidebar-menu__link .glyphicon-menu-right {
	color: #6e6e6e;
}

.sidebar-menu__item .sidebar-menu__list {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	transform: translateX(100%);
	transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.sidebar-menu__item .sidebar-menu__list.is-active {
	transform: translateX(0);
}

.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list {
	z-index: 2;
}

.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list {
	z-index: 3;
}

.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list {
	z-index: 4;
}

.sidebar-menu__link::first-letter {
	text-transform: uppercase;
}

.sidebar-menu__link:active,
.sidebar-menu__link:focus,
.sidebar-menu__link:hover {
	text-decoration: none;
}

.sidebar-menu__link span.glyphicon-menu-left {
	float: left;
	font-size: 12px;
	color: #fff;
	line-height: 20px;
	margin-right: 4px;
}

.sidebar-menu__link .glyphicon-menu-right {
	color: #bababa;
	float: right;
}

.phonenav .side-menu-trigger .iconfont {
	/* font-size: 30px; */
}






/* searchbox */
.searchbox {
	background: #fff;
	width: 100%;
	top: 90px;
	text-align: center;
	z-index: 999;
	position: fixed;
}

.displaynone {
	display: none;
}

.searchs {
	max-width: 600px;
	margin: 0 auto;
	padding: 15px;
}

.clearfix {
	zoom: 1;
}

.searchs .sertext {
	display: block;
	padding: 0;
	outline: 0;
	padding-left: 14px;
	width: 78%;
	float: left;
	border: 1px solid #cdcdcd;
	color: #a2a2a2;
	font-size: 14px;
	height: 52px;
	line-height: 52px;
	transition: 0.4s;
	box-sizing: border-box;
}

.serbtn {
	padding: 0;
	margin: 0;
	border: none;
	outline: 0;
	width: 22%;
	float: right;
	height: 52px;
	text-align: center;
	line-height: 52px;
	background: #014DA2;
	background-blend-mode: normal, normal;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
	transition: 0.44s;
	border-radius: 0 8px 8px 0;
}

.ac,
.header_search {
	height: 75px;
}

.phonenav {
	display: none;
}

.mobile-foot {
	display: none;
}

.mobile-foot ul {
	display: flex;
	justify-content: space-around;

}

.rightfix {
	position: fixed;
	top: 70%;
	right: 0px;
	width: 70px;
	border-right: none;
	transform: translateY(-50%);
	z-index: 9999;
	/* border: 1px solid #dee2e7; */
	background: #fff;
	/* display: none; */
}

.fix_ul li {
	font-size: 12px;
	text-align: center;
	float: none;
	position: relative;
	width: 70px;
	cursor: pointer;
	height: 70px;
	padding: 0px 0;
	background: #042c58;
	margin-bottom: 0px;
	color: #ffffff;
	border-bottom: 1px solid #dee2e7;
}

.fix_ul li:last-child {
	display: none;
}

.fix_ul li i {
	font-size: 30px;
	color: #fff;
}

.right_div {
	transform: scale(0);
	-ms-transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	min-height: 70px;
	-o-transform: scale(0);
	position: absolute;
	color: #6a6a6a;
	right: 40px;
	top: 0px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	background: #fff;
	padding: 5px;
	line-height: 70px;
	transition: 400ms ease-in-out;
	-moz-transition: 400ms ease-in-out;
	-webkit-transition: 400ms ease-in-out;
	-o-transition: 400ms ease-in-out;
	min-width: 140px;
	font-size: 18px;
}

.fix_ul li:hover {
	background: #042c58;
}

.fix_ul li:hover {
	background: #042c58;
	transition: 400ms ease-in-out;
	-moz-transition: 400ms ease-in-out;
	-webkit-transition: 400ms ease-in-out;
	-o-transition: 400ms ease-in-out;
}

.fix_ul li:hover i {
	color: #fff;
}

.fix_ul li:hover .right_div {
	transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	right: 70px;
	transition: 400ms ease-in-out;
	-moz-transition: 400ms ease-in-out;
	-webkit-transition: 400ms ease-in-out;
	-o-transition: 400ms ease-in-out;
}

.right_div div {
	height: 30px;
	line-height: 30px;
}



/* swiper */
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: -60px;
	background-image: url(../images/right.png);
	/* background-image: url(../images/next.png) */
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: -60px;
	background-image: url(../images/left.png);
	/* background-image: url(../images/prev.png); */
}



.swiper-container-free-mode>.swiper-wrapper {
	/* transition-timing-function: linear; */
	transition: linear;
}


/* footer*/
.footer {
	background: #333;
	padding: 50px 0 36px;
	text-align: center;
	width: 1400px;
	margin: 0 auto;
}

.footer p {
	color: #eee;
	font-size: 12px;
	font-family: "微软雅黑";
	line-height: 25px;
}

.footer strong {

	color: #fff;
}

.footer a {
	color: #eee !important;
}

.t_footer {
	background-color: #323232;
}

.t_footerbg {
	background-color: #323232;
}

.t_footertop {
	border-bottom: 1px solid #3e3d3d;
	padding: 0 4%;

}

.t_content4 {
	margin: 0 auto;

}

.t_footle {
	position: relative;
	padding-right: 20px;
}

.t_footle::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	background-color: #717171;
	height: 100%;
}

.t_diwen p {

	font-size: 16px;

	color: #9a9797;

	line-height: 1.5;

	font-family: "Montserrat-Regular-8" !important;

}


.t_footfirst {
	text-align: left;
	margin-bottom: 12px;
	position: relative;

}

.t_footfirst::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -6px;
	width: 20px;
	height: 1px;
	background-color: #fff;
}

.t_footfirst a {

	color: #fff;

	font-size: 20px;

	line-height: 1.5;

}

.t_footnav {

	width: 46%;
	display: flex;
	justify-content: space-between;
	position: relative;

}

.t_footnav::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	background-color: #717171;
	height: 100%;

}

.t_footnavul {
	width: 105px;
	overflow: hidden;
}

.t_footnavli {
	margin-bottom: 12px;

}

.t_footnavli a {
	font-size: 16px;
	color: #9a9797;
	line-height: 1.5;
	transition: all 0.36s;
}

.t_foottopnr {
	padding-top: 78px;
	padding-bottom: 23px;
	display: flex;
	/* justify-content: space-between; */
	justify-content: flex-start
}

.t_footlist {
	margin-bottom: 41px;
	padding-top: 12px;
}

.t_diul {
	margin-bottom: 16px;
}

.t_didownle {
	margin: 0 -14px;
}

.t_didownp p {
	font-size: 14px;
	color: #999999;
	line-height: 1.5;
	text-align: center;
}

.t_didownp p span {
	font-size: 14px;
	color: #999999;
	line-height: 1.5;

}

.t_didownp p a {
	font-size: 14px;
	color: #999999;
	line-height: 1.5;
}

.t_didown {
	padding: 18px 0 20px;
}

.t_sycenr {
	width: 100%;
	height: 100%;
	position: relative;
}

.t_footEwm {
	text-align: center;
	color: #FFFFFF;
}

.t_footEwm span {
	line-height: 30px;
	font-size: 16px;
	display: block;
}

.t_footEwm img {
	width: 132px;
	height: 132px;
	padding: 10px;
	margin-top: 20px;
	padding: 6px;
	display: block;
}

.t_footEwm ul li {
	float: left;
	text-align: center;
}

/* btn */
.btn-primary {
	color: #fff;
	background-color: #007ec8;
	border-color: #2e6da4;
}

.button {
	border: 0;
	background: none;
	position: relative;
	font-size: 14px;
	line-height: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 4px 46px;
	border-radius: 4px;
	background-color: #014da2;
	color: #fff;
}

/* ft */
.ft-red {
	color: #f00;
}

/* headder 250116 */
.fr.user {
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	margin-left: 8px;
	padding-right: 0px;
}

.icon-login {
	background-color: #014DA2;
	border: 1px solid #014DA2;
	color: #fff;
	border-radius: 8px;
	padding: 10px 12px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
}

.icon-user {
	background-color: #014DA2;
	border: 1px solid #014DA2;

	color: #fff;
	border-radius: 50%;
	padding: 10px 6px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
}

.icon-user img {
	height: 24px;
	width: 24px;
}


.footlxwm {
	position: initial;
	padding-left: 30px;
}


/* 250520 */
.header_2_ul li {
	position: relative;
}

.header_2_ul li::before {
	/* content: '';
				position:absolute;
				left:0;
				bottom:3px;
				width:100%;
				height:2px;
				background-color: #014da2; */
}

.header_2_ul li .er-ul {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 0px;
	padding: 0;
	margin: 0;
	bottom: 0px;
	border-top: 3px solid #014da2;
}


.header_2 {
	position: relative;
	background: rgba(255, 255, 255, 1);
}

.header_2_ul li>a {
	padding: 0 20px;
	color: #333;
	line-height: 50px;
	font-weight: bold;
}

.header_2_ul li>a:hover {
	color: #042c58;
	font-weight: bold;
	color: #014da2;
}



.header_2_ul>li.menuactive>a {
	color: #042c58;
	font-weight: bold;
	border: 0;
}
/* @media start */
@media (max-width:1800px) {
	.header_2_ul li>a {
		padding: 0 15px;
	}
}

@media (max-width:1700px) {
	.container_pad {
		width: 90%;
	}

	.header_2_fr {
		padding: 0 13px;
	}

	.aboutus {
		height: 620px;
	}

	.header_222 .fl img {
		height: 45px;
	}

}

@media (max-width:1600px) {
	.header_222 .fl img {
		height: 34px;
	}

	.header_2_fr_con img {
		height: 36px;
	}

	.header_2_ul>li {
		font-size: 20px;
	}

	.container {
		width: 89%;
	}

	html {
		overflow-x: hidden;
	}
}

@media (max-width:1500px) {
	.header_1 {
		display: none;
	}

	.header_2_ul li {
		float: left;
		font-size: 1.6rem;
		color: #181818;
		margin-right: 15px;
	}

	.header_2,
	.header_2_ul {
		line-height: 65px;
	}

	.header_2_fr,
	.header_2_fr_con {
		height: 65px;
	}

	.header_2_ul li a {
		padding: 0 4px;
		width: 84px;
	}

	.header_2_fr_con div:nth-child(1) {
		font-size: 15px;
	}

	.header_search {
		margin-right: 8px;
	}


	.sidebar-menu.is-active {
		display: block;
		transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
	}

	.phone_logo img {
		width: 160px;
	}

	/* foot */
	.t_content4 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.t_didownp p,
	.t_didownp p a {
		font-size: 12px;
		word-wrap: break-word;
		word-break: normal;
	}

}

@media (max-width:1480px) {}

@media (max-width:1366px) {
	.header_2_ul li {
		float: left;
		font-size: 1.6rem;
		color: #181818;
		margin-right: 8px;
	}

	.header_2_ul li>a {
		padding: 0 6px;
	}
	.iconfont{
		font-size: 20px;
		margin: 0 10px;
	}
}



@media (max-width:1280px) {
	.header_2_fr {
		padding: 0 0px;
	}

	.header_222 .fl img {
		height: 28px;
	}

	/* foot */
	.t_foottopnr,
	.t_footle {
		padding-top: 10px;
	}

	.t_foottopnr,
	.t_footnav {
		flex-wrap: wrap;
	}

	.t_footnav,
	.t_footnavul {
		width: 100%;
	}

	.t_footnav::after,
	.t_footfirst::before,
	.t_footle::after {
		content: none;
	}

	.t_footnavul {
		display: flex;
		align-items: center;
		font-size: 16px;
		padding: 10px 0px;
		border-bottom: 1px solid #717171;
	}

	.t_footnavli {
		float: left;
		margin: 0;
		float: left;
		margin-left: 20px;
		line-height: 30px;
	}

	.t_footfirst {
		margin: 0;
	}

	.t_footlist {
		display: flex;
		padding: 0;
		margin: 0;
		/* justify-content: space-around; */
	}

	.t_footEwm {
		width: 100%;
		text-align: center;
		border-top: 1px solid #717171;
		padding-top: 10px;
	}

	.footlxwm {
		padding-left: 0;
	}
}

@media (max-width:1200px) {

	.header_1_ul li {
		padding-right: 10px;
	}

	.header_2_ul li a {
		padding: 0 7px;
	}

	.header_222 img {
		/* width: 140px; */
	}

	.pc_header {
		display: none;
	}

	.header_2 {
		display: none;
	}

	.phonenav {
		display: block;
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		z-index: 999;
		background: rgba(255, 255, 255, 1);
		z-index: 999;
		line-height: 75px;
		height: 75px;
	}

	.subban,
	.banner {
		margin-top: 70px;
	}

	.phone_logo img {
		width: auto;
		height: 34px;
	}



	.container_pad {
		width: 90%;
	}

	.header_1 .fl:nth-child(1) {
		width: 80%;
	}

	.icon-cha:before {
		color: #333;
	}

	.fr.user {
		margin-left: 0px;
		padding-right: 0px;
		margin-right: 5px;
	}

	.icon-user img {
		height: 20px;
		width: 20px;
	}

	.icon-user {
		padding: 7px 4px;
	}

	.icon-login {
		padding: 7px 2px;
	}

}


@media (max-width:990px) {}

@media (max-width:767px) {
	.phonenav {
		background: none;
		line-height: 40px;
		height: auto;
		background: #fff;
		height: 42px;
		overflow: hidden;
	}

	.subban,
	.banner {
		margin-top: 40px;
	}

	.phonenav .container {
		width: auto;
	}

	.phone_logo.fl {
		max-width: 70%;
	}

	.phone_logo img {
		height: auto;
	}

	.searchbox {
		top: 45px !important;
	}


	/* search */
	.searchs .sertext,
	.serbtn {
		height: 40px;
		line-height: 40px;
	}

	/* foot */
	.t_footfirst a,
	.t_footnavli a,
	.t_diwen p {
		font-size: 14px;
	}

	.t_footfirst {
		min-width: 64px;
	}

	.t_footlist {
		flex-wrap: wrap;
	}

}

@media (max-width: 480px) {
	.head .title {
		font-size: 2.2rem;
	}

	.head {
		padding-top: 30px;
	}


	/* foot */
	.footer {
		width: 100%;
	}

	.t_foottopnr {
		padding-top: 32px;
		padding-bottom: 16px;
	}

	.t_footLink {
		display: none;
	}

	.t_footEwm ul li {
		margin-right: 0;
	}


	.swiper-button-next,
	.swiper-container-rtl .swiper-button-prev {
		display: none;
	}

	.swiper-button-prev,
	.swiper-container-rtl .swiper-button-next {
		display: none;
	}

	.swiper-pagination {
		display: block;
		bottom: 11px;
		left: 50%;
		/* margin-left: -100px; */
		text-align: center;
		width: 200px;
	}

	.introduction .content {
		width: 100%;
	}

	.nav-b {
		width: 100%;
	}



	.swiper-container-android .swiper-slide,
	.swiper-wrapper {
		width: 100% !important;
	}

	.index_div4_fl {
		padding: 0;
		height: 281px;
	}


	.footer {
		display: none;
	}


	.head .yaos {
		padding: 0 30px;
	}

	.sidebar {
		display: none;
	}

	.container {
		width: 100%;
	}

	img.banner {
		margin-top: 0;
	}

	.banner {
		width: 100% !important;
	}

	.right {
		width: 100%;
	}

}