::-webkit-scrollbar {
	width: 5px;
	height: 3px;
}

::-webkit-scrollbar-track {
	background: #d7d7d7;
	border-radius: 6px;
}

::-webkit-scrollbar-thumb {
	background: #999;
	border-radius: 6px;
}

@font-face {
	font-family: "ts";
	src: url("../font/Helvetica\ Inserat\ Cyrillic\ Upright.ttf");
}

body {
	word-break: break-word;
}

i {
	font-style: normal;
}

img {
	width: 100%;
	display: block;
	line-height: 0;
	font-size: 0;
	transition: all 0.5s;
}

.edit_con_original {
	line-height: 1.6;
	padding: 0 0;
	color: #474747;
	/* text-align:justify;*/
}

.edit_con_original ul {
	margin: inherit;
	padding: inherit
}

.edit_con_original ul li {
	list-style-type: disc;
	margin: auto;
	padding: inherit
}

.edit_con_original ol {
	margin: inherit;
	padding: inherit
}

.edit_con_original ol li {
	list-style-type: decimal;
	margin: auto;
	padding: inherit
}

.edit_con_original h1 {
	font-size: 2em;
	font-weight: bold
}

.edit_con_original h2 {
	font-size: 1.5em;
	font-weight: bold
}

.edit_con_original h3 {
	font-size: 1.17em;
	font-weight: bold
}

.edit_con_original h4 {
	font-size: 1em;
	font-weight: bold
}

.edit_con_original h5 {
	font-size: 0.83em;
	font-weight: bold
}

.edit_con_original h6 {
	font-size: 0.67em;
	font-weight: bold
}

.edit_con_original em {
	font-style: italic
}

.edit_con_original cite {
	font-style: italic
}

.edit_con_original address {
	font-style: italic
}

.edit_con_original i {
	font-style: italic
}

.edit_con_original table td {
	border: 1px solid #ccc;
}

.edit_con_original img {
	max-width: 100%;
	height: auto;
}

.mo_tip {
	color: #999;
	margin-top: 10px;
	display: none;
}


body .pc_1 {
	display: block !important;
}

body .ph_1 {
	display: none !important;
}

@media only screen and (max-width: 767px) {
	body .pc_1 {
		display: none !important;
	}

	body .ph_1 {
		display: block !important;
	}
}


@media screen and (max-width: 768px) {
	.mo_tip {
		display: block;
	}
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1100;
	width: 100%;
	transition: all 0.3s;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header:hover,
.header.on {
	background-color: #ffffff;
}

.header:hover .h_top .logo_l .logo img,
.header.on .h_top .logo_l .logo img {
	top: 0;
	bottom: auto;
}

.header:hover .h_top .logo_l .line,
.header.on .h_top .logo_l .line {
	opacity: 1;
	background: #d3d3d3;
}

.header:hover .h_top .logo_l .phone,
.header.on .h_top .logo_l .phone {
	opacity: 1;
}

.header:hover .h_top .m_nav li>a,
.header.on .h_top .m_nav li>a {
	color: #222;
	white-space: nowrap;
}

.header:hover .h_top .nav_r .language a,
.header.on .h_top .nav_r .language a {
	color: #222;
	border-left: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
}

.header:hover .h_top .nav_r .search path,
.header.on .h_top .nav_r .search path {
	fill: #008cd6;
}

.header .h_top {
	width: 92%;
	margin: 0 auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
}

.header .h_top .logo_l {
	width: 30%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.header .h_top .logo_l .logo {
	width: 40.9%;
	padding-top: 13.247%;
	overflow: hidden;
	position: relative;
}

.header .h_top .logo_l .logo img {
	position: absolute;
	bottom: 0;
	left: 0;
}

.header .h_top .logo_l .line {
	height: 20px;
	width: 1px;
	margin: 0 5%;
	background: rgba(255, 255, 255, 0.4);
	opacity: 0;
	transition: all 0.3s;
}

.header .h_top .logo_l .phone {
	display: block;
	width: 19.95%;
	opacity: 0;
	transition: all 0.3s;
}

.header .h_top .m_nav {
	width: calc(70% - 310px);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	    justify-content: flex-end;
	-ms-flex-align: center;
	    align-items: center;
	height: 100px;
	transition: all 0.3s;
}

.header .h_top .m_nav>li {
	height: 100%;
	display: block;
	position: relative;
}

.header .h_top .m_nav>li:nth-last-child(-n+4) {
	display: none;
}

.header .h_top .m_nav>li>a {
	color: #fff;
	height: 100%;
	padding: 0 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	white-space: nowrap;
	position: relative;
	transition: all 0.3s;
}

.header .h_top .m_nav>li .nav_icon {
	display: none;
}

.header .h_top .m_nav>li .sub_nav {
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
	width: 140px;
	display: none;
	background: #fff;
}

.header .h_top .m_nav>li .sub_nav li {
	width: 100%;
}

.header .h_top .m_nav>li .sub_nav li a {
	display: block;
	width: 100%;
	text-align: center;
	padding: 11px 0;
	transition: all 0.5s;
	color: #777777;
}

.header .h_top .m_nav>li .sub_nav li a:hover {
	background-color: #008cd6;
	color: #fff;
}

.header .h_top .nav_r {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: end;
	    justify-content: flex-end;
	width: 250px;
}

.header .h_top .nav_r .bx {
	width: 30%;
}

.header .h_top .nav_r .logon {
	margin-left: 40px;
}

.header .h_top .nav_r .logon a {
	display: block;
	background: #008cd6;
	color: #fff;
	padding: 6px 20px;
	border-radius: 100px;
	white-space: nowrap;
	transition: all 0.3s;
}

.header .h_top .nav_r .logon a:hover {
	background: #0068a0;
}

.header .h_top .nav_r .language {
	display: -ms-flexbox;
	display: flex;
	margin-left: 20px;
}

.header .h_top .nav_r .language a {
	display: inline-block;
	padding: 0 25px;
	white-space: nowrap;
	color: #fff;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.header .h_top .nav_r .search {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	margin-left: 20px;
}

.header .h_top .nav_r .search svg {
	margin: 0 !important;
}

.footer {
	width: 100%;
	overflow: hidden;
	padding: 5% 0 0;
	position: relative;
	background-color: #fff;
}

.footer .w1440 {
	overflow: initial;
}

.footer .btm_top {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	width: 100%;
}

.footer .btm_top .infor_l {
	width: 83.3%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.footer .btm_top .infor_l li {
	width: 100px;
}

.footer .btm_top .infor_l li:nth-child(1) {
	padding-left: 0;
}

.footer .btm_top .infor_l li>a {
	display: inline-block;
	font-weight: bold;
	width: 99px;
	color: #333333;
	text-align: center;
}

.footer .btm_top .infor_l li .sub_nav {
	margin-top: 20px;
}

.footer .btm_top .infor_l li .sub_nav a {
	display: block;
	width: 99px;
	color: #777777;
	text-align: center;
	margin-bottom: 15px;
	position: relative;
}

.footer .btm_top .infor_l li .sub_nav a::after {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: -5px;
	left: 0;
	height: 1px;
	width: 0;
	background: #008cd6;
	transition: all 0.3s;
}

.footer .btm_top .infor_l li .sub_nav a:hover {
	color: #008cd6;
}

.footer .btm_top .infor_l li .sub_nav a:hover::after {
	width: 100%;
}

.footer .btm_top .infor_r {
	width: 105px;
}

.footer .btm_top .infor_r li {
	width: 100%;
}

.footer .btm_top .infor_r li>a {
	display: inline-block;
	font-weight: bold;
	color: #333333;
	width: 105px;
	text-align: center;
}

.footer .btm_top .infor_r li .sub_nav {
	margin-top: 20px;
	float: right;
}

.footer .btm_top .infor_r li .sub_nav a {
	display: block;
	color: #777777;
	width: 105px;
	text-align: center;
	margin-bottom: 15px;
	position: relative;
}

.footer .btm_top .infor_r li .sub_nav a:nth-last-child(1) {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.footer .btm_top .infor_r li .sub_nav a::after {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: -5px;
	left: 0;
	height: 1px;
	width: 0;
	background: #008cd6;
	transition: all 0.3s;
}

.footer .btm_top .infor_r li .sub_nav a:hover {
	color: #008cd6;
}

.footer .btm_top .infor_r li .sub_nav a:hover::after {
	width: 100%;
}

.footer .btm_top .infor_r li .sub_nav img {
	width: 105px;
}

.footer .btm_bottom {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	margin-top: 4%;
	padding-top: 5%;
	border-top: 1px solid #eeeeee;
}

.footer .btm_bottom .btm_l {
	width: 280px;
}

.footer .btm_bottom .btm_l .logo {
	width: 223px;
}

.footer .btm_bottom .btm_l .link {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	margin-top: 47px;
}

.footer .btm_bottom .btm_l .link a {
	display: inline-block;
	color: #222222;
	line-height: 0.8;
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid #aaaaaa;
	position: relative;
}

.footer .btm_bottom .btm_l .link a::after {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: -5px;
	left: 0;
	height: 1px;
	width: 0;
	background: #008cd6;
	transition: all 0.3s;
}

.footer .btm_bottom .btm_l .link a:hover {
	color: #008cd6;
}

.footer .btm_bottom .btm_l .link a:hover::after {
	width: 100%;
}

.footer .btm_bottom .btm_l .link a:nth-last-child(1) {
	margin-right: 0px;
	padding-right: 0px;
	border-right: 0;
}

.footer .btm_bottom .btm_l .ckbx {
	display: none;
}

.footer .btm_bottom .btm_r {
	width: calc(100% - 260px);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	    justify-content: flex-end;
	-ms-flex-align: center;
	    align-items: center;
}

.footer .btm_bottom .btm_r ul {
	display: -ms-flexbox;
	display: flex;
	width: 70%;
	-ms-flex-pack: end;
	    justify-content: flex-end;
}

.footer .btm_bottom .btm_r ul li {
	margin-right: 4%;
}

.footer .btm_bottom .btm_r ul .img {
	width: 102px;
}

.footer .btm_bottom .btm_r ul .txt {
	color: #222222;
	text-align: center;
	margin-top: 10px;
}

.footer .btm_bottom .btm_r .des {
	width: 31%;
}

.footer .btm_bottom .btm_r .des p {
	display: block;
	margin-bottom: 7px;
	color: #222222;
}

.footer .btm_bottom .btm_r .des p:nth-last-child(1) {
	margin-bottom: 0;
}

.footer .btm_bottom .btm_r .des p:nth-child(1) a:nth-child(1) {
	margin-right: 15px;
}

.footer .btm_bottom .btm_r .des p a:hover {
	color: #008cd6;
}

.footer .btm_bottom .link {
	display: none;
}

.footer .copyright {
	margin-top: 3%;
	width: 100%;
	text-align: center;
	color: #fff;
	background: #008cd6;
	padding: 20px 0;
}

.footer .copyright a {
	position: relative;
}

.footer .copyright a::after {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: -5px;
	left: 0;
	height: 1px;
	width: 0;
	background: #fff;
	transition: all 0.3s;
}

.footer .copyright a:hover::after {
	width: 100%;
}

.side_nav {
	position: fixed;
	right: 2%;
	top: 50%;
	width: 70px;
	z-index: 999;
	transform: translateX(200px) translateY(-50%);
	transition: all 0.5s;
}

.side_nav ul {
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-direction: column;
	    flex-direction: column;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.side_nav ul li {
	position: relative;
	width: 70px;
	text-align: center;
	margin-bottom: 20px;

}

.side_nav ul li .li {
	position: relative;
	width: 70px;
	height: 70px;
	overflow: hidden;
	border-radius: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

}

.side_nav ul li p {
	margin-top: 7px;
	color: #666;
	font-size: 12px;
}

.side_nav ul li a {
	display: block;
}

.side_nav ul li img {
	position: absolute;
	top: 0;
	left: 0;
}

.side_nav ul li:nth-last-child(1) {
	margin-bottom: 0;
}

.side_nav ul li:hover img {
	top: auto;
	bottom: 0;
}

.side_nav.on {
	transform: translateX(0) translateY(-60%);
}

.banner {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.banner .txt {
	width: 100%;
	position: absolute;
	top: 55%;
	left: 0;
	transform: translateY(-50%);
}

.banner .txt p,
.banner .txt span {
	color: #fff;
	display: block;
}

.banner .txt span {
	letter-spacing: 2px;
}

.breadcrumbs {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 140, 214, 0.6);
	color: #fff;
}

.breadcrumbs svg {
	width: 18px;
	height: 18px;
	margin-right: 15px !important;
}

.breadcrumbs .w1440 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.breadcrumbs a {
	display: inline-block;
	line-height: 70px;
}

.breadcrumbs a:hover {
	text-decoration: underline;
	text-underline-offset: 4px;
}

.breadcrumbs a:nth-last-child(1) {
	cursor: context-menu;
}

.breadcrumbs a:nth-last-child(1):hover {
	text-decoration: auto;
}

.breadcrumbs span {
	display: inline-block;
	margin: 0 10px;
}

.pagination_box {
	text-align: center;
	margin: 3.8rem 0 2rem;
}

.pagination_box .pagination {
	display: block;
}

.pagination_box .pagination a {
	width: 42px;
	height: 42px;
	display: inline-block;
	line-height: 42px;
	text-align: center;
	color: #777;
	margin: 0 4px;
	background: #fff;
}

.pagination_box .pagination span {
	margin: 0 6px;
	display: inline-block;
}

.pagination_box .pagination span.current {
	width: 42px;
	height: 42px;
	display: inline-block;
	line-height: 42px;
	text-align: center;
	color: #fff;
	background-color: #008cd6;
}

.pagination_box .pagination .prev {
	padding: 0 20px;
	width: auto !important;
	height: auto !important;
	color: #777777 !important;
	background-color: #fff !important;
}

.pagination_box .pagination .next {
	padding: 0 20px;
	width: auto !important;
	height: auto !important;
	color: #777777 !important;
	background-color: #fff !important;
}

.w1440 {
	width: 1440px;
	overflow: hidden;
	margin: 0 auto;
}

@media screen and (max-width: 1600px) {
	.w1440 {
		width: 80%;
	}
}

@media screen and (max-width: 1440px) {
	.header .h_top .logo_l {
		width: 27%;
	}

	.header .h_top .m_nav>li>a {
		font-size: 14px;
		padding: 0px 15px;
	}

	.header .h_top .nav_r .logon {
		margin-left: 20px;
	}

	.header .h_top .nav_r .language a {
		padding: 0 15px;
	}

	.header .h_top .m_nav {
		width: calc(70% - 210px);
		height: 70px;
	}

	.cont .breadcrumbs a {
		line-height: 60px;
	}

	.breadcrumbs a {
		line-height: 50px;
	}

	.footer .btm_top .infor_l li .sub_nav a {
		margin-bottom: 5px;
		font-size: 14px;
	}

	.footer .btm_bottom {
		margin-top: 2%;
		padding-top: 2%;
	}

	.footer .btm_top .infor_l li .sub_nav {
		margin-top: 10px;
	}

	.footer .btm_bottom .btm_r .des p {
		margin-bottom: 0;
	}

	.footer .copyright {
		padding: 15px 0;
	}
}

@media screen and (max-width: 1366px) {
	.header .h_top .nav_r .logon a {
		font-size: 12px;
		padding: 5px 18px;
	}

	.header .h_top .nav_r .logon {
		margin-left: 15px;
	}

	.header .h_top .nav_r .language {
		margin-left: 15px;
	}

	.header .h_top .nav_r .search {
		margin-left: 15px;
	}

	.header .h_top .nav_r {
		width: 220px;
	}

	.header .h_top .m_nav {
		width: calc(70% - 210px);
	}

	.side_nav {
		width: 50px;
	}

	.side_nav ul li {
		width: 50px;
		margin-bottom: 10px;
	}

	.side_nav ul li .li {
		width: 50px;
		height: 50px;
	}

	.cont .breadcrumbs a {
		line-height: 50px;
	}
}

@media screen and (max-width: 1280px) {
	.side_nav {
		width: 40px;
	}

	.side_nav ul li {
		width: 50px;
		margin-bottom: 10px;
	}

	.side_nav ul li .li {
		width: 50px;
		height: 50px;
	}

	.breadcrumbs a {
		line-height: 40px;
		font-size: 14px;
	}

	.breadcrumbs svg {
		width: 15px;
		height: 15px;
	}
}

@media screen and (max-width: 1200px) {
	.w1440 {
		width: 90%;
	}

	.header .h_top .m_nav>li>a {
		padding: 0px 12px;
	}

	.header .h_top .nav_r .language a {
		padding: 0 12px;
	}

	.header .h_top .nav_r .language {
		margin-left: 12px;
	}

	.header .h_top .nav_r .search {
		margin-left: 12px;
	}

	.header .h_top .nav_r .logon {
		margin-left: 12px;
	}

	.header .h_top .nav_r .bx {
		width: 23%;
	}
}

@media screen and (max-width: 998px) {
	.header .u-menu {
		width: 30px;
		height: 30px;
		position: relative;
		cursor: pointer;
		top: 5px;
		z-index: 6;
	}

	.header .u-menu .menu-sub {
		position: absolute;
		right: 0;
		margin: 8px 0;
		top: 8px;
		width: 20px;
		height: 2px;
		background-color: #fff;
		transition: all 0.1s cubic-bezier(0.4, 0, 0.2, 1) 0s;
		border-radius: 2px;
	}

	.header .u-menu .menu-sub:after,
	.header .u-menu .menu-sub:before {
		content: "";
		position: absolute;
		right: 0;
		width: 25px;
		height: 2px;
		background-color: inherit;
		transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
		border-radius: 2px;
		display: block;
	}

	.header .u-menu .menu-sub:before {
		top: -16px;
	}

	.header .u-menu .menu-sub:after {
		top: -8px;
	}

	.header .u-menu.on .menu-sub {
		height: 0;
		background: #fff;
	}

	.header .u-menu.on .menu-sub:before {
		transform: rotate(45deg);
		background: #fff;
		top: -8px;
	}

	.header .u-menu.on .menu-sub:after {
		transform: rotate(-225deg);
		background: #fff;
		top: -8px;
	}

	.header .u-menu.on .menu-sub:before,
	.header .u-menu.on .menu-sub:after {
		width: 20px;
	}

	.header.on .u-menu .menu-sub {
		background-color: #333;
	}

	.header.on .u-menu.on .menu-sub {
		background: #333;
	}

	.header.on .u-menu.on .menu-sub:before {
		background: #333;
	}

	.header.on .u-menu.on .menu-sub:after {
		background: #333;
	}

	.header.on .h_top .m_nav {
		height: auto;
	}

	.header:hover .u-menu .menu-sub {
		background-color: #333;
	}

	.header:hover .u-menu.on .menu-sub {
		background: #333;
	}

	.header:hover .u-menu.on .menu-sub:before {
		background: #333;
	}

	.header:hover .u-menu.on .menu-sub:after {
		background: #333;
	}

	.header .h_top .m_nav>li:nth-last-child(-n+4) {
		display: block;
	}

	.header .h_top .nav_r {
		width: 220px;
	}

	.header .h_top .logo_l {
		width: calc(100% - 220px);
	}

	.header .h_top .logo_l .logo {
		width: 216px;
		padding-top: 70px;
	}

	.header {
		padding: 8px 0;
	}

	.header .h_top .logo_l {
		width: 50%;
	}

	.header .h_top .nav_r .language a {
		padding: 0 10px;
		font-size: 12px;
	}

	.header .h_top .nav_r .language {
		margin-left: 10px;
	}

	.header .h_top .nav_r .search {
		margin-left: 10px;
	}

	.header .h_top .nav_r .logon {
		margin-left: 10px;
	}

	.header .h_top .nav_r .search {
		margin-right: 10px;
	}

	.header .h_top .nav_r .bx {
		display: none;
	}

	.header .h_top .m_nav {
		position: fixed;
		top: 57px;
		left: 0;
		height: auto;
		width: 100%;
		bottom: 0;
		right: 0;
		background-color: #fff;
		margin-left: 0;
		display: none;
		overflow-y: scroll;
		overflow-x: hidden;
		transition: all;
	}

	.header .h_top .m_nav li {
		width: 100%;
		height: auto;
		border-bottom: 1px solid #f1f1f1;
		position: relative;
	}

	.header .h_top .m_nav li>a {
		color: #333;
		font-size: 16px;
		width: 80%;
		height: 55px;
		line-height: 55px;
	}

	.header .h_top .logo_l .line,
	.header .h_top .logo_l .phone {
		display: none;
	}

	.header .h_top .nav_r .logon {
		margin-left: 0px;
	}

	.header .h_top .m_nav li .nav_icon {
		position: absolute;
		bottom: auto;
		top: 0%;
		left: auto;
		right: 0%;
		transform: translateX(0%);
		width: 20%;
		height: 55px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-flex-align: center;
		    align-items: center;
	}

	.header .h_top .m_nav li .nav_icon svg {
		transition: all 0.3s;
		width: 15px;
		height: 15px;
	}

	.header .h_top .m_nav li .sub_nav {
		position: static;
		transform: translateX(0);
		width: 100%;
		padding-left: 10px;
		text-align: left;
	}

	.header .h_top .m_nav>li .sub_nav li a {
		text-align: left;
		padding: 0 0 0 30px;
		height: 40px;
		line-height: 40px;
	}

	.header .h_top .m_nav li .sub_nav a {
		color: #777;
	}

	.header.on .h_top .nav_r .language .other,
	.header .h_top .nav_r .language .other {
		top: 37px;
	}

	.header .h_top .m_nav>li .sub_nav .one_nav {
		width: 100%;
		padding: 0;
	}

	.header .h_top .m_nav>li .sub_nav .one_nav>li {
		width: 100%;
		margin: 0 0 10px 0;
		border-bottom: 0;
	}

	.header .h_top .m_nav>li .sub_nav .one_nav>li .one_tit p {
		font-size: 16px;
		line-height: 1.5;
	}

	.header .h_top .m_nav>li .sub_nav .one_nav>li .one_tit span {
		font-size: 12px;
		line-height: 1.5;
		margin-top: 5px;
	}

	.header .h_top .m_nav>li .sub_nav .one_nav>li:nth-last-child(1) .two_nav>li:nth-last-child(1) {
		border-bottom: 0;
	}

	.footer .btm_top {
		display: none;
	}

	.footer .btm_bottom .btm_l .link {
		-ms-flex-pack: center;
		    justify-content: center;
		margin-top: 30px;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.footer .btm_bottom .btm_l .logo {
		margin: 0 auto 25px;
	}

	.footer .btm_bottom {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		padding-top: 40px;
		border: 0;
		margin-top: 0;
	}

	.footer .btm_bottom .btm_l {
		width: 100%;
	}

	.footer .btm_bottom .btm_r {
		width: 100%;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin-top: 20px;
	}

	.footer .btm_bottom .btm_r ul {
		width: 100%;
		-ms-flex-pack: center;
		    justify-content: center;
	}

	.footer .btm_bottom .btm_r ul li {
		margin: 0 12px;
	}

	.footer .btm_bottom .btm_r ul li .img {
		width: 88px;
	}

	.footer .btm_bottom .btm_r .des {
		width: 100%;
		margin-top: 30px;
	}

	.footer .btm_bottom .btm_r .link {
		width: 100%;
		display: -ms-flexbox;
		display: flex;
		margin-top: 47px;
	}

	.footer .btm_bottom .btm_r .link a {
		display: inline-block;
		color: #222222;
		line-height: 0.8;
		margin-right: 15px;
		padding-right: 15px;
		border-right: 1px solid #aaaaaa;
	}

	.footer .btm_bottom .btm_r .link a:nth-last-child(1) {
		margin-right: 0px;
		padding-right: 0px;
		border-right: 0;
	}

	.footer .copyright {
		padding: 20px 4%;
		margin-top: 30px;
	}

	.footer .btm_bottom .btm_r .des p {
		text-align: center;
	}

	.footer .btm_bottom .btm_l .ckbx {
		display: block;
		width: 105px;
		margin: 30px auto 0;
	}

	.footer .btm_bottom .btm_l .link a {
		display: inline-block !important;
		margin-bottom: 15px;
		margin-right: 0px;
		padding-right: 0px;
		width: calc(33.33% - 3px);
		text-align: center;
		border-right: 1px solid #aaaaaa !important;
	}

	.footer .btm_bottom .btm_l .link a:nth-child(3n) {
		border: 0 !important;
	}

	.cont .breadcrumbs .w1440 {
		font-size: 14px;
	}

	.cont .breadcrumbs svg {
		width: 14px;
		height: 14px;
	}

	.cont .breadcrumbs a {
		line-height: 40px;
	}
}

@media screen and (max-width: 768px) {
	.side_nav ul li p {
		display: none;
	}

	.header .h_top .logo_l .logo {
		width: 81.8%;
		padding-top: 26.494%;
	}

	/* .side_nav{
        width: 30px;
    }
    .side_nav ul li{
        width: 30px;
        height: 30px;
        margin-bottom: 5px;
    } */
	.cont .breadcrumbs .w1440 {
		font-size: 12px;
	}

	.cont .breadcrumbs svg {
		width: 12px;
		height: 12px;
	}

	.cont .breadcrumbs a {
		line-height: 26px;
	}

	.breadcrumbs a {
		font-size: 12px;
		line-height: 30px;
	}

	.breadcrumbs svg {
		width: 12px;
		height: 12px;
		margin-right: 6px !important;
	}

	.breadcrumbs span {
		margin: 0 6px;
	}

	.pagination_box .pagination {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-ms-flex-pack: center;
		    justify-content: center;
	}

	.pagination_box .pagination .prev {
		width: 42% !important;
		margin: 5% 2% 0 !important;
		padding: 0 !important;
		-ms-flex-order: 2;
		    order: 2;
		font-size: 14px;
	}

	.pagination_box .pagination .next {
		width: 42% !important;
		margin: 5% 2% 0 !important;
		padding: 0 !important;
		-ms-flex-order: 2;
		    order: 2;
		font-size: 14px;
	}

	.banner {
		height: 250px !important;
	}

	.banner img {
		height: 250px !important;
		object-fit: cover;
	}
}

@media screen and (max-width: 375px) {

	.pagination_box .pagination a,
	.pagination_box .pagination span.current {
		width: 32px;
		height: 32px;
		line-height: 32px;
	}
}
/* ie10 */

.ie10 .header .h_top {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

.ie10 .header .h_top .logo_l {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-ms-flex-align: center;
	align-items: center;
}

.ie10 .header .h_top .m_nav {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: center;
	align-items: center;
}

.ie10 .header .h_top .m_nav>li>a {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-ms-flex-align: center;
	align-items: center;
}

.ie10 .header .h_top .nav_r {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.ie10 .header .h_top .nav_r .language {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
}

.ie10 .header .h_top .nav_r .search {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-ms-flex-align: center;
	align-items: center;
}

.ie10 .footer .btm_top {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.ie10 .footer .btm_top .infor_l {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.ie10 .footer .btm_bottom {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.ie10 .footer .btm_bottom .btm_l .link {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
}

.ie10 .footer .btm_bottom .btm_r {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: center;
	align-items: center;
}

.ie10 .footer .btm_bottom .btm_r ul {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.ie10 .side_nav ul {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.ie10 .breadcrumbs .w1440 {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 998px) {
	.ie10 .header .h_top .m_nav li .nav_icon {
		display: flex;
		display: -ms-flexbox;
		display: -webkit-flex;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.ie10 .footer .btm_bottom .btm_l .link {
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.ie10 .footer .btm_bottom {
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.ie10 .footer .btm_bottom .btm_r {
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.ie10 .footer .btm_bottom .btm_r .link {
		display: flex;
		display: -ms-flexbox;
		display: -webkit-flex;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media screen and (max-width: 768px) {
	.ie10 .pagination_box .pagination {
		display: flex;
		display: -ms-flexbox;
		display: -webkit-flex;
	}
}