.fr{
	float: right;
}


/* 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;
}


.displaynone {
	display: none;
}
.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;
}

img.black-source{
	width: 36px;
}

.head-operation img.earth{
	width: 26px;
	height: 26px;
}
.icon-jiantou img{
	width: 22px;
}


@media (max-width:1500px) {
	

	.sidebar-menu.is-active {
		display: block;
		transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
	}

	.phone_logo img {
		width: 160px;
	}

	
	
}

@media (max-width:1400px) {
	
	
}

@media (max-width:1366px) {
	

}

@media (max-width:1280px) {
	
}

@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, 0.2);
		z-index: 999;
		line-height: 75px;
		height: 75px;
	}

	.phone_logo img {
		width: auto;
		height: 34px;
	}

	

	.container_pad {
		width: 90%;
	}

	.header_1 .fl:nth-child(1) {
		width: 80%;
	}
	.icon-cha:before { color: #333;}

}


@media (max-width:990px) {
	
}
@media (max-width:767px) {
	.phonenav {
		background: none;
		line-height: 40px;
		height: auto;
	}

	.phonenav .container {
		width: auto;
	}

	.phone_logo.fl {
		max-width: 70%;
	}

	.phone_logo img {
		height: 20px;
	}

	.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%;
		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%;
	}

}
@media (min-width: 1440px) {
	.t_footer.en-footer .t_footle{max-width: 45%;}
	.t_footer.en-footer .t_footnavli {
	    min-width: 290px;
	}
}