@charset "utf-8";
/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
fieldset, img {
	border: 0;
}
li {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
input, button, textarea, select, optgroup, option {
	font: inherit;
	outline: none;
}
.clear {
	clear: both;
}
body {
	font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	color: #666;
	font-size: 14px;
	line-height:1.5;
}
a {
	text-decoration: none;
	color: #333;
	transition:background-color 0.2s ease 0s, color 0.2s linear 0s
}
a:hover {
	color: #f01414;
}
a.red1{color:#f01414; text-decoration:underline;}
a.red1:hover{color:#f01414; text-decoration:none;}
.fl {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}
/*--图片效果--*/
.pic_act img{transition: .3s transform; transform: translateZ(0);}
.pic_act:hover img{transform: scale(1.1, 1.1); transition: .3s transform;}
/*--header begin--*/
.header_wrap{width:100%; height:90px;}
.header{width:1200px; height:90px; background:#fff; margin:0 auto;}
.header .logo{float:left; height:75px; margin-top:5px;}
.header .logo>a{color:#d92526;font-size:35px;}
.header .logo img{vertical-align: middle;}
.header .r_side{float:right; margin-top:30px; overflow:hidden;}
.header .r_side .user{float:right;  color:#ccc;}
.header .r_side .user a{margin:0 5px;}
.header .r_side .user img{position:relative; top:6px;width:23px;border-radius:100%;height:23px;}
.header .r_side .seacher_box{width:433px; overflow:hidden; float:right;}
.header .r_side .seacher_box input.input1{border:1px solid #d2dbe2; border-radius:3px; height:30px; line-height:30px; padding:0 5px; width:240px; float:left; margin-right:5px;}
.header .r_side .seacher_box .btn{background:url(../images/headericon1.gif) no-repeat; cursor:pointer; width:31px; height:31px; border:0;}
.header .r_side .seacher_box .admin{cursor:pointer;background-color:#d92526;padding:6px 20px;margin-left:30px;color:#fff;position:absolute;boder-radius:3px;}

/*.nav{height:44px; width:100%; line-height:44px; background:#d92526}
.nav ul{width:1200px; margin:0 auto; overflow:hidden; border-left:1px solid #de4645}
.nav ul li{height:44px; line-height:44px; width:16.55555%; float:left; }
.nav ul li a{width:100%; display:inline-block; color:#fff; font-size:16px; text-align:center; height:44px; line-height:44px;}
.nav ul li a img{vertical-align:middle; position:relative; top:-2px;}
.nav ul li a.active{ background:#d02122;}*/
/*--header over--*/

.footer {
	height: 110px;
	background: #f3f5f7;
	width: 100%;
	border-top:2px solid #e11d23;
}
.footer .footer_in {
	width: 1200px;
	margin: 0 auto;
	padding-top: 15px;
}
.footer p {
	height: 30px;
	line-height: 30px;
	color: #9a9a9a;
	font-size: 12px;
}
.footer p a {
	color: #333;
}
.footer p.phone {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	background: url(../images/icon1.png) left center no-repeat;
	padding-left: 35px;
}
.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear
}
.fade.in {
	opacity: 1
}
.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2
}
.close:focus, .close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: .5
}
button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0
}
.modal-open {
	overflow: hidden
}
.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0
}
.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%)
}
.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}
.modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,.2);
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
	box-shadow: 0 3px 9px rgba(0,0,0,.5);
	
}
.modal-contentnew {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,.2);
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
	box-shadow: 0 3px 9px rgba(0,0,0,.5);
	width:40%;
	padding-bottom: 18%;
	margin-left:30%;
	margin-top:5%;
}
.modal-contentWx {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,.2);
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
	box-shadow: 0 3px 9px rgba(0,0,0,.5);
	width:26%;
	padding-bottom: 20%;
	margin-left:36%;
	margin-top:5%;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99040;
	background-color: #000
}
.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0
}
.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: .5
}
.modal-header {
	width:100%;
	height:20px;
}
.modal-header .close {
	margin-right:7px;
	padding-bottom:5px;
	margin-top:2px;

}
.modal-title {
	margin: 0;
	line-height: 1.42857143
}
.modal-body {
	position: relative;
	padding: 0 40px 20px 40px;
}
.modal-body .top{ zoom:1; overflow:hidden; position:relative; padding-top:10px;float:left;margin-left:40px}
.modal-body .topnew{ zoom:1; overflow:hidden; position:relative; padding-top:0px;float:left;margin-left:2%;width:46%}
 .modal-body .topnew img{width:100%; }
 .modal-body .topWx{ zoom:1; overflow:hidden; position:relative; padding-top:0px;float:left;margin-left:10%;width:76%}
 .modal-body .topWx img{width:100%;margin-top:5.5%;margin-left:3%;}
/*.modal-body .top p{width:50%; float:left; display:inline-block; height:40px; line-height:40px; text-align:center;border-bottom:1px solid #d0d6d9; cursor:pointer; font-size:24px; color:#000; padding-bottom:10px; margin-bottom:20px;}
.modal-body .top p:hover{color:#f01414;}
.modal-body .top p.p{border-bottom:2px solid #f01414; color:#f01414;}*/
.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}
.modal-footer .btn+.btn {
	margin-bottom: 0;
	margin-left: 5px
}
.modal-footer .btn-group .btn+.btn {
	margin-left: -1px
}
.modal-footer .btn-block+.btn-block {
	margin-left: 0
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}
@media (min-width:768px) {
/* .modal-dialog {
	width: 520px;
	margin: 100px auto;
} */
}
.modal-body ul li .form-control1 {
	height: 44px;
	line-height: 44px;
	border: 1px solid #d0d6d9;
	width: 436px;
	background: url(../images/icon2.jpg) 11px 12px no-repeat;
	text-indent: 36px;
	float:left;
}
.modal-body ul li .form-control2 {
	height: 44px;
	line-height: 44px;
	border: 1px solid #d0d6d9;
	width: 436px;
	background: url(../images/icon3.jpg) 11px 12px no-repeat;
	text-indent: 36px;
	float:left;
}
.modal-body ul li .yzm {
	height: 44px;
	line-height: 44px;
	border: 1px solid #d0d6d9;
	width: 158px;
	text-indent: 5px;
	float:left;
}
.modal-body ul li img{height:44px; margin-left:10px;}
.modal-body ul li {
	height: 58px;
	margin-bottom: 10px;
	zoom:1;
	overflow:hidden;
}
.modal-body ul li.t_c{height:80px; padding-top:10px;}
.modal-body ul li.t_c a{color:#01abdf; text-decoration:underline; height:40px; line-height:40px; margin:0; padding:0; display:inline-block}
.modal-body ul li label{width:60px; text-align:right; padding-right:10px; display:inline-block; height: 44px; line-height: 44px; float:left;}
.modal-body ul li .form-control21 {
	height: 44px;
	line-height: 44px;
	border: 1px solid #d0d6d9;
	width: 366px;
	text-indent: 5px;
	float:left;
}
.modal-body ul li.inl_box {
	height: 20px;
	margin-bottom: 30px;
}
.modal-body ul li .btn1 {
	height: 44px;
	line-height: 44px;
	background: #f01414;
	border: 0;
	color: #fff;
	font-weight: 700;
	text-align: center;
	font-size: 18px;
	width: 438px;
	border-radius: 3px;
	cursor: pointer;
}
.user_info{max-width:300px; text-align:right;}
.user_info a.a1{background:#1bb674; width:90px; height:30px; line-height:30px; margin-top:18px; text-align:center; color:#fff; display:block; border-radius:4px;}
.user_info a.a1:hover{color:#fff; background:#20c981;}
.user_info a.l_s{margin-top:18px; text-align:center; color:#fff; display:block;}
.user_info a.l_s img{width:32px; height:32px; border-radius:100%; margin-top:15px;}

.nav_menu-item {display: inline-block; position: relative;}
.nav_menu-item .bg{width:11px; height:7px; line-height:7px; font-size:0; position:absolute; right:10px; top:12px; background:url(../images/l_s_boxbg.png) no-repeat;}
.nav_menu-item:hover .nav_submenu {display: block;}
.nav_submenu {display: none; position: absolute; left:-130px; width: 176px; top:42px; z-index:9999; text-align:left; padding-top:18px;}
.nav_submenu-item{height:44px; line-height:44px; padding:0 10px; background-color: #fff; border:1px solid #ddd; border-top:none; }
.nav_submenu-item a{display:block; width:100%;}
.nav_submenu-item:hover{background:#efefef;}
.nav_submenu-item1{height:44px; line-height:44px; padding:0 10px; background-color: #fff; border:1px solid #ddd;}
.nav_submenu-item1 a{display:block; width:100%;}
.nav_submenu-item1:hover{background:#efefef;}

/*--字大小--*/
.f_16{font-size:16px;}
.f_18{font-size:18px;}
.f_24{font-size:24px;}
.f_36{font-size:36px;}

/*--字显示--*/
.t_in_2{text-indent:2em;}
.t_c{text-align:center;}

/*--字粗细--*/
.f_700{font-weight:700;}

/*--颜色--*/
.f_c_0{color:#000;}
.f_c_yellow{color:#fe6635;}
.f_c_white{color:#fff;}

/*--距离--*/
.m_l_20{margin-left:20px;}

/*--通用标题--*/
.titleb{border-bottom:1px solid #d0d6d9; padding:0 0 15px 0; color:#000; font-weight:700; line-height:1.1;}
.titleb span{border-left:4px solid #f01414; display:inline-block; padding-left:9px;}

.titleb1{border-bottom:1px solid #d0d6d9; padding:0 0 15px 0; color:#000; font-weight:700; line-height:1.1;}
.titleb2{border-left:4px solid #f01414; display:inline-block; padding-left:9px; color:#000; font-weight:700; line-height:1.1;}

/*--通用按钮--*/
.btn_redb{padding:6px 25px; color:#fff; background:#f01414; border-radius:3px; display:inline-block;}
.btn_redb:hover{background:##f01414; color:#fff;}
.btn_redw{padding:6px 25px; color:#f01414; background:#fff; border-radius:3px; display:inline-block;}

.btn_redb2{padding:6px 25px; color:#f01414; border:1px solid #f01414; background:#fff; border-radius:3px; display:inline-block;}
.btn_redb2:hover{background:#f01414; color:#fff;}


/*--通用div--*/
.bg1{background:#fff; overflow:hidden;}
.main_wrap{width:100%; min-height:100px; overflow:hidden;}
.main_con{width:1150px; min-height:50px; margin:20px auto; background:#fff;box-shadow:0 1px 1px 1px #d0d6d9; padding:25px; overflow:hidden;position: relative;}
.main_c{width:1200px; margin:20px auto; overflow:hidden;}

/*--进度条--*/
.progress {
	height: 10px;
	margin-top: 5px;
	overflow: hidden;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	width:600px;
}
.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 10px;
	color: #fff;
	text-align: center;
	background-color: #337ab7;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease
}
.progress-bar.active, .progress.active .progress-bar {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite
}
.progress-bar-success {
	background-color: #5cb85c
}
