header{
	min-width: 1200px;
	height: 114px;
	background: linear-gradient(to right,#004AD9,#14B3E9);
	position: relative
}
header .logo{
	padding-top: 25px;
}
.search{
	position: absolute;
	right:0px;
	top:35px;
}
.search input{
	border: none;
	height: 30px;
	width:220px
}
.navigation {
	position: absolute;
	right: 0;
	top:38px
}
.navigation .nav-bar li{
	float: left;
	position:relative
}
.navigation .nav-bar li a{
	padding:10px 20px;
    line-height: 40px;
	color:#fff;
	position: relative;
	font-weight:bold
}
.navigation .nav-bar li a::before{
	color:#a8ff08;
	content: attr(data-hover);
    position: absolute;
    opacity: 0;
    text-shadow: 0 0 1px rgba(255,255,255,0.3);
    -webkit-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
    -moz-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
    transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}
.navigation .nav-bar li a:hover{
	width:100%
}
.navigation .nav-bar li a:hover::before{
	-webkit-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
    -moz-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
    -o-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
    -ms-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
    transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
    opacity: 1;
}
.navigation .nav-bar li .active{
	color:#A8FF08
}
.nav-bar li .sub-menu {
	background-color: #fff;
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.07);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.07);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    position: absolute;
    top:76px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    width: 120px;
    z-index: 9;
}
.nav-bar li .sub-menu li{
	float: none;
	margin:0;
	text-align: center;
}
.nav-bar li .sub-menu li:hover a{
       color:#0a7de1
}
.nav-bar li .sub-menu li a {
    color:#696969;
    font-size:14px;
    font-weight:400
}

.nav-bar li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}
.flexslider{
	min-width: 1200px;
	max-height:560px;
	position: relative;
}
.flexslider ul li{
	height:560px;
}
.flex-control-nav{
	width:100px;
	height: 60px;
	position: absolute;
	z-index: 111;
	bottom:-28px;
	left: 50%;
	transform: translate(-50%,0);
}
.flex-control-nav li{
	list-style: none;
	float: left;
}
.flex-control-nav li a{
	display: block;
	width:26px;
	height: 26px;
	color:rgba(255,255,255,0);
	background: url(/zsjy/img/fire02.png) no-repeat;
}
.flex-control-nav li a.flex-active{
	display: block;
	width:26px;
	height: 26px;
	color:rgba(255,255,255,0);
	background: url(/zsjy/img/fire01.png) no-repeat;
}
.tlink{
	height:94px;
	position: absolute;
	bottom:0px;
	z-index:999;
	left: 50%;
	transform: translateX(-50%);
}
.tlink ul li{
	float: left;
	height: 94px;
	width: 362px;
	margin-left: 30px;
	background:linear-gradient(to right,#004AD9,#14B3E9);
	box-sizing: border-box;
	padding: 20px 0px 0px 50px;
}

.tlink p{
	font-size:22px;
        font-weight:bold;
	color:#FFFFFF;
	float:left;
	margin-left: 30px;
	line-height: 38px;
	padding-bottom: 10px;
        border-bottom:#fff 3px solid;
        position: relative;
        text-shadow: 0px 5px 10px #222;
}
.tlink p::before{
	content: "";
	width:0;
	height:3px;
	background: #FFFFFF;
	position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.8s ease 0s;
}
.tlink p:hover{
	border: none;
}
.tlink p:hover::before{
	width:100%;
}
.main{min-width: 1200px;}
.main .news{
	box-sizing:border-box;
	padding-top:30px;
        padding-bottom:30px;
	background: url(/zsjy/img/2001l1.jpg) no-repeat center bottom;
}
.news-text{
  overflow:hidden;
  margin-bottom:20px
}
.main .news-tit{
	overflow: hidden;
	margin-bottom: 40px;
}
.main .news-tit p{
	font-size:24px;
	font-weight: bold;
	width: 100px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
        color:#fff;
}
.main .news-tit p::before{
	content: "";
	display: inline-block;
	height: 28px;
	width:100%;
	position: absolute;
	left: -2px;
	bottom:0px;
	z-index: -1;
	background: linear-gradient(to bottom,#14B3E9,#004AD9)
}
.slideBox {
	width:544px;
	height: 421px;
	overflow: hidden;
	position: relative;
}

.slideBox .hd {
	height: 20px;
	overflow: hidden;
	position: absolute;
	right:5px;
	bottom:65px;
	z-index: 1;
	
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float:left;
}

.slideBox .hd ul li {
	float: left;
	width: 20px;
	height: 20px;
	font-size:14px;
	line-height: 20px;
	text-align: center;
	color: #333;
	background: #FFFFFF;
	cursor: pointer;
	margin-right: 3px;
	transition: all 0.3 ease-out;
	-moz-transition:all 0.3s ease-out;
	-ms-transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
}

.slideBox .hd ul li.on {
	font-size:16px;
	background:#004cd9;
	color: #fff;
}
.slideBox .moreBox{
	height:60px;
	width:210px;
	line-height:60px;
	background: #B70E17;
	
}
.slideBox .moreBox a{
	color:#FFFFFF
}
.slideBox .bd {
	width:544px;
	height: 362px;
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	
}

.slideBox .bd img {
	width: 544px;
	height: 362px;
}

.slideBox .bd li a{
	position: relative;
	display: block;
	z-index: 999;
	color:#333;
	background: #FFFFFF;
	box-shadow:0px 0px 15px #a8a8a8;
}
.slideBox .bd .news-date{
	height:60px;
	width:66px;
	position: absolute;
	bottom:30px;
	left: 30px;
	background: linear-gradient(to top,#004AD9,#14B3E9);
	box-sizing: border-box;
	padding:5px 0px
}
.slideBox .bd .news-date span{
	display: block;
	line-height: 24px;
	text-align: center;
	color:#FFFFFF;
	font-size:14px
	
}
.slideBox .bd li p{
	padding:15px 0px 20px 140px;
	
}
.news-text-right{
	width:606px
}
.news-text-right .first-news{
	height: 60px;
	background: linear-gradient(to right,#004AD9,#14B3E9);
        transition:all 0.3s;
        -moz-transition:all 0.3s;
-webkit-transition:all 0.3s
}
.news-text-right .first-news:hover{
   box-shadow:0px 5px 10px #bfd7fa
}
.news-text-right .first-news-date{
	border-right:#C8C8C8 1px solid;
	width:90px;
	float: left;
	box-sizing: border-box;
	padding-top: 8px;
}
.news-text-right .first-news a{
	color:#FFFFFF;
	padding-left: 50px;
	line-height: 50px;
}
.news-text-right .first-news-date span{
	display: block;
	line-height: 24px;
	color:#FFFFFF;
	text-align: center;
}

.news-text-right .other-news a{
	line-height: 37px;
}
.news-text-right .other-news a::before{
	content: "";
	display: inline-block;
	width:10px;
	height: 10px;
	background: #C3C3C3;
	margin-right: 20px;
}
.news-text-right .other-news span{
	float:right;
	color:#828282;
	font-size:15px;
}
.news-more{	
	width: 120px;
	height: 40px;
	border:#c9c9c9 solid 1px;
	clear: both;
	text-align: center;
	margin:0 auto
}

.news-more a{
	color:#333;
	line-height: 40px;
}
.news-more:hover {
	background: linear-gradient(to right,#004AD9,#14B3E9);
}
.news-more:hover a{
	color:#FFFFFF
}

.part-two{
	overflow: hidden;
	padding-top: 50px;
	margin-bottom: 50px;
}
.part-two .part-two-left{
	width:580px;
	float: left;
	
}
.part-two .part-two-right{
	width:580px;
	float: right;
	
}
.part-two .part-two-left-tit{
	height: 266px;
	background: url(/zsjy/img/l1.jpg) no-repeat;
	position:relative;
}

.part-two .part-two-left-tit::before{
	content: "";
	width:390px;
	height: 191px;
	background: rgba(0,76,217,0.6);
	position: absolute;
	left:100px;
	top:40px
}
.part-two .part-two-right-tit{
	height: 266px;
	background: url(/zsjy/img/14.jpg) no-repeat;
	position:relative;
}

.part-two .part-two-right-tit::before{
	content: "";
	width:390px;
	height: 191px;
	background: rgba(210,68,68,0.6);
	position: absolute;
	left:100px;
	top:40px
}
.part-two .tit-box{
	position:absolute;
	z-index: 99;
	color:#FFFFFF;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.part-two .tit-box h2{
	line-height: 80px;
}
.part-two .tit-box a{
	color:#FFFFFF;
	padding-left: 15px;
}
.part-two .bg2::before{
	content: "";
	width:390px;
	height: 191px;
	background: rgba(210,68,68,0.6);
	position: absolute;
	left:100px;
	top:40px
}
.part-two .text-box ul li{
	height: 78px;
	background: #F2F2F2;
	box-sizing: border-box;
	padding: 20px 20px;
	margin-top: 20px;
}
.part-two .text-box .text-date{
	width:80px;
	float: left;
	margin-right: 20px;
}
.part-two .text-box .text-date span{
	display: block;
	text-align: center;
}
.part-two .text-box .text-date span:first-child{
	font-size:18px;
	line-height: 30px;
	color:#004AD9;
	
}
.part-two .text-box .text-date span:nth-child(2){
	font-size:14px
}
.part-two .text-box ul li a{
	padding-left: 20px;
	display: block;
	line-height: 24px;
}
.meet-swpu{
	clear: both;
	min-height: 556px;
min-width: 1200px;
	background: url(/zsjy/img/banner01.jpg) no-repeat center;
}
.meet-bbox{
	height: 462px;
	border-radius: 5px;
	background: rgba(255,255,255,0.8);
	position: relative;
	top:70px
}
.meet-content{

   box-sizing:border-box
   padding:30px
}
.erji{
    min-width:1200px
}
.erji-left{
	width:252px;
	position:relative;
	top:-60px;
}
.erji-left-tit{
	height: 142px;
	background: url(/zsjy/img/titibg.jpg) no-repeat;
	color:#FFFFFF;
	text-align: center;
}
.erji-left-tit h2
{
	line-height: 142px;
	
}
.dj{
  background: url(/zsjy/img/dj.png) no-repeat;
}
.erji-left-body{
	min-height:426px;
	background: url(/zsjy/img/s7wh.jpg);
}
.erji-left-body ul li{
	line-height: 50px;
	border-bottom: #D4D4D4 1px solid;
	text-align: center;
}
.erji-left-body ul li a.active{
	color:#0B66AD
}
.erji-right{
	width:890px;
}
.erji-right-tit{
	line-height: 80px;
	border-bottom: #d4d4d4 2px solid;
	
}
.erji-right-body ul li{
	height: 120px;
	border-bottom: #d4d4d4 1px dashed;
	margin-top: 30px;
}
.erji-right-body  .text-date{
	width:88px;
	height: 80px;
	text-align: center;
	margin-right: 30px;
}
.erji-right-body  .text-date span:first-child{
	font-size:30px;
	color:#005C8E;
	font-weight: bold;
	line-height: 50px;
	
}
.erji-right-body  .text-date span:nth-child(2){
	font-size:14px;
	display: block;
	width:88px;
	height: 32px;
	background: linear-gradient(to right,#D6E2FD,#77C8F4);
	font-weight: bold;
	line-height: 32px;
	color:#204000;
	font-weight: 400;
	text-align: center;
}

.erji-right-body .title{
	font-size:16px;
	line-height:46px;
}
.erji-right-body .abs{
	font-size:14px;
	color:#919191;
	
}
footer{
	clear: both;
	background: linear-gradient(to right,#004AD9,#14B3E9);
	height:250px;
	box-sizing: border-box;
	padding:30px 0px;
min-width: 1200px;
}
footer .left{
	width:380px;
	
}
footer .footer-tit p{
	font-size:18px;
	color:#FFFFFF
}
footer  .link{
	box-sizing: border-box;
	padding-top: 20px;
}
footer  .link ul li{
	width:180px
}

footer  .link ul li a{
	line-height: 30px;
	color:#FFFFFF;
	font-size:14px;
}
footer  .link p{
	line-height: 30px;
	color:#FFFFFF;
	font-size:14px;
}
i.address::before{
	content: "";
	display: inline-block;
	width:50px;
	height: 30px;
	background: url(/zsjy/img/icon_adress.png) no-repeat;
	position: relative;
	top:14px
	
}
i.phone::before{
	content: "";
	display: inline-block;
	width:50px;
	height: 30px;
	background: url(/zsjy/img/icon_phone.png) no-repeat;
	position: relative;
	top:14px
	
}
i.email::before{
	content: "";
	display: inline-block;
	width:50px;
	height: 30px;
	background: url(/zsjy/img/icon_email.png) no-repeat;
	position: relative;
	top:10px
	
}
footer .right{
	margin-left: 40px;
}
footer .right ul li{
	float:left;
	width:160px;
	margin-top: 50px;
	text-align: center;
}
footer .right img{

}
footer .right p{
	color:#FFFFFF;
	font-size:14px;
	line-height: 28px;
	text-align: center;
}

.list-banner{
        min-width:1200px;
	height: 250px;
	background:url(/zsjy/img/list-banner.jpg) no-repeat center top;
	background-position: center top;
}
.dj-banner{
        min-width:1200px;
	height: 250px;
	background:url(/zsjy/img/6121449.jpg) no-repeat center top;
}
.list .local{
	background: #f2f2f2;
	height:40px;
	border-bottom: #cfcfcf 1px solid;
}
.list .local p{
	line-height: 40px;
}

.list .list-left{
	width:240px;
	box-sizing: border-box;
	padding:20px;
	background: #ececec;
	margin-top: 30px;
}
.list .list-left-title{
	height: 40px;
	background: #0B66AD;
	
}
.list .list-left-title p{
	text-align: center;
	line-height: 40px;
	font-size:18px;
	color:#FFFFFF
}
.list .list-right{
	box-sizing: border-box;
	padding: 30px;
	margin-top: 30px;
	width: 930px;
	border: #dcdcdc 1px solid;
	background: #FFFFFF;
	border-top:#0B66AD 4px solid
}
.list-right-title{
	height: 40px;
	border-bottom: #dedede 1px solid;
}
.list-right-title p{
	font-size:18px;
}
.list-right-text{
	padding-top: 15px;
}
.list-right-text p{
	line-height: 36px;
	text-align: justify;
	text-indent: 2em;
}