﻿a{
	text-decoration: none;
} 
body{
	background:#f6f6f6;
}
.inner{
	width:1200px;
	margin:0 auto;
    height: auto;
}
.bancd { background:yellow; }
.header{
	height:554px;
	background:url(../images/vector-bg.jpg) no-repeat top center;
}
.logo{
	padding-top: 7px;
}
.top{
	padding-bottom:5px;
	border-bottom: 2px solid #505763;
}
.delbut a{
	display: inline-block;
	font-size:16px;
	line-height:80px;
	padding-left:36px;
	color:#babcc0;
	background:url(../images/user-icon.png) no-repeat left 25px;
}
.ban-tell{
	width:800px;
	margin:0 auto;
}
.text-ban{
	padding:50px 0;
}
.text-ban h3{
	font-size:35px;
	color:#c4c4c5;
	font-weight: bold;
	text-align: center;
	letter-spacing:5px;
	line-height:70px;
}
.tell-set{
	text-align: center;
	padding-bottom:32px;
}
.tell-set ul li{
	display: inline-block;
	width:190px;
	height:33px;
	border-radius:5px;
	position: relative;
}
.tell-set ul li a{
	display: block;
	font-size:16px;
	color:#e5e5e5;
	line-height: 33px;
	text-align: center;
}
.tell-set ul li span{
	display: inline-block;
	width:0px;
	height: 0px;
	font-size:0;
	border:8px solid transparent;
	border-top-color: #fff;
	position: absolute;
	left:50%;
	margin-left:-8px;
	bottom:-16px;
	display: none;
}
.tell-set ul li.cur{
	background:#fff;
}
.tell-set ul li.cur a{
	color:#434343;
}
.tell-set ul li.cur span{
	display: block;
}
.sou-form{
	width:685px;
	margin:0 auto;
	height:42px;
	position: relative;
}
.sou-form input{
	display: block;
	float: left;
	width:615px;
	padding:0 10px;
	line-height:42px;
	background:#fff;
	border: none;
	outline: none;
	border-radius:5px 0 0 5px;
}
.sou-form  button{
	display: block;
	float: right;
	width:50px;
	height: 42px;
	border: none;
	outline: none;
	cursor: pointer;
	background:#3b7abd url(../images/but.png) no-repeat center center;
}
.gjan{
	display: block;
	line-height:42px;
	font-size:16px;
	color:#fff;
	position: absolute;
	right:-120px;
	text-align: center;
	width:120px;
}

.hot-form{
	text-align: center;
	padding:15px 0;
}
.hot-form span,.hot-form a{
	display: inline-block;
	font-size:16px;
	color:#fff;
	margin:0 20px;
}
.item-city{
	float: left;
	width:50%;
	box-sizing:border-box;
	padding:22px 30px;
	position: relative;
}
.inner-city ul li{
	float: left;
	width:53px;
	margin:0px 16px;
	margin-bottom:16px;
	text-align: center;
	border:2px solid transparent;
}
.inner-city ul li a{
	display: block;
	font-size:15px;
	color:#535353;
	line-height: 30px;
}
.inner-city ul li.cur{
	border-color: #3b7abd;
}
.inner-city ul li.cur a{
	color: #3b7abd;
}
.city-bar{
	position: relative;
	background:#fff;
	margin-bottom:30px;
}

.city-news ul li a{
	display: block;
	max-width:100%;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	font-size:15px;
	color:#313131;
	line-height: 36px;
}
.city-xian{
	width:1px;
	height:288px;
	background:#dcdcdc;
	position: absolute;
	left:0px;
	top:50%;
	margin-top:-144px;
}

.city-text {
	height:75px;
	width:100%;
	background:#fff;
	position: absolute;
	top:-75px;
	left: 0px;
	z-index: 99;
	border-bottom: 1px solid #d7d7d7;
	border-radius:5px 5px 0 0;
}
.city-text h3{
	text-align: center;
	font-size:24px;
	color:#303030;
	line-height: 75px;
}
.shux{
	display: inline-block;
	width:42px;
	height:36px;
	position: absolute;
	left:50%;
	margin-left:-21px;
	bottom:-18px;
	z-index: 99;
	-moz-transition: 1s;
	-webkit-transition: 1s;
	transition: 1s;
	background:#fff url(../images/sx1.png) no-repeat center center;
}
.shux:hover{
	background:#fff url(../images/sx2.png) no-repeat center center;
	-webkit-transform: rotateZ(180deg);
	-moz-transform: rotateZ(180deg);
	-o-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
}
.chaulist ul li{
	float: left;
	width:16.66%;
	padding:30px 0;
	text-align: center;
}
.chaulist ul li a{
	display: block;
	font-size:18px;
	color:#2c3e50;
	line-height: 18px;
	padding-bottom: 80px;
}
.chaulist ul li.icon1 a{background: url(../images/icon1.png) no-repeat center 40px;}
.chaulist ul li.icon2 a{background: url(../images/icon2.png) no-repeat center 40px;}
.chaulist ul li.icon3 a{background: url(../images/icon3.png) no-repeat center 40px;}
.chaulist ul li.icon4 a{background: url(../images/icon4.png) no-repeat center 40px;}
.chaulist ul li.icon5 a{background: url(../images/icon5.png) no-repeat center 40px;}
.chaulist ul li.icon6 a{background: url(../images/icon6.png) no-repeat center 40px;}

.chaulist ul li.cur a,.chaulist ul li:hover a{color:#3b7abd;}

.djqie ul li{
	float: left;
	width:33.33%;
	text-align: center;
}
.djqie{
	border-bottom:2px solid #153e6a;
}
.djqie ul li a{
	display: block;
	line-height: 72px;
	text-align: center;
	font-size:18px;
	color:#2e3c4c;
}
.djqie ul li.cur a{
	background:#3b7abd;
	color:#fff;
}

.randqie ul li{
	float: left;
	width:50%;
	padding:15px 0;
}
.randwen{
	padding:0 20px;
}
.randwen p a{
	display: block;
	max-width:100%;
	overflow: hidden;
	font-size:16px;
	color:#1b1b1b;
	line-height: 36px;
	padding-left:26px;
	position: relative;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.randwen p a em{
	display: inline-block;
	width:5px;
	height:5px;
	background:#3b7abd;
	border-radius:50%;
	position: absolute;
	left:0px;
	top:50%;
	margin-top:-2px;
	z-index: 9;
}
.randwen span{
	display: block;
	text-align: right;
	color:#959595;
	font-size:14px;
	line-height: 36px;
}
.randqie{
	display: none;
}
.randqie.cur{
	display: block;
}

.topchabar ul li{
	float: left;
	width:25%;
	background:#f6f6f6;
	box-sizing:border-box;
	text-align: center;
}
.topchabar ul li a{
	display: block;
	text-align: center;
	line-height:60px;
	border:1px solid #eeeeee;
	border-bottom: none;
	border-radius:10px 10px 0 0;
	background:#fff;
	font-size:18px;
	color:#2e3c4c;
}
.topchabar ul li.cur a{
	background:#3b7abd;
	color:#fff;
	border-color: #3b7abd;
}
.chaxbar{
	/*background:#fff;*/
}
.batlist{
	float: left;
	width:12.5%;
}
.batlist>ul>li>a{
	display: block;
	font-size:16px;
	color:#000000;
	line-height:36px;
	text-align: center;
}
.slidebart{
	background:#fff;
	padding:30px 0;
}
.shiji ul li{
	text-align: center;
}
.shiji ul li a{
	display: inline-block;
	text-align: center;
	font-size:14px;
	color:#626262;
	padding-left:8px;
	position: relative;
	line-height: 30px;
}
.shiji ul li a i{
	display: inline-block;
	width:4px;
	height: 4px;
	font-size:0;
	background:#626262;
	position: absolute;
	left:0px;
	top:50%;
	margin-top:-2px;
	z-index: 9;
	border-radius:50%;
}

.footer{
	background:#59657A;
	height: 210px;
}
.footer .footer-wra{
	width: 1200px;
	padding-left: 18px;
	padding-top: 40px;
	margin: 0 auto;
}
.each-nav{
	margin-bottom: 30px;
	font-size: 18px;
	color: #fff;
}
.each-nav .nav-title{
	color:#BBBFC6;
	margin-right: 34px;
	position: relative;
	font-size: 18px;
}
.each-nav .nav-title:before{
	content: '';
    left: 89px;
    top: 5px;
    height: 65%;
    width: 1px;
    background: #535353;
    position: absolute;
}
.each-nav li{
	margin-right: 30px;
	float: left;
}
.each-nav li a{
	font-size: 18px;
	color: #fff;
	display: block;
	transition: .2s;
}
.each-nav li a:hover{
	color: #387ffc;
}
.each-nav li:last-child{
	margin-right: 0px;
}
.copyright-new{
	font-size: 14px;
	color:#BBBFC6;
	line-height: 1.5;
}
.f-left{
	float: left;
	width: 926px;
}
.f-right{
	float: left;
	margin-left: 90px;
}
.f-right img{
	width: 108px;
	height: 108px;

}
.f-right p{
	color: #fff;
	font-size: 18px;
	margin-top: 18px;
	text-align: center;
	width: 108px;
}
.ftnmav{
	float: left;
	width:540px;
}
.hanset{
	padding-top:26px;
}
.hanset h3{
	font-size:18px;
	line-height:40px;
	color:#fff;
	border-bottom: 1px solid #262626;
}
.hanset ul li{
	float: left;
	width:20%;
	text-align: center;
}
.hanset ul li a{
	display: block;
	line-height:36px;
	font-size:16px;
	color:#959595;
}
.wexin{
	padding-top:40px;
}
.wexin ul li{
	float: left;
	width:136px;
	margin: 0 32px;
	text-align: center;
}
.wexin ul li p{
	font-size:16px;
	line-height: 40px;
	color:#fff;
}
.copyright{
	background:#232323;
	text-align: center;
}
.copyright p{
	font-size:12px;
	text-align: center;
	color:#a0a0a0;
}

.Totop{
    width: 45px;
    position: fixed;
    right: -1px;
    bottom: 160px;
    z-index: 999;
    border: 1px #dcdcdc solid;
}
.findetop{
	background:#fff;
	text-align: center;
}
.findetop ul li a{
    font-size: 12px;
    display: block;
    text-align: center;
    line-height: 24px;
    color: #000;
}
.findetop ul li{
	position: relative;
}
.divwxin{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100px;
    height: 100px;
    z-index: -1;
}
.divwxin img{
	display: block;
	width:100%;
	height: 100%;
}
.findetop ul li a p.iconfont{
    display: block;
    font-size: 30px;
    line-height: 36px;
    color: #666;
}
.findetop ul li.cur1 a{border-bottom:2px solid #dcdcdc;}
.findetop ul li.cur2 a{border-bottom:2px solid #dcdcdc;}
.findetop ul li.cur3 a{padding-top:20px;background:url(../images/ww3.png) no-repeat center 5px;}
.findetop ul li.cur3{background:url(../images/xg1.png) no-repeat bottom center;}

.findetop ul li a:hover p.iconfont{
	color:#28bebd;
}

/*高级检索*/

.js-header{
	height: 120px;
	background: url(../images/tool-back.png)center center no-repeat;
	background-size: 100% 100%;
    line-height: 120px;
}
.js-header .tool-header-c{
	width: 1200px;
	color:rgba(255,255,255,1);
	text-shadow:1px 3px 0px rgba(0,64,177,0.44);
	height: 100%;
	line-height: 132px;
    margin: 0 auto;
    font-size: 35px;
}
.js-header .tool-header-c a{
	color:rgba(255,255,255,1);
	text-shadow:1px 3px 0px rgba(0,64,177,0.44);
}
.js-header .tool-header-c img{
	margin-right: 10px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}
.topdlvtnb{
	padding-top: 15px;
}
.hychi p{
	line-height: 22px;
	font-size:16px;
	color:#b3b4b7;
	padding-right:10px;
}
.holiset a{
	display: inline-block;
	line-height: 22px;
	font-size:16px;
	color:#b3b4b7;
	padding-right:15px;
}
.holiset a.cur{
	padding-left:20px;
	border-left:1px solid #3b7abd;
}

.js-inner{
	width:1234px;
	margin:0 auto;
}
.topjs{
	background:#fbfbfb;
	padding:24px 0;
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
}
.labelfl{
	float: left;
	width:140px;
	text-align: right;
	font-size:14px;
	color:#535353;
	line-height: 28px;
}
.js-form{
	padding-bottom: 30px;
}
.input-js{
	float: left;
	width:290px;
	height:26px;
	padding:0 10px;
	border:1px solid #b5b5b5;
	border-radius:5px;
	background:#ffffff;
}
.input-js input{
	display: block;
	width:100%;
	overflow: hidden;
	line-height: 26px;
	border: none;
	outline: none;
}
.gjianci p{
	font-size:15px;
	color:#a0a0a0;
	line-height: 28px;
}

.input-js2{
	width:635px;
}
.zhibox{
	width:98px;
	text-align: center;
	line-height: 28px;
	color:#434343;
}
.ptjsbtna{
	display: block;
	font-size:15px;
	color:#535353;
	position: absolute;
	top:50px;
	right:30px;
	z-index: 99;
}

.btn-czhi{
	text-align: center;
}
.btn-czhi button{
	display: inline-block;
	width:170px;
	height: 42px;
	text-align: center;
	font-size:14px;
	background:#3b7abd;
	border-radius:5px;
	border: none;
	outline: none;
	color:#fff;
	margin:0 33px;
}

.leftinfor{
	width:810px;
	float: left;
}
.whifor{
	background:#fbfbfb;
	margin-bottom: 33px;
}
.transurp ul li{
	float: left;
	width:205px;
	text-align: center;
	margin-right: 22px;
}
.transurp ul li a{
	display: block;
	text-align: center;
	font-size:18px;
	color:#2e3c4c;
	line-height: 55px;
}
.transurp{
	position: relative;
	border-bottom: 1px solid #c8c8c8;
}
.zhankbox{
	width: 113px;
	height: 36px;
	position: absolute;
	right: 0px;
	bottom:0px;
	background:#3b7abd;
}
.zhankbox span{
	display: inline-block;
	height: 36px;
	width:19px;
	position: absolute;
	right:20px;
	top:0;
	background:url(../images/xl1.png) no-repeat center center;
}
.zhankbox a{
	display:block;
	font-size:18px;
	color:#fff;
	line-height: 36px;
	padding-left:25px;
}
.zhankbox.cur span{
	-webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}
.transurp ul li.cur a{
	color:#fff;
	background:#3b7abd;
}

.lehany{
	float: left;
	font-size:16px;
	line-height: 31px;
	color:#1b1b1b;
}

.cityboxmr{
	width:650px;
	position: relative;
}
.cityboxmr ul li{
	float: left;
	margin:2px 0;
	border:2px solid transparent;
}
.cityboxmr ul li a{
	display: block;
	font-size:15px;
	color:#313131;
	line-height: 27px;
	padding:0 8px;
}
.cityboxmr ul li.cur{border-color: #3b7abd;}
.cityboxmr ul li.cur a{color:#3b7abd;}
.slide_up{
	display: none;
}
.gdmore{
	display: block;
	width:42px;
	font-size:15px;
	color:#3b7abd;
	line-height:15px;
	position: absolute;
	right:-50px;
	top:8px;
	z-index: 99;
	cursor: pointer;
	background:url(../images/angle.png) no-repeat bottom right;
}
.fleifull{
	padding:13px 0;
}
.fleibox{
	padding:15px 30px;
}

.pashu{
	padding:18px 30px;
	border-top: 1px solid #d2d2d2;
}
.mod_select ul{margin:0;padding:0;}
.mod_select ul li{list-style-type:none;float:left;}
.select_label{color:#1b1b1b;float:left;line-height:32px;font-size:16px;}
.select_box{height:30px;float:left;border:solid 1px #EDE7D6;color:#535353;position:relative;cursor:pointer;width:165px;background:url(../images/angle.png) no-repeat bottom right;font-size:15px;}
.select_txt{display:inline-block;padding-left:10px;width:135px;line-height:30px;height:24px;cursor:text;overflow:hidden;}
.option{width:165px;;border:solid 1px #EDE7D6;position:absolute;top:30px;left:-1px;z-index:2;overflow:hidden;display:none;}
.option a{display:block;height:26px;line-height:26px;text-align:left;padding:0 10px;width:100%;background:#fff;}
.option a:hover{background:#3b7abd;color:#fff;}

.chackst{
	display: block;
	font-size:15px;
	line-height:30px;
	color:#1b1b1b;
}
.chackst input{
	display: inline-block;
	width:18px;
	height: 18px;
	margin-right:13px;
	position: relative;
	top: 3px;
}

.soutext h3{
	font-size:18px;
	color:#2e3c4c;
	line-height: 60px;
	padding-left: 30px;
}

.randwen_2{
	padding:0;
}
.randwen_2 span{
	text-align: left;
}
.randwen_2 p a{
	margin-left:-10px;
	padding-left:10px;
	font-weight: bold;
}
.mesgebox ul li{
	padding:20px 40px;
	position: relative;
	border-top: 1px solid #d2d2d2;
}

.nesban p{
	font-size:14px;
	color:#434343;
	line-height: 30px;
}
.yxdbox{
	position: absolute;
	right:45px;
	top:0px;
	z-index: 99;
}
.mesgebox ul li:hover .randwen p a{
	color:#3b7abd;
}
.yemaxst{
	overflow: hidden;
	padding-bottom: 35px;
	padding-left:60px;
}

.yamxzm a{
	display: inline-block;
	width:37px;
	height: 25px;
	color:#434343;
	text-align: center;
	background:#fff;
	border-radius:3px;
	border: 1px solid #dcdcdc;
}
.yamxzm a:hover,.yamxzm a.cur{
	background:#3b7abd;
	color:#fff;
	border-color: #3b7abd;
}
.tizhi{
	padding:0 24px;
	font-size:15px;
	color:#707070;
	line-height:27px;
}
.tizhi input{
	display: inline-block;
	width:37px;
	height: 25px;
	color:#434343;
	outline: none;
	text-align: center;
	background:#fff;
	border-radius:3px;
	border: 1px solid #dcdcdc;
}

.right-form{
	float: right;
	width:400px;
}

.wsixk h3{
	font-size:18px;
	color:#2c3e50;
	line-height:54px;
	padding-left:23px;
	border-bottom: 1px solid #b5b5b5;
}
.scwall{
	background: #fbfbfb;
	border-radius:10px;
	margin-bottom: 15px;
}
.sinful{
	padding:20px 12px 16px 30px;
}
.sinful a{
	display: block;
	line-height:30px;
	font-size:15px;
	color:#535353;
}
.sinful-ly{
	padding:14px 12px 10px 30px;
}
.sinful-ly a{
	display: block;
	line-height:24px;
	font-size:15px;
	color:#535353;
}
.listful ul li+li{
	border-top: 1px solid #ebebeb;
}
.sinful-ly span{
	display: block;
	padding-left:26px;
	font-size:14px;
	color:#959595;
	line-height:28px;
	background:url(../images/tm1.png) no-repeat left center;
}



/*浏览历史*/

.por{
	position: relative;
}
.poaput{
	width:360px;
	position: absolute;
	top:8px;
	left:275px;
	z-index:99;
}
.sou-form-ls{
	width:360px;
}
.sou-form-ls input{
	width:290px;
}
.sou-form-ls a.gjan{
	color:#a6acb3;
}

.ls-conter{
	padding:26px 0;
}
.maincontent{
    width:1200px;
    margin: 30px auto;
}
.content{
    margin: 15px auto;
    width: inherit;
    height: auto;
    min-height: 200px;
    display: inline-block;
}
.tool{
    width: inherit;
    display: inline-block;
}
.content ul li{
    float: left;
    width:200px;
    text-align: center;
    height: 160px;
    margin: 20px 0px 0px 0px;

}
.tool ul li{
    float: left;
    width:106px;
    text-align: center;
    height: 100px;
}
.content ul li p{
    color: #222;
    font-size: 16px;
    font-weight: 500;
    padding-top: 130px;
    text-align: center;
}
.tool ul li p{
    color: #222;
    font-size: 14px;
    font-weight: 500;
    padding-top: 70px;
    text-align: center;
    padding-left: 12px;
    padding-right: 12px;
}
.content ul li.pic{
    background: url(../images/pic.png) no-repeat  center;
    background-size: 60px 60px ;
}
.content ul li.yasuo{
    background: url(../images/yasuo.png) no-repeat  center;
    background-size: 60px 60px ;
}
.content ul li.content1{
    background: url(../images/icon1.png) no-repeat  center;
    background-size: 60px 60px ;
}
.content ul li.content2{
    background: url(../images/icon2.png) no-repeat center;
    background-size: 60px 60px ;
}
.content ul li.content3{
    background: url(../images/icon3.png) no-repeat center ;
    background-size: 60px 60px ;
}
.content ul li.content4{
    background: url(../images/icon4.png) no-repeat center;
    background-size: 60px 60px ;
}
.content ul li.content5{
    background: url(../images/icon5.png) no-repeat center ;
    background-size: 60px 60px ;
    margin: 20px 0px 0px 0px;
}
.content ul li.content6{
    background: url(../images/icon6.png) no-repeat center;
    background-size: 60px 60px ;
}
.content ul li.content7{
    background: url(../images/icon7.png) no-repeat center ;
    background-size: 60px 60px ;
}
.content ul li.content8{
    background: url(../images/icon8.png) no-repeat center;
    background-size: 60px 60px ;
}
.content ul li.content9{
    background: url(../images/icon9.png) no-repeat center ;
    background-size: 60px 60px ;
}
.content ul li.content10{
    background: url(../images/icon10.png) no-repeat center;
    background-size: 60px 60px ;
    margin: 20px 0px 0px 0px;
}
.content ul li.content12{
    background: url(../images/icon12.png) no-repeat center;
    background-size: 60px 60px ;
}
.content ul li.content13{
    background: url(../images/icon13.png) no-repeat center;
    background-size: 60px 60px ;
}
.content ul li.content14{
    background: url(../images/icon14.png) no-repeat center;
    background-size: 60px 60px ;
}
.content ul li.content15{
    background: url(../images/icon15.png) no-repeat center;
    background-size: 60px 60px ;
}
.content ul li.content16{
    background: url(../images/icon16.png) no-repeat center;
    background-size: 60px 60px ;
}
.content ul li.content18{
    background: url(../images/icon18.png) no-repeat center;
    background-size: 60px 60px ;
}
.content ul li.content19{
    background: url(../images/icon19.png) no-repeat center;
    background-size: 60px 60px ;
}
.content ul li.content20{
    background: url(../images/icon20.png) no-repeat center;
    background-size: 60px 60px ;
}
.content ul li.content21{
    background: url(../images/icon21.png) no-repeat center;
    background-size: 60px 60px ;
}
.content ul li.content22{
    background: url(../images/icon22.png) no-repeat center;
    background-size: 60px 60px ;
}
.content ul li.content23{
    background: url(../images/icon23.png) no-repeat center;
    background-size: 60px 60px ;
}
.content ul li.content24{
    background: url(../images/icon24.png) no-repeat center;
    background-size: 60px 60px ;
}
.content ul li.content25{
    background: url(../images/icon25.png) no-repeat center;
    background-size: 60px 60px ;
}
.content ul li.content26{
    background: url(../images/icon26.png) no-repeat center;
    background-size: 60px 60px ;
}
.content ul li.content27{
    background: url(../images/icon27.png) no-repeat center;
    background-size: 60px 60px ;
}
.content ul li.content28{
    background: url(../images/icon28.png) no-repeat center;
    background-size: 60px 60px ;
}

.cal{
    background: #ffffff;
	margin-bottom: 20px;
	padding-bottom: 20px;

}
.tuijian{
    background: #ffffff;
    width: inherit;
    margin-bottom: 20px;
}
.tuijian h3 {
    font-size: 18px;
    padding: 28px 0 16px;
    border-bottom: 1px solid #E9E9E9;
    margin: 0 16px;
    font-weight: bold;
}
.maincontent h1{
    font-size: 32px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 10px;
    display: block;
    color:#364355 ;
}
.maincontent .content h3{
    font-size: 18px;
}

.left-content{
    width: 860px;
    margin-top:20px;
    margin-bottom: 30px;
    background-color: #ffffff;
    padding-top: 20px;
    padding-bottom: 50px;
    float: left;

}
.left-content p{
	padding: 0 20px 20px 20px;
	font-size: 16px;
	color: #222;
}
.left-content p strong{
    font-size: 16px;
    font-weight: 800;
}
.right-content{
    width: 320px;
    margin-top: 20px;
    float: right;
    height: auto;

}
.right-content .calculate{
    height: 350px;
    background-color: #ffffff;
}
.personal{
    margin: 45px auto;
    height: 1000px;

}

.ar_content{
    padding: 0 30px 30px 30px;
    width: 100%;
    box-sizing: border-box;
}
.ar_content table tr td{
    height: 40px;

}
.ar_content .insure_detail{
	text-align: center;
	width: 100%;
	margin-top: 76px;
}
.ar_content .insure_detail tr td{
     height: 50px;
	 min-width: 100px;
	 border: 1px solid #E9E9E9;
	 font-size: 16px;
 }
 .ar_content .insure_detail tr td .itxt{
	height: 16px !important;
	margin: 0;
 }

.ar_content .insure_detail tr th{
	color: #222;
    text-align: center;
    border: 1px solid #E9E9E9;
    height: 46px;
    font-size: 18px;
    font-weight: bold;
}
.sstz_list1 li{
    font-size:14px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 100px;
}

.dropdownBtn{
    background: url("../images/xiala.png");
    background-size: 30px;
}
.changebutton{
	width: 480px;
    height: 38px;
    margin-left: 83px;
    color: white;
    background: #00C250;
    border-radius: 4px;
	margin-right: 40px;
	font-size: 16px;
	transition: .3s;
	border: 0;
	cursor: pointer;
}
.changebutton:hover{
	background: #26d46e;
}
.changebutton img{
	width: 20px;
    height: 20px;
    margin-right: 6px;
    vertical-align: middle;
}
.changebutton:hover{
    color: #ffffff;
    background: #01aa78;
}
.t-kuaiji{
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 30px;
    border-collapse: collapse;
    border-spacing: 0px;
    color: rgb(51, 51, 51);
    font-family: 宋体;
    font-size: 16px;
    line-height: 28px;
    width: 800px;
    border: 1px solid rgb(0, 0, 0);
}
.t-kuaiji tbody{
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
.t-kuaiji tbody tr{
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
.t-kuaiji tbody tr td{
    margin: 0px;
    padding: 0px;
    font-size: 10pt;
    text-align: center;
    vertical-align: middle;
    height: 18pt;
    border: 1.2px solid #959595;
}

.leftlabar{
	width:210px;
	background:#fdfdfd;
	border:1px solid #d3d3d3;
	border-radius:5px;
	box-shadow: 2px 2px 5px 0px #dedede;
}
.leftlabar ul li a{
	display: block;
	padding-left:50px;
	line-height: 46px;
	color:#000;
}
.leftlabar ul li.nu1 a{background:url(../images/nu1.png) no-repeat 12px center;}
.leftlabar ul li.nu2 a{background:url(../images/nu2.png) no-repeat 12px center;}
.leftlabar ul li.nu3 a{background:url(../images/nu3.png) no-repeat 12px center;}

.leftlabar ul li.cur a{background:#01aa78 url(../images/nu2.png) no-repeat 12px center; color:#fff;}


.right-lscot{
	float: right;
	width:930px;
	background:#fbfbfb;
}
.tefor h3{
	font-size:18px;
	color:#fff;
	background: #01aa78;
	line-height: 46px;
	padding-left: 35px;
}

.jurast ul li{
	padding:24px 0 10px 60px;
	position: relative;
	overflow: hidden;
}
.jurast ul li+li{
	border-top:1px solid #d2d2d2;
}
.jurast ul li:hover .randwen_3 p a,.jurast ul li:hover .randwen_4 p a{
	color:#3b7abd;
}
.randwen_3{
	padding:0;
	float: left;
	width:715px;
}
.randwen_3 span{
	text-align: left;
}
.randwen_3 p a{
	margin-left:-10px;
	padding-left:10px;
	font-weight: bold;
}
.tamsy{
	width:150px;
	float: right;
}
.tamsy span{
	display: inline-block;
	font-size:15px;
	color:#313131;
	line-height: 36px;
}

.randwen_4,.nesban_2{
	padding:0;
	width:745px;
}
.randwen_4 span{
	text-align: left;
}
.randwen_4 p a{
	margin-left:-10px;
	padding-left:10px;
	font-weight: bold;
}


.quxiao{
	position: absolute;
	right: 23px;
	bottom:14px;
	z-index: 99;
}
.quxiao a{
	display: block;
	width:80px;
	height: 34px;
	line-height:34px;
	color:#fff;
	background:#3b7abd;
	border-radius:5px;
	text-align: center;
}
.fleibox.cur{
	border-bottom: 1px solid #d2d2d2;
}

.zhanhaox{
	padding:25px 86px;
	min-height: 439px;
}

.user-mian p{
	font-size:16px;
	color:#313131;
	padding:15px 0;
}

.fk-header{
	height:205px;
	background:url(../images/fk-bg.jpg) no-repeat top center;
}
.kzhiban{
	padding:36px 0;
	padding-left:30px;
}
.backbtn{
	padding:8px 0;
	padding-left:10px;
}
.sxiajt{
	padding:8px 0;
	padding-left:120px;
}
.sxiajt a{
	display: inline-block;
	margin:0 5px;
}
.backz{
	font-size:16px;
	line-height:26px;
	color:#a6acb3;
}
.backspan span{
	display: inline-block;
	width:24px;
	height: 26px;
	margin-right:12px;
	border-radius:5px;
	cursor: pointer;
}
.bgbtn1{background:#88abda;}
.bgbtn2{background:#acd598;}
.bgbtn3{background:#aa89bd;}


#test{
	width:150px;
	padding:20px 0;
	position: relative;
}
#htm-span{
	display: block;
	width:50px;
	font-size:16px;
	color:#a6acb3;
	position: absolute;
	right:-60px;
	top:10px;
}

#hanju{
	display: block;
	width:60px;
	font-size:16px;
	color:#a6acb3;
	position: absolute;
	left:-60px;
	top:10px;
}
input[type=range] {
    -webkit-appearance: none;
    width:150px;
    border-radius: 10px; /*这个属性设置使填充进度条时的图形为圆角*/
}
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
} 
input[type=range]::-webkit-slider-runnable-track {
    height:55px;
    border-radius: 10px; /*将轨道设为圆角的*/
    /*box-shadow: 0 1px 1px #def3f8, inset 0 .125em .125em #0d1112; /*轨道内置阴影效果*/
}
input[type=range]:focus {
    outline: none;
}


/*横条样式*/  
input[type=range] {  
  -webkit-appearance: none;/*清除系统默认样式*/  
  width:150px;  
  background: -webkit-linear-gradient(#3b7abd, #418abd) no-repeat, #ddd;/*设置左边颜色为#61bd12，右边颜色为#ddd*/  
  background-size:30% 100%;/*设置左右宽度比例*/  
  height:2px;/*横条的高度*/  
}  
/*拖动块的样式*/  
input[type=range]::-webkit-slider-thumb {  
  -webkit-appearance: none;/*清除系统默认样式*/  
  height:4px;/*拖动块高度*/  
  width: 26px;/*拖动块宽度*/  
  background: #3b7abd;/*拖动块背景*/
  margin-top:25px;  
}  

.findsetr{
	width:1036px;
	border: 1px solid #b5b5b5;
	background:#fff;
	margin:0 auto;
}
.findbarst{
	padding:30px;
}
.topfond{
	text-align: center;
	position: relative;
	padding-bottom:30px;
}
.topfond h2{
	text-align: center;
	font-size:22px;
	color:#bc312e;
	line-height:42px;
}
.topfond h3{
	font-size:16px;
	text-align: center;
	color:#434343;
	line-height: 26px;
}
.topfond p{
	font-size:15px;
	text-align: center;
	color:#a0a0a0;
	line-height: 26px;
}
.xxbox{
	width:100%;
	height: 33px;
	position: absolute;
	bottom:-15px;
	background:url(../images/xx1.png) no-repeat center center;
}
.towaltext{
	text-align: center;
	padding:16px 0;
}
.towaltext span{
	display: inline-block;
	color:#1b1b1b;
	margin:0 55px;
	line-height: 30px;
}

.zhkwset p{
	text-indent:2em;
	font-size:15px;
	line-height: 36px;
}
.erwix{
	text-align: center;
}
.erwix a{
	display: inline-block;
	width:255px;
	height:54px;
	font-size:14px;
	color:#fff;
	padding-top:10px;
	line-height: 20px;
	background:url(../images/item-2.png) no-repeat;
}
.miniansr{
	background:#ffffff;
	margin-bottom:40px;
}
.tmist h3{
	padding-left:30px;
	font-size:18px;
	color:#2e3c4c;
	line-height: 60px;
}
.granwall>ul>li{
	float: left;
	width:20%;
	padding:1px;
	box-sizing:border-box;
}
.granwall>ul{
	padding:0 2px;
	overflow: hidden;
	padding-bottom: 26px;
}
.inrasgtu{
	background:#fbfbfb;
	box-sizing:border-box;
	padding:10px 6px;
	height: 200px;
	overflow: hidden;
	border: 1px solid #dcdcdc;
}
.walnuxst a{
	display: block;
	font-size:15px;
	color:#1b1b1b;
	line-height: 28px;
	max-height:84px;
	overflow: hidden;
}
.ulreanst ul li a{
	display: block;
	font-size:14px;
	color:#7d7d7d;
	line-height:24px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.rigtfidex{
	width:48px;
	position: fixed;
	right:50px;
	top:150px;
	z-index: 99999;
	border:1px solid #e5e5e5;
	background:#f6f6f6;
}
.find-fk ul li{
	height:50px;
	width:100%;
}
.find-fk ul li a{
	display: block;
	width:100%;
	height: 100%;
	line-height: 50px;
	text-align: center;
}
.find-fk ul li a em.iconfont{
	display: inline-block;
	line-height: 50px;
	color:#4f453c;
	font-size:30px;
}
.find-fk ul li.cur,.find-fk ul li:hover{background:#3b7abd;}
/*.find-fk ul li.nx1 a{background:url(../images/vx1.png) no-repeat center center;}
.find-fk ul li.nx2 a{background:url(../images/vx2.png) no-repeat center center;}
.find-fk ul li.nx3 a{background:url(../images/vx3.png) no-repeat center center;}
.find-fk ul li.nx4 a{background:url(../images/gx1.png) no-repeat center center;}
.find-fk ul li.nx5 a{background:url(../images/gx2.png) no-repeat center center;}
.find-fk ul li.nx6 a{background:url(../images/gx3.png) no-repeat center center;}*/
.find-fk ul li.cur a em.iconfont,.find-fk ul li:hover a em.iconfont{
	color:#fff;
}
.fonst-up a{
	display: block;
	width:28px;
	height:28px;
	background:#3b7abd;
	border-radius:3px;
	color:#fff;
	line-height: 28px;
	margin:0 auto;
	margin-bottom: 18px;
	text-align: center;
}
.bg-nomrl{
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bg-wzhao{
	width:700px;
	padding-bottom: 40px;
	background:#e5e5e5;
}
.nomrlbox{
	padding:72px 90px;
	background:#fff;
}
.iconbg p{
	font-size:16px;
	color:#434343;
	padding:10px 0;
}
.iconbg p a{
	display: inline-block;
	font-size:16px;
	color:#3b7abd;
	text-decoration: underline;
}
.iconbg{
	padding-top:50px;
	padding-left: 175px;
	background:url(../images/wzx1.png) no-repeat left top;
}

.flktanc{
	width:100%;
	height:100%;
	position:fixed;
	left: 0px;
	top:0px;
	background:rgba(0,0,0,0.5);
	z-index: 999999999;
	display: none;
}
.sigrfk{
	width:520px;
	height:auto;
	background:#fff;
	position: absolute;
	left: 50%;
	top:50%;
	margin-left: -260px;
	border-radius:5px;
	margin-top: -135px;
	/*transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);*/
}
.titlex{
	background:#f1f1f1;
	padding:0 15px;
	overflow: hidden;
	border-radius:5px 5px 0 0;
}
.titlex h3{
	font-size:13px;
	line-height:40px;
	float: left;
	color:#666;
}
.colse_but{
	display: inline-block;
	line-height:40px;
	font-size:20px;
	color:#999;
	cursor: pointer;
	width:30px;
	text-align: center;
}
.itemk{
	margin-bottom:10px;
}
.itemk span{
	float: left;
	width:80px;
	text-align: right;
	line-height:30px;
	color:#555;
	margin-right:10px;
}
.tesigr{
	padding:15px 0;
}
.itemk textarea{
	display: block;
	float: left;
	width:370px;
	height:80px;
	resize: none;
	padding:10px;
	border: none;
	outline: none;
	border: 1px solid #ccc;
}
.itemk input{
	display: block;
	float: left;
	width:390px;
	line-height: 30px;
	outline: none;
	border: none;
	border: 1px solid #ccc;

}
.itemk.cur{
	padding:5px 30px;
	border-top: 1px solid #ccc;
	text-align: right;
}
.itemk.cur a{
	display: inline-block;
	padding:0 15px;
	text-align: center;
	background:rgba(26, 188, 156, 1);
	border-radius:3px;
	color:#fff;
}


.mark{
    width:100%;
    height:100%;
    position: fixed;
    left: 0;
    top: 0;
    background:rgba(0,0,0,0.5);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    z-index: 1001;
    display: none;
}
.share-dialog{
    position: fixed;
    left: 50%;
    top: 50%;
    width: 500px;
    height: 270px;
    margin:-135px 0 0 -250px;
    background: #fff;
    z-index: 1002;
}
.share-dialog .share-close{
    position: absolute;
    right: 7px;
    top: 10px;
    width: 26px;
    height: 26px;
    display: inline-block;
    cursor: pointer;
    background: url("../images/dialog-close.png") no-repeat;
}
.share-dialog .share-dialog-title{
    height: 45px;
    line-height: 45px;
    text-indent: 15px;
    background: #eee;
}
.share-dialog .share-dialog-cont{
    padding:38px 20px;
    font-size: 14px;
}
.share-dialog .share-copy-l{
    float: left;
    width: 77px;
    margin-top: 8px;
}
.share-dialog .share-copy-c{
    float: left;
    width: 307px;
}
.share-dialog .share-copy-c input{
    display: block;
    width: 100%;
    height: 36px;
    padding: 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    line-height: 1.2;
    color: #555;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #ccc;
}
.share-dialog .share-copy-c input:focus{
    border-color: #333;
    outline: 0;
}
.share-dialog .share-copy-r{
    float: left;
    width: 76px;
    text-align: right;
    color: #f37b1d;
    margin-top: 8px;
    cursor: pointer;
}
.share-platform{
    clear: both;
    margin-top: 10px;
}
.share-platform .share-platform-l{
    float: left;
    width: 77px;
    margin-top: 8px;
}
.share-platform .share-platform-r{
    float: left;
    width: 310px;
}
.bdsharebuttonbox a {
    float: left;
    width: 32px;
    line-height: 32px;
    height: 32px;
    background-image: url(../images/icons_1_32.png?v=83ba0265.png);
    _background-image: url(../images/icons_1_32_debase.png?v=0de29fb2.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 6px 6px 6px 0;
    text-indent: -100em;
    overflow: hidden;
    color: #3a8ceb;
}
.share-platform .bds_weixin{
    background: url(../images/css-bg.png);
    background-position: -13px -7px !important;
}
.share-platform .bds_tsina{
    background: url(../images/css-bg.png);
    background-position: -57px -7px !important;
}
.share-platform .bds_sqq{
    background: url(../images/css-bg.png);
    background-position: -101px -7px !important;
}
.share-platform .bds_qzone{
    background: url(../images/css-bg.png);
    background-position: -146px -7px !important;
}
.share-platform .share-platform-text{
    color: #aaa;
    margin-top: 5px;
}

.m_mcon_m table {
    width: 550px;
}
.m_mcon_m h4{
    color: red;
}
.m_mcon_m table  tr{
    width: 550px;
}
.m_mcon_m table  tr td{
    margin: 10px;
    height: 30px;
    padding-left: 5px;
    padding-right: 5px;
}
.m_mcon_m fieldset{
    margin-bottom: 20px;
    background:#f6f6f6;
}


/* jump */
#jump{position:fixed;top:300px;right:30px;width:40px;z-index:400;}
*html #jump{position:absolute;top:expression(documentElement.scrollTop + "px");margin:300px 0 0 0;}
#jump li{height:50px;overflow:hidden;}
#top,#share,#reply,#sina,#ceping,#weixin{display:block;width:40px;height:42px;overflow:hidden;cursor:pointer;}
#top{background:url(../images/top.png) no-repeat;}
#weixin{background:url(../images/weixin.png) no-repeat;}
#top:hover{background:url(../images/toped.png) no-repeat;}
#weixin:hover{background:url(../images/weixind.png) no-repeat;}

#EWM{position:absolute;left:-150px;display:none;}
#EWM img{width:150px;height:150px;}
/* 工具类 */
.clear{ clear:both; overflow:hidden; height:0px;}
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.lft{ float:left;}
.rgt{ float:right;}
.text-overflow{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.text-multiple-2{/* autoprefixer:off */
overflow:hidden;text-overflow:ellipsis;display:-webkit-box !important;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.responsive-image{display:block;width:100%;height:100%;}
/* 首页样式更改 */
.container-center{
	width: 1200px;
	padding-left: 50px;
	padding-right: 20px;
	padding-top: 67px;
	box-sizing: border-box;
	margin: 20px auto 30px;
	background: #fff;
}
.container-center *{
	box-sizing: border-box;
}
.container-center .t-each-block{

}
.container-center .t-each-tag:nth-child(n+6) {
    margin-top: 100px;
}
.container-center .t-each-title{
	color: #222;
	font-size: 24px;
	position: relative;
}
.container-center .t-each-title:before{
	position: absolute;
    content: '';
    right: 0;
    top: 13px;
    width: 85%;
    height: 1px;
    background: #E9E9E9;
}

.tool-each-title{
	color: #222;
	font-size: 24px;
	position: relative;
	text-align: left;
}
.tool-each-title.type2{
	margin: 40px 20px 0 20px;
}
.tool-each-title span{
	color: #222;
	font-size: 24px;
	position: relative;
	display: inline-block;
	height: 100%;
	padding-right: 20px;
	background: #fff;
	padding-bottom: 27px;
}
.tool-each-title:before{
	position: absolute;
    content: '';
    right: 0;
    top: 13px;
    width: 85%;
    height: 1px;
    background: #E9E9E9;
}
.container-center .t-each-line{
	padding: 100px 0;
}
.container-center .t-each-tag{
	text-align: center;
    width: 20%;
    float: left;
}
.container-center .t-each-tag p{
	color:#222;
	font-size: 18px;
	margin-top: 36px;
}
.container-center .t-each-tag img{
	
}
.zp-desc p{
	color: #222;
	font-size: 16px;
}
.tool-wra{
	margin: 50px 0 30px 0;
	text-align: center;
	padding: 0 20px;
}
.tool-wra .tool-each-tag{
	width: 33.33332%;
	float: left;
	margin-bottom: 27px;
}
.tool-wra .tool-each-tag img{
	width: 40px;
}
.tool-wra .tool-each-tag p{
	font-size: 14px;
	color:#222;
	margin-top: 20px;
	padding: 0 10px;
}

/* 表单样式相关 */
input::placeholder {
    color: #999;
}
input[type="text"]{
	margin-left: 18px;
	padding: 6px 8px;
    border: 1px solid #bfbfbf;
	font-size: 16px;
	transition: .2s;
}
input[type="text"]:focus{
	outline: none;
	border: 1px solid #387FFC;
}
.w480{
	width: 480px;
	box-sizing: border-box;
}
.en{
	position: relative;
}
.en:before{
	content: "元";
    position: absolute;
    width: 20px;
    height: 20px;
    left: 557px;
    top: 7px;
    font-size: 16px;
    color: #222;

}
/* 表单左边标题 宽度默认150px */
.form-container{
	font-size: 16px;
	color: #222;
	position: relative;
	padding-bottom: 30px !important;
}
.form-container.no-bottom:before{
	display: none;
}
.terseTable input[type="text"]{
	pointer-events: none;
}
.form-container:before{
	content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 95%;
    height: 1px;
    background: #e9e9e9;
    right: 0;
    margin: 0 auto;
}
.form-container .result{
	font-size: 16px;
    padding-left: 168px;
    margin-top: 60px;
}
.form-container .result.zinv{
	width: 480px;
    margin-left: 168px;
    background: rgba(246,246,246,1);
    border: 1px solid rgba(211,211,211,1);
    box-sizing: border-box;
    padding: 12px;
}
.form-container .result.zinv em{
	color: red;
}
.form-container .result p{
	margin-bottom: 15px;
	padding: 0;
}
.form-container .result p:last-child{
	margin-bottom: 0;
}
.form-container .result input[type="text"]{
	margin: 0 10px;
}
.form-container .result input[type="text"]:read-only{
	background: #fff;
}
.form-container *{
	box-sizing: border-box;
}
.form-container .each-row{
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	position: relative;
}
.form-container .each-row.multiple-input{
	font-size: 16px;
	margin-left: 22px;
}
.form-container .each-row.multiple-input input[type="text"]{
	margin-left: 20px;
	margin-right: 10px;
}
.form-container .each-row.flex-wrap{
	flex-wrap: wrap;
}
.form-container .w50p{
	width: 50%;
	flex: none;
	position: relative;
	display: flex;
	align-items: center;
}
.form-container .w50p input[type="text"]{
	width: 160px !important;
}
/* .form-container.small .each-row{
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	position: relative;
} */
.form-container .each-row .warning{
	position: absolute;
    font-size: 12px;
    color: #FF1F24;
    left: 0;
    bottom: -21px;
    height: 20px;
    width: 100%;
    text-indent: 169px;
}
.form-container .each-row input[type="text"],.form-container .each-row select{
	width: 480px;
	height: 38px;
}
.fieldset .each-row input[type="text"],.fieldset .each-row select{
	width: 230px;
}
.form-container .each-row input:read-only{
	background: #f2f2f2;
	pointer-events: none;
}
.form-container .each-row input[type="checkbox"],.form-container .each-row input[type="radio"]{
	margin-left: 20px;
	margin-right: 12px;
}
.form-container .each-row label{
	font-size:16px;
}
.form-container .each-row .common-btn {
    width: 480px;
    height: 38px;
    color: white;
    background: #00C250;
    border-radius: 4px;
    font-size: 16px;
    transition: .3s;
    border: 0;
	cursor: pointer;
	margin-left: 20px;
	line-height: 1;
}
.form-container .each-row .common-btn:hover{
	background: #29d871;
}
.form-container .each-row .common-btn:focus{
	outline: 0;
}
.form-container .each-row .common-btn.blue {
    background: #387FFC;
}
.form-container .each-row .common-btn.blue:hover {
    background: #5993f9;
}
.form-container .each-row .common-btn.w230{
	width: 230px;
}
.form-container .each-row .common-btn:first-child{
	margin-left: 168px;
}
.form-title {
    width: 150px;
    text-align: right;
    display: inline-block;
    font-size: 16px;
    margin-right: 18px;
    color: #222;
}
.form-title-fieldset {
    width: 243px;
    display: inline-block;
    font-size: 16px;
    margin-right: 18px;
    color: #222;
}
.form-title-sub {
    width: 100px;
    text-align: right;
    display: inline-block;
    font-size: 16px;
    margin-right: 18px;
    color: #222;
}
.form-title+input{
	margin-left: 0;
}
select{
	height: 38px;
    padding: 6px 4px;
    font-size: 16px;
    color: #999;
}
select option{
	color: #222;
}
.each-row.en:before{
	content: "元";
    position: absolute;
    width: 20px;
    height: 20px;
    left: 624px;
    top: 7px;
    font-size: 16px;
    color: #222;

}
.each-row.wen:before{
	content: "万元";
    position: absolute;
    height: 20px;
    left: 607px;
    top: 8px;
    font-size: 16px;
    color: #222;

}
.each-row .unit{
	position: absolute;
    height: 20px;
    right: 221px;
    top: 50%;
    font-size: 16px;
    color: #222;
    margin-top: -10px;
}
.fieldset .each-row .unit{
	right: 138px;
}
.fieldset .each-row.sm{
	margin-bottom: 10px;
}
.fieldset .each-row.sm .unit{
	right: 10px;
}
.f-r{
	display: flex;
	flex-direction: column;
}
.each-row .unit2{
	margin: 0 8px;
	color: #222;
	font-size: 16px;
}
#seq{
	color: #222;
	font-size: 16px;
}
.form-container .each-row input::placeholder {
    color: #999;
}
.form-container .subtitle h4{
	color: #FF1515;
	font-size: 16px;
	padding-right: 13px;
    position: relative;
    display: inline-block;
    height: 100%;
    background: #fff;
    padding-bottom: 25px;
}
.form-container .subtitle{
	position: relative;
}
.form-container .field-title{
	position: relative;
	
}
.form-container .subtitle p{
	color: #222;
	font-size: 16px;
	padding-right: 13px;
    position: relative;
    display: inline-block;
    height: 100%;
    background: #F2F2F2;
	padding-bottom: 25px;
	font-weight: bold;
	padding-left: 0;
}
.form-container .fieldset{
	background: #F2F2F2;
	padding: 20px 40px;
	margin-right: 40px;
	margin-bottom: 20px;
}
.form-container .subtitle.field-title:before{
	content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 100%;
    height: 1px;
    background: #D4D4D4;
}
.form-container .subtitle:before{
	content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 75%;
    height: 1px;
    background: #eee;
}
.form-container .each-row input[type="text"]{
	margin-left: 0;
	padding: 6px 8px;
    border: 1px solid #bfbfbf;
	font-size: 16px;
	transition: .2s;
}
.form-container .each-row input[type="text"]:focus{
	outline: none;
	border: 1px solid #387FFC;
}
.table-wrapper{
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.table-wrapper .table-common{
	width: 330px;
}
.table-common .tsk{
	margin-top: -27px;
}
.table-wrapper .table-title{
	font-size: 16px;
	color: #222;
	margin-top: 50px;
	margin-bottom: 25px;
	text-indent: 14px;
}
.table-wrapper .table-title .help{
	margin-left: 10px;
}
.table-wrapper table{
	text-align: center;
}
.table-wrapper td,.table-wrapper th{
	padding: 0 !important;
	margin: 0 !important;
	height: 50px !important;
	font-size: 16px;
}
.table-wrapper .td1{
	width: 112px !important;
}
.table-wrapper .td2{
	padding-right: 10px !important;
}
/* .c-btn{
	background:rgba(0,194,80,1);
	border-radius:4px;
	height: 46px !important;
	font-size: 18px !important;
	line-height: 46px;
}
.c-btn.blue{
	background: #387FFC;
} */
.tool-header-c a:hover{
	text-decoration: none !important;
}
