@charset 'utf-8';
.body01{
	background: #f1f1f1;
}
/*header-start*/
#header{
    width: 100%;
    height: 122px;
    border-top: 10px solid #074f90;
    background: #085dab;
    margin-bottom: 20px;
}
#header .logo{
	padding-top: 30px;
	width: 394px;
	height: 60px;
}
#header .head_con{
	position: relative;
	height: 129px;
}
#header .head_con .head_r{
	position: absolute;
	right: 0px;
	top: 11px;
	height: 28px;
	line-height: 28px;
	color: #fff;
}
#header .head_con .head_r a{
	display: inline-block;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #fff;
	cursor: pointer;
}
/*end header*/

.search_btn{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: #085dab;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()
}

.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: 880px;
	height: 56px;
	margin-top: 50px;
}
#nav .nav_menu{
	height: 56px;
}
#nav .nav_menu ul.nav_list{
	height: 56px;
	float: right;
}
#nav .nav_menu ul.nav_list li{
	position: relative;
	display:inline-block;
	height: 56px;
	line-height: 56px;
	padding: 0px 19px 0 0;
}
#nav .nav_menu ul.nav_list li i{
	position: absolute;
	right: -2px;
	top: 28px;
	width: 12px;
	height: 6px;
	background: url("../images/nav_arrow.png") no-repeat;
	z-index: 2;
}
#nav .nav_menu ul.nav_list li a{
	display: inline-block;
	font-family: "Microsoft Yahei";
	font-size: 16px;
	color: #fff;
}
#nav .nav_menu ul.nav_list li dl.menu{
	position: absolute;
	left: 0px;
	top: 56px;
	width: 160px;
	display: none;
	z-index: 9999;
	background: #094db3;
}
#nav .nav_menu ul.nav_list li dl.menu dd{
	display: block;
	height: 48px;
	line-height: 48px;
	padding: 0 25px;
}
#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: 18px;
	font-weight: normal;
}
/*end nav*/

/*banner start*/
#banner{
	width:100%; 
	height:auto; 
	overflow: hidden;
}
#banner .banner_con{
	position:relative;
	width: 100%;
	height: 760px;
	margin: 0 auto;
}
#banner .banner_hd{
	position: absolute;
	bottom: 20px;
	width: 100%;
	right: 10px;
	z-index: 9;
}
#banner .banner_hd ul{
	display: block;
	width: 100%;
	overflow: hidden;
	text-align: right;
}
#banner .banner_hd ul li{
	display: inline-block;
	width: 32px;
	height: 5px;
	background: #fff;
	border-radius: 2px;
	margin: 0 5px;
	cursor: pointer;
}
#banner .banner_hd ul li.on{
	background: #004898;
}
#banner .banner_pic ul li{
position: absolute;
    left: 0;
    top: 0px;
    display: none;
    margin-left: 0;
    width: 100%;
    height: 100%;
    z-index: 8;
}
#banner .banner_pic ul li a img{ 
	display:block;  
	width: 100%;
	height:100%;
	background-size: 100% 100%;
}
#banner .banner_btn a{
	position:absolute;
	top:50%;
	margin-top:-36px;
	width:40px;
	height:72px;
	display: none;
	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:10px; 
	background:url("../images/banner_l.png")  no-repeat;
}
#banner:hover .banner_btn a.prev{ 
	background:url("../images/banner_l_hover.png")  no-repeat;
}
#banner .banner_btn a.next{ 
	right:10px; 
	background:url("../images/banner_r.png") no-repeat;  
}
#banner:hover .banner_btn a.next{ 
	background:url("../images/banner_r_hover.png") no-repeat;  
}
/*end banner*/

/*part1 start*/
#part1{
	margin-top: 20px;
}
.part_con{
	padding: 0 30px;
	background: #fff;
}
#part1 .hd_title{
	padding-top: 18px;
}
.hd_title{
	position: relative;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	font-family: "Microsoft Yahei";
	color: #333;
}
.hd_title .line{
	position: absolute;
	left: 28px;
	bottom: -2px;
	width: 40px;
	height: 2px;
	background: #085dab;
}
.hd_title .more{
	position: absolute;
	right: 0px;
	top: 18px;
	height: 50px;
	line-height: 50px;
}
.hd_title .more a{
	display: block;
	font-size: 14px;
	color: #666;
	font-family: "Microsoft Yahei";
}
.hd_title .more a:hover{
	color: #085daa;
}
#part1 .xyxw_con{
	padding: 25px 0 0px;
}
#part1 .xyxw_con .xyxw_pic{
	position: relative;
	width: 560px;
	height: 370px;
	border-radius: 8px;
	overflow: hidden;
}
#part1 .xyxw_con .xyxw_pic ul li .pic{
	width: 560px;
	height: 370px;
	overflow: hidden;
}
#part1 .xyxw_con .xyxw_pic ul li .pic img{
	display: block;
	width: 560px;
	height: 370px;
	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 .xyxw_con .xyxw_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 .xyxw_con .xyxw_pic ul li .title{
	position: absolute;
	bottom: 0px;
	height: 40px;
	line-height: 40px;
	width: 560px;
	text-align: center;
	background: url("../images/icon01.png");
	font-size: 18px;
	color: #fff;
	font-family: "Microsoft Yahei";
}
#part1 .xyxw_con .xyxw_list{
	width: 650px;
}
#part1 .xyxw_list ul li{
	position: relative;
	height: 62px;
	border-bottom: 1px dashed #a1a1a1;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#part1 .xyxw_list ul li+li+li+li{
	border-bottom: 0;
}
#part1 .xyxw_list ul li .date{
	width: 86px;
	height: 62px;
	background: #085dab;
	border-radius: 8px;
	margin-right: 20px;
}
#part1 .xyxw_list ul li .date span{
	display: block;
	text-align: center;
	font-family: "Microsoft Yahei";
	color: #fff;
}
#part1 .xyxw_list ul li .date span.d1{
	font-size: 24px;
}
#part1 .xyxw_list ul li .date span.d2{
	font-size: 12px;
}
#part1 .xyxw_list ul li .list_txt .title{
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #333;
	font-weight: bold;
	padding-bottom: 4px;
}
#part1 .xyxw_list ul li.on .list_txt .title,#part1 .xyxw_list ul li:hover .list_txt .title{
	color: #085dab;
}
#part1 .xyxw_list ul li .list_txt .des{
	font-size: 12px;
	line-height: 20px;
	color: #666;
}
#part1 .xyxw_list ul li span.line{
	display: block;
    position: absolute;
    left: 0px;
    bottom: -1px;
    width: 0px;
    height: 1px;
    background: #085dab;
    z-index: 999;
    transition: 0.6s;
}
#part1 .xyxw_list ul li.on span.line,#part1 .xyxw_list ul li:hover span.line{
	width: 100%;
}
/*end part1*/

/*part2 start*/
#part2{
	margin-top: 20px;
	height: 492px;
}
#part2 .part2_con .notice{
	padding: 18px 30px 30px;
	background: #fff;
	width: 575px;
}
#part2 .part2_con .notice .hd_title{
	margin-top: 6px;
}
#part2 .notice ul li{
	position: relative;
	height: 58px;
	margin-top: 18px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccd0d3;
}
#part2 .notice ul li .date{
	width: 65px;
	height: 58px;
	margin-right: 25px;
	background: url("../images/date_bg.jpg") no-repeat;
}
#part2 .notice ul li .date span{
	display: block;
	width: 100%;
	text-align: center;
}
#part2 .notice ul li .date span.d1{
	font-size: 18px;
	font-family: "Microsoft Yahei";
	color: #fff;
	font-weight: bold;
	line-height: 30px;
	padding-bottom: 6px;
}
#part2 .notice ul li .date span.d2{
	font-size: 12px;
	color: #808080;
}
#part2 .notice ul li .title{
	height: 58px;
	line-height: 58px;
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #333;
}
#part2 .notice ul li:hover .title{
	color: #085dab;
}
#part2 .notice ul li span.line{
	display: block;
    position: absolute;
    left: 0px;
    bottom: -1px;
    width: 0px;
    height: 1px;
    background: #085dab;
    z-index: 999;
    transition: 0.6s;
}
#part2 .notice ul li:hover span.line{
	width: 100%;
}
#part2 .part2_con .xsdt{
	padding: 18px 30px 30px;
	background: #fff;
	width: 575px;
	height: 444px;
}
#part2 .xsdt .first{
	margin: 20px 0 12px;
	height:200px;
}
#part2 .xsdt .first .pic{
	width: 300px;
	height: 200px;
	overflow: hidden;
	margin-right: 40px;
}
#part2 .xsdt .first .pic img{
	display: block;
	width: 300px;
	height: 200px;
	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;
}
#part2 .xsdt .first:hover .pic img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
#part2 .xsdt .first .xsdt_txt{
	width: 235px;
}
#part2 .xsdt .first .xsdt_txt .title{
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #333;
	line-height: 24px;
	padding: 16px 0 12px;
}
#part2 .xsdt .first:hover .xsdt_txt .title{
	color: #085dab;
}
#part2 .xsdt .first .xsdt_txt p{
	font-size: 12px;
	line-height: 28px;
	color: #333;
	padding-left: 24px;
	background: url("../images/xsdt_icon01.png") no-repeat left center;
}
#part2 .xsdt .first .xsdt_txt p+p{
	background: url("../images/xsdt_icon02.png") no-repeat left center;
}
#part2 .xsdt .first .xsdt_txt p+p+p{
	background: url("../images/xsdt_icon03.png") no-repeat left center;
}
#part2 .xsdt .first .xsdt_txt .ckxq{
	margin-top: 12px;
	text-align: right;
	font-size: 12px;
	color: #666;
}
#part2 .xsdt .first:hover .xsdt_txt .ckxq{
	color: #085dab;
}
#part2 .xsdt .xsdt_list ul li{
	position: relative;
	height: 54px;
	line-height: 54px;
	border-bottom: 1px solid #ccd0d3;
}
#part2 .xsdt .xsdt_list ul li span.line{
	display: block;
    position: absolute;
    left: 0px;
    bottom: -1px;
    width: 0px;
    height: 1px;
    background: #085dab;
    z-index: 999;
    transition: 0.6s;
}
#part2 .xsdt .xsdt_list ul li:hover span.line{
	width: 100%;
}
#part2 .xsdt .xsdt_list ul li a{
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #333;
}
#part2 .xsdt .xsdt_list ul li span.date{
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 12px;
}
#part2 .xsdt .xsdt_list ul li:hover a{
	color: #085dab;
}
/*end part2*/

/*part3 start*/
#part3{
	margin-top: 20px;
	height: 442px;
}
#part3 .part3_con .zxdt{
	padding: 18px 30px 30px;
	background: #fff;
	width: 575px;
}
#part3 .zxdt .first{
	margin: 20px 0 12px;
	height:200px;
}
#part3 .zxdt .first .pic{
	width: 300px;
	height: 200px;
	overflow: hidden;
	margin-right: 40px;
}
#part3 .zxdt .first .pic img{
	display: block;
	width: 300px;
	height: 200px;
	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;
}
#part3 .zxdt .first:hover .pic img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
#part3 .zxdt .first .xsdt_txt{
	width: 235px;
}
#part3 .zxdt .first .xsdt_txt .title{
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #333;
	line-height: 24px;
	padding: 16px 0 12px;
}
#part3 .zxdt .first:hover .xsdt_txt .title{
	color: #085dab;
}
#part3 .zxdt .first .xsdt_txt p{
	font-size: 12px;
	line-height: 24px;
	color: #333;
}
#part3 .zxdt .first .xsdt_txt .ckxq{
	margin-top: 12px;
	text-align: right;
	font-size: 12px;
	color: #666;
}
#part3 .zxdt .first:hover .xsdt_txt .ckxq{
	color: #085dab;
}
#part3 .zxdt .zxdt_list ul li{
	position: relative;
	height: 54px;
	line-height: 54px;
	border-bottom: 1px solid #ccd0d3;
}
#part3 .zxdt .zxdt_list ul li span.line{
	display: block;
    position: absolute;
    left: 0px;
    bottom: -1px;
    width: 0px;
    height: 1px;
    background: #085dab;
    z-index: 999;
    transition: 0.6s;
}
#part3 .zxdt .zxdt_list ul li:hover span.line{
	width: 100%;
}
#part3 .zxdt .zxdt_list ul li a{
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #333;
}
#part3 .zxdt .zxdt_list ul li span.date{
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 12px;
}
#part3 .zxdt .zxdt_list ul li:hover a{
	color: #085dab;
}
#part3 .part3_con .jsfc{
	padding: 18px 30px 30px;
	background: #fff;
	width: 575px;
}
#part3 .part3_con .jsfx_con{
	position: relative;
	width: 463px;
	height: 318px;
	margin: 24px 56px 0;
}
#part3 .swiper-container{
	padding-bottom: 60px;
}
#part3 .swiper-slide{
	position: relative;
	float: left;
	width: 210px;
	height: 270px;
	overflow: hidden;
}
#part3 .swiper-slide .pic img{
	display: block;
	width: 210px;
	height: 270px;
	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;
}
#part3 .jsfc_pic .swiper-slide:hover .pic img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
#part3 .swiper-slide .jsname{
	position: absolute;
	bottom: 0px;
	font-size: 16px;
	font-family: "Microsoft Yahei";
	text-align: center;
	color: #fff;
	width: 100%;
	text-align: center;
	line-height: 40px;
	z-index: 99;
}
#part3 .swiper-slide .mask{
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 54px;
	background: url("../images/mask_bg.png") repeat-x;
	z-index: 88;
}
.jsfc .swiper-pagination span{
	width: 12px;
	height: 12px;
}
.jsfc .swiper-button-next,.jsfc .swiper-button-prev{
	width: 13px;
	height: 25px;
	margin-top: -12px;
}
.jsfc .swiper-button-prev{
	left: -56px;
	background: url("../images/jsfc_l.png") no-repeat;
}
.jsfc .swiper-button-next{
	right: -56px;
	background: url("../images/jsfc_r.png") no-repeat;
}
/*end part3*/

/*part4 start*/
#part4{
	margin: 20px 0 40px;
	height: 160px;
}
#part4 .ztzl{
	background: #fff;
	padding: 25px 30px;
	height: 100px;
}
#part4 .ztzl ul li{
	position: relative;
	width: 262px;
	height: 100px;
	margin: 0 24px;
	float: left;
}
#part4 .ztzl ul li .pic{
	width: 262px;
	height: 100px;
	overflow: hidden;
}
#part4 .ztzl ul li .pic img{
	display: block;
	width: 262px;
	height: 100px;
	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;
}
#part4 .ztzl ul li:hover .pic img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
#part4 .ztzl ul li .title{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	text-align: center;
	font-size: 20px;
	text-align: center;
	line-height: 100px;
	color: #fff;
	font-family: "Microsoft Yahei";
        font-weight:bold;
}
/*end part4*/

/*footer start*/
#footer{
	padding: 36px 0;
	background: #0054b2;
}
#footer .footer_lxwm{
	width: 550px;
}
#footer .footer_lxwm .lxwm{
	font-size: 18px;
	font-family: "Microsoft Yahei";
	color: #fff;
	padding-bottom: 12px;
}
#footer .footer_lxwm p{
	height: 42px;
	line-height: 42px;
	color: #fff;
	font-family: "Microsoft Yahei";
	padding-left: 26px;
	background: url("../images/lxwm_icon01.png") no-repeat left center;
}
#footer .footer_lxwm p+p{
	background: url("../images/lxwm_icon02.png") no-repeat left center;
}
#footer .footer_lxwm p+p+p{
	background: url("../images/lxwm_icon03.png") no-repeat left center;
}
#footer .footer_link{
	width: 560px;
}
#footer .footer_link .kslj_hd{
	font-size: 18px;
	font-family: "Microsoft Yahei";
	color: #fff;
	padding-bottom: 12px;
}
#footer .footer_link ul li{
	float: left;
	width: 160px;
	line-height: 40px;
}
#footer .footer_link ul li a{
	display: block;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #fff;
	transition: 0.6s;
}
#footer .footer_link ul li:hover a{
	text-indent: 6px;
}
#footer .foot_ewm{
	width: 160px;
}
#footer .foot_ewm ul{
	display: block;
	float: right;
	padding-top: 8px;
}
#footer .foot_ewm ul li{
	float: left;
	width: 120px;
	margin-left: 20px;
}
#footer .foot_ewm ul li .pic{
	width: 120px;
	height: 120px;
	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";
}
.copyRight{
	padding: 10px 0;
	background: #074f90;
}
.copyRight .copyRight_con p{
	line-height: 30px;
	text-align: center;
	font-family: "Microsoft Yahei";
	color: #fff;
	font-size: 14px;
}
/*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 .main_con{
	overflow: hidden;
}
#main .main_con_l{
	width: 260px;
	background: #085dab;
	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: #085dab;
	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;
	line-height: 60px;
	border-bottom: 1px solid #dbdbdb;
}
.sidebar ul li.active,.sidebar ul li:hover{
	background: #e3e3e3;
}
.sidebar ul li a{
	display: block;
	font-family: "Microsoft Yahei";
	font-size: 20px;
	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;
}
.sidebar ul li.active dl{
	display: block;
}
.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: 18px;
}
.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:990px;
	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: #085dab;
}
.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: #085dab;
}
.fanye img{
	display: block;
	margin: 20px auto 30px;
}
/*end list page*/

/*content page start*/
#main .nr{
	width: 920px;
}
.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;
	text-align: justify;
}
.content p img{
	display: inline-block;
	margin: 0 auto;
}
.page { 
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px solid #e6e6e6;
	font-size: 15px; 
        margin-bottom:20px;
}
.page p{
    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: #085dab;
	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: #085dab;
}
.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: #085dab;
}
.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: 160px;
	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*/
/* bannerÃ¥Â¼â‚¬Ã¥Â§â€¹*/
.bannerBox{position: relative;}
.bannerBox{width:100%;position: relative;z-index: 1;height: 100%;}
.bannerBox .swiper-button-prev{background:url(../images/ll.png) no-repeat;width: 34px;height: 34px;cursor: pointer;background-size: 100%;}
.bannerBox .swiper-button-next{background:url(../images/rr.png) no-repeat;width: 34px;height: 34px;cursor: pointer;background-size: 100%;}
.bannerBox .slider img{display: block;width: 100%;position: relative;}
.bannerBox .slider a{display: block;position: relative;}
.bannerBox .slider video{display: block;width: 100%;position: relative;    height: 760px;
    background: #000;}
.bannerBox .slick-dots{display: flex;justify-content: center;position: absolute;bottom: 0.2rem;left: 0;width: 100vw;text-align: center;align-items: center;}
.bannerBox .slick-dots li{width: 0.16rem;height: 0.16rem;font-size: 0;margin: 0 0.06rem;opacity: 1;border-radius: 50%;background: none;border: 1px solid #FFFFFF;} 
.bannerBox .slick-dots li.slick-active{opacity: 1;background: white;}
.bannerBox .slick-dots li button{font-size: 0;}
.bannerBox .slick-prev{position: absolute;left: 2%;top: 38%;background: url(../images/LL0.png) no-repeat center;width: 60px;height: 60px;background-size: 100%;font-size: 0;z-index: 6;outline: none;border: none;}
.bannerBox .slick-next{position: absolute;right: 2%;top: 38%;background: url(../images/RR0.png) no-repeat center;width: 60px;height: 60px;background-size: 100%;font-size: 0;z-index: 6;outline: none;border: none;}

@media(max-width: 1200px){
	.bannerBox{margin-top: 1.2rem;}
	.bannerBox .slider a::before{display: none;}
}
@media(max-width: 850px){
	.banner a{height: 100%;width: 100%;}
	.bannerBox{margin-top: 0.8rem;}
	.banner img{position: relative;top: 0; left: 0;transform: translate3d(0,0,0);width: 100%;}
}
@media(max-width: 414px){
	.bannerBox{margin-top: 60px;}
}
/* bannerÃ§Â»â€œÃ¦ÂÅ¸ */