@charset 'utf-8';
.body01{
	background: url("../images/head_bg.jpg") no-repeat top center;
}
.body02{
	background: url("../images/head_bg02.jpg") no-repeat top center;
}
/*header-start*/
#header{
    width: 100%;
    height: 129px;
}
#header .logo{
	padding-top: 30px;
	width: 584px;
	height: 88px;
}
#header .head_con{
	position: relative;
	height: 129px;
}
#header .head_con .head_r{
	position: absolute;
	right: 0px;
	top: 11px;
	height: 28px;
	line-height: 28px;
}
#header .head_con .head_r a{
	display: inline-block;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #fff;
	cursor: pointer;
}
/*end header*/

.search_btn{margin-left: 1rem;cursor: pointer;}
.search_btn svg{display:inline-block;fill:#fff;width: 16px;height: 16px;vertical-align: middle;}

.search-dialog-box{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 18rem;
	z-index: 1000000;
	opacity: 0;
	visibility: hidden;
	transition: .6s;
	/* overflow: hidden; */
}
.search-dialog-box:before{content:"";position:absolute;top:0;height:0;background: #004898;transition: .6s;left: 0;right: 0;z-index: 1;}
.search-dialog-box.on:before{ height:100%}
.search-dialog-box .bubbles-bg{
	opacity: 0;
	visibility: hidden;
	display: none;
}
.search-dialog-box .search-bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	margin: 0;
	background: rgba(0,0,0,.7);
	background-size: cover;
	background-repeat: no-repeat;
	/* z-index: 1; */
	transform-origin: center center;
	transition: height .8s cubic-bezier(.77,0,.175,1);
}
.search-dialog-box .wrap-inner{
	transform:translateY(100%);
	transition: .6s;
}
.header-right .bubbles-bg{
	opacity: 0;
	visibility: hidden;
	transition: all .5s .8s;
}
.search-dialog-box .bubbles-bg .bubble{
	position: absolute;
}
.search-dialog-box .bubbles-bg .bubble .circle{
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width:100%;
	height: 100%;
}
.search-dialog-box .bubbles-bg .bubble1{
	width:6%;
	padding-top: 6%;
	left: 26.875%;
	top: -6.67%;
}
.search-dialog-box .bubbles-bg .bubble1 .circle{
	border:1px solid #fff;
}
.search-dialog-box .bubbles-bg .bubble2{
	width:12px;
	padding-top: 12px;
	left: 13.54%;
	top: 18%;
}
.search-dialog-box .bubbles-bg .bubble2 .circle{
	background-color: #ff495f;
}
.search-dialog-box .bubbles-bg .bubble3{
	width:36px;
	padding-top: 36px;
	left: 8.854%;
	top: 30.55%;
}
.search-dialog-box .bubbles-bg .bubble3 .circle{
	background-color: #fff;
}
.search-dialog-box .bubbles-bg .bubble4{
	width:56.875%;
	padding-top: 56.875%;
	left: -28.6458%;
	top: 51.85%;
}
.search-dialog-box .bubbles-bg .bubble4 .circle{
	background: -webkit-linear-gradient(45deg, rgba(255,255,255,0),rgba(255,255,255,.05) 100%);
	background: -ms-linear-gradient(45deg, rgba(255,255,255,0),rgba(255,255,255,.05) 100%);
	background: linear-gradient(45deg, rgba(255,255,255,0),rgba(255,255,255,.05) 100%);
}
.search-dialog-box .bubbles-bg .bubble5{
	width:54px;
	padding-top: 54px;
	left: 26.3%;
	top: 70.83%;
}
.search-dialog-box .bubbles-bg .bubble5 .circle{
	background-color: #fff;
	opacity: .1;
}
.search-dialog-box .bubbles-bg .bubble6{
	width:56.875%;
	padding-top: 56.875%;
	left: 73.4375%;
	top: -52.77%;
}
.search-dialog-box .bubbles-bg .bubble6 .circle{
	background: -webkit-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.1) 100%);
	background: -ms-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.1) 100%);
	background: linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.1) 100%);
}
.search-dialog-box .bubbles-bg .bubble7{
	width:2rem;
	padding-top: 2rem;
	left: 60.9375%;
	top: 18.5%;
}
.search-dialog-box .bubbles-bg .bubble7 .circle{


	background-color: #ff495f;
}
.search-dialog-box .bubbles-bg .bubble8{
	width:1.35rem;
	padding-top: 1.35rem;
	left: 95.83%;
	top: 70.83%;
}
.search-dialog-box .bubbles-bg .bubble8 .circle{
	border:1px solid #fff;
}
.search-dialog-box .bubbles-bg .bubble9{
	width:16px;
	padding-top: 16px;
	left: 76.5625%;
	top: 96.296%;
}
.search-dialog-box .bubbles-bg .bubble9 .circle{
	background-color: #fff;
}
.search-dialog-box .bubbles-bg .bubble10{
	width:56.875%;
	padding-top: 56.875%;
	left: 71.354%;
	top:87%;
}
.search-dialog-box .bubbles-bg .bubble10 .circle{
	background: -webkit-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.3) 100%);
	background: -ms-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.3) 100%);
	background: linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.3) 100%);
}
.search-dialog-box .bubbles-bg .bubble{
	animation:spin 8s infinite linear;
	transform-origin: 50% 45%;
}
.search-dialog-box .bubbles-bg .bubble:nth-child(2n){
	animation:spin2 8s infinite linear;
}
.search-dialog-box .bubbles-bg .bubble .circle{
	animation:spin-reverse 8s infinite linear;
}
.search-dialog-box .bubbles-bg .bubble:nth-child(2n) .circle{
	animation:spin-reverse2 8s infinite linear;
}
.search-dialog-box .bubbles-bg .sm-bubble{
	transform-origin: 30% 30px;
}
.search-dialog{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 2;
}
.search-dialog .search-tit{
	font-size: 2.75rem;
	line-height: 3.5rem;
	color: #fff;
	text-align: center;
	overflow: hidden;
	display: none;
}
.search-dialog .search-inner{
	overflow: hidden;
	margin-top: 0;
}
.search-dialog .search-input{
	width: 50rem;
	margin: 0 auto;
	padding: 0 0.5rem 0 1.5rem;
	background-color: rgba(255,255,255,.1);
	box-sizing: border-box;
	transition: all .3s;
	max-width: 94%;
	height: 4.5rem;
}
.search-dialog .search-input input[type=text]{
	float: left;
	height: 4.5rem;
	width: calc(100% - 3.5rem);
	background-color: transparent;
	font-size: 1.25rem;
	line-height: .5rem;
	color: #fff;
	transition: all .3s;
	outline: none;
    border: 0;
}
.search-dialog .search-input input[type=text]::-webkit-input-placeholder{
    color:rgba(255,255,255,0.5);  
}  
.search-dialog .search-input input[type=text]:-moz-placeholder{
    color:rgba(255,255,255,0.5); 
}  
.search-dialog .search-input input[type=text]::-moz-placeholder{
    color:rgba(255,255,255,0.5); 
}  
.search-dialog .search-input input[type=text]:-ms-input-placeholder {
    color:rgba(255,255,255,0.5); 
} 
.search-dialog .search-input input[type=image],
.search-dialog .search-input .clear-btn{
	float: right;
	height: 4.5rem;
	width: 3.5rem;
}

.search-dialog .search-input input[type=image]{
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1.5rem;
	background-image: url('../images/page1_ss.png');
}
.search-dialog .search-input .clear-btn{
	background-color: rgba(0,0,0,.2);
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../images/close-btn.svg');
	background-size: 3.5rem;
	border-radius: 100%;
	margin-right: 1rem;
	display: none;
}
.search-dialog .search-input.on{
	background-color: #fff;
}

.search-dialog .search-input.on input[type=image]{
	background-image: url('../images/search-btn2.svg')
}

.search-dialog .hot-search{
	font-size: 0;
	width:19.5rem;
	margin:.6rem auto 0;
	box-sizing: border-box;
	padding:0 .6rem;
	overflow: hidden;
}
.search-dialog .hot-search .hot-tit,
.search-dialog .hot-search .hot-link{
	display: inline-block;
	*display: inline;
	zoom:1;
	vertical-align: top;
}
.search-dialog .hot-search .hot-tit{
	font-size: .375rem;
	line-height: .5rem;

	color: #fff;
	font-weight: bold;
	padding-left: .6rem;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: .5rem;
}
.search-dialog .hot-link{
	margin-left: 1rem;
}


.search-dialog .hot-link a{
	display: inline-block;
	*display: inline;
	zoom:1;
	font-size: .375rem;
	line-height: .5rem;
	margin-right: .75rem;
	color:#fff;
	padding-bottom: 5px;
	position: relative;
}

.search-dialog .hot-link a:before{
	content: "";
	position: absolute;
	left:0%;
	bottom:0;
	width:100%;
	height: 2px;
	background-color: #fff;
	transform:scaleX(0);
	transform-origin:left center;
	transition:transform .3s;
}
.search-dialog-box .bottom-box{
	position: absolute;
	left: 0;
	bottom:5.1%;
	width:100%;
}
.search-dialog-box .bottom-box .share-box{
	overflow: hidden;
}
.search-dialog-box .bottom-box .copy{
	font-size: .35rem;
	line-height:.5rem;
	color: #fff;
	font-family: "gilroy-regular";
	margin-top: .5rem;
	overflow: hidden;
}

.header-right.is-open .bubbles-bg{
	visibility: visible;
	opacity: 1;
}
.header-right.is-open .search-btn .con-box{
	display:none;
}
.header-right.is-open .close-btn{
	display:block;
}
.header-right.is-open .item .search-bg{
	transform:scale(1);
}
.search-dialog-box.on{
	opacity: 1;
	visibility: visible;
}
.search-dialog-box.on .search-bg{height: 100vh;}

.search-dialog-box.on .bubbles-bg{opacity: 1;visibility: visible;}
.search-dialog-box.on .wrap-inner{ transform:translateY(0)}

.pub-close {
    position: absolute;
    width: 3rem;
    height: 3rem;
    z-index: 10;
    right: 1.5rem;
    top: 1.35rem;
    background-color: rgba(255,255,255,.1);
    border-radius: 100%;
}
.pub-close .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1c5ab7;
    transform: scale(0);
    border-radius: 100%;
    transition: transform .3s;
}
.pub-close i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: 0.75rem;
    background-repeat: no-repeat;
    background-image: url("../images/close-btn.svg");
	transition:.6s
}
.pub-close i:hover{ transform:rotate(180deg)}

@keyframes spin{
    to{transform: rotate(1turn);}
}
@keyframes spin2{
    to{transform: rotate(-1turn);}
}
@keyframes spin-reverse{
    from{
        transform:rotate(1turn);
    }
}
@keyframes spin-reverse2{
    from{
        transform:rotate(-1turn);
    }
}


/*nav start*/
#nav{
    width: 65%;
    height: 56px;
    margin-top: 50px;
    position: relative;
    z-index: 9999;
}

}
#nav .nav_menu{
	height: 56px;
}
#nav .nav_menu ul.nav_list{
	height: 56px;
}
#nav .nav_menu ul.nav_list li{
	position: relative;
	display: inline-block;
	height: 56px;
	line-height: 56px;
	padding: 0 4px;
}
#nav .nav_menu ul.nav_list li.hover{
	background: #2764c1;
}
#nav .nav_menu ul.nav_list li:hover{
	background: #2764c1;
}
#nav .nav_menu ul.nav_list li a{
	display: inline-block;
	font-family: "Microsoft Yahei";
	font-size: 18px;
	color: #fff;
}
#nav .nav_menu ul.nav_list li dl.menu{
	position: absolute;
	left: 0px;
	top: 56px;
	width: 200px;
	display: none;
	z-index: 9999;
	background: #094db3;
}
#nav .nav_menu ul.nav_list li dl.menu dd{
position: relative;
	display: block;
    line-height: 24px;
    padding: 12px 16px;
}
#nav .nav_menu ul.nav_list li dl.menu dd:hover{
	background: #2764c1;
}
#nav .nav_menu ul.nav_list li dl.menu dd a{
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}
#nav .nav_menu ul.nav_list li dl.menu dd dl.menu2{
    position: absolute;
	left: 100%;
	top: 0;
        display: none;  
	width: 100%;
	z-index: 9999;
	background: #094db3;
}
#nav .nav_menu ul.nav_list li dl.menu dd:hover dl.menu2{
     display: block;  
}
#nav .nav_menu ul.nav_list li dl.menu dd:hover dl.menu2 dd:hover{
  background: #2764c1;
}
/*end nav*/

/*banner start*/
#banner{
	position:relative;
	width:100%; 
	height:740px; 
	overflow: hidden;
}
#banner .banner_hd{
	position: absolute;
	bottom: 18px;
	width: 100%;
	z-index: 9;
}
#banner .banner_hd ul{
	display: block;
	width: 100%;
	overflow: hidden;
	text-align: center;
}
#banner .banner_hd ul li{
	display: inline-block;
	width: 16px;
	height: 16px;
	background: #fff;
	border-radius: 50%;
	margin: 0 10px;
	cursor: pointer;
}
#banner .banner_hd ul li.on{
	background: #004898;
}
#banner .banner_pic ul li{
	position: absolute;
	left: 50%;
	top: 0px;
	display: none;
	margin-left: -850px;
	width: 1700px;
	height:740px;
    z-index:8;
}
#banner .banner_pic ul li a img{ 
	display:block;  
	width: 1700px;
	height:740px;
	background-size: 100% 100%;
}
#banner .banner_btn a{
	position:absolute; 
	top:50%;
	margin-top:-45px; 
	width:40px; 
	height:90px; 
	display:block; 
	cursor: pointer;
	-webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    z-index: 99;
}
#banner .banner_btn a.prev{ 
	left:16.8%; 
	background:url("../images/banner_l.png")  no-repeat;
}
#banner .banner_btn a.next{ 
	right:16.8%; 
	background:url("../images/banner_r.png") no-repeat;  
}
/*end banner*/

/*part1 start*/
#part1{
	padding-top: 40px;
	height: 808px;
	background: url("../images/part1_bg.jpg") no-repeat top center;
}
.hd_title{
	position: relative;
	height: 50px;
	line-height: 50px;
}
.hd_title span.title{
	padding-left: 40px;
	display: block;
	font-size: 30px;
	font-family: "Microsoft Yahei";
	color: #333;
	text-align: center;
	background: url("../images/icon01.png") no-repeat left center;
	width: 178px;
	margin: 0 auto;
}
.hd_title span.title i{
	font-style: normal;
	font-size: 18px;
	color: #666;
}
.hd_title .more{
	position: absolute;
	right: 0px;
	top: 0px;
}
.hd_title .more a{
	font-size: 14px;
	color: #666;
	font-family: "Microsoft Yahei";
}
.hd_title .more a:hover{
	color: #0054b2;
}
#part1 .news_pic{
	padding-top: 30px;
	margin-bottom: 40px;
}
#part1 .news_pic ul li{
	float: left;
	box-shadow: 0 0 10px 0 rgba(24,24,24,.16);
}
#part1 .news_pic ul li.li1,#part1 .news_pic ul li.li3{
	width: 370px;
}
#part1 .news_pic ul li.li1 .pic,#part1 .news_pic ul li.li3 .pic{
	width: 370px;
    height: 260px;
    overflow: hidden;
}
#part1 .news_pic ul li.li1 .pic img,#part1 .news_pic ul li.li3 .pic img{
	display: block;
	width: 370px;
    height: 260px;
	background-size: 100% 100%; 
	-webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
#part1 .news_pic ul li.li1{
	margin-right: 54px;
}
#part1 .news_pic ul li.li2{
	width: 452px;
	margin-right: 54px;
}
#part1 .news_pic ul li.li2 .pic{
	width: 454px;
    height: 316px;
    overflow: hidden;
}
#part1 .news_pic ul li.li2 .pic img{
	display: block;
	width: 454px;
    height: 316px;
	background-size: 100% 100%; 
	-webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
#part1 .news_pic ul li:hover .pic img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
#part1 .news_pic ul li .news_txt{
	background: #fff;
	padding: 14px 20px 20px;
}
#part1 .news_pic ul li .news_txt .title{
	height: 60px;
	line-height: 30px;
	font-size: 18px;
	color: #333;
	margin-bottom: 6px;
}
#part1 .news_pic ul li:hover .news_txt .title{
	color: #0063a7;
}
#part1 .news_pic ul li .news_txt .des{
	height: 48px;
	line-height: 24px;
	text-indent: 2em;
	font-size: 14px;
	color: #666;
	margin-bottom: 12px;
}
#part1 .news_pic ul li .news_txt .date{
	display: inline-block;
	float: right;
	padding-left: 32px;
	background: url("../images/icon02.png") no-repeat left center;
	font-size: 16px;
	color: #666;
}
#part1 .news_list ul{
	display: block;
	width: 1360px;
	overflow: hidden;
}
#part1 .news_list ul li{
	float: left;
	width: 338px;
	height: 102px;
	border: 1px solid #dcdcdc;
	margin-right: 48px;
	padding: 22px 30px 20px;
}
#part1 .news_list ul li:hover{
	border:1px solid #0063a7;
}
#part1 .news_list ul li .title{
	height: 56px;
	line-height: 28px;
	color: #333;
	font-family: "Microsoft Yahei";
	font-size: 18px;
	margin-bottom: 15px;
}
#part1 .news_list ul li:hover .title{
	color: #0063a7;
}
#part1 .news_list ul li .date{
	height: 30px;
	line-height: 30px;
	border-left: 2px solid #666;
	text-indent: 15px;
	font-size: 16px;
	color: #666;
	font-family: "Microsoft Yahei";
	background: url("../images/icon03.png") no-repeat 306px center;
}
/*end part1*/

/*part2 start*/
#part2{
	padding-top: 174px;
	height: 716px;
	background: url("../images/part2_bg.jpg") no-repeat top center;
}
#part2 .hd_title span.title{
	width: 100%;
	text-align: left;
	margin: 0;
}
#part2 .notice{
	width: 700px;
	padding-right: 44px;
}
#part2 .notice .notice_list{
	padding-top: 10px;
}
#part2 .notice .notice_list ul li{
	position: relative;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #e7e7e7;
}
#part2 .notice .notice_list ul li:before{
	content: "";
	position: absolute;
	left: 0px;
	width: 2px;
	height: 20px;
	top: 20px;
	background: #004898;
	z-index: 1;
}
#part2 .notice .notice_list ul li a{
	display: block;
	padding-left: 16px;
	font-size: 18px;
	font-family: "Microsoft Yahei";
	color: #333;
}
#part2 .notice .notice_list ul li:hover a{
	color: #004898;
}
#part2 .notice .notice_list ul li .date{
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 16px;
	color: #333;
}
#part2 .notice .notice_list ul li:hover .date{
	color: #004898;
}
#part2 .notice .notice_list ul li span.line{
	display: block;
    position: absolute;
    left: 0px;
    bottom: -1px;
    width: 0px;
    height: 1px;
    background: #004898;
    z-index: 999;
    transition: 0.6s;
}
#part2 .notice .notice_list ul li:hover span.line{
	width: 100%;
}
#part2 .calendar_con{
	width: 515px;
	height: 508px;
	background: url("../images/calendar_bg.jpg") no-repeat;
	margin-top: 80px;
	box-shadow: 0 0 20px 0 rgba(0,0,01,.25);
}
#pageModule{
	height: 500px !important;
	width: 515px !important;
}
#calendar{
	width: 460px !important;
	margin: 0 auto;
}
/*end part2*/

/*footer start*/
#footer{
	padding: 26px 0;
	background: #0054b2;
}
#footer .copyright{
	width: 640px;
}
#footer .copyright p{
	height: 32px;
	line-height: 32px;
	color: #fff;
	font-family: "Microsoft Yahei";
}
#footer .foot_ewm{
	width: 340px;
}
#footer .foot_ewm ul{
	display: block;
	float: right;
	padding-top: 8px;
}
#footer .foot_ewm ul li{
	float: left;
	width: 89px;
	margin-left: 20px;
}
#footer .foot_ewm ul li .pic{
	width: 89px;
	height: 89px;
	overflow: hidden;
}
#footer .foot_ewm ul li .pic img{
	display: block;
	width: 100%;
	height: 100%;
}
#footer .foot_ewm ul li .title{
	font-size: 14px;
	color: #fff;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-family: "Microsoft Yahei";
}
/*end footer*/

/*back start*/
#back{
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 44px;
	height: 54px;
	z-index: 99;
	cursor: pointer;
	background: url("../images/back.png") no-repeat;
	margin-top: 20px;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}
/*end back*/

/*list page start*/
#ej_banner{
	position: relative;
	width: 100%;
	height: 370px;
	overflow: hidden;
}
#ej_banner .ej_banner_con{
	position: absolute;
    left: 50%;
    top: 0px;
    width: 1700px;
    height: 370px;
    margin-left: -850px;
}
#main{
	background: url("../images/main_bg.jpg") no-repeat bottom center;padding-bottom: 20px;
}
#main .main_con{
	overflow: hidden;
}
#main .main_con_l{
	width: 260px;
	background: #0054b2;
	box-shadow: 0 0 10px 0 rgba(24,24,24,.16);
}
#main .main_con_l .lmmc{
	width: 260px;
	padding: 14px 0;
	line-height: 50px;
	font-family: "Microsoft Yahei";
	color: #fff;
	font-weight: bold;
	font-size: 28px;
	color: #fff;
	background: #0054b2;
	text-indent: 12px;
}
#main .main_con_l .line{
	width: 32px;
	height: 2px;
	background: #4784c7;
	margin-left: 12px;
}
.sidebar{
	margin-left: 12px;
	width: 248px;
	background: #fff;
	padding-bottom: 156px;
	border-top: 20px solid #fff;
}
.sidebar ul li{
	position: relative;
	padding:20px 0;
	border-bottom: 1px solid #dbdbdb;
}
.sidebar ul li.active,.sidebar ul li:hover{
	
}
.sidebar ul li a{
	display: block;
	font-family: "Microsoft Yahei";
	font-size: 16px;
	text-indent: 16px;
	color: #666;
}
.sidebar ul li .arrow{
	display: block;
	position: absolute;
	right: 18px;
	top: 0px;
	width: 24px;
	height: 60px;
	background: url("../images/arrow01.png") no-repeat center center;
	cursor: pointer;
}
.sidebar ul li:hover a,.sidebar ul li.active a{
	color: #0054b2;
}
.sidebar ul li:hover .arrow,.sidebar ul li.active .arrow{
	background: url("../images/arrow02.png") no-repeat center center;
}
.sidebar ul li dl{
	display: none;
	background: #fff;line-height:40px;margin-top:20px;
}
.sidebar ul li.active dl{
	display: block;
        line-height:40px;
}
.sidebar ul li dl dd{
	border-top: 1px solid #fff;
}
.sidebar ul li dl dd:hover,.sidebar ul li dl dd.active{
	background: #e3e3e3;
}
.sidebar ul li.active dl dd a{
	color: #333;
	display: block;
	text-indent: 36px;
	font-size: 16px;
}
.sidebar ul li dl dd:hover a,.sidebar ul li dl dd.active a{
	color: #0054b2;
}
#main .main_con_r{
	width: 990px;
}
#main .dqwz_con{
	height: 64px;
	line-height: 64px;
	border-bottom: 1px solid #ededed;
	margin-bottom: 30px;
}
#main .dqwz{
	font-size: 14px;
	padding-left: 34px;
	line-height: 64px;
	background: url("../images/home_icon.png") no-repeat left center;
	color: #666;
}
#main .dqwz a{
	font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #666;
}
#main .dqwz a:hover{
	color: #0054b2;
}
.main_hd{
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
}
.main_list{
	width:920px;
	min-height: 600px;
	margin-top: -32px;
}
.main_list ul{
	display: block;
	padding: 15px 0;
}
.main_list ul li{
	position: relative;
	height: 49px;
	line-height: 50px;
	border-bottom: 1px solid #ebebeb;
	background: url("../images/icon05.png") no-repeat 11px center;
    padding-left: 30px;
}
.main_list ul li a{
	font-family: "Microsoft Yahei";
	color: #000;
	font-size: 16px;
}
.main_list ul li:hover a{
	color: #0054b2;
}
.main_list ul li .date{
	position: absolute;
	right: 0px;
	top: 0px;
	font-family: "Microsoft Yahei";
	color: #999;
	font-size: 14px;
}
.main_list ul li:hover .date{
	color: #0054b2;
}
.fanye img{
	display: block;
	margin: 20px auto 30px;
}
/*end list page*/

/*content page start*/
#main .nr{
	
}
.main_bd .con_title h2.title{
	padding: 0 45px;
	text-align: center;
	font-size: 24px;
	font-family: "Microsoft Yahei";
	color: #323232;
	line-height: 34px;
}
.main_bd .con_title p.info{
	text-align: center;
	line-height: 50px;
	margin-bottom: 20px;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #999;
}
.main_bd .con_title p.info span{
	margin: 0 8px;
}
.main_bd .con_title p.info i.djs{
	font-style: normal;
	margin: 0 8px;
}
.content{
	padding-bottom: 20px;
}
.content p{
	font-size: 18px !important;
	color: #333;
	font-family: "Microsoft Yahei";
	line-height: 36px !important;
	text-indent: 2em;
	margin-bottom: 10px;
}
.content p img{
	display: inline-block;
	margin: 0 auto;
}
.page { 
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px solid #e6e6e6;
	font-size: 15px; 
}
.page p{
	    line-height: 30px;
    text-indent: 0 !important;
    font-size: 18px !important;
    color: #333;
    font-family: "Microsoft Yahei";
    line-height: 36px !important;
    text-indent: 2em;
    margin-bottom: 10px;
    text-align: justify;
}
.page span { 
	color: #333; 
}
.page a { 
	color: #333; 
}
.page a:hover { 
	color: #0054b2;
	transition: 0.6s all; 
}
/*end content page*/

/*list pic start*/
.list_pic{
	width: 990px;
	min-height: 600px;
}
.list_pic ul li{
	position: relative;
	height: 180px;
	margin-bottom: 20px;
}
.list_pic ul li .pic{
	float: left;
	width: 260px;
	height: 180px;
	overflow: hidden;
}
.list_pic ul li .pic img{
	display: block;
	width: 260px;
	height: 180px;
	background-size: 100% 100%; 
	-webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.list_pic ul li:hover .pic img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.list_pic ul li .txt{
	float: left;
	width: 668px;
	height: 164px;
	padding: 14px 30px 0;
	border: 1px solid #e9e9e9;
}
.list_pic ul li .txt .line{
	width: 100px;
	height: 2px;
	background: #0054b2;
}
.list_pic ul li .txt p.title{
	font-size: 16px;
	font-family: "Microsoft Yahei";
	font-weight: bold;
	color: #000;
	height: 40px;
	line-height: 40px;
	width: 668px;
	text-overflow: ellipsis;
    white-space: nowrap;
	overflow: hidden;
}
.list_pic ul li:hover a .txt p.title{
	color: #094db3;
}
.list_pic ul li .txt p.des{
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #999;
	line-height: 24px;
	padding: 18px 0 0px;
}
.list_pic ul li .txt span.date{
	display: block;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #999;
}
/*end list pic*/

/*list szdw start*/
.list_szdw ul{
	display: block;
	width: 1100px;
	overflow: hidden;
}
.list_szdw ul li{
	float: left;
	width: 452px;
	height: 160px;
	margin-right: 86px;
	margin-bottom: 30px;
}
.list_szdw ul li .pic{
	width: 122px;
	height: 160px;
	overflow: hidden;
	margin-right: 30px;
}
.list_szdw ul li .pic img{
	display: block;
	width: 122px;
	height: auto;
	background-size: 100% 100%; 
	-webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.list_szdw ul li:hover .pic img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.list_szdw ul li .szdw_txt{
	width: 300px;
	border-top: 1px solid #ebebeb;
}
.list_szdw ul li .szdw_txt .szdw_name{
	margin-top: 6px;
	height: 46px;
	line-height: 46px;
	font-family: "Microsoft Yahei";
	color: #333;
	font-size: 18px;
	font-weight: bold;
}
.list_szdw ul li:hover .szdw_txt .szdw_name{
	color: #0054b2;
}
.list_szdw ul li .szdw_txt .szdw_name span{
	display: inline-block;
	margin-left: 6px;
	font-weight: normal;
}
.list_szdw ul li .szdw_txt .szdw_zc{
	height: 32px;
	line-height: 32px;
	margin-bottom: 8px;
	font-family: "Microsoft Yahei";
	color: #666;
	font-size: 14px;
}
.list_szdw ul li .szdw_txt .szdw_js{
	height: 20px;
	line-height: 20px;
	color: #666;
	font-size: 14px;
}
/*end list szdw*/

/*szdw content start*/
.szdw_content .szdw_xxjs{
	position: relative;
	width: 988px;
	height: 234px;
	border: 1px solid #e6e6e6;
	margin-top: 20px;
	margin-bottom: 70px;
}
.szdw_content .szdw_xxjs .szdw_xxjs_con{
	position: absolute;
	left: 74px;
	top: -20px;
	width: 240px;
	height: 286px;
	background: url("../images/szdw_con_bg.png") no-repeat;
	z-index: 9;
}
.szdw_content .szdw_xxjs .szdw_xxjs_con .pic{
	width: 196px;
	height: 254px;
	overflow: hidden;
	margin: 10px 0 0 17px;
}
.szdw_content .szdw_xxjs .szdw_xxjs_txt{
	position: absolute;
	left: 362px;
	top: 20px;
	width: 496px;
	margin-top: 16px;
}
.szdw_content .szdw_xxjs .szdw_xxjs_txt .szdw_name{
	height: 44px;
	line-height: 44px;
	color: #333;
	font-family: "Microsoft Yahei";
	font-size: 22px;
	font-weight: bold;
}
.szdw_content .szdw_xxjs .szdw_xxjs_txt .szdw_name span{
	font-weight: normal;
	font-size: 16px;
	margin-left: 22px;
}
.szdw_content .szdw_xxjs .szdw_xxjs_txt .line{
	width: 60px;
	height: 3px;
	background: #0054b2;
}
.szdw_content .szdw_xxjs .szdw_xxjs_txt .szdw_sszy{
	padding-top:22px;
}
.szdw_content .szdw_xxjs .szdw_xxjs_txt p{
	line-height: 28px;
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #333;
}
.szdw_content .szdw_con{
	padding-bottom: 50px;
}
.szdw_content .szdw_con .szdw_title{
	height: 50px;
	line-height: 50px;
	background: #efefef;
	font-size: 20px;
	font-family: "Microsoft Yahei";
	color: #333;
	font-weight: bold;
	text-indent: 30px;
}
.szdw_content .szdw_con .szdw_info{
	padding: 10px 0;
}
.szdw_content .szdw_con .szdw_info p{
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #333;
	line-height: 36px;
}
/*end szdw content*/
.dblj li{list-style-type: none;
 color: #fff;
     position: relative;
    line-height: 30px;
    float: left;
    padding: 0 10px 0 0;
}
.dblj li a{color:#fff;}
