html {
	font-size: 14px;
}
.container-content{
	padding: 0 200px;
	height: 100%;
}

.container-fluid {
    max-width: 1600px;
    margin: auto;
}



/* header */
.header {
	width: 100%;
	position: fixed;
	top: 40px;
	z-index: 100;
	line-height: 90px;
	transition: all .6s;
	-moz-transition: all .6s;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
}
.header_content{
	display: flex;
	justify-content: space-between;
	padding: 0 100px;
}
.header_content .iconfont{
	font-size: 36px;
	color: #fff;
	background: rgba(255,255,255,0.3);
	border-radius: 10px 10px 10px 10px;
	padding: 16px;
}

.header_fr {
	height: 80px;
	padding: 0 30px;
}

.header .header_content {
	max-width: 100%;
}
.header .logo{
	width: 180px;
	height: 60px;
	left: 100px;
}

.header_fr_con {
	height: 90px;
	display: table-cell;
	vertical-align: middle;
}

.header_fr_con img {
	height: 42px;
}


.header_fr_con div {
	line-height: 30px;
}

.header_fr_con div:nth-child(1) {
	font-size: 26px;
	font-weight: bold;
	line-height: 20px;
	color: #042c58;
}

.header_fr_con div:nth-child(2) {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 26px;
	color: #181818;
}

.header_ul>li .er-ul {
	transition: 400ms ease-in-out;
	transform: scale(0);
	opacity: 0;
	top: 100%;
	display: block;
	z-index: 99;
}

.header_ul>li:hover .er-ul {
	transform: scale(1);
	opacity: 1;
	z-index: 9999;
}

.er-ul {
	position: absolute;
	width: 280px;
	left: -90px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	right: 0;
	top: 100%;
	z-index: 99;
	background: #fff;
	padding: 0;
}

.er-ul li {
	line-height: 40px;
	width: 100%;
	display: block;
	float: none;
	position: relative;
}

.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: #ce131c;
	font-weight: normal;
}

.header_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_ul>li:hover .er-ul2 {
	transform: scale(0);
	opacity: 0;
	z-index: 9999;
}

.header_ul .er-ul>li:hover .er-ul2 {
	transform: scale(1);
	opacity: 1;
	z-index: 9999;
}

/* nav-footer  */
.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;
	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 {
	padding: 30px 0;
	width: 16.65%;
	padding-left: 48px;
	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;
}


.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;
}

/* footer*/

.t_footer {
	width: 100%;
	/* background: url('../images/footer-bg.jpg') top ;
	background-size: cover; */
	/* background: rgb(0 0 0 / 10%); */
	background: rgba(0, 0, 0, .6);
	height: 40px;
	position: fixed;
	bottom: 0;
	z-index: 99;
} 

/* .t_footertop {
	border-bottom: 1px solid #3e3d3d;
} */


.t_footle{
	position: relative;
	padding-right: 20px;
}
/* 
.t_diwen p {

	font-size: 16px;
	color: #fff;
	line-height:2;
} */

/* 
.t_footfirst {
	text-align: left;
	margin-bottom: 36px;
	position: relative;

}
.t_footfirst a {
	color: #999999;
	font-size: 20px;
	line-height: 1.5;

}
.t_footnav {

	display: flex;
	justify-content: space-between;
	position: relative;

}
.t_footnavul {
	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;

}
/* 
.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: #fff;
	text-align: center;
	height: 40px;
	line-height: 40px;
}

.t_didownp p span {
	color: #fff;
}

.t_didownp p a {
	font-size: 14px;
	color: #fff;
	line-height: 1.5;
}
.t_didownp a img {
	margin: 0 10px;
}

.t_diwen .icon-img{
	width: 24px;
	height: 24px;
	margin-right: 8px;
}


/* .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;
	border-radius: 10px;
} */



/* 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;
}
/* @media start */
@media (max-width:1800px) {
	/* .header_ul li>a {
		padding: 0 17px;
	} */
}

@media (max-width:1700px) {
	.container_pad {
		width: 90%;
	}

	/* .header_fr {
		padding: 0 15px;
	} */
	
}

@media (max-width:1600px) {
	/* .header_content .fl img {
		height: 34px;
	}

	.header_fr_con img {
		height: 36px;
	}

	.header_ul>li {
		font-size: 20px;
	} */

	.container {
		width: 89%;
	}

	html {
		overflow-x: hidden;
	}
}

@media (max-width:1500px) {
	/* .header_1 {
		display: none;
	}
	.header_ul li {
		float: left;
		font-size: 1.6rem;
		color: #181818;
		margin-right: 8px;
	}

	.header,
	.header_ul {
		line-height: 65px;
	}

	.header_fr,
	.header_fr_con {
		height: 65px;
	}
	.header_ul li a {
		padding: 0 4px;
	}

	.header_fr_con div:nth-child(1) {
		font-size: 15px;
	}

	.header_search {
		margin-right: 15px;
	} */


	.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:1400px) {
	.container-content{
		padding: 0 4%;
	}
	/* .header_ul li {
	    font-size: 14px;
	} */
}

@media (max-width:1366px) {
	/* .header_ul li>a {
		padding: 0 13px;
	} */

}

@media (max-width:1280px) {
	/* .header_fr {
		padding: 0 0px;
	}

	.header_content .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 #3e3d3d;
	}
	.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;
		padding-top: 10px;
	}
}

@media (max-width:1200px) {

	.header_content {
	    display: flex;
	    justify-content: space-between;
	    padding: 0 4%;
	}

}


@media (max-width:990px) {
	.top-language {
	    padding-right: 16px;
		}
	.top-language a {
		font-size: 12px;
		height: 24px;
		line-height: 24px;
		padding: 0 10px;
		margin-left: 6px;
	}
}
@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%;
		/* 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%;
	}

}
@media (min-width: 1440px) {
	.t_footer.en-footer .t_footle{max-width: 45%;}
	.t_footer.en-footer .t_footnavli {
	    min-width: 290px;
	}
}