/* 鍐呴〉banner */
#user_defined5 {
background:url(../images/b45535d5-a077-4b88-b583-90c0b248b171.jpg) top center no-repeat;
}
#user_defined2 {
padding:20px 0 50px 0;
}
#contact-cont {
font-size:0;
text-align:center;
}
#contact-cont .map {
display:inline-block;
*display:inline;
*zoom:1;
vertical-align:top;
width:50%;
height:465px;
margin-right:24px;
position:relative;
}
#contact-cont #container {
width:100%;
height:100%;
}
#contact-cont .contact-txt {
display:inline-block;
*display:inline;
*zoom:1;
vertical-align:top;
width:48%;
text-align:left;
}
#contact-cont .contact-txt h3 {
margin:0;
margin-bottom:20px;
color:#ffc100;
font-size:22px;
line-height:normal;
text-transform:uppercase;
}
#contact-cont .contact-txt li {
color:#333;
font-size:14px;
line-height:28px;
font-family:"Arial";
}
#contact-cont .contact-txt li.c-l1 {
text-indent:4em;
}
#contact-cont .contact-txt li.c-l2 {
text-indent:5em;
}
#contact-cont .contact-txt li a {
color:#333;
transition:all 0.5s;
-moz-transition:all 0.5s;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;	
}
#contact-cont .contact-txt li a:hover {
color:#ffc100;
}
#contact-cont .contact-txt .code {
margin-top:20px; 
}
#contact-cont .msg {
margin-top:50px;
}
#contact-cont .msg p {
margin-bottom:30px;
text-indent:0;
}
#contact-cont .msg input {
width:590px;
height:50px;
line-height:50px;
padding:0 10px;
border:1px solid #bcbcbc;
color:#a7a7a7;
font-size:14px;
outline:none;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
transition:all 0.5s;
-moz-transition:all 0.5s;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;	
}
#contact-cont .msg input:nth-child(2n-1) {
margin-right:20px;
}
#contact-cont .msg input:hover {
border:1px solid #ffc100;
}
#contact-cont .msg textarea {
width:1200px;
height:198px;
padding:0 10px;
border:1px solid #bcbcbc;
color:#a7a7a7;
font-size:14px;
line-height:28px;
font-family:"Arial";
outline:none;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
transition:all 0.5s;
-moz-transition:all 0.5s;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;	
}
#contact-cont .msg textarea:hover {
border:1px solid #ffc100;
}
#contact-cont .msg .send-btn a {
display:block;
width:200px;
height:48px;
line-height:48px;
text-align:center;
background:#ffc100;
color:#fff;
font-size:14px;
transition:all 0.5s;
-moz-transition:all 0.5s;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;	
}
#contact-cont .msg .send-btn a button{
	width:100%;
	height:100%;
	background: none;
	display: block;
	border:none;
}
#contact-cont .msg .send-btn a:hover {
background:#ebb50f;
}