@charset "UTF-8";
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,fieldset,lengend,button,input,textarea,th,td {margin: 0;  padding: 0  }
body,button,input,select,textarea {  outline: 0;  font: 12px/1 Tahoma,Helvetica,Arial,"Microsoft Yahei",sans-serif  }
h1 {  font-size: 18px  }
h2 {  font-size: 16px  }
h3 {  font-size: 14px  }
h4,h5,h6 {  font-size: 100%  }
address,cite,dfn,em,var {  font-style: normal  }
code,kbd,pre,samp,tt {  font-family: "Courier New",Courier,monospace  }
small {  font-size: 12px  }
ul,ol {  list-style: none  }
a {  text-decoration: none;  color: #333  }
a:hover {  text-decoration: none  }
abbr[title],acronym[title] {  border-bottom: 1px dotted;  cursor: help  }
fieldset,img {  border: 0  }
button {  cursor: pointer  }
button,input,select,textarea {  font-size: 100%  }
table {  border-collapse: collapse;  border-spacing: 0  }
hr {  border: 0;  height: 1px  }
input,button,textarea {  -webkit-appearance: none;  outline: 0;  border-radius: 0  }
input:focus,button:focus,textarea:focus {  outline: 0  }
input {  border: 1px solid #ccc  }
input::-ms-clear {  display: none  }
html {  overflow-y: scroll;  font-family: 'Microsoft Yahei'  }
.clearfix {  display: block;  content: '';  overflow: hidden;  clear: both;  height: 0  }
div,input,textarea,form,button,h1,h2,h3,h4,h5,ul,li,a,span {  box-sizing: border-box  }
#Validform_msg {  display: none !important  }
.customInput {  overflow: hidden;  display: block  }
.customInput b {float: left;padding-right: 10px;width: 70px;height: 40px;line-height: 40px;text-align: right;box-sizing: border-box  }
.customInput .inputStyle {  position: relative;  display: block;  height: 40px;  margin-left: 70px;  box-sizing: border-box  }

.customInput .inputStyle2 {
	border: 1px solid #ddd
}

.customInput .inputStyle span {
	float: right;
	box-sizing: border-box;
	width: 157px;
	height: 38px;
	line-height: 38px;
	border-left: 1px solid #ddd;
	color: #ea8812;
	text-align: center
}

.customInput.checkCode span.sendCheckCode {
	cursor: pointer
}

.customInput.checkCode span.reSendCheckCode {
	display: none
}

.customInput.checkCode span.reSendCheckCode i {
	font-style: normal
}

.customInput .inputStyle input {
	width: 100%;
	padding-left: 10px;
	height: 40px;
	line-height: 35px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	outline: 0;
	background: 0
}

.customInput .inputStyle input:focus {
	border-color: #419ef2
}

.customInput .inputStyle2 input {
	position: absolute;
	top: -1px;
	left: -1px;
	width: 142px;
	border-right: 0
}

.customInput .inputStyle2 input:focus {
	border: 1px solid #419ef2
}

.customInput.checkCode .inputStyle2 input {
	padding-left: 45px;
	background-image: url("loginIco.png");
	background-repeat: no-repeat;
	background-position: 11px -113px
}

.customInput .inputStyle.required {
	padding-right: 10px
}

.customInput .inputStyle.required em {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 40px;
	color: red;
	font-style: normal
}

.customInput .inputStyle select {
	width: 100%;
	height: 35px;
	line-height: 40px;
	box-sizing: border-box;
	outline: 0
}

.customInput .inputStyle .file {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	padding: 0;
	width: 40px;
	margin: 0;
	border: 0;
	filter: alpha(opacity=0);
	opacity: 0;
	cursor: pointer;
	font-size: 200px !important;
	z-index: 1;
	zoom: 1
}

.customInput .inputStyle .file:focus {
	outline: 0
}

.customInput .inputStyle .thumbnails {
	overflow: auto;
	position: relative
}

.customInput .inputStyle .thumbnails .upfileBtn {
	float: left;
	width: 40px;
	height: 40px;
	background: url("upFileCustom.png") no-repeat
}

.customInput .inputStyle .thumbnails img {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background: #fff
}

.customInput .inputStyle .thumbnails .del {
	display: none;
	margin-left: 10px;
	line-height: 40px;
	cursor: pointer;
	color: #419ef2;
	font-style: normal
}

.customInput .inputStyle .upfileShowPath {
	position: absolute;
	left: 40px;
	right: 10px;
	overflow: hidden;
	padding-left: 10px;
	height: 40px;
	line-height: 40px;
	color: #333;
	z-index: 10
}

.customInput .inputStyle .Validform_checktip {
	display: block
}

.customInput .inputStyle .Validform_error {
	border: 1px solid red;
	background-color: #feedea
}

.customInput .msgTip {
	margin-left: 70px;
	height: 30px;
	line-height: 30px
}

.customInput .msgTip .Validform_checktip {
	display: block
}

.customInput .msgTip .Validform_wrong {
	color: red
}

.customInput .msgTip .Validform_right {
	text-indent: -10000em
}
.header{
	height:300px;
	background-image: url("bannerBg.png");
}
.modelBox {
	border: 1px solid #ccc
}

.modelBox .modelHead {
	line-height: 50px;
	text-align: center;
	color: #419ef2;
	font-size: 20px
}

.modelBox .modelBody {
	position: relative;
	padding: 40px 60px 30px;
	border-top: 1px solid #ccc;
	z-index: 1
}

.loginBox {
	margin: 50px auto;
	width: 440px
}

.loginBox .modelBody {
	padding: 30px 70px
}

.loginBox .modelBody .infoTip {
	display: none;
	margin-bottom: 20px;
	padding-left: 45px;
	line-height: 40px;
	background-image: url("loginIco.png");
	background-repeat: no-repeat
}

.loginBox .modelBody .infoTip.error {
	border: 1px solid #f75234;
	background-color: #fddcd6;
	background-position: 11px 9px;
	color: #f75234
}

.loginBox .modelBody .customInput .inputStyle,.loginBox .modelBody .customInput .msgTip {
	margin-left: 0
}

.loginBox .modelBody .customInput .msgTip {
	height: 20px;
	line-height: 20px
}

.loginBox .modelBody .customInput input {
	padding-left: 45px;
	background-image: url("loginIco.png");
	background-repeat: no-repeat
}

.loginBox .modelBody .customInput .inputStyle2 input {
	width: 140px
}

.loginBox .modelBody .customInput.userName input {
	background-position: 11px -34px
}

.loginBox .modelBody .customInput.userPass input {
	background-position: 11px -77px
}

.loginBox .modelBody .customInput .login {
	width: 100%;
	height: 40px;
	line-height: 40px
}

.loginBox .modelBody .loginBottom {
	padding-top: 10px;
	text-align: right
}

.loginBox .modelBody .loginBottom a {
	padding: 0 5px;
	text-decoration: underline;
	color: #999;
	font-size: 14px
}

.loginBox .modelBody .loginBottom a:hover {
	color: #333
}

.registerBox {
	margin: 50px auto;
	width: 500px
}

.registerBox .modelHead {
	color: #419ef2
}

.registerBox .modelBody {
	padding: 20px 20px 40px
}

.registerBox .modelBody .customInput b {
	width: 70px
}

.registerBox .modelBody .customInput .msgTip {
	height: 20px;
	line-height: 20px
}

.registerBox .modelBody .stepInfo {
	overflow: auto;
	margin: 0 auto 40px
}

.registerBox .modelBody .stepInfo li {
	float: left;
	width: 60px;
	text-align: center
}

.registerBox .modelBody .stepInfo li.diff {
	margin: 37px 2px 0;
	width: 60px;
	height: 2px;
	background-color: #bfbfbf
}

.registerBox .modelBody .stepInfo li b {
	color: #c9c9c9;
	font-weight: normal
}

.registerBox .modelBody .stepInfo li span {
	display: block;
	margin: 5px auto 0;
	width: 32px;
	height: 32px;
	line-height: 32px;
	border-radius: 5px;
	text-align: center;
	background: url("stepInfo.png") 0 bottom no-repeat;
	color: #fff
}

.registerBox .modelBody .stepInfo li.active b {
	color: #2584da
}

.registerBox .modelBody .stepInfo li.active span {
	background: url("stepInfo.png") 0 top no-repeat
}

.registerBox .modelBody .step {
	overflow: auto;
	display: none;
	padding-bottom: 40px;
	min-height: 240px
}

.registerBox .modelBody .step .customInput b {
	width: 165px;
	font-size: 14px
}

.registerBox .modelBody .step .customInput .inputStyle {
	margin-right: 60px
}

.registerBox .modelBody .step .customInput .inputStyle,.registerBox .modelBody .step .customInput .msgTip {
	margin-left: 165px
}

.registerBox .modelBody .step .wkBtnBox {
	position: absolute;
	right: 65px;
	left: 65px;
	bottom: 40px
}

.registerBox .modelBody .step .wkBtnBox .defaultBtn {
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	font-size: 18px
}

.registerBox .modelBody .step .prev {
	margin-right: 20px
}

.registerBox .modelBody .step1 .next,.registerBox .modelBody .step4 .done {
	width: 100%
}

.registerBox .modelBody .step2 .prev,.registerBox .modelBody .step2 .next,.registerBox .modelBody .step3 .prev,.registerBox .modelBody .step3 .next {
	float: left;
	width: 174px;
	background-color: #b5b5b5
}

.registerBox .modelBody .step2 .prev:hover,.registerBox .modelBody .step2 .next:hover,.registerBox .modelBody .step3 .prev:hover,.registerBox .modelBody .step3 .next:hover {
	background-color: #419ef2
}

.registerBox .modelBody .step1 {
	display: block
}

.registerBox .modelBody .step4 .upSuccess {
	padding: 90px 0 0;
	height: 120px;
	line-height: 28px;
	background: url("upSuccess.png") center 0 no-repeat;
	text-align: center;
	font-size: 14px
}

.findPassBox {
	margin: 50px auto;
	width: 480px
}

.findPassBox .modelBody .customInput .inputStyle2 input {
	width: 202px
}

.findPassBox .modelBody .customInput .inputStyle,.findPassBox .modelBody .customInput .msgTip {
	margin-left: 0
}

.findPassBox .modelBody .customInput .save {
	width: 100%;
	height: 40px;
	line-height: 40px
}

.userCenter {
	position: relative;
	padding: 30px 20px
}

.userCenter h3 {
	padding-bottom: 15px;
	line-height: 2;
	font-weight: bold;
	font-size: 16px
}

.userCenter h5 {
	line-height: 40px;
	text-indent: 2em;
	background-color: #efefef;
	color: #333;
	font-size: 14px
}

.userCenter table td {
	padding: 15px 0;
	color: #333;
	font-size: 14px
}

.userCenter table td.rowLeft {
	padding-left: 29px
}

.userCenter table td .editBindPhone,.userCenter table td .editUserPass {
	padding: 3px 3px 3px 28px;
	background: url("editIco.png") 5px 2px no-repeat;
	line-height: 18px;
	border: 0;
	color: #00a9ef;
	cursor: pointer;
	outline: 0;
	border-radius: 5px;
	-webkit-transition-property: background-color;
	transition-property: background-color;
	-webkit-transition-duration: .25s;
	transition-duration: .25s;
	transition-time-function: ease-in;
	-webkit-transition-delay: 0;
	transition-delay: 0
}

.userCenter table td .editBindPhone:hover,.userCenter table td .editUserPass:hover {
	background-color: #efefef;
	color: #2584da
}

.editBindPhoneBox,.editUserPassBox {
	padding: 35px
}

.editBindPhoneBox .defaultBtn,.editUserPassBox .defaultBtn {
	margin: 0 auto
}

.layui-layer.wkLayerSkin .layui-layer-btn a {
	width: 130px;
	height: 40px;
	line-height: 40px;
	text-align: center
}

.layui-layer.wkLayerSkin.editUserPass .layui-layer-btn .layui-layer-btn0 {
	border: 0;
	background-color: #b2b2b2
}

.layui-layer.wkLayerSkin.editUserPass .layui-layer-btn a {
	border: 0;
	background-color: #00a7ee;
	color: #fff
}

/* body {
	background: url("../img/bg.png") center top #f9f9f8 no-repeat
} */

.header .headerWap {
	overflow: hidden;
	width: 1000px;
	margin: 0 auto
}

.header .headerWap .logo {
	margin-top: 33px;
	margin-bottom:60px;
	display: block;
	width: 313px;
	height: 64px;
	line-height: 50px;
	text-align: center;
	overflow:hidden;
	background: url("logo.png") no-repeat
}

.footer {
	width: 100%;
	background-color: #e22323;
}

.footer.footerFixed {
	position: fixed;
	bottom: 0;
	left: 0
}

.footer .foot {
	position: relative;
	overflow: auto;
	margin: 0 auto;
	display: block;
	width: 560px;
	height: 135px;
	line-height: 50px;
	text-align: center
}

.footer .foot div {
	margin-top: 20px
}

.footer .foot div p {
	line-height: 2;
	color: #fff
}

.footer .foot .sydw {
	padding: 40px 40px 80px;
	margin: 0 20px;
	float: right;
	background: url("sydw.png") center no-repeat
}

.navigator {
	background: url("navigatorBg.png") repeat-x
}

/* .navigator div {
	overflow: auto;
	overflow: hidden;
	width: 1000px;
	margin: 0 auto
} */

/* .navigator div a {
	float: left;
	position: relative;
	display: block;
	width: 110px;
	height: 52px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	background: url("../img/navigatorLi.png") right center no-repeat
}
.navigator div a:hover {
	background: url("../img/navigatorBg.png") left bottom repeat-x
}

.navigator div a.hover {
	background: url("../img/navigatorBgT.png") left 47px repeat-x
} */

.container {
	padding-bottom: 118px;
	background: url("indexBack.png")  no-repeat
}

.container .contain {
	overflow: hidden;
	margin: 0 auto;
	width: 1000px;
	min-height: 550px
}


.header .mainSearch {
	padding: 0 0 45px;
	font-size: 14px
}

.header .mainSearch .searchTop {
	text-align: center;
	padding-bottom: 20px
}

.header .mainSearch .searchTop span {
	position: relative;
	padding: 0 10px 2px 10px;
	cursor: pointer;
	font-size: 16px;
	color: #333;
}

.header .mainSearch .searchTop span.hover {
	color: #e22323;
	font-weight: bold
}

.header .mainSearch .searchTop span.hover i {
	display: block
}

.header .mainSearch .searchTop span:hover {
	color: #e86868;
	font-weight: bold
}

.header .mainSearch .searchTop span:after {
	content: ' ';
	position: absolute;
	right: 0;
	top: 3px;
	width: 1px;
	height: 14px;
	background-color: #ddd
}

.header .mainSearch .searchTop span:nth-child(4):after {
	content: none
}

.header .mainSearch .searchTop span i {
	display: none;
	position: absolute;
	bottom: -18px;
	left: 50%;
	margin-left: -9px;
	width: 17px;
	height: 10px;
	background: url("searchTopIco.png") no-repeat
}

.header .mainSearch .searchInput {
	margin: 0 auto 12px;
	width: 800px
}

.header .mainSearch .searchInput input {
	float: left;
	margin-right: 20px;
	padding-left: 20px;
	display: block;
	width: 610px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	text-align: left
}

.header .mainSearch .searchBottom {
	text-align: center
}

.header .mainSearch .searchBottom a {
	padding: 4px 10px;
	font-weight: bold;
	font-size: 12px;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .35s;
	transition-duration: .35s;
	transition-time-function: ease-in;
	-webkit-transition-delay: 0;
	transition-delay: 0;
	border-radius: 2px
}

.header .mainSearch .searchBottom a:nth-child(1) {
	color: #e4854a
}

.header .mainSearch .searchBottom a:nth-child(1):hover {
	color: #fff;
	background-color: #e4854a
}

.header .mainSearch .searchBottom a:nth-child(2) {
	color: #99652f
}

.header .mainSearch .searchBottom a:nth-child(2):hover {
	color: #fff;
	background-color: #99652f
}

.header .mainSearch .searchBottom a:nth-child(3) {
	color: #407873
}

.header .mainSearch .searchBottom a:nth-child(3):hover {
	color: #fff;
	background-color: #407873
}

.header .mainSearch .searchBottom a:nth-child(4) {
	color: #347ab7
}

.header .mainSearch .searchBottom a:nth-child(4):hover {
	color: #fff;
	background-color: #347ab7
}



.container .contain .breadcrumb {
	margin-bottom: 30px;
	background: url('../img/bk.png') no-repeat;
    	margin-top: 60px;
    	border-bottom: 1px solid #fbdedd;
        padding: 10px 0 10px 0px !important; 
        position: relative;
}

.container .contain .breadcrumb a {
	color: #797979
}

.container .contain .breadcrumb a.active,.container .contain .breadcrumb a:hover {
	color: #333
}

.container .contain .breadcrumb span {
	padding: 0 5px
}

.container .contain .indexContain {
	overflow: auto;
	padding-top: 25px;
	width: 100%
}

/* .container .contain .indexContain .silde {
	width: 228px;
	float: left
}

.container .contain .indexContain .silde .slideNav {
	margin-bottom: 30px
}

.container .contain .indexContain .silde .slideNav img {
	display: block;
	margin-bottom: 10px
}

.container .contain .indexContain .silde .slideList {
	margin-bottom: 20px;
	border: 1px solid #ccc
}

.container .contain .indexContain .silde .slideList h4 {
	display: block;
	width: 100%;
	height: 54px;
	line-height: 54px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	background: url("../img/slideListToggle.png") #efefef center 21px no-repeat;
	font-size: 16px
}

.container .contain .indexContain .silde .slideList ul {
	background-color: #f3f3f3
}

.container .contain .indexContain .silde .slideList ul li:nth-child(even) {
	background-color: #f9f9f8
}

.container .contain .indexContain .silde .slideList ul li a {
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	transition-time-function: ease-in;
	-webkit-transition-delay: 0;
	transition-delay: 0;
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	background: url("../img/icoLi.png") 8px -62px no-repeat;
	color: #333;
	font-size: 14px
}

.container .contain .indexContain .silde .slideList ul li a:hover {
	background-color: #e1e1e1
}

.container .contain .indexContain .silde .moreLinks {
	margin: 48px 0 0
}

.container .contain .indexContain .silde .moreLinks a {
	margin-bottom: 10px;
	display: block;
	width: 100%;
	height: 56px;
	line-height: 56px;
	text-align: center;
	border: 1px solid #ccc;
	background: url("../img/linkIco.png") #efefef no-repeat;
	font-size: 16px
}

.container .contain .indexContain .silde .moreLinks a:hover {
	box-shadow: 0 1px 3px #ccc
}

.container .contain .indexContain .silde .moreLinks a.link1 {
	background-position: 16px 12px
}

.container .contain .indexContain .silde .moreLinks a.link2 {
	background-position: 16px -63px
}

.container .contain .indexContain .silde .moreLinks a i {
	float: right;
	margin: 18px 10px 0 10px;
	padding: 10px;
	background: url("../img/linkIco.png") #efefef left bottom no-repeat
} */

.container .contain .indexContain .indexCount {
	overflow: hidden;
	margin-right: 20px;
	width: 1000px
}

.container .contain .indexContain .indexCount .focusImg {
	position: relative;
	float: left;
	margin-right: 20px;
	width: 540px;
	height: 300px;
	line-height: normal
}

.container .contain .indexContain .indexCount .focusImg .swiper-container {
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center
}

.container .contain .indexContain .indexCount .focusImg .swiper-container .swiper-wrapper {
	z-index: 10
}

.container .contain .indexContain .indexCount .focusImg .swiper-container .swiper-wrapper .swiper-slide {
	position: relative
}

.container .contain .indexContain .indexCount .focusImg .swiper-container .swiper-wrapper .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #ccc
}

.container .contain .indexContain .indexCount .focusImg .swiper-container .swiper-wrapper .swiper-slide p {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 50px;
	overflow: hidden;
	padding: 0 10px;
	line-height: 40px;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
	z-index: 1
}

.container .contain .indexContain .indexCount .focusImg .swiper-container .swiper-wrapper .swiper-slide .bg {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 40px;
	opacity: .2;
	background: #000
}

.container .contain .indexContain .indexCount .focusImg .swiper-container .pagination {
	left: auto;
	right: 0
}

.container .contain .indexContain .indexCount .focusImg .arrow {
	opacity: 0;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	transition-time-function: ease-in;
	-webkit-transition-delay: 0;
	transition-delay: 0
}

.container .contain .indexContain .indexCount .lastNews {
	float: right;
	width: 440px;
	height: 300px;
	line-height: normal
}
.container .contain .indexContain .indexCount .lastNews .lastNewsNav{
	width:100%;
	height:40px;
	line-height:40px;
	box-sizing: border-box;
}
.container .contain .indexContain .indexCount .lastNews .lastNewsNav .selected{
	background-color:#e22323;
	color:#fff;
}
.container .contain .indexContain .indexCount .lastNews .lastNewsNav li{
	width:50%;
	float:left;
	height:40px;
	padding-top: 0px;
    text-align: center;
	border:1px solid #ccc;
	background-color:#f2f2f2;
	font-size:16px;
	cursor: pointer;
}
.container .contain .indexContain .indexCount .lastNews .lastNewsWap{
	width:100%;
	height:260px;
}
.container .contain .indexContain .indexCount .lastNews h5 {
	position: relative;
	width: 100%;
	height: 34px;
	line-height: 34px;
	padding-left: 20px;
	border-bottom: 1px solid #b3b3b3;
	font-size: 16px;
	color: #333
}

.container .contain .indexContain .indexCount .lastNews h5:before {
	content: '';
	position: absolute;
	left: 10px;
	top: 9px;
	width: 3px;
	height: 16px;
	background-color: #2584da
}

.container .contain .indexContain .indexCount .lastNews ul li {
	padding: 10px 0 3px 0
}

.container .contain .indexContain .indexCount .lastNews ul li.hover {
	padding-bottom: 0
}

.container .contain .indexContain .indexCount .lastNews ul li.hover .title {
	font-size: 16px
}

.container .contain .indexContain .indexCount .lastNews ul li.hover p {
	display: block;
	padding: 5px 0 0 20px
}

.container .contain .indexContain .indexCount .lastNews ul li.hover p a {
	display: inline;
	background: 0;
	color: #5f5f5f;
	font-size: 12px
}

.container .contain .indexContain .indexCount .lastNews ul li a {
	display: block;
	padding-left: 20px;
	background: url("../img/icoLi.png") 4px 8px no-repeat;
	color: #333;
	font-size: 14px
}

.container .contain .indexContain .indexCount .lastNews ul li a.title:hover {
	text-decoration: underline
}

.container .contain .indexContain .indexCount .lastNews ul li p {
	display: none
}

/* .container .contain .indexContain .scrollImg {
	position: relative;
	margin: 30px 0
}

.container .contain .indexContain .scrollImg .swiper-container {
	width: 772px;
	height: 110px;
	line-height: normal
} */
.container .contain .indexContain .searchBox {
	position: relative;
	margin: 30px 0
}
.container .contain .indexContain .searchBox .searchLeft{
	width:660px;
	height:230px;
	float:left;
	border:1px solid #ccc;
}
.container .contain .indexContain .searchBox .searchLeft .main{
	width:60px;
	height:100%;
	float:left;
	border-right:1px solid #ddd;
	background: url("../img/searchMain.png") 16px 20px no-repeat;
}
.container .contain .indexContain .searchBox .searchLeft .searchUl{
	width:210px;
	height:100%;
	float:left;
}
.container .contain .indexContain .searchBox .searchLeft .searchUl li{
	width: 200px;
    line-height: 75px;
    text-align: center;
    height: 33.3%;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    cursor: pointer;	
} 
.container .contain .indexContain .searchBox .searchLeft .searchUl li:nth-child(3){
	border-bottom: 0px;
}
.container .contain .indexContain .searchBox .searchLeft .searchUl .active{
	    width: 210px;
    background: url(../img/searchBg.png) no-repeat;
    color: #fff;
    border-bottom: 0px;
    border-right: 0px;
}
.container .contain .indexContain .searchBox .searchLeft .main span{
	display:block;
	width:20px;
	height:150px;
	margin-top: 50px;
    margin-left: 20px;
	font-size:18px;
	color:#e22323;
	line-height:20px;
	font-weight: 600;
}
.container .contain .indexContain .searchBox .searchLeft .searchInfo{
	float:right;
	width:380px;
	height:100%;
	padding:60px 10px 20px 0px;
}
.container .contain .indexContain .searchBox .searchLeft .searchInfo .searchCont{
	width:100%;
	height:100%;
}
.container .contain .indexContain .searchBox .searchLeft .searchInfo .searchCont label{
	overflow: auto;
    display: block;
    margin: 0 auto;
    padding: 10px 0;
    width: 400px;
    font-size: 16px;
}
.container .contain .indexContain .searchBox .searchLeft .searchInfo .searchCont label b {
    float: left;
    width: 113px;
    line-height: 40px;
    text-align: right;
    font-size:14px;
}    
.container .contain .indexContain .searchBox .searchLeft .searchInfo .searchCont label input {
    width: 220px;
    height: 40px;
    outline: 0;
    border:1px solid #ccc;
    text-indent: .5em;
    font-size: 14px;
    margin-left: 10px;
}
.container .contain .indexContain .searchBox .searchLeft .searchInfo .searchCont .search {
    display: block;
    margin: 20px 0px 20px 244px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    border: 0;
    border-radius: 4px;
    background-color: #e86868;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
}
.container .contain .indexContain .searchBox .searchRight{
	width:320px;
	height:230px;
	float:right;
}
.container .contain .indexContain .searchBox .searchRight li{
	width:100%;
	height:50px;
	margin-top:10px;
	line-height:50px;
	text-indent:75px;
	font-size:16px;
	cursor: pointer;
	background: url(../img/infoSearch.png) no-repeat;
}
.container .contain .indexContain .searchBox .searchRight li:nth-child(1){
	margin-top:0px;
}
.container .contain .indexContain .searchBox .searchRight li span{
	display: block;
    width: 320px;
    height: 50px;
}
.container .contain .indexContain .searchBox .searchRight li:nth-child(1) span{
	background: url(../img/bgsq.png) 0.5px no-repeat;
}
.container .contain .indexContain .searchBox .searchRight li:nth-child(2) span{
	background: url(../img/bgyz.png) 0.5px no-repeat;
}
.container .contain .indexContain .searchBox .searchRight li:nth-child(3) span{
	background: url(../img/zzsb.png) 0.5px no-repeat;
}
.container .contain .indexContain .searchBox .searchRight li:nth-child(4) span{
	background: url(../img/xfsq.png) 0.5px no-repeat;
}
.container .contain .indexContain .hebIndex {
	margin-right: 20px;
	margin-left:20px;
}

.container .contain .indexContain .member {
	width: 100%
}
.container .contain .indexContain .member h3{
    position: relative;
    width: 100%;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #ccc;
}
.container .contain .indexContain .member h3 span{
	display: block;
    float: left;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-indent: 40px;
    background: url(../img/titleNav.png) 10px no-repeat;
    background-color: #e22323;
    color: #fff;
}

.container .contain .indexContain .member h3 a:hover {
	color: #e22323;
}


/* .container .contain .indexContain .member h3 span:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #2584da
} */

.container .contain .indexContain .member ul {
	overflow: auto;
	padding: 15px 24px 0
}

.container .contain .indexContain .member ul li {
	float: left;
	width: 235px;
	height: 40px;
	line-height: 40px
}

.container .contain .indexContain .member ul li a {
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	transition-time-function: ease-in;
	-webkit-transition-delay: 0;
	transition-delay: 0;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 40px;
	padding-left: 20px;
	background: url("../img/icoLi.png") 8px -22px no-repeat;
	color: #333;
	font-size: 14px
}

.container .contain .indexContain .member ul li a:hover {
	background-color: #efefef
}

.container .contain .slideBar {
	float: left;
	width: 260px
}

.container .contain .slideBar.xyfw {
	width: 220px
}

.container .contain .slideBar.xyfw .xyfwChannelList li {
	margin-bottom: 15px;
	border: 1px solid #ccc;
	background: url("../img/xyfwSideBg.png") 0 2px repeat-x;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .25s;
	transition-duration: .25s;
	transition-time-function: ease-in;
	-webkit-transition-delay: 0;
	transition-delay: 0
}

.container .contain .slideBar.xyfw .xyfwChannelList li.hover {
	border-color: #aaa;
	box-shadow: 0 1px 3px #aaa
}

.container .contain .slideBar.xyfw .xyfwChannelList li:hover {
	box-shadow: 0 1px 3px #ccc
}

.container .contain .slideBar.xyfw .xyfwChannelList li.ico1 a {
	background-position: 30px 11px
}

.container .contain .slideBar.xyfw .xyfwChannelList li.ico2 a {
	background-position: 30px -85px
}

.container .contain .slideBar.xyfw .xyfwChannelList li a {
	display: block;
	padding-left: 115px;
	width: 100%;
	height: 70px;
	line-height: 70px;
	background: url("../img/xyfwSideIco.png") no-repeat;
	font-size: 16px
}

.container .contain .slideBar.xyfw .xyfwChannelList li .subLevel {
	display: none;
	padding-top: 10px
}

.container .contain .slideBar.xyfw .xyfwChannelList li .subLevel a {
	padding: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: url(../img/channelListLiBg.png) center bottom no-repeat;
	text-align: center
}

.container .contain .slideBar.xyfw .xyfwChannelList li .subLevel a:last-child {
	background: 0
}

.container .contain .slideBar.xyfw .xyfwChannelList li .subLevel a:hover {
	color: #2584da
}

.container .contain .slideBar.xyfw .xyfwChannelList li .subLevel a.hover {
	color: #2584da
}

.container .contain .slideBar.xyfw .xyfwChannelList li .subLevel a.hover span {
	padding-left: 20px;
	background: url(../img/channelListIco.png) left center no-repeat
}

.container .contain .slideBar .miniSearch {
	margin-bottom: 20px;
	border: 1px solid #ccc
}

.container .contain .slideBar .miniSearch h4 {
	display: block;
	width: 100%;
	height: 54px;
	line-height: 54px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	font-size: 16px
}

.container .contain .slideBar .miniSearch .searchBox {
	position: relative;
	font-size: 14px
}

.container .contain .slideBar .miniSearch .searchBox input {
	display: block;
	margin: 20px auto 30px;
	width: 240px;
	height: 39px;
	line-height: 39px;
	padding-left: 10px;
	border-radius: 2px
}

.container .contain .slideBar .miniSearch .searchBox input:focus {
	border: 1px solid #2c86d7
}

.container .contain .slideBar .miniSearch .searchBox .searchBtn {
	position: absolute;
	top: 8px;
	right: 14px;
	padding: 10px;
	background: url("../img/miniSearch.png") left bottom no-repeat;
	cursor: pointer
}

.container .contain .slideBar .miniSearch ul li {
	padding: 0 0 15px 33px;
	background: url("../img/miniSearch.png") 13px -69px no-repeat;
	cursor: pointer
}

.container .contain .slideBar .miniSearch ul li.hover {
	background-position: 13px top
}

.container .contain .slideBar .hotList {
	margin-top: 20px;
	border: 1px solid #ccc
}

.container .contain .slideBar .hotList h4 {
	display: block;
	width: 100%;
	height: 54px;
	line-height: 54px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	background: #efefef;
	font-size: 16px
}

.container .contain .slideBar .hotList ul {
	background-color: #f3f3f3
}

.container .contain .slideBar .hotList ul li:nth-child(even) {
	background-color: #f9f9f8
}

.container .contain .slideBar .hotList ul li a {
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	transition-time-function: ease-in;
	-webkit-transition-delay: 0;
	transition-delay: 0;
	display: block;
	width: auto;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	padding-right: 10px;
	padding-left: 20px;
	background: url("../img/icoLi.png") 8px -62px no-repeat;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
	font-size: 14px
}

.container .contain .slideBar .hotList ul li a:hover {
	background-color: #e1e1e1
}

.container .contain .slideBar .channelList {
	margin-bottom: 20px;
	border: 1px solid #ccc
}

.container .contain .slideBar .channelList h4 {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	background: #efefef;
	font-size: 16px
}

.container .contain .slideBar .channelList ul {
	padding: 10px;
	background-color: #f9f9f8
}

.container .contain .slideBar .channelList ul li {
	display: block;
	width: 100%;
	height: 43px;
	line-height: 43px;
	text-align: center;
	background: url("../img/channelListLiBg.png") center bottom no-repeat
}

.container .contain .slideBar .channelList ul li:last-child a {
	background: 0
}

.container .contain .slideBar .channelList ul li a {
	color: #333;
	font-size: 16px
}

.container .contain .slideBar .channelList ul li a:hover,.container .contain .slideBar .channelList ul li a.hover {
	color: #e86868;
}

.container .contain .slideBar .channelList ul li.hover a {
	padding-left: 15px;
	background: url("blackLi.png") left center no-repeat;
	color: #e22323;
}

.container .contain .slideMain {
	/* padding: 0 0 0 290px */
}
.listBox1{
	}

.container .contain .slideMain.fullWidth {
	padding-left: 0
}

.container .contain .slideMain.xyfw {
	padding-left: 250px
}

.container .contain .slideMain.xyfw .xyfwPage {
	padding: 20px
}

.container .contain .slideMain.xyfw .xyfwPage h5 {
	padding-bottom: 10px;
	line-height: 1.8;
	font-weight: bold;
	font-size: 13px
}

.container .contain .slideMain.xyfw .xyfwPage p {
	padding-bottom: 40px;
	line-height: 35px
}

.container .contain .slideMain.xyfw .bjcx {
	padding-top: 50px
}

.container .contain .slideMain.xyfw .bjcx .queryBox {
	margin: 0 auto;
	width: 425px;
	padding: 50px;
	border: 1px solid #ccc
}

.container .contain .slideMain.xyfw .bjcx .queryBox li {
	margin-bottom: 20px;
	text-align: center
}

.container .contain .slideMain.xyfw .bjcx .queryBox li label {
	display: inline-block;
	padding-right: 10px;
	text-align: right;
	font-size: 14px
}

.container .contain .slideMain.xyfw .bjcx .queryBox li input {
	width: 240px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ccc;
	outline: 0;
	text-indent: .5em;
	font-size: 14px;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .25s;
	transition-duration: .25s;
	transition-time-function: ease-in;
	-webkit-transition-delay: 0;
	transition-delay: 0
}

.container .contain .slideMain.xyfw .bjcx .queryBox li input:focus {
	border-color: #2c86d7
}

.container .contain .slideMain.xyfw .bjcx .queryBox li.queryBtnBox {
	margin: 30px 0 0 0
}

.container .contain .slideMain.xyfw .bjcx .queryBox li.queryBtnBox button {
	margin-left: 100px;
	width: 120px;
	height: 34px;
	line-height: 34px
}

.container .contain .slideMain.xyfw .bjcxDetail h3 {
	padding: 20px
}

.container .contain .slideMain.xyfw .bjcxDetail .yyBaseInfo table {
	width: 100%;
	border: 1px solid #aaa;
	border-spacing: 0;
	border-collapse: collapse
}

.container .contain .slideMain.xyfw .bjcxDetail .yyBaseInfo table td {
	padding: 12px 10px;
	border: 1px solid #ccc;
	border-collapse: collapse;
	color: #666
}

.container .contain .slideMain.xyfw .bjcxDetail .yyBaseInfo table td.rowLeft {
	background-color: #efefef;
	text-align: center
}

.container .contain .slideMain.xyfw .bjcxDetail .yyBaseInfo table td .reject {
	color: #e62929
}

.container .contain .slideMain.xyfw .bjcxDetail .yyBaseInfo table td .checking {
	color: #d46915
}

.container .contain .slideMain.xyfw .bjcxDetail .yyBaseInfo table td .pass {
	color: #009c34
}

.container .contain .slideMain.xyfw .bjcxDetail .yyDetail table {
	width: 100%;
	border: 1px solid #aaa;
	border-spacing: 0;
	border-collapse: collapse;
	background-color: #fff
}

.container .contain .slideMain.xyfw .bjcxDetail .yyDetail table td {
	padding: 10px;
	border: 1px solid #ccc;
	border-collapse: collapse;
	color: #666
}

.container .contain .slideMain.xyfw .bjcxDetail .yyDetail table td.rowLeft {
	text-align: right
}

.container .contain .slideMain.xyfw .fwdt {
	position: relative;
	padding: 30px 20px
}

.container .contain .slideMain.xyfw .fwdt .searchApplicationIco {
	position: absolute;
	right: 10px;
	top: 30px;
	width: 64px;
	height: 64px;
	background: url(../img/searchApplicationIco.png) no-repeat
}

.container .contain .slideMain.xyfw .fwdt h3 {
	padding-bottom: 15px;
	line-height: 2;
	font-weight: bold;
	font-size: 16px
}

.container .contain .slideMain.xyfw .fwdt .selectDate {
	padding: 40px 0 20px
}

.container .contain .slideMain.xyfw .fwdt .selectDate span {
	padding-right: 20px;
	font-size: 14px
}

.container .contain .slideMain.xyfw .fwdt .selectDate span input {
	padding-left: 10px;
	width: 120px;
	height: 30px;
	line-height: 30px;
	font-size: 12px
}

.container .contain .slideMain.xyfw .fwdt .selectDate button {
	display: inline-block;
	width: 80px;
	height: 30px;
	line-height: 30px;
	background-color: #7fb5e6
}

.container .contain .slideMain.xyfw .fwdt .selectDate button:hover {
	background-color: #419ef2
}

.container .contain .slideMain.xyfw .fwdt .recordBox {
	padding-bottom: 10px
}

.container .contain .slideMain.xyfw .fwdt .recordBox table {
	width: 100%;
	border: 1px solid #aaa;
	border-spacing: 0;
	border-collapse: collapse;
	background-color: #fff
}

.container .contain .slideMain.xyfw .fwdt .recordBox table td,.container .contain .slideMain.xyfw .fwdt .recordBox table th {
	padding: 15px;
	border: 1px solid #ccc;
	border-collapse: collapse;
	color: #666
}

.container .contain .slideMain.xyfw .fwdt .recordBox table th {
	background-color: #efefef;
	color: #333
}

.container .contain .slideMain.xyfw .fwdt .recordBox table td {
	text-align: center
}

.container .contain .slideMain.xyfw .fwdt .recordBox table td .recordDown {
	margin: 0 auto;
	padding-left: 20px;
	display: block;
	width: 50px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: url(../img/recordDown.png) no-repeat;
	cursor: pointer
}

.container .contain .slideMain.xyfw .ggxyjlzzcx {
	position: relative;
	padding: 30px 20px
}

.container .contain .slideMain.xyfw .ggxyjlzzcx h3 {
	padding-bottom: 15px;
	line-height: 2;
	font-weight: bold;
	font-size: 16px
}

.container .contain .slideMain.xyfw .ggxyjlzzcx p {
	padding-top: 5px;
	line-height: 1.5;
	color: #333
}

.container .contain .slideMain.xyfw .ggxyjlzzcx table {
	width: 100%;
	border: 1px solid #aaa;
	border-spacing: 0;
	border-collapse: collapse
}

.container .contain .slideMain.xyfw .ggxyjlzzcx table td,.container .contain .slideMain.xyfw .ggxyjlzzcx table th {
	padding: 10px 15px;
	border: 1px solid #ccc;
	border-collapse: collapse;
	box-sizing: border-box;
	color: #666
}

.container .contain .slideMain.xyfw .ggxyjlzzcx table td input,.container .contain .slideMain.xyfw .ggxyjlzzcx table td select {
	padding-left: 10px;
	width: 100%;
	height: 25px;
	line-height: 25px;
	border-color: transparent;
	background-color: transparent
}

.container .contain .slideMain.xyfw .ggxyjlzzcx table td input:focus,.container .contain .slideMain.xyfw .ggxyjlzzcx table td select:focus {
	border-color: #ccc;
	background-color: #fff
}

.container .contain .slideMain.xyfw .ggxyjlzzcx table td input.readonly:focus,.container .contain .slideMain.xyfw .ggxyjlzzcx table td select.readonly:focus {
	border-color: transparent;
	background-color: transparent
}

.container .contain .slideMain.xyfw .ggxyjlzzcx table td .Validform_error {
	border-color: #e62929
}

.container .contain .slideMain.xyfw .ggxyjlzzcx .frRecordBox,.container .contain .slideMain.xyfw .ggxyjlzzcx .zzrRecordBox {
	padding-bottom: 10px
}

.container .contain .slideMain.xyfw .ggxyjlzzcx .frRecordBox h5,.container .contain .slideMain.xyfw .ggxyjlzzcx .zzrRecordBox h5 {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #ccc;
	border-bottom: 0;
	background-color: #efefef;
	font-size: 16px
}

.container .contain .slideMain.xyfw .ggxyjlzzcx .frRecordBox h5.diff,.container .contain .slideMain.xyfw .ggxyjlzzcx .zzrRecordBox h5.diff {
	border-top: 0
}

.container .contain .slideMain.xyfw .ggxyjlzzcx .frRecordBox table .colLeft,.container .contain .slideMain.xyfw .ggxyjlzzcx .zzrRecordBox table .colLeft {
	text-align: left;
	font-weight: bold
}

.container .contain .slideMain.xyfw .ggxyjlzzcx .frRecordBox table .colLeft.colWidth,.container .contain .slideMain.xyfw .ggxyjlzzcx .zzrRecordBox table .colLeft.colWidth {
	padding-left: 20px;
	padding-right: 20px;
	width: 15px
}

.container .contain .slideMain.xyfw .ggxyjlzzcx .frRecordBox table .colLeft.colWidth2,.container .contain .slideMain.xyfw .ggxyjlzzcx .zzrRecordBox table .colLeft.colWidth2 {
	width: 120px
}

.container .contain .slideMain.xyfw .ggxyjlzzcx .frRecordBox table .colLeft.colWidth3,.container .contain .slideMain.xyfw .ggxyjlzzcx .zzrRecordBox table .colLeft.colWidth3 {
	width: 160px
}

.container .contain .slideMain.xyfw .ggxyjlzzcx .frRecordBox .butnBox,.container .contain .slideMain.xyfw .ggxyjlzzcx .zzrRecordBox .butnBox {
	overflow: auto;
	padding: 30px 0;
	text-align: center
}

.container .contain .slideMain.xyfw .ggxyjlzzcx .frRecordBox .butnBox .defaultBtn,.container .contain .slideMain.xyfw .ggxyjlzzcx .zzrRecordBox .butnBox .defaultBtn {
	margin: 0 13px;
	display: inline-block
}

.container .contain .slideMain.xyfw .ggxyjlzzcx .zzrRecordBox {
	display: none
}

.container .contain .slideMain .channelName {
	position: relative;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    border: 1px solid #cbcbcb;
    font-size: 16px;
}

.container .contain .slideMain .channelName:before {
	content: '';
	position: absolute;
	left: 10px;
	top: 17px;
	width: 3px;
	height: 16px;
	background-color: #e22323;
}

.container .contain .slideMain .channelName .loginInfoBar {
	display: none;
	float: right;
	font-weight: normal;
	font-size: 12px;
	color: #333
}

.container .contain .slideMain .channelName .loginInfoBar .loginUsername {
	padding: 2px;
	color: #2584da;
	cursor: pointer
}

.container .contain .slideMain .channelName .loginInfoBar .loginUsername:hover {
	background-color: #2584da;
	color: #fff
}

.container .contain .slideMain .channelName .loginInfoBar .loginOut {
	cursor: pointer
}

.container .contain .slideMain .channelName .loginInfoBar .loginOut:hover {
	color: #e62929
}

.container .contain .slideMain .commonList {
	min-height: 530px
}

.container .contain .slideMain .commonList li {
	border-bottom: 1px dotted #ccc;
}

.container .contain .slideMain .commonList li span.time {
	float: right;
	margin-top: 13px;
	color: #818181;
	font-size: 12px
}

.container .contain .slideMain .commonList li a {
	width: auto;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	display: block;
	padding-right: 10px;
	padding-left: 30px;
	background: url("../img/icoLi.png") 10px -22px no-repeat;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
	font-size: 14px;
	-webkit-transition-property: border-bottom-color;
	transition-property: border-bottom-color;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	transition-time-function: ease-in;
	-webkit-transition-delay: 0;
	transition-delay: 0
}

.container .contain .slideMain .commonList li a:hover {
	border-bottom-color: #000
}

.container .contain .slideMain.articleBox {
	padding: 0px 30px 20px 30px;
}

.container .contain .slideMain.articleBox .title {
	line-height: 1.5;
	text-align: center;
	word-break: break-all;
	word-wrap: break-word;
	font-size: 24px;
	font-weight:400;
}

.container .contain .slideMain.articleBox .shortInfo {
	overflow: hidden;
	padding: 20px 0 6px;
	line-height: 1;
	border-bottom: 1px solid #ddd;
}

.container .contain .slideMain.articleBox .shortInfo span {
	float: left;
	width: 33.33%;
	color: #9a9a9a;
	font-size: 14px
}

.container .contain .slideMain.articleBox .shortInfo span.source {
	text-align: center
}

.container .contain .slideMain.articleBox .shortInfo span.view {
	text-align: right
}

.container .contain .slideMain.articleBox .shortInfo span.view i {
	padding: 0 0 0 23px;
	font-style: normal
}

.container .contain .slideMain.articleBox .article {
	overflow-x: hidden;
	overflow-y: auto;
	padding: 20px;
	border-bottom: 1px solid #cdcdcd;
	color: #333;
	font-size: 14px;
	height: auto !important;
}

.container .contain .slideMain.articleBox .article img {
	max-width: 100%
}

.container .contain .slideMain.articleBox .article p,.container .contain .slideMain.articleBox .article span,.container .contain .slideMain.articleBox .article a,.container .contain .slideMain.articleBox .article div,.container .contain .slideMain.articleBox .article label {
	word-break: break-all;
	word-wrap: break-word;
	line-height: 30px;
}

.container .contain .slideMain .xygsList {
	margin-bottom: 20px;
	min-height: 530px
}

.container .contain .slideMain .xygsList table {
	width: 100%
}

.container .contain .slideMain .xygsList table tr:hover {
	background-color: #f1f1f1
}

.container .contain .slideMain .xygsList table tr th,.container .contain .slideMain .xygsList table tr td {
	line-height: 40px;
	text-align: center;
	font-size: 12px
}

.container .contain .slideMain .xygsList table tr th {
	border: 1px solid #ccc;
	background-color: #efefef
}

.container .contain .slideMain .xygsList table tr td {
	text-align: center;
	color: #333;
	border-bottom: 1px dotted #ccc
}

.container .contain .slideMain .xygsList table tr td a,.container .contain .slideMain .xygsList table tr td span {
	overflow: hidden;
	display: block;
	margin: 0 auto;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal
}

.container .contain .slideMain .xygsList table tr td a {
	color: #333;
}

.container .contain .slideMain .xygsList table tr td a:hover {
	color: #e86868;
	text-decoration: underline
}

.container .contain .slideMain .xygsList.hhb table td a,.container .contain .slideMain .xygsList.hhb table td span,.container .contain .slideMain .xygsList.xydm table td a,.container .contain .slideMain .xygsList.xydm table td span,.container .contain .slideMain .xygsList.shzx table td a,.container .contain .slideMain .xygsList.shzx table td span,.container .contain .slideMain .xygsList.xybg table td a,.container .contain .slideMain .xygsList.xybg table td span {
	width: 230px
}

.container .contain .slideMain .xygsList.xzxk table td a,.container .contain .slideMain .xygsList.xzxk table td span {
	width: 140px
}

.container .contain .slideMain.xygsDetailBox .xygsDetail h1 {
	padding: 22px 0 17px;
	text-align: center;
	color: #333
}

.container .contain .slideMain.xygsDetailBox .xygsDetail table {
	width: 100%;
	border: 1px solid #ccc;
	background-color: #f4f4f4
}

.container .contain .slideMain.xygsDetailBox .xygsDetail table td {
	padding: 0 10px;
	line-height: 38px;
	border: 1px solid #ccc
}

.container .contain .slideMain.xygsDetailBox .xygsDetail table td.colLeft {
	text-align: right;
	background-color: #efefef;
	color: #333;
	font-weight: bold
}

.container .contain .slideMain.xygsDetailBox .xygsDetail .viewBtnGroup {
	overflow: auto;
	padding: 30px 0 0
}

.container .contain .slideMain.xygsDetailBox .xygsDetail .viewBtnGroup a {
	float: right
}

.container .contain .slideMain.xygsDetailBox .xygsDetail .viewBtnGroup a.sumitYY {
	margin-right: 20px
}

.container .contain .slideMain.listBox .commonList {
	padding: 10px 0 20px
}

.container .contain .slideMain.listBox1 .commonList {
	padding: 10px 0 20px;
	width: 740px;
	float:right ;
}

.container .contain .slideMain #mainSearch {
	opacity: 0;
	height: 600px
}

.container .contain .slideMain #mainSearch .swiper-wrapper {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important
}

.container .contain .slideMain #mainSearch .swiper-wrapper .swiper-slide {
	position: relative
}

.container .contain .slideMain #mainSearch .swiper-wrapper .swiper-slide .page {
	position: absolute;
	right: 0;
	bottom: 0
}

.container .contain .slideMain .searchList.xyxx table td a,.container .contain .slideMain .searchList.xyxx table td span {
	width: 140px
}

.container .contain .slideMain .searchList.xygsList.xzxk table td a,.container .contain .slideMain .searchList.xygsList.xzxk table td span {
	width: 170px
}

.container .contain .slideMain .searchList.listBox .commonList {
	display: none
}

.container .contain .slideMain .searchList.listBox .commonList li a .keyword {
	color: #e62929
}

.container .contain .slideMain .searchList .noData {
	padding-top: 200px;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
	background: url("../img/listNoImg.jpg") center 20px no-repeat;
	color: #666
}

.container .contain .slideMain.bsznBox .bszn {
	padding-left: 20px;
	padding-right: 20px;
	border-top: 1px dashed #ccc
}

.container .contain .slideMain.bsznBox .bszn li {
	padding: 15px 13px;
	border-bottom: 1px dashed #ccc;
	line-height: 1.8
}

.container .contain .slideMain.bsznBox .bszn li p {
	font-size: 14px
}

.container .contain .slideMain.bsznBox .bszn li p.ask {
	font-weight: bold
}

.container .contain .slideMain.bsznBox .bszn li p.ask span {
	color: #ee1515
}

.container .contain .slideMain.bsznBox .bszn li p.answer span {
	color: #2584da
}

.container .contain .slideMain.cydwBox .cydw li,.container .contain .slideMain.cydwBox .yqlj li,.container .contain .slideMain.yqljBox .cydw li,.container .contain .slideMain.yqljBox .yqlj li {
	border-bottom: 1px solid #f8f8f8;
	float: left;
	width: 33.33%;
	padding-left: 10px
}

.container .contain .slideMain.cydwBox .cydw li:before,.container .contain .slideMain.cydwBox .yqlj li:before,.container .contain .slideMain.yqljBox .cydw li:before,.container .contain .slideMain.yqljBox .yqlj li:before {
	content: ' ';
	float: left;
	margin-top: 25px;
	width: 3px;
	height: 3px;
	position: absolute;
	background-color: #f9b62c;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .15s;
	transition-duration: .15s;
	transition-time-function: ease-in;
	-webkit-transition-delay: 0;
	transition-delay: 0
}

.container .contain .slideMain.cydwBox .cydw li:hover:before,.container .contain .slideMain.cydwBox .yqlj li:hover:before,.container .contain .slideMain.yqljBox .cydw li:hover:before,.container .contain .slideMain.yqljBox .yqlj li:hover:before {
	width: 4px;
	height: 4px;
	background-color: #2584da
}

.container .contain .slideMain.cydwBox .cydw li a,.container .contain .slideMain.cydwBox .yqlj li a,.container .contain .slideMain.yqljBox .cydw li a,.container .contain .slideMain.yqljBox .yqlj li a {
	display: block;
	margin: 10px 0 10px 0;
	padding: 10px 0 10px 10px;
	font-size: 14px
}

.container .contain .slideMain.zzjgBox .zzjg {
	padding: 20px;
	font-size: 14px
}

.container .contain .slideMain.yysqBox .yysq {
	overflow: auto;
	padding-bottom: 40px;
	border-bottom: 1px solid #e0e0e0
}

.container .contain .slideMain.yysqBox .yysq .yiyi {
	text-align: right
}

.container .contain .slideMain.yysqBox .yysq .yiyi a {
	display: inline-block;
	margin: 0 5px;
	padding: 1px 8px;
	border-radius: 5px;
	background-color: #2c86d7;
	color: #fff;
	cursor: pointer
}

.container .contain .slideMain.yysqBox .yysq .yiyi a:nth-child(2) {
	display: none
}

.container .contain .slideMain.yysqBox .yysq .yiyi a:hover {
	background-color: #75acde;
	color: #f1f1f1
}

.container .contain .slideMain.yysqBox .yysq .application {
	margin-top: 20px
}

.container .contain .slideMain.yysqBox .yysq .application .baseInfo h5 {
	border-top: 1px solid #e0e0e0
}

.container .contain .slideMain.yysqBox .yysq .application h5 {
	margin-bottom: 20px;
	line-height: 36px;
	background-color: #efefef;
	text-align: center;
	font-size: 14px
}

.container .contain .slideMain.yysqBox .yysq .application .label {
	display: block;
	overflow: auto
}

.container .contain .slideMain.yysqBox .yysq .application .label span {
	width: 175px;
	height: 30px;
	line-height: 30px;
	float: left;
	text-align: right;
	color: #333
}

.container .contain .slideMain.yysqBox .yysq .application .label button {
	width: 90px;
	height: 30px;
	line-height: 30px;
	padding: 0;
	border: 0;
	outline: 0;
	background-color: #b7cfe5;
	cursor: pointer;
	font-size: 14px
}

.container .contain .slideMain.yysqBox .yysq .application .label input,.container .contain .slideMain.yysqBox .yysq .application .label select,.container .contain .slideMain.yysqBox .yysq .application .label textarea {
	outline: 0
}

.container .contain .slideMain.yysqBox .yysq .application .label input,.container .contain .slideMain.yysqBox .yysq .application .label textarea {
	padding: 0 5px
}

.container .contain .slideMain.yysqBox .yysq .application .label input,.container .contain .slideMain.yysqBox .yysq .application .label select {
	width: 180px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ccc;
	background-color: #f9f9f8
}

.container .contain .slideMain.yysqBox .yysq .application .label input.identity_copy_text,.container .contain .slideMain.yysqBox .yysq .application .label input.evidencePic_text,.container .contain .slideMain.yysqBox .yysq .application .label input.evidence_text,.container .contain .slideMain.yysqBox .yysq .application .label button.identity_copy_view,.container .contain .slideMain.yysqBox .yysq .application .label button.evidencePic_view,.container .contain .slideMain.yysqBox .yysq .application .label button.evidence_view {
	vertical-align: middle;
	background-color: #e3e3e3
}

.container .contain .slideMain.yysqBox .yysq .application .label button.identity_copy_view,.container .contain .slideMain.yysqBox .yysq .application .label button.evidencePic_view,.container .contain .slideMain.yysqBox .yysq .application .label button.evidence_view {
	margin-left: 6px;
	border: 1px solid #ccc;
	color: #333;
	font-size: 12px
}

.container .contain .slideMain.yysqBox .yysq .application .label textarea {
	padding: 5px;
	width: 475px;
	height: 140px;
	line-height: 20px;
	border: 1px solid #ccc;
	background-color: #f9f9f8;
	resize: none
}

.container .contain .slideMain.yysqBox .yysq .application .label i {
	font-style: normal;
	color: #fe2121
}

.container .contain .slideMain.yysqBox .yysq .application .label .tips {
	overflow: auto
}

.container .contain .slideMain.yysqBox .yysq .application .label .tips span {
	height: 15px;
	line-height: 15px
}

.container .contain .slideMain.yysqBox .yysq .application .label .tips .Validform_checktip {
	margin-left: 175px;
	display: block;
	width: auto;
	float: none;
	text-align: left
}

.container .contain .slideMain.yysqBox .yysq .application .label .tips .Validform_checktip.Validform_wrong {
	color: red
}

.container .contain .slideMain.yysqBox .yysq .application .label .tips .Validform_checktip.Validform_right {
	color: #04a93b
}

.container .contain .slideMain.yysqBox .yysq .submitBox {
	overflow: auto;
	width: 290px;
	margin: 50px auto 0
}

.container .contain .slideMain.yysqBox .yysq .submitBox button,.container .contain .slideMain.yysqBox .yysq .submitBox input {
	float: left
}

.container .contain .slideMain.yysqBox .yysq .submitBox button {
	margin-left: 50px
}

.arrow {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: 30px;
	height: 50px;
	line-height: normal;
	background: url("../img/arrow.png") no-repeat;
	z-index: 10;
	cursor: pointer
}

.arrow.arrow-left {
	left: 0;
	background-position: left top
}

.arrow.arrow-right {
	right: 0;
	background-position: left bottom
}

.block {
	float: left;
	margin-bottom: 30px;
	margin-top:30px;
	width: 320px;
	/* border: 1px solid #efefef;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	transition-time-function: ease-in;
	-webkit-transition-delay: 0;
	transition-delay: 0 */
}

.block:hover {
	border-color: #ccc
}

.block h3 {
	position: relative;
	width: 100%;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	color: #333
}



.block h3 a {
	float: right;
	color: #747474;
	font-size: 12px;
	font-weight: normal;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	transition-time-function: ease-in;
	-webkit-transition-delay: 0;
	transition-delay: 0
}
.block h3 span{
	display: block;
    float: left;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-indent: 40px;
    background: url(../img/titleNav.png) 10px no-repeat;
    background-color: #e22323;
    color: #fff;
}

.block h3 a:hover {
	color: #e22323;
}

.block ul {
	height: 200px;
	border-top:1px solid #ccc;
}

.block ul li a {
	width: 100%;
	height: 40px;
	line-height: 40px;
	display: block;
	padding-left: 25px;
	background: url("../img/blackLi.png") 0px 15px no-repeat;
	color: #333;
	font-size: 14px;
	-webkit-transition-property: background-color;
	transition-property: background-color;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	transition-time-function: ease-in;
	-webkit-transition-delay: 0;
	transition-delay: 0
}

.block ul li a:hover {
	background-color: #efefef
}
.container .contain .indexContain .indexTopic{
	margin-bottom:30px;
	height:70px;
}

.container .contain .indexContain .indexTopic a{
	display:block;
	width:490px;
	font-size:22px;
	color:#e22323;
	text-align:center;
	font-weight:600;
	letter-spacing: 10px;
	line-height:70px;
}
.container .contain .indexContain .indexTopic a:nth-child(1){
	float:left;	
	background: url("../img/topicLeft.png") no-repeat;
}
.container .contain .indexContain .indexTopic a:nth-child(2){
	float:right;	
	background: url("../img/topicRight.png") no-repeat;
}

.reward {
	width: 1000px;
	margin:0px;
}
.reward ul li{
	border-bottom:1px dashed #ccc;
}
.swiper-container .pagination {
	position: absolute;
	z-index: 20;
	left: 10px;
	bottom: 5px
}

.swiper-container .swiper-pagination-switch {
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 5px;
	background: #fff;
	margin-right: 5px;
	opacity: .8;
	cursor: pointer
}

.swiper-container .swiper-visible-switch {
	background: #aaa
}

.swiper-container .swiper-active-switch {
	width: 6px;
	height: 6px;
	border-radius: 6px;
	background: #e22323
}

.xygsSearch {
	overflow: auto;
	margin: 0 auto;
	padding: 20px 0;
	padding-bottom:50px;
	width: 632px;
	font-size:18px;
	text-align:center;
	font-weight: 600;
}

.xygsSearch input {
	float: left;
	width: 512px;
	height: 34px;
	line-height: 34px;
	padding-left: 10px;
	border: 1px solid #cbcbcb;
	font-size: 14px
}

.xygsSearch input:focus {
	border: 1px solid #2c86d7
}

.xygsSearch button {
	float: right
}

.defaultBtn {
	display: block;
	width: 100px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border: 0;
	background-color: #e22323;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .25s;
	transition-duration: .25s;
	transition-time-function: ease-in;
	-webkit-transition-delay: 0;
	transition-delay: 0
}

.defaultBtn:hover {
	background-color: #e86868;
}

.paginationWkPage {
	overflow: auto;
	padding: 10px 15px;
	float: right
}

.m-pagination-page li {
	margin: 0 2px
}

.m-pagination-page li a {
	height: 30px;
	line-height: 30px
}

.m-pagination-page li.active a {
	background-color: #2584da
}

.m-pagination-page li.active a:hover {
	background-color: #337ab7;
	border-color: #337ab7
}

.m-pagination-jump {
	margin: 0;
	padding-right: 0
}

.m-pagination-jump input {
	height: 32px;
	line-height: 32px
}

.m-pagination-jump button {
	height: 34px;
	line-height: 34px
}

.select {
	position: relative;
	min-width: 135px;
	height: 36px;
	/* border: 1px solid #eee; */
	cursor: pointer
}

.select:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -2px;
	border-top: 5px solid #666;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent
}

.select .select_text {
	overflow: hidden;
	height: 36px;
	line-height: 36px
}

.xygsList .select .select_ul {
	display: none;
	position: absolute;
	top: 37px;
	left: -2px;
	right: -2px;
	min-width: 135px;
	border: 1px solid #d4d4d4;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	background: #fff;
	z-index: 1
}
.select .select_ul {
    display: none;
    position: absolute;
    top: 32px;
    min-width: 135px;
    border: 1px solid #d4d4d4;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background: #fff;
    z-index: 1;
}
/* .select .select_ul li {
	line-height: 36px
} */
.select .select_ul li {
	line-height: 22px
}

.select .select_ul li:hover {
	background-color: #eaf5ff;
	color: #2584da
}

.select .select_ul li.cur {
	color: #fff;
	background: #2584da
}
<!-- 信用查询报告申请 -->
.bgsqBox{
	width:400px;
	height:200px;
	padding:40px 20px;
}

.bgsqBox li {
    float: left;
    width: 107px;
    margin-left:20px;
    text-align: center;
    margin-top: 25px;
}
.bgsqBox li a{
	display: block;
	width:107px;
	height:46px;
    text-decoration: none;
    color: #000;
}

.bgsqBox li a span {
    word-break: break-all;
    font-size: 12px;
    display: block;
    text-align: center;
    margin-top: 6px;
}
.container .contain .newsBox{
	padding:0px 0px;
}

/* 信用服务 */
.serviceIndex{
	padding: 0px 0px 30px 0px;;
    border: 1px solid #cbcbcb;
    border-top: 0px;
   	overflow: hidden;
}
.serviceIndex .serviceLi{
	width:270px;
	margin-left:47px;
	margin-top:30px;
	border:1px solid #ddd;
	float:left;
}

.serviceIndex .serviceLi .servicePic{
    width: 270px;
    height: 224px;
    background: #f1f1f1;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.serviceIndex .serviceLi .serviceCont{
	height: 74px;
    background: #606060;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 74px;
    text-align: center;
}
.serviceIndex .serviceLi .serviceContCopy{
	line-height: 34px;
    padding: 4px 5px 10px 5px;
}
.serviceIndex .serviceLi .serviceCont a{
	color:#fff;
}
/* 权利清单 */
.container .contain .slideMain .powerBox {
    padding: 20px 20px;
    overflow: hidden;
}
.container .contain .slideMain .powerBox li{
	display: block;
	float:left;
	width:120px;
	height:30px;
	border-radius: 4px;
	border:1px solid #ccc;
	background-color: #efefef;
	line-height: 28px;
	text-align: center;	
	box-sizing: border-box;
	font-size:12px;
	margin:0px 16px 20px 0px;
	cursor: pointer;
}
.container .contain .slideMain .powerBox li:nth-child(5n){
	margin-right:0px;
}
.container .contain .slideMain .powerBox li span:hover{
	color:#2584da;
}
.container .contain .slideMain .powerNav{
	width:100%;
	margin-bottom:10px;
	border:1px dashed #ccc;
}
.container .contain .slideMain .commonListCopy li{
	border-bottom:0px;
}
.container .contain .slideMain .commonListCopy li a:hover{
	color:#2584da;
}
.container .contain .slideMain .powerXqTitle{
	display:block;
	width:100%;
	line-height:30px;
	text-align:center;
	font-size:16px;
	padding: 20px 0 20px;
	font-weight: bold;
}
.container .contain .slideMain .powerWap{
	margin-bottom: 20px;
    min-height: 530px;
}
.container .contain .slideMain .powerWap table{
	width:99%;
	text-align:center;
	
}
.container .contain .slideMain .powerWap table tr td{
	border:1px solid #ccc;
	height:30px;
}
.container .contain .slideMain .powerWap table tr td:nth-child(2n-1){
	width:120px;
	background-color:#efefef;
	font-size: 14px;
    font-weight: bold;
}
.container .contain .slideMain .powerWap table tr td:nth-child(2n+0){
	width:230px;
}
.container .contain .slideMain .powerWap table tr td.tabCon{
	text-align:left;
	text-indent:20px;
	padding: 10px;
	line-height: 20px;
}
/* 重点领域 */
.container .contain .slideMain .areaBox {
    padding: 20px 20px;
    overflow: hidden;
}
.container .contain .slideMain .areaBox li{
	display: block;
	float:left;
	width:200px;
	height:50px;
	border-radius: 4px;
	border:1px solid #ccc;
	line-height: 50px;
	text-align: center;	
	box-sizing: border-box;
	font-size:12px;
	margin:0px 35px 20px 0px;
	cursor: pointer;
	font-size:16px;
}
.container .contain .slideMain .areaBox li span{
	display:block;
	margin-left:40px;
}
.container .contain .slideMain .areaBox li:nth-child(3n){
	margin-right:0px;
}
.container .contain .slideMain .areaBox li:nth-child(1){
	background: url(../img/icon1.png) 15px 4px no-repeat;
}
.container .contain .slideMain .areaBox li:nth-child(2){
	background: url(../img/icon2.png) 15px 4px no-repeat;
}
.container .contain .slideMain .areaBox li:nth-child(3){
	background: url(../img/icon3.png) 15px 4px no-repeat;
}
.container .contain .slideMain .areaBox li:nth-child(4){
	background: url(../img/icon4.png) 15px 4px no-repeat;
}
.container .contain .slideMain .areaBox li:nth-child(5){
	background: url(../img/icon5.png) 15px 4px no-repeat;
}
.container .contain .slideMain .areaBox li:nth-child(6){
	background: url(../img/icon6.png) 15px 4px no-repeat;
}
.container .contain .slideMain .areaBox li:nth-child(7){
	background: url(../img/icon7.png) 15px 4px no-repeat;
}
.container .contain .slideMain .areaBox li:nth-child(8){
	background: url(../img/icon8.png) 15px 4px no-repeat;
}
.container .contain .slideMain .areaBox li:nth-child(9){
	background: url(../img/icon9.png) 15px 4px no-repeat;
}
.container .contain .slideMain .areaBox li span:hover{
	color:#2584da;
}

/* 重点人群 */
.container .contain .slideMain .workBox {
    padding: 20px 20px;
    overflow: hidden;
}
.container .contain .slideMain .workBox li{
	display: block;
	float:left;
	width:200px;
	height:50px;
	border-radius: 4px;
	border:1px solid #ccc;
	line-height: 50px;
	text-align: left;	
	box-sizing: border-box;
	margin:0px 35px 20px 0px;
	cursor: pointer;
	font-size:14px;
}
.container .contain .slideMain .workBox li span{
	display: block;
    margin-left: 70px;
    width: 125px;
}
.container .contain .slideMain .workBox li span.workSpan{
	padding: 5px 0px 4px 0px;
    line-height: 20px;
}
.container .contain .slideMain .workBox li:nth-child(3n){
	margin-right:0px;
}
.container .contain .slideMain .workBox li a:hover{
	color:#2584da;
}
.container .contain .slideMain .workBox li:nth-child(1){
	background: url(../img/work1.png) 15px 4px no-repeat;
}
.container .contain .slideMain .workBox li:nth-child(2){
	background: url(../img/work2.png) 15px 4px no-repeat;
}
.container .contain .slideMain .workBox li:nth-child(3){
	background: url(../img/work3.png) 15px 4px no-repeat;
}
.container .contain .slideMain .workBox li:nth-child(4){
	background: url(../img/work4.png) 15px 4px no-repeat;
}
.container .contain .slideMain .workBox li:nth-child(5){
	background: url(../img/work5.png) 15px 4px no-repeat;
}
.container .contain .slideMain .workBox li:nth-child(6){
	background: url(../img/work6.png) 15px 4px no-repeat;
}
.container .contain .slideMain .workBox li:nth-child(7){
	background: url(../img/work7.png) 15px 4px no-repeat;
}
.container .contain .slideMain .workBox li:nth-child(8){
	background: url(../img/work8.png) 15px 4px no-repeat;
}
.container .contain .slideMain .workBox li:nth-child(9){
	background: url(../img/work9.png) 15px 4px no-repeat;
}
.container .contain .slideMain .workBox li:nth-child(10){
	background: url(work10.png) 15px 4px no-repeat;
}
.container .contain .slideMain .workBox li:nth-child(11){
	background: url(work11.png) 15px 4px no-repeat;
}
.container .contain .slideMain .workBox li:nth-child(12){
	background: url(work12.png) 15px 4px no-repeat;
}
.container .contain .slideMain .workBox li:nth-child(13){
	background: url(work13.png) 15px 4px no-repeat;
}
.xyxxcxIndex li{
	text-align:center;
}
.xyxxcxIndex li img{
	margin-top:30px;
}



.container .contain .mainSearch {
	padding: 0 0 45px;
	font-size: 14px
}

.container .contain .mainSearch .searchTop {
	text-align: center;
	padding-bottom: 20px
}

.container .contain .mainSearch .searchTop span {
	position: relative;
	padding: 0 10px 2px 10px;
	cursor: pointer;
	font-size: 16px;
	color: #333;
}

.container .contain .mainSearch .searchTop span.hover {
	color: #e22323;
	font-weight: bold
}

.container .contain .mainSearch .searchTop span.hover i {
	display: block
}

.container .contain .mainSearch .searchTop span:hover {
	color: #e86868;
	font-weight: bold
}

.container .contain .mainSearch .searchTop span:after {
	content: ' ';
	position: absolute;
	right: 0;
	top: 3px;
	width: 1px;
	height: 14px;
	background-color: #ddd
}

.container .contain .mainSearch .searchTop span:nth-child(4):after {
	content: none
}

.container .contain .mainSearch .searchTop span i {
	display: none;
	position: absolute;
	bottom: -18px;
	left: 50%;
	margin-left: -9px;
	width: 17px;
	height: 10px;
	background: url("searchTopIco.png") no-repeat
}

.container .contain .mainSearch .searchInput {
	margin: 0 auto 12px;
	width: 800px
}

.container .contain .mainSearch .searchInput input {
	float: left;
	margin-right: 20px;
	padding-left: 20px;
	display: block;
	width: 680px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	text-align: left
}

/* 信用信息详情 */
.xyxxDetail{
	width:1000px;
	background-color:#fff;
	padding-bottom:20px;
}
.xyxxDetail .xyxxList{
	width:902px;
	margin:0 auto;
	background-color:#efefef;
	overflow:hidden;
	border:1px solid #ddd;
}
.xyxxDetail .xyxxList li{
	width: 150px;
    float: left;
    height: 40px;
    line-height: 40px;
    text-align:center;
    font-size: 16px;
    cursor: pointer;
    
}
.xyxxDetail .xyxxList .hover{
	background: url("xyxxHover.png") 0px 37px no-repeat;
}
.xyxxDetail .content{
	width:902px;
	margin:0 auto;
	border:1px solid #ddd;
	border-top:0px;
	padding:10px;
}
.xyxxDetail .content .xyxxContent .Data table.xyxxTable{
	width: 50%;
    border: 0px;
    background-color:#fff;
}
.xyxxDetail .content .xyxxContent .Data table.xyxxTable tr td{
	border:0px;
}
.xyxxDetail .content .xyxxContent .Data table.xyxxTable tr td:nth-child(1){
	width:170px;
}

/* 重点人群详情 */
.zdrqDetail{
	width:100%;
	background-color:#fff;
	padding-bottom:20px;
}
.zdrqDetail .xyxxList{
	width:90%;
	margin:0 auto;
	background-color:#efefef;
	overflow:hidden;
	border:1px solid #ddd;
}
.zdrqDetail .xyxxList li{
	width: 33%;
    float: left;
    height: 40px;
    line-height: 40px;
    text-align:center;
    font-size: 16px;
    cursor: pointer;
    
}
.zdrqDetail .xyxxList .hover{
	background: url("xyxxHover.png") 20px 37px no-repeat;
}
.zdrqDetail .content{
	width:90%;
	margin:0 auto;
	border:1px solid #ddd;
	border-top:0px;
	padding:10px;
}
.zdrqDetail .content .xyxxContent .Data table.xyxxTable{
	width: 50%;
    border: 0px;
    background-color:#fff;
}
.zdrqDetail .content .xyxxContent .Data table.xyxxTable tr td{
	border:0px;
}
.zdrqDetail .content .xyxxContent .Data table.xyxxTable tr td:nth-child(1){
	width:170px;
}
.slideMain .xygsSearch .xygsSelect{
	float: left;
    width: 135px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #cbcbcb;
    font-size: 14px;
}
.slideMain .xygsSearch input.xygsInput{
	width:350px;
}
.header .searchInput .xygsSelect{
	float: left;
    width: 70px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #cbcbcb;
    font-size: 14px;
    
}

.header .searchInput .xygsSelect .select {
	position: relative;
    min-width: 70px;
    height: 32px;
    width: 70px;
    background-color: #fff;
    cursor: pointer;
    padding-left:8px;
    border: none;
    border-right:1px solid #ddd;
}

.header .searchInput .xygsSelect .select .select_ul{
    min-width: 70px;
    left:-1px;
    text-align:center;
}

.mainSearch .searchInput .ztfwSelect{
	float: left;
    width: 120px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #cbcbcb;
    font-size: 14px;
}
.mainSearch .searchInput .ztfwSelect .select {
	position: relative;
    height: 32px;
    width: 120px;
    background-color: #fff;
    cursor: pointer;
    padding-left:8px;
    border: none;
    border-right:1px solid #ddd;
}
.container .contain .mainSearch .searchInput input.ztfwInput{
	width:550px!important;
}
.mainSearch .searchInput .ztfwSelect .select .select_ul{
    width: 120px;
    left:-1px;
    text-align:center;
}
/* 首页导航 */
.navigator div a{
	position: relative;
}
.navigator div a ul.navList{
	position: absolute;
    color: #333;
    top: 30px;
    left: 20px;
    line-height: 20px;
}
.clearfixIndex:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix10:after {
	content:".";
	display:block;
	height:10px;
	clear:both;
	visibility:hidden;
}
.h10{height:10px;}
.h15{height:15px;}
#header{
	width:1000px; margin:0 auto;
}
.navBar {
	width:1100px;
	margin:0 auto;
	height:50px;
	line-height:50px;
	background:;
	color:block;
}
.nav {
	position:relative;
	width:1100px;
	margin:0 auto;
	font-size:18px;
}
.nav a {
	color:#fff;
}
.nav h3 {
	font-size:100%;
	font-weight:normal;
}
.nav .m {
	float:left;
	position:relative;
	z-index:10;
}
.nav .s {
	float:left;
	width:3px;
	text-align:center;
	color:#D4D4D4;
	font-size:12px;
}
.nav h3 a {
	display:block;
	width:118px;
	text-align:center;
}
.nav .sub {
	display:none;
	position:absolute;
	top:50px;
	z-index:1;
	width:118px;
	border-top:0;
	background:#e22323;
}
.nav .xygs{
	width:128px
}
.nav .xygs li{
	width:128px!important;
	padding-left:1px;
}
.nav .sub li {
	text-align:center;
	margin-bottom:4px;
	width:118px;
	
}

.nav .sub li a {
	display:block;
	padding:2px 0;
	height:20px;
	line-height:20px;
	color:#fff;
	font-size:12px;
}
.nav .sub li a:hover {
	color:#FE7700;
} 
/* .blockIndex {
	height:4px;
	width:128px;
	
	background:#e86868;
	position:absolute;
	left:10px;
	top:45px;
	overflow:hidden;
	color:#fff;
} */


.navigator .navBar .clearfixIndex .m h3 a.hover{
	background: url("navigatorBgT.png") left 47px repeat-x
} 
