/*reset*/
*, :before, :after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6{
	font-weight: normal;
}
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, em, img, strong, sub, sup, dd, dl, dt, li, ol, ul, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;}
ul{margin:0; padding:0; }
font{font-family:Arial,Verdana;}
input, button, textarea,select{
	margin: 0;
	padding: 0;
	border-width: 1px;
	font-size: 14px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	border-radius: 0;
    font-family: "Poppins-Regular", serif;
    font-weight: 400;
	-webkit-appearance: none;
}
input, button{
	-webkit-appearance:none;outline:none;background:none;
}
a img{border:0 none; max-width: 100%;}
iframe{
	border: 0;
}
img{
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
a{
	text-decoration:none;
	transition: all .5s;
	-webkit-transition:all .5s; 
	-moz-transition: all .5s;
	-o-transition: all .5s;
	color: #444;
}
a:hover{ 
	text-decoration:none;
	transition: all .5s;
	-webkit-transition:all .5s; 
	-moz-transition: all .5s;
	-o-transition: all .5s;
}
html{
    overflow-x: hidden;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
    scroll-padding-top: 95px;
	-webkit-overflow-scrolling: touch;
}

body{
	color: #444;
    line-height: 1.3;
	/* -webkit-overflow-scrolling: touch; */
}
table {	border-collapse: collapse;	border-spacing: 0;}
label,button{cursor:pointer;}
select,input,textarea,button{outline:none; } 
i{font-style:normal;}
.bgf{ background: #fff !important;}
/*common*/
.fl{float: left;}
.fr{float: right;}
.clear{
	clear: both;
}
.clearl{
	clear: left;
}
.clearr{
	clear: right;
}
.overHidden{
	overflow: hidden;
}
.h15{
	clear: both;
	height: 15px;
	overflow: hidden;
}
.h30{
	clear: both;
	height: 30px;
	overflow: hidden;
}
.h40{
	height: clamp(1.25rem, 0.743rem + 2.16vw, 2.5rem);
}
.marlrAuto{
	margin-left: auto;
	margin-right: auto;
}
.table{
	display: table;
	width: 100%;
	height: 100%;
}
.cell{
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.clearfix:after{
	display: block;
	content: "";
	height: 0;
	clear: both;
}
.clearfix{*zoom: 1;}
.pro-table,.pro_table{overflow-x:auto}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin: 0.5em 1em 0.5em 0;
}

.alignright {
	float: right;
	margin: 0.5em 0 0.5em 1em;
}

.textOverflow{white-space:nowrap;overflow: hidden;text-overflow:ellipsis;}
.textOverClm{overflow:hidden; text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;}
.clm2{-webkit-line-clamp:2; }
.clm3{-webkit-line-clamp:3; }
.clm4{-webkit-line-clamp:4; }
.clm5{-webkit-line-clamp:5; }
.clm6{-webkit-line-clamp:6; }
.clm7{-webkit-line-clamp:7; }
.tc{text-align: center;}
.tl{text-align: left;}
.tr{text-align: right;}
.textHover:hover{text-decoration: underline;}
.btnHover{
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.btnHover:hover{opacity: 0.9;transition: all 0.5s;
	-webkit-transition: all 0.5s;}

.btnHover2{
	position: relative;
	overflow: hidden;
}
.btnHover2:before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 1;
    -webkit-transform: translate(-105%,0);
    transform: translate(-105%,0);
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #fff;
    background-color: rgba(255,255,255,.25);
}

.btnHover2:hover:before{
	opacity: 0;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}

.colorf{
	color: #fff !important; 
}
.colorfa{
	color: #fafafa !important; 
}
.color0{color: #000 !important;}
.color1{color: #111 !important;}
.color2{color: #222 !important;}
.color3{color: #333 !important;}
.color6{ color: #666 !important;}
.color8{ color: #888 !important;}
.color9{ color: #999 !important;}
.colorm{ color:var(--hue) !important;}
.colorm2{ color:var(--hue2) !important;}

.word_break{word-break:break-all;} /*文字换行*/

.borderN{
	border: none;
}

.uppercase{
	text-transform: uppercase;
}
.capitalize{
	text-transform: capitalize;
}
/**displayNone**/
.disNone{
	display: none;
}
.wrapper{
	width: 90%;
	max-width: 1320px;
	margin-left: auto;
	margin-right: auto;
}
.mask{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 4;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3);
}

::-webkit-scrollbar {width:8px;background:#fff;}
::-webkit-scrollbar-button {}
::-webkit-scrollbar-track {}
::-webkit-scrollbar-track-piece {}
::-webkit-scrollbar-thumb {width:6px;background:#888;}
::-webkit-scrollbar-corner {background:none;}
::-webkit-resizer {}
::-webkit-scrollbar:horizontal{height:9px;}



:root {
	--space: clamp(2.5rem, 1.563rem + 4.69vw, 6.25rem);
}

.fz72 {
	font-size: clamp(1.625rem, 0.554rem + 4.51vw, 4.5rem);
}

.fz70 {
	font-size: clamp(1.625rem, 0.6rem + 4.31vw, 4.375rem);
}

.fz68 {
	font-size: clamp(1.625rem, 0.647rem + 4.12vw, 4.25rem);
}

.fz66 {
	font-size: clamp(1.625rem, 0.694rem + 3.92vw, 4.125rem);
}

.fz64 {
	font-size: clamp(1.625rem, 0.74rem + 3.73vw, 4rem);
}

.fz62 {
	font-size: clamp(1.625rem, 0.787rem + 3.53vw, 3.875rem);
}

.fz60 {
	font-size: clamp(1.625rem, 0.833rem + 3.33vw, 3.75rem);
}

.fz58 {
	font-size: clamp(1.625rem, 0.88rem + 3.14vw, 3.625rem);
}

.fz56 {
	font-size: clamp(1.625rem, 0.926rem + 2.94vw, 3.5rem);
}

.fz54 {
	font-size: clamp(1.625rem, 0.973rem + 2.75vw, 3.375rem);
}

.fz52 {
	font-size: clamp(1.625rem, 1.02rem + 2.55vw, 3.25rem);
}

.fz50 {
	font-size: clamp(1.5rem, 0.895rem + 2.55vw, 3.125rem);
}

.fz48 {
	font-size: clamp(1.5rem, 0.941rem + 2.35vw, 3rem);
}

.fz46 {
	font-size: clamp(1.5rem, 0.988rem + 2.16vw, 2.875rem);
}

.fz44 {
	font-size: clamp(1.5rem, 0.988rem + 2.16vw, 2.875rem);
}

.fz42 {
	font-size: clamp(1.5rem, 1.081rem + 1.76vw, 2.625rem);
}

.fz40 {
	font-size: clamp(1.375rem, 0.956rem + 1.76vw, 2.5rem);
}

.fz38 {
	font-size: clamp(1.375rem, 1.002rem + 1.57vw, 2.375rem);
}

.fz36 {
	font-size: clamp(1.375rem, 1.049rem + 1.37vw, 2.25rem);
}

.fz34 {
	font-size: clamp(1.25rem, 0.924rem + 1.37vw, 2.125rem);
}

.fz32 {
	font-size: clamp(1.25rem, 0.971rem + 1.18vw, 2rem);
}

.fz30 {
	font-size: clamp(1.25rem, 1.017rem + 0.98vw, 1.875rem);
}

.fz28 {
	font-size: clamp(1.25rem, 1.064rem + 0.78vw, 1.75rem);
}

.fz26 {
	font-size: clamp(1.125rem, 0.939rem + 0.78vw, 1.625rem);
}

.fz24 {
	font-size: clamp(1.125rem, 0.985rem + 0.59vw, 1.5rem);
}

.fz22 {
	font-size: clamp(1rem, 0.86rem + 0.59vw, 1.375rem);
}

.fz20 {
	font-size: clamp(1rem, 0.907rem + 0.39vw, 1.25rem);
}

.fz18 {
	font-size: clamp(1rem, 0.953rem + 0.2vw, 1.125rem);
}

.fz16 {
	font-size: clamp(0.875rem, 0.828rem + 0.2vw, 1rem);
}

.fz14 {
	font-size: 14px;
    line-height: 24px;
}

.pt {
	padding-top: var(--space);
}

.pb {
	padding-bottom: var(--space);
}

.ptb {
	padding-top: var(--space);
	padding-bottom: var(--space);
}

.bgfixed {
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

html,body{
	font-family: "Poppins-Regular",serif;
    font-weight: 400;
    line-height: 1.2;
}
input, button, textarea,select,button{
	font-family: "Poppins-Regular",serif;
    font-weight: 400;
}
.bgf4{
	background: #f4f8fa;
}
.bgf5{
	background: #f5f5f5;
}
.bgf6{
	background: #f6f6f6;
}
.bgf8{
	background: #f8f8f8;
}
.bgfa{
	background: #fafafa;
}

.pb_50 {
    padding-bottom: clamp(1.375rem, 0.723rem + 2.75vw, 3.125rem);
}

.pb_45 {
    padding-bottom: clamp(1.25rem, 0.668rem + 2.45vw, 2.813rem);
}

.pb_40 {
    padding-bottom: clamp(1.25rem, 0.784rem + 1.96vw, 2.5rem);
}

.pb_35 {
    padding-bottom: clamp(1.25rem, 0.901rem + 1.47vw, 2.188rem);
}

.pb_30 {
    padding-bottom: clamp(1.25rem, 1.017rem + 0.98vw, 1.875rem);
}


/* 按钮效果 */
.hover1_style {
    position: relative;
    overflow: hidden;
}

.hover1_style::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-image: -ms-linear-gradient(to right, transparent, rgba(255, 255, 255, 0.8) 50%, transparent);
    background-image: -moz-linear-gradient(to right, transparent, rgba(255, 255, 255, 0.8) 50%, transparent);
    background-image: -webkit-linear-gradient(to right, transparent, rgba(255, 255, 255, 0.8) 50%, transparent);
    background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.8) 50%, transparent);
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.hover1_style:hover::after {
    left: 100%;
}

/* 字体 */


.sub_wrap_default {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.sub_wrap_a_center{
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.sub_wrap_a_start {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-align-items:flex-start;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}




.click_popup_inquiry {
    cursor: pointer;
}
.public_page_btn_box{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.public_page_btn_box.tc{
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
}
.public_page_btn {
    height: 42px;
    font-size: 14px;
    padding: 0 clamp(1.125rem, 0.851rem + 1.17vw, 1.875rem);
    background: var(--hue);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    border: none;
    color: #fff;
    border-radius: 5px;
    min-width: 144px;
    white-space: nowrap;
    cursor: pointer;
}



.public_page_btn.hover1{
    color: var(--hue);
    background: #fff;
}


.public_text1{
    font-size: 14px;
    line-height: 24px;
}

.public_text2{
    line-height: 1.625;
}
.public_text3{
    line-height: 1.875;
}


.fwb{
    font-family: "Poppins-Bold";
}
.fwm{
    font-family: "Poppins-Medium";
}



/* ~~~~~~~~~~public.css~~~~~~~end */
/* ~~~~~~~~~~public.css~~~~~~~end */







/* ~~~~~~~~~~~~~~~page,style */
/* ~~~~~~~~~~~~~~~page,style */
/* ~~~~~~~~~~~~~~~page,style */

.header_box{
    height:45px;
}
.header{
    width: 100%;
}
.header_t{
    padding-left: clamp(0.938rem, -0.777rem + 7.32vw, 5.625rem);
    padding-right: clamp(0.938rem, -0.777rem + 7.32vw, 5.625rem);
    background: #18191d;
    border: 1px solid #3e3e3e;
}
.header_t_l{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    gap: 20px;
}
.header_t_l .item{
    height: 44px;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    color: #fff;
    font-size: 12px;
}
.header_t_l .item::after{
    content: "/";
    width: 1px;
    margin: 0 15px;
    color: #666;
    position: relative;
    top: 1px;
}
.header_t_l .item:last-child:after{
    display: none;
}
.header_t_l .item a{
    color: #fff;
}
.header_t_l .item a:hover{
    color: var(--hue);
}


.header_t_r{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:flex-end;
    -ms-justify-content:flex-end;
    -webkit-justify-content:flex-end;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    gap: 6px;
}
.header_t_r .item{
    font-size: 12px;
    line-height: 44px;
    color: #fff;
}
.header_t_r .item::after{
    content: "/";
    width: 1px;
    margin: 0 15px;
    color: #666;
    position: relative;
    top: 1px;
}
.header_t_r .item:last-child:after{
    display: none;
}
.header_t_r .item:hover{
    color: var(--hue);
}

.header_b{
    position: relative;
    z-index: 3;
    width: 100%;
    padding-left: clamp(0.938rem, -0.777rem + 7.32vw, 5.625rem);
    padding-right: clamp(0.938rem, -0.777rem + 7.32vw, 5.625rem);
    background: rgba(24, 25, 29, 0.5);
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.header_b .sub_wrap_a_center{
    height: 95px;
}
.header_b_l{
    width: calc(100% - 190px);
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
}
.logo{
    width: 200px;
    height: 80px;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
}
.logo img{
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.d16_menu_dl{
    width: calc(100% - 200px);
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
}


.menu_tt{
    display: block;
    font-size: 16px;
    color: #fff;
    font-family: "Poppins-Medium";
    line-height: 80px;
    padding: 0 clamp(0.5rem, -1.792rem + 3.06vw, 1.875rem);
    text-transform: uppercase;
}
.menu_tt:hover{
    color: var(--hue);
}

.header_r{
    width: 190px;
}

.header_r_btn{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
}
.header_r_btn .icon{
    width: 35px;
    color: var(--hue);
}
.header_r_btn .icon svg{
    width: 100%;
}

.header_r_btn .con{
    width: calc(100% - 35px);
    padding-left: 8px;
}
.header_r_btn .con .tt{
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 4px;
}
.header_r_btn .con .text{
    color: #fff;
    white-space: nowrap;
}
.header_r_btn:hover .con .text{
    color: var(--hue);
}




.header_b.hover{
    position: fixed;
    left: 0;
    top: 0;
    background: #000;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}




.m17_banner{
    position: relative;
    overflow: hidden;
}
.m17_banner_scroll .swiper-slide{
    max-height: 100vh;
}

.m17_banner_scroll img,
.m17_banner_scroll video{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.m17_banner_con{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    padding-top: 95px;
}
.m17_banner_con .wrapper{
    height: 100%;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}

.m17_banner_tt1{
    margin-bottom: 15px;
}
.m17_banner_tt2{
    max-width: 760px;
    margin-bottom: 12px;
}

.m17_banner_text{
    max-width: 760px;
    margin-bottom: clamp(0.938rem, 0.795rem + 0.61vw, 1.25rem);
}


.m17_banner_scroll_btn_box{
    position: absolute;
    top: 51%;
    right: 16.3%;
    z-index: 2;
    width: 45px;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    row-gap: 15px;
}

.m17_banner_scroll_btn{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    background: #fff;
    overflow: hidden;
    cursor: pointer;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.m17_banner_scroll_btn svg{
    width: 100%;
}
.m17_banner_scroll_btn.next{
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
}
.m17_banner_scroll_btn:hover{
    background: var(--hue);
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}



.m17_title1{
    margin-bottom: clamp(0.938rem, 0.557rem + 1.62vw, 1.875rem);
}
.m17_title1 .tt1{
    margin-bottom: 13px;
}
.m17_title1 .tt2{
    line-height: 1.2;
}
.m17_title1 .text{
    max-width: 900px;
    padding-top: 13px;
    margin: 0 auto; 
}


.m17_box2_title_box{
    margin-bottom: clamp(0.938rem, 0.557rem + 1.62vw, 1.875rem);
}

.m17_box2_title_l{
    width: 52%;
}

.m17_box2_title_r{
    width: 43%;
}


.m17_box2_list{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    gap: 20px;
}
.m17_box2_list_item{
    width: calc((100% - 60px) / 4);
    padding: 20px 15px 15px;
    border-top: 3px solid var(--hue);
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:space-between;
    -ms-justify-content:space-between;
    -webkit-justify-content:space-between;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    background: #fff;
    box-shadow:0px 4px 60px rgba(139, 139, 139, 0.15);
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.m17_box2_list_item_t{
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: clamp(1.125rem, 0.821rem + 1.3vw, 1.875rem);
}
.m17_box2_list_item_tt{
    line-height: 1.5;
    margin-bottom: 10px;
}

.m17_box2_list_item_pic{
    position: relative;
    margin-bottom: 20px;
}
.m17_box2_list_item_pic img{
    display: block;
    width: 100%;
}
.m17_box2_list_item_pic .icon{
    position: absolute;
    right: 17px;
    top: -20px;
    width: 40px;
    height: 40px;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    border-radius: 50%;
    background: var(--hue);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    color: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.m17_box2_list_item_pic .icon svg{
    width: 22px;
    height: 22px;
}
.m17_box2_list_item:hover{
    border-color: #222;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.m17_box2_list_item:hover .m17_box2_list_item_pic .icon{
    color: #222;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}



.m17_box2_b{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    gap: clamp(0.938rem, 0.811rem + 0.54vw, 1.25rem);
}



@-webkit-keyframes movingX {
	0% {
	  -webkit-transform: translateX(-30px);
			  transform: translateX(-30px);
	}
	50% {
	  -webkit-transform: translateX(-10px);
			  transform: translateX(-10px);
	}
	100% {
	  -webkit-transform: translateX(-30px);
			  transform: translateX(-30px);
	}
  }
  @keyframes movingX {
	0% {
	  -webkit-transform: translateX(-30px);
			  transform: translateX(-30px);
	}
	50% {
	  -webkit-transform: translateX(-10px);
			  transform: translateX(-10px);
	}
	100% {
	  -webkit-transform: translateX(-30px);
			  transform: translateX(-30px);
	}
  }


.m17_box3_l{
    width: 47%;
    position: relative;
}

.m17_box3_l_con1{
    padding: 40px 175px 115px 40px;
    position: relative;
}
.m17_box3_l_con1_pic{
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.m17_box3_l_con1::before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 255px;
    height: 304px;
    background-color: #f2f3f5;
    border-radius: 15px;
}

.m17_box3_l_con1_icon{
    position: absolute;
    position: absolute;
    bottom: 0px;
    right: 220px;
    width: clamp(3.125rem, 0.77rem + 10.05vw, 9.563rem);
}
.m17_box3_l_con1_icon img{
    -webkit-animation-name: movingX;
    animation-name: movingX;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}


.m17_box3_l_con2{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 300px;
    height: 360px;
    margin-bottom: 75px;
    border: 15px solid #fff;
    border-radius: 10px;
}
.m17_box3_l_con2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.m17_box3_l_con2 .con{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}

.m17_box3_l_con2 .con .text{
    letter-spacing: 0.2em;
}


@-webkit-keyframes semiRotate {
	0%, 100% {
	  -webkit-transform: rotate(0);
			  transform: rotate(0);
	}
	25%, 75% {
	  -webkit-transform: rotate(10deg);
			  transform: rotate(10deg);
	}
	50% {
	  -webkit-transform: rotate(20deg);
			  transform: rotate(20deg);
	}
  }
  
  @keyframes semiRotate {
	0%, 100% {
	  -webkit-transform: rotate(0);
			  transform: rotate(0);
	}
	25%, 75% {
	  -webkit-transform: rotate(10deg);
			  transform: rotate(10deg);
	}
	50% {
	  -webkit-transform: rotate(20deg);
			  transform: rotate(20deg);
	}
  }


.m17_box3{
    position: relative;
}
.m17_box3_r{
    width: 50%;
    padding-top: 30px;
}



.m17_box3_r_icon{
    position: absolute;
    right: 6%;
    top: -5%;
    z-index: -1;
    -webkit-animation-name: semiRotate;
    animation-name: semiRotate;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.m17_box3_r_icon img{
    max-width: 180px;
}


.m17_box3_r_clm1_t{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:space-between;
    -ms-justify-content:space-between;
    -webkit-justify-content:space-between;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    padding-bottom: 8px;
}
.m17_box3_r_clm1_line{
    position: relative;
    width: 100%;
    height: 8px;
    background: #f6f6f6;
    margin-bottom: 20px;
}

.m17_box3_r_clm1_line .line{
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 8px;
    background: var(--hue);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.m17_box3_r_clm2{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:space-between;
    -ms-justify-content:space-between;
    -webkit-justify-content:space-between;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}

.m17_box3_r_clm2 .item{
    width: 49%;
    margin-bottom: 25px;
}
.m17_box3_r_clm2 .item .item_t{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
}
.m17_box3_r_clm2 .item .item_t .icon{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    width: 20px;
    height: 20px;
    padding: 2px;
    border-radius: 50%;
    background: var(--hue);
}

.m17_box3_r_clm2 .item .item_t .tt{
    width: calc(100% - 20px);
    padding-left: 10px;
}
.m17_box3_r_clm2 .item .text{
    padding-top: 15px;
}


.m17_box3_r_clm3{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    gap: clamp(1.25rem, 1.021rem + 0.98vw, 1.875rem);
}

.m17_box3_r_clm3_video a{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
}
@-webkit-keyframes pulse-border {
	0% {
	  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
			  transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
	  opacity: 1;
	}
	100% {
	  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
			  transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
	  opacity: 0;
	}
  }
  
  @keyframes pulse-border {
	0% {
	  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
			  transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
	  opacity: 1;
	}
	100% {
	  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
			  transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
	  opacity: 0;
	}
  }

.m17_box3_r_clm3_video .icon{
    width: 45px;
    height: 45px;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    border-radius: 50%;
    color: #fff;
    background: #18191d;
    position: relative;
    border-radius: 45px;
    margin-right: 18px;
}
.m17_box3_r_clm3_video .icon::before,
.m17_box3_r_clm3_video .icon::after{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(24, 25, 29, 0.4);
    border-radius: 50%;
}
.m17_box3_r_clm3_video .icon::before{
    z-index: 0;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

.m17_box3_r_clm3_video .icon::after{
    z-index: 1;
    -webkit-transition: all 200ms;
    transition: all 200ms;
}




.m17_box4_list{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    gap: clamp(1.25rem, 1.021rem + 0.98vw, 1.875rem);
}
.m17_box4_list_clm{
    width: calc((100% - clamp(1.25rem, 1.021rem + 0.98vw, 1.875rem)*2) / 3);
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    gap: clamp(1.25rem, 1.021rem + 0.98vw, 1.875rem);
}
.m17_box4_list_clm:nth-child(2){
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
}
.m17_box4_list_clm_item{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.m17_box4_list_clm_item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.m17_box4_list_clm_item .con{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(31.74%, rgba(254, 198, 63, 0)), color-stop(87.15%, var(--hue)));
    background: linear-gradient(180deg, rgba(254, 198, 63, 0) 31.74%, var(--hue) 87.15%);
    opacity: 0;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    -ms-align-items:flex-end;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.m17_box4_list_clm_item .con .tt{
    color: #fff;
    padding:0 clamp(1.25rem, 0.793rem + 1.95vw, 2.5rem) clamp(1.25rem, 0.793rem + 1.95vw, 2.5rem);
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.m17_box4_list_clm_item:hover .con{
    opacity: 1;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.m17_box4_list_clm_item:hover .con .tt{
    color: #222 !important;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.m17_box4_list_clm_item .con .tt:hover{
    color: #fff !important;
    text-decoration: underline;
}


.m17_box5_list{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    gap: clamp(1.25rem, 0.564rem + 2.93vw, 3.125rem);
}
.m17_box5_list_item{
    width: calc((100% - clamp(1.25rem, 0.564rem + 2.93vw, 3.125rem)*3) / 4);
    padding: 0 10px;
    position: relative;
}

.m17_box5_list_item::after{
    content: "";
    display: block;
    position: absolute;
    background: url(../images/d17_icon4.png) no-repeat center center / 100% auto;
    width: clamp(2.5rem, 0.854rem + 7.02vw, 7rem);
    max-width: 65px;
    height: 110px;
    right: -65px;
    top: 15%;
}

.m17_box5_list_item_t{
    position: relative;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    padding: clamp(0.5rem, 0.271rem + 0.98vw, 1.125rem);
    border: 1px dashed var(--hue);
    margin: 0 auto;
}
.m17_box5_list_item_t img{
    border-radius: 50%;
}
.m17_box5_list_item_t .num{
    position: absolute;
    right: 0;
    top: 0;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    width: clamp(2.5rem, 2.043rem + 1.95vw, 3.75rem);
    height: clamp(2.5rem, 2.043rem + 1.95vw, 3.75rem);
    border-radius: 50%;
    background: var(--hue);
}

.m17_box5_list_item_b{
    text-align: center;
    padding: clamp(1.375rem, 0.918rem + 1.95vw, 2.625rem) 0 0;
}

.m17_box5_list_item_b .tt{
    padding-bottom: 10px;
}



.m17_box6_scroll_btn_box{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:flex-end;
    -ms-justify-content:flex-end;
    -webkit-justify-content:flex-end;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    gap: 15px;
}
.m17_box6_scroll_btn{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    background: #fff;
    overflow: hidden;
    cursor: pointer;
    -webkit-filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.1)) !important;
	filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.1)) !important;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.m17_box6_scroll_btn svg{
    width: 100%;
}

.m17_box6_scroll_btn:hover{
    background: var(--hue);
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}


.m17_box6_scroll .m17_box4_list_clm_item:hover img{
    transform:scale(1.03,1.03);
    -webkit-transform:scale(1.03,1.03);
}


.m17_box7{
    position: relative;
}
.m17_box7_bg{
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    display: block;
    width: 64.5%;
    height: 100%;
}
.m17_box7_bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.m17_box7_con{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:space-between;
    -ms-justify-content:space-between;
    -webkit-justify-content:space-between;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    -ms-align-items:flex-end;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}

.m17_box7_l{
    width: 49%;
    padding-top: 135px;
}

.m17_box7_l_clm{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    gap: clamp(1.25rem, 0.793rem + 1.95vw, 2.5rem);
}

.m17_box7_l_clm .item{
    width: calc((100% - clamp(1.25rem, 0.793rem + 1.95vw, 2.5rem)) / 2);
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
}
.m17_box7_l_clm .item .icon{
    width: clamp(3.125rem, 2.668rem + 1.95vw, 4.375rem);
    height: clamp(3.125rem, 2.668rem + 1.95vw, 4.375rem);
    padding: clamp(0.625rem, 0.511rem + 0.49vw, 0.938rem);
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    border-radius: 10px;
    background: var(--hue);
    box-shadow: 4px 4px 0px rgba(255, 255, 255, 0.15);
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.m17_box7_l_clm .item .tt{
    width: calc(100% - clamp(3.125rem, 2.668rem + 1.95vw, 4.375rem));
    padding-left: 12px;
}
.m17_box7_l_clm .item:hover .icon{
    background: #666;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}

.m17_box7_r{
    width: 49%;
}
.m17_box7_r img{
    float: left;
    width: 950px;
    max-width: none;
}


.m17_box8_l{
    width: 33.33%;
}

.m17_box8_scroll_btn_box{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    gap: 15px;
}
.m17_box8_scroll_btn{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    background: #fff;
    overflow: hidden;
    cursor: pointer;
    -webkit-filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.1)) !important;
	filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.1)) !important;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}

.m17_box8_scroll_btn svg{
    width: 100%;
}

.m17_box8_scroll_btn:hover{
    background: var(--hue);
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}



.m17_box8_r{
    width: 64%;
}
.m17_box8_scroll{
    width: calc(100% + 50vw - 156% / 2);
    padding-bottom: 20px;
}
.m17_box8_scroll .swiper-slide{
    height: auto;
}


.m17_box8_scroll_item{
    height: calc(100% - 31px);
    border-radius: 10px;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.05) !important;
    margin-bottom: 30px;
    padding:0 clamp(0.938rem, 0.595rem + 1.46vw, 1.875rem) clamp(0.938rem, 0.595rem + 1.46vw, 1.875rem);
    margin-top: 21px;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:space-between;
    -ms-justify-content:space-between;
    -webkit-justify-content:space-between;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    position: relative;
}
.m17_box8_scroll_item_icon{
    width: 75px;
    height: 75px;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #666;
    margin-top: -21px;
}

.m17_box8_scroll_item_start{
    width: 98px;
    height: 15px;
    background: url(../images/star_icon1.png) no-repeat center center;
    position: relative;
    margin: 15px 0;
}
.m17_box8_scroll_item_start>div{
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 15px;
    background: url(../images/star_icon2.png) no-repeat left center;
}


.m17_footer_t_l{
    width: 55%;
}

.m17_footer_t_l_list .item{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    margin-bottom: 30px;
}
.m17_footer_t_l_list .item .icon{
    width: clamp(3.125rem, 2.21rem + 3.9vw, 5.625rem);
    height: clamp(3.125rem, 2.21rem + 3.9vw, 5.625rem);
    border-radius: 10px;
    padding: clamp(0.75rem, 0.567rem + 0.78vw, 1.25rem);
    background: var(--hue);
}
.m17_footer_t_l_list .item .con{
    width: calc(100% - clamp(3.125rem, 2.21rem + 3.9vw, 5.625rem));
    padding-left: clamp(0.625rem, 0.396rem + 0.98vw, 1.25rem);
}
.m17_footer_t_l_list .item .con .text{
    padding-top: 8px;
    color: #fff;
}
.m17_footer_t_l_list .item .con .text a{
    color: #fff;
}
.m17_footer_t_l_list .item .con .text a:hover{
    color: var(--hue);
}

.m17_footer_t_r{
    width: 42%;
    background: #fff;
    padding: clamp(0.938rem, -0.549rem + 6.34vw, 5rem);
    border-radius: 20px;
}
.m17_footer_t_r_title{
    margin-bottom: clamp(1.25rem, 1.021rem + 0.98vw, 1.875rem);
}

.m17_footer_t_r_list dd{
    margin-bottom: 15px;
}
.m17_footer_t_r_list_text,
.m17_footer_t_r_list_area{
    display: block;
    width: 100%;
    font-size: 16px;
    color: #222;
    height: clamp(3.125rem, 2.896rem + 0.98vw, 3.75rem);
    padding-left: 15px;
    background: #f2f3f7;
    border-radius: 5px;
    border: none;
}
.m17_footer_t_r_list_area{
    height: clamp(6.25rem, 5.335rem + 3.9vw, 8.75rem);
    resize: none;
    padding: 12px 15px;
}



.m17_footer_b{
    background: #1b1b1b;
    padding-top: 20px;
    padding-bottom: 20px;
}








.fixed_right{
    position: fixed;
    right: 0;
    bottom: 20%;
    z-index: 3;
    width: clamp(2.25rem, 1.852rem + 1.7vw, 3.125rem);
}
.fixed_right a{
    width: clamp(2.25rem, 1.852rem + 1.7vw, 3.125rem);
    height: clamp(2.25rem, 1.852rem + 1.7vw, 3.125rem);
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    background: var(--hue);
    margin-bottom: 1px;
}
.fixed_right a:hover{
    opacity: 0.9;
}
.fixed_right a img{
    width: clamp(1.125rem, 0.841rem + 1.21vw, 1.75rem);
}
.back_top{
    display: none;
}

































/* ~~~~~~~~~~~~popup inquiry,css */
/* ~~~~~~~~~~~~popup inquiry,css */
/* ~~~~~~~~~~~~popup inquiry,css */

.popup_inquiry{
  display: none;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.popup_inquiry_mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
  cursor: pointer;
}

.popup_inquiry_form {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 92%;
  max-width: 800px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.popup_inquiry_form_l {
  width: 40%;
}
.popup_inquiry_form_l img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popup_inquiry_form_r {
  width: 60%;
  padding: 30px;
  background: #fff;
}

.popup_inquiry_form_close {
  position: absolute;
  top: 10px;
  right: 10px;
  display:flex;
  display:-ms-flexbox;
  display:-webkit-flex;
  justify-content:center;
  -ms-justify-content:center;
  -webkit-justify-content:center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items:center;
  width: 30px;
  height: 30px;
  font-size: 20px;
  color: var(--hue);
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid var(--hue);
  -ms-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.popup_inquiry_title{
    margin-bottom: 5px;
}

.popup_inquiry_form form{
  width: 100%;
  margin-top: 15px;
  margin-bottom: 30px;
}
.popup_inquiry_form form .item{
  width: 100%;
  margin-bottom: 9px;
}
.popup_inquiry_form form .item input,
.popup_inquiry_form .item textarea{
  width: 100%;
  height: clamp(2.5rem, 2.349rem + 0.67vw, 2.938rem);
  padding-left: 10px;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
}

.popup_inquiry_form .item textarea::placeholder,
.popup_inquiry_form .item input::placeholder{
  font-size: 16px;
  color: #888;
}
.popup_inquiry_form .item textarea{
  height: 80px;
  padding-top: 8px;
  resize: none;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
}


.popup_inquiry_form form .item .public_page_btn{
    border: none;
}

/* ~~~~~~~~~~~~popup inquiry,css~~~~~~~~~end */
/* ~~~~~~~~~~~~popup inquiry,css~~~~~~~~~end */
/* ~~~~~~~~~~~~popup inquiry,css~~~~~~~~~end */




/*
 * video_open
 */
 .video_window {
	display: none;
	width: 800px;
	height: 485px;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 10000;
	margin: -300px 0 0 -400px;
}

.video_window_rela {
	position: relative;
	height: 100%;
}

.video_window_close {
	position: absolute;
	right: -12px;
	top: -12px;
	width: 20px;
	color: #fff;
	font-size: 18px;
	height: 20px;
	font-family: arial;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
}

.video_window_mask {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
}
.video_window_ifeame{
	background:#333;
	border: 0;
}


@media screen and (min-width: 768px) and (max-width: 992px){
	
	.video_window{
		width:600px;
		height: 400px;
		margin: -200px 0 0 -300px;
	}
	
	
	
}

@media screen and (min-width: 300px) and (max-width: 767px){
	
	.video_window{
		width:80%;
		height: 260px;
		margin: -130px 0 0 -40%;
	}
	
}




/* 
图片放大
 */
#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000000;
	background-color: #222;
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-transition: opacity 0.5s ease;
	        transition: opacity 0.5s ease;
}

#baguetteBox-overlay.visible {
	opacity: 1;
}

#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%;
}

#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	   -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 2;
	color: #ccc;
	font-size: 16px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.6);
	font-family: sans-serif;
}

#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}

#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left 0.4s ease, -webkit-transform 0.4s ease;
	        transition: left 0.4s ease, -moz-transform 0.4s ease;
	        transition: left 0.4s ease, transform 0.4s ease;
}

#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight 0.4s ease-out;
	        animation: bounceFromRight 0.4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft 0.4s ease-out;
	        animation: bounceFromLeft 0.4s ease-out;
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px;
}

.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: none;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	     border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50, 50, 50, 0.5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color 0.4s ease;
	        transition: background-color 0.4s ease;
}

.baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, 0.9);
}

.baguetteBox-button#next-button {
	right: 2%;
}

.baguetteBox-button#previous-button {
	left: 2%;
}

.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px;
}

.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0;
}