body{height: 100%; background: #f9f9f9;}
html{height: 100%;}

/* 首页 */
/*
.Index-box{
	background: url(../images/sybjt.png) bottom center no-repeat;
	background-size: 100%;
	padding-bottom: 400px;
}
*/

.Index-box{
	background: url(../images/sybjt.png) bottom center no-repeat;
	background-size: 100%;
	min-height: 730px;
	height: 100%;
}

.Index-top{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 23px 24px 0;
}

.Index-tab a{
	font-size: 14px;
	color: #333333;
	margin-right: 24px;
}

.Index-pic a{
	display: block;
	width: 30px;
	height: 30px;
}

.Index-pic img{
	display: block;
	width: 30px;
	height: 30px;
}

.Index-cent{
	width: 790px;
	margin: 101px auto 0;
}

.Index-logo{
	width: 314px;
	height: 47px;
	margin: 0 auto;
}

.Index-info{
	margin-top: 30px;
	display: flex;
}

.Index-info input{
	width: 558px;
	height: 44px;
	line-height: 44px;
	border: 2px solid rgba(204,204,204,1);
	border-radius: 8px 0 0 8px;
	font-size: 16px;
	padding-left: 22px;
	border-right: 0;
}

.Index-info input::-webkit-input-placeholder{
	color:#CDCDCD;
}
  
.Index-info input::-moz-placeholder{
	color:#CDCDCD;
}
  
.Index-info input:-moz-placeholder{
	color:#CDCDCD;
}
  
.Index-info input:-ms-input-placeholder{
	color:#CDCDCD;
}

.Index-retrieval{
	width: 90px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #FFFFFF;
	background: #00813A;
	text-align: center;
	border-radius: 0 8px 8px 0;
}

.Index-senior{
	width: 108px;
	height: 46px;
	line-height: 46px;
	border: 2px solid rgba(0,129,58,1);
	border-radius: 8px;
	text-align: center;
	margin-left: 10px;
	font-size: 16px;
	color: #00813A;
}

.Index-hot{
	display: flex;
	align-items: center;
	margin-top: 22px;
}

.Index-hot:nth-child(2n){
	margin-left: 80px;
}

.search-box{
	display: flex;
	flex-wrap: wrap;
}

.Inhot-num1{
	width: 16px;
	height: 16px;
	background: rgba(0, 129, 58, 0.3);
	border-radius: 4px;
	font-size: 12px;
	color: #00813A;
	line-height: 16px;
	text-align: center;
}

.Inhot-num2{
	width: 16px;
	height: 16px;
	background: rgba(0, 129, 58, 0.2);
	border-radius: 4px;
	font-size: 12px;
	color: #00813A;
	line-height: 16px;
	text-align: center;
}

.Inhot-num3{
	width: 16px;
	height: 16px;
	background: rgba(0, 129, 58, 0.1);
	border-radius: 4px;
	font-size: 12px;
	color: #00813A;
	line-height: 16px;
	text-align: center;
}

.Inhot-num4{
	width: 16px;
	height: 16px;
	background: rgba(157, 157, 157, 0.1);
	border-radius: 4px;
	font-size: 12px;
	color: #666666;
	line-height: 16px;
	text-align: center;
}

.Index-search{
	width: 790px;
	margin: 40px auto 0;
}

.search-title{
	font-size: 16px;
	color: #333333;
	font-weight: 600;
}

.Inhot-title{
	width: 268px;
	margin-left: 8px;
	font-size: 14px;
	color: #333333;
	overflow: hidden; /*文本超出隐藏*/
	text-overflow: ellipsis; /*文本超出显示省略号*/
	white-space: nowrap; /*超出的空白区域不换行*/
}

.Inhot-name{
	width: 42px;
	font-size: 14px;
	color: #666666;
	margin-left: 20px;
}

/* 通用 */
.ordinary-top{
	background: #fff;
}

.ordinary-heard{
	width: 1200px;
	padding: 27px 0;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.ordinary-left{
	display: flex;
	align-items: center;
}

.ordinary-left img{
	width: 312px;
	height: 45px;
	margin-right: 74px;
}

.ordinary-left a{
	font-size: 14px;
	color: #333333;
	margin-right: 40px;
}

.ordinary-wx{
	width: 30px;
	height: 30px;
}

.ordinary-wx img{
	width: 30px;
	height: 30px;
}

.ordinary-goin{
	width: 100%;
	height: 150px;
	background: url(../images/bjt.png) 50% center  no-repeat;
	background-size: 100%;
}

.ordinary-Inp{
	width: 790px;
	margin: 0 auto;
	display: flex;
	padding-top: 53px;
}

.ordinary-Inp input{
	width: 548px;
	height: 44px;
	line-height: 44px;
	border-radius: 4px 0 0 4px;
	font-size: 16px;
	padding: 0 10px 0 22px;
	border-right: 0;
	color: #333;
	border: none;
}

.ordinary-Inp input::-webkit-input-placeholder{
	color:#CDCDCD;
}
  
.ordinary-Inp input::-moz-placeholder{
	color:#CDCDCD;
}
  
.ordinary-Inp input:-moz-placeholder{
	color:#CDCDCD;
}
  
.ordinary-Inp input:-ms-input-placeholder{
	color:#CDCDCD;
}

.ordinary-retrieval{
	width: 90px;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	color: #FFFFFF;
	background: #00813A;
	text-align: center;
	border-radius: 4px;
	margin-left: -10px;
}

.ordinary-senior{
	width: 108px;
	height: 44px;
	line-height: 44px;
	background: #fff;
	border-radius: 8px;
	text-align: center;
	margin-left: 10px;
	font-size: 16px;
	color: #00813A;
}

.ordinary-cent{
	width: 930px;
	margin: 0 auto;
	padding-bottom: 60px;
}

.ordinary-crumbs{
	margin: 21px 0 0;
	font-size: 14px;
	color: #333333;
}

.ordinary-crumbs span{
	color: #00813A;
}

.currency-baner{
	margin: 24px 0 0;
	background: #FFEDD4;
	border-radius: 4px;
	line-height: 44px;
	font-size: 18px;
	color: #333333;
	font-weight: 600;
	padding-left: 20px;
}

.currency-cent{
	background: #FFFFFF;
	border-radius: 4px;
	padding: 0 24px;
	margin-top: 14px;
}

.currency-list{
	display: block;
	padding: 25px 0;
	border-bottom: 1px solid #EEEEEE;
}

.currency-list:last-child{
	border: none;
}

.currency-title{
	font-size: 16px;
	color: #333333;
	font-weight: 600;
}

.currency-sub{
	display: flex;
	align-items: center;
	margin-top: 14px;
}

.currency-sub span{
	font-size: 14px;
	color: #999999;
	margin-right: 46px;
}

.currency-text{
	font-size: 14px;
	color: #333333;
	text-align: justify;
	line-height: 22px;
	margin-top: 10px;
}

.currency-ory{
	margin-top: 10px;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #999999;
}

.currency-ifica{
	background: url(../images/fenlei.png) left center no-repeat;
	background-size: 14px 14px;
	padding-left: 23px;
	margin-right: 47px;
}

.currency-see{
	background: url(../images/see.jpg) left center no-repeat;
	background-size: 22px 14px;
	padding-left: 30px;
	margin-right: 47px;
}

.generous-cent{
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 60px;
}

.generous-box{
	display: flex;
}

.generous-left{
	width: 220px;
	height: 100%;
	border-radius: 4px;
	margin: 24px 20px 0 0;
}

.generous-title{
	background: #00813A;
	border-radius: 4px 4px 0 0;
	font-size: 18px;
	color: #FFFFFF;
	padding-left: 20px;
	line-height: 40px;
}

.generous-list{
	background: #FFFFFF;
	padding: 10px 0;
}

.generous-list a{
	display: block;
	font-size: 16px;
	color: #333333;
	padding: 10px 20px;
	background: url(../images/yjt.jpg) 92% center no-repeat;
}

.generous-right{
	width: 930px;
}

.senior-goin{
	width: 100%;
	height: 277px;
	background: url(../images/bjt.png) top center  no-repeat;
	background-size: 100% 100%;
	padding: 35px 0 38px 0;
}

.senior-Inp{
	width: 940px;
	margin: 0 auto;
}

.senior-drop{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 12px;
}

.senior-down span{
	display: inline-block;
	width: 64px;
	font-size: 16px;
	color: #333333;
	font-weight: 400;
}

.senior-down select{
	width: 350px;
	height: 44px;
	line-height: 44px;
	background: url(../images/xl.png) 95% center no-repeat #fff;
	padding: 0 15px;
	border-radius: 4px;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	font-size: 16px;
	color: #333333;
	font-weight: 400;
	border: none;
}

.senior-inon{
	margin-bottom: 13px;
	display: flex;
	align-items: center;
}

.senior-inon span{
	display: inline-block;
	width: 64px;
	font-size: 16px;
	color: #333333;
	font-weight: 400;
}

.senior-inon input{
	width: 100%;
	line-height: 44px;
	flex: 1;
	border: none;
	margin-left: 4px;
	padding-left: 15px;
	font-size: 16px;
	color: #333333;
	font-weight: 400;
}

.senior-but{
	display: flex;
	align-items: center;
	margin-left: 69px;
}

.senior-js{
	width: 158px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background: #00813A;
	border-radius: 4px;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 500;
	cursor: pointer;
}

.senior-pujs{
	width: 108px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background: #fff;
	border-radius: 4px;
	font-size: 16px;
	color: #00813A;
	font-weight: 500;
	margin-left: 14px;
	cursor: pointer;
}

.entry-box{
	display: flex;
	position: relative;
	margin-top: 24px;
}

.entry-zhanwei{
	display: none;
	width: 220px;
	margin: 0 20px 0 0;
}

.entry-left{
	width: 220px;
	height: 100%;
	border-radius: 4px;
	margin: 0 20px 0 0;
}

.entry-xid{
	position: fixed;
	top: 0;
	left: 0;
	width: 220px;
	height: 100%;
	border-radius: 4px;
	margin: 24px 20px 0 0;
}

.entry-title{
	background: #00813A;
	border-radius: 4px 4px 0 0;
	font-size: 18px;
	color: #FFFFFF;
	padding-left: 20px;
	line-height: 40px;
}

.entry-list{
	background: #FFFFFF;
	padding: 10px 0;
}

.entry-list a{
	display: block;
	font-size: 16px;
	color: #333333;
	padding: 10px 20px;
	background: url(../images/yjt.jpg) 92% center no-repeat;
}

.entry-middle{
	width: 650px;
	height: 100%;
	padding: 29px 26px 38px;
	background: #fff;
	border-radius: 4px;
}

.middle-top{
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.middle-title{
	font-size: 24px;
	color: #333333;
	font-weight: 500;
}

.middle-ory{
	margin-top: 14px;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #999999;
}

.middle-ifica{
	background: url(../images/fenlei.png) left center no-repeat;
	background-size: 14px 14px;
	padding-left: 23px;
	margin-right: 47px;
}

.middle-see{
	background: url(../images/see.jpg) left center no-repeat;
	background-size: 22px 14px;
	padding-left: 30px;
	margin-right: 47px;
}

.middle-name{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	margin-top: 30px;
	text-align: center;
}

.middle-sub{
	font-size: 15px;
	color: #333333;
	font-weight: 600;
	margin-top: 12px;
}

.middle-text{
	font-size: 15px;
	color: #333333;
	font-weight: 400;
	margin-top: 5px;
	line-height: 26px;
	text-indent: 2em;
}

.middle-text img{
	display: block;
}

.entry-right{
	width: 250px;
	margin-left: 20px;
}

.entry-evebox{
	background: #fff;
	border-radius: 4px;
	padding-bottom: 11px;
	margin-bottom: 20px;
}

.entry-name{
	background: #00813A;
	border-radius: 4px 4px 0 0;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 40px;
	font-weight: 500;
	padding-left: 20px;
}

.entry-jieshao{
	display: flex;
	padding: 21px 14px 0;
}

.entry-jieshao img{
	width: 70px;
	height: 74px;
}

.intr-box{
	margin-left: 10px;
}

.intr-name{
	font-size: 14px;
	color: #333333;
	font-weight: 600;
	margin-top: 5px;
}

.intr-sub{
	font-size: 12px;
	color: #333333;
	margin-top: 5px;
}

.intr-sub span{
	margin-left: 10px;
}

.intr-list{
	padding: 0 14px;
}

.intr-list a{
	display: block;
	font-size: 12px;
	color: #666666;
	font-weight: 400;
	margin-top: 12px;
	overflow: hidden; /*文本超出隐藏*/
	text-overflow: ellipsis; /*文本超出显示省略号*/
	white-space: nowrap; /*超出的空白区域不换行*/
}

.entry-expert{
	padding-top: 15px;
}

.expert-list{
	padding: 0 20px;
}

.expert-title{
	font-size: 14px;
	color: #333333;
	line-height: 26px;
	font-weight: 600;
}

.expert-name{
	font-size: 12px;
	color: #333333;
	line-height: 26px;
}

.entry-review{
	padding-left: 20px;
}

.review-title{
	font-size: 14px;
	color: #333333;
	font-weight: 600;
	margin-bottom: 5px;
}

.entry-each{
	max-height: 130px;
	overflow-y: auto;
	padding-right: 5px;
}

.entry-each p{
	font-size: 12px;
	color: #333333;
	line-height: 26px;
	font-weight: 400;
}

.entry-each span{
	display: inline-block;
	width: 50px;
}

.entry-each::-webkit-scrollbar{
	/*滚动条整体样式*/
	width:3px;/*高宽分别对应横竖滚动条的尺寸*/
	height:1px;
}
.entry-each::-webkit-scrollbar-thumb{
	/*滚动条里面小方块*/
	border-radius:10px;
	box-shadow:inset005pxrgba(0,0,0,0.2);
	background:#535353;
}
.entry-each::-webkit-scrollbar-track{
	/*滚动条里面轨道*/
	box-shadow:inset005pxrgba(0,0,0,0.2);
	border-radius:10px;
	background:#ededed;
}

.about-banner{
	max-width: 1980px;
}

.about-banner img{
	width: 100%;
	text-align: center;
}

.about-box{
	width: 930px;
	margin: 21px auto 60px;
}

.about-crumbs{
	font-size: 14px;
	color: #999999;
	font-weight: 400;
}

.about-cent{
	margin-top: 20px;
	padding: 39px 37px 37px 29px;
	background: #fff;
	border-radius: 4px;
}

.about-title{
	font-size: 24px;
	color: #333333;
	font-weight: 500;
	text-align: center;
}

.about-cent p{
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	font-weight: 400;
	margin-top: 26px;
}


.floot-box{
	background: #f0f6f3;
}

.floot-top{
	padding: 106px 0 72px 0;
	border-bottom: 1px solid #EEEEEE;
}

.floot-cent{
	width: 940px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.floot-text{
	width: 342px;
}

.floot-text img{
	width: 286px;
	height: 44px;
}

.floot-text p{
	font-size: 14px;
	color: #999999;
	line-height: 22px;
	margin-top: 24px;
}

.floot-contat{
	margin-left: 110px;
}

.floot-name{
	font-size: 16px;
	color: #333333;
	font-weight: 600;
	padding-bottom: 13px;
}

.floot-sub{
	font-size: 14px;
	color: #999999;
	margin-top: 8px;
}

.floot-ewm{
	width: 149px;
	height: 149px;
	margin-left: 101px;
}

.floot-ewm img{
	width: 149px;
	height: 149px;
}

.floot-bot{
	padding: 28px 0;
	text-align: center;
	font-size: 14px;
	color: #999999;
}

.pageBox{
	display: flex;
	align-items: center;
	padding: 60px 0 0 0 ;
	justify-content: center;
}

.pagination {
	text-align: center;
}

.pagination li {
	display: inline-block;
	width: 32px;
	height: 32px;
}

.pagination li a {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: 0 5px;
	background: #FFFFFF;
	border: 1px solid rgba(217,217,217,1);
	border-radius: 2px;
	font-size: 14px;
}

.pagination li a:hover{
	background: #00813A;
	border-radius: 2px;
    color: #fff
}

.pagination li.active a {
	background: #00813A;
	border-radius: 2px;
	color: #fff;
}

.pageall{
	width: 70px;
	height: 30px;
	line-height: 30px;
	border: 1px solid rgba(217,217,217,1);
	border-radius: 2px;
	font-size: 14px;
	background: #fff;
	padding-left: 10px;
	margin: 0 10px;
}

.pagegoto{
	font-size: 14px;
	color: rgba(0,0,0,0.65);
}

.pagegoto input{
	width: 48px;
	height: 30px;
	line-height: 30px;
	border: 1px solid rgba(217,217,217,1);
	border-radius: 2px;
	padding: 0;
	text-align: center;
	margin: 0 5px;
}

.pt15{
	padding-top: 15px;
}