body{
	line-height: 1;
}
a {
	outline: none;
}
.ease {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.wujin {
	font-family: "bf" !important;
	font-size: 16px;
	line-height: 1;
	font-style: normal;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.iframe {
	height: 40px;
	overflow: hidden;
	background-color: #f5f5f5;
}
.w{
	width: 1400px;
	margin: 0 auto;
}
.Center{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.banner-adv {
	margin: 0 auto;
	overflow: hidden;
}
.banner-adv ul {
	width: calc(100% + 12px);
	display: inline;
	float: left;
	margin: 8px 0 0 -6px;
}

.banner-adv ul li {
	display: block;
	float: left;
	position: relative;
}
.banner-adv ul li .adv-item {
	margin: 12px 6px 0 6px;
	overflow: hidden;
}
.banner-adv ul.one li{
	width: 100%;
}
.banner-adv ul.two li{
	width: 50%;
}
.banner-adv ul.three li{
	width: 33.33%;
}
.banner-adv ul.four li{
	width: 25%;
}
.banner-adv ul.five li{
	width: 20%;
}
.banner-adv ul.six li{
	width: 16.66%;
}

.banner-adv ul li a,
.banner-adv ul li embed {
	float: left;
}

.advs {
	position: relative;
	display: block;
}

.advs img {
	display: block;
}

.advs i {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	width: 24px;
	height: 12px;
	background: url("https://public.mtnets.com/Images/public/adv.png") no-repeat;
}

#header{
	background: #f5f5f5;
	height: 39px;
	width: 100%;
	border-bottom: 1px solid #eeeeee;
}
#divLogin{
	float: left;
}
#divLogin ul {
	float: left;
}
#divLogin ul li {
	font-size: 13px;
	line-height: 39px;
	float: left;
	color: #666;
}
#divLogin ul li.login1 {
	margin-right: 20px;
}
#divLogin ul li.login1 a {
	color: #138146;
}
#divLogin ul li a{
	color: #999;
}
#divLogin ul li.register1 {
	margin-right: 10px;
}
#divLogin ul li.register1 a {
	padding: 3px 8px;
	border: 1px solid #dddddd;
	color: #666;
}
#divLogin ul li.register1 a:hover {
	color: #fff;
	background: #138146;
	border: 1px solid #138146;
}
.divService {
	float: right;
	color: #ddd;
	font-weight: bold;
	font-size: 13px;
}
.divService a{
	line-height: 39px;
	color: #666;
	padding: 0 8px;
	font-weight: normal;
}
.divService a:hover {
	color: #138146;
}
.divService a i {
	font-size: 14px;
	vertical-align: top;
	margin-right: 4px;
	margin-top: 13px;
}
.divService a:last-child {
	padding-right: 0;
}
.top .item {
	margin: 0 auto;
	padding: 25px 0;
	background-color: #fff;
	position: relative;
}
.top .item::after {
	content: "";
	clear: both;
	display: block;
}
.top .item .logo{
	float: left;
	width: 220px;
}
.top .item .pageName {
	float: left;
	font-size: 24px;
	color: #000;
	margin: 10px 0 0 20px;
	border-left: 1px solid #eeeeee;
	padding-left: 20px;
	font-weight: bold;
}
.top .item .menu{
	float: right;
	margin-top: 15px;
}
.top .item .menu a{
	display: inline-block;
	font-size: 20px;
	height: 22px;
	line-height: 20px;
	border-right: 1px solid #ddd;
	color: #333;
	padding: 0 13px;
	font-weight: 400;
	font-size: 20px;
}
.top .item .menu a:hover{
	color: #ff6600;
}
.top .item .menu a:last-child{
	border:none;
}
.search {
	width: 420px;
	height: 39px;
	margin: 6px 0 0 148px;
	float: left;
	border: 2px solid #138146;
	position: relative;
	border-radius: 18px;
	box-sizing: border-box;
}

.searchSelect {
	width: 88px;
	height: 35px;
	position: relative;
	float: left;
}

.selectTop {
	position: relative;
	cursor: pointer;
}

.selectTop p {
	font-size: 14px;
	line-height: 18px;
	color: black;
	text-indent: 20px;
	border-right: 1px solid #e6e6e6;
	margin-top: 8px;
}

.selectTop i {
	position: absolute;
	right: 14px;
	top: 7px;
	width: 14px;
	height: 8px;
	background: url("https://www.hbzhan.com/images/index/index.png") no-repeat;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}

.selectTop.focus i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.search button {
	position: absolute;
	height: 39px;
	line-height: 39px;
	background-color: #138146;
	color: #ffffff;
	width: 80px;
	font-size: 16px;
	border: none;
	cursor: pointer;
	right: -2px;
	top: -2px;
	border-radius: 0 19px 19px 0;
}

.search input {
	width: 256px;
	height: 35px;
	float: left;
	border: none;
	font-size: 14px;
	color: #333;
	text-indent: 14px;
	background-color: #fff;
}

.selectBot {
	position: absolute;
	width: 88px;
	background-color: #ffffff;
	top: 37px;
	left: 0px;
	z-index: 99;
	border-bottom: 2px solid #e6e6e6;
	border-top: 2px solid #e6e6e6;
	display: none;
}

.selectBot li {
	line-height: 26px;
	font-size: 12px;
	text-indent: 16px;
	border-left: 2px solid #e6e6e6;
	border-right: 2px solid #e6e6e6;
}

.selectBot li:hover {
	background-color: #138146;
	border-left: 2px solid #138146;
	border-right: 2px solid #138146;
	color: #fff;
	cursor: pointer;
}
.newTop .item a.menuItem {
	position: absolute;
	right: 14px;
	top: 22px;
	color: #333;
}

.newTop .item a.menuItem i {
	font-size: 30px;
	display: none;
}
.location {
	line-height: 52px;
	height: 52px;
	overflow: hidden;
	color: #666;
	font-size: 15px;
}
.location i {
	color: #138146;
	font-size: 18px;
	display: inline-block;
	vertical-align: top;
	margin-top: 17px;
}
.location a {
	color: #666;
	margin: 0 5px;
}
.location a:hover {
	color: #138146;
}
.findtop .w {
	box-sizing: border-box;
	border-radius: 4px;
	padding: 5px 0;
}
.findtop dl {
	line-height: 28px;
	font-size: 15px;
	position: relative;
	padding: 15px 0;
	border-bottom: 1px solid #e4e4e4;
}
.findtop dl:last-child {
	border-bottom: 0;
}
.findtop li {
	float: left;
}
.findtop dt {
	float: left;
	margin-right: 28px;
	font-weight: bold;
	font-size: 18px;
}
.findtop dt i {
	vertical-align: top;
	display: inline-block;
	margin-right: 8px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #138146;
	border: 3px solid #a7dec1;
	margin-top: 8px;
}
.findtop dd {
	overflow: hidden;
	/* height: 28px; */
	box-sizing: border-box;
}
.industry-tab {
	font-size: 0;
	position: relative;
}
.findtop dd .industry-tab li.focus .industry-top a {
	color: #fff;
	font-weight: normal;
	background-color: #138146;
}
.findtop dd .industry-tab a {
	margin-right: 20px;
	font-size: 15px;
}
.findtop  .industry-tab .industry-top a::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -12px;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 6px 5px;
	border-color: transparent transparent #E4E4E4 transparent;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.findtop .industry-tab .industry-top a::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -13px;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 4px 5px 4px;
	border-color: transparent transparent #f6f6f6 transparent;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.findtop  .industry-tab li.focus .industry-top a::before,.findtop  .industry-tab li.focus .industry-top a::after {
	opacity: 1;
	z-index: 9;
}

.findtop  .industry-tab li.focus .industry-bot {
	display: block;
}
.findtop .industry-bot {
	display: none;
	border-top: 1px solid #e4e4e4;
	position: absolute;
	right: 0;
	top: 40px;
	left: 0;
}
.findtop  .industry-bot p {
	font-size: 0;
}
.findtop  .industry-bot p a {
	font-size: 14px;
	padding: 0 10px;
	height: 26px;
	line-height: 26px;
	border-radius: 13px;
	display: inline-block;
	margin: 6px 15px 6px 0;
}

.findtop .industry-bot p a.focus {
	color: #138146;
	background-color: transparent;
}
.findtop dd a {
	color: #666;
	display: inline-block;
	line-height: 26px;
	padding: 0 12px;
	border-radius: 14px;
	height: 28px;
	vertical-align: top;
	position: relative;
}
.findtop dd a:hover {
	color: #138146;
}
.findtop dd ul.otherexi a.focus {
	color: #fff;
	font-weight: normal;
	background-color: #138146;
}
.otherexi {
	overflow: hidden;
}
.otherexi li {
	margin-right: 15px;
}
.findtop .structure li {
	margin-right: 35px;
}
.findtop .layout li {
	margin-right: 40px;
}
.findtop a.more {
	position: absolute;
	right: 0;
	top: 15px;
	color: #666;
	cursor: pointer;
}
.findtop a.more i {
	display: inline-block;
	margin-left: 8px;
	vertical-align: top;
	margin-top: 0;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	font-size: 12px;
}
.findtop a.focus i {
	-webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.main {
	overflow: hidden;
}
.listRight {
	width: 310px;
	float: right;
	background-color: #f5f5f5;
	padding: 20px 18px 0 18px;
	box-sizing: border-box;
	margin-left: 25px;
}
.listRight .title b {
	display: inline-block;
	width: 78px;
	height: 1px;
	background-color: #138146;
	vertical-align: top;
	margin-top: 14px;
}
.listRight .title a {
	margin: 0 15px;
}
.listRight .title i {
	color: #138146;
	font-size: 8px;
	margin: 0 7px;
}
.listRight .title {
	font-size: 22px;
	font-weight: bold;
}
.listRight .title a {
	color: #333;
	display: inline-block;
	vertical-align: top;
	margin-top: 2px;
}
.listRight ul {
	padding-bottom: 25px;
}
.listRight li {
	margin-top: 18px;
}
.listRight li .image {
	height: 0;
	padding-bottom: 56%;
	overflow: hidden;
}
.listRight li .image img {
	max-height: none;
}
.listRight li p {
	font-size: 15px;
	height: 17px;
	overflow: hidden;
	margin-top: 8px;
	line-height: 17px;
}
.listRight li p a {
	color: #333;
}
.listRight li p a:hover {
	color: #138146;
}
.listRight li span {
	font-size: 14px;
	color: #999;
	margin-top: 5px;
	display: block;
}
.publicbox {
	display: block;
	width: 600px;
	margin: 0px auto;
	height: 170px;
}
.publicbox >div {
    float: left;
}
.publicbox img.warn {
	margin: 30px 0 0 80px;
}
.lostpro {
	width: 100%;
	padding: 0 20px;
	margin: 25px auto 0;
	padding-left: 20px;
}
.lostpro span {
	margin-top: 70px;
	display: block;
}
.listLeft {
	overflow: hidden;
	float: left;
	width: 1065px;
}
.listLeft ul {
	width: calc(100% + 25px);
	margin-top: -20px;
}
.listLeft li {
	float: left;
	width: 33.33%;
	margin-top: 20px;
}
.listLeft li .item {
	margin-right: 25px;
	border-radius: 4px;
	/* background-color: #f2f2f2; */
	padding: 0 0 20px;
	position: relative;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.listLeft li .item:hover {
	/* box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16); */
}
.listLeft li .image {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}
.listLeft li .image img {
	max-height: none;
	width: 100%;
}
.listLeft li .image mark {
	position: absolute;
	left: 10px;
	top: 10px;
	height: 24px;
	line-height: 24px;
	border-radius: 2px;
	padding: 0 6px;
	background-color: #138146;
	color: #fff;
	font-size: 14px;
}
.listLeft li .image mark i {
	font-size: 12px;
	margin-right: 4px;
	vertical-align: top;
	display: inline-block;
	margin-top: 7px;
}
.listLeft li .image mark.living {
	background: -moz-linear-gradient( 180deg, rgb(255,68,31) 0%, rgb(255,171,24) 100%);
	background: -webkit-linear-gradient( 180deg, rgb(255,68,31) 0%, rgb(255,171,24) 100%);
	background: -ms-linear-gradient( 180deg, rgb(255,68,31) 0%, rgb(255,171,24) 100%);
}
.listLeft li .image mark.replay {
	background-color: #008aff;
}
.listLeft li .text p {
	font-size: 16px;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	margin-top: 12px;
}
.listLeft li .text p a {
	color: #333;
}
.listLeft li .text p a:hover {
	color: #138146;
}
.listLeft li .text span {
	display: block;
	font-size: 14px;
	margin-top: 15px;
	color: #999;
}
.listLeft li .text span b {
	width: 8px;
	display: inline-block;
}
.listLeft li .text span i {
	display: inline-block;
	vertical-align: top;
	margin-right: 6px;
	font-size: 13px;
	margin-top: 2px;
}
.listLeft li .text .go {
	position: absolute;
	right: 0;
	bottom: 15px;
	font-size: 14px;
	color: #138146;
	font-weight: bold;
	padding: 0 7px;
	height: 26px;
	line-height: 23px;
	box-sizing: border-box;
	border: 1px solid #138146;
}
.listLeft li .text .go:hover {
	background-color: #138146;
	color: #fff;
}
.pages {
	margin: 0 auto;
	height: 40px;
	clear: both;
	padding: 45px 0;
	text-align: center;
	color: #999;
	font-size: 0;
}
.pages a {
	width: 42px;
	height: 42px;
	display: inline-block;
	text-align: center;
	font: normal 16px/42px "Microsoft YaHei";
	color: #999;
	vertical-align: top;
	border-radius: 3px;
	margin-right: 8px;
	background-color: #f2f2f2;
}
.pages input {
	width: 38px;
	height: 38px;
	display: inline-block;
	text-align: center;
	border: 1px solid #e6e6e6;
	font: normal 14px/38px "Tahoma";
	margin: 0 10px;
	border-radius: 4px;
	vertical-align: middle;
}
.pages .jump {
	font-size: 14px;
	display: none;
}
.pages button {
	width: 62px;
	height: 40px;
	display: inline-block;
	text-align: center;
	outline: none;
	border: 1px solid transparent;
	border-radius: 4px;
	font: normal 16px/38px "Tahoma";
	vertical-align: middle;
	cursor: pointer;
	background: #138146;
	color: #fff;
	margin-left: 10px;
}
.pages a:hover {
	background-color: #138146;
	color: #fff;
}
.pages a.on {
	background-color: #138146;
	color: #fff;
}
.pages a.ft {
	background-image: url(https://www.fzfzjx.com/images/Product/Version/2021/page.png);
	background-position: 17px 16px;
	background-repeat: no-repeat;
	background-color: #f2f2f2;
}
.pages a.prev {
	background-image: url(https://www.fzfzjx.com/images/Product/Version/2021/page.png);
	background-position: -33px 16px;
	background-repeat: no-repeat;
	background-color: #f2f2f2;
}
.pages a.lt {
	background-image: url(https://www.fzfzjx.com/images/Product/Version/2021/page.png);
	background-position: -320px 16px;
	background-repeat: no-repeat;
	background-color: #f2f2f2;
}
.pages a.next {
	background-image: url(https://www.fzfzjx.com/images/Product/Version/2021/page.png);
	background-position: -367px 16px;
	background-repeat: no-repeat;
	background-color: #f2f2f2;
}





























/* footer */
.footer {
	margin-top: 35px;
	background: #232830;
	padding: 25px 0;
}
.footer-nav {
	height: 26px;
	line-height: 26px;
	text-align: center;
}
.footer-nav a {
	font-size: 16px;
	color: #d4d4d4;
	padding: 0 20px;
	position: relative;
}
.footer-nav a::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 18px;
	background: #414141;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.footer-nav a:last-child::after {
	display: none;
}
.footer p {
	color: #838383;
	font-size: 14px;
	margin-top: 20px;
	text-align: center;
}
.footer p .qq{
	position: relative;
	cursor: pointer;
   }
   .footer p .qq .QQhover {
	position: absolute;
	left: 0px;
	bottom: 21px;
	border: 1px solid #666;
	border-radius: 4px;
	line-height: 20px;
	color: #333;
	background: rgba(255,255,255,.9);
	display: none;
	cursor: auto;
	font-weight: 700;
	height: 20px;
	width: 100px;
	text-align: center;
	overflow: hidden;
	resize: none;

   }
   .footer p .qq .QQhover::after{
	position: absolute;
	left: 0;
	top: 0;
	line-height: 20px;
	content: "QQ:";
   }
   .footer p .qq:hover .QQhover{
	display: inline-block;
   }
.footer .footer_img{
	display: block;
	height: 47px;
	width: 751px;
	background: url('../../../../images/Version/2022/Index/copyright.png') no-repeat 0 0;
	background-size: auto 100%;
	margin: 15px auto 0;
}
.footer .footer_img li{
	float: left;
	width: 117px;
	height: 47px;
	margin-right: 9px;
}
.footer .footer_img li:last-child {
	margin-right: 0;
}
.footer .footer_img li a{
	display: block;
	height: 47px;
	width: 100%
}
/* footer End */



.read-rank .title b {
	display: block;
	margin-top: 4px;
}
.read-rank .title b img {
	vertical-align: top;
}
