@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-face {
	font-family:segoeuib;src:url(../fonts/segoeuib.woff2);font-display:swap;
}

@font-face {
	font-family:segoeuii;src:url(../fonts/segoeuii.woff2);font-display:swap;
}

@font-face {
	font-family:seguisb;src:url(../fonts/seguisb.woff2);font-display:swap;
}

@font-face {
	font-family:seguisbi;src:url(../fonts/seguisbi.woff2);font-display:swap;
}

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: .14rem;
	line-height: 1.5;
	color: #222222;
}

#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
}

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

#videomodal .embed-responsive {
	max-width: 8rem;
	margin: auto
}

.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;
}
h2{font-size: .22rem;}
h3{font-size: .20rem;}
h4{font-size: .18rem;}
h5{
   font-size: .16rem; 
}
h6{font-size: .14rem;}
a {
	color: #222;
	text-decoration: none;
	transition: all .3s ease-in;
}

a:focus,a:hover {
	text-decoration: none;
	color: #d91414;
}

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 tr td{
    padding: 0 .1rem;
}
.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
}

.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
}

.more_btn {
	overflow: hidden;
	cursor: pointer;
	display: block;
	position: relative;
	z-index: 0;
	/* width: 200px; */
	/* height: 45px; */
	/* background: #d91414; */
	/* color: #fff; */
	/* line-height: 45px; */
}

.more_btn:before {
	content: "";
	position: absolute;
	z-index: -1;
	inset: -.01rem -.01rem -.01rem auto;
	width: 0;
	background-color: #d91414;
	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: 8px;
	height: 8px
}

.btn_icon:before {
	transform: translate(50%,50%) translateZ(0) rotate(45deg) scale(1.2)
}

.btn_icon:after {
	opacity: 0;
	transform: translate(50%,50%) translate3d(-20px,0,0) rotate(45deg) scale(1.2)
}

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

.more_btn:hover .btn_icon:before {
	opacity: 0;
	transform: translate(50%,50%) translate3d(5px,0,0) rotate(45deg) scale(1.2);
	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) rotate(45deg) scale(1.2);
	transition: transform .6s cubic-bezier(.05,.85,.36,.98) .48s,opacity .48s cubic-bezier(.05,.85,.36,.98) .48s
}

.head nav {
	position: fixed;
	top: 0;
	z-index: 99;
	left: 0;
	right: 0;
	padding: 0 1rem;
	width: 100%;
	justify-content: space-between;
	display: flex;
	background: #fff;
	align-items: center;
	transition: all .3s linear;
	max-width: 1920px;
	margin: auto;
}

.head nav:hover {
	border-bottom: .01rem solid #cbe4e6
}

.head nav.c-style2 {
	padding: 0 .5rem
}

.head nav.c-style2 .navbar_box .navbar_nav .nav_item .dropdown_link {
	line-height: .75rem;
	font-size: .16rem
}

.head .navbar_logo .logo_icon img {
	max-height: .3rem
}

.head .navbar_box {
	width: 65%
}

.head .navbar_box .navbar_nav {
	display: flex;
	justify-content: flex-end
}

.head .navbar_box .navbar_nav .nav_item {
	margin-right: .5rem
}

.head .navbar_box .navbar_nav .nav_item:last-child {
	margin-right: 0
}

.head .navbar_box .navbar_nav .nav_item .dropdown_link {
	font-family: seguisb;
	font-size: .17rem;
	line-height: 1.1rem;
	text-transform: capitalize;
	position: relative;
	transition: all .3s linear
}

.head .navbar_box .nav_item .dropdown_link a {
	display: inline-block;
	transition: none
}

.head .navbar_box .nav_item .dropdown_link a:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	width: 0;
	height: .02rem;
	background: 0 0;
	transition: width .3s
}

.head .navbar_box .nav_item:hover .dropdown_link a,.head .navbar_box .nav_item.active .dropdown_link a {
	color: #d91414
}

.head .navbar_box .nav_item:hover .dropdown_link a:before,.head .navbar_box .nav_item.active .dropdown_link a:before {
	background: #d91414;
	width: 100%
}

.head .navbar_box .nav_item .dropdown_menu {
	display: none;
	position: absolute;
	padding: .4rem;
	background: #fff;
	left: 0;
	width: max-content;
	right: 0;
	margin: auto;
	border-top: .01rem solid #cbe4e6;
	opacity: .96
}

.head .navbar_box .nav_item:hover .dropdown_menu {
	display: block
}

.head .navbar_box .nav_item .submen_list {
	display: flex;
	flex-wrap: wrap;
	max-width: 10.7rem;
	align-items: flex-start
}

.head .navbar_box .nav_item .submen_list li {
	margin-top: .3rem;
	padding: 0 .5rem;
	border-left: .01rem solid #dddede;
	max-width: 2.9rem;
	min-width: 1.7rem
}

.head .navbar_box .nav_item .submen_list li:nth-child(-n+4) {
	margin-top: 0
}

.head .navbar_box .nav_item .submen_list li:first-child {
	border-left: 0;
	padding-left: 0
}

.head .navbar_box .nav_item .submen_list li:last-child {
	padding-right: .3rem
}

.head .navbar_box .nav_item .submen_list li:nth-child(4n) {
	padding-right: 0
}

.head .navbar_box .navbar_nav .nav_item:nth-child(3) .dropdown_menu .submen_list {
	max-width: 8.8rem
}

.head .navbar_box .navbar_nav .nav_item:nth-child(3) .dropdown_menu .submen_list li {
	min-width: 2.2rem;
	max-width: 2.2rem
}

.head .navbar_box .navbar_nav .nav_item:nth-child(3) .dropdown_menu .submen_list li:nth-child(5) {
	border-left: 0;
	padding-left: 0
}

.head .navbar_box .nav_item .submen_list .submen_head {
	display: flex;
	align-items: center
}

.head .navbar_box .nav_item .submen_head .head_icon img {
	min-width: .25rem;
	max-width: .3rem
}

.head .navbar_box .nav_item .submen_head a {
	font-size: .18rem;
	font-family: seguisb;
	color: #d91414;
	margin-left: .1rem;
	display: block
}

.head .navbar_box .nav_item .submen_list .head_children {
	margin-top: .15rem
}

.head .navbar_box .nav_item .submen_list .head_children a {
	display: block;
	font-size: .16rem;
	line-height: .36rem
}

.head .navbar_box .nav_item .submen_list .head_children a:hover {
	color: #d91414
}

.head .navbar_right .navbar_group a {
	font-size: .16rem;
	font-family: seguisb;
	text-transform: uppercase;
	color: #d91414;
}

.head .navbar_right .navbar_group .entry {
	margin-right: .2rem;
	display: none
}
.head .navbar_right .navbar_group .btn_language{
}
.head .navbar_right .navbar_group .btn_language img{
    vertical-align: sub;
    max-width: .21rem;
}
.head .navbar_right .navbar_group .btn_language .badge{
    font-size: .16rem;
    padding: 0;
    margin-right: .2rem;
}
.head .navbar_right .navbar_group .btn_inquiry {
	padding-bottom: .1rem;
	border-bottom: .03rem solid #ccebeb;
	position: relative
}

.head .navbar_right .navbar_group .btn_inquiry:before {
	content: '';
	display: block;
	position: absolute;
	bottom: -.03rem;
	left: 0;
	width: 0;
	height: .03rem;
	background: #d91414
}

.head .navbar_right .navbar_group .btn_inquiry:hover:before {
	width: 100%;
	transition: width .5s
}

.head .navbar_right .navbar_group .btn_inquiry img {
	vertical-align: middle;
	margin-top: -.03rem;
	max-width: .17rem;
}

.head .navbar_right .navbar_group .btn_inquiry .badge {
	font-size: .16rem;
	padding: 0
}

.head .navbar_right .navbar_group .icosearch {
	width: .36rem;
	height: .36rem;
	border-radius: .36rem;
	background: #d91414;
	margin-left: .2rem;
	line-height: .18rem
}

.head .navbar_right .navbar_group .icosearch img {
	max-width: .17rem
}

.head .navbar_right .search_con2 {
	height: .5rem;
	transform: scale3d(0,0,0);
	transform-origin: right center;
	transition: all .5s;
	width: 5rem;
	opacity: 0;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	position: absolute;
	right: 0;
	top: 25%
}

.head nav.c-style2 .navbar_right .search_con2 {
	top: 20%
}

.head .navbar_right .search_con2 .moblie_search_close img {
	max-width: .2rem
}

.head .navbar_right .search_con2 .search_input {
	width: 3.8rem;
	position: relative
}

.head .open .navbar_right .search_con2 {
	opacity: 1;
	transform: scale3d(1,1,1)
}

.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: .5rem;
	line-height: .5rem;
	overflow: hidden;
	border: .01rem solid #d4d4d4;
	border-radius: .05rem;
	font-size: .16rem;
	padding: 0 0 0 .2rem;
	box-shadow: unset;
	width: 100%;
	padding-right: .5rem
}

.head .navbar_right .search_con2 .search_input .search_btn {
	width: .5rem;
	height: .5rem;
	cursor: pointer;
	border: none;
	outline: 0;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	color: #222;
	line-height: .5rem
}

.head .navbar_right .search_con2 .search_input .search_btn img {
	vertical-align: middle;
	max-width: .17rem;
}

.head .navbar_right .search_con2 .moblie_search_close {
	width: .3rem;
	height: .3rem;
	text-align: left;
	color: #222;
	line-height: .3rem;
	margin-top: .12rem
}

.head .navbar_right .search_con2 .moblie_search_close .iconfont {
	font-size: .2rem
}

.footer {
	background: #222;
	overflow: hidden;
}

.footer .foot_head {
	background: #f5f5f5
}

.footer .foot_head .footer_contact {
	display: flex;
	align-items: center;
	height: .96rem;
	justify-content: flex-start
}

.footer .foot_head .footer_contact li {
	margin-right: .4rem
}

.footer .foot_head .footer_contact li:last-child {
	max-width: 9.62rem;
	margin-right: 0;
	width: 9.62rem
}

.footer .foot_head .footer_contact li a,.footer .foot_head .footer_contact li p {
	display: inline-block;
	display: flex;
	align-items: center
}

.footer .foot_head .footer_contact li a img,.footer .foot_head .footer_contact li p img {
	margin-right: .1rem;
	vertical-align: baseline;
	max-width: .2rem
}

.footer .foot_head .footer_contact li a span,.footer .foot_head .footer_contact li p span {
	display: inline-block;
	font-size: .18rem;
	font-family: seguisb
}

.footer .foot_head .footer_contact li a:hover {
	color: #d91414
}

.footer .foot_body {
	padding-top: .9rem;
	border-bottom: .01rem solid #fff;
	border-color: rgba(255,255,255,.1)
}

.footer .foot_body .foot_body_head {
	display: flex
}

.footer .foot_body .foot_body_head .left {
	width: 4.85rem
}

.footer .foot_body .foot_body_head .left .message_head_title {
	font-size: .36rem;
	line-height: .46rem;
	color: #fff;
	font-family: seguisb;
	max-width: 4.8rem
}

.footer .foot_body .foot_body_head .left form {
	max-width: 4.3rem
}

.footer .foot_body .foot_body_head .left form .input input,.footer .foot_body .foot_body_head .left form .textarea {
	background: #4e4e4e;
	font-size: .16rem;
	color: #fff
}

.footer .foot_body .foot_body_head .left form .input input::placeholder,.footer .foot_body .foot_body_head .left form .textarea textarea::placeholder {
	color: #fff
}

.footer .foot_body .foot_body_head .left form .input {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-top: .3rem
}

.footer .foot_body .foot_body_head .left form .input input {
	height: .5rem;
	line-height: .5rem;
	margin-right: .06rem;
	margin-bottom: .06rem;
	width: 49%;
	padding: 0 .15rem
}

.footer .foot_body .foot_body_head .left form .input input:nth-child(even) {
	margin-right: 0
}

.footer .foot_body .foot_body_head .left form .textarea {
	padding: .15rem;
	margin-bottom: .07rem
}

.footer .foot_body .foot_body_head .left form .textarea textarea {
	width: 100%;
	height: 100%
}

.footer .foot_body .foot_body_head .left form button {
	font-size: .18rem;
	text-transform: uppercase;
	width: 1.4rem;
	height: .5rem;
	background: #d91414;
	color: #fff;
}

.footer .foot_body .foot_body_head .left form button p {
	margin-left: -.2rem;
	line-height: initial
}

.footer .foot_body .foot_body_head .left form button .btn_icon {
	width: .4rem;
	display: inline-block;
	right: .1rem
}

.footer .foot_body .foot_body_head .left form button .btn_icon:after,.footer .foot_body .foot_body_head .left form button .btn_icon:before {
	background: url(../images/f-message.png);
	width: .19rem;
	height: .16rem;
	background-size: contain
}

.footer .foot_body .foot_body_head .left form button .btn_icon:before {
	transform: translate(50%,50%) translateZ(0)
}

.footer .foot_body .foot_body_head .left form button .btn_icon:after {
	transform: translate(50%,50%) translate3d(-20px,0,0)
}

.footer .foot_body .foot_body_head .left form button:hover .btn_icon:before {
	transform: translate(50%,50%) translateZ(0)
}

.footer .foot_body .foot_body_head .left form button:hover .btn_icon:after {
	transform: translate(50%,50%) translate3d(0,0,0)
}

.footer .foot_body .foot_body_head .right {
	display: flex;
	width: 66%;
	justify-content: flex-end;
	margin-top: .05rem
}

.footer .foot_body .foot_body_head .right .item {
	padding-right: 1.2rem
}

.footer .foot_body .foot_body_head .right .item:last-child {
	padding-right: 0
}

.footer .foot_body .foot_body_head .right .item .item_hd {
	font-size: .16rem;
	color: #fff;
	text-transform: uppercase;
	font-family: seguisb
}

.footer .foot_body .foot_body_head .right .item .item_bd {
	margin-top: .3rem
}

.footer .foot_body .foot_body_head .right .item .item_bd ul li a {
	color: #adadad;
	font-size: .16rem;
	line-height: .4rem;
	display: inline-block
}

.additional_features li .text a:hover,.footer .foot_body .foot_body_head .right .item .item_bd ul li a:hover,.footer .foot_body_bottom .links_box .foot_links a:hover,.footer .foot_bottom .bottom_right a:hover,.footer .foot_bottom p a:hover {
	color: #d91414
}

.footer .foot_body_bottom {
	display: flex;
	justify-content: space-between;
	margin-top: .7rem;
	margin-bottom: .3rem
}

.footer .foot_body_bottom .links_box {
	display: flex;
	font-size: .16rem
}

.footer .foot_body_bottom .links_box .links_title {
	font-family: seguisb;
	color: #fff;
	display: inline-block
}

.footer .foot_body_bottom .links_box .foot_links {
	margin-left: .2rem
}

.footer .foot_body_bottom .links_box .foot_links a {
	display: inline-block;
	color: #adadad;
	margin-right: .1rem
}

.footer .foot_body_bottom .share_box a {
	display: inline-block;
	margin-right: .03rem
}

.footer .foot_body_bottom .share_box a img {
	max-width: .27rem
}

.footer .foot_body_bottom .share_box a:hover img {
	opacity: .6
}

.footer .foot_bottom {
	height: .9rem;
	line-height: .89rem
}

.footer .foot_bottom p {
	float: left
}

.footer .foot_bottom p:nth-of-type(1) {
	margin-right: .2rem
}

.footer .foot_bottom .bottom_right {
	float: right
}

.footer .foot_bottom .bottom_right a,.footer .foot_bottom p,.footer .foot_bottom p a {
	color: #999;
	font-size: .16rem
}

.footer .foot_bottom .bottom_right a {
	margin-right: .3rem
}

.footer .foot_bottom .bottom_right a:last-child {
	margin-right: 0
}

.additional_features {
	position: fixed;
	right: .4rem;
	top: 60%;
	z-index: 98;
	box-sizing: border-box;
	border-bottom: 0
}

.additional_features li {
	margin-bottom: .07rem;
	position: relative;
	overflow: hidden
}

.additional_features li a {
	display: inline-block;
	overflow: hidden
}

.additional_features li>a img {
	max-width: .5rem
}

.additional_features li .text {
	display: inline-block;
	position: absolute;
	transform: translateX(-2.06rem);
	width: max-content;
	background: #fff;
	height: .5rem;
	border-radius: .5rem;
	font-size: .16rem;
	line-height: .5rem;
	padding: 0 .2rem;
	font-family: seguisb;
	z-index: -1;
	opacity: 0;
	border: .02rem solid #e7e9ec;
	transition: all .3s ease-in;
}

.additional_features li .text a {
	min-width: 1rem;
	padding-right: .4rem
}

.additional_features li:hover {
	overflow: inherit
}

.additional_features li:hover .text {
	opacity: 1
}

.additional_features li .text:hover {
	border-color: #d91414
}

.home_banner {
}

.home_banner .crumbs {
	height: .6rem;
	line-height: .6rem;
	border-bottom: .01rem solid #dddddd;
}

.home_banner .crumbs a {
	font-size: .16rem;
}

.home_banner .crumbs img {
	margin-right: .2rem;
	vertical-align: baseline;
	max-width: .16rem;
}

.home_banner .crumbs a:hover {
	color: #d91414;
}