@charset "utf-8";
/* CSS Document */
.jcfw{
	width:800px;
	overflow:hidden;
	margin:0 auto;
}

.title{
	width:800px;
	height:50px;
}
.title h1{
	width:100px;
	height:50px;
	line-height:50px;
	float:left;
	text-align:right;
	font-size:14px;
	color:#666;
	
}
.title span{
	display:block;
	width:302px;
	height:50px;
	
	float:left;
}
.title span input{
	width:290px;
	height:36px;
	line-height:36px;
	margin-top:6px;
	border-radius:5px;
	border:1px solid #ddd;
	color:#666;
	padding-left:10px;
}
.title_ts{
	width:388px;
	height:50px;
	line-height:50px;
	float:left;
	margin-left:10px;
	font-size:12px;
	color:#F00;
}


.name{
	width:800px;
	height:50px;
}
.name h1{
	width:100px;
	height:50px;
	line-height:50px;
	float:left;
	text-align:right;
	font-size:14px;
	color:#666;
}
.name span{
	display:block;
	width:302px;
	height:50px;
	float:left;
}
.name span input{
	width:290px;
	height:36px;
	line-height:36px;
	margin-top:6px;
	border-radius:5px;
	border:1px solid #ddd;
	color:#666;
	padding-left:10px;
}
.name_ts{
	width:388px;
	height:50px;
	line-height:50px;
	float:left;
	margin-left:10px;
	font-size:12px;
	color:#F00;
}

.email{
	width:800px;
	height:50px;
}
.email h1{
	width:100px;
	height:50px;
	line-height:50px;
	float:left;
	text-align:right;
	font-size:14px;
	color:#666;
}
.email span{
	display:block;
	width:302px;
	height:50px;
	float:left;
}
.email span input{
	width:290px;
	height:36px;
	line-height:36px;
	margin-top:6px;
	border-radius:5px;
	border:1px solid #ddd;
	color:#666;
	padding-left:10px;
}
.email_ts{
	width:388px;
	height:50px;
	line-height:50px;
	float:left;
	margin-left:10px;
	font-size:12px;
	color:#F00;
}

.telephone{
	width:800px;
	height:50px;
}
.telephone h1{
	width:100px;
	height:50px;
	line-height:50px;
	float:left;
	text-align:right;
	font-size:14px;
	color:#666;
}
.telephone span{
	display:block;
	width:302px;
	height:50px;
	float:left;
}
.telephone span input{
	width:290px;
	height:36px;
	line-height:36px;
	margin-top:6px;
	border-radius:5px;
	border:1px solid #ddd;
	color:#666;
	padding-left:10px;
}
.telephone_ts{
	width:388px;
	height:50px;
	line-height:50px;
	float:left;
	margin-left:10px;
	font-size:12px;
	color:#F00;
}

.company{
	width:800px;
	height:50px;
}
.company h1{
	width:100px;
	height:50px;
	line-height:50px;
	float:left;
	text-align:right;
	font-size:14px;
	color:#666;
}
.company span{
	display:block;
	width:302px;
	height:50px;
	float:left;
}
.company span input{
	width:290px;
	height:36px;
	line-height:36px;
	margin-top:6px;
	border-radius:5px;
	border:1px solid #ddd;
	color:#666;
	padding-left:10px;
}
.company_ts{
	width:388px;
	height:50px;
	line-height:50px;
	float:left;
	margin-left:10px;
	font-size:12px;
	color:#F00;
}


.address{
	width:800px;
	height:95px;
}
.address .sheng{
	width:600px;
}
.address select{
	width:150px;
	height:36px;
	margin-right:10px;
	border-radius:5px;
	border: 1px solid #ddd;
	margin-top:5px;
	overflow-y:150px;
	color:#666;
}
.address select option{
height:25px;
}

.address h1{
	width:100px;
	height:51px;
	line-height:50px;
	float:left;
	text-align:right;
	font-size:14px;
	color:#666;
}
.address span{
	display:block;
	width:302px;
	height:50px;
	float:left;
}
.address span input{
	width:290px;
	height:36px;
	line-height:36px;
	margin-top:6px;
	border-radius:5px;
	border:1px solid #ddd;
	color:#666;
	padding-left:10px;
}
.address_ts{
	width:388px;
	height:50px;
	line-height:50px;
	float:left;
	margin-left:10px;
	font-size:12px;
	color:#F00;
}


.content{
	width:800px;
	height:114px;
}
.content h1{
	width:100px;
	height:50px;
	line-height:50px;
	float:left;
	text-align:right;
	font-size:14px;
	color:#666;
}
.content span{
	display:block;
	width:302px;
	height:100px;
	float:left;
}
.content span .content_textarea{
	width:290px;
	height:100px;
	line-height:20px;
	margin-top:6px;
	border-radius:3px;
	border:1px solid #ddd;
	font-size:14px;
	color:#666;
	padding-left:10px;
	font-family: "微软雅黑" !important;
}
.content_ts{
	width:388px;
	height:50px;
	line-height:50px;
	float:left;
	margin-left:10px;
	font-size:12px;
	color:#F00;
}

.submit{
	width:300px;
	height:35px;
	margin-left:100px;
	margin-top:10px;
}
.submit input{
	width:300px;
	height:35px;
	line-height:35px;
	border:none;
	border-radius:5px;
	color:#fff;
	background:#999;
}
.submit input:hover{
	background:#0478c3;
}

.jcfw_bt{
	width:450px;
	height:50px;
	line-height:50px;
	font-size:18px;
	color:#0478c3;
	font-weight:bold;
	border-bottom:2px solid #0393f0;
	margin-bottom:20px;
	margin:0 auto;
	margin-top:10px;
	position:relative;
}
.fuwu{
	width:450px;
	height:500;
	overflow:hidden;
	position:fixed;
	background:#FFF;
	z-index:99998;
	border-radius:10px;
	border:2px solid #0478c3;
	display:none;
}
.close{
	width:35px;
	height:35px;
	position:absolute;
	top:5px;
	right:5px;
}
.dbj{
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	z-index:99997;
	display:none;
	background:url(../images/dbj.png);
}
.fwjc_chose{
    width: 500px;
    height: 150px;
    overflow:hidden;
    position:fixed;
    background:#FFF;
    z-index:99999;
    border-radius:10px;
    border:2px solid #0478c3;
    display: none;
    
}
.gdq_jl{
    width:500px;
    height:250px;
    overflow:hidden;
    position:fixed;
    background:#FFF;
    z-index:99999;
    border-radius:10px;
    border:2px solid #0478c3;
    display: none;
}
.gdq_jl p{
    width: 450px;
    height: 150px;
    margin: 0 auto;
    margin-top: 50px;
    position: absolute;
    top: 30px;
    left: 25px;
    overflow-y: scroll;
}
.wenti{
    width: 400px;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 18px;
    text-align: center;
}
.cz{
    width: 350px;
    margin:0 auto;
    margin-top: 30px;
}
.zjbb{
    width: 100px;
    height: 35px;
    line-height: 35px;
    
    float: left;
}
.zjbb a:link{
    display: block;
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #999;
    color: #fff;
    font-size: 14px;
}
.zjbb a:hover{
    display: block;
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #0478c3;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
.zjbb a:visited{
    display: block;
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #999;
    color: #fff;
    font-size: 14px;
}

.smsj{
    width: 100px;
    height: 35px;
    line-height: 35px;
    float: left;
    margin-left: 25px;
}
.smsj a:link{
    display: block;
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #999;
    color: #fff;
    font-size: 14px;
}
.smsj a:hover{
    display: block;
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #0478c3;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
.smsj a:visited{
    display: block;
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #999;
    color: #fff;
    font-size: 14px;
}

.qx{
    width: 100px;
    height: 35px;
    line-height: 35px;
    
    float: left;
    margin-left: 25px;
}
.qx a:link{
    display: block;
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #999;
    color: #fff;
    font-size: 14px;
}
.qx a:hover{
    display: block;
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #0478c3;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
.qx a:visited{
    display: block;
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #999;
    color: #fff;
    font-size: 14px;
}
.zjfusm{
    position: absolute;
z-index: -1px;
right: 25px;
bottom: 35px;
width: 300px;
height: 195px;
background: #f1f1f1;
border-radius: 5px;
border:1px solid #ddd;
}
.zjfusm span{
    display: block;
    width: 280px;
    margin: 0 auto;
    margin-top: 10px;
    font-size: 16px;
    height:30px;
    line-height: 30px;
    color:#ff1800;
    font-weight: bold;
}
.zjbb_sm{
    width: 280px;
    height: 125px;
    margin: 0 auto;
    margin-top: 10px;
    word-break:break-all;
    font-size: 14px;
}
