/**
 *               ii.                                         ;9ABH,          
 *              SA391,                                    .r9GG35&G          
 *              &#ii13Gh;                               i3X31i;:,rB1         
 *              iMs,:,i5895,                         .5G91:,:;:s1:8A         
 *               33::::,,;5G5,                     ,58Si,,:::,sHX;iH1        
 *                Sr.,:;rs13BBX35hh11511h5Shhh5S3GAXS:.,,::,,1AG3i,GG        
 *                .G51S511sr;;iiiishS8G89Shsrrsh59S;.,,,,,..5A85Si,h8        
 *               :SB9s:,............................,,,.,,,SASh53h,1G.       
 *            .r18S;..,,,,,,,,,,,,,,,,,,,,,,,,,,,,,....,,.1H315199,rX,       
 *          ;S89s,..,,,,,,,,,,,,,,,,,,,,,,,....,,.......,,,;r1ShS8,;Xi       
 *        i55s:.........,,,,,,,,,,,,,,,,.,,,......,.....,,....r9&5.:X1       
 *       59;.....,.     .,,,,,,,,,,,...        .............,..:1;.:&s       
 *      s8,..;53S5S3s.   .,,,,,,,.,..      i15S5h1:.........,,,..,,:99       
 *      93.:39s:rSGB@A;  ..,,,,.....    .SG3hhh9G&BGi..,,,,,,,,,,,,.,83      
 *      G5.G8  9#@@@@@X. .,,,,,,.....  iA9,.S&B###@@Mr...,,,,,,,,..,.;Xh     
 *      Gs.X8 S@@@@@@@B:..,,,,,,,,,,. rA1 ,A@@@@@@@@@H:........,,,,,,.iX:    
 *     ;9. ,8A#@@@@@@#5,.,,,,,,,,,... 9A. 8@@@@@@@@@@M;    ....,,,,,,,,S8    
 *     X3    iS8XAHH8s.,,,,,,,,,,...,..58hH@@@@@@@@@Hs       ...,,,,,,,:Gs   
 *    r8,        ,,,...,,,,,,,,,,.....  ,h8XABMMHX3r.          .,,,,,,,.rX:  
 *   :9, .    .:,..,:;;;::,.,,,,,..          .,,.               ..,,,,,,.59  
 *  .Si      ,:.i8HBMMMMMB&5,....                    .            .,,,,,.sMr 
 *  SS       :: h@@@@@@@@@@#; .                     ...  .         ..,,,,iM5 
 *  91  .    ;:.,1&@@@@@@MXs.                            .          .,,:,:&S 
 *  hS ....  .:;,,,i3MMS1;..,..... .  .     ...                     ..,:,.99 
 *  ,8; ..... .,:,..,8Ms:;,,,...                                     .,::.83 
 *   s&: ....  .sS553B@@HX3s;,.    .,;13h.                            .:::&1 
 *    SXr  .  ...;s3G99XA&X88Shss11155hi.                             ,;:h&, 
 *     iH8:  . ..   ,;iiii;,::,,,,,.                                 .;irHA  
 *      ,8X5;   .     .......                                       ,;iihS8Gi
 *         1831,                                                 .,;irrrrrs&@
 *           ;5A8r.                                            .:;iiiiirrss1H
 *             :X@H3s.......                                .,:;iii;iiiiirsrh
 *              r#h:;,...,,.. .,,:;;;;;:::,...              .:;;;;;;iiiirrss1
 *             ,M8 ..,....,.....,,::::::,,...         .     .,;;;iiiiiirss11h
 *             8B;.,,,,,,,.,.....          .           ..   .:;;;;iirrsss111h
 *            i@5,:::,,,,,,,,.... .                   . .:::;;;;;irrrss111111
 *            9Bi,:,,,,......                        ..r91;;;;;iirrsss1ss1111
 */
/*
 * author 229343733@qq.com
 */



html,body{
	font-family: "Graphik-Regular", sans-serif,arial,verdana;
}
input, button, textarea,select,button{
	font-family: "Graphik-Regular", sans-serif,arial,verdana;
}
.bgf4{
	background: #f4f8fa;
}
.bgf5{
	background: #f5f5f5;
}
.bgf6{
	background: #f6f6f6;
}
.bgf8{
	background: #f8f8f8;
}


.fws{
	font-family: "Graphik-Semibold";
}
.fwl{
	font-family: "Graphik-Light";
}

.fwm{
	font-family: "graphik-medium";
}

.fwb{
	font-family: "Graphik-Bold";
}


.header_box{
	position: relative;
	z-index: 3;
	height: 170px;
}
.header{
	position: relative;
	z-index: 2;
}

.header{
	width: 100%;
	height: 170px;
	border-bottom: 1px solid rgba(255,255,255,.1);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.header_t{
	height: 50px;
	background: #f5f5f5 !important;
}

.header_t_l{
	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;
}
.header_t_l_item{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	font-size: 14px;
	line-height: 50px;
	color: #333;
	position: relative;
	padding-right: 35px;
	margin-right: 35px;
}
.header_t_l_item::after{
	content: "";
	display: block;
	position: absolute;
	right: 0;
	width: 1px;
	height: 17px;
	background: #999;
}
.header_t_l_item .icon{
	font-size: 20px;
	margin-right: 8px;
}
.header_t_l_item:last-child::after{
	display: none;
}
.header_t_l_item:hover{
	color: #b7271e;
}

.header_t_r{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
}
.header_t_r .icon{
	color: #333;
	font-size: 14px;
	width: 28px;
	height: 28px;
	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;
	margin: 0 8px;
	border: 1px solid #d1d1d1;
	border-radius: 50%;
}
.header_t_r .icon:hover{
	transform:translateY(-3px);
	-webkit-transform: translateY(-3px);
}





.header_b{
	height: 120px;
	background: #fff;
}
.header_b .wrapper{
	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;
	height:100%;
}

.logo{
	width: 200px;
	height: 90px;
	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;
	position: relative;
}
.logo .pic2{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
    opacity: 1;
}


.header_b_r{
	width: calc(100% - 200px);
	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;
}

.menu_dl{
	width: calc(100% - 230px);
	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-right: 3%;
}
.menu_dl dd{
	position: relative;
	margin: 0 1.41vw;
}

.menu_tt{
	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;
	font-size:16px;
	line-height: 58px;
	color: #333;
	white-space: nowrap;
	position: relative;
	text-transform: uppercase;
}
.menu_tt::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	display: block;
	width: 100%;
	height: 2px;
	opacity: 0;
	background: #b7271e;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.menu_dl dd.hover .menu_tt::after{
	opacity: 1;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.header_b_r_lag{
	width: 50px;
	height: 50px;
	position: relative;
	margin: 0 25px 5px 10px;
}

.header_b_r_btn{
	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: 230px;
	height: 50px;
	color: #fff;
	font-size: 16px;
	background: #b7271e;
	border-radius: 25px;
	cursor: pointer;
	position: relative;
	z-index: 5;
}
.header_b_r_btn .icon{
	font-size: 22px;
	margin-left: 8px;
}
.header_b_r_btn:hover{
	color: #fff;
	background: #b7271e;
}
.mobile_header .header_b_r_btn{
	color: #fff !important;
	height: 40px;
	background: #b7271e !important;
	margin-top: 30px;
}

.header_b.hover{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 4;
	height: 90px;
	width: 100%;
	background: #fff;
	box-shadow: 0 0 5px rgba(115,115,115,.2);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.header_b.hover .menu_tt{
	color: #333;
}
.header_b.hover .menu_tt::after{
	background: #b7271e;
}
.header_b.hover .logo{
	height: 50px;
}

.header_b.hover .logo .pic1{
    opacity: 0;
}
.header_b.hover .logo .pic2{
    opacity: 1;
}

.header_b.hover .header_b_r_btn{
	color: #fff;
	background: #b7271e;
}


.header_b.pro_det{
	position: relative;
}



/*
 * wap head
 */
.mobile_header{
	display: none;
	clear: both;
	width: 100%;
	height: 52px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.mobile_header_top{
	position: fixed;
	left: 0;
	top:0;
	z-index: 14;
	width: 100%;
	height: 52px;
	background: #fff;
	box-shadow: 0 0 5px rgba(50,50,50,.2);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.mobile_logo{
	height: 52px;
	margin-left: 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;
	padding: 0 15px;
}
.mobile_logo img{
	height: 32px;
	width: auto;
}
.mobile_menu_btn{
	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;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	width: 54px;
	height: 52px;
	cursor: pointer;
}
.mobile_menu_btn .line{
	display: block;
	height: 3px;
	width: 28px;
	background: #b7271e;
	border-radius: 4px;
	margin-bottom: 6px;
}
.mobile_menu_btn .line:last-child{
	margin-bottom: 0;
}

.mobile_menu_box{
	position: fixed;
	right: -110%;
	top:0;
	z-index: 15;
	width:75%;
	height: 100%;
	background:#fff;
	padding: 20px 15px;
	overflow-y: auto;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile_menu_box.show{
	right: 0;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile_menu_dl dd{
	clear: both;
	line-height: 1.3;
	border-bottom: 1px solid #e1e1e1;
}
.mobile_menu_tt{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.mobile_menu_tt .text{
	width: calc(100% - 50px);
	color: #333;
	font-size: 16px;
	line-height: 24px;
	padding: 10px 0;
	font-family: "Graphik-Semibold";
	text-transform: uppercase;
}
.mobile_menu_dl dd.hover .mobile_menu_tt .text{
	color: #b7271e;
}
.mobile_menu_tt_icon{
	display: none;
	width: 44px;
	line-height: 44px;
	text-align: center;
	color: #333;
	font-size: 16px;
	-webit-transition: all 0.5s;
	transition: all 0.5s;
	transform: rotateZ(0deg);
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	cursor: pointer;
}

.mobile_menu_down{
	display:none;
	padding:6px 0 10px 12px;
}
.mobile_menu_down_clm{
	margin-bottom: 8px;
}
.mobile_menu_down_clm_tt{
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	font-size: 14px;
	color: #333;
}
.mobile_menu_down_clm_tt .tt{
	width: calc(100% - 50px);
	color: #333;
	line-height: 20px;
	font-size: 14px;
	text-transform: capitalize;
	padding: 5px 0;
}
.mobile_menu_down_clm_tt .icon{
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	transform: rotateZ(90deg);
	-webkit-transform: rotateZ(90deg);
	-moz-transform: rotateZ(90deg);
	-ms-transform: rotateZ(90deg);
	-o-transform: rotateZ(90deg);
	-webit-transition: all 0.5s;
	transition: all 0.5s;
}
.mobile_menu_down_clm.hover .mobile_menu_down_clm_tt .icon{
	-webit-transition: all 0.5s;
	transition: all 0.5s;
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
	-moz-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
	-o-transform: rotateZ(180deg);
}
.mobile_menu_down_clm_list{
	display: none;
	padding: 5px 0 0 10px;
}
.mobile_menu_down_clm_list a{
	display: block;
	font-size: 12px;
	line-height: 1.4;
	color: #333;
	padding: 5px 0 5px 14px;
	position: relative;
}
.mobile_menu_down_clm_list a::before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 5px;
	height: 5px;
	margin-top: -3px;
	background:#333;
	border-radius: 50%;
}

.mobile_menu_tt_icon.hover{
	transform: rotateZ(90deg);
	-webkit-transform: rotateZ(90deg);
	-ms-transform: rotateZ(90deg);
	-webit-transition: all 0.5s;
	transition: all 0.5s;
}


/* .mobile_menu_dl dd.hover .mobile_menu_tt .text{
	font-weight: bold;
} */

.mobile_search_box{
	position: fixed;
	left: 0;
	top: 52px;
	z-index: 13;
	display: none;
	width: 100%;
	padding: 20px;
	background: #fafafa;
}
.mobile_search_box form{
	width: 100%;
	padding:2px;
	border-radius: 5px;
	border: 1px solid #ddd;
}
.mobile_search_text{
	float: left;
	line-height: 40px;
	padding-left: 15px;
	font-size: 14px;
	width:calc(100% - 40px);
	border: 0;
}

.mobile_search_btn_text{
	float: right;
	width: 40px;
	height: 40px;
	font-size: 20px;
	color: #b7271e;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	border: none;
	background: none;
}

.mobile_menu_b{
	margin-top: 40px;
}
.mobile_menu_b_clm{
	margin-bottom: 25px;
}
.mobile_menu_b_clm .tt{
	font-size: 16px;
	color: #333;
	font-family: "Graphik-Semibold";
	margin-bottom: 8px;
}
.mobile_menu_b_clm .text{
	font-size: 14px;
	color: #333;
}
.mobile_menu_b_clm .text a{
	color: #333;
	word-break: break-all;
}


.mobile_lag_box{
	padding: 30px 0 20px;
	margin-bottom: 40px;
}
.mobile_lag_tt{
	font-size: 16px;
	color:#333;
	padding-bottom: 18px;
}
.mobile_lag_text{
	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;
}
.mobile_lag_text a{
	color: #333;
	font-size: 16px;
	margin-right: 25px;
}



.mask,
.mobile_menu_mask{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 15;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
}
.mask{
	z-index: 13;
}






.scroll_dots .scroll_dots_bars{
	position: relative;
	padding-top: 30px;
	z-index: 3;
	left: auto;
	bottom: auto !important;
	width: 100%;
	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;
}
.scroll_dots .scroll_dots_bars .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	opacity: 1;
	background: #c1c1c1;
	margin: 0 6px;
	border-radius: 10px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.scroll_dots .scroll_dots_bars .swiper-pagination-bullet-active{
	width: 36px;
	background: #b7271e;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}







.fz60{
	font-size: 60px;
}
.fz48{
	font-size: 48px;
}
.fz42{
	font-size: 48px;
}
.fz40{
	font-size: 40px;
}
.fz36{
	font-size:36px;
}
.fz32{
	font-size:32px;
}
.fz30{
	font-size: 30px;
}
.fz24{
	font-size: 24px;
}
.fz22{
	font-size: 22px;
}
.fz20{
	font-size: 20px;
}
.fz18{
	font-size: 18px;
}
.fz16{
	font-size: 16px;
}


.public_text1{
	font-size: 16px;
	line-height: 24px;
}
.public_text2{
	font-size: 14px;
	line-height: 24px;
}
.public_text3{
	font-size: 16px;
	line-height: 28px;
}


.public_text1 img,
.public_text2 img,
.public_text3 img{
	height: auto !important;
}

.public_btn_box{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
}
.public_btn1{
	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;
	font-size: 16px;
	width: 240px;
	height: 56px;
	color: #fff;
	border-radius: 28px;
	background: #b7271e;
	border: none;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.public_btn1 .icon{
	font-size: 26px;
	margin:0 8px;
}

.public_btn2{
	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;
	font-size: 18px;
	width: 250px;
	height: 60px;
	color: #111;
	font-family: "BarlowCondensed-SemiBold";
	background: #b7271e;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.public_btn2 .icon{
	font-size: 24px;
	margin-left: 18px;
}


.sub_wrap{
	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_wrap2{
	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;
}

.main_content{
	padding-top: 100px;
	padding-bottom: 100px;
}
.main_content2{
	padding-top: 100px;
}
.main_content3{
	padding-bottom: 100px;
}



/* banner */
.banner_box{
	position: relative;
}
.banner .swiper-slide{
}
.banner img{
    display: block;
    width: 100%;
}
.banner_item{
	display: block;
	width: 100%;
	position: relative;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.banner_item_con{
	width: 100%;
	height: 100%;
	padding: 246px 0 0;
}
.banner_item_con .wrapper{
	height: 100%;
}

.banner_item_con_l{
	width: 53.125%;
	padding-top: 2.34vw;
}
.banner_item_con_l_tt{
	line-height: 1.2;
	margin-bottom:1.3vw;
}
.banner_item_con_l_text{
	margin-bottom: 2.08vw;
}
.banner_item_con_l_icon{
	margin-bottom: 2.34vw;
}
.banner_item_con_l_icon img{
	height: 4.17vw;
}


.banner_item_con_r{
	width: 43.75%;
	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;
}

.banner .banner_bars{
	position: absolute;
	left: 0;
	bottom: 30px !important;
	z-index: 3;
	width: 100%;
	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;
}
.banner .banner_bars .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	opacity: 1;
	background: #c1c1c1;
	margin: 0 6px;
	border-radius: 10px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.banner .banner_bars .swiper-pagination-bullet-active{
	width: 36px;
	background: #b7271e;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}






.ind_title1{
	margin-bottom: 45px;
}
.ind_title1 .tt1{
	line-height: 1.5;
	padding-bottom: 15px;
}
.ind_title1 .tt2{
	line-height: 1.32;
	padding-bottom: 20px;
}



.ind_box1_con_l{
	width: 49.375%;
}
.ind_box1_con_l_title{
	line-height: 1.5;
	margin-bottom: 20px;
}
.ind_box1_con_l_text{
	margin-bottom: 2.08vw;
}

.ind_box1_con_l_btn{
	width: 280px;
}


.ind_box1_con_r{
	width: 46.875%;
}
.ind_box1_con_r a{
	display: block;
	overflow: hidden;
	position: relative;
	border-radius: 16px;
}
.ind_box1_con_r a>img{
	width: 100%;
}

.ind_box1_con_r_video_icon{
	width: 114px;
	height: 114px;
	position: absolute;
    left: 50%;
    top: 50%;
    width: 118px;
    height: 118px;
    transform: translate(-50%,-50%);
}

.cir_line_box{
	position: relative;
	width: 100%;
	height: 100%;
}
.cir_line_box .line1,
.cir_line_box .line2,
.cir_line_box .line3{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	opacity: 0;
	border: 1px solid #fff;
	transform: translate(-50%,-50%);
	transform-origin: center center;
}

.cir_line_box .line1{
	animation:aaaa3 3s infinite linear; 
	animation-delay: -1s;
}
.cir_line_box .line2{
	animation:aaaa3 3s infinite linear; 
	animation-delay: 0s;
}
.cir_line_box .line3{
	animation:aaaa3 3s infinite linear; 
	animation-delay: 1s;
}
@keyframes aaaa3 {
	0% {
		width: 100%;
		height: 100%;
		opacity: 0;
	}
	50% {
		width: 135%;
		height: 135%;
		opacity: 0.45;
	}
	100% {
		width: 170%;
		height: 170%;
		opacity: 0;
	}
}





.ind_box2{
	position: relative;
	background: #fff;
}
.ind_box2::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 44.22vw;
	height: 100%;
	background: #fbfbfb;
}
.ind_box2 .wrapper{
	position: relative;
	z-index: 2;
}
.ind_box2_l{
	width: 45%;
}
.ind_box2_l img{
	width: 100%;
	border-radius: 16px;
}

.ind_box2_r{
	width: 51.875%;
}

.ind_box2_r_list dd{
	border-bottom: 1px solid #e9e9e9;
}

.ind_box2_r_list_title{
	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: 8px 0;
	cursor: pointer;
}

.ind_box2_r_list_title .icon1{
	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: 28px;
	line-height: 1;
}
.ind_box2_r_list_title .tt{
	width: calc(100% - 30px - 40px);
	font-size: 18px;
	padding: 0 8px 0 5px;
}

.ind_box2_r_list_title .icon{
	width: 40px;
	height: 40px;
	background: url(../images/ind_box2_icon1.png) no-repeat center center;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.ind_box2_r_list dd.hover .ind_box2_r_list_title .icon{
	background: url(../images/ind_box2_icon2.png) no-repeat center center;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.ind_box2_r_list_down{
	display: none;
	padding: 0 50px 15px 35px;
}


.ind_box3_list{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	padding: 0 10px;
	gap: 10px;
}
.ind_box3_list dd{
	width: calc((100% - 30px) / 4);
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_box3_list dd:last-child{
	margin-right: 0;
}

.ind_box3_list_pic{
	overflow: hidden;
}
.ind_box3_list_pic img{
	width: 100%;
}
.ind_box3_list_con{
	padding: 22px 25px 2.6vw;
}

.ind_box3_list_con_tt{
	margin-bottom: 15px;
}

.ind_box3_list_list{
	margin-bottom: 1.56vw;
}
.ind_box3_list_list .item{
	position: relative;
	padding-left: 16px;
}
.ind_box3_list_list .item::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 11px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #666;
}

.ind_box3_list_btn{
	width: 100%;
	max-width: 280px;
	margin: 0 auto;
}

.ind_box3_list dd:hover{
	box-shadow: 0 0 15px rgba(50,50,50,.1);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_box3_list dd:hover .ind_box3_list_pic img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}



.ind_box3_b{
	padding: 3.65vw 0 0;
}
.ind_box3_b a{
	text-decoration: underline;
}


.ind_box4_scroll_bars dd{
    cursor: pointer;
}
.ind_box4_scroll_bars dd.active .tt{
	color: #b7271e !important;
}



.ind_box4_scroll_con_l{
	width: 48.125%;
	border-radius: 16px;
	overflow: hidden;
}
.ind_box4_scroll_con_l img{
	width: 100%;
}

.ind_box4_scroll_con_r{
	width: 49%;
}


.ind_box4_scroll_con_r_tt{
	margin-bottom: 1.56vw;
}

.ind_box4_scroll_con_r_text{
	margin-bottom: 2.34vw;
}

.ind_box4_scroll_btn{
	width: 280px;
}



.ind_box5_con table{
	width: 100%;
	background: #fff;
}
.ind_box5_con table tr td{
	padding: 12px 12px;
	font-size: 16px;
	border: 1px solid #dee2e6;
}

.ind_box5_con table tr:nth-child(2n){
	background: #ededed;
}

.ind_box5_con table tr:first-child{
	color: #fff;
	font-family: "Graphik-Bold";
	background: #ababab;
}
.ind_box5_con table tr:first-child td{
	font-size: 20px;
}


.ind_box6_con_list{
	width:21.8%;
}
.ind_box6_con_list .item{
	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: 100%;
	height: 147px;
	background: #f5f5f5;
	border-radius: 16px;
	padding: 0 7%;
	margin-bottom: 15px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_box6_con_list .item:last-child{
	margin-bottom: 0;
}
.ind_box6_con_list .item .icon{
	width: 78px;
	height: 78px;
	position: relative;
	border-radius: 50%;
	border: 1px solid #333;
}
.ind_box6_con_list .item .icon .icon1{
	opacity: 1;
}
.ind_box6_con_list .item .icon .icon2{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.ind_box6_con_list .item .tt{
	font-size: 16px;
	color: #333;
	padding-left: 18px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_box6_con_list .item:hover{
	background: #b7271e;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.ind_box6_con_list .item:hover .icon{
	border-color: #fff;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_box6_con_list .item:hover .icon .icon1{
	opacity: 0;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_box6_con_list .item:hover .icon .icon2{
	opacity: 1;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_box6_con_list .item:hover .tt{
	color: #fff;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.ind_box6_con_pic{
	width: 50.6%;
	border-radius: 16px;
	overflow: hidden;
}



.ind_box6_b{
	background: #fff;
	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;
	padding: 30px 7%;
	border-radius: 16px;
	border: 1px solid #e8e8e8;
	box-shadow: 0 0 15px rgba(0,0,0,.15);
}
.ind_box6_b_l{
	width: 25%;
}
.ind_box6_b_r{
	width: 75%;
}
.ind_box6_b_r_title1{
	margin-bottom: 12px;
}
.ind_box6_b_r_text{
	margin-bottom: 25px;
}
.ind_box6_b_r_form{
	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;
}

.ind_box6_b_r_form_text{
	width: calc((100% - 230px) / 2);
	
	
}
.ind_box6_b_r_form_text input{
    display: block;
    width: 100%;
    height: 40px;
    font-size: 16px;
	padding-left: 20px;
	border: 1px solid #e8e8e8;
	border-radius: 20px;
}
.ind_box6_b_r_form_btn{
	width: 190px;
}
.ind_box6_b_r_form_btn input{
     display: block;
	width: 100%;
    height: 40px;
	border: none;
	border-radius: 20px;
	cursor: pointer;
}


.ind_box7_list1{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	margin-bottom: 30px;
}
.ind_box7_list1 dd{
	width: 19%;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	margin: 0 1% 15px 0;
}
.ind_box7_list1 dd .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: 30px;
	height: 30px;
	font-size: 26px;
	color: #b7271e;
}
.ind_box7_list1 dd .tt{
	width: calc(100% - 30px);
	padding-left: 10px;
}


.ind_box7_scroll{
	margin-bottom: 40px;
}
.ind_box7_scroll_pic1{
	overflow: hidden;
	border-radius: 16px;
	position: relative;
	margin-bottom: 2.08vw;
}
.ind_box7_scroll_pic1:last-child{
	margin-bottom: 0;
}
.ind_box7_scroll_pic1 img{
	width: 100%;
}
.ind_box7_scroll_pic1 .tt{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	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;
	color: #fff;
	font-size: 20px;
	font-family: "Graphik-Semibold";
	background: rgba(0,0,0,.4);
	opacity: 0;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_box7_scroll_pic1:hover img{
	transform:scale(1.08,1.08);
	-webkit-transform:scale(1.08,1.08);
}
.ind_box7_scroll_pic1:hover .tt{
	opacity: 1;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}


.ind_box8_list{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	margin-bottom: 45px;
}
.ind_box8_list dd{
	width: calc((100% - 70px) / 8);
	margin: 0 10px 10px 0;
	overflow: hidden;
	border-radius: 16px;
	position: relative;
}
.ind_box8_list dd img{
	width: 100%;
}
.ind_box8_list dd .tt{
	position: absolute;
	left: 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: 100%;
	height: 100%;
	background: rgba(51,51,51,.3);
	opacity: 0;
	font-size: 18px;
	color: #fff;
	font-family: "Graphik-Semibold";
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_box8_list dd:hover .tt{
	opacity: 1;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}


.ind_box9_l{
	width: 46.875%;
}

.ind_box9_r{
	width: 47%;
}
.ind_box9_scroll_item{
	display: block;
	border-radius: 8px;
	overflow: hidden;
	padding: 5px;
	background: #fff;
	box-shadow:  0 0 10px rgba(50,50,50,.15);
}
.ind_box9_scroll_item img{
	width: 100%;
}
.ind_box9_scroll_item:hover img{
	transform:scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
}


.ind_box9_scroll_btn_box{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.ind_box9_scroll_btn{
	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: 60px;
	height: 60px;
	color: #fff;
	font-size: 30px;
	background: #333;
	cursor: pointer;
	margin: 0 2.19vw 0 0;
	border-radius: 8px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.ind_box9_scroll_btn.hover{
	background: #b7271e;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}





.ind_box11{
	background: url(../images/ind_bg1.jpg) no-repeat center center fixed;
	background-size: cover;
}
.ind_box11_list{
	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;
	margin-bottom: 50px;
}
.ind_box11_list dd{
	width:calc(91.6% / 4);
	border: 1px solid rgba(255,255,255,.5);
	border-radius: 16px;
	padding: 3.54vw 1.3vw;
	margin: 0 2.8% 0 0;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_box11_list dd:last-child{
	margin-right: 0;
}
.ind_box11_list dd:hover{
	transform:translateY(-3px);
	-webkit-transform: translateY(-3px);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_box11_list dd:last-child{
	margin-right: 0;
}
.ind_box11_list dd .num{
	text-align: center;
	margin-bottom:1.1vw;
}
.ind_box11_list dd .tt{
	text-align: center;
	line-height: 1.5;
	margin-bottom:0.86vw;
}



.ind_box12_bars{
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	margin-bottom: 40px;
}
.ind_box12_bars .item{
	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: 310px;
	height: 56px;
	color: #333;
	border: 1px solid #eee;
	border-radius: 8px;
	background: #f5f5f5;
	margin: 0 2.08vw 15px 0;
	cursor: pointer;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_box12_bars .item:last-child{
	margin-right: 0;
}
.ind_box12_bars .item.hover{
	color: #fff;
	background: #b7271e;
	border-color: #b7271e;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.ind_box12_tabs_item_l{
	width: 48.125%;
}

.ind_box12_tabs_item_r{
	width: 48.125%;
}
.ind_box12_tabs_item_r img{
	border-radius: 16px;
}

.ind_box12_tabs_item_l_title{
	margin-bottom: 18px;
}



.ind_box13_l{
	width: 46.875%;
}
.ind_box13_l img{
	border-radius: 16px;
}
.ind_box13_r{
	width: 46.875%;
}
.ind_box13_r_title{
	margin-bottom: 14px;
}
.ind_box13_r_text{
	margin-bottom: 22px;
}



.ind_box14_con_l{
	width: 45%;

}
.ind_box14_con_l_scroll{
	border-radius: 16px;
}
.ind_box14_con_l_scroll .scroll_dots_bars{
	position: absolute;
	left: 0;
	bottom: 30px !important;
	z-index: 3 !important;
}
.ind_box14_con_l_scroll .scroll_dots_bars .swiper-pagination-bullet{
	background: #fff !important;
}
.ind_box14_con_l_scroll .scroll_dots_bars .swiper-pagination-bullet-active{
	background: #b7271e !important;
}

.ind_box14_con_r{
	width: 51.875%;
}

.ind_box14_con_r_title{
	margin-bottom: 25px;
}
.ind_box14_con_r_title .tt1{
	font-size: 18px;
	margin-bottom: 10px;
}
.ind_box14_con_r_title .tt2{
	line-height: 1.2;
}
.ind_box14_con_r_title .line{
	width: 65px;
	height: 1px;
	background: #333;
	margin: 8px 0 12px;
}

.ind_box14_con_r_form{
	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;
}

.ind_box14_con_r_form dd{
	width:100%;
	margin-bottom: 18px;
}
.ind_box14_con_r_form dd.ddw{
	width: 100%;
}

.ind_box14_con_r_form_title{
	font-size: 16px;
}
.ind_box14_con_r_form_title i{
	color: #f00 !important;
}
.ind_box14_con_r_form_text,
.ind_box14_con_r_form_area{
	width: 100%;
	height: 40px;
	width: 100%;
	font-size: 16px;
	padding-left: 0;
	border: none;
	border-bottom: 1px solid #cecece;
}
.ind_box14_con_r_form_area{
	height: 80px;
	padding-top: 20px;
	resize: none;
}



.ind_box15{
	background: #222529;
}

.ind_box15_list1{
	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;
}

.ind_box15_list1 dd{
	width: calc(94% / 6);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_box15_list1 dd:hover{
	transform:translateY(-3px);
	-webkit-transform: translateY(-3px);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ind_box15_list1 dd .pic{
	text-align: center;
	margin-bottom: 22px;
}
.ind_box15_list1 dd  .tt{
	margin-bottom: 17px;
}
.ind_box15_list1 dd .text{
	color: #d4d4d4;
}



.ind_box16{
	background: url(../images/ind_bg2.jpg) no-repeat center center / cover fixed;
}



.footer_t{
	padding: 60px 0 40px;
	border-bottom: 1px solid #ededed;
}
.footer_t_l{
	width: 32%;
}
.footer_t_l .tt{
	margin-bottom: 8px;
}
.footer_t_l .text{
	font-size: 20px;
}

.footer_t_r{
	width: 56%;
}
.footer_t_r_form{
	width: 100%;
	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;
}
.footer_t_r_form_text{
	width: calc((100% - 40px - 153px) / 2);
}
.footer_t_r_form_text input{
    display: block;
    width: 100%;
    height: 50px;
	padding-left: 15px;
	font-size: 16px;
	color: #333;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
}
.footer_t_r_form_btn{
	
}

.footer_t_r_form_btn input{
    width: 153px !important;
	height: 50px;
	border: none;
	border-radius: 3px !important;
}


.footer_b{
	padding:38px 0;
}


.footer_b_l{
	font-size: 14px;
	line-height: 26px;
}
.footer_b_l a{
	color: #333 !important;
}

.footer_b_l a:hover{
	color: #b7271e !important;
}


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


.footer_b_r .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: 40px;
	height: 40px;
	color: #fff;
	font-size: 18px;
	border-radius: 50%;
	margin: 0 10px 0 0;
}
.footer_b_r .icon.icon-Facebook-copy{
	background: #3b5999;
}
.footer_b_r .icon.icon-instagram1{
	background: #ff3a00;
}
.footer_b_r .icon.icon-linkedin1{
	background: #0076b4;
}
.footer_b_r .icon.icon-youtube1{
	background: #ff011d;
}
.footer_b_r .icon.icon-twitter1{
	background: #209ef3;
}
.footer_b_r .icon.icon-douyin{
	background: #2eb4b1;
}



.float_fixed{
	position: fixed;
	right: 0;
	bottom: 20%;
	z-index: 3;
	width: 50px;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 0 10px rgba(50,50,50,.1);
}
.float_fixed .item{
	display: block;
	width: 50px;
	height: 50px;
	font-size: 24px;
	color: #b7271e;
	line-height: 50px;
	text-align: center;
}
.float_fixed .item:hover{
	color: #fff;
	background: #b7271e;
}






.open_window{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 15;
	width: 100%;
	height: 100%;
}
.open_window_mask{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5)
}

.open_window_con{
	position: fixed;
	left: 50%;
	top: 50%;
	width: 90%;
	max-height: 90vh;
	max-width: 600px;
	background: #fff;
	border-radius: clamp(0.75rem, 0.52rem + 0.98vw, 1.5rem);
	transform: translate(-50%,-50%);
}
.open_window_con_rela{
	position: relative;
	padding:clamp(1.25rem, 0.714rem + 2.29vw, 3rem) clamp(0.938rem, 0.077rem + 3.67vw, 3.75rem);
}
.open_window_close{
	position: absolute;
	right: calc(clamp(1.875rem, 1.564rem + 1.31vw, 2.875rem)*-1);
	top: calc(clamp(1.875rem, 1.564rem + 1.31vw, 2.875rem)*-1);
	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(1.875rem, 1.564rem + 1.31vw, 2.875rem);
	height: clamp(1.875rem, 1.564rem + 1.31vw, 2.875rem);
	font-weight: bold;
	color: #d6d6d6;
	font-size: clamp(1rem, 0.922rem + 0.33vw, 1.25rem);
	border-radius: 50%;
	border: 2px solid #d6d6d6;
	cursor: pointer;
}
