* {
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei";
}

a {
	text-decoration: none;
}

img {
	border: none;
}
.nav_header {
			    width: 100%;
			    height: 50px;
			    background-color: #333333;
			}
			.nav-con{
				width: 1100px;
				height: 100%;
				margin: 0 auto;
			}
.icon{
				background-image: url(https://zzhz.zjol.com.cn/material/public-resource/img/icon-spring1.png);
				display: inline-block;
				vertical-align: middle;
			}
			.icon-logo{
				width: 25px;
				height: 25px;
				background-position: 0px 4px;
			}
			.logo {
			    padding: 0px 15px;
			    line-height: 50px;
			    vertical-align: middle;
			}
			.logo,
			.nav-main,
			.nav-tips,
			.nav-main>ul>li,
			.nav-tips>ul>li{
				float: left;
			}
			.nav-main>ul{
				height: 100%;
			}
			.drop{
				position: relative;
			}
			.drop>a {
			    color: white;
			    display: block;
			    line-height: 50px;
			    padding: 0 20px;
			}
			.drop>a:hover{
				background: #000000;
			}
			.drop>a:hover .dropdown-menu{
				display: block !important;
			}
			.dropdown-menu {
			    position: absolute;
			    top: 100%;
			    left: 0;
			    z-index: 1000;
			    display: none;
			    float: left;
			    min-width: 160px;
			    padding: 5px 0;
			    font-size: 14px;
			    text-align: left;
			    list-style: none;
			    background-color: #fff;
			    -webkit-background-clip: padding-box;
			    background-clip: padding-box;
			    border: 1px solid #ccc;
			    border: 1px solid rgba(0,0,0,.15);
			    border-radius: 4px;
			    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
			    box-shadow: 0 6px 12px rgba(0,0,0,.175);
			}
			.dropdown-menu a {
			    display: block;
			    padding: 3px 20px;
			    clear: both;
			    font-weight: 400;
			    line-height: 1.42857143;
			    color: #333;
			    white-space: nowrap;
			}
			.dropdown-menu a:hover{
				background-color: gainsboro;
			}
			.icon-down{
				width: 14px;
				height: 14px;
				background-position: -29px 0px;
			    margin-left: 5px;
			}
			.open .dropdown-menu{
				display: block !important;
			}
			
			.nav-tips{
				float: right;
				height: 100%;
			}
			.nav-tips a {
			    margin: 0;
			    display: block;
			    line-height: 50px;
			    padding: 0px 20px;
			    color: white;
			}
			.nav-tips a:hover{
				background-color: #000000;
			}
body {
	font-size: 14px;
	margin: 0 auto;
	max-width: 1920px;
	min-width: 1100px;
	/* background-color: #081a53; */
	background-color: #ffffff;
}
ul{
	list-style-type: none;
}
.fp {
	width: 100%;
	height: 500px;
	background-image: url(//zzhz.zjol.com.cn/material/zt/2021ddy/project/qttdy/img/banner1.png);
	background-repeat: no-repeat;
	background-size: 1920px 500px;
	background-position: center;
}
.fp1{
	width: 100%;
	height: 628px;
	background-image: url(../img/tjb.png);
	background-repeat: no-repeat;
	background-size: 1920px 628px;
	background-position: center;
}

.main{
	width:1100px;
	margin: 0 auto;
	overflow: hidden;
	padding: 80px 0;
}

.section{
	margin-bottom: 80px;
}

.s-title{
	margin-bottom: 30px;
	text-align: center;
	position: relative;
}
.s-title>h3{
	font-size: 30px;
	line-height: 50px;
	margin-bottom: 25px;
	color: #38220b;
}
.s-title > img {
	width: 1100px;
	height: 13px;
}
/* .s-title>p{
	color: #eaba71;
	letter-spacing: 10px;
	font-size: 18px;
	margin-bottom: 10px;
} */
.section-inner{
	overflow: hidden;
}
/* .point{
	display: inline-block;
	position: absolute;
	bottom: -8px;
	left: 50%;
	width: 14px;
	height: 14px;
	background: url(../../../img/point.png) center no-repeat;
} */


.abstract{
	border-radius: 5px;
	background: #eceef2;
	color: #000;
	padding: 25px;
}
.abstract>p{
	font-size: 18px;
	line-height: 40px;
	text-align: justify;
}
.abstract>p>a{
	color: #000;
}
.abstract>p>a:hover{
	text-decoration: underline;
}

.footer a{
	color: #000000;
}
.footer a:hover {
	color: #2b93d2;
	text-decoration:underline;
}


.tab{
	width: 341px;
    display: inline-block;
    vertical-align: top;
    /* border: 1px solid #a8cae7; */
    border: 1px solid #174ec1;
    margin-right: 30px;
    margin-bottom: 40px;
}
.spe{
	margin-right: 0 !important;
}
.people{
    width: 100%;
    height: 220px;
    border-bottom: 2px solid #A8CAE7;
    position: relative;
}
.people>img{
    width: 100%;
    height: 100%;
}
.name{
	width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 20px;
    padding: 3px 0;
    background-color: rgba(124,120,114,0.5);
    font-size: 14px;
    color: white;
}

.info .abstract{
	text-align: center;
	/* background: #ffffff; */
	background: #ffffff;
	color: #000000;
}
.info .abstract>span{
	background: #89A6CE;
	color: #ffffff;
	padding: 2px 6px;
}
.info .abstract>p{
	font-size: 13px;
	text-align: justify;
	line-height: 22px;
	height: 300px;
	overflow: hidden;
	margin-top: 10px;
}

.pw{
	width: 212px;
	float: left;
	margin-right: 10px;
	margin-bottom: 30px;
}
.pw .people{
	width: 100%;
	height: 150px;
}
#mr0{
	margin-right: 0;
}

.overly {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 20px;
    padding: 3px 0;
    background-color: rgba(124,120,114,0.5);
    font-size: 16px;
    color: white;
}

.code {
  text-align: center;
  font-size: 0;
}
.code img {
  width: 150px;
}
.code img+img {
  margin-left: 50px
}