#user_defined7 .banner_inside{
	width: 100%;
	height: 584px;
	background: url(http://img.jihui88.com/upload/x/x2/xizerong/picture/2023/10/20/0c92b765-1fd8-4cc1-a134-824bab09ddfa.jpg) no-repeat center;
}
/* 联系方式 */
#user_defined8 .contact_us{
	width: 1200px;
	margin: 0 auto;
}
#user_defined8 .contact_us_title{
	padding-top: 40px;
	padding-bottom: 30px;
}
@font-face {
	font-family: 'webfont_1';
  	src: url('//at.alicdn.com/t/u8uxx7c7v0k3ayvi.eot');
  	src: url('//at.alicdn.com/t/u8uxx7c7v0k3ayvi.eot?#iefix') format('embedded-opentype'), 
  	url('//at.alicdn.com/t/u8uxx7c7v0k3ayvi.woff') format('woff'),
  	url('//at.alicdn.com/t/u8uxx7c7v0k3ayvi.ttf') format('truetype'), 
  	url('//at.alicdn.com/t/u8uxx7c7v0k3ayvi.svg#思源黑体-普通') format('svg');
}
#user_defined8 .contact_us_title h1{
	font-size: 30px;
	color: #ff0000;
	margin: 0;
	text-align: center;
	font-weight: normal;
	line-height: 40px;
	font-family: "webfont_1";
}
#user_defined8 .contact_us_title h2{
	font-size: 18px;
	color: #ff0000;
	margin: 0;
	text-align: center;
	font-weight: normal;
	line-height: 28px;
	font-family: "Allura";
}
#user_defined8 .contact_content{
	width: 760px;
    overflow: hidden;
    margin: 0 auto;
}
#user_defined8 .contact_info{
	float: left;
}
#user_defined8 .contact_info h1{
	margin:0;
	font-weight:normal;
	font-size:26px;
	color:#666666;
	line-height:48px;
}
#user_defined8 .contact_info p{
	font-size:14px;
	line-height:26px;
	color:#7f7e7e;
}
#user_defined8 .contact_info p.hot_line{
	padding-left: 70px;
}
#user_defined8 .contact_info p a{
	color:#7f7e7e;
	transition:all .3s;
	-moz-transition:all .3s;
	-o-transition:all .3s;
	-webkit-transition:all .3s;
}
#user_defined8 .contact_info p a:hover{
	color:#f00;
}
#user_defined8 .code{
	width:256px;
	height:256px;
	float:right;
	font-size:0;
	padding-top:5px;
}
#user_defined8 .code img{
	width:100%;
	height:100%;
}

/* 公司地图 */
#user_defined9 .map{
	width: 1200px;
	height: 500px;
	margin: 0 auto;
	position: relative;
	margin-top: 40px;
}

/* 在线留言 */
#user_defined10 #message{
	margin-bottom:80px;
}
#user_defined10 .title_content{
	padding-top: 40px;
	padding-bottom: 30px;
}
@font-face {
	font-family: 'webfont_2';
  	src: url('//at.alicdn.com/t/zo5sgk5ttricnmi.eot');
  	src: url('//at.alicdn.com/t/zo5sgk5ttricnmi.eot?#iefix') format('embedded-opentype'),
  	url('//at.alicdn.com/t/zo5sgk5ttricnmi.woff') format('woff'),
  	url('//at.alicdn.com/t/zo5sgk5ttricnmi.ttf') format('truetype'), 
  	url('//at.alicdn.com/t/zo5sgk5ttricnmi.svg#思源黑体-普通') format('svg');
}

#user_defined10 .title_content h1{
	font-size: 30px;
	color: #ff0000;
	margin: 0;
	text-align: center;
	font-weight: normal;
	line-height: 40px;
	font-family: "webfont_2";
}
#user_defined10 .title_content h2{
	font-size: 18px;
	color: #ff0000;
	margin: 0;
	text-align: center;
	font-weight: normal;
	line-height: 28px;
	font-family: "Allura";
}
#user_defined10 #message .message_content{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
#user_defined10 #message .input_content{
    width: 440px;
    float: left;
}
#user_defined10 #message .input_content input{
    width: 420px;
    height: 48px;
    outline: none;
    box-sizing: border-box;
    padding: 0 16px;
    font-size: 14px;
    color: #404040;
    border: none;
    margin-bottom: 24px;
    background: #eaeaea;
    font-family:"Simsun";
}
#user_defined10 #message .textarea_content{
    width: 740px;
    float: right;
}
#user_defined10 #message .textarea_content textarea{
    width: 740px;
    height: 192px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 24px;
    color: #404040;
    background: #eaeaea;
    margin-bottom: 36px;
    outline: none;
    padding: 12px 16px;
    resize: none;
    border: none;
    font-family:"Simsun";
}
#user_defined10 #message .send_btn{
    width: 1200px;
    height: 55px;
    display: block;
    text-align: center;
    line-height: 57px;
    background: #f00;
    font-size: 18px;
    color: #fff;
    clear: both;
}