.w {
	width: 1400px;
	height: auto;
	margin: 0 auto;
}
.flex{
	display:flex; 
	flex-direction: row; 
	justify-content:space-between; 
	align-items: center;
}

.header-bg{
	width: 100%;
	height: 118px;
	background: #004b8d;
}
.header{
	height: 100%;
}
.logo a{
	display: block;
	margin-top: 25px;
}
.header-r{
	margin-top: 20px;
}
.header-lj{
	text-align: right;
}
.header-lj a{
	padding: 0 10px;
	color: #fff;
	opacity: 0.68;
	filter:Alpha(opacity=68);
}
.header-lj a:hover{
	opacity: 1;
	filter:Alpha(opacity=100);
}
/*搜索样式*/
.flex{display:flex; flex-direction: row; justify-content:space-between; align-items: center;}
.searchbtn{display: inline-block; width: 20px; height:20px; text-align: center;}
.searchbtn img{width: 100%; vertical-align: -5px;}
.trans{transition:all .5s}
.flex-v-center{display:-webkit-flex;display:flex;flex-direction:column;justify-content:center;}
.iconfont{width:100px;height:100px;margin:0 auto;font-size:80px;line-height:80px;margin-bottom:10px;}
.cd-popup-container { position: relative;  padding: 30px 40px 30px 30px; background: #fff; width: 60%; margin: 0 auto; top: 50%; margin-top: -58px; background: #FFF; border-radius: .4rem .4rem .4rem .4rem; text-align: center; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); -webkit-backface-visibility: hidden; -webkit-transition-property: -webkit-transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }

.hidden_search .text { width: 100%; height: 36px; padding: 0; font-size: 14px; color: #444;background: none;border:none;font-family: "Microsoft Yahei";}
.hidden_search .btn{display:block;cursor:pointer;position:absolute;right:0;top:0;height:36px;width:40px;border:none;border-radius:50%;
  overflow:hidden;font-size:14px;color:#8f0e16;background:0 0;background: url(../img/serbtn.svg) no-repeat center;background-size: 20px 20px}
.hidden_search .search_wrap { border: 1px solid #e4eaec; border-radius: 20px; position: relative; padding-right: 45px; padding-left: 20px; width: 85% }
.hidden_search .close_btn { position: absolute; right: 20px; top: 32%;  width: 35px; height: 35px;
 -webkit-transition: 0.5s; transition: 0.5s; font-size: 26px;background: url(../img/closebtn.svg) no-repeat center; background-size: 18px 18px }
 .hidden_search .close_btn:hover{ color: #530794; }

.cd-popup { position: fixed; left: 0; top: 0; height: 100%; width: 100%;background: rgba(0,0,0,.7);visibility: hidden; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s; z-index: 9999;  opacity: 0;}
.cd-popup.is-visible { opacity: 1; visibility: visible; -webkit-transition: opacity 0.3s 0s, visibility 0s 0s; transition: opacity 0.3s 0s, visibility 0s 0s; }
.cd-popup-container { position: relative;  padding: 30px 40px 30px 30px; background: #fff; width: 56%; margin: 0 auto; top: 50%; margin-top: -58px; background: #FFF; border-radius: .4rem .4rem .4rem .4rem; text-align: center; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); -webkit-backface-visibility: hidden; -webkit-transition-property: -webkit-transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.is-visible .cd-popup-container { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
.cd-popup0, .cd-popup1, .cd-popup2, .cd-popup3 { position: fixed; left: 0; top: 0; height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.3); opacity: 0; visibility: hidden; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s; z-index: 9999; }
.cd-popup0.is-visible, .cd-popup1.is-visible, .cd-popup2.is-visible, .cd-popup3.is-visible { opacity: 1; visibility: visible; -webkit-transition: opacity 0.3s 0s, visibility 0s 0s; transition: opacity 0.3s 0s, visibility 0s 0s; }
.cd-popup-container0, .cd-popup-container1, .cd-popup-container2, .cd-popup-container3 { position: relative; padding: 40px; background: #fff; width: 60%; margin: 0 auto; top: 20%; background: #FFF; border-radius: .4rem .4rem .4rem .4rem; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); -webkit-backface-visibility: hidden; -webkit-transition-property: -webkit-transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.cd-popup-container1 { top: 10%; }
.is-visible .cd-popup-container0, .is-visible .cd-popup-container1, .is-visible .cd-popup-container2, .is-visible .cd-popup-container3 { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
.sear_p{float: left;margin: 20px 0 0 5%;width: 90%;-webkit-border-radius: 5px;border-radius: 5px;background: #fff;}
.sear_txt{float: left;height: 30px;font-size: 12px;line-height: 30px;border: none;width: calc(100% - 35px);background: none;color: #666;text-indent: 5px;}
/*搜索样式 end*/

@media screen and (max-width: 600px){
.hidden_search .close_btn{right: 5px;font-size: 18px;top:28%;}
.cd-popup-container{width: 80%}
.hidden_search .text{font-size: 14px}
.cd-popup-container{padding: 20px 30px 20px 10px}
}
@media screen and (max-width: 320px){
	.hidden_search .search_wrap{width: 65%;}
}
@media screen and (max-width: 280px){
	.hidden_search .search_wrap{width: 60%;}
}
/*nav样式*/
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
		.nav{ width: auto; height:30px; line-height:30px; background:none; position:relative; z-index:2; margin-top: 20px;}
		.nav a{ color:#fff;  display: block;}
		.nav .nLi{ float:left;  position:relative; display:inline;}
		.nav .nLi h3{ float:left;}
		.nav .nLi h3 a{ display:block; font-size:16px; color: #fff; text-align: center; }
		.nav .nav-line{float: left; background: url(../img/nav-sx.png) no-repeat center; width: 7px; height: 17px; margin: 6.5px 12px;}
		.nav .sub{ display:none; width:160%; left:-18px; top:30px;  position:absolute; background: rgba(0,75,141,0.8);  line-height:30px; padding:23px 0 5px 0;  z-index: 99;}
		.nav .sub li{ zoom:1; }
		.nav .sub a{ display:block; text-align: center;}
		.nav .sub a:hover{ background:#fff; color:#e4a024;}
		.nav .sub.sub5{width: 185%; right: 0; left: auto;}
		.nav .on h3 a{ background:none; color:#e4a024;}

.box{
	position: relative;
	margin-top: 36px;
	height: 583px;
}
.news{
	position: absolute;
	left: 0;
	z-index: 2;
	width: 960px;
}
.title{
	margin: 20px 0;
}
.title i, .title em{
	display: inline-block;
	width: 70px;
	height: 10px;
	float: left;
	margin-top: 15px;
}
.title i{
	background: url(../img/title-l.png) no-repeat;
}
.title em{
	background: url(../img/title-r.png) no-repeat;
}
.title h3{
	float: left;
	font-size: 30px;
	color: #004b8d;
	margin: 0 20px;
}
.title h3 span{
	font-size: 18px;
	color: #d3d2d2;
	font-style: italic;
	padding-left: 5px;
}
		
.slideBox{ width:600px; height:400px; overflow:hidden; position:relative;}
		.slideBox .hd{ height:4px; overflow:hidden; position:absolute; right:8px; bottom:25px; z-index:1; }
		.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
		.slideBox .hd ul li{ float:left; margin:1px 5px; width:16px; height:2px; text-indent: -999999px; background:#fff; cursor:pointer; }
		.slideBox .hd ul li.on{ background:#eca33b; height: 4px;}
		.slideBox .bd{ position:relative; height:100%; z-index:0;}
		.slideBox .bd li{ zoom:1; vertical-align:middle; position: relative;}
		.slideBox .bd img{ width:600px; height:400px; display:block;  }
		.slideBox .bd li p{position: absolute; left: 0; bottom: 0; width: 100%; height: 60px; line-height: 60px; background: rgba(0,0,0,0.65);}
		.slideBox .bd li p span{padding-left: 15px; padding-right: 100px; color: #fff; font-size: 16px; overflow: hidden;}

.news .xx{
	display: block;
	width: 415px;
	height: 47px;
	position: absolute;
	right: 60px;
	top: 10px;
}
.news .title{
	margin-top: 10px;
	margin-bottom: 38px;
}		
.news-r{
	width: 360px;
	height: 400px;
	background: #0168b7;
}
.news-r ul{
	padding: 8px 15px 0 15px;
}
.news-r ul li{
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	transition: all 0.3s ease-out;
}
.news-r ul li i{
	float: right;
	color: #fff;
	opacity: 0.5;
	filter:Alpha(opacity=50);
	padding-left: 15px;
}
.news-r ul li a{
	display: block;
	color: #fff;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.news-r ul li:hover a{
	color: #eca33b;
}
.more a{
	display: block;
	width: 200px;
	height: 40px;
	line-height: 40px;
	background: #eca33b;
	color: #fff;
	text-align: center;
	position: absolute;
	right: 76px;
	bottom: -76px;
	transition:.3s;
}
.more a:hover{
	background: #E4A024;
}

.notice{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	width: 384px;
	height: 583px;
	background: #00a8b6;
	padding: 0 32px 0 50px;
	color: #fff;
}
.notice .title i{
	background: url(../img/title-l2.png) no-repeat;
	margin-left: 10px;
}
.notice .title em{
	background: url(../img/title-r2.png) no-repeat;
}
.notice .title h3, .notice .title h3 span{
	color: #fff;
}
.notice .title h3 span{
	opacity: 0.4;
	filter:Alpha(opacity=40);
}
.notice ul li{
	height: 60px;
	border-bottom: 1px dashed #66cbd3;
	padding: 14px 0;
	position: relative;
}
.notice ul li a{
	display: block;
}
.notice ul li .notice-sj{
	float: left;
	font-family: arial;
}
.notice ul li .notice-sj p{
	font-size: 36px;
	color: #fff;
}
.notice ul li .notice-sj span{
	color: #fff;
}
.notice ul li h4{
	font-size: 16px;
	color: #fff;
	padding-left: 70px;
	line-height: 30px;
	height: 60px;
}
.notice ul li:after{
	content: "";
	position:absolute;
	left:0;
	bottom:-1px;
	width:0;
	height:1px;
	background:#fff;
	transition:.3s;
}
.notice ul li:hover:after{
	width: 100%;
}
.notice .more a{
	background: none;
	width: auto;
	color: #fff;
	bottom: 8px;
	right: 25px;
}
.notice .more a i{
	display: inline-block;
	width: 44px;
	height: 1px;
	background: #fff;
	margin: 0 10px 4px 0;
}
.notice .more a:hover{
	color: #ffb573;
}
.notice .more a:hover i{
	background: #FFB573;
}
.box-bg{
	width: 100%;
	height: 460px;
	margin-top: 68px;
	position: relative;
}
.box-bg-l{
	position: absolute;
	left: 0;
	top: 0;
	width: 49%;
	height: 100%;
	background: #fff;
}
.box-bg-l2{
	background: url(../img/box-bg-l.png) no-repeat;
	width: 170px;
	height: 460px;
	position: absolute;
	right: -170px;
	top: 0;
}
.box2{
	position: absolute;
	z-index: 2;
	left: 50%;
	margin-left: -700px;
}
.bkzs{
	position: relative;
}
.bkzs-pic{
	width: 680px;
	height: 389px;
}
.bkzs-pic a, .bkzs-pic img{
	display: block;
	width: 100%;
	height: 100%;
}
.bkzw-ti{
	position: absolute;
	left: 0;
	bottom: -46px;
	width: 384px;
	height: 99px;
	background: url(../img/bkzs-tibg.png) no-repeat;
}
.bkzw-ti i, .bkzw-ti em{
	display: inline-block;
	width: 70px;
	height: 10px;
	float: left;
	margin-top: 15px;
	position: absolute;
}
.bkzw-ti i{
	left: 0;
	top: 0;
	background: url(../img/title-l2.png) no-repeat;
}
.bkzw-ti em{
	right: 12px;
	top: 59px;
	background: url(../img/title-r2.png) no-repeat;
}
.bkzw-ti h3{
	float: left;
	font-size: 28px;
	color: #fff;
	position: absolute;
	top: 20px;
	left: 80px;
}
.bkzw-ti h3 span{
	display: block;
	font-family: arial;
	font-size: 18px;
	color: #fff;
	font-style: italic;
	opacity: 0.2;
	filter:Alpha(opacity=20);
}
.bkzs .more a{
	background: none;
	width: auto;
	color: #999;
	bottom: -52px;
	right: 0;
}
.bkzs .more a i{
	display: inline-block;
	width: 44px;
	height: 1px;
	background: #999;
	margin: 0 10px 4px 0;
}
.bkzs .more a:hover{
	color: #9b59b6;
}
.bkzs .more a:hover i{
	background: #9b59b6;
}
.xyyx{
	margin-top: 16px;
}
.xyyx .title{
	padding-left: 130px;
}
.xyyx-pic{
	width: 611px;
	height: 354px;
	margin-top: 30px;
        position:relative;
}
.xyyx-pic a, .xyyx-pic img{
	display: block;
	width: 100%;
	height: 100%;
}
.xyyx-pic i{
        display:block;
        width:100%;
        height:100%;
        background: url(../img/video-bg.png) no-repeat center;
        position:absolute;
        top:0;
        left:0;
        z-index:1;
}
.foot-bg{
	width: 100%;
	height: 160px;
	background: url(../img/foot-bg.jpg) no-repeat center;
	background-size: cover;
	margin-top: 50px;
}
.link{
	margin-top: 22px;
}
.link h3{
	float: left;
	font-size: 18px;
	line-height: 30px;
	border-top: 2px solid #cfcfcf;
	border-bottom: 2px solid #cfcfcf;
	color: #fff;
}
.link-tx{
	margin-left: 20px;
	line-height: 34px;
}
.link-tx a{
	color: #fff;
	padding: 0 15px;
	font-size: 14px;
}
.foot .dz{
	margin-top: 20px;
	font-size: 14px;
}
.foot .dz p{
	color: #fff;
	line-height: 30px;
}

.bq{
	width: 100%;
	height: 60px;
	background: #013a6c;
	line-height: 60px;
	text-align: center;
	color: #fff;
}
.bq p{
	color: #fff;
}
.bq a{
	color: #fff;
}
.foot-r{
	margin-top: 22px;
}
.foot-r img{
	display: block;
	width: 91px;
	height: 91px;
}
.foot-r p{
	text-align: center;
	color: #fff;
	padding-top: 6px;
}



/*以下是二级页面样式*/

.zibanner {
	display: block;
	width: 100%;
	height: 260px;
}

.zy-box {
	margin-top: 30px;
}

.zy-box .place {}

.zy-box .place p {
	float: right;
	background: url(../img/place.png) no-repeat left center;
	padding-left: 24px;
}

.zy-box .place p a:hover {
	color: #0168b7;
}


/*列表页左侧*/

.zy-box-l {
	width: 240px;
}

.menu {
	width: 100%;
	padding-bottom: 60px;
	background: #ebebeb;
}

.menu h3 {
	width: 100%;
	height: 84px;
	background: url(../img/cl-bg.jpg) no-repeat;
	color: #fff;
}

.menu h3 p {
	padding: 14px 5px 20px 24px;
	line-height: 50px;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: .2em;
	position: relative;
}

.menu h3 p:after {
	position: absolute;
	content: "";
	left: 24px;
	bottom: 20px;
	width: 24%;
	height: 2px;
	background: #fff;
}

.menu ul {
	padding-left: 12px;
}

.menu ul li {
	width: 100%;
	height: 46px;
	line-height: 46px;
	margin-top: 1px;
	font-size: 16px;
	position: relative;
}

.menu ul li a {
	display: block;
	height: 100%;
	padding-left: 60px;
	transition: 0.3s;
}

.menu ul li a:hover {
	background: #fff;
}

.menu ul li.on a {
	background: #fff url(../img/cl-li.jpg) no-repeat 25px center;
}


/*列表页右侧*/

.zy-box-r {
	width: 1120px;
}

.zy-box-bt {
	height: 60px;
	line-height: 60px;
	border-bottom: 2px solid #0168b7;
}

.zy-box-r .zy-box-lm {
	font-size: 26px;
	font-weight: bold;
	color: #0168b7;
}
.list_box{
       min-height:300px;
}
.list_box ul {
	margin-top: 20px;
        
}

.list_box ul li {
	line-height: 54px;
	font-size: 16px;
	border-bottom: 1px dashed #ddd;
}

.list_box ul li i {
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #acacac;
	margin-right: 15px;
	vertical-align: 3px;
}

.list_box ul li em {
	float: right;
	padding-left: 20px;
}

.list_box ul li a {
	display: block;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}

.list_box ul li a:hover {
	color: #0168b7;
}

.list_box ul li a:hover i {
	background: #0168b7;
}


/*内容页*/

.zy-box-r .main_content {
	margin-top: 26px;
	font-size: 14px;
	color: #333;
	line-height: 2.0;
}

.zy-box-r .main_content .title {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	color: #333333;
	line-height: 1.7;
	height: auto;
	border: 0;
	padding-top: 0;
}

.zy-box-r .main_content .Subtitle {
	text-align: center;
	font-size: 12px;
	color: #333333;
	line-height: 2.5;
	background: #eee;
	margin-top: 10px;
}
.zy-box-r .main_content .Subtitle span{
       font-size:12px;
}
.zy-box-r .main_content .dpzw {
	font-size: 16px;
	color: #333333;
	line-height: 3;
	margin-top: 15px;
}

.zy-box-r .main_content .dpzw p {
	font-size: 16px;
	text-indent: 2em;
}

.zy-box-r .main_content .page_box {
	margin-top: 30px;
	border-top: 1px #cccccc dashed;
	padding-top: 20px;
}

.zy-box-r .main_content .page_box a {
	color: #666;
	line-height: 20px;
}

.zy-box-r .main_content .page_box a:hover {
	color: #0168b7;
}
/*师资页样式*/
.sz{
	margin-top: 40px;
}
.sz dl{
	margin-bottom: 40px;
}
.sz dl dt{
	font-size: 16px;
	margin-bottom: 20px;
}
.sz dl dt span{
	display: inline-block;
	min-width: 150px;
	background: #0168b7;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.sz dl dd{
	float: left;
	width: 25%;
	line-height: 50px;
	font-size: 15px;
}
.sz dl dd a{
	display: block;
	padding-left: 50px;
}
.sz dl dd a:hover{
	color: #E4A024;
}

/*图片列表页*/
.pic_list{
	margin-top: 20px;
}
.pic_list ul{
	padding: 10px 0;
}
.pic_list ul li{
	float: left;
	width: 33.3333%;
	margin-bottom: 15px;
}
.pic_list ul li a{
	display: block;
	padding: 10px 15px;
}
.pic_list ul li a:hover{
	background: #fff;
	box-shadow: 0px 2px 8px 0px rgba(212, 211, 211, 0.58);
}
.pic_list ul li a img{
	width: 100%;
	height: 180px;
}
.pic_list ul li p{
	font-size: 16px;
	text-align: center;
	line-height: 30px;
}
.pic_list ul li a:hover p{
	color: #0168b7;
}


/*新首页样式开始*/
.index-topbg{
	background: #004b8d;
	height: 108px;
	border-bottom: 1px solid #003462;
}
.index-top .index-logo{
	margin-top: 24px;
}
.index-top .index-logo a, .index-top .index-logo img{
	display: block;
}
.index-top .index-topr p{
	color: #8ea4c1;
	margin-top: 20px;
}
.index-top .index-topr p a{
	padding: 0 10px;
	color: #8ea4c1;
}
.index-top .index-topr p a:last-child{
	padding-right: 0;
}
.index-top .index-topr p a:hover{
	color: #adbcd0;
}
.index-top .search {
	float: right;
    position: relative;
    width: 238px;
    height: 36px;
    border: 1px solid #5eb3fe;
    box-sizing: border-box;
    background: none;
    margin-top: 6px;
}

input, button {
    border: none;
    outline: none;
}

.index-top .search .text {
    width: 190px;
    padding-left: 10px;
    height: 36px;
    font-size: 12px;
    background: none;
    color: #fff;
}

.index-top .search .button {
    width: 36px;
    height: 36px;
    background: url(../img/index-but.png) no-repeat center;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

input::-webkit-input-placeholder {
    color: #a3b4cb;
}

input::-moz-input-placeholder {
    color: #a3b4cb;
}

input::-ms-input-placeholder {
    color: #a3b4cb;
}

.index-navbg{
	height: 50px;
	background: #004b8d;
	border-top:1px solid #0159a7;
}
.index-navbg .nav{
	width: 1400px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
}
.index-navbg .nav .nLi h3 a{
	font-size: 18px;
}
.index-navbg .nav .sub{
	top: 50px;
}
.index-navbg .nav .nav-line{
	background: url(../img/nav-sx2.png) no-repeat center;
	width: 1px;
	height: 50px;
	margin: 0;
}
.index-navbg .nav .nLi h3 a{
	padding: 0 43px;
}
.index-navbg .nav .sub{
	left: 0;
	width: 100%;
	padding: 5px 0;
}
.index-title{
	line-height: 40px;
	margin: 40px 0 20px 0;
}
.index-title h3{
	float: left;
	background: url(../img/index-newsti.png) no-repeat left center;
	padding-left: 40px;
	font-size: 28px;
	color: #004b8d;
}
.index-news .more55 a{
	display: block;
}
.index-title h3 span{
	font-size: 20px;
	padding-left: 6px;
	color: #919191;
}
.index-news ul{
	margin-left: -20px;
	margin-right: -20px;
}
.index-news ul li{
	float: left;
	width: 33.3333%;
}
.index-news ul li a{
	display: block;
	margin: 0 20px;
}
.index-news ul li a .index-newspic{
	position: relative;
	margin-bottom: 30px;
}
.index-news ul li a .index-newspic img{
	display: block;
	width: 100%;
        height:280px;
	transition: all 0.5s;
}
.index-news ul li a .index-newspic i{
	display: block;
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 120px;
	height: 60px;
	background: #e4a024 url(../img/sj.png) no-repeat 14px center;
	padding-left: 50px;
	line-height: 60px;
	font-size: 18px;
	color: #fff;
}
.index-news ul li a h3{
	font-size: 18px;
	line-height: 40px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	margin: 50px 0 6px 0;
}
.index-news ul li a p{
	font-size: 12px;
	color: #999;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
}
.index-news ul li a:hover h3{
	color: #e4a024;
}
.index-news ul li a:hover .index-newspic img{
	opacity: 0.8;
}

.index-notsj i{
	display: block;
	text-align: right;
	font-size: 14px;
	color: #999;
}
.index-notsj span{
	font-size: 30px;
	color: #004b8d;
	background: url(../img/sj-xhx.jpg) no-repeat right bottom;
}
.index-notice .index-title h3{
	background: url(../img/index-newsti2.png) no-repeat left center;
}
.index-notice ul li a{
	display: block;
	height: 60px;
	border-bottom: 1px dashed #336699;
	padding: 30px 0;
	position: relative;
}
.index-notice ul li a:after{
	content: "";
	position:absolute;
	left:0;
	bottom:-1px;
	width:0;
	height:2px;
	background:#336699;
	transition:.3s;
}
.index-notice ul li a:hover:after{
	width: 100%;
}
.index-notice ul li h4{
	padding-left: 30px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	font-size: 16px;
}
.index-picbg{
	background: url(../img/index-picbg.jpg) no-repeat;
	background-size: cover;
	height: 416px;
	margin-top: 50px;
}
.index-video, .index-video a, .index-video img{
	display: block;
	width: 600px;
	height: 340px;
}
.index-video{
	overflow: hidden;
}
.index-video img{
	transition: all 1s;
}
.index-video{
	margin-top: 38px;
	position: relative;
}
.index-video-bg{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.3);
}
.index-video-bg img{
	width: 56px;
	height: 56px;
	margin: 0 auto;
	margin-top: 120px;
	transition: all 1s;
}
.index-video-bg p{
	text-align: center;
	font-size: 30px;
	color: #fff;
	margin-top: 10px;
}
.index-video a:hover .index-video-bg img{
	transform: rotate(360deg);
}
.index-video a:hover img{
	transform: scale(1.2);
}
.index-picr{
	width: 800px;
	margin-top: 8px;
}
.index-picr ul li{
	float: left;
	width: 361px;
	height: 176px;
	margin-left: 36px;
	margin-top: 14px;
	position: relative;
	overflow: hidden;
}
.index-picr ul li img{
	display: block;
	width: 100%;
	height: 100%;
	transition: all 1s;
}
.index-picr ul li .index-picr-tx{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	display: none;
}
.index-picr ul li .index-picr-tx p{
	text-align: center;
	font-size: 26px;
	color: #fff;
	margin-top: 55px;
}
.index-picr ul li:hover .index-picr-tx{
	display: block;
}
.index-picr ul li:hover img{
	transform: scale(1.2);
}

.zt .index-title h3{
	background: url(../img/index-newsti3.png) no-repeat left center;
}
.picMarquee-left2{position:relative;}
		.picMarquee-left2 .hd{ position: absolute; top: 50%; margin-top: -14.5px; width: 100%; z-index: 1;}
		.picMarquee-left2 .hd .prev{ display:block;  width:17px; height:29px; overflow:hidden; position: absolute; left: -30px;
			 cursor:pointer; background: url(../img/gd-prev.png) no-repeat;}
		.picMarquee-left2 .hd .next{ display:block;  width:17px; height:29px; overflow:hidden; position: absolute; right: -30px;
			 cursor:pointer; background: url(../img/gd-next.png) no-repeat;}

		.picMarquee-left2 .bd{ padding:10px; margin-right: 10px; overflow: hidden;}
		.picMarquee-left2 .bd ul{ overflow:hidden; zoom:1; }
		.picMarquee-left2 .bd ul li{ margin:0 15px; float:left; _display:inline; overflow:hidden; text-align:center;  }
		.picMarquee-left2 .bd ul li .pic{ text-align:center; width:333px; height:125px; overflow: hidden;}
		.picMarquee-left2 .bd ul li .pic img{ width:333px; height:125px; display:block; transition: all 0.5s;}
		.picMarquee-left2 .bd ul li .pic a:hover img{ opacity: 0.8;}

.foot{
	position: relative;
}
.logo-di1{
	display: block;
	width: 70px;
	height: 69px;
	position: absolute;
	left: 150px;
	top: 45px;
}
.logo-di2{
	display: block;
	width: 72px;
	height: 72px;
	position: absolute;
	right: 150px;
	top: 44px;
}
.foot-z{
	width: 650px;
	margin: 0 auto;
	position: relative;
	color: #fff;
	padding-top: 20px;
}
.foot-z a{
	color: #fff;
}
.foot-z .wx{
	position: absolute;
	right: 0;
	top: 78px;
	display: block;
	width: 44px;
	height: 44px;
}
.foot-z .indxe-link{
	line-height: 40px;
	color: #d4dae2;
	border-bottom: 1px solid #43739c;
	text-align: center;
}
.foot-z .indxe-link a{
	color: #d4dae2;
	padding: 0 10px;
}
.foot-z .indxe-link a:hover{
	color: #fff;
}
.index-bq{
	margin-top: 10px;
}
.index-bq p{
	line-height: 30px;
}


/*新首页样式结束*/


.header-r-sj{display: none;}
.focus{display: none;}
.zibanner-sj{display: none;}
.nyleft{display: none;}
.sjheader{display: none;}

.sj-zt{display: none;}
/*手机版样式*/

@media screen and (max-width:1024px){
	 body{padding-top: 70px;}
	.w{width: auto; padding: 0 4%;}
	.header-bg{height: 70px; position: fixed; top: 0; left: 0; right: 0; z-index: 999;}
	.header{display: none;}
	.sjheader{display: block; height: 100%;}
	.sjheader-1{height: 100%;}
	.logo{width: 40%;}
	.logo a, .logo img{width: 100%;}
	.logo a{display: block; margin-top: 0;}
	.header-r{margin-top: 0;}
	.header-r{display: none;}
	.header-r-sj{display: block;}
	.box-r-bg{background: none;}
	.hidden_search .search_wrap{width: 70%;}
	/*导航开始*/
	.menu-btn{
		position: relative;
		overflow:hidden; 
		z-index: 999;
		width:32px;
		height:36px;
		background:0 0;
		text-indent:-5260px;
		opacity:1;
		margin-left: 15px;
		border: 0;
	}
	.menu-btn .line-1,.menu-btn .line-2,.menu-btn .line-3{
		position:absolute;
		top:50%;
		right:50%;
		display:block;
		right: 0;
	  	width:32px;
	  	height:2px;
	  	background:#fff;
	  	transition:all .4s cubic-bezier(.165,.84,.44,1) 0s;
	  	transition-property:transform,width,margin,background-color;
	}
	.menu-btn .line-1{margin-top:-10px;width:28px}
	.menu-btn .line-3{margin-top:10px;width:28px}
	.drawerMenu-open .menu-btn .line-1{visibility:hidden}
	.drawerMenu-open .menu-btn .line-2{margin-top:0!important;width:32px;-webkit-transform:rotate(45deg);transform:rotate(45deg);}
	.drawerMenu-open .menu-btn .line-3{margin-top:0!important;width:32px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);}
	
	.mobNav{
		position: fixed;
		top: 70px;
		left: 0;
		right: 0;
		bottom: 0; 
		background: rgba(255,255,255,.95);
		z-index: 98;
		padding: 20px 5% 30px;
		display: none;
	}
	.mobNav ul{height: 80vh; overflow: auto;}
	.mobNav ul li{padding: 15px 0;border-bottom: 1px solid #ddd;}
	.mobNav ul li:last-child{border-bottom: 0;}
	.mobNav ul li .navp a{font-size: 18px; color: #004b8d; font-weight: bold;}
	.mobNav ul li .navp i{display: block; width: 16px; transition: .3s; transform-origin: center; margin-right: 5px;}
	.mobNav ul li.on .navp i{transform: rotate(-45deg);}
	.mobNav ul li .navp i img{
	    display: block;
	    padding: 0;
	    border: none;
	    -ms-interpolation-mode: bicubic;
	    max-width: 100%;
	    max-height: 100%;
	}
	.mobNav ul li .subNavm{margin-top: 10px;padding-left: 16px;display: none;}
	.mobNav ul li .subNavm a{display: block;line-height: 40px;font-size:16px;}
	/*导航结束*/
	
	.banner{display: none;}
	.focus{display: block;}
	/*手机banner样式*/
	.focus {
		width: 100%;
		margin: 0 auto;
		position: relative;
		overflow: hidden;
	}
	.focus .hd {
		width: 100%;
		position: absolute;
		z-index: 1;
		bottom: 12px;
		text-align: center;
	}
	.focus .hd ul {
		display: block;
		vertical-align: top;
	}
	.focus .hd ul li {
		display: inline-block;
		width: 8px;
		height: 8px;
		border: 2px solid #fff;
		margin: 0 10px;
		text-indent: -999999px;
		background: rgba(255,255,255);
		border-radius: 50%;
		overflow: hidden;
	}
	.focus .hd ul .on {
		background: none;
		border: 2px solid #fff;
	}
	.focus .bd {
		z-index: 0;
	}
	.focus .bd li{
		width: 100%;
		position: relative;
	}
	.focus .bd li a{
		display: block;
		width: 100%;
		height: 100%;
	}
	.focus .bd li img {
		display: block;
		width: 100%;
		height: auto;
	}
	.focus .bd li a {
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		/* 取消链接高亮 */
	}
	.box, .box-bg{position: static;}
	.news, .notice, .box2, .box-bg-l, .box-bg-l2, .news .xx, .more a{position: static;}
	.news, .notice{width: 100%;}
	.slideBox{width: 100%;}
	.box{height: auto;}
	.box2{margin-left: 0;}
	.box-bg{height: auto;}
	.box-bg-l, .box-bg-l2{display: none; background: none;}
	.box{margin-top: 12px;}
	.news .xx{width: auto; height: auto; top: 0; right: 0; margin: 0 auto;}
	.title {width: 353px; margin: 0 auto; margin-top: 30px; margin-bottom: 30px;}
	.slideBox .bd img{width: 100%;}
	.slideBox .bd li span{font-size: 16px; padding-right: 0;}
	.news-r{width: 100%; height: auto;}
	.news-r ul{padding: 15px 20px; }
	.more a{right: 0; bottom: 0; margin: 0 auto; margin-top: 20px;}
	.notice{padding: 0 0 40px 0; margin-top: 68px; height: auto;}
	.notice .title{width: 372px; padding-top: 40px; margin-top: 0;}
	.notice .title i{margin-left: 0;}
	.notice ul{padding: 0 20px;}
	.bkzs{float: none;}
	.bkzs-pic{width: 100%; height: auto;}
	.bkzs .more a{position: absolute;}
	.xyyx{float: none; margin-top: 110px;}
	.xyyx .title{padding-left: 0; width: 356px;}
	.xyyx-pic{width: 100%; height: auto;}
	.foot-bg{margin-top: 68px; height: auto;}
	.foot-l, .foot-r{float: none;}
	.link{margin-top: 0; padding-top: 30px;}
	.link h3{float: none; display: inline-block;}
	.link-tx{float: none; margin-left: 0; margin-top: 14px;}
	.link-tx a{padding: 0 28px 0 0; line-height: 30px;}
	.foot-r{width: 91px; padding-bottom: 20px; margin: 0 auto; margin-top: 22px;}
        .index-news ul li a .index-newspic img{height:auto;}
	
	
	.zibanner{display: none;}
	.zibanner-sj{display: block; width: 100%;}
	/*手机二级下拉*/
	.nyleft{
		margin-bottom: 30px;
		display: block;
		}
	.nyleft .sub-nav-p-s {
	    padding: 15px 5%;
	    border-radius: 5px;
	    background: #0168b7;
	    background-size: 30% auto;
	    color: #fff;
	    cursor: pointer;
	    font-size: 18px;
	}
	.nyleft .sub-nav-p-s span {
	    position: relative;
	    display: block;
	    overflow: hidden;
	    padding-left: 30px;
	    width: calc(100% - 20px);
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    line-height: 1em;
	    font-size: 18px;
	}
	.nyleft .sub-nav-p-s span:after {
	    position: absolute;
	    top: 50%;
	    left: 0;
	    width: 18px;
	    height: 2px;
	    background: #fff;
	    content: '';
	    transform: translateY(-50%);
	}
	.nyleft .sub-nav-p-s.on img {
	    display: inline-block;
	    transform: rotate(180deg);
	}
	.nyleft .sub-nav-p-s img {
	    transition: all .5s;
	}
	.nyleft dl dd.subnavs {
		display: none;
	    background: #e2e2e2;
	    padding: 10px 0;
	    text-align: center;
	}
	.nyleft dl dd ul li {
	    padding: 0 20px;
	}
	.nyleft dl dd ul li a {
		font-size: 15px;
	    padding: 10px 0;
	    border-bottom: 1px solid #e8e8e8;
	    display: flex;
	    justify-content: center;
	    position: relative;
	}
	.nyleft dl dd ul li:last-child a {
	    border-bottom: 0;
	}
	.nyleft dl dd ul li:hover a, .nyleft dl dd ul li.cur a {
	    color: #004b8d;
	}
	/*手机二级下拉end*/
	.zy-box-l{display: none;}
	.zy-box-r{width: auto; float: none;}
	
	.zy-box-r .zy-box-lm{font-size: 18px;}
	.zy-box .place{overflow: hidden;}

       /*新首页样式*/
	.index-topbg, .index-navbg{display: none;}
	.zd-sjheader{background: #004b8d; height: 70px; position: fixed; top: 0; right: 0; left: 0; bottom: 0; z-index: 9999;}
	.index-news ul{margin-left: 0; margin-right: 0;}
	.index-news ul li{
		width: 100%;
	}
	.index-news ul li{margin-bottom: 40px;}
	.index-news ul li a{margin: 0;}
	.index-notice .index-title{margin: 0 0 0 0;}
	.index-notice ul li{margin-bottom: 0;}
	.index-picbg{height: auto;}
	.index-video, .index-video a, .index-video img{
		width: 100%;
		height: auto;
	}
	.index-video-bg img{width: 56px; height: 56px; margin-top: 55px;}
	.index-picr{width: 100%; padding-bottom: 40px;}
	.index-picr ul li{width: 100%; height: auto; margin-left: 0;}
	.index-picr ul li .index-picr-tx{display: block; background: rgba(0,0,0,0.2);}
	.zt{display: none;}
	.sj-zt{display: block;}
	/*专题*/
	.picScroll{ margin:0 auto; text-align:center;}
		.picScroll .bd ul{width:100%; float:left;}
		.picScroll .bd li{ width:50%; float:left; text-align:center;}
		.picScroll .bd li a{display: block; padding: 6px;}
		.picScroll .bd li img{display: block; width:100%;}
	
		.picScroll .hd{ height:40px; line-height:40px; overflow:hidden; text-align:left; margin-top: 10px;}
		.picScroll .hd ul{text-align: center;}	
		.picScroll .hd li{display: inline-block;  width:10px; height:10px; background:#c4c4c4; margin:0 5px; overflow:hidden; 
		-webkit-border-radius:8px; -moz-border-radius:8px; border-radius:8px; 
		}
		.picScroll .hd .on{ background:#FFBA00;}
	.foot-z{
		width: 100%;
		padding-top: 90px;
		margin-bottom: 10px;
	}
	.logo-di1{left: 12%; top: 20px; height: 59px; width: auto;}
	.logo-di2{right: 50%; margin-right: -31px; top: 20px; height: 62px; width: auto;}
	.foot-z .wx{top: 25px; right: 10%;}	
	.foot-bg{margin-top: 20px;}
		
}
@media screen and (max-width:823px){
	.pic_list ul li{width: 33.3333%;}
}
@media screen and (max-width:768px){


}
@media screen and (max-width:736px){
	.sz dl dd{width: 33.3333%;}
	.slideBox .bd li p{font-size: 16px;}
	.slideBox .bd li p span{font-size: 16px;}
	.link-tx a{font-size: 14px;}
	.foot .dz p{font-size: 14px;}
	
}
@media screen and (max-width:667px){
	
	
}
@media screen and (max-width:640px){
        .logo{width:65%;}
	.sz p{font-size: 18px;}
	.sz dl dd{width: 50%;}
	.sz dl dd a{padding-left: 20px;}
	.zy-box-r .main_content .title{font-size: 22px;}
	.slideBox .hd ul li{width: 6px; height: 6px;}
	.slideBox .bd img{height: auto;}
	.slideBox{height: 400px;}
	.pic_list ul li{width: 50%;}
        .dpzw img{width:100% !important;}
	
}
@media screen and (max-width:568px){
	.slideBox{height: 352px;}
	.title{width: 345px;}
	.title h3{font-size: 28px;}
	.notice .title{width: 354px;}
	.xyyx .title{width: 348px;}
	.bkzw-ti{width: 60%; background: url(../img/bkzs-tibg.png) no-repeat right center;}
	.bkzw-ti h3{font-size: 24px; left: 54px; top: 26px;}
	.bkzw-ti h3 span{font-size: 16px;}
	.bq{height: auto; line-height: 26px; padding: 10px 0;}
	.bq p{padding: 0 20px;}
	
}
@media screen and (max-width:541px){
	.slideBox{height: 334px;}
	
}
@media screen and (max-width:482px){
	.slideBox{height: 294px;}
	.bkzw-ti h3{left: 27px;}
	
}
@media screen and (max-width:414px){
	.slideBox{height: 249px;}
	.slideBox .hd{bottom: 68px;}
	.news .xx{width: 100%;}	
	.bkzw-ti{width: 80%; height: 60px; bottom: 0;}
	.bkzw-ti h3{left: 20px; top: 3px;}
	.bkzw-ti i, .bkzw-ti em{display: none;}
	.pic_list ul li a img{height: 106px;}
	.pic_list ul li a{padding: 10px;}
	
}
@media screen and (max-width:411px){
	.slideBox{height: 247px;}
	.news .xx{width: 100%;}
	
}
@media screen and (max-width:375px){
	.slideBox{height: 224px;}
	.title{width: 297px;}
	.title h3{font-size: 20px;}
	.title h3 span{font-size: 12px;}
	.notice .title{width: 303px;}
	.xyyx .title{width: 299px;}
	.bkzw-ti h3{font-size: 18px; top: 7px;}
	.bkzw-ti h3 span{font-size: 12px;}
	
}
@media screen and (max-width:360px){
	.logo{height: 30%;}
	.slideBox{height: 229px;}
	.xxyg-r .xxyg-r-sj{font-size: 12px;}
        .zy-box .place{display:none;}
	
}
@media screen and (max-width:320px){
	.slideBox{height: 187px;}
 }