* {
    outline: none !important;
    margin:0;
	padding:0;
	list-style:none;
}

body {
    font-family: "PingFang SC", "Microsoft YaHei", Helvetica,  Arial, sans-serif;
    color: #000000;
    overflow-x: hidden;
    width: 100%;
    background-color: #FFFFFF;
}
a:active,
a:hover,
a:link,
a:visited {
    text-decoration: none;
}
ul, ol { list-style:none; }
input,button{
	border: none;
}
.head{
	width: 100%;
	height: 785px;
	float: left;
}
.ban_box{
	width: 100%;
	height: 1080px;
	float: left;
}
.head_box{
	position: absolute;
	top: 45px;
	width: 100%;
}
.head_box .logo_top{
	width: 375px;
/*	height: 48px;*/
	float: left;
	/*margin-left: 160px;*/

}
.head_box nav{
	float: left;
	margin-top: 10px;
	margin-left: 19px;

}
.head_nav li{
	width: 64px;
	height: 40px;
	float: left;
	margin-left: 21px;
	text-align: center;
	border-radius: 2px 2px 2px 2px;
}
.head_nav li a{
	color: #FFFFFF;
	font-size: 16px;
	line-height: 21px;
	display: block;
	height: 40px;
}
.head_nav .nav_border{
	width: 35px;
	height: 4px;
	background-color: #FFFFFF;
	margin: 0 auto;
	display: none;
}
.head_nav li:hover div{
	display: block;
}
.head_search{
	float: left;
	width: 175px;
	height: 45px;
	position: relative;
	margin-left: 35px;
}
.head_search input{
	float: left;
	width: 163px;
	height: 24px;
	border: 1px solid #959899;
	border-radius: 24px;
	background-color: rgba(255, 255, 255, 0.1);
	padding: 7px;
}
.head_search button{
	border:none;
	float: left;
	width: 68px;
	height: 34px;
	background-color: #CC1627;
	border-radius: 20px 20px 20px 20px;
	color: #FFFFFF;
	font-size: 16px;
	position: absolute;
	top: 3px;
	right: -1px;
}
.wrap{
	height:785px;
	width:100%;
	position:relative;
	overflow:hidden;
	text-align: center;
}
.wrap ul {
	position:relative;

}
.wrap ul li {
	height:785px;
}
.wrap ul li img{
	width: -webkit-fill-available
}
.wrap ol {
	position:absolute;
	left: 46%;
	bottom:45px;
}
.wrap ol li {
	height:7px;
	width:38px;
	background:#708cdb;
	border-radius: 2px;
	margin-left:5px;
	color:#959490;
	float:left;
	text-align:center;
	cursor:pointer;
}
.wrap ol .on {
	background:#fff;
	width: 60px;
}
.main{
	width: 1200px;
	margin:0 auto;
}
.home_about{
	width: 100%;
	float: left;
	margin-top: 89px;
}
.nav_title{
	background-image: url(../images/us_t.png);
	width: 678px;
	height: 64px;
	margin: 0 auto;
}
.us_box{
	width: 100%;
	float: left;
	margin-top: 55px;
	height: 665px;
}
.us_left{
	float: left;
	width: 679px;

}
.us_left h2{
	font-size: 28px;
	line-height: 39px;
	font-weight: 400;

}
.us_left_con{
	width: 100%;
	float: left;
	margin-top: 35px;
	font-size: 17px;
	line-height: 40px;
}
.us_left img{
	float: left;
	margin-top: 59px;
}
.us_left a{
	display: block;
	float: left;
	width: 187px;
	height: 54px;
	border:1px solid #002D52;
	border-radius: 27px;
	color: #002D52;
	text-align: center;
	line-height: 54px;
	font-size: 18px;
	margin-top: 119px;
}
.us_right{
	float: right;
}


.about_num{
	display: block;
	float: left;
	width: 100%;
	margin-top: 47px;
}
.about_num li{
	width: 225px;
	float: left;
	text-align: center;
}
.num_big{
	color: #002D52;
	font-size: 20px;
}
.roll_num{
	font-size: 52px;
	font-weight: bold;
	color: #e71426 !important;
}
.num_des{
	font-size: 20px;
}

.home_pro{
	width: 100%;
	float: left;
	margin-top: 185px;
}
.pro_tit{
	background-image: url(../images/pro_tit.png);
	width: 678px;
	height: 64px;
	margin: 0 auto;
}
.pro_box{
	width: 100%;
	float: left;
	margin-top: 39px;
	height: 699px;
}
.in_pro_right{
	width: 545px;
	float: left;
	margin-left: 130px;
}
.in_pro_right img{
	width: 100%;
}

/*首页产品轮播*/

#carousel {
    position: relative;
    width: 1200px; /* 或者根据需要调整 */
    height: 766px;
    overflow: hidden;
    margin-top: 35px;
}
#carousel ul{
	position: absolute;
}
#carousel ul li{
    height: 766px;
}
.swiper-button-prev{
	top: 200px !important;
	color: #002D52 !important;
}
.swiper-button-next{
	top: 200px !important;
	color: #002D52 !important;
}
.carousel_item img {
    width: 823px; /* 使图片适应容器宽度 */
    float: left;
    margin-left: 63px;
}

.text {
	float: left;
	width: 505px;    
}
.text h3{
	font-size: 36px;
	line-height: 50px;
	font-weight: bold;
}
.text h2{
	font-size: 48px;
	line-height: 75px;
	font-weight: bold;
}
.text p{
	font-size: 20px;
	line-height: 32px;
	margin-top: 87px;
}
.text a{
	display: inline-block;
	width: 187px;
	height: 54px;
	font-size: 18px;
	line-height: 54px;
	background-color: #002D52;
	border-radius: 27px;
	color: #ffffff;
	text-align: center;
	margin-top: 89px;
}
.pro_box ol {
	position:absolute;
	width: 100%;
	bottom:163px;
}
.pro_box ol li {
	height:12px;
	width:12px;
	background:#000000;
	border-radius: 50%;
	margin-left:19px;
	float:left;
	text-align:center;
	cursor:pointer;
}
.pro_box ol .pro_on {
	background:#E6091C;
}
.home_news{
	width: 100%;
	float: left;
	background-image: url("../images/new_b.jpg");
}
.news_tit{
	background-image: url(../images/news_t.png);
	width: 678px;
	height: 64px;
	margin: 0 auto;
	margin-top: 122px;
}
.news_box{
	width: 100%;
	float: left;
	margin-top: 126px;
	margin-bottom: 99px;
}
.news_left{
	float: left;
	width: 679px;
	/*height: 643px;*/
	position: relative;
}
.news_left img{
	width: 100%;
}
.news_left span{
	display: inline-block;
	position: absolute;
	left: 37px;
	bottom: 47px;
}
.news_left span p{
	font-size: 34px;
	line-height: 69px;
	color: #ffffff;
}
.news_left span h4{
	font-size: 20px;
	line-height: 32px;
	color: #ffffff;
	font-weight: unset;
}
.news_right{
	float: left;
	margin-left: 35px;
	width: 486px;
}
.news_right li{
	width: 100%;
	float: left;
	margin-bottom:11px ;
	height: 95px;
	background-color: #ffffff;
}
.news_right li a{
	display: inline-block;
}

.news_right_l{
	width: 99px;
	float: left;
	border-right: 1px solid #959490;
	margin-top: 15px;
}
.news_right_l span{
	display: inline-block;
	float: left;
	width: 100%;
	color: #002D52;
	text-align: center;
	font-weight: bold;
	line-height: 32px;
}
.news_d{
	font-size: 28px;

}
.news_ym{
	font-size: 16px;
}
.news_right_r{
	width: 360px;
	float: left;
	margin-left: 19px;
	margin-top: 16px;
}
.news_right li h4{
	font-size: 19px;
	line-height: 39px;
	color: #000000;
	width: 100%;
	font-weight: 600;
}
.news_con{
	font-size: 16px !important;
	margin-top: 0 !important;
	color: #666666;
}
.news_right li:hover{
	border:1px solid #2E9CF2;
}
.home_call{
	width: 100%;
	float: left;
	background-image: url("../images/call_b.jpg");
	color: #ffffff;
}
.home_call h2{
	color: #ffffff;
	font-size: 46px;
	line-height: 56px;
	text-align: center;
	margin-top: 111px;
}
.home_call h3{
	font-size: 24px;
	line-height: 34px;
	text-align: center;
	margin-top: 10px;
	font-weight: 400;
	margin-bottom: 159px;
}
.call_left{
	width: 591px;
	float: left;
}
.call_p1{
	font-size: 40px;
	line-height: 56px;
	font-weight: bold;
	margin-bottom: 35px;
}
.call_p2{
	font-size: 32px;
	line-height: 45px;
	margin-bottom: 13px;
}
.call_p3{
	font-size: 18px;
	line-height: 37px;
	margin-bottom: 13px;
}
.call_p4{
	width: 48px;
	border-bottom: 3px solid #E60013;
	margin-top: 43px;
}
.call_p5{
	font-size: 28px;
	line-height: 39px;
	margin-top: 103px;
	padding-bottom: 294px;
}
.call_form{
	width: 567px;
	float: left;
	margin-left: 42px;
}
.call_form input,textarea{
	width: 100%;
	border:1px solid #868B90;
	height: 65px;
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	color: #ffffff;
	padding-left: 30px;
	margin-bottom: 17px;

}
.call_form input::placeholder,textarea::placeholder{
	color: #ffffff;
	font-size: 16px;
	line-height: 65px;
}
.call_form textarea{
	height: 145px;
	background: rgba(255, 255, 255, 0.1) !important;
	padding-top: 20px;
}
.call_form textarea::placeholder{
	color: #ffffff !important;

}
.form_bu textarea::placeholder{
	color: #000000 !important;

}
.form_bu textarea{
	color: #000000 !important;
}
.call_form button{
	width: 277px;
	height: 70px;
	color: #ffffff;
	background: linear-gradient(to right, #1B5ED8, #32AAF7);
	border-radius: 8px;
	font-size: 16px;
}
footer{
	background-color: #2B2B2B;
	background-image: url(../images/foot_b.jpg);
	width: 100%;
	float: left;
}
.foot_left{
	width: 291px;
	float: left;
}
.foot_left img{
	float: left;
	width: 409px;
	margin-top: 29px;
}
.foot_left p{
	width: 100%;
	float: left;
	font-size: 14px;
	line-height: 32px;
	color: #ffffff;
	height: 32px;
	padding-left: 37px;
	background-repeat: no-repeat; 
  	background-position: left; 
}
.f_p1 {
	background-image: url("../images/phone.png");
	background-size: 19px 12px; 
	margin-top: 15px;
  	
}
.f_p1 span{
	display: inline-block;
	width: 30px;
}
.f_p2 {
	background-image: url("../images/iphone.png");
	background-size: 10px 16px; 
  	
}
.f_p3 {
	background-image: url("../images/address.png");
	background-size: 10px 14px; 
  	
}
.foot_middle{
	width: 241px;
	float: left;
	margin-left: 190px;
	margin-top: 25px;
}
.foot_middle p{
	font-size: 14px;
	line-height: 55px;
	color: #ffffff;
	opacity: 0.5;
	border-bottom: 1px solid #ffffff;
}
.foot_middle span{
	border-top: 2px solid #E60013;
	display: inline-block;
	width: 45px;
	height: 2px;
	position: relative;
	top: -14px;
}
.foot_middle li a{
	width: 100%;
	float: left;
	font-size: 14px;
	line-height: 32px;
	color: #ffffff;
	opacity: 0.5;
}
.foot_right{
	float: left;
	width: 245px;
	margin-left: 81px;
	margin-top: 25px;
}
.foot_right p{
	font-size: 14px;
	line-height: 55px;
	color: #ffffff;
	opacity: 0.5;
	border-bottom: 1px solid #ffffff;
}
.foot_right span{
	border-top: 2px solid #E60013;
	display: inline-block;
	width: 45px;
	height: 2px;
	position: relative;
	top: -1px;
	float: left;
}
.foot_right a{
	color: #ffffff;
	display: inline-block;
	font-size: 14px;
	background-color: #000000;
	line-height: 32px;
	margin-top: 15px;
	margin-right: 4px;
	padding: 0 10px;
	opacity: 0.24;
}
.a_top{
	width: 100%;
	float: left;
	border-bottom: none !important;
}
.code{
	width: 137px;
	float: left;
	margin-left: 15px;
	margin-top: 55px;
}
.foot_nav{
	width: 100%;
	float: left;
}
.foot_nav li{
	font-size: 16px;
	line-height: 36px;
	float: left;
	margin-right: 65px;
}
.foot_nav li a{
	color: #ffffff;
}
.foot_f{
	width: 100%;
	float: left;
	height: 55px;
	background: #CC0010;
	opacity: 0.5;
	margin-top: 19px;
	line-height: 55px;
}
.foot_banq{
	font-size: 14px;
	color: #FFFFFF;
	line-height: 55px;
}


/*新闻列表*/
.page_local{
	width: 100%;
	float: left;
	margin-top: 23px;
	font-size: 16px;
	line-height: 32px;
	color: #808080;
	margin-bottom: 35px;
}
.page_local p{
	background-image: url("../images/icon_home.png");
	background-repeat: no-repeat; 
  	background-position: left; 
  	padding-left: 29px;
}
.page_local span{
	color: #666666;
}
.page_local span a{
	color: #666666 !important;
}
.page_local span a:hover{
	color: #E60013 !important;
}
.news_top{
	width: 100%;
	float: left;
}
.news_top li{
	width: 386px;
	float: left;
	margin-right: 20px;
}
.news_top li img{
	width: 100%;
}
.img_box{
	width: 100%;
	height: 300px;
	overflow: hidden;
}
.news_top li:last-child{
	margin-right: 0;
}
.news_data{
	width: 132px;
	height: 40px;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 42px;
	text-align: center;
	background: #B12934;
	margin-left: 22px;
	margin-top: 33px;
}
.news_top h4{
	font-size: 20px;
	color: #B12934;
	line-height: 42px;
	font-weight: 400;
	margin-bottom: 23px;
	margin-top: 10px;
}
.news_des{
	font-size: 16px;
	color: #4A4A4A;
	line-height: 30px;
	text-align: left;
	padding-right: 30px;
}
.news_list{
	width: 100%;
	float: left;
	margin-top: 59px;
}
.news_list li{
	width: 100%;
	float: left;
	margin-top: 19px;
	background: #FFFFFF;
	box-shadow: 0px 3px 30px 1px rgba(87,88,90,0.16);s
}
.news_l{
	width: 149px;
	float: left;
	margin-top: 55px;
	margin-left: 43px;
}
.news_l span:first-child{
	font-weight: bold;
	font-size: 50px;
	color: #B12934;
	line-height: 66px;
}
.news_l span{
	font-size: 40px;
	color: #7A7C8F;
	line-height: 58px;
	display: inline-block;
	float: left;
}
.news_l div{
	font-size: 14px;
	color: #7A7C8F;
	line-height: 29px;
	width: 33px;
	float: left;
	margin-left: 5px;
}
.news_line{
	display: inline-block;
	float: left;
	height: 113px;
	background-color: #E3E5EA;
	width: 2px;
	margin-top: 29px;
	margin-bottom: 29px;
}
.news_m{
	width: 669px;
	float: left;
	margin-left: 35px;
}
.news_m h4{
	font-size: 20px;
	color: #000000;;
	line-height: 42px;
	font-weight: 400;
	margin-top: 29px;
}
.news_m p{
	font-size: 16px;
	line-height: 32px;
	color: #000000;
	opacity: 0.5;
}
.news_more{
	float: left;
	margin-left: 95px;
	font-size: 14px;
	color: #000000;
	line-height: 169px;
	background-image: url("../images/news1.png");
	background-repeat: no-repeat; 
  	background-position: right;
  	text-align: left;
  	width: 139px;
}
.news_list li:hover h4{
	color: #B12934;
}
.news_more:hover{
	color: #B12934;
	background-image: url("../images/news2.png");
}
.news_page{
	width: 100%;
	float: left;
	margin-top: 54px;
	margin-bottom: 101px;
}
.page_ul{
	width: 639px;
	margin:0 auto;
	
}

.page_ul a{
	color: #000000;
	display: block;
	width: 46px;
	height: 46px;
	float: left;
	font-size: 20px;
	line-height: 46px;
	margin-left: 30px;
	text-align: center;
	border-radius: 23px;
	border:1px solid #ffffff;
}
.page_ul a:hover{
	color: #B12934;
	border-radius: 23px;
	border:1px solid #B12934;
}
.page_ul span{
	display: inline-block;
	width: 46px;
	height: 46px;
	line-height: 46px;
	margin-left: 30px;
}
.content_box{
	width: 100%;
	float: left;
	margin-top: 39px;
}
.content_box h4{
	font-weight: 400;
	font-size: 26px;
	color: #000000;
	line-height: 35px;
	text-align: center;
}
.news_time{
	width: 100%;
	text-align: center;
	margin-top: 12px;
}	
.news_time span{
	font-size: 14px;
	color: #999999;
	line-height: 32px;
}
.page_content{
	width: 100%;
	float: left;
	margin-top: 59px;
	margin-bottom: 59px;
}
.news_next{
	width: 100%;
	float: left;
	margin-top: 73px;
	margin-bottom: 59px;
	text-align: center;
}
.news_next span{
	font-size: 16px;
	color: #666666;
	line-height: 83px;
	text-align: left;
	display: inline-block;
	width: 518px;
	height: 83px;
	padding-left: 79px;
	background-color: #F1F1F1;
}
.news_next span:last-child{
	margin-left: 11px;
}
.news_next a{
	color: #B12934;
	border-bottom: 1px solid #B12934;
}
.news_next button{
	width: 128px;
	height: 45px;
	background: #B12934;
	color: #ffffff;
	font-size: 16px;
	margin-top: 17px;
}


/*产品列表*/
.list_title{
	width: 100%;
	float: left;
	margin-top: 35px;
}
.list_title h2{
	text-align: center;
	font-weight: bold;
	font-size: 38px;
	color: #000000;
	line-height: 53px;
}
.list_title span{
	display: inline-block;
	width: 53px;
	height: 8px;
	background: #B12934;
	margin-bottom: 10px;
	margin: 0 40px 10px 40px;
}
.pro_category{
	width: 100%;
	float: left;
	margin-top: 79px;
	text-align: center;
}
.pro_category li{
	border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    margin: 0 5px 10px;
    padding: 10px 20px;
    position: relative;
    transition: .5s;
    border: 1px solid #f3eaea;
    font-size: 16px !important;
}
.pro_category a{
	color: #666666;
}
.cate_on,.pro_category li:hover{
    background: #B12934;

}
.cate_on a{
	color: #fff;
}
.pro_category li:hover a{
	color: #fff;
}
.pro_list{
	width: 100%;
	float: left;
	margin-top: 69px;
	margin-bottom: 49px;
}
.swiper-pagination-bullet{
	display: inline-block !important;
	width: 12px !important;
	height: 12px !important;
	float: left !important;
	margin-right: 11px !important;
	text-align: center !important;
	margin-bottom: 12px !important;
	border: 1px solid transparent; /* 初始透明边框 */
  	transition: border-color 0.3s; /* 平滑过渡效果 */
}
.swiper-pagination-bullet-active{
	background-color: #002D52 !important;
}
.pro_list li{
	width: 386px;
	height: 500px;
	float: left;
	margin-right: 11px;
	text-align: center;
	margin-bottom: 12px;
	border: 1px solid transparent; /* 初始透明边框 */
  	transition: border-color 0.3s; /* 平滑过渡效果 */
	
}
pro_list li:last-child{
	margin-right: 0px;
}
.pro_list img{
	width: 255px;
	margin-top: 34px;
}
.pro_list p{
	width: 100%;
	float: left;
	font-weight: bold;
	font-size: 26px;
	line-height: 35px;
	margin-top: 29px;
}
.pro_list span{
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 29px;
}
.pro_list a{
	display: inline-block;
	font-size: 24px;
	color: #B12934;
	background: #FFFFFF;
	border: 1px solid #B12934;
	width: 127px;
	height: 51px;
	line-height: 51px;
}
.pro_list li:hover{
	border: 1px solid #B12934;
}
.pro_list a:hover{
	color: #FFFFFF;
	background: #B12934;
}
.page_nav{
	width: 100%;
	text-align: center;
	margin-bottom: 49px;
}
.page_nav a{
	color: #666666;
	line-height: 39px;
	display: inline-block;
	margin-right: 10px;
}
.page_nav a:hover{
	color: #B12934;
}
.pro_simple{
	width: 100%;
	float: left;
	background-image: url("../images/bg.png");
}
.sim_box{
	width: 100%;
	float: left;
/*	padding-bottom: 95px;*/
}
.sim_box img{
	width: 476px;
	float: left;
	margin-left: 55px;
}
.simple_right{
	width: 599px;
	float: left;
	margin-left: 70px;
}
.simple_right h2{
	font-weight: bold;
	font-size: 38px;
	line-height: 53px;
	margin-top: 59px;
}
.sim_span{
	display: inline-block;
	width: 53px;
	height: 8px;
	background: #B12934;
	margin-top: 33px;
}
.simple_right p{
	font-size: 18px;
	line-height: 42px;
	text-align: left;
	margin-top: 27px;
}
.sim_pho{
	display: inline-block;
	width: 254px;
	height: 76px;
	background: #B12934;
	border: 2px solid #B12934;
	color: #ffffff;
	line-height: 76px;
	text-align: center;
	font-size: 20px;
	background-image: url("../images/si_p.png");
	background-repeat: no-repeat; 
  	background-position: 22px; 
  	padding-left: 10px;
  	margin-top: 45px;
}
.pro_point{
	width: 100%;
	float: left;
	margin-top: 39px;
}
.pro_p_tit{
	font-weight: bold;
	font-size: 38px;
	line-height: 53px;
}
.point_des{
	background: #F5F5F5;
	float: left;
	border: 1px solid #C7C7C7;
	font-size: 20px;
	line-height: 42px;
	padding:30px;
	margin-top: 39px;
	width: 100%;
}
.zizhi_list{
	float: left;
	margin-top: 39px;
	background-color: #ECECEB;
	border-radius: 33px;
	width: 100%;
}
.zizhi_list ul{
	width: 100%;
	margin-top: 107px;
	/*margin-left: 130px;*/
}
.zizhi_list li{
	width: 224px;
	float: left;
	margin-left: 47px;
	border: 8px solid #D2B471;
	margin-bottom: 43px;
	border-radius: 8px;
}
.zizhi_list li:last-child{
	margin-right: 0;
}
.zizhi_list li img{
	width: 100%;
}
.zizhi_list li:hover{
	transform: scale(1.1); 
}

.zizhi_list li img {
    transition-property: transform;
    transition-duration: 0.5s;
    transition-timing-function: ease;
}
 
.gallery{

}
.modal {
    display: none; /* 默认隐藏模态框 */
    position: fixed; /* 固定定位 */
    z-index: 1; /* 置于顶层 */
    left: 0;
    top: 0;
    width: 100%; /* 宽度100% */
    height: 100%; /* 高度100% */
    overflow: auto; /* 溢出滚动 */
    background-color: rgb(0,0,0); /* 背景颜色 */
    background-color: rgba(0,0,0,0.9); /* 背景颜色（带透明度） */

}

.modal-content {
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
    display: block;
    width: 80%; /* 宽度80% */
    max-width: 700px; /* 最大宽度700px */
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}




.mess_form{
	width: 100%;
	float: left;
	background-image: url("../images/mess.png");
	background-repeat: no-repeat; 
	padding-bottom: 40px;
}
.form_box{
	width: 100%;
	float: left;
	margin-top: 39px;
}
.mess_left{
	width: 545px;
	float: left;
	margin-left: 46px;
}
.mess_title{
	font-weight: bold;
	line-height: 45px;
	font-size: 32px;
} 
.mess_left span{
	display: inline-block;
	width: 53px;
	height: 4px;
	background: #B12934;
	margin-top: 22px;	
}
.mess_p{
	font-size: 24px;
	color: #8B8B8B;
	line-height: 34px;
	margin-top: 22px;

}
.form_bu{
	float: left;
	width: 567px;
}
.form_bu input,textarea{
	height: 60px;
	background-color: #F3F3F5;
	border-color: #DBDBDB;
	margin-bottom: 13px;
}
.form_bu textarea{
	height: 140px;
}
.form_bu input::placeholder,textarea::placeholder{
	color: #000000;
	font-size: 16px;
	line-height: 60px;
}
.form_bu button{
	background: linear-gradient(to right, #B12934, #B12934);
	border-radius: 8px 8px 8px 8px;
	height: 60px;
}
.mess_contact{
	width: 100%;
	float: left;
	margin-top: 110px;
}
.mess_map{
	width: 645px;
	float: left;
}
.mess_map img{
	width: 100%;
}
.contact{
	width: 500px;
	float: left;
	margin-left: 45px;
}
.contact p{
	font-weight: bold;
	font-size: 32px;
	line-height: 45px;
	border-bottom: 4px solid #F3F3F5;
	padding-bottom: 17px;
}
.tact_l{
	display: inline-block;
	width: 53px;
	height: 4px;
	background: #B12934;
	position: relative;
	top: -17px;
}
.contact li{
	width: 100%;
	float: left;
	height: 75px;
	border-bottom: 2px solid #E1E2E3;
	margin-top: 15px;
}
.contact li span{
	display: inline-block;
	width: 425px;
	float: left;
	font-size: 16px;
	color: #8B8B8B;
	line-height: 29px;
}

.con_img{
	display: inline-block;
	width: 51px !important;
	height: 51px;
	border: 1px solid #E1E2E3;
	text-align: center;
	line-height: 51px !important;
	margin-right: 11px;
}
.contact li span:last-child{
	color: #000000;
}