@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: 12px;
	line-height:1.5;
}
a {
	text-decoration: none;
	color: #333;
	transition:background-color 0.2s ease 0s, color 0.2s linear 0s;
	outline:none;
}
a:hover {
	color: #4ab3f3;
}
.fl {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}
.fr .time{
	margin-top:15px;
	margin-left:10px;
	
}
/*--图片效果--*/
.pic_act img{transition: .3s transform; transform: translateZ(0);width:100%;}
.pic_act:hover img{transform: scale(1.1, 1.1); transition: .3s transform;}
/*--header begin--*/
/*.header_wrap{border-bottom:1px solid #d0d6d9; box-shadow:0 1px 1px 1px #d0d6d9; width:100%;}*/
.header_wrap{border-bottom:1px solid #d0d6d9; width:100%;}
.header_wrap .header_top{height:40px; border-bottom:1px solid #e5e5e5; line-height: 40px;}
.header_wrap .header_top .h_t_in{width: 1200px; margin: 0 auto; overflow: hidden;font-size: 12px;}
.header_wrap .header_top .h_t_in .l_side{float: left;}
.header_wrap .header_top .h_t_in .r_side{float: right; color: #CCCCCC;}
.header_wrap .header_top .h_t_in .r_side span{margin: 0 10px;}
.header{width:1200px; height:80px; background:#fff; margin:0 auto;}
.header .logo{float:left; height:50px; line-height:80px;}
.header .logo img{margin-top:12px;}
.header .nav{float:left; margin-left:42px; height:80px; overflow:hidden;}
.header .nav ul{height:80px;}
.header .nav ul li{float:left;}
.header .nav ul li a{display:inline-block; height:78px; line-height:78px; margin:0 10px; padding:0 20px; font-size:16px}
.header .nav ul li a.current{color:#4ab3f3; border-bottom:2px solid #4ab3f3;}
.header .r_side{float:right; height:80px; line-height:80px;}
.header .r_side .search_box{ display:inline-block; margin-top:25px;}
.header .r_side .app_box{}
.header .r_side .search_box .s_in{border:1px solid #d5d5d5; height:30px; margin-right: -1px; line-height:30px; background:none; font-size:12px; float:left; width:185px; text-indent:10px;}
.header .r_side .search_box .s_btn{width:38px; height:32px; background:url(../images/s_btn.png) 0 0 no-repeat; background-size: 100% 100%; float:right; border:0; cursor:pointer;}
.header .r_side .l_box{float:right; height:80px; line-height:80px; padding-left:10px;padding-top:25px;}
.header .r_side .l_box a.btn1{display:inline-block; padding:0 8px; margin:0 0 0 5px; font-size:12px; background:#4ab3f3; border-radius:3px; height:30px; line-height:30px; color:#fff;}
/*--header over--*/

.footer {
	/* height: 120px; */
	height: auto;
	background: #272727;
	width: 100%;
	overflow:hidden;
	padding:5px 0 20px 0;
}
.footer .footer_in {
	width: 1200px;
	margin: 0 auto;
	padding-top: 15px;
}
.footer p {
	line-height: 30px;
	color: #9a9a9a;
	font-size: 12px;
}
.footer p a {
	color: #fff;
	margin-right: 20px;
}
.footer p.phone {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	background: url(../images/icon1.gif) 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: 520px;
	margin:5% auto;
	
}
.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-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;}
.modal-body .top p{width:100%; float:left; display:inline-block; height:40px; letter-spacing: 1em;line-height:40px; text-align:center; cursor:pointer; font-size:28px; color:#000; padding-bottom:10px; margin-bottom:20px;}
.modal-body .top p:hover{color:#4ab3f3;}
.modal-body .top p.p{color:#4ab3f3;}
.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 .login {
	height: 44px;
    line-height: 44px;
    background: #4ab3f3;
    border: 0;
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 18px;
    width: 200px;
    border-radius: 3px;
    cursor: pointer;
}

.modal-body ul li .btnLogin {
	height: 44px;
	line-height: 44px;
	background: #4ab3f3;
	border: 0;
	color: #fff;
	font-weight: 700;
	text-align: center;
	font-size: 18px;
	width: 438px;
	border-radius: 3px;
	cursor: pointer;
}

button.btnRegister {
        height: 44px;
    line-height: 44px;
    background: #fff;
    color: #4ab3f3;
    font-weight: 700;
    text-align: center;
    font-size: 18px;
    width: 200px;
    border-radius: 3px;
    cursor: pointer;
    margin-left: 33px;
    border: 1px solid #4ab3f3;
}

button.btnRegister:hover {
       background: #4ab3f3;
       color:#fff;
}

.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:7px;}

.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:25px; 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:47px; 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;}

/*--通用标题--*/
.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 #4ab3f3; 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 #4ab3f3; display:inline-block; padding-left:9px; color:#000; font-weight:700; line-height:1.1;}

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

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

.btn_redb2{padding:6px 25px; color:#4ab3f3; border:1px solid #4ab3f3; background:#fff; border-radius:3px; display:inline-block;float:right;margin-top:40px;}
.btn_redb2:hover{background:#4ab3f3; color:#fff;}

/*--进度条--*/
.progress {
	height: 16px;
	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:520px;
}
.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
}

/*--通用div--*/
.bg1{background:#f8fafc;}
.bg2{background:#fff;}
.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;}

.f_btns{
		    width: 42px;
    position: fixed;
    bottom: 300px;
    text-align: center;
    right: 20px;
    font-size: 12px;
    height: auto;
    overflow: hidden;
    padding: 0;
    z-index: 1;
	}
	.f_btns ul{
		border:1px solid #eee; border-top:0; zoom:1; overflow:hidden;
		
	}
	.f_btns ul li a{
		 width:40px; height:42px; float:left; line-height:42px; display:inline-block; border-top:1px solid #eee; position:relative; overflow:hidden;
	}
	.f_btns ul li a:hover{
		width:40px; height:42px;
		 
	}
	.f_btns ul li a span{display:inline-block; width:40px; height:42px; line-height:42px; position:absolute;}
	.f_btns ul li a span.sa2-item,.f_btns ul li a span.sb2-item,.f_btns ul li a span.sc2-item,.f_btns ul li a span.sd2-item,.f_btns ul li a span.se2-item{right:-9999999px;}
	.f_btns ul li a span.sa1-item,.f_btns ul li a span.sb1-item,.f_btns ul li a span.sc1-item,.f_btns ul li a span.sd1-item,.f_btns ul li a span.se1-item{top:0; left:0; background:#fff url(../images/f_btn_icons.png) no-repeat;}
	.f_btns ul li a span.sa1-item{background-position:center 6px;}
	.f_btns ul li a span.sb1-item{background-position:center -24px;}
	.f_btns ul li a span.sc1-item{background-position:center -54px;}
	.f_btns ul li a span.sd1-item{background-position:center -84px;}
	.f_btns ul li a span.se1-item{background-position:center -140px;}
	
	.f_btns ul li a:hover span.sa1-item,.f_btns ul li a:hover span.sb1-item,.f_btns ul li a:hover span.sc1-item,.f_btns ul li a:hover span.sd1-item,.f_btns ul li a:hover span.se1-item{right:-9999999px;}
.f_btns ul li a:hover span.sa2-item,.f_btns ul li a:hover span.sb2-item,.f_btns ul li a:hover span.sc2-item,.f_btns ul li a:hover span.sd2-item,.f_btns ul li a:hover span.se2-item{top:0; left:0; background:#19AE31; color:#fff;}
.f_btns ul li a:hover span.sd2-item{background:#4ab3f3 url(../images/f_btn_icons.png) center -114px no-repeat;}
.f_btns ul li a:hover span.se2-item{background:#4ab3f3 url(../images/f_btn_icons.png) center -140px no-repeat;}
	
.modal-dialognew {
	position: relative;
	width:50%;
	margin-left:25%;
	margin-top: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:100%;
	padding-bottom: 30%;
	
	margin-top:5%;
	
}
.modal-body .topnew{ zoom:1; position:relative; padding-top:0;float:left;margin-left:2.7%;width:30%}
 .modal-body .topnew img{width:100% }
 
 
 #log{
   color:red;
   font-size:40px;
   text-align:center;
   padding:200px;
   letter-spacing:0.2em;
 }

.erweima{float:left; width:340px; margin-left:70px; overflow: hidden;}
.erweima .erweima1{float: left; text-align: center;}
.erweima img{margin:0 10px;}
.kf{display:inline-block; width:130px; height:34px; line-height:34px; border-radius:3px; background:#4ab3f3; text-align:center; margin:26px 0 0 10px; color:#fff;}
.eHide{display:none}


