@charset 'utf-8';
* {margin: 0px;padding: 0px;box-sizing: border-box;font-family: "Arial",sans-serif;}
html{font-size: 62.5%;height: 100px}
body {margin: 0px;padding: 0px;font-size: 16px;}
ol, ul, li, dl, dt, dd, form, p, h1, h2, h3, h4, h5, img {margin: 0px;padding: 0px;}
ol, ul, li {list-style: none;padding: 0;margin: 0;}
img {border: none;max-width:100%;}
a {text-decoration: none;border: none;margin: 0;padding: 0;}
input, textarea {outline: 0;resize: none;border: none;border: 0;margin: 0;padding: 0;}
select {border: 0;}
input {margin: 0;padding: 0;border: none;}
table, table td {border-collapse: collapse;}
img {max-width: 100%;vertical-align: middle;}
i{font-style: normal;}
.clearfix:after {content: "";height: 0;visibility: hidden;display: block;clear: both;}
.clearfix {zoom: 1;}
.clear {clear: both;}
.fl {float: left;}
.fr {float: right;}
.last{margin-right:0px !important;}
.div1200{width:1200px; margin:0px auto;}
.div1600{width:1600px; margin:0px auto;}
.div1215{width:1215px; margin:0px auto;}
.div600{width:600px; margin:0px auto;}
.div920{width:920px; margin:0px auto;}
.banner{ position:relative; z-index:1; width:100%; text-align:center;}
.wrap {width: 100%;_zoom: 1;position: relative;overflow: hidden;}
.line_1{overflow: hidden;text-overflow: ellipsis;display: -webkit-box !important;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.line_2{overflow: hidden;text-overflow: ellipsis;display: -webkit-box !important;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.line_3{overflow: hidden;text-overflow: ellipsis;display: -webkit-box !important;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.line_4{overflow: hidden;text-overflow: ellipsis;display: -webkit-box !important;-webkit-line-clamp: 4;-webkit-box-orient: vertical;}
input::-webkit-input-placeholder { /* Edge */font-size: 14px;color: #999999;}
input:-ms-input-placeholder { /* Internet Explorer 10-11 */font-size: 14px;color: #999999;}
input::placeholder {font-size: 14px;color: #999999;}
textarea::-webkit-input-placeholder { /* Edge */font-size: 14px;color: #999999;}
textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */font-size: 14px;color: #999999;}
textarea::placeholder {font-size: 14px;color: #999999;}

.flex{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}

.header{
	position: fixed;
	top: 0;
	left: 0;
	/*transform: translateX(-50%);*/
	z-index: 9;
	width: 100%;
	background-color: rgba(0,0,0,0);
	transition: all 0.5s;
}

.nyheader{
	position: relative;
	background-color: #ffffff;
}
.header.active{
	background-color: rgba(36,33,92,.8);
}
.header_con{
	width: 98%;
	height: 100px;
	margin: 0 auto;
	position: relative;
	justify-content: flex-end;
}
.header.active .header_con{
	justify-content: space-between;
}
.logo{
	position: absolute;
	left: 0;
	top: 10px;
	z-index: 9;
}
.nyheader .logo{
	top: 0;
}
.header .nylogo{
	display: none;
}
.nyheader .ilogo{
	display: none;
}
.nyheader .nylogo{
	display: block;
}
.header.active .logo{
	position: relative;
	top: 0;
	height: 100%;
}
.header.active .logo img{
	height: 100%;
}
.nav_con{
	align-items: center;
	transition: all .5s;
}
.nav{
	height: 100%;
}
.nav>ul{
	height: 100%;
	align-items: center;
}
.nav>ul>li{
	line-height: 100px;
}
.nav>ul>li>a{
	padding: 0 50px;
	font-size: 16px;
	color: #ffffff;
	display: block;
}
.nyheader .nav>ul>li>a{
	color: #040404;
}
.nav>ul>li.cur>a{
	color: #b81e24;
}
.nav>ul>li:hover>a{
	color: #b81e24;
}
.language{
	margin-left: 300px;
}
.language a{
	display: block;
	width: 40px;
	height: 40px;
	border: solid 3px #ffffff;
	line-height: 34px;
	text-align: center;
	border-radius: 50%;
	font-size: 16px;
	color: #ffffff;
	font-weight: 600;
}
.nyheader .language a{
	color: #040404;
	border: solid 3px #040404;
}
.search{
	margin-left: 40px;
	width: 40px;
	height: 40px;
	background-color: #ffffff;
	border: solid 3px #ffffff;
	border-radius: 50%;
	line-height: 34px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.nyheader .search{
	background-color: #040404;
	border: solid 3px #040404;
}
.search_block{
	display: block;
}
.search_white{
	display: none;
}
.nyheader .search_block{
	display: none;
}

.nyheader .search_white{
	display: block;
}
.search_box{
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	width: 20%;
	height: 50px;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
}
.search_box form{
	height: 100%;
}
.search_box input[type=text]{
	width: 80%;
	height: 100%;
	padding-left: 10px;
	font-size: 16px;
}
.search_box input[type=submit]{
	width: 20%;
	height: 100%;
	background: url(../images/search.png) no-repeat center;
}

.menu_con{
	display: none;
}
.menu{
	width: 40px;
	height: 29px;
	position: relative;
}
.menu span{
	position: absolute;
	width: 100%;
	height: 5px;
	display: block;
	background-color: #b81e24;
	transition: all 0.5s;
}
.menu span:nth-child(1){
	top: 0;
}
.menu span:nth-child(2){
	top: 12px;
}
.menu span:nth-child(3){
	top: 24px;
}
.menu.active span{
	top: 50%;
}
.menu.active span:nth-child(1){
	transform: translateY(-50%);
	transform: rotate(45deg);
}
.menu.active span:nth-child(2){
	display: none;
}
.menu.active span:nth-child(3){
	transform: translateY(-50%);
	transform: rotate(-45deg);
}
.banner{
	position: relative;
}
.banner img{
	width: 100%;
}
.index_tit h2{
	font-size: 48px;
	font-weight: normal;
	letter-spacing: 10px;
	color: #040404;
	position: relative;
	padding-bottom: 18px;
}
.index_tit h2:after{
	content: "";
	width: 68px;
	height: 4px;
	background-color: #24215c;
	position: absolute;
	left: 0;
	bottom: 0;
}
.part1{
	padding-top: 80px;
	padding-bottom: 105px;
	background-color: #f6f6f6;
}
.part1_top{
	justify-content: space-between;
	width: 100%;
}
.part1_text{
	width: 68%;
}
.part1_text p{
	font-size: 16px;
	line-height: 3;
	letter-spacing: 1px;
	color: #333333;
}

.part1_lb {
	position: relative;
	width: 100%;
	margin-top: 60px;
}

.part1_lb  .swiper-slide {
	width: 860px;
	/*height: 480px;*/
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
}
.part1_lb  .swiper-slide img{
	display:block;
}
.part2{
	padding-top: 70px;
}
.part2_box{
	align-items: center;
	margin-bottom: 30px;
}
.part2_img{
	width: 50%;
	overflow: hidden;
}
.part2_img img{
	width: 100%;
	transition: all 0.5s;
}
.part2_img:hover img{
	transform: scale(1.1);
}
.part2_text{
	width: 50%;
	padding-left: 5%;
	position: relative;
	padding-top: 60px;
}
.part2_box2 .part2_text{
	padding-left: 0;
	padding-right: 5%;
}
@font-face{
	font-family: 'BBT';
	src: url('BodoniBT-Bold.otf');
}
.part2_num{
	position: absolute;
	top: 0;
	left: 10%;
	z-index: -1;
	font-family: 'BBT';
	font-size: 115px;
	letter-spacing: 6px;
	color: #24215c;
	opacity: 0.2;
	line-height: 80px;
}
.part2_box2 .part2_num{
	left: 0;
}
.part2_tit h2{
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #24215c;
	line-height: 1;
}
.part2_txt{
	margin-top: 25px;
}
.part2_txt p{
	font-size: 16px;
	line-height: 3;
	letter-spacing: 1px;
	color: #333333;
}
.part2_more{
	margin-top: 5%;
	width: 46px;
	height: 46px;
	background-color: #b81e24;
	border-radius: 50%;
	overflow: hidden;
}
.part2_more a{
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	transition: all 0.5s;
}
.part2_more_img1{
	display: block;
}
.part2_more_img2{
	display: none;
}
.part2_more:hover a .part2_more_img1{
	display: none;
}
.part2_more:hover a .part2_more_img2{
	display: block;
}
.part3{
	max-width: 1920px;
	margin: 0 auto;
}
.part3_con{
	justify-content: space-between;
}
.part3_left{
	width: 49.5%;
}
.part3_topimg{
	overflow: hidden;
}
.part3_topimg img{
	transition: all 0.5s;
}
.part3_topimg:hover img{
	transform: scale(1.1);
}
.part3_box{
	margin-top: 20px;
	justify-content: space-between;
}
.part3_bimg{
	width: 49%;
	overflow: hidden;
}
.part3_bimg img{
	transition: all 0.5s;
}
.part3_bimg:hover img{
	transform: scale(1.1);
}
.part3_right{
	width: 49.5%;
}
.part3_tit{
	background-color: #f6f6f6;
	text-align: right;
	padding: 10% 160px 9% 0; 
}
.part3_tit .index_tit h2:after{
	right: 0;
	left: auto;
}
.part3_bottomimg{
	margin-top: 20px;
	overflow: hidden;
}
.part3_bottomimg img{
	transition: all 0.5s;
}
.part3_bottomimg:hover img{
	transform: scale(1.1);
}
.part4{
	padding-top: 70px;
	position: relative;
	padding-bottom: 78px;
	margin-bottom: 70px;
}
.part4_con{
	justify-content: space-between;
}
.part4_list{
	width: 70%;
	justify-content: space-between;
}
.part4_box{
	width: 48%;
}
.part4_text{
	margin-top: 30px;
}
.part4_text h2{
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #333333;
	margin-bottom: 25px;
}
.part4_text p{
	font-size: 16px;
	line-height: 2.2;
	color: #333333;
}
.part4_more{
	margin-top: 25px;
	justify-content: space-between;
	border-top: 1px solid #eeeeee;
	padding-top: 25px;
}
.part4_more p{
	font-size: 16px;
	color: #666666;
}
.part4_more span{
	filter: grayscale(100%);
}

.part4_bg{
	position: absolute;
	width: 71%;
	background-color: #f6f6f6;
	height: 485px;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.footer{
	padding-top: 98px;
	background: url(../images/foot_bg.jpg) no-repeat center;
	padding-bottom: 50px;
}
.footer_top{
	justify-content: space-between;
}
.footer_nav{
	width: 60%;
	justify-content: space-between;
}
.footer_box h2{
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #ffffff;
	margin-bottom: 20px;
}
.footer_box ul li{
	line-height: 36px;
}
.footer_box ul li a{
	font-size: 14px;
	letter-spacing: 1px;
	color: #ffffff;
	opacity: 0.5;
	display: block;
}
.footer_box ul li:hover a{
	opacity: 1;
}
.copyright{
	width: 32.5%;
}
.copyright p{
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #ffffff;
	opacity: 0.5;
}
.copyright p a{
	font-size: 14px;
	color: #ffffff;
}
.footer_bottom{
	margin-top: 88px;
}
.footer_share ul{
	justify-content: center;
}
.footer_share ul li{
	margin: 0 25px;
	opacity: 0.5;
}
.footer_share ul li:hover{
	opacity: 1;
}
.footer_email{
	margin: 30px auto 0;
	width: 44%;
	height: 60px;
	border-radius: 29px;
	border: solid 1px #ffffff;
	opacity: 0.5;
	overflow: hidden;
	align-items: center;
	justify-content: space-between;
	padding: 5px 0;
}
.footer_emailimg{
	width: 85px;
	text-align: center;
	border-right: 1px solid #ffffff;
}
.footer_emailinp{
	width: calc(100% - 170px);
	height: 100%;
}
.footer_emailinp input{
	width: 100%;
	height: 100%;
	background-color: initial;
	text-align: center;
	color: #fff;
	font-size: 14px;
}
.footer_emailbtn{
	height: 100%;
}
.footer_emailbtn input{
	width: 80px;
	height: 100%;
	border-radius: 29px;
	margin-right: 5px;
	background: url(../images/footer_05.png) no-repeat center;
	background-color: #ffffff;
	cursor: pointer;
}
.ph_nav{
	display: none;
}
.pro_nav_left{
	display: none;
}
.ny_nav{
	position: relative;
}
.ny_nav ul{
	justify-content: center;
}
.ny_nav ul li{
	margin-right: 50px;
}
.ny_nav ul li:last-child{
	margin-right: 0;
}
.ny_nav ul li a{
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #666666;
	transition: all 0.5s;
	line-height: 22px;
	position: relative;
}
.ny_nav ul li.cur a{
	font-size: 20px;
	color: #040404;
}
.ny_nav ul li.cur a:after{
	content: "";
	width: 100%;
	height: 4px;
	background-color: #b81e24;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.ny_nav ul li:hover a{
	font-size: 20px;
	color: #040404;
}
.ny_nav ul li:hover a:after{
	content: "";
	width: 100%;
	height: 4px;
	background-color: #b81e24;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.pro{
	padding-top: 70px;
	padding-bottom: 70px;
}
.pro_list{
	margin-top: 60px;
}
.pro_list ul li{
	width: 31.875%;
	margin-right: 2.1875%;
	margin-bottom: 15px;
	overflow: hidden;
}
.pro_list ul li:nth-child(3n){
	margin-right: 0;
}
.pro_img{
	overflow: hidden;
}
.pro_img img{
	transition: all 0.5s;
}
.pro_text{
	padding-top: 20px;
	background-color: #fff;
	transition: all 0.5s;
	padding-bottom: 20px;
	position: relative;
	z-index: 1;
	height: 97px;
	overflow: hidden;
	/*margin-top: -40px;*/
}
.pro_text h2{
	font-size: 16px;
	font-weight: normal;
	color: #040404;
	margin-bottom: 15px;
}
.pro_text p{
	font-size: 16px;
	color: #666666;
}
.pro_more{
	margin-top: 22px;
}
.pro_list ul li:hover .pro_img img{
	transform: scale(1.1);
}
.pro_list ul li:hover .pro_text{
	margin-top: -40px;
	height: 137px;
}
.pro_list ul li:hover .pro_text h2{
	color: #24215c;
}
.pages{
	margin-top: 50px;
}
.pages ul{
	justify-content: center;
}
.pages ul li{
	margin: 0 10px;
}
.pages ul li a{
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 36px;
	border: solid 1px #eeeeee;
	display: block;
	border-radius: 50%;
	font-size: 16px;
	color: #040404;
}
.pages ul li.current a{
	background-color: #eeeeee;
}
.pages ul li:hover a{
	background-color: #eeeeee;
}
.pages ul li.nolink{
	display: none;
}
.pages ul li:first-child a{
	border: solid 1px #b81e24;
	background-color: #b81e24;
}
.pages ul li:last-child a{
	border: solid 1px #b81e24;
	background-color: #b81e24;
}
.proshow_top{
	justify-content: space-between;
}
.proshow_tl{
	border-top: 4px solid #24215c;
	width: 45%;
	padding-top: 35px;
}
.proshow_tltit h2{
	font-size: 24px;
	font-weight: normal;
	color: #24215c;
}
.proshow_tltext{
	margin-top: 40px;
}
.proshow_tltext p{
	font-size: 16px;
	line-height: 2.5;
	color: #040404;
}
.proshow_tr{
	width: 50%;
}
.proshow_trimg img{
	width: 100%;
}
.proshow_bottom{
	margin-top: 60px;
}
.proshow_det p{
	font-size: 16px;
	line-height: 2.5;
	color: #040404;
}

.ny{
	padding-top: 70px;
	padding-bottom: 70px;
}
.about_p1{
	margin-top: 60px;
}
.about_p1_con{
	justify-content: space-between;
}
.about_p1_left{
	width: 48%;
}
.about_p1_text p{
	font-size: 16px;
	line-height: 3;
	color: #333333;
}
.about_p1_right{
	width: 47%;
}
.about_p1_lb{
	position: relative;
}
.about_p1_button{
	position: absolute;
	width: 160px;
	height: 60px;
	background-color: #ffffff;
	bottom: 10px;
	left: 10px;
	z-index: 5;
}
.about_p1_lb .swiper-slide img{
	width: 100%;
}
.about_p1_button:after{
	content: "";
	width: 1px;
	height: 30px;
	background-color: #dcdcdc;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.about_p1_button .swiper-button-next, .about_p1_button .swiper-button-prev{
	width: 60px;
	height: 100%;
	top: 0;
	margin-top: 0;
	text-align: center;
}
.about_p1_button .swiper-button-prev{
	background: url(../images/part4_03_1.png) no-repeat center;
	left: 0;
}
.about_p1_button .swiper-button-next{
	background: url(../images/part4_03.png) no-repeat center;
	right: 0;
}
.about_p2{
	margin-top: 70px;
}
.about_p2_list ul li{
	width: 33%;
	margin-right: 0.5%;
}
.about_p2_list ul li:nth-child(3n){
	margin-right: 0;
}
.about_p2_box{
	position: relative;
	height: 300px;
	background-color: #f6f6f6;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.about_p2_tit{
	justify-content: center;
	align-items: center;
}
.about_p2_img{
	margin-right: 45px;
}
.about_p2_text{
	position: absolute;
	background-color: #24215c;
	width: 100%;
	height: 100%;
	padding: 9%;
	top: 100%;
	left: 0;
	transition: all 0.5s;
}
.about_p2_text h2{
	font-size: 20px;
	letter-spacing: 2px;
	color: #ffffff;
	margin-bottom: 5%;
}
.about_p2_text p{
	font-size: 16px;
	line-height: 2.2;
	letter-spacing: 1px;
	color: #ffffff;
}
.about_p2_list ul li:hover .about_p2_text{
	top: 0;
}
.about_p3{
	margin-top: 70px;
}
.about_p3_img{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	/**/
}
.about_p3_text{
	position: absolute;
	text-align: center;
}
.about_p3_text p{
	font-size: 20px;
	line-height: 3;
	color: #ffffff;
}
.about_p4{
	margin-top: 70px;
}
.about_p4_list ul li{
	width: 25%;
	height: 300px;
	justify-content: center;
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
}
.about_p4_text{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #24215c80;
	padding-top: 10%;
	text-align: center;
	transition: all .5s;
}
.about_p4_text p{
	font-size: 20px;
	letter-spacing: 2px;
	color: #ffffff;
}
.about_p4_list ul li:hover .about_p4_text{
	top: 0;
}
.news_list{
	margin-top: 60px;
}
.news_list ul li{
	margin-bottom: 30px;
}
.news_box{
	justify-content: space-between;
	align-items: center;
}
.news_img{
	width: 33.5%;
	overflow: hidden;
}
.news_img img{
	transition: all 0.5s;
	width: 100%;
}
.news_text{
	margin-left: 3%;
	width: 63.5%;
}
.news_text>span{
	font-size: 20px;
	display: block;
	color: #040404;
}
.news_text h2{
	font-size: 18px;
	letter-spacing: 1px;
	color: #040404;
	margin-top: 20px;
	margin-bottom: 20px;
}
.news_text p{
	font-size: 16px;
	line-height: 2.2;
	color: #666666;
}
.news_more{
	margin-top: 30px;
}
.news_more a{
	filter: grayscale(100%);
}
.news_list ul li:hover .news_img img{
	transform: scale(1.1);
}
.news_list ul li:hover .news_text h2{
	color: #24215c;
}
.news_list ul li:hover .news_more a{
	filter: grayscale(0);
}
.newsshow_con{
	justify-content: space-between;
}
.newsshow_left{
	width: 21.25%;
	border-top: 4px solid #24215c;
	padding-top: 15px;
}
.newsshow_lbox{
	padding: 20px 0;
	border-bottom: 1px solid #d2d2d2;
}
.newsshow_lbox p{
	font-size: 16px;
	color: #040404;
}
.newsshow_lbox span{
	margin-top: 15px;
	display: block;
	font-size: 14px;
	color: #666666;
}
.newsshow_right{
	width: 72.5%;
}
.newsshow_rtit h2{
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #040404;
}
.newsshow_det{
	margin-top: 45px;
	font-size: 16px;
	color: #666666;
}
.newsshow_det p{
	font-size: 16px;
	line-height: 2.8;
	color: #666666;
}

.cases_top{
	justify-content: space-between;
	align-items: center;
}
.cases_tl{
	width: 59.5%;
}
.cases_tlimg{
	position: relative;
}
.cases_tlmask{
	position: absolute;
	background-color: rgba(36,33,92,0.1);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cases_tr{
	width: 38.5%;
}
.cases_trt p{
	font-size: 18px;
	line-height: 2.5;
	color: #333333;
}
.cases_trimg{
	margin-top: 12px;
}
.cases_bottom{
	margin-top: 35px;
}
.cases_list ul li{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.cases_list ul li:nth-child(3n){
	margin-right: 0;
}
.cases_img{
	position: relative;
}
.cases_mask{
	position: absolute;
	background-color: rgba(36,33,92,0.1);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	padding: 30px;
	display: none;
}
.cases_text{
	background-color: #f6f6f6;
	text-align: center;
	padding: 20px 0;
}
.cases_text p{
	font-size: 16px;
	color: #040404;
}
.cases_list ul li:hover .cases_mask{
	display: flex;
}
.cases_list ul li:hover .cases_text p{
	color: #24215c;
}
.contact_top{
	justify-content: space-between;
}
.contact_left{
	width: 41%;
}
.contact_tit h2{
	font-size: 26px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #b81e24;
}
.contact_info{
	margin-top: 45px;
}
.contact_box{
	margin-bottom: 30px;
	align-items: center;
}
.contact_img{
	width: 26px;
	margin-right: 30px;
}
.contact_text p{
	font-size: 16px;
	letter-spacing: 1px;
	color: #040404;
}
.contact_text{
	width: calc(100% - 56px);
}
.contact_limg{
	margin-top: 50px;
}

.contact_right{
	width: 53%;
}
.contact_map{
	height: 100%;
}
.contact_map img{
	width: 100%;
	height: 100%;
}
.contact_bottom{
	margin-top: 90px;
}
.contact_bcon{
	align-items: center;
}
.contact_bl{
	width: 50%;
	background-color: #ffffff;
	box-shadow: 0px 1px 19px 2px rgba(212, 209, 209, 0.69);
	padding-left: 8.5%;
	padding-top: 60px;
	padding-bottom: 30px;
	padding-right: 5%;
}
.contact_bltext{
	margin-bottom: 40px;
	display: none;
}
.contact_bltext h2{
	font-size: 20px;
	letter-spacing: 1px;
	color: #24215c;
	margin-bottom: 40px;
}
.contact_bltext p{
	font-size: 16px;
	letter-spacing: 1px;
	color: #040404;
}
.contact_inp{
	margin-bottom: 30px;
}
.contact_inp input{
	width: 100%;
	height: 60px;
	border-radius: 10px;
	border: solid 1px #d2d2d2;
	padding-left: 30px;
}
.contact_inp textarea{
	width: 100%;
	height: 150px;
	border-radius: 10px;
	border: solid 1px #d2d2d2;
	padding: 25px 30px;
}
.contact_br{
	width: 50%;
	background-color: #f6f6f6;
	padding: 5% 6%;
}
.contact_brtext h2{
	font-size: 20px;
	letter-spacing: 1px;
	color: #24215c;
	margin-bottom: 40px;
}
.contact_brtext p{
	font-size: 16px;
	letter-spacing: 1px;
	color: #040404;
}
.contact_btn{
	margin-top: 50px;
}
.contact_btn input{
	width: 160px;
	height: 56px;
	background-color: #24215c;
	border-radius: 10px;
	font-size: 18px;
	letter-spacing: 1px;
	color: #ffffff;
}