
.content_head{
	width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
}
.content_slide{    
	width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 0;
}
.box_slide{
	margin-top: 5%;
}
.box_slide img{
	width: 100%;
    margin-top: 25px;
    height: 550px;
}
.content_map{
	width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 0;
}
.map iframe{
	width: 100%;
    margin-top: 25px;
    height: 400px;
}
.box_content{
	width: 100%;
    margin-top: 15px;
}
.contnt_title{
	width: 1200px;
	margin: 0 auto;
	padding: 0;
    font-weight: bold;
    font-family: "Segoe UI";
    font-size: 30px;
    text-align: center;
    padding-bottom: 17px;
}
.content_title_left{
	width: 1200px;
	margin: 0 auto;
    padding: 0;
    text-align: center;
    margin-top: 20px;
}
.txt_title_left{
	width: 40%;
/*    float: inline-end;*/
    text-align: right;
}
.txt_title_right{
	width: 50%;
	text-align: left;
}
.border_buttom{
    width: 50px;
    height: 2px;
    background-color: rgb(33, 150, 210);
    display: block;
    margin: 0 auto;
    padding: 0;
}
table{
	width: 100%;
}
td{
	padding: 7px;
}


.text_title{
	width: 1200px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}
.sub_title{
    width: 100%;
    display: flex;
    justify-content:center;
}
.des_title{
	text-align: center;
}
.des_title1{
    text-align: center;
    width: 450px;
}
.content_slide_and_title{
	width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 0;
}
.content_title{
    width: 1200px;
    margin: 0 auto;
    padding: 0;
}
.slide_left{
	display: inline-flex;
}
.slide_right{
   display: inline-flex; 
}
.title_right{
	padding-left: 60px;
    font-size: 17px;
    line-height: 27px;
}
.title_left{
    font-size: 17px;
    line-height: 27px;
}
.td_name{
    width: 27%;
    text-align: right;
}
.td_email{
    text-align: right;
}
.td_inquiry{
    text-align: right;
}
.td_input{
    padding-left: 5%;
}
.int_name{
	width: 100%;
  	padding: 10px 20px;
  	border-radius: 5px;
    border: none;
    border-bottom: 1px solid #47A1E6;
    border-top: 1px solid #47A1E6;
    border-left: 1px solid #47A1E6;
    border-right: 1px solid #47A1E6;
    border-width: 2px;
}
.int_email{
	width: 100%;
  	padding: 10px 20px;
  	border-radius: 5px;
    border: none;
    border-bottom: 1px solid #47A1E6;
    border-top: 1px solid #47A1E6;
    border-left: 1px solid #47A1E6;
    border-right: 1px solid #47A1E6;
    border-width: 2px;
}
.int_inquiry{
	width: 100%;
  	padding: 10px 20px;
  	border-radius: 5px;
    border: none;
    border-bottom: 1px solid #47A1E6;
    border-top: 1px solid #47A1E6;
    border-left: 1px solid #47A1E6;
    border-right: 1px solid #47A1E6;
    border-width: 2px;
}
.btn_sended{
    display: flex;
    justify-content: center;
}
.send_btn{
	border-radius: 15px;
    padding: 10px;
    width: 80px;
    background: #47A1E6;
    color: white;
    border: none;
    cursor: pointer;
}

input:focus{
    outline: none;
    border-color: #47A1E6;
}