@charset 'utf-8';
/*header-start*/
#header{
    width: 100%;
    height: 123px;
    background: url("../2020images/header_bg.jpg") no-repeat top center;
}
#header .logo{
	width: 760px;
}
#header a{
	float: left;
}
#header a img.lg1{
	width: 261px;
	margin: 34px 24px 0 0;
}
#header a img.lg2{
	width: 298px;
	padding-top: 30px;
}
#header .hd_r{
	position: relative;
	width: 320px;
    height: 60px;
    margin-top: 36px;
}
#header .hd_r .hd_link {
    margin-top: 7px;
    border: 1px solid #2358a5;
    border-radius: 50%;
    margin-left: 10px; overflow: hidden;
}
#header .hd_link ul li {
    float: left;
    height: 30px;
    line-height: 30px;
    width: 30px;
}
#header .hd_link ul li a {
    display: block;
    margin: 0;
    font-size: 14px;
    color: #2358a5;
    font-family: "Microsoft Yahei";
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
#header .hd_link ul li:hover{
	background-color: #2358a5;
   
}
#header .hd_link ul li a:hover{
	color: #fff;
   
}
.search{
	position: relative;
	width: 218px;
	height: 34px;
	border-radius: 17px;
	margin-top: 6px;
	border: 1px solid #dadada;
}
.search input{
	display: inline-block;
	outline: none;
	border: none;
}
.search input.txt{
	width: 180px;
	height: 34px;
	line-height: 34px;
	vertical-align: top;
	background: transparent;
	text-indent: 12px;
	color: #999;
}
.search input.btn{
	position: absolute;
	top: 0px;
	right: 6px;
	width: 26px;
	height: 34px;
	cursor: pointer;
}
/*end header*/

/*nav start*/
#nav{
	width: 100%;
	height: 50px;
	background: #2358a5;
}
#nav .nav_menu{
	height: 50px;

}
#nav .nav_menu ul.nav_list li{
	position: relative;
	float: left;
	height: 50px;
	line-height: 50px;
	     width: 10%;
    text-align: center;
}
#nav .nav_menu ul.nav_list li.hover{
	background: #0d57b9;
}
#nav .nav_menu ul.nav_list li:hover{
	background: #0d57b9;
}
#nav .nav_menu ul.nav_list li a{
	display: inline-block;
	font-family: "Microsoft Yahei";
	font-size: 16px;
	color: #fefefe;
}
#nav .nav_menu ul.nav_list li dl.menu{
	position: absolute;
	left: 0px;
	top: 50px;
	display: none;
	z-index: 9999;
	background: #06469b;
    width: 150px;
    overflow: hidden;
}
#nav .nav_menu ul.nav_list li:hover dl.menu {
    display: block;
}
#nav .nav_menu ul.nav_list li dl.menu dd{
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 25px;
}
#nav .nav_menu ul.nav_list li dl.menu dd:hover{
	background: #0d57b9;
}
/*end nav*/
/*banner start*/
#banner{
	position:relative;
	width:100%; 
	height: auto;
	max-width: 1920px;
	margin: 0 auto;
}
#banner .banner_con{
	width: 100%;
    height: auto;
}
#banner .banner_hd{
	position: absolute;
	bottom: 20px;
	width: 100%;
	z-index: 99;
}
#banner .banner_hd ul{
	display: block;
	width: 100%;
	text-align: center;
}
#banner .banner_hd ul li{
	display: inline-block;
	width: 14px;
	height: 14px;
	background: #91bbee;
	border-radius: 50%;
	margin: 0 5px;
	cursor: pointer;
}
#banner .banner_hd ul li.on{
	background: #fff;
}
#banner .banner_pic ul li a img{ 
	display:block;  
	width:100%; 
	height:auto; 
	background-size: 100% 100%;
}
#banner .banner_btn a{
	position:absolute; 
	top:50%;
	margin-top:-30px; 
	width:60px; 
	height:60px; 
	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:30px; 
	background:url("../2020images/banner_l.png")  no-repeat;  
}
#banner .banner_btn a.next{ 
	right:30px; 
	background:url("../2020images/banner_r.png") no-repeat;  
}
/*end banner*/

/*part1 start*/
#part1{
	height: 751px;
	background: url("../2020images/part1_bg.jpg") no-repeat top center;
}
#part1 .part1_con{
	padding-top: 48px;
	overflow: hidden;
}
#part1 .xydt{
	width: 730px;
}
#part1 .xydt .hd_title{
	background: url("../2020images/icon01.png") no-repeat left center;
}
.hd_title{
	position: relative;
	height: 53px;
	line-height: 54px;
	border-bottom: 1px solid #f1f1f1;
	font-size: 24px;
	font-family: "Microsoft Yahei";
	color: #323232;
	padding-left: 38px;
	margin-bottom: 21px;
}
.hd_title .line{
	position: absolute;
	left: 0px;
	bottom: -2px;
	width: 150px;
	height: 3px;
	background: #2358a5;
	z-index: 3;
}
.hd_title .more{
	position: absolute;
	right: 0px;
	top: 0px;
	height: 53px;
	line-height: 54px;
}
.hd_title .more a{
	display: block;
	height: 53px;
	line-height: 54px;
	font-size: 14px;
	font-family: "Arial";
	color: #999;
}
.hd_title .more:hover a{
	color: #2358a5;
	font-weight: bold;
}
#part1 .xydt_con{
	position: relative;
	width: 730px;
	height: 420px;
}
#part1 .xydt_con .xydt_hd{
	position: absolute;
	right: 15px;
	bottom: 20px;
	z-index: 8;
}
#part1 .xydt_con .xydt_hd ul li{
	float: left;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 1px solid #fff;
	margin: 0 5px;
}
#part1 .xydt_con .xydt_hd ul li.on{
	background: #fff;
}
#part1 .xydt_con .xydt_pic ul li .pic{
	width: 730px;
	height: 420px;
	overflow: hidden;
}
#part1 .xydt_con .xydt_pic ul li .pic img{
	display: block;
	width: 730px;
	height: 420px;
	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 .xydt_con .xydt_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 .xydt_con .xydt_pic ul li .mask{
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 117px;
	background: url("../2020images/mask1.png") repeat-x;
}
#part1 .xydt_con .xydt_pic ul li .title{
	position: absolute;
	bottom: 0px;
	font-size: 18px;
	font-family: "Microsoft Yahei";
	color: #fff;
	height: 58px;
	line-height: 58px;
	text-indent: 20px;
}
#part1 .xydt_list{
	padding-top: 16px;
}
#part1 .xydt_list ul li{
	position: relative;
	height: 36px;
	line-height: 36px;
	padding-left: 18px;
	background: url("../2020images/icon03.png") no-repeat left center;
}
#part1 .xydt_list ul li a{
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #323232;
}
#part1 .xydt_list ul li:hover a{
	color: #2358a5;
}
#part1 .xydt_list ul li .date{
	position: absolute;
	right: 0px;
	top: 0px;
}
#part1 .notice{
	width: 430px;
	height: 678px;
	overflow: hidden;
}
#part1 .notice .notice_hd{
	position: relative;
	height: 53px;
    line-height: 54px;
    border-bottom: 1px solid #f1f1f1;
    font-size: 22px;
    font-family: "Microsoft Yahei";
    color: #999;
    padding-left: 38px;
    margin-bottom: 21px;
    background: url("../2020images/icon02.png") no-repeat left center;
}
#part1 .notice .notice_hd ul li{
	float: left;
	margin-right: 45px;
	cursor: pointer;
}
#part1 .notice .notice_hd ul li.on{
	color: #323232;
}
#part1 .notice .notice_hd ul li.on .line{
	position: absolute;
    left: 0px;
    bottom: -2px;
    width: 150px;
    height: 3px;
    background: #2358a5;
    z-index: 3;
}
#part1 .notice .notice_hd ul li+li.on .line{
	left: 166px;
	width: 124px;
}
#part1 .notice .notice_hd ul li .more{
	display: none;
	position: absolute;
	right: 0px;
    top: 0px;
    height: 53px;
    line-height: 54px;
}
#part1 .notice .notice_hd ul li.on .more{
	display: block;
}
#part1 .notice .notice_hd ul li .more a{
	display: block;
    height: 53px;
    line-height: 54px;
    font-size: 14px;
    font-family: "Arial";
    color: #999;
}
#part1 .notice .notice_hd ul li:hover .more a{
	color: #2358a5;
	font-weight: bold;
}
#part1 .notice .notice_bd ul li{
	height: 83px;
	border-bottom: 1px dashed #eee;
	margin-bottom: 16px;
}
#part1 .notice .notice_bd ul li.last{
	border-bottom: none;
}
#part1 .notice .notice_bd ul li .date{
	width: 64px;
	border: 1px solid #2358a5;
}
#part1 .notice .notice_bd ul li .date span{
	display: block;
	text-align: center;
	width: 100%;
	font-family: "Microsoft Yahei";
}
#part1 .notice .notice_bd ul li .date span.d1{
	height: 45px;
	line-height: 45px;
	background: #2358a5;
	font-size: 30px;
	color: #fff;
}
#part1 .notice .notice_bd ul li .date span.d2{
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #999;
}
#part1 .notice .notice_bd ul li .title{
	padding-top: 8px;
	padding-left: 80px;
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #323232;
}
#part1 .notice .notice_bd ul li:hover .title{
	color: #2358a5;
}
/*end part1*/

/*part2 start*/
#part2{
	height: 624px;
	background: url("../2020images/part2_bg.jpg") no-repeat top center;
}
#part2 .part2_con{
	padding-top: 60px;
	overflow: hidden;
}
#part2 .xsdt{
	width: 335px;
	height: 464px;
	padding:18px 20px;
	background: #fff;
	margin-right: 37px;
}
#part2 .xsdt .hd_title{
	background: url("../2020images/icon04.png") no-repeat left center;
}
#part2 .xsdt .xsdt_bd .first{
	position: relative;
}
#part2 .xsdt .xsdt_bd .first .date{
	position: absolute;
	top: 166px;
	left: 0px;
	width: 100px;
	height: 26px;
	line-height: 26px;
	z-index: 9;
	text-indent: 26px;
	font-size: 12px;
	font-family: "Microsoft Yahei";
	color: #fff;
	background: #ec9539 url("../2020images/icon05.png") 6px center no-repeat;
}
#part2 .xsdt .xsdt_bd .first .pic{
	width: 333px;
	height: 190px;
	overflow: hidden;
	border: 1px solid #efefef;
}
#part2 .xsdt .xsdt_bd .first .pic img{
	display: block;
	width: 333px;
	height: 190px;
	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 .xsdt_bd .first .pic:hover img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
#part2 .xsdt .xsdt_bd .first .title{
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #323232;
	height: 26px;
	line-height: 26px;
	border-bottom: 1px dashed #eaeaea;
	padding: 12px 0;
	margin-bottom: 10px;
	text-align: justify;
}
#part2 .xsdt .xsdt_bd .first:hover .title{
	color: #2358a5;
}
#part2 .xsdt .xsdt_bd ul li{
	position: relative;
	height: 36px;
	line-height: 36px;
	padding-left: 9px;
	background: url("../2020images/icon06.png") no-repeat left center;
}
#part2 .xsdt .xsdt_bd ul li a{
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #323232;
}
#part2 .xsdt .xsdt_bd ul li:hover a{
	color: #2358a5;
}
#part2 .xsdt .xsdt_bd ul li .date{
	position: absolute;
	right: 0px;
	top: 0px;
}
#part2 .hzjl .hd_title{
	background: url("../2020images/icon07.png") no-repeat left center;
}
#part2 .sypt{
	width: 335px;
	height: 464px;
	padding:18px 20px;
	background: #fff;
}
#part2 .sypt .hd_title{
	background: url("../2020images/icon08.png") no-repeat left center;
}
#part2 .sypt .sypt_bd ul li{
	height: 85px;
	border-bottom: 1px dashed #eaeaea;
	margin-bottom: 15px;
}
#part2 .sypt .sypt_bd ul li.last{
	border: none;
}
#part2 .sypt .sypt_bd ul li .pic{
	float: left;
	width: 124px;
	height: 70px;
	overflow: hidden;
}
#part2 .sypt .sypt_bd ul li .pic img{
	display: block;
	width: 124px;
	height: 70px;
	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 .sypt .sypt_bd ul li:hover .pic img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
#part2 .sypt .sypt_bd ul li .title{
	padding-left: 138px;
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #323232;
}
#part2 .sypt .sypt_bd ul li:hover .title{
	color: #2358a5;
}
/*end part2*/

/*part3 start*/
#part3{
	height: 494px;
	background: url("../2020images/part3_bg.jpg") no-repeat top center;
}
#part3 .part3_con{
	padding-top: 48px;
}
#part3 .hd_title{
	background: url("../2020images/icon09.png") no-repeat left center;
	margin-bottom: 20px;
}
#part3 .szdw_hd{
	padding-left: 465px;
	height: 80px;
}
#part3 .szdw_hd ul li{
	position: relative;
	float: left;
	width: 130px;
	height: 44px;
	line-height: 44px;
	border-radius: 5px;
	background: #e9f1fd;
	margin-right: 10px;
	font-size: 20px;
	font-family: "Microsoft Yahei";
	color: #666;
	text-align: center;
	cursor: pointer;
}
#part3 .szdw_hd ul li:hover,#part3 .szdw_hd ul li.on{
	background: #2358a5;
	color: #fff;
}
#part3 .szdw_hd ul li:hover .down_arrow,#part3 .szdw_hd ul li.on .down_arrow{
	position: absolute;
	left: 58px;
	top: 44px;
	width: 16px;
	height: 8px;
	background: url("../2020images/icon10.png") no-repeat;
}
#part3 .szdw_con{
	position: relative;
	height: 280px;
}
#part3 .szdw_con .szdw_pic ul li{
	float: left;
	width: 200px;
	margin: 0 20px;
}
#part3 .szdw_con .szdw_pic ul li .pic{
	width: 130px;
	height: 130px;
	border-radius: 50%;
	border: 2px solid #2358a6;
	overflow: hidden;
	margin: 0 auto 6px;
}
#part3 .szdw_con .szdw_pic ul li .pic img{
	display: block;
	width: 130px;
	height: 130px;
	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 .szdw_con .szdw_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);
}
#part3 .szdw_con .szdw_pic ul li .name{
	text-align: center;
	font-size: 18px;
	font-family: "Microsoft Yahei";
	font-weight: bold;
	color: #323232;
}
#part3 .szdw_con .szdw_pic ul li .jszc{
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #2358a5;
	text-align: center;
}
#part3 .szdw_con .szdw_pic ul li .des{
	padding-top: 8px;
	font-size: 12px;
	font-family: "Microsoft Yahei";
	color: #999;
	text-align: center;
}
.szdw span.sPrev,.szdw span.sNext{
	position:absolute; 
	top:56px;
	width:20px; 
	height:36px; 
	display:block; 
	cursor: pointer;
    z-index: 99;
}
.szdw span.sPrev{ 
	left:0px; 
	background:url("../2020images/szdw_l.png")  no-repeat;  
}
.szdw span.sNext{ 
	right:0px; 
	background:url("../2020images/szdw_r.png") no-repeat;  
}
/*end part3*/

/*footer start*/
#footer{
	height: auto;
	background: #2358a5;
	overflow: hidden;
}
#footer .copyright{
	width: 790px;
}
#footer .copyright p{
	height: 32px;
	line-height: 45px;
	font-family: "Microsoft Yahei";
	color: #fff;
	font-size: 14px;
        margin-top:22px;
}
#footer .ft_logo{
	width: 264px;
	padding-top: 30px;
}
/*end footer*/

/*back start*/
#back{
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 44px;
	height: 54px;
	z-index: 99;
	cursor: pointer;
	background: url("../2020images/back.png") no-repeat;
	margin-top: 20px;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}
/*end back*/


/*******修改********/

#nav .nav_menu {
    height: 50px;
    width: 100%;
}
#nav .nav_menu ul{
    width: 80%;
    margin: 0 auto;}

.daohang01{width:100%}