﻿/*初始化样式*/
* {
	margin:0px;
	padding:0px;
	_word-break:break-all
}
body {
	font:12px/26px "Microsoft Yahei", 'Tahoma', "SimSun";
	color:#333;
	background:#f9f9f9;
	margin:0px;
	padding:0px;
}
img {
	border:none;
	vertical-align: middle;
}
a {
	text-decoration:none;
	color:#333;
	width:100%;
	height:100%;
	display:block;
}
a:hover {
	text-decoration:none;
}
ul, ol, li, dl, dt, dd {
	list-style:none;
}
i {
	font-style:normal;
}
/*清除浮动*/
.clear {
	clear:both;
}
.clearfix {
	_zoom:1
}
.clearfix:after {
	content:"\0020";
	display:block;
	height:0;
	clear:both
}
*+html .clearfix {
	overflow:hidden
}
.oh {
	overflow: hidden;
}
.owt {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ot {
	overflow: hidden;
	text-overflow: ellipsis;
}
/*宽度标准*/
.warp {
	padding:0;
	margin:0 auto;
	width:1200px;
}
.w310 {
	width:310px;
}
.w312 {
	width:312px;
}
/*颜色标准*/
.white {
	color:#fff;
}
.white:hover {
	color:#fff;
}
.green {
	color:#64a131;
}
.green:hover {
	color:#64a131;
}
.blue {
	color:#2d64b3
}
.blue-1 {
	color: #0099ff;
}
.red {
	color:#e03033
}
.red-1 {
	color: #ff4343;
}
.yellow {
	color:#f6aa00;
}
.orange {
	color:#f59a18;
}
.b0 {
	color:#000;
}
.b0:hover {
	color:#000;
}
.b3 {
	color:#333;
}
.b3:hover {
	color:#333;
}
.b6 {
	color:#666;
}
.b6:hover {
	color:#666;
}
.b9 {
	color:#999;
}
.b9:hover {
	color:#999;
}
.bc {
	color:#ccc;
}
.bc:hover {
	color:#ccc;
}
.ba {
	color:#aaa;
}
.b9c {
	color:#9c9c9c;
}
.e8 {
	color:#e8e8e8;
}
.b6c {
	color:#6c6c6c;
}
.huangse {
	color: #fc8800;
}
/*公用背景图*/

/*文本样式*/
.fs11 {
	-webkit-text-size-adjust:none;
	font-size:11px;
}
.fs12 {
	font-size:12px;
}
.fs14 {
	font-size:14px;
}
.fs16 {
	font-size:16px;
}
.fs18 {
	font-size:18px;
}
.fs20 {
	font-size:20px;
}
.fs24 {
	font-size:24px;
}
.fs28 {
	font-size:28px;
}
.fs30 {
	font-size:30px;
}
.fs36 {
	font-size:36px;
}
.fs40 {
	font-size:40px;
}
.fs44 {
	font-size:44px;
}
.fs48 {
	font-size: 48px;
}
.fs50 {
	font-size: 50px;
}
.fs60 {
	font-size:60px;
}
.lh14 {
	line-height:14px;
}
.lh18 {
	line-height:18px
}
.lh20 {
	line-height: 20px;
}
.lh24 {
	line-height:24px
}
.lh28 {
	line-height:28px;
}
.lh30 {
	line-height:30px;
}
.lh36 {
	line-height:36px;
}
.lh40 {
	line-height:40px;
}
.lh44 {
	line-height: 44px;
}
.lh46 {
	line-height: 46px;
}
.lh48 {
	line-height:48px;
}
.lh50 {
	line-height: 50px;
}
.lh60 {
	line-height:60px
}
.lh68 {
	line-height: 68px;
}
.lh80 {
	line-height:80px;
}
.lh100 {
	line-height:100px;
}
.lh140 {
	line-height:140%em
}
.lh150 {
	line-height:150%em
}
.lh160 {
	line-height:160%em
}
.lh180 {
	line-height:180%em
}
.lh200 {
	line-height:2em
}
h1 {
	font-size:30px;
}
h2 {
	font-size:25px;
	font-weight:bold;
}
h3 {
	font-size:16px;
	font-weight:bold;
}
.b {
	font-weight:bold;
}
.n {
	font-weight:normal;
}
.i {
	font-style:italic;
}
.indent {
	text-indent:2em
}
.c {
	text-transform:uppercase;
}
.tal {
	text-align:left
}
.tar {
	text-align:right
}
.tac {
	text-align:center
}/*对齐*/
.t {
	text-decoration: line-through;
}/*中划线*/
.u:hover {
	text-decoration: underline
}
.u a:hover {
	text-decoration: underline
}
.ull {
	text-decoration: underline
}/*下划线*/
/*文本框*/
input[type="text"], input[type="password"] {
	border: 1px solid #f0f0f0;
	background: #fff;
	height: 18px;
	line-height: 18px;
	outline: none;
	font-size: 14px;
}
/*显隐*/
/*.hide{display:none;}.show{display:block;}*/
.vh {
	visibility:hidden
}
.vv {
	visibility:visible
}
/*布局定位*/
.fl {
	float:left;
}
.fr {
	float:right
}
.fc {
	margin:0px auto;
}
.re {
	position:relative;
}
.ab {
	position:absolute;
}
.zi1 {
	z-index:1
}
.zi10 {
	z-index:10
}
.zi50 {
	z-index:50
}
.zi100 {
	z-index:100
}
.zi1000 {
	z-index:1000
}
/*按钮*/
.blue_btn {
	background: #005a96;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 0 45px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #005a96;
	border-radius: 5px;
	display: inline-block;
}
.blue_btn:hover {
	background: #0067ab
}
.white_btn {
	background: #ececec;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 0 45px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #afafaf;
	border-radius: 5px;
	display: inline-block;
}
.white_btn:hover {
	background: #f5f5f5
}
/*边框*/
.border_0 {
	border:0px;
}
.border {
	border:1px #e4e4e4 solid;
}
.border_t {
	border-top:1px #e4e4e4 solid;
}
.border_b {
	border-bottom:1px #e8e8e8 solid;
}
.border_r {
	border-right:1px #e4e4e4 solid;
}
.border_l {
	border-left:1px solid #e4e4e4;
}
.dashed {
	border:1px #e8e8e8 dashed;
}
.dashed_t {
	border-top:1px #e8e8e8 dashed;
}
.dashed_b {
	border-bottom:1px #e8e8e8 dashed;
}
.dashed_l {
	border-left:1px #e8e8e8 dashed;
}
.dashed_r {
	border-right:1px #e8e8e8 dashed;
}
.bg {
	background:#f5f4f2;
}
.bg_red {
	background:#ff0000;
}
.bg_white {
	background:#fff;
}
.bg_gray {
	background:#f0f0f0;
}
.bg_blue {
	background:#005a96;
}
.bdn {
	border:none
}
.bdbn {
	border-bottom:none
}
.bdtn {
	border-top:none
}
.bdln {
	border-left:none
}
.bdrn {
	border-right:none
}
/*间距*/
.m120l {
	margin-left:120px;
}
.m120r {
	margin-right: 120px;
}
.m120t {
	margin-top: 120px;
}
.m115l {
	margin-left:115px;
}
.m100l {
	margin-left:100px;
}
.m95l {
	margin-left: 95px;
}
.m95r {
	margin-right: 95px;
}
.m90t {
	margin-top: 90px;
}
.m85l {
	margin-left: 85px;
}
.m85r {
	margin-right: 85px;
}
.m80 {
	margin:80px;
}
.m80t {
	margin-top:80px;
}
.m80b {
	margin-bottom:80px;
}
.m80l {
	margin-left:80px;
}
.m80r {
	margin-right:80px;
}
.m70b {
	margin-bottom: 70px;
}
.m60l {
	margin-left: 60px;
}
.m60t {
	margin-top: 60px;
}
.m60b {
	margin-bottom: 60px;
}
.m55l {
	margin-left:55px;
}
.m55t {
	margin-top: 55px;
}
.m50b {
	margin-bottom: 50px;
}
.m50t {
	margin-top: 50px;
}
.m50l {
	margin-left: 50px;
}
.m45l {
	margin-left: 45px;
}
.m45r {
	margin-right: 45px;
}
.m45t {
	margin-top: 45px;
}
.m40 {
	margin:40px;
}
.m40t {
	margin-top:40px;
}
.m40b {
	margin-bottom:40px;
}
.m40l {
	margin-left:40px;
}
.m40r {
	margin-right:40px;
}
.m35t {
	margin-top: 35px;
}
.m35b {
	margin-bottom: 35px;
}
.m35l {
	margin-left: 35px;
}
.m35r {
	margin-right: 35px;
}
.m30 {
	margin:30px;
}
.m30t {
	margin-top:30px;
}
.m30b {
	margin-bottom:30px;
}
.m30l {
	margin-left:30px;
}
.m30r {
	margin-right:30px;
}
.m25 {
	margin:25px;
}
.m25t {
	margin-top:25px;
}
.m25b {
	margin-bottom:25px;
}
.m25l {
	margin-left:25px;
}
.m25r {
	margin-right:25px;
}
.m20 {
	margin:20px;
}
.m20t {
	margin-top:20px;
}
.m20b {
	margin-bottom:20px;
}
.m20l {
	margin-left:20px;
}
.m20r {
	margin-right:20px;
}
.m15 {
	margin:15px;
}
.m15t {
	margin-top:15px;
}
.m15b {
	margin-bottom:15px;
}
.m15l {
	margin-left:15px;
}
.m15r {
	margin-right:15px;
}
.m10 {
	margin:10px;
}
.m10t {
	margin-top:10px;
}
.m10b {
	margin-bottom:10px;
}
.m10l {
	margin-left:10px;
}
.m10r {
	margin-right:10px;
}
.m5 {
	margin:5px;
}
.m5t {
	margin-top:5px;
}
.m5b {
	margin-bottom:5px;
}
.m5l {
	margin-left:5px;
}
.m5r {
	margin-right:5px;
}
.p180l {
	padding-left:180px;
}
.p70t {
	padding-top: 70px;
}
.p60b {
	padding-bottom: 60px;
}
.p60t {
	padding-top: 60px;
}
.p50t {
	padding-top:50px;
}
.p50b {
	padding-bottom:50px;
}
.p45b {
	padding-bottom: 45px;
}
.p40 {
	padding:40px;
}
.p40t {
	padding-top:40px;
}
.p40b {
	padding-bottom:40px;
}
.p40l {
	padding-left:40px;
}
.p40r {
	padding-right:40px;
}
.p35t {
	padding-top:35px;
}
.p35b {
	padding-bottom:35px;
}
.p30 {
	padding:30px;
}
.p30t {
	padding-top:30px;
}
.p30b {
	padding-bottom:30px;
}
.p30l {
	padding-left:30px;
}
.p40r {
	padding-right:30px;
}
.p25 {
	padding:25px;
}
.p25t {
	padding-top:25px;
}
.p25b {
	padding-bottom:25px;
}
.p25l {
	padding-left:25px;
}
.p25r {
	padding-right:25px;
}
.p20 {
	padding:20px;
}
.p20t {
	padding-top:20px;
}
.p20b {
	padding-bottom:20px;
}
.p20l {
	padding-left:20px;
}
.p20r {
	padding-right:20px;
}
.p15 {
	padding:15px;
}
.p15t {
	padding-top:15px;
}
.p15b {
	padding-bottom:15px;
}
.p15l {
	padding-left:15px;
}
.p15r {
	padding-right:15px;
}
.p10 {
	padding:10px;
}
.p10t {
	padding-top:10px;
}
.p10b {
	padding-bottom:10px;
}
.p10l {
	padding-left:10px;
}
.p10r {
	padding-right:10px;
}
.p5 {
	padding:5px;
}
.p5t {
	padding-top:5px;
}
.p5b {
	padding-bottom:5px;
}
.p5l {
	padding-left:5px;
}
.p5r {
	padding-right:5px;
}
.m0 {
	padding:0px;
}
.p0 {
	padding:0px;
}
/*背景*/
.bac_f {
	background-color:#fff;
}
.bac_f1 {
	background-color:#f1f1f1;
}
.bac_eb {
	background-color: #ebebeb;
}
.bac_f0 {
	background-color:#f0f0f0;
}
.bac_f4 {
	background: #f4f4f4;
}
.bac_red {
	background: #e03033;
}
 input::-webkit-input-placeholder {
 color:#999999;
}
 input::-moz-placeholder {
 color:#999999;
}
 input:-moz-placeholder {
 color:#999999;
}
 input:-ms-input-placeholder {
 color:#999999;
}
.m42t {
	margin-top:42px;
}
.top{width:100%; position:relative; z-index:-1;}
.top .sj01{width:100%; height:100%;}
.sj02{width:11px; height:20px; position:absolute; z-index:99999; left:12px; top:20px;}
.sj02 img{width:100%; height:100%;}
.top span{width:100%; height:20px; line-height:20px; text-align:center; font-size:17px; color:#fff; position:absolute; top:20px; display:block;}
.mian{width:92%; margin-left:4%; background-color:#fff; padding-bottom:10px; border-radius:10px;  margin-top:-80px; box-shadow: 0px 5px 2px #eff0f1;}
.mian01{width:92%; margin-left:4%; background-color:#fff; padding-bottom:10px; border-radius:10px;  margin-top:10px; box-shadow: 0px 5px 2px #eff0f1;}
.sj03{width:92%; height:46px; line-height:46px; border-bottom:1px #f0f0f0 solid; margin-left:4%; font-size:17px; color:#333333;}
.sj03 i{ width:20px; height:16px; display:block; vertical-align:middle;}
.sj03 i img{width:100%; height:100%;}

.sj04{width:94%; height:45px; line-height:45px;margin-left:4%; font-size:14px; color:#333333;}
.sj04 i{ width:24px; height:24px; line-height:24px; margin-top:10px; display:block;vertical-align:middle;}
.sj04 i img{width:100%; height:100%;}
.sj04 span{width:89%; height:45px; border-bottom:1px #f0f0f0 solid; display:inline-block;}
.sj04 h5{font-size:14px; color:#333333; font-weight:normal;}
.sj04 span i{width:24px; height:12px; line-height:12px; margin-top:15px; display:inline-block; margin-left:10px;}
.sj04 span .ipt01{width:100px; height:40px; line-height:40px; border:none; text-align:right; margin-right:10px;}
.sj04 span .sj05 p{font-size:14px; color:#999999; margin-right:10px;}
.sj04 span .sj05 img{width:7px; height:14px; }
.spinnerExample{ margin-top:10px;}
.sj06{width:92%; height:100px; margin-left:4%;}
.sj06 .ipy02{width:96%; height:96%; border:1px #f0f0f0 solid; margin-left:0px; margin-bottom:20px; line-height:24px; font-size:14px; font-family:"微软雅黑"; background-color:#f8f8f8;border-radius:5px; padding:2%; color:#a7a7a7;}
.timn01{width:90%; height:50px; margin-left:5%; font-size:16px; color:#fff; margin-bottom:20px;  background: linear-gradient(to right,#64b0f9 ,#4269f5); border:none; border-radius:30px;}
.timn02{width:90%; height:34px; margin-left:5%; font-size:16px; color:#fff; margin-bottom:0px;  background: linear-gradient(to right,#64b0f9 ,#4269f5); border:none; border-radius:30px;}
.sj04t{width:94%; height:50px; line-height:50px;margin-left:4%; font-size:14px; color:#333333;}
.sj04t i{ width:24px; height:24px; line-height:24px; margin-top:15px; display:block;vertical-align:middle;}
.sj04t i img{width:100%; height:100%;}
.sj04t span{width:89%; height:50px; border-bottom:1px #f0f0f0 solid; display:inline-block;}
.sj04t h5{font-size:14px; color:#333333; font-weight:normal;}
.sj04t span i{width:24px; height:12px; line-height:12px; margin-top:15px; display:inline-block; margin-left:10px;}
.sj04t span .ipt01{width:100px; height:40px; line-height:40px; border:none; text-align:right; margin-right:10px;}
.sj04t span .sj05 p{font-size:14px; color:#999999; margin-right:10px;}
.sj04t span .sj05 img{width:7px; height:14px; }

.sj04t span .sj05 .sj07{ text-align:left; height:25px; line-height:25px;}
.sj04t span .sj05 .sj07 input{ width:110px; border:none; font-size:13px; font-family:Arial, Helvetica, sans-serif; color:#aaaaaa; margin-left:10px;}
.sj04t span .sj05 .sj07 img{width:15px; height:15px;}
.mengc{width:100%; height:100%; position:fixed; display:none; background-color:rgba(0,0,0,0.7); top:0px; left:0px;}
.mnc01{width:270px; height:250px; background:url(../images/ico18.png);background-size:100%; margin:0 auto; margin-top:50%;}
.mnc01 span{font-size:15px; color:#333; width:100%; text-align:center; display:block; padding-top:150px;}
.mnc02{width:83px; height:38px; background-color:#fff; border:1px #afafaf solid;border-radius:30px; margin-left:40px; margin-top:20px;}
.mnc03{width:85px; height:40px; background-color:#fff; border-radius:30px; color:#fff; margin-left:20px; margin-top:20px; background: linear-gradient(to right,#64b0f9 ,#4269f5); border:none;}
#demo1{color:#999999;border:none; text-align:right; height:25px; line-height:25px; margin-right:10px;}
.sj05 .jk01{width:65px; height:23px; line-height:23px; text-align:center; margin-top:10px; float:left; }
.add{width:92%; height:45px; line-height:45px; text-align:center; font-size:14px; color:#2188e5; background-color:#fff; margin-left:4%;border-radius:5px; margin-top:10px;box-shadow: 5px 5px 2px #eff0f1; margin-bottom:50px;}
.add img{width:20px; height:20px; margin-right:10px;}
.addcaers{width:92%; height:80px; box-shadow: 0px 5px 2px #eff0f1; background-color:#fff;border-radius:10px; margin-left:4%; margin-top:-80px; display:none;}
.addcaers .tub01{width:20px; height:20px; display:inline-block; margin-left:10px; margin-top:25px;}
.addcaers .tub01 img{width:100%; height:100%;}
.addcaers .sj08{width:85%; float:right; margin-right:4%;}
.addcaers .sj08 .sj08-01{width:100%; height:36px; line-height:36px; font-size:13px; color:#999999; border-bottom:1px #f0f0f0 solid;}
.addcaers .sj08 .sj08-02{width:100%; height:42px; line-height:42px; }
.addcaers .sj08 .sj08-02 img{ width:24px; height:24px; vertical-align:middle; margin-top:10px; margin-right:10px;}

.addcaers .sj08 .sj08-02 span{font-size:14px;}
.addcaers .sj08 .sj08-02 p{font-size:13px; color:#666666;}

.addcaers01{width:92%; height:80px;  background-color:#fff; margin-left:4%; border-bottom:1px #f0f0f0 solid; margin-top:0px; display:none;}
.addcaers01 .tub01{width:20px; height:20px; display:inline-block; margin-left:10px; margin-top:25px;}
.addcaers01 .tub01 img{width:100%; height:100%;}
.xcap01{width:80%; height:80px; margin-top:5px; line-height:24px; float:left; color:#6666666; font-size:14px;}
.xcap01 b{color:#333333; margin-top:6px;}

.xcap02{width:92%; margin-left:4%;}
.xcap02 h3{width:100%; height:20px; line-height:20px; text-align:left;  font-size:14px; color:#333333; }
.chjk{width:80%; height:35px; line-height:35px; font-size:14px; color:#333333;  margin-left:4%;}
.ipy02{width:88%; margin-left:4%; height:96%; border:1px #f0f0f0 solid; line-height:24px; font-size:14px; font-family:"微软雅黑"; background-color:#f8f8f8;border-radius:5px; padding:2%; color:#a7a7a7;}

.add01{width:92%; height:45px; line-height:45px; text-align:center; font-size:14px; color:#2188e5; border-top:1px #f0f0f0 solid; background-color:#fff; margin-left:4%;border-radius:5px; margin-top:10px; margin-bottom:0px;}
.add01 img{width:20px; height:20px; margin-right:10px;}
.jiant01{width:12px; height:5px; display:block; margin:0 auto; margin-bottom:20px; margin-top:10px;}
.jiant01 img{width:100%;}
.sj03 .tub02{width:22px; height:22px; line-height:22px; position:absolute; right:10px; top:10px;}
.sj03 .tub02 img{width:100%; height:100%;}
.jg01{width:92%; margin-left:4%; height:42px; line-height:42px;}
.tt01{width:45px; height:16px; background-color:#fffaee; border:1px #ffca59 solid; line-height:16px; text-align:center;border-radius:5px; font-size:12px; color:#ffca59; margin-top:14px;}
.tt02{width:45px; height:16px; background-color:#e9fbff; border:1px #5da2f8 solid; line-height:16px; text-align:center;border-radius:5px; font-size:12px; color:#5da2f8; margin-top:14px;}
.jg02{width:92%; margin-left:4%; height:22px; line-height:22px; font-size:13px;}
.jg03{width:92%; margin-left:4%; height:30px; line-height:30px; font-size:14px; text-align:right; margin-top:20px;}
.jg03 a{width: 50px; height:30px; border:1px #e5e5e5 solid; text-align:center; line-height:30px; display:inline-block; margin-left:10px; border-radius:5px;}
.bbz01{width:96%; height:36px; display:block; background-color:#f2f8ff; border:1px #b5d7ff solid;border-radius:5px; line-height:40px; padding:2%;}
.noshuj{width:100%; height:30px; line-height:30px; text-align:center; font-size:13px; color:#aaaaaa; margin-top:20px;}
.bg{width:100%; height:100%; background:url(../images/lobg.jpg);background-size:100%}
.long{width:86%; position:relative; margin-left:7%; margin-top:80%;}
.long .lg01{ width:100%; height:100%;}
.lg02{width:78%; height:45px; background-color:#ebeaf1; position:absolute; margin-left:10%; top:50px;}
.lg02-01{width:45px; height:45px; background-color:#e7e6ed; float:left; display:inline-block; text-align:center; line-height:45px;}
.lg02-01 img{width:50%;}
.lg02 .lg02-02{width:60%; height:45px; line-height:45px; border:none;background-color:#ebeaf1; font-size:14px; color:#262626; padding:0 5px;}
.lg02 .lg02-03{width:45px; height:45px; float:right; text-align:center; line-height:45px; }
.lg02 .lg02-03 img{width:50%;}
.m120t{margin-top:120px;}
.lg02 .lg02-04{width:40%; height:45px; line-height:45px; border:none;background-color:#ebeaf1; font-size:14px; color:#262626; padding:0 5px;}
.lg02 .lg02-03a{width:90px; height:32px; float:right; text-align:center; line-height:22px; margin-right:10px; margin-top:8px;}
.lg02 .lg02-03a img{width:100%;}

.timn01k{width:80%; height:50px; left:10%; font-size:16px; color:#fff; margin-bottom:20px; background-color:#2188e6; border:none; border-radius:30px; position:absolute; bottom:20px;}
.sjyl01{width:100%; height:auto; position:absolute; z-index:2;}
.sjyl01 img{width:100%;}
.sjyl02{width:96%; margin-left:2%; height:115px; background-color:#fff;border-radius:10px; position:absolute;  top:80px; z-index:10;box-shadow: 0px 5px 5px #e1f0fe;}
.sj-03{width:20%; height:115px; float:left; text-align:center; position:relative;}
.sj-03 img{width:60%; margin-top:20px;}
.sj-03 p{width:100%; height:20px; line-height:20px; display:block;}
.sj-03 i{width:18px; height:18px; display:block; position:absolute; right:10%; top:15%; background-color:#ff4800;border-radius:50%; font-size:12px; color:#fff; text-align:center; line-height:18px;}


.swiper-container{height:auto;width:100%;text-align:center;margin:0 auto; position:relative;overflow:hidden;z-index:1;background:#f8f8f8; top:140px;}.swiper-wrapper{position:relative;z-index:10}.swiper-slide{position:relative;text-align:center;float:left}.swiper-slide a{position:relative;width:100%;height:100%;display:block;overflow:hidden}.swiper-slide img{width:100%;height:auto;vertical-align:middle;position:relative}.pagination{position:absolute;height:1.2em;width:100%;bottom:2.5em;z-index:100}.pagination .swiper-pagination-switch{display:inline-block;height:.6em;width:.6em;background:#9ecaff;border-radius:50%;margin-right:1em}.pagination .swiper-active-switch{background:#c8e1ff}
.swiper-container .hhjk{width:100%; position:absolute; display:block; bottom:0px; z-index:999;}
.swiper-container .hhjk img{ width:100%;}
.sjly05{width:100%;  background-color:#fff; position:absolute; bottom:60px; z-index:3; }
.sjly05 .sj05-01{width:45.5%; margin-left:3%; background:url(../images/ico78.png) no-repeat;background-size:100%; float:left; margin-bottom:15px;}
.sjly05 .sj05-02{width:45.5%; margin-left:3%; background:url(../images/ico79.png) no-repeat;background-size:100%; float:left; margin-bottom:15px;}
.sjly05 .sj05-03{width:45.5%; margin-left:3%; background:url(../images/ico80.png) no-repeat;background-size:100%; float:left; margin-bottom:15px;}
.sjly05 .sj05-04{width:45.5%; margin-left:3%; background:url(../images/ico81.png) no-repeat;background-size:100%; float:left; margin-bottom:15px;}
.sjly05 .tb22{width:90%; height:22px; line-height:22px; font-size:14px; color:#fff; margin-left:10px; margin-top:10px; display:block;}
.fnav{width:100%; height:50px; border-top:1px #eeeeee solid; position:fixed; bottom:0px; background-color:#fff;}
.sjly05 .tb23{width:77px; height:27px; background-color:#fff; color:#66b6eb; text-align:center; line-height:27px;border-radius:30px; margin-left:10px; margin-top:4px;}
.fnav a{ width:20%; height:50px; float:left; text-align:center; display:inline-block;}
.fnav a span{ width:100%; display:block; height:20px; line-height:20px;  font-size:12px; margin-top:-5px;} 
.fnav a .n1{width:20px; height:20px; background:url(../images/nav01.png);background-size:100%; display:inline-block; margin-top:7px;}
.fnav a .n2{width:20px; height:20px; background:url(../images/nav02.png);background-size:100%; display:inline-block; margin-top:7px;}
.fnav a .n4{width:20px; height:20px; background:url(../images/nav04.png);background-size:100%; display:inline-block; margin-top:7px;}
.fnav a .n5{width:20px; height:20px; background:url(../images/nav05.png);background-size:100%; display:inline-block; margin-top:7px;}

.fnav .vcter .n1{width:20px; height:20px; background:url(../images/nav01h.png);background-size:100%; display:inline-block; margin-top:7px;}
.fnav .vcter .n2{width:20px; height:20px; background:url(../images/nav02h.png);background-size:100%; display:inline-block; margin-top:7px;}
.fnav .vcter .n4{width:20px; height:20px; background:url(../images/nav04h.png);background-size:100%; display:inline-block; margin-top:7px;}
.fnav .vcter .n5{width:20px; height:20px; background:url(../images/nav05h.png);background-size:100%; display:inline-block; margin-top:7px;}

.fnav a .n3{width:120%; margin-left:-10%; height:150%; background:url(../images/nav03.png);background-size:100%; display:inline-block; margin-top:-20px;}
.guanbi{width:25px; height:25px; margin:0 auto; margin-top:20px; display:block;}
.guanbi img{width:100%; height:100%;}
.sj07{width:33%; float:left; margin-top:10px;}
.sj07 p{width:100%; height:30px; line-height:30px; font-size:14px;}
.sj07 p img{width:24px; height:24px; margin-right:10px; margin-left:15px; vertical-align:middle;}
.sj07 span{width:90%; height:25px; display:block;margin-left:15px; margin-top:5px;} 
.sj07 .jinrf{width:75%; height:25px; line-height:25px; padding-left:5px; padding-right:5px;}
.sj08{width:65%;float:left; margin-top:10px;}
.sj08 p{width:100%; height:30px; line-height:30px; font-size:14px;}
.sj08 p img{width:24px; height:24px; margin-right:10px; margin-left:15px; vertical-align:middle;}
.sj08 span{width:90%; height:25px; display:block;margin-left:15px; margin-top:5px;}
.sj08 .jinrf{width:95%; height:25px; line-height:25px; padding-left:5px; padding-right:5px;}
.sj09{width:100%; height:40px; line-height:40px; font-size:14px;}

label {font-size:12px;cursor:pointer;}
label i {font-size:12px;font-style:normal;display:inline-block;width:18px;height:18px;text-align:center;line-height:20px;color:#fff;vertical-align:middle;margin:-2px 2px 1px 0px;border:#2489c5 1px solid;border-radius:50%; margin-right:5px;}
input[type="checkbox"],input[type="radio"] {display:none;}
input[type="radio"] + i {border-radius:7px;}
input[type="checkbox"]:checked + i,input[type="radio"]:checked + i {background:#2489c5;}
input[type="checkbox"]:disabled + i,input[type="radio"]:disabled + i {border-color:#ccc;}
input[type="checkbox"]:checked:disabled + i,input[type="radio"]:checked:disabled + i {background:#ccc;}
.sj09 .hjklp{width:80px; height:25px; background-color:#f5f5f5; margin-left:10px; color:#999; text-align:center;}
.sj09 .sj05 img {
    width: 7px;
    height: 14px; margin-right:20px;}
.chk_1:checked+label:after{content:'\2714';position:absolute;top:0;left:0;color:#758794;width:100%;text-align:center;font-size:1.4em;padding:1px 0 0;vertical-align:text-top}.chk_2+label{background-color:#f37900;padding:18px 20px 18px 23px;box-shadow:inset 0 50px 37px -30px rgba(255,222,197,.3),0 0 13px rgba(0,0,0,.6);border-radius:1000px;display:inline-block;position:relative;border-top:1px solid #eca14f;margin-right:30px;color:#fff;font-size:1.7em;width:113px;text-shadow:0 1px 0 rgba(0,0,0,.2);border-bottom:1px solid #552b09}.chk_2+label:hover{border-top:1px solid #fc8c1e;background:#fc8c1e;box-shadow:inset 0 -50px 37px -30px rgba(255,222,197,.07),0 0 13px rgba(0,0,0,.6)}.chk_2+label:active{border-top:none;background:#fc8c1e;padding:19px 20px 18px 23px;box-shadow:inset 0 3px 8px rgba(129,69,13,.3),inset 0 -50px 37px -30px rgba(255,222,197,.07),0 0 13px rgba(0,0,0,.6)}.chk_2+label:after{content:' ';border-radius:100px;width:32px;position:absolute;top:12px;right:12px;box-shadow:inset 0 16px 40px rgba(0,0,0,.4);height:32px}.chk_2+label:before{content:' ';border-radius:100px;width:20px;position:absolute;top:18px;right:18px;z-index:999;box-shadow:inset 0 16px 40px #fff;height:20px;display:none}.chk_2:checked+label:before{display:block}.chk_3+label{background-color:#fafbfa;padding:9px;border-radius:50px;display:inline-block;position:relative;margin-right:30px;-webkit-transition:all .1s ease-in;transition:all .1s ease-in;width:35px;height:10px}.chk_3+label:after{content:' ';position:absolute;top:0;-webkit-transition:box-shadow .1s ease-in;transition:box-shadow .1s ease-in;left:0;width:100%;height:100%;border-radius:100px;box-shadow:inset 0 0 0 0 #eee,0 0 1px rgba(0,0,0,.4)}.chk_3+label:before{content:' ';position:absolute;background:#fff;top:1px;left:1px;z-index:999999;width:26px;-webkit-transition:all .1s ease-in;transition:all .1s ease-in;height:26px;border-radius:100px;box-shadow:0 3px 1px rgba(0,0,0,.05),0 0 1px rgba(0,0,0,.3)}.chk_3:active+label:after{box-shadow:inset 0 0 0 20px #eee,0 0 1px #eee}.chk_3:active+label:before{width:37px}.chk_3:checked:active+label:before{width:37px;left:20px}.chk_3+label:active{box-shadow:0 1px 2px rgba(0,0,0,.05),inset 0 1px 3px rgba(0,0,0,.1)}.chk_3:checked+label:before{content:' ';position:absolute;left:26px;border-radius:100px}.chk_3:checked+label:after{content:' ';font-size:1.5em;position:absolute;background:#6dacff;box-shadow:0 0 1px #6dacff}.chk_4+label{background-color:#fff;padding:11px 9px;border-radius:7px;display:inline-block;position:relative;margin-right:30px;background:#f7836d;width:58px;height:10px;box-shadow:inset 0 0 20px rgba(0,0,0,.1),0 0 10px rgba(245,146,146,.4)}.chk_4+label:before{content:' ';position:absolute;background:#fff;top:0;z-index:99999;left:0;width:24px;color:#fff;height:32px;border-radius:7px;box-shadow:0 0 1px rgba(0,0,0,.6)}.chk_4+label:after{content:'鍏抽棴';position:absolute;top:7px;left:37px;font-size:1.2em;color:#fff;font-weight:700;left:8px;padding:5px;top:4px;border-radius:100px}.chk_4:checked+label{background:#67a5df;box-shadow:inset 0 0 20px rgba(0,0,0,.1),0 0 10px rgba(146,196,245,.4)}.chk_4:checked+label:after{content:'寮€鍚�';left:10px}.chk_4:checked+label:before{content:' ';position:absolute;z-index:99999;left:52px}.chk_4+label:after{left:35px}#checkbox_d2+label:after,#checkbox_d2+label:before,#checkbox label{-webkit-transition:all .1s ease-in;transition:all .1s ease-in}

.yongj{width:90%; margin-left:5%; margin-top:10px; border-radius:5px; background-color:#f2f8ff; height:60px; border:1px #b5d7ff solid; clear:both;}
.yongj .fj01{width:30%; height:60px; line-height:60px; margin-left:10px; text-align:center; font-size:14px;}

.yongj .fj02{width:60%; height:60px; text-align:right; font-size:14px; margin-right:10px;}
.yongj .fj02 span{display:block; width:100%; height:30px; line-height:30px; }

/* .roundedOne */
.roundedOne {
  width: 22px;
  height: 22px;
  position: relative;
  margin-top:5px;
  margin-right:5px;
  margin-left:80px;
  background: #fcfff4;

  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;

}
.roundedOne label {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  left: 4px;
  top: 4px;
  background-color:#fff;
  border:1px #999 solid;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;

}
.roundedOne label:after {
  content: '';
  width: 14px;
  height: 14px;
  position: absolute;
  top: 3px;
  left: 3px;
  background: #548dfd;

  opacity: 0;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;

}
.roundedOne label:hover::after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
.roundedOne input[type=checkbox] {
  visibility: hidden;
}
.roundedOne input[type=checkbox]:checked + label:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* end .roundedOne */

.dibu01{width:100%; height:60px; background-color:#fff; position:fixed; left:0px; bottom:0px;}
.dibu01 .di01{width:40%; margin-left:5%; text-align:left; line-height:24px; font-size:14px; padding-top:5px;}
.dibu01 .di02{width:50%; margin-right:5%; line-height:60px; font-size:16px; color:#4570f5;}
.dibu01 .di02 .timn01{width:80px; height:35px; margin-left:5%; font-size:16px; color:#fff; margin-top:10px;  background: linear-gradient(to right,#64b0f9 ,#4269f5); border:none; border-radius:30px;}
.mi01{width:90%; height:20px; margin-left:5%; background-color:#b0ce9d; font-size:12px; text-align:center; color:#fff; line-height:20px;border-radius:5px;}
.renss li{width:20%; margin-left:15px; margin-top:10px; height:20px; text-align:center; line-height:20px; font-size:12px; background-color:#edf8e6; border:1px #b0ce9d solid; color:#b0ce9d;border-radius:5px; float:left;}
.mi02{width:90%; margin-left:5%; height:20px; line-height:20px; text-align:center;}
.mi02 img{width:12px; height:6px;}
.ker01{width:49%; height:40px; text-align:center; margin-top:15px; margin-bottom:10px; font-size:14px;}
.ker01 img{width:20%; margin-bottom:5px;}
.wenxin01{width:90%; margin-left:5%; height:30px; line-height:30px; font-size:14px; color:#ffae46; border:1px #ffae46 solid; background-color:#fff9f1;border-radius:5px; margin-top:10px;}
.wenxin01 img{width:15px; height:15px; vertical-align:middle; margin-right:10px; margin-left:10px;}
.wenxin01 b{font-weight:bold;}
.ker02{width:100%; height:40px; line-height:40px; text-align:center; padding-top:10px;}
.ker02 img{width:20px; height:20px; vertical-align:middle; margin-right:10px;}
.ker03{width:100%; height:50px; position:fixed; bottom:10px; left:0px;}
.ker03 a{width:41%; height:48px; border:1px #2188e5 solid; float:left; color:#2188e5; line-height:50px; text-align:center; margin-left:5%;border-radius:30px;}
.ker03 .timn01{width:42%; height:50px; margin-left:5%; font-size:16px; color:#fff;   background: linear-gradient(to right,#64b0f9 ,#4269f5); border:none; border-radius:30px;}

.mian02{width:100%;background-color:#fff; padding-bottom:10px;  margin-top:-100px; }
.mian02 label i {font-size:12px;font-style:normal;display:inline-block;width:20px;height:20px;text-align:center;line-height:20px;color:#fff;vertical-align:middle;margin:-2px 2px 1px 0px;border:#2489c5 1px solid;border-radius:50%; margin-right:5px;}
.jj09{width:100%; height:40px; clear:both; text-align:right;}
.jj09 a{ width:75px; height:25px; float:right; display:block; font-size:14px; border:1px #cccccc solid; line-height:25px; text-align:center;border-radius:30px; margin-left:10px; }
.jj09 .viter{background: linear-gradient(to right,#64b0f9 ,#4269f5); border:none; color:#fff; height:27px;} 
.ker04{width:90%; margin-left:5%; height:70px; border-bottom:1px #f0f0f0 solid;}
.ker04 span{width:30px; height:70px; line-height:70px; float:left;}
.ker04 span img{width:20px; height:20px; margin-top:25px;}
.ker04 b{font-size:15px;}
.ker04  i{margin-top:10px; font-size:12px; color:#666666; padding-top:10px;}
.ker04 div{font-size:12px;  color:#666666; margin-top:10px;}
.ker04 .ttle{margin-top:-10px;}
.mmnv{width:100%; height:160px; background-color:#fff; position:absolute; bottom:0px; left:0px;border-top-left-radius:10px; border-top-right-radius:10px;}
.timn01b{width:90%; height:50px; margin-left:5%; font-size:16px; color:#999; background-color:#fff; border:1px #999 solid; border-radius:30px;}
.hgh01{width:92%; margin-left:4%;  border-bottom:1px #f0f0f0 solid;}
.hgh01 .hg02{width:100%; height:45px; line-height:45px; font-size:14px;}
.hgh01 .hg02 s{width:7px; height:12px;}
.hgh01 .hg02 s img{width:100%; height:100%;}
.hg03{display:none;}
.hg03-01{width:30%; float:left; font-size:14px; height:50px; margin-right:50px;}
.hgh01 .hg04{ width:98%; height:32px; border:1px #b5d7ff solid; clear:both;border-radius:5px; padding-right:2%; background-color:#f2f8ff; font-size:14px; text-align:right; line-height:32px;}
.hg05{width:100%; border:1px #ffca85 solid; background-color:#fff9f1;border-radius:5px; margin-top:10px;}
.hg05 .hg05-01{width:100%; height:34px; border-bottom:1px #ffca85 dotted; font-size:14px; line-height:34px;} 
.hg05 .hg05-01 img{width:12px; height:7px; margin-left:10px;}
.hg05 .hg05-01 a{width:60px; height:22px; background-color:#ffa22a; text-align:center; line-height:22px; color:#fff;border-radius:30px; display:block; float:right; margin-top:7px; margin-right:10px;}
.hg06{width:92%; margin-left:4%; font-size:12px; margin-top:6px; line-height:22px; color:#ffa22a;}
.ffjk{width:100%; height:50px; line-height:50px; font-size:17px;}
.ffjk img{width:6%; vertical-align:middle; margin-right:5px; margin-left:10px;}
.ffjk i{width:22px; height:22px; float:right; display:block; margin-right:20px;}
.ffjk i img{width:100%; height:100%;}
.ssk01{ width:92%; margin-left:4%; height:45px; line-height:45px; border-bottom:1px #f0f0f0 solid; font-size:15px;}
.ssk01 input[type="checkbox"], input[type="radio"]{display:block; width:17px; height:17px; margin-top:15px; float:left; margin-right:10px;}
.ssk02{width:100%; height:50px; line-height:50px; position:fixed; left:0px; bottom:0px; background-color:#fff;}
.ssk02 input[type="checkbox"], input[type="radio"]{display:none; width:17px; height:17px; margin-top:18px; float:left; margin-right:10px; margin-left:10px;}

.timn05{width: 80px;
    height: 35px;
    margin-left: 5%;
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
    background: linear-gradient(to right,#64b0f9 ,#4269f5);
    border: none;
    border-radius: 30px; float:right; margin-right:10px;}
	
.timn05 {
    width: 80px;
    height: 35px;
    margin-left: 5%;
    font-size: 16px;
    color: #fff;
    margin-top: 0px;
    background: linear-gradient(to right,#64b0f9 ,#4269f5);
    border: none;
    border-radius: 30px;
}
.fofg{width:92%; margin-left:4%; height:45px; line-height:45px; border-bottom:1px #f0f0f0 solid; margin-bottom:10px; color:#999999; font-size:14px;}
.ffgh{ width:92%; margin-left:4%; }
.xcvt{width:30px; height:90px;}
.xcvt img{width:24px; height:24px;}
.xcvt02{width:40%;}
.xcvt02 span{font-size:15px;}
.xcvt02 p{font-size:13px; margin-top:10px;}
.xcvt02 img{width:17px; height:3px; vertical-align:middle; margin-left:5px; margin-right:5px;}
.xcvt03{width:40%; text-align:right;}
.xcvt03 span{font-size:15px;display:block; width:100%; height:17px;}

.xcvt03 p{font-size:13px; margin-top:10px; display:block;}
.caoz{width:100%; height:32px; margin-top:14px; margin-bottom:10px;}
.caoz a{  float:left; font-size:12px; display:inline-block; width:16%; margin-left:10px; text-align:center; line-height:30px; border:1px #e5e5e5 solid;border-radius:5px;}
.foot{ width:100%; height:50px; background-color:#fff; position:fixed; left:0px; bottom:0px; border-top:1px #eeeeee solid;}

.xcvt03 .Not i{ width:42px; height:17px; background-color:#ffe7e7; border:1px #ff7d7d solid; float:right; line-height:17px; text-align:center; font-size:12px; color:#ff7d7d;border-radius:5px;}
.xcvt03 .Preliminary i{ width:42px; height:17px; background-color:#e9fbff; border:1px #5da2f8 solid; float:right; line-height:17px; text-align:center; font-size:12px; color:#5da2f8;border-radius:5px;}
.xcvt03 .cancel i{ width:42px; height:17px; background-color:#f5f5f5; border:1px #999999 solid; float:right; line-height:17px; text-align:center; font-size:12px; color:#999999;border-radius:5px;}
.xcvt03 .confirm i{ width:42px; height:17px; background-color:#e3ffe1; border:1px #a6d182 solid; float:right; line-height:17px; text-align:center; font-size:12px; color:#a6d182;border-radius:5px;}
.xcvt03 .change i{ width:42px; height:17px; background-color:#fcedff; border:1px #c878d8 solid; float:right; line-height:17px; text-align:center; font-size:12px; color:#c878d8;border-radius:5px;}

.wenb01{width:90%; margin-left:4%; height:70px; background-color:#f8f8f8; border:1px #ececec solid; border-radius:5px; color:#999999; font-size:12px; padding:1%;}
.shyj01{width:96%; background-color:#f2f8ff; border:1px #b5d7ff solid; line-height:40px; font-size:12px; height:40px; clear:both;border-radius:5px; padding-left:2%; padding-right:2%;}
.mingjk{width:92%; height:43px; margin-left:4%; line-height:43px; border-bottom:1px #f0f0f0 solid; font-size:14px;}
.mingjk img{width:7px; height:14px; margin-top:12px;}
.jkl01{border-bottom:1px #f0f0f0 solid;width:92%; margin-left:4%;}
.jkl01 li{width:100%; height:32px; line-height:32px; font-size:14px;}
.noxxi{width:100%; height:40px; text-align:center; line-height:40px; font-size:12px;}
.ipt01-select {
	background: transparent;
	text-align: right;
	height: 40px;
	border: none;
}

.selectPoa {
	position: absolute;
	background: #fff;
	border: solid 1px #ededed;
	box-shadow: 0 0 8px rgba(0,0,0,.08);
	z-index: 9;
	top: 40px;
	left: 0;
	width: 100%;
	max-height: 300px;
	overflow-y: scroll;
	display: none;
}
.selectPoa li {
	display: block;
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 15px 0 15px;
	border-bottom: solid 1px #ededed;
}
.copyright {
    display: block;
    text-align: center;
    color: #fafafa;
}
