/* CSS Document */
* {
	list-style: none;border: none;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}
html {
	font: normal 16px/1.8 "Microsoft Yahei", "PingFang", "Droid Sans";
}
body {
	background: #fff; padding:0px; margin:0px;
	color: #333;
	font: normal 16px/1.8 "Microsoft Yahei", "PingFang", "Droid Sans";
}
a {
	color: #333; text-decoration: none;
}
a:hover {
	opacity: 0.8;
	color: #c5282d;
}
.bg-light {
	background: #f4f4f4 !important;
}
.mt-4,.my-4 { margin-top:1.5rem!important;}
.mb-4,.my-4 { margin-bottom:1.5rem!important}
.float-left{ float:left;}
.float-right{ float:right;}
.wrapper{ width:1200px; margin:0 auto;}
.part{width:580px;}
.picbox img{width:580px;height: 260px;vertical-align: middle;}
.txtbox{background: #f7f7f7;border: 1px solid #e0e0e0;border-top:0;padding:0px 25px 30px;}
.txtbox h3{font-size: 26px;font-weight: 400;border-bottom: 1px solid #bd1a2d;text-align: center;}
.txtbox h3 span{padding:0 20px;background: #f7f7f7;position: relative;top:20px;display: inline-block;}
.txtbox .txt{padding:40px 0 50px;line-height: 1.8em;height:80px;}
.txtbox .icon_click{border:1px solid #bd1a2d;width:180px;height: 45px;line-height: 45px;display: block;margin:0 auto;font-size: 18px;color: #bd1a2d;border-radius: 2px;text-align: center;}
.txtbox .icon_click img{vertical-align: middle;padding-right: 5px;}
.txtbox .icon_click:hover{ background:#ffe0e1;}
.clear{ clear:both;}

.m_layout{width:800px;margin:0 auto;padding:80px 200px; background:#fafafa;}
.item{padding-bottom:20px;float: left;}
.tit{float:left;width:130px;font-size:16px;color:#000;text-align: right;line-height:40px;margin-right: 25px;}
.item .tit i{color: #bd1a2d;padding-right: 10px;font-style: normal;vertical-align: middle;}
.item input{float:left;width:600px;height:40px;line-height:40px;padding:0 18px;border:1px solid #dfdfdf;border-radius: 5px;font-size:14px;}
.item input:focus { outline: none; } 
.select_box {position: relative;float:right;width:600px;}
.select_box span{font-size: 14px;color: #000;border:1px solid #dfdfdf;height: 40px;background: #fff;line-height: 40px;display: block;border-radius: 5px;padding:0 15px;cursor: pointer;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.select_box span.cur{background: #fff;}
.select_box ul{position: absolute;left:0;top:39px;width:300px;border:1px solid #dfdfdf;border-radius: 5px;background: #fff;text-align: center;height: 200px;overflow-y: auto;z-index: 100;display: none;}
.select_box ul li{height: 40px;line-height: 40px;cursor: pointer;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;position: relative;font-size:16px;}
.select_box ul li:hover{background: #f0f0f0;}
.select_career{float: left;width:600px;height:40px;line-height:40px;padding:0 15px;border:1px solid #dfdfdf;border-radius: 5px;font-size:14px;cursor: pointer;}
.item .message_box{position: relative;float:left;width:600px;height:250px;line-height:40px;padding:15px 18px 20px;border:1px solid #dfdfdf;border-radius: 5px;background: #fff;}
.item textarea{font-size:16px;height:220px;border:0;width:575px;line-height: 1.5em;background: 0;}
.item .tips{position: absolute;right:25px;bottom:0;font-size: 14px;color: #999;}
.item .tips span{color: #bd1a2d;}
.item .ipt_code{width:150px;margin-right: 20px;}
.imgCode{float: left;width: 100px;height:40px;margin-right: 20px;cursor: pointer;}
.code_tips{float: left;font-size: 14px;color: #999;padding-top: 20px;cursor: pointer;}
.btn_box{text-align: center;padding:40px 0 60px;clear: both;}
.btn_box button{width:120px;height: 40px;line-height: 40px;color: #fff;font-size: 16px;border:0;border-radius: 5px;display: inline-block;margin:0 10px;cursor: pointer;}
.btn_submit{background: #bd1a2d;}
.btn_reset{background: #bdbdbd;}

