* {

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	box-sizing: border-box;

}
.popup1 {
	position: fixed;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
}

.popup1 .mask {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .2);
	top: 0;
	left: 0;
	z-index: 99;
}

.popupCon2 {
	width: 44%;

	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 999;
	background: #000;
	box-shadow: 13px 13px 65px 0px rgba(15, 17, 52, 0.1);
	border-radius: 4px;
}
.popupCon2 video{
	width:100%;
}
.popupCon2 .xing {
	color: #FF1F1F;
	margin-right: 4px;
}

.popupCon1 {
	padding: 8% 0;
	position: relative;
	max-height: 82vh;
	overflow-y: auto;
}

.popupCon2 .close {
	width: 40px;
	height: 40px;
	position: absolute;
	top: -10px;
	right: -10px;
	transition: all .5s;
	cursor: pointer;
	z-index: 9;
  	opacity: 1 !important;
}

.popupCon2 .close:hover {
	transform: rotate(180deg);
}


.chEn{

	position: relative;

}

.chEn_con{

	position: absolute;

	top: 190%;

	right: 0%;

	transform: translateX(33%);

	background-color: #fff;

	box-shadow: 0 0 10px 3px #E1E1E1;

	opacity: 0;

	visibility: hidden;

	transition: all .3s;

}

.chEn:hover .chEn_con{



	opacity: 1;

	visibility: inherit;

	top: 170%;

}

.chEn_con ul{

	position: relative;

	margin-bottom: 0;

    display: flex;



	/* padding: 0 10px ; */

}

.chEn_con ul::before{

	content: '';

	display: block;



	border-style: solid;

	border-width: 8px;

	border-color: transparent transparent #fff transparent;

	width: 0;

	height: 0;

	position: absolute;

	top: -16px;

	left: 50%;

	transform: translateX(-50%);

}

.chEn_con li a{

	padding: 10px;

	text-align: center;

}

.chEn_con li a:hover{

	background-color: #1567D9;

	color: #fff;

}



.footer1{

    display: none;

}

.header .top {

	background: #78081e;

	color: #fff;

	height: 40px;

	line-height: 40px;

}



.header-wrap {

	max-width: 1440px;

	margin: 0 auto;

}



.header .menu {

	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);

	background-color: #fff;

}



.header .menu .header-wrap {

	height: 100px;

	transition: 0.3s all;

}



.header .menu .menu-ul ul {

	margin: 0;

	justify-content: flex-end;

}



.header .logo {

	margin-right: 17%;

}



.header {

	position: fixed;

	left: 0;

	top: 0;

	width: 100%;

	z-index: 100000;

}



.header .menu-ul li {

	/* flex: 1; */

	position: relative;

	text-align: right;

	transition: all .3s;

	margin: 0 3%;

}



.header .menu-ul li .child {

	position: fixed;

	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);

	padding: 10px 0;

	top: 100px;

	left: 0;

	width: 100%;

	text-align: center;

	opacity: 0;

	visibility: hidden;

	transform: translateY(10px);

	transition: 0.5s all;

	background-color: rgba(255, 255, 255, 1);

	padding: 17px 0;

}



.header .menu-ul li .child .wrap {

	display: flex;

	align-items: flex-start;

}



.header .menu-ul li .child .left {

	width: 36.12%;

	margin-right: 80px;

	display: flex;

	justify-content: space-between;

	display: none;

	flex-wrap: wrap;

}



.header .menu-ul li .child .right {

	width: 100%;

	display: flex;

	flex-wrap: wrap;

	justify-content: center;

}



.header .menu-ul li .child .right a {

	margin-right: 24.2%;

	width: 100%;

	min-width: 15.67%;

}



.productChild .right p {

	width: 100%;

	display: flex;

	/* flex-direction: column; */

	margin-right: 4%;

}



.productChild .right p:last-child {

	margin-right: 0;

}



.productChild .right p:last-child a {

	width: 18.2% !important;

}



.productChild .right p a {

	margin-bottom: 10px;

	width: 19% !important;

	display: flex !important;

	align-items: center;

	justify-content: space-between;

	/* background: #f5f5f5; */

	padding: 15px !important;

	margin-right: 1% !important;

}



.productChild .right p a .rightImgAct {

	display: none;

}



.productChild .right p a:hover {

	/* background-color: #1567D9; */

}



.productChild .right p a:hover span {

	color: #1567D9;

}



.productChild .right p a:hover .rightImg {

	display: none;

}



.productChild .right p a:hover .rightImgAct {

	display: block;

}



.header_one {

	padding: 10px 0;

	background-color: #ECECEC;

	margin-bottom: -2px;

}



.header_one ul {

	display: flex;

	justify-content: flex-end;

	width: 100%;

}



.header_one li {

	padding-left: 20px;

	display: flex;

	align-items: center;

}



.header_one li a {

	font-weight: 500;

	color: #A8A8A8;

}



.header_one li::before {

	content: '';

	display: inline-block;

	width: 1px;

	height: 17px;

	background-color: #A8A8A8;

	margin-right: 20px;

}



.header_one li:first-child::before {

	display: none;

}



.header .menu-ul li .product .right {

	flex-direction: column;

}



.header .menu-ul li .child p {

	padding: 2px 0;

	min-width: 11.67%;

	text-align: left;

}



.header .menu-ul li .child a {

	display: block;

	padding: 5px 0;

	transition: 0.3s all;

}



.header .menu-ul li .child a:hover {

	color: #1567D9;

}



/* .header .menu-ul li .child a:hover span{ display: inline-block;} */

.header .menu-ul li .a {

	line-height: 50px;

	display: inline-block;

	text-align: center;

	transition: all .3s;

}



.header .menu-ul li .a::after {

	content: '';

	display: block;

	width: 100%;

	height: 4px;

	background-color: #1567D9;

	transition: all .3s;

	opacity: 0;

	visibility: hidden;

}



.header .menu-ul li:hover .a {

	color: #1567D9;

}



.header .menu-ul li:hover .a::after {

	opacity: 1;

	visibility: visible;

}



.header .menu-ul li:hover .child {

	opacity: 1;

	visibility: visible;

	transform: translateY(0px);

}



.scroll_header .menu-ul li:hover .child {

	opacity: 1;

	visibility: visible;

	transform: translateY(-40px);

}



.header .menu-ul li:hover .child::before {

	transform: translateY(0);

	opacity: 1;

}



.meny_right {

	margin-left: 30px;

	margin-top: -8px;

	display: flex;

	align-items: center;

}



/* .meny_right{position: absolute;right: 8%;} */

.scroll_header .header .menu .header-wrap {

	height: 60px;

}



.scroll_header .header .menu-ul li .a {

	line-height: 60px;

	height: 60px;

}



.main {

	padding-top: 100px;

}



.footer {

	padding: 50px 0 10px 0;

	color: #FFFFFF;

	background-color: #fff;

}



.footer a {

	color: #FFFFFF;

}



.footer a:hover {

	color: #fff;

}



.footer .top .left {

	width: 30%

}



.footer .top .left dt a {

	width: 100%

}



.footer .top .left dt a img {

	width: 100%

}



.footer .top .left dd {

	display: flex;

	align-items: center;

}



.footer .top .left dd div {

	display: flex;

	justify-content: center;

	flex-direction: column;

	align-items: center;

	max-width: 27.3%;

}



.footer .top .left dd div img {

	width: 100%;

}



.footer .top .left dd p {

	display: flex;

	align-items: center;

	letter-spacing: 1px;
	/* letter-spacing: 2px;  20221111 update  */
}



.footer .top .child {

	/* opacity: 0.6; */

	line-height: 30px;

}



.footer .top .right {

	padding-left: 5%;

}



.footer .top .right li {

	float: left;

	text-align: left;

}



.footer .top .right li .a {

	margin-bottom: 14px;

	display: block;

	color: #FFFFFF;

}



/* .footer .top .right li .a::before{content: '';display: inline-block;width: 2px;height: 14px;background: #1567D9;margin-right: 10px;} */

.footer .top .right li .child a {

	display: block;

	/*margin-bottom: 20px;*/

	color: rgba(255, 255, 255, .6);

}



.footer .top .right li .child a:hover {

	color: #FFFFFF;

}



.footer .top {

	border-bottom: 1px solid rgba(255, 255, 255, .1);

	padding: 0 0 30px;

}



.footer .center ul {

	display: flex;

	flex-wrap: wrap;

	margin: 0 -20px;

	margin-top: 30px;

}



.footer .center li {

	width: 16.6%;

	margin-bottom: 20px;

}



.footer .center li a {

	display: block;

	margin: 0 20px;

	border: 1px solid rgba(255, 255, 255, .1);

	padding: 13px 0;

	background-color: rgba(0, 0, 0, .1);

	color: rgba(255, 255, 255, .6);

}



.footer .bottom {

	padding: 20px 0;

}



.footer .bottom .left {

	/* opacity: 0.6; */

	display: flex;

}



.footer .bottom .left span {

	display: block;

	color: rgba(255, 255, 255, .6);

}



.footer .bottom .left span a {

	color: rgba(255, 255, 255, .6);

}



.footer .bottom .left span a:hover {

	color: #fff;

}



.footer .bottom .right p {

	float: right;

}



.footer .top .right ul {

	display: flex;

	justify-content: space-between;

}



.footer .top .right ul::after {

	display: none;

}



.footer .bottom .right p a {

	opacity: 0.6;

	color: #999;

	border-right: 1px solid #999;

	padding: 0 10px;

}



.footer .bottom .right p:first-child a {

	border-right: 0;

}



.footer .bottom .right p:hover a {

	opacity: 0.8;

}



.menu_h,

.menu-bg {

	display: none;

}



.productChild .twoList {

	width: auto;

	margin-left: 5.2%;

	display: none;

	/* display: inline-block; */

}



.productChild .oneList1:nth-child(4) .twoList {

	display: none !important;

}



.productChild .oneList1:hover .twoList {

	display: inline-block;

}



.productChild .twoList1 {

	width: auto;

	/* position: relative; */

}



.productChild .threeList {

	position: absolute;

	min-width: 40%;

	top: 0px;

	background-color: #fff;

	padding: 12px 10px;

	white-space: nowrap;

	display: none;

	left: 100%;

	transform: translateX(1em);

	z-index: 99;

}



/* .productChild .threeList1 {} */

.productChild .twoList2 {

	display: inline-block;

	position: relative;

}



.productChild .threeList1::before {

	content: '';

	display: inline-block;

	height: 12px;

	border-style: solid;

	border-width: 6px 12px 6px 15px;

	border-color: transparent #fff transparent transparent;

	position: absolute;

	left: -24px;

	top: 11px;

}



.productChild .oneList .oneCon {

	color: #333;

}



.productChild .oneList .twoCon {

	color: #666;

}



.productChild .oneList .oneCon,

.productChild .oneList .twoCon {

	text-align: left;

}



.productChild .twoList1:hover .threeList {

	display: block;

}



.header .menu-ul li .trade .right {

	justify-content: flex-start;

}



.header .menu-ul li .trade .right p {

	width: 12.5%;

	min-width: auto;

	text-align: center;

}



@media only screen and (max-width: 1690px) {}



@media only screen and (max-width: 1500px) {

	.header .menu-ul li {

		margin: 0 2%;

	}



	.header-wrap {

		padding: 0 50px;

	}



	.meny_right {

		margin-left: 30px;

	}



	.header .menu-ul li .child .left {

		margin-right: 30px;

	}



	.productChild .right p {

		margin-right: 30px;

	}



	.footer .top .right li {

		width: 18%;

	}



	.footer .top .right li .child a {

		width: 80%;

		font-size: 12px;

	}

}



@media only screen and (max-width: 1400px) {

	/* .productChild .threeList{max-width: 121%;} */

}



@media only screen and (max-width: 1280px) {

	.header .logo {

		margin-right: 7%;

	}



	.header .logo img {

		width: 280px;

		/* margin-top: -16px; */

	}

}



@media only screen and (max-width: 1050px) {

	.header .logo {

		margin-right: 1%;

	}



	.header .logo img {

		width: 150px;

	}

}



@media only screen and (max-width: 1000px) {

  	.chEn_con{

    	transform: translateX(36%);

    }

    .chEn_con ul{

    	display: flex;

    }

	.header .logo img {

		width: 63%;

	}

	.footer .top .left dt a img{

		width: 90%;

	}

	.header-wrap {

		padding: 0 10px;

	}



	.header .menu .header-wrap {

		padding: 0 10px;

		height: 60px;

	}



	.header .logo {

		margin-right: 0;

		flex: 1;

		text-align: left;

	}



	.menu_h {

		display: block;

		background: none;

		transition: 0.3s all;

		z-index: 1000;

		border: none;

		width: 40px;

		height: 40px;

		outline: none;

		position: relative;

		right: 0;

		top: 0;

		transform: scale(0.8);

	}



	.menu_h::before,

	.menu_h::after,

	.menu_h span {

		background: #333;

		border-radius: 2px;

	}



	.menu_h::before,

	.menu_h::after {

		content: '';

		position: absolute;

		height: 5px;

		width: 100%;

		left: 0;

		top: 50%;

		transform-origin: 50% 50%;

		transition: transform 0.25s;

	}



	.menu_h span {

		position: absolute;

		width: 100%;

		height: 5px;

		left: 0;

		overflow: hidden;

		text-indent: 200%;

		transition: opacity 0.25s;

	}



	.menu_h::before {

		transform: translate3d(0, -12px, 0);

	}



	.menu_h::after {

		transform: translate3d(0, 12px, 0);

	}



	.menu-open .menu_h span {

		opacity: 0;

	}



	.menu-open .menu_h::before {

		transform: rotate3d(0, 0, 1, 45deg);

	}



	.menu-open .menu_h::after {

		transform: rotate3d(0, 0, 1, -45deg);

	}



	.menu-bg {

		display: block;

		background: rgba(0, 0, 0, 0.5);

		height: 100%;

		width: 100%;

		left: 0;

		top: 60px;

		position: fixed;

		z-index: 1;

		opacity: 0;

		visibility: hidden;

		transition: 0.5s all;

	}



	.menu-ul {

		position: fixed;

		right: 0;

		top: 60px;

		bottom: 0;

		z-index: 100;

		background: #fff;

		overflow: auto;

		visibility: hidden;

		opacity: 0;

		transform: translateX(100%);

		transition: 0.5s all;

	}



	.menu-ul ul {

		display: block;

	}



	.header .menu-ul li .a {

		height: auto !important;

		line-height: normal !important;

		color: #333333;

	}



	.header .menu-ul li .a::after {

		background-color: rgba(0, 0, 0, 0);

	}



	.menu-ul li {

		min-width: 20rem;

		border-bottom: 1px solid #AAAAAA;

		position: relative;

		float: none;

		width: auto;

		text-align: left !important;

	}



	.menu-open .menu-bg {

		opacity: 1;

		visibility: visible;

	}



	.menu-open .menu-ul {

		visibility: visible;

		opacity: 1;

		transform: translateX(0);

	}



	.header-menu {

		line-height: 50px;

		height: 50px;

	}



	.menu-ul li::after {

		content: '';

		position: absolute;

		right: 10px;

		top: 1.2em;

		width: 0;

		height: 0;

		border: 4px solid rgba(0, 0, 0, 0.0);

		border-top-color: #333;

		opacity: 0.7;

		transition: 0.4s all;

	}



	.menu-ul li::before {

		content: '';

		position: absolute;

		z-index: 2;

		top: 0;

		right: 0;

		height: 2.3em;

		left: 7em;

	}



	.header .menu-ul li:hover .a {

		background: #fff;

	}



	.menu-ul li:hover::after {

		transform: rotate(180deg) translateY(4px);

	}



	.menu-ul li.no_child::after,

	.menu-ul li.no_child::before {

		display: none;

	}



	.header .menu-ul li .a {

		text-align: left;

		padding: 10px 0;

		padding-left: 1em;

		color: #333;

	}



	.header .menu-ul li .child {

		left: 0;

		top: 0;

		padding: 0;

		right: 0;

		position: relative;

		transform: none;

		display: none;

		width: auto;

		margin: 0;

		background: #fff;

		padding-bottom: 10px;

	}



	.header .menu-ul li:hover .child {

		display: block;

	}



	.header .menu-ul li .child::before {

		display: none;

	}



	.header .menu-ul li .child p {

		padding: 0;

	}



	.header .menu-ul li .child a {

		color: #333;

		text-align: left;

		border-bottom: 1px solid #AAAAAA;

	}

	.header .menu-ul li .child p:last-child a,

	.header .menu-ul li .oneList1:last-child a{

		border-bottom: 0;

	}

	.header .menu-ul li .child a span{

		padding-left: 1em;

	}

	.scroll_header .menu-ul li:hover .child {

		transform: translateY(0);

	}



	.meny_right {

		position: absolute;

		right: 70px;

		margin-top: 0;

		display: flex;

	}



	.meny_right img:last-child {

		margin-left: 20px;

	}



	.footer .top {

		padding-bottom: 20px;

	}



	.footer .top .right {

		display: none;

	}



	.footer {

		padding: 20px 0;

	}



	.footer .top .left {

		float: none;

		text-align: center;

		width: 100%;

	}



	.footer .top .left dd {

		margin-top: 24px;

	}

	.footer .top .left dd p{

		justify-content: center;

		    padding-bottom: 0;

	}

	.footer .top .left dd p img:last-child{

		width: 55%;

	}

	.footer .center ul {

		display: none;

	}

	.footer .bottom{

		padding: 20px 0 0 0;

	}

	.footer .bottom .left span {

		display: inline-block;

	}



	.footer .bottom .left,

	.footer .bottom .right {

		float: none;

		text-align: center;

		flex-direction: column-reverse;

	}



	.footer .bottom .right {

		margin-top: 30px;

	}



	.footer .bottom .right p {

		float: none;

		display: inline-block;

	}



	.footer .bottom .right p:first-child a {

		border-right: 1px solid #999;

	}



	.footer .bottom .right p:last-child a {

		border-right: 0;

	}



	.header_one ul {

		justify-content: space-between;

	}



	.header_one li {

		padding-left: 0;

	}



	.footerLogo {

		width: 100%;

	}



	.footer .top .left dd {

		justify-content: center;

	}



	.footer .bottom .left span {

		margin-left: 0;

		margin-bottom: 10px;

	}



	.header .menu-ul li .child .wrap {

		flex-direction: column;

		padding: 0;

		margin: 0;

	}



	.header .menu-ul li .child .left {

		display: none;

	}



	.header .menu-ul li .child .right {

		width: 100%;

		flex-direction: column;

		border-top: 1px solid #AAAAAA;

	}

	.header .menu-ul li .child .right .oneList{

		flex-direction: column;

	}

	.header .menu-ul li .child .right .oneList1{

		width: 100% !important;

	}

	.header .menu-ul li .child .right p {

		margin: 0;

	}



	.productChild .right p {

		width: 100%;

		flex-direction: column;

	}



	.productChild .right p a {

		width: 100% !important;

		margin-right: 0 !important;

		background-color: rgba(0, 0, 0, 0);

		padding: 5px 0 !important;

		padding-left: 2em !important;

	}



	.productChild .right p a .two {

		display: none;

	}

	.productChild .twoList{

		width: 100%;

		margin-left: 0;

	}

	.productChild .twoList2{

		width: 100%;

	}

	.header .menu-ul li .twoList2 a span{

		padding-left: 2.5em;

	}

	.productChild .threeList{

		position: static;

		transform: translateX(0);

		left: 0;

		padding: 0;

	}

	.productChild .threeList a{

		padding-left: 3em !important;

	}

	.header .menu-ul li .trade .right p{

		width: 100%;

	}

}



@media only screen and (max-width: 768px) {

	.footer1{

		display: block;

		padding-bottom: 24px;

	}

	.footer1 .one {

		padding: 11% 0 5% 0;

		margin-bottom: 5%;

		border-bottom: 1px solid rgba(255, 255, 255, .2);

	}

	.footer1 .one img{

		width: 60%;

	}

  	.footer1 .two{

    	text-align:center;

    }

	.footer1 .two ul {

		display: flex;

		flex-wrap: wrap;

	}



	.footer1 .two li {

		width: 33%;

		margin-bottom: 30px;

	}



	.footer1 .two li a {

		color: #fff;

		font-size: 15px;

	}

	.footer1 .two li .child {

		margin-top: 20px;

		line-height: 20px;

	}

	.footer1 .two li .child a {

		font-size: 10px;

		opacity: 0.5;

	}

	.footer1 .three{

		text-align: center;

		color: #fff;

		font-size: 15px;

		padding: 17.5px 0;

		border: 1px solid rgba(255, 255, 255, .2);

		margin-bottom: 30px;

	}

	.footer1 .four ul{

		display: flex;

		justify-content: center;

		padding-bottom: 40px;

		border-bottom: 1px solid rgba(255, 255, 255, .2);

		margin-bottom: 20px;

	}

	.footer1 .four li{

		width: 23.5%;

	}

	.footer1 .four li:nth-child(2){

		margin: 0 20px;

	}

	.footer1 .four li img{

		width: 100%;

	}

	.footer1 .four li .btm{

		color: #fff;

		margin-top: 14px;

		text-align: center;

		font-size: 10px;



	}

	.footer1 .five a{

		color: #fff;

		font-size: 10px;

		margin: 0 4px;

	}

	.footer1 .five .top{

		display: flex;

		align-items: center;

		justify-content: center;

		padding-bottom: 5px;

		margin: 0 -4px;

	}

}
