::-webkit-scrollbar {
	/*隐藏滚轮*/
	display: none;
}
body{
	height: 3084px;
	background: url('/static/pic/2019/banner-bg.png') #f3aa37 no-repeat center top;
	background-size: contain;
	-webkit-background-size: contain;
}
body.forbidden{
	overflow: hidden;
}
.zt-main{
	width: 1220px;
	height: 2781px;
	background: url('/static/pic/2019/main_bg.png') no-repeat center;
	background-size: contain;
	-webkit-background-size: contain;
	margin: 48px auto 170px;
}
.main-header{
	width: 100%;
	height: 200px;
	overflow: hidden;
}
.main-header img{
	display: block;
	margin: 40px auto 0;
}
.banner-tit{
	display: block;
	margin: 24px auto 18px;
}
.title{
	display: block;
	margin: 0 0 60px 164px;
}
.author-intro{
	display: block;
	width: 638px;
	margin: 55px auto 90px;
}
.intro-tit{
	display: block;
	width: 789px;
	margin: 0 auto 68px;
}
.especially{
	width: 587px;
	height: 105px;
	background: url('/static/pic/2019/especially.png') no-repeat center;
	margin: 15px auto 70px;
	position: relative;
}
.especially:after{
	display: block;
	content: '';
	width: 587px;
	height: 105px;
	background: url('/static/pic/2019/especially_cur.png') no-repeat center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	opacity: 0
}
.especially:hover:after{
	/*background-image: url('/static/pic/2019/especially_cur.png')*/
	opacity: 1
}
.achievement-wrap{
	position: relative;
}
.achievement-con{
	width: 811px;
	margin: auto;
	position: relative;
}
.achievement-bg{
	display: block;
}
.view-detail{
	text-align: center;
	position: absolute;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	background: none;
	font-size: 0;
	cursor: pointer;
}
.view-detail img{
	position: absolute;
	opacity: 0;
}
.view-detail:hover img{
	opacity: 1
}
.view1{
    width: 100px;
    height: 100px;
    left: 457px;
    top: 559px;
}
.view1 img{
	left: 16px;
    top: 42px;
}
.view2{
    width: 95px;
    height: 95px;
    left: 226px;
    top: 562px;
}
.view2 img{
	left: 23px;
    top: 39px;
}
.view3{
    width: 195px;
    height: 195px;
    left: 224px;
    top: 0px;
}
.view3 img{
	left: 52px;
    top: 71px;
}
.view4{
    width: 185px;
    height: 185px;
    left: 448px;
    top: 30px;
}
.view4 img{
	left: 45px;
    top: 38px;
}
.view5{
	width: 180px;
    height: 180px;
    left: 625px;
    top: 122px;
}
.view5 img{
	left: 28px;
    top: 56px;
}
.view6{
	width: 175px;
    height: 175px;
    left: 40px;
    top: 81px;
}
.view6 img{
	left: 42px;
    top: 54px;
}
.view7{
    width: 85px;
    height: 85px;
    left: 346px;
    top: 595px;
}
.view7 img{
	left: 29px;
    top: 23px;
}
.view8{
	width: 155px;
    height: 155px;
    left: 50px;
    top: 276px;
}
.view8 img{
	left: 41px;
    top: 58px;
}
.view9{
	width: 160px;
    height: 160px;
    left: 275px;
    top: 237px;
}
.view9 img{
	left: 42px;
    top: 50px;
}
.view10{
    width: 140px;
    height: 140px;
    left: 450px;
    top: 235px;
}
.view10 img{
	left: 40px;
    top: 55px;
}
.view11{
    width: 130px;
    height: 130px;
    left: 134px;
    top: 428px;
}
.view11 img{
	left: 39px;
    top: 46px;
}
.view12{
	width: 130px;
    height: 130px;
    left: 323px;
    top: 402px;
}
.view12 img{
	left: 28px;
    top: 56px;
}
.view13{
    width: 130px;
    height: 130px;
    left: 495px;
    top: 422px;
}
.view13 img{
	left: 35px;
    top: 52px;
}
.dafenqi{
	display: table;
	margin: 25px auto 0;
}
.dafenqi-cover{
	width: 229px;
	height: 294px;
	display: block;
	margin: auto;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	transition: all 1s;
}
.dafenqi-cover:hover{
	background-size: 120%;
}
.dafenqi-name-wrap{
	position: relative;
}
.dafenqi-name{
	display: block;
	margin: 15px auto 0;
	cursor: pointer;
}
.dafenqi-name-cur{
	position: absolute;
	left: 60px;
    top: 23px;
    opacity: 0
}
.dafenqi-name-wrap:hover .dafenqi-name-cur{
	opacity: 1
}
.dialog{
	display: none;
	width: 1200px;
	height: 80vh;
	background: #fff;
	border-radius: 16px;
	-webkit-border-radius: 16px;
	position: fixed;
	z-index: 11;
	left: 50%;
	top: 50%;
	margin-left: -600px;
	margin-top: -40vh;
	/*transform: translate(-50%, -50%);*/
	/*-webkit-transform: translate(-50%, -50%);*/
	/*overflow-y: scroll;*/
}
.dialog-inner{
	width: 100%;
	height: 80vh;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 35px 40px 55px 50px;
}
.dialog-modal{
	display: none;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, .5);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10
}
.close-btn{
	width: 52px;
	height: 53px;
	background: url('/static/pic/2019/close-btn.png') no-repeat center;
	background-size: cover;
	-webkit-background-size: cover;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	z-index: 999;
}
.dialog-tit{
	font-size: 30px;
	color: #e25333;
	margin-bottom: 30px;
}
.dialog-row{
	width: 100%;
	overflow: hidden;
	margin: 20px 0 30px 0;
}
.dafenqi-avatar{
	float: left;
}
.dialog-desc{
	font-size: 18px;
	color: #835b1e;
	line-height: 1.8em;
}
.dialog-more{
	display: block;
	font-size: 18px;
	color: #e25333;
	margin-top: 25px;
}
.solution-wrap{
	float: right;
	width: 216px;
	height: 246px;
	background: url('/static/pic/2019/solution-bg.png') no-repeat center;
	padding-top: 70px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.solution-tit{
	font-size: 22px;
	color: #e25333;
	text-align: center;
	margin: 0 auto;
}
.solution-item{
	display: block;
	margin: 15px auto 0;
	text-align: center;
	font-size: 18px;
	color: #835b1e;
}
.achevement-list{
	overflow: hidden;
	padding-bottom: 25px;
	border-bottom: 1px solid #c5873c;
	margin-bottom: 30px;
}
.achevement-list .left{
	float: left;
	width: 400px;
}
.achevement-list .right{
	float: right;
	width: 400px;
}
.ach-item-tit{
	float: left;
	width: 100%;
	font-size: 20px;
	color: #835b1e;
	text-align: left;
	margin-bottom: 15px;
}
.ach-item{
	float: left;
	width: 50%;
	font-size: 18px;
	color: #835b1e;
	text-align: left;
	margin-bottom: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.ll, .rr{
	width: 50%; 
	float: left; 
	overflow: hidden;
}
.ll .ach-item, .rr .ach-item{
	width: 100%;
}
.achevement-list.padding .ach-item{
	padding-right: 70px;
}
.singular .ach-item{
	float: none;
	width: 100%;
}
.works-desc{
	font-size: 18px;
	color: #835b1e;
	line-height: 1.6em;
	margin-bottom: 50px
}
.works-cover-list{
	overflow: hidden;
	margin-bottom: 20px;
}
.works-item{
	float: left;
	margin: 0 50px 0 0;
}
.works-item:nth-child(2n){
	margin: 0;
}
.works-item img{
	display: block;
	height: 250px;
	margin: 0 auto 5px;
}
.works-item.sm img{
	height: 200px;
}
.works-item-name{
	font-size: 16px;
	color: #835b1e;
}
.especially-con .dialog-desc{
	margin-bottom: 10px;
}
.especially_cover{
	display: block;
	height: 300px;
	margin: 0 0 30px 0;
}
.especially-tit{
	font-size: 18px;
	color: #835b1e;
	margin-bottom: 10px;
}
