blockquote,body,button,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,hr,input,legend,li,ol,p,pre,td,textarea,th,ul {
	margin: 0;
	padding: 0
}

body,button,input,select,textarea {
	font-family: Arial,Helvetica,Arial,sans-serif
}

* {
	margin: 0;
	padding: 0;
	list-style: none
}

ol,ul {
	list-style: none
}

a {
	text-decoration: none
}

a:hover {
	text-decoration: none
}

legend {
	color: #000
}

fieldset,img {
	border: 0
}

img.imgauto {
	width: 100%;
	height: auto
}

button,input,select,textarea {
	font-size: 100%
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

.clearfix:after,.ks-clearfix:after {
	content: '\20';
	display: block;
	height: 0;
	clear: both
}

img {
	vertical-align: middle
}

@font-face {
	font-family:visby;src:url(../fonts/VisbyRoundCF-Heavy-2.otf) format('truetype');font-weight:400;font-style:normal
}

:root {
	--color: #103381;
}

html {
	font-size: calc(100vw/19.2)
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

body {
	min-height: 100%;
	font-family: Arial;
	font-size: .14rem;
	line-height: 1.5;
	color: #222
}

#videomodal .modal-dialog {
	max-width: 10rem
}

#imgModal .modal-dialog {
	max-width: 65rem;
	text-align: center
}

#imgModal .modal-content {
	max-width: 6.42rem;
	margin: auto
}

.modal-dialog {
	margin: .35rem auto
}

#imgModal .embed-responsive img {
	max-height: 6.5rem!important;
	max-width: 90%;
}

.embed-responsive-16by9::before {
	padding-top: 0
}


.text-primary {
	color: #4a7ff5
}

hr {
	margin: .35rem 0
}

img {
	border: 0;
	vertical-align: top;
	max-width: 100%
}

ul {
	margin: 0
}

li {
	list-style: none
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 400;
	margin-bottom: 0
}

a {
	color: #222;
	text-decoration: none;
	transition: all .3s ease-in;
	display: inline-block;
}

a:focus,a:hover {
	text-decoration: none;
	color: var(--color);
}

button,input {
	border-radius: 0
}

button {
	cursor: pointer
}

input[type=button],input[type=reset],input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

textarea {
	resize: none;
	overflow: auto
}

button,input,select,textarea {
	border: 0;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: 0 0;
	outline: 0
}

select {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

select::-ms-expand {
	display: none
}

table {
	border-collapse: collapse
}

.table {
	margin-bottom: 0
}

.table table {
	width: 100%
}

.table td,.table th {
	border: .01rem solid #f2f4fb
}

.scale {
	transition: .6s all
}

.scale:hover {
	transform: scale(1.06)
}

.fl {
	float: left
}

.fr {
	float: right
}

.clear {
	zoom: 1
}

.clear:after {
	content: '';
	display: block;
	clear: both
}

.flex-center {
	display: flex;
	align-items: center
}

.flex {
	display: flex;
}

.flex_bd {
	flex: 1;
	min-width: 0
}

p {
	margin: 0
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.fixed {
	align-self: flex-start;
	position: sticky;
	top: 1.4rem
}

.line-1 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}

.line-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.line-3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}

.line-4 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical
}

.line-5 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical
}

.line-6 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical
}

.line-7 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical
}

.line-8 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical
}

.auto-container {
	max-width: 14rem;
	margin: auto
}

.top-search-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	z-index: 100;
	opacity: .8;
	display: none
}

.modal-header {
	padding: .2rem
}

.modal-title {
	font-size: .2rem
}

.modal-header .close {
	padding: 0;
	margin: 0;
	line-height: .26rem;
	font-size: .3rem
}

.modal-header .close span {
	font-size: .3rem;
	line-height: .26rem
}

.modal-body {
	padding: .2rem
}

.modal-content {
	border-radius: .1rem
}

figure {
	margin: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
	bottom: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 .05rem
}

.swiper-button-prev {
	/*left: -1.2rem;*/
	/*transform: rotate(180deg)*/
}

.swiper-button-next {
	right: -1.2rem;
}

.swiper-button-next,
.swiper-button-prev {
/* position: relative; */
	width: .58rem;
	height: .58rem;
	border-radius: .29rem;
	background-color: var(--color);
/* margin-right: 14px; */
	text-align: center;
/* line-height: 60px; */
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	cursor: pointer;
	background-image: none;
}

.swiper-button-next > p,
.swiper-button-prev > p {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
/* background-image: -webkit-gradient(linear,left top, right top,from(#ff6e63),to(#f13122)); */
	background-image: linear-gradient(90deg,#f9b234,#ff6100);
	border-radius: 50%;
	opacity: 0;
/* -webkit-transform: scale(0); */
	transform: scale(0);
/* -webkit-transition: opacity .3s ease,-webkit-transform .3s ease; *//* transition: opacity .3s ease,-webkit-transform .3s ease; *//* transition: opacity .3s ease,transform .3s ease; */
	transition: opacity .3s ease,transform .3s ease,-webkit-transform .3s ease;
}

.swiper-button-next .swiper_btn_effect_box,
.swiper-button-prev .swiper_btn_effect_box {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}

.swiper-button-next .swiper_btn_effect_box .swiper_btn_effect_list,
.swiper-button-prev .swiper_btn_effect_box .swiper_btn_effect_list {
	width: 200%;
	margin-left: -100%;
	-webkit-transition: margin .3s ease;
	transition: margin .3s ease;
}

.swiper-button-next .swiper_btn_effect_box .swiper_btn_effect_list i,
.swiper-button-prev .swiper_btn_effect_box .swiper_btn_effect_list i {
	width: 50%;
	text-align: center;
}

.swiper-button-next .swiper_btn_effect_box .swiper_btn_effect_list i:before,
.swiper-button-prev .swiper_btn_effect_box .swiper_btn_effect_list i:before {
	content: '';
	display: block;
	width: .58rem;
	height: .58rem;
	border-radius: .29rem;
	background: url(/res/magic/images/2_43.png) no-repeat center;
	background-size: .14rem;
}

.swiper-button-next .swiper_btn_effect_box .swiper_btn_effect_list i:first-child {
}

.swiper-button-next:hover p,
.swiper-button-prev:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.swiper-button-next:hover .swiper_btn_effect_box .swiper_btn_effect_list, .swiper-button-prev:hover .swiper_btn_effect_box .swiper_btn_effect_list {
	margin-left: 0;
}

.more_btn {
	overflow: hidden;
	cursor: pointer;
	display: block;
	position: relative;
	z-index: 0
}

.more_btn:before {
	content: "";
	position: absolute;
	z-index: -1;
	inset: -.01rem -.01rem -.01rem auto;
	width: 0;
	background-color: #7f4428;
	opacity: 1;
	transition: .36s cubic-bezier(.05,.92,.21,.97)
}

.more_btn .btn_icon {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	width: .6rem
}

.btn_icon:after,.btn_icon:before {
	content: "";
	position: absolute;
	right: 50%;
	bottom: 50%;
	width: .12rem;
	height: .12rem;
	background-image: url(/res/magic/images/icon_small_arrow.png);
	background-size: contain;
	background-repeat: no-repeat
}

.btn_icon:before {
	transform: translate(50%,50%) translateZ(0)
}

.btn_icon:after {
	opacity: 0;
	transform: translate(50%,50%) translate3d(-.2rem,0,0)
}

.more_btn:hover:before {
	width: calc(100% + .02rem);
	right: auto;
	left: -.01rem
}

.more_btn:hover p {
	color: #fff;
	display: inline-block;
	width: 80%;
	float: left
}

.more_btn:hover .btn_icon:before {
	opacity: 0;
	transform: translate(50%,50%) translate3d(.05rem,0,0);
	transition: transform .24s cubic-bezier(.05,.85,.36,.98) .12s,opacity .24s cubic-bezier(.05,.85,.36,.98) .12s
}

.more_btn:hover .btn_icon:after {
	opacity: 1;
	transform: translate(50%,50%) translateZ(0);
	transition: transform .6s cubic-bezier(.05,.85,.36,.98) .48s,opacity .48s cubic-bezier(.05,.85,.36,.98) .48s;
	filter: brightness(100)
}

.btn_effect {
	width: 1.6rem;
	height: .5rem;
	line-height: .5rem;
	background: transparent;
	border-radius: .25rem;
	transition: box-shadow .3s ease,padding .2s ease,-webkit-box-shadow .3s ease;
}

.btn_effect a {
	width: 100%;
	height: 100%;
	background: #f9b234;
	border-radius: .25rem;
	text-align: center;
	margin: auto;
	justify-content: center;
	align-items: center;
}

.btn_effect a > p {
	font-size: .16rem;
	font-weight: bold;
	color: #ffffff;
	margin-right: .1rem;
}

.btn_effect .btn_effect_box {
	width: .1rem;
	overflow: hidden;
}

.btn_effect .btn_effect_box .btn_effect_list {
	width: .2rem;
	margin-left: -.1rem;
	transition: margin .3s ease;
}

.btn_effect .btn_effect_box .btn_effect_list img {max-width: .1rem;}

.btn_effect .btn_effect_box .btn_effect_list img:first-child {
}

.btn_effect .btn_effect_box .btn_effect_list img:last-child {
	margin-right: 0;
}

.btn_effect:hover {
	padding: .03rem;
}

.btn_effect a:hover {
	box-shadow: 0 0 .1rem rgba(255,255,255,.8);
}

.btn_effect a:hover .btn_effect_box .btn_effect_list {
	margin-left: 0;
}

.swiper-pagination-bullet {
	width: .1rem;
	height: .1rem;
	background: 0 0;
	border: .02rem solid var(--color);
	opacity: 1
}

.swiper-pagination-bullet-active {
	background: var(--color);
}

.additional-features {
	position: fixed;
	right: .4rem;
	top: 45%;
	z-index: 200;
	box-sizing: border-box;
	border-bottom: 0
}

.additional-features li {
	padding: .03rem 0
}

.additional-features .opa-0 {
	display: none
}

.additional-features .additional-icon {
	height: .5rem;
	position: relative;
	cursor: pointer
}

.additional-features .additional-icon a {
}

.additional-features .additional-icon img {
	/* border-radius: 50%; */
	/* box-shadow: 0 0 .1rem rgba(0,0,0,.2); */
	max-width: .5rem
}

#videomodal {
	top: 15%
}

#foot-ph {
	z-index: 999;
	position: fixed;
	bottom: 0;
	display: none;
	width: 100%
}

.new-foot-item {
	float: left;
	width: 50%;
	padding-top: .08rem;
	height: .513rem;
	text-align: center
}

.new-foot-item a {
	color: #fff;
	font-size: .18rem
}

@media (max-width:640px) {
	#foot-ph {
		display: block
	}
}

@media (max-width:768px) {
	.left-email {
		display: none
	}
}

/*head*/
@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	outline: 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@font-face {
	font-family:segoeui;src:url(../fonts/segoeui.woff2);font-display:swap;font-weight:unset
}
@font-face {
	font-family:segoeuib;src:url(../fonts/segoeuib.woff2);font-display:swap;font-weight:unset
}
@font-face {
	font-family:segoeuii;src:url(../fonts/segoeuii.woff2);font-display:swap;font-weight:unset
}
@font-face {
	font-family:segoeuisb;src:url(../fonts/seguisb.woff2);font-display:swap;font-weight:unset
}
@font-face {
	font-family:segoeuisbi;src:url(../fonts/seguisbi.woff2);font-display:swap;font-weight:unset
}
/*html {*/
/*	font-size: calc(100vw/19.2)*/
/*}*/
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
body {
	min-height: 100%;
	font-family: segoeui;
	font-size: 14px;
	line-height: 1.5;
	color: #222;
	font-weight: unset
}
#videomodal .modal-dialog {
	max-width: 1000px
}
#imgModal .modal-dialog {
	max-width: 800px;
	text-align: center
}
.embed-responsive-16by9::before {
	padding-top: 0
}
.embed-responsive {
	max-width: 800px;
    margin: auto;
}
.text-primary {
	color: #4a7ff5
}
img {
	border: 0;
	vertical-align: top;
	max-width: 100%
}
ul {
	margin: 0
}
li {
	list-style: none
}
h1,h2,h3,h4,h5,h6 {
	font-weight: 400;
	margin-bottom: 0
}
a {
	color: #222;
	text-decoration: none
}
a:focus,a:hover {
	text-decoration: none;
	color: #103381;
}
button,input {
	border-radius: 0
}
button {
	cursor: pointer
}
input[type=button],input[type=reset],input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}
textarea {
	resize: none;
	overflow: auto
}
button,input,select,textarea {
	border: 0;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: 0 0;
	outline: 0
}
select {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
select::-ms-expand {
	display: none
}
table {
	border-collapse: collapse
}
.table table {
	width: 100%
}
.table td,.table th {
	border: 1px solid #f2f4fb
}
.scale {
	transition: .6s all
}
.scale:hover {
	transform: scale(1.06)
}
.fl {
	float: left
}
.fr {
	float: right
}
.clear {
	zoom: 1
}
.clear:after {
	content: '';
	display: block;
	clear: both
}
.flex-center {
	display: flex;
	align-items: center
}
.flex {
	display: flex
}
.flex_bd {
	flex: 1;
	min-width: 0
}
p {
	margin: 0
}
.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.fixed {
	align-self: flex-start;
	position: sticky;
	top: 140px
}
.line-1 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}
.line-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}
.line-3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}
.line-4 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical
}
.line-5 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical
}
.auto-container {
	max-width: 1400px;
	margin: auto
}
.top-search-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	z-index: 100;
	opacity: .8;
	display: none
}
.head {
	position: fixed;
	top: 0;
	z-index: 99;
	left: 0;
	padding: 0 100px;
	width: 100%;
	position: relative;

}
.head nav {
	position: fixed;
	top: 20px;
	z-index: 99;
	left: 0;
	right: 0;
	padding:0px 20px;
	width: 90%;
	justify-content: space-between;
	display: flex;
	margin: auto;
	background: #fff;
	border-radius: 10px;
	transition: all 0.3s;
	max-width: 1920px;
}
.head nav.c-style2 {
	width:100%;
	top: 0;
	border-radius: 0;
	border-bottom:1px solid #eee;
}
.head .navbar_logo {
	display: flex;
	align-items: center;
	width:40%;
}
.head .navbar_logo .logo_icon {
	padding-right: 20px;
	width:auto;
	border-right: 1px solid #dddddd;
	margin-right: 20px;
}
.head .navbar_logo .logo_text {
	font-size: 16px;
	color: #000 ;
	font-family: segoeui;
	display: inline-block;
	line-height: 24px;
	padding-bottom: 4px;
}
.head .navbar_box {
	display: flex;
	width: 60%;
	justify-content: flex-end
}
.head .navbar_box .navbar_nav {
	display: flex;
	align-items: center;
	justify-content: flex-end
}
.head .navbar_box .navbar_nav .nav_item {
	line-height: 70px;
	padding-right: 50px;
	position: relative
}
.head .navbar_box .navbar_nav .nav_item:last-child {
	padding-right: 0
}
.head .navbar_box .navbar_nav .nav_item .nav_link {
	font-size: 18px;
	color: #fff
}
.head .navbar_box .navbar_nav .nav_item .dropdown_link {
	width: 100%;
	position: relative
}
.head .navbar_box .navbar_nav .nav_item .dropdown_link .iconfont {
	display: none
}
.head .navbar_box .navbar_nav .nav_item .dropdown_link a {
	font-size: 18px;
	font-family: segoeuisb;
	text-transform: uppercase;
	display: block;
	color:#000;
}
.head .navbar_box .navbar_nav .nav_item .dropdown_menu {
	display: none;
	width: max-content;
	background: #fff;
	overflow: hidden;
	position: absolute;
	left: 0;
}
.head .navbar_box .navbar_nav .nav_item.product-nav{
	position: static;
}
.head .navbar_box .navbar_nav .nav_item.product-nav .dropdown_menu{
	background: #fff;
	top: 100%;
	padding-top: 3%;
	padding-bottom: 3%;
	width: 82%;
	display: none;
	left: 0;
	right: 0;
	margin: auto;
	border-top:6px solid;
	border-radius: 8px;
	min-height:535px;
}
.head .navbar_box .navbar_nav .nav_item.product-nav .dropdown_menu .submen_list>li>a{
	font-size:16px;
	color:#222;
	line-height: 20px;
	font-family:segoeuib;
	padding:0;
	margin-bottom: 20%;
	position: relative;
}
.head .navbar_box .navbar_nav .nav_item.product-nav .dropdown_menu .submen_list>li:last-child>a{
	margin-bottom: 0;
}
.head .navbar_box .navbar_nav .nav_item.product-nav .dropdown_menu .submen_list>li>a>img{
	margin-top:2px;
	position: absolute;
	top:-2px;
	right:-1px;
	display: none;
}
.head .navbar_box .navbar_nav .nav_item.product-nav .dropdown_menu .submen_list>li:hover>a>img{
	display: block;
}
.head .navbar_box .navbar_nav .nav_item.product-nav .dropdown_menu .submen_list{
	width: 14%;
	margin-left: 5%;
	float:left;
}
.head .navbar_box .navbar_nav .nav_item.product-nav .dropdown_menu .product-three{
	width:81%;
	float:left;
	padding-left: 5%;
	border-left: 1px solid #ddd;
}
.head .navbar_box .navbar_nav .nav_item.product-nav .dropdown_menu .product-three .three-list{
	width:100%;
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
}
.head .navbar_box .navbar_nav .nav_item.product-nav .dropdown_menu .product-three .three-list>div{
	width: 11.4%;
	margin-right: 5%;
	margin-bottom: 0;
}
.head .navbar_box .navbar_nav .nav_item.product-nav .dropdown_menu .product-three .three-list>div:nth-child(-n+6){
	margin-bottom: 5%;
}
.head .navbar_box .navbar_nav .nav_item.product-nav .dropdown_menu .product-three .three-list>a{
	position: absolute;
	left: 32%;
	bottom: 14%;
	border-bottom: 1px solid #222;
	color:#222;
	line-height: 26px;
	font-size:16px;
	transition: all 0.5s;
}
.head .navbar_box .navbar_nav .nav_item.product-nav .dropdown_menu .product-three .three-list>a:hover{
	color:#103381;
}
.head .navbar_box .navbar_nav .nav_item.product-nav .dropdown_menu .product-three .three-list>a:after{
	display: block;
	content:'';
	width:100%;
	height:1px;
	background:#103381;
	position: absolute;
	right:0;
	bottom:-1px;
	transition: all 0.5s;
}
.head .navbar_box .navbar_nav .nav_item.product-nav .dropdown_menu .product-three .three-list>a:hover:after{
	width:0;
}
.head .navbar_box .navbar_nav .nav_item.product-nav .dropdown_menu .product-three .three-list>div>a{
	display: block;
	width:100%;
	height:100%;
}
.head .navbar_box .navbar_nav .nav_item.product-nav .dropdown_menu .product-three .three-list>div>a .imgbox{
	overflow: hidden;
}
.head .navbar_box .navbar_nav .nav_item.product-nav .dropdown_menu .product-three .three-list>div>a .imgbox img{
	width:100%;
	height:auto;
	transition: all 0.5s;
}
.head .navbar_box .navbar_nav .nav_item.product-nav .dropdown_menu .product-three .three-list>div>a p{
	font-size:16px;
	color:#222;
	margin-top:15px;
	line-height: 24px;
}
.head .navbar_box .navbar_nav .nav_item.product-nav .dropdown_menu .product-three .three-list>div>a:hover p{
	color:#103381;
}
.head .navbar_box .navbar_nav .nav_item.product-nav .dropdown_menu .product-three .three-list>div>a:hover .imgbox img{
	transform: scale(1.2);
}
.head .navbar_box .navbar_nav .nav_item.product_category .dropdown_menu {
	background: #ededed;
	opacity: .97;
}
.head .navbar_box .navbar_nav .nav_item .submen_list li {
	line-height: initial
}
.head .navbar_box .navbar_nav .nav_item .submen_list li.active>a{
	color:#103381 !important;
}
.head .navbar_box .navbar_nav .nav_item .submen_list li.active>a img{
	display: block !important;
}
.head .navbar_box .navbar_nav .nav_item .submen_list a {
	font-size: 16px;
	display: block;
	padding:8px 15px;
}
.head .navbar_box .navbar_nav .nav_item.product_category {
	position: unset
}
.head .navbar_box .navbar_nav .product_category .submen_list {
	display: flex;
	max-width: 1400px;
	overflow: hidden;
	margin: auto;
	text-align: center;
	flex-wrap: wrap
}
.head .navbar_box .navbar_nav .product_category .submen_list li {
	border-right: 1px solid #d4d4d4;
	padding: 50px 20px;
	text-align: left;
	min-width: 280px
}
.head .navbar_box .navbar_nav .product_category .submen_list li:nth-child(-n+5) {
	padding-bottom: 0
}
.head .navbar_box .navbar_nav .product_category .submen_list li:nth-child(10),.head .navbar_box .navbar_nav .product_category .submen_list li:nth-child(5) {
	border-right: 0
}
.head .navbar_box .navbar_nav .product_category .submen_list a {
	font-size: 14px;
	line-height: 26px;
	display: block;
	padding: 0;
	border: 0
}
.head .navbar_box .navbar_nav .product_category .submen_list a:hover {
	color: #103381
}
.head .navbar_box .navbar_nav .product_category .submen_list .head_icon {
	line-height: initial;
	margin-bottom: 10px
}
.head .navbar_box .navbar_nav .product_category .submen_list .submen_head a {
	font-size: 16px;
	font-family: segoeuib;
	line-height: 36px
}
.head .navbar_right {
	display: flex;
	align-items: center;
	margin-left: 2%;
}
.head .navbar_right .navbar_group {
	display: flex
}
.head .navbar_right .navbar_group .icosearch {
	margin-right: 30px;
	width: 36px;
}
.head .navbar_right .navbar_group .btn_inquiry{
	color:#fff;
	background: #103381;
	padding: 10px;
	font-size:16px;
	font-family: segoeuisb;
	border-radius: 5px;
	border:1px solid #103381;
	position: relative;
}
.head .navbar_right .navbar_group .btn_inquiry:after{
	display: block;
	content:'';
	width:0;
	height:100%;
	left:0;
	top:0;
	position: absolute;
	transition: all 0.5s;
	z-index: 1;
	background: #fff;
}
.head .navbar_right .navbar_group .btn_inquiry span{
	z-index: 2;
}
.head .navbar_right .navbar_group .btn_inquiry:hover span{
	color:#103381;
}
.head .navbar_right .navbar_group .btn_inquiry:hover:after{
	width:100%;
}
.header__right .header-right-btn>a {
	display: inline-block;
	padding-bottom: 20px;
	top: 10px;
	position: relative;
	z-index: 200;
}
.header__right__btn--red {
	background: #103381;
	border: 1px solid #103381;
}

.header__right__btn {
	display: inline-block;
	width: 110px;
	border-radius: 5px;
	text-align: center;
	overflow: hidden;
	position: relative;
	vertical-align: middle;
	z-index: 999;
	line-height: 40px;
	color:#fff;
	font-family: segoeuisb;
}
	.header__right__btn:hover:before {
		left: 0;
	}
	.header__right__btn:hover span {
		color: #103381;
	}

	.header__right__btn:before {
		content: "";
		width: 100%;
		height: 100%;
		top: 0;
		left: -115%;
		position: absolute;
		background: #fff;
		transition: all .6s cubic-bezier(0.23, 1, 0.32, 1);
		transform: scale(1.2);
		border-radius: 56px;
		z-index: -1;
	}



.head .navbar_right .navbar_group .language_select {
	margin-right: 20px;
	width: 66px
}
.head .navbar_right .navbar_group .language_select img {
	border: 1px solid rgb(0,0,0,0);
	border-radius: 50px
}
.head .navbar_right .search_con2 {
	height: 50px;
	transform: scale3d(0,0,0);
	transform-origin: right center;
	transition: all .5s;
	width: 50%;
	opacity: 0;
	display: flex;
	align-items: center;
	justify-content: left;
	position: absolute;
	right: 0
}
.head .navbar_right .search_con2 .search_input {
	width: 70%;
	position: relative;
	margin-right: 8%;
}
.head .open .navbar_right .search_con2 {
	opacity: 1;
	transform: scale3d(1,1,1);
	/*margin-right: 100px;*/
}
.head .open .navbar_box,.head .open .navbar_right .c_switch {
	opacity: 0;
	transform: scale3d(0,0,0)
}
.head .open .navbar_right .navbar_group {
	opacity: 0
}

.head .navbar_right .search_con2 .search_input input {
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	border: 1px solid #d4d4d4;
	border-radius: 5px;
	font-size: 16px;
	padding: 0 0 0 20px;
	box-shadow: unset;
	width: 100%;
	padding-right: 50px
}
.head .navbar_right .search_con2 .search_input .search_btn {
	width: 50px;
	height: 50px;
	cursor: pointer;
	border: none;
	outline: 0;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	color: #222;
	line-height: 50px
}
.head .navbar_right .search_con2 .search_input .search_btn img {
	vertical-align: middle
}
.head .navbar_right .search_con2 .moblie_search_close {
	width: 30px;
	height: 30px;
	text-align: left;
	color: #222;
	line-height: 30px
}
.head .navbar_right .search_con2 .moblie_search_close .iconfont {
	font-size: 20px
}
.head .navbar_right .c_switch {
	display: none
}
.head .navbar_right .c_switch i {
	position: relative;
	display: block;
	height: 3px;
	background: #fff;
	-webkit-transition: all .3s;
	transition: all .3s
}
.head .navbar_right .c_switch i:nth-child(1) {
	top: 0
}
.head .navbar_right .c_switch i:nth-child(3) {
	bottom: 0
}
.head .navbar_right .c_switch i:nth-child(2) {
	margin: 6px 0
}
.head .c-style2 .navbar_right .c_switch i {
	background: #103381;
}
.c-style2,.head:hover nav {
	background: #fff
}
.head .c-style2 .navbar_box .navbar_nav .nav_item .dropdown_link a,.head:hover .navbar_box .navbar_nav .nav_item .dropdown_link a {
	color: #222
}
.head .c-style2 .navbar_right .navbar_group .icosearch img,.head:hover .navbar_right .navbar_group .icosearch img {
	filter: invert(0)
}
.head .c-style2 .navbar_box .navbar_nav .nav_item.active .dropdown_link a,.head .navbar_box .navbar_nav .nav_item.active .dropdown_link a {
	color: #ba1c22;
}
.head .navbar_box .navbar_nav .nav_item:hover .dropdown_link a {
	color: #ba1c22;
}
.head .navbar_box .navbar_nav .nav_item:hover .dropdown_menu {
	display: block;
}
.modal-content {
	border-radius: 10px
}
figure{
    margin:0;
}





/*foot*/
.footer {
	/*background: url('../images/footbg2.png')left top/cover no-repeat;*/
	background: #181f30;
	position: relative;
	margin-top:60px;
}

.footer .auto-container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.footer .left {
	width: 69%;
	padding-top: 8%;
}

.footer .left .left_head {
	display: flex;
	justify-content: space-around;
	margin-bottom: .3rem;
}

.footer .left .left_head .item {
	width: 25%;
}
.footer .left .left_head .item:nth-child(1){
    width:50%;
}
.footer .left .left_head .item .item_title {
	font-size: .18rem;
	font-family: visby;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: .4rem;
}
.footer .left .left_head .item:nth-child(1) .item_title{
    width:76%;
    font-size:30px;
    line-height: 36px;
    font-family: segoeui;
    border-bottom:0.01rem solid rgb(255 255 255 / 30%);
    padding: 0.3rem 0 0.4rem;
    text-transform: none;
}
.footer .left .left_head .item ul {
}

.footer .left .left_head .item ul li {
}

.footer .left .left_head .item:first-child ul li {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: .1rem;
}

.footer .left .left_head .item li img {max-width: .3rem;}

.footer .left .left_head .item li span,
.footer .left .left_head .item li a {
	font-size: .18rem;
	color: #ffffff;
	border-bottom: 0.02rem solid transparent;
	line-height: .24rem;
	margin-bottom: .1rem;
	opacity: 1;
	display: inline-block;
	transition: all 0.3s;
}
.footer .left .left_head .item li a:hover{
    opacity: 0.7;
}

.footer .left .left_head .item:first-child ul li span,
.footer .left .left_head .item:first-child ul li a {
	max-width: 80%;
}

.footer .left .left_head .item:first-child ul li img {
	margin-right: .1rem;
}

.footer .left .left_head .item li:hover a {
	border-color: #ffffff;
}

.footer .left .left_main {
	border-top: 0.01rem solid rgb(255 255 255 / 30%);
	padding: 4% 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer .left .left_main .foot_share {
}

.footer .left .left_main .foot_share a {
	display: inline-block;
	margin-right: .07rem;
	background: #ffffff;
	border-radius: .25rem;
}

.footer .left .left_main .foot_share a img {max-width: .5rem;}

.footer .left .left_main .foot_share a:hover {
	background: rgb(255 255 255 / 50%);
}

.foot_bottom {
    width:100%;
    color:#fff;
    font-size:16px;
}
.foot_bottom p{
    float:left;
}
.foot_bottom .foot_sitemap{
    float:right;
}
.foot_bottom a{
    color:#fff;
    margin-left: 30px;
    font-size:16px;
    opacity: 1;
    transition: all 0.3s;
}
.foot_bottom a:hover{
    opacity: 0.7;
}

.footer .right {
	width: 31%;
	padding: 4%;
	color:#fff;
	text-align: center;
	position: relative;
	background:url('../images/foot-kuai.png')center top/100% 100% no-repeat;
}

.footer .right span{
    font-size:14px;
    font-family:segoeuisb;
}
.footer .right p {
    font-size: 26px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 6px;
    font-family:segoeuisb;
}

.footer .right .input {
}

.footer .right .input div {
	margin-bottom: .08rem;
}

.footer .right .input div input,.footer .right .textarea textarea {
	width: 100%;
	border-radius: 25px;
	background: #fff;
	font-size: 16px;
	COLOR:#222;
}

.footer .right .input div input {
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
    padding-right: 15px;
}

.footer .right .input div input::placeholder,.footer .right .textarea textarea::placeholder {
	color: #222
}

.footer .right .textarea textarea {
    padding: 15px;
    height: 188px;
}

.footer .right .submit {
	margin-top:5px;
	text-align: center;
}

.footer .right .submit .btn_effect1 {
	width: 160PX;
    height: 50PX;
    background: #ba1c22;
    border-radius: 25PX;
    line-height: 50PX;
    font-size: 18PX;
    color: #ffffff;
    transition: all .5s linear;
    display: inline-grid;
    cursor: pointer;
    font-family:segoeuisb;
    position: relative;
    overflow: hidden;
    z-index: 200;
    border:2px solid #ba1c22;
}
.footer .right .submit .btn_effect1:after{
    display: block;
    content:'';
    width:100%;
    height:100%;
    position: absolute;
    left:-115%;
    top:0;
    background: #fff;
    transition: all 0.3s;
    border-radius: 50px;
    z-index: -1;
}
.footer .right .submit .btn_effect1:hover:after{
    left:0;
    transform: scale(1.2);
}
.footer .right .submit .btn_effect1:hover{
    color:#ba1c22;
}
.footer .right .submit .btn_effect1 span{
    font-size:18px;
    line-height: 45px;
}