* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

a {
  text-decoration: none;
}

a img {
  border: 0 none;
}

ul, li {
  list-style-type: none;
}

div, p, span, a {
  font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

/* ============== nav_header & footer ============== */

/* nav_header */
.nav_header {
	position: fixed;
	top: 0;
	left: 0;
  z-index: 111;
  width: 100%;
  height: 50px;
  font-size: 16px;
  background-color: #333333;
}

.nav-con {
  width: 1100px;
  height: 100%;
  margin: auto;
}

.icon {
  background-image: url(http://zzhz.zjol.com.cn/material/public-resource/img/nav_m_2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: middle;
}

.icon-logo {
  background-image: url(http://zzhz.zjol.com.cn/material/public-resource/img/nav_m_1.png);
  width: 25px;
  height: 17px;
}

.logo {
  padding: 0 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: 8px;
  height: 4px;
  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: 0 20px;
  color: white;
}

.nav-tips a:hover {
  background-color: #000000;
}

/* footer */

.footer {
  font-size: 12px;
  color: #eeeeee;
  padding: 20px 0 40px;
  border-top: #333333 0px solid;
  overflow: hidden;
  background-color: #6C6C6C;
}

.footer>div {
  width: 900px;
  line-height: 28px;
  text-align: center;
  margin: 0 auto 0 auto;
  margin: 8px auto auto auto;
}

.footer a {
  color: #eeeeee;
}

.footer a:hover {
  color: #2b93d2;
  text-decoration: underline;
}



body {
	font-size: 14px !important;
	padding-top: 50px;
	margin: 0 auto !important;
	max-width: 1920px !important;
	min-width: 1000px !important;
}
ul{
	list-style-type: none;
}
.header {
	width: 100%;
	height: 600px;
        margin-top: 50px;
	background-image: url(../img/banner.png);
	background-size: 1920px 600px;
	background-repeat: no-repeat;
	background-position: center;
}

.header1 {
	width: 100%;
	height: 600px;
	background-image: url(../img/banner1.png);
	background-size: 1920px 600px;
	background-repeat: no-repeat;
	background-position: center;
}

.content{
	width: 100%;
	margin: 0 auto;
	background: #ffffff;
	position: relative;
	background: #eaeaea !important;
	overflow: hidden;
	text-align:center;
}
.video{
	background: url(../img/video-bg.png) no-repeat center;
	margin-bottom: 50px;
}
.video-inner{
	width: 950px;
	height: 553px;
	padding: 25px;
}
#width-section{
	width: 100%;
	background: none;
}
#width-section>.section-content{
	padding: 0;
}
.section{
	width: 1000px;
	margin: 0 auto;
	margin-bottom: 50px;
}

.section-title{
	background: url(../img/title-bg.png) no-repeat center;
	height: 55px;
	text-align: center;
}

.section-title h1{
	color: white;
	line-height: 55px;
}
.section-content{
	margin: 30px 0;
}

.section-content>p{
	font-size: 16px;
	text-indent: 32px;
	line-height: 28px;
}

.bottom{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.footer a{
	color: gainsboro;
}


.project{
	height: 390px;
        width:920px;
        margin:0 auto;
}

.project .left-side li{
	width: 150px;
	height: 97.5px;
	text-align: center;
	color: white;
	background: #0271dd;
	overflow: hidden;
} 
.project .left-side li{
	cursor: pointer;

}
.project .left-side li span{
	font-size: 24px;
	display: block;
	margin-top: 15px;
}
.project .left-side li P{
	font-size: 18px;
	text-align: center;
	text-indent: 0;
}

.right-side{
	width: 764px;
	height: 384px;
	overflow: hidden;
	border: 3px solid #1b94de;
}

.project_active{
 	background: #1b94de !important;
}
.right-side ul,
.right-side ul li{
	height: 100%;
	width: 100%;
}
.right-side ul li{
	float: left;
	
}
.right-side ul li>img{
        width:100%;
}
#spe{
	display: block;
	visibility: visible;
}
.left{
	float: left;
}

.right{
	float: right;
}

.text-content{
	padding: 40px;
}
.text-content>p{
	font-size: 16px;
	text-indent: 32px;
	line-height: 26px;
}
.new-ease{
	background: #ffffff !important;
	padding-bottom: 80px;
	position: relative;
}
#index_b_hero .mask-right, #index_b_hero .mask-left{
	background: ghostwhite !important;
}

.abstract{
	width: 1000px;
	margin: 0 auto; 
	margin-bottom: 20px;
}
.abstract_title{
	text-align: center;
	padding: 30px 0;
}
.abstract_con{
	padding: 40px;
	text-align: center;
	background-image: url(../img/abstract-bg.png);
	background-repeat: no-repeat;
	background-size: 100%;
}
.abstract_con h2{
	margin: 10px 0;
	
}
.abstract_con p{
	text-align: justify;
    font-size: 16px;
    line-height: 28px;
    text-indent: 36px;
    margin: 15px 0;
    color: #666666;
}

.width-section-title{
	text-align: center;
}
.width-section-title>img{
	margin: 10px;
}
.width-section-title>h1{
	color: #016edc;
}

.point{
	height: 340px;
}
.point li{
	display: none;
}
.name{
	height: 72px;
	background: url(../img/name.png) no-repeat center;
}
.name li{
	width: 20%;
	margin:0 2.5%;
	float: left;
	text-align: center;
	line-height: 70px;
	color: #83c1ff;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
}

.active{
	font-size: 24px !important;
}
.active span{
	border-bottom: 4px solid #83C1FF;
	letter-spacing: 2px;
	padding-bottom: 10px;
}
.avatar{
	margin-left: 50px;
	animation: slideInLeft 1s;
}
.word{
	margin-right: 50px;
    padding: 20px 20px 0 20px;
    width: 510px;
    height: 260px;
    background-image: url(../img/abstract-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    animation: slideInRight 1.5s;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}
.word>p{
	margin: 8px 0;
}
.jobw img{
	vertical-align: text-top;
	line-height: 18px;
}
.job{
	font-size: 16px;
    margin-left: 10px;
    color: #666666;
}
.word{
    text-align:left;
}
.word .text{
	font-size: 18px;
	line-height: 26px;
}
.point1 {
	height: 600px;
}
.point1 ul li{
	height: 600px;
	text-align: center;
	float: left;
	width: 18%;
	margin-right: 2.5%;
	background: url(../img/point1-bg.png) no-repeat center;
}
.icon-round{
	float: left;
}
.peo{
	margin-top: 25px;
}
.peo>img{
	width: 160px;
	height: 130px;
	margin: 0 auto;
}
.divied{
	width: 50%;
	height: 5px;
	background: #016EDC;
	border-radius: 5px;
	margin: 0 auto;
}
.p_name{
	padding: 8px;
}
.p_position{
	padding: 10px;
	font-size: 14px;
	line-height:24px;
	color: #666666;
}
.p_words{
	text-align: justify;
	padding: 15px;
	font-size: 16px;
	line-height:28px;
	height: 224px;
	overflow: hidden;
}

.detail{
	display: inline-block;
	color: white;
	padding: 3px 18px 3px 7px;
	background: #016EDC;
	border-radius: 5px;
	position: relative;	
}
.detail img{
	position: absolute;
	margin-left: 5px;
	top: 8px;
}
.icon-arrow-a-left{
    left:0;
}

#index_b_hero .mask-left, #index_b_hero .mask-right, #index_b_hero .hero {
  height: 640px !important;
 }
 
#index_b_hero img {
  width: 960px;
  height: 640px !important;
}
#index_b_hero {
    height: 640px !important;
 }
.people{
    width: 100%;
    height: 220px;
    border-bottom: 2px solid #A8CAE7;
    position: relative;
}
.people>img{
    width: 100%;
    height: 100%;
}

.info .abstract{
 width: 100%;
 text-align: center;
 color: #000000;
}
.info .abstract>span{
 background: #89A6CE;
 color: #ffffff;
 padding: 2px 6px;
}
.info .abstract>p{
 font-size: 13px;
 text-align: justify;
 line-height: 22px;
 overflow: hidden;
 margin-top: 10px;
}

.code > div {
  display: inline-block;
}
.code > div:first-child {
  margin-right: 20px;
}
.code > div img {
  width: 200px;
}