@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	margin: 0 auto;
font-family: Arial;
font-weight: normal;
	font-size: 14px;
	background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
span {
	margin: 0;
}

ul,ol {
	margin: 0;
	padding: 0;
}

li,p,span,td{
	list-style-type: none;
	font-size: 16px;
	margin: 0;
}

img,input,a,
a:focus,
a:hover {
	border: none;
	outline: none;
	height: auto;
	text-decoration: none !important;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.w100 {
	/* position: relative; */
	float: left;
	z-index: 9;
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color:#FFFFFF;
}

.clear {
	clear: both;
}
.header{float:left;z-index: 99; width:100%; height:auto; padding:0px 0; background-color:#00204c;}

.head{width:100%; max-width:1400px; margin:0 auto;}
.logo{float:left; padding:30px 0; width:540px;}
.logor{float:right;padding: 50px 0;width:calc(100% - 600px);}
.logor .top_link{float:right;line-height: 40px;margin-right: 20px;}
.logor .top_link a{color:#fff;font-size: 16px;padding:0 20px;border-right: 1px solid #fff;border-left: 1px solid #fff;}
.search{float:right;margin-top: 0px;padding:0 20px 0 45px;width: 220px;height: 40px;line-height: 40px;background: url(../img/search.png) no-repeat left 20px center;border-radius:18px;border:1px solid #fff;}
.search .ssk{float:left;width:100%;line-height: 40px;background-color:transparent;padding: 0 0px;font-size: 14px;color:#fff;}
.search .ss{display:none; float:left;width:40px; height:36px;}


.dh{float: left;position: relative;z-index:11; width:100%; height:auto;margin: 0 auto; background-color:#e8ecf5;}
	
#menu {
	position: relative;
	z-index: 9;
	zoom: 1;
	width:100%;
	text-align: center;
	max-width: 1400px;
	height:50px;
	
	margin: 0 auto;
	list-style: none;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu span{float:left;padding:10px 0;
	text-align: center;
	line-height:30px; width:1px; color:#c7cdda;}
#menu li {
	padding:10px 0;
	text-align: center;
	line-height:30px;
	height: auto;
	/* padding: 0 10px; */
	width:calc(10.5% - 2px);
	display: inline-block;
	 float: left; 
	position: relative;
}

#menu li a {
	white-space: normal;
	color: #333;
	padding: 0 2px;
	text-transform: uppercase;
	font-size:15px;
	font-weight: bold;
	text-align: center;
	/* text-decoration: none;-webkit-transition: all .5s ease-in-out; 
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
   transform:scale(1);transition: all 0.8s ease-in-out; */
	/*text-shadow: 0 1px 0 #000;*/
}

#menu li:hover {
	/*background-color: #0088d1;*/
}
#menu li:hover a{color: #00204c;}
#menu li a:hover {
	
}

#menu li ul {
	margin: 0;
	padding: 0;
	width: 100%;
	_margin: 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top:50px;
	left: 0;
	z-index: 1;
	background:none;
	filter: alpha(opacity=100);
	/*transition: all .2s ease-in-out;*/
}
#menu li ul li{margin-left: 0;background-color: #012e72;}

#menu li:hover>ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
	z-index: 1;
}

#menu ul ul {
	top: 0;
	z-index: 1;
	left: 200px;
	margin: 0 auto;
	_margin: 0;
}

#menu li ul li,#menu li:hover ul li a {
	padding: 0px;
	white-space: normal;
	float: none;
	width: 100%;
	z-index: 1;
	height: 35px;
	line-height: 35px;
	display: block;
	border: 0;color: #fff;
	_line-height: 0;
	background-color: #03265e;
}

#menu li ul li a {
	white-space: normal;
	padding: 0px 10px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
	
	font-weight: none;
	display: block;
	white-space: nowrap;
	color: #fff;
	float: none;
	background-color: #03265e;
	/* text-transform: none;-webkit-transition: all .5s ease-in-out; 
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
   transform:scale(1);transition: all 0.8s ease-in-out; */
}

#menu li ul li:hover ,#menu li ul li:hover  a{
	background-color: #0088d1;
	color:  #fff;
}

.phone_dh {
	display: none;
	position: absolute;
	top: 100px;
	right:0;
	width: 100%;
	z-index: 15;
}

.phone_dh .dl-menuwrapper {
	max-width: 250px;
	padding-top: 35px;
}

.phone_dh .dl-menuwrapper button {
	right: 5px;
	width:40px;
}

.phone_dh .dl-menuwrapper:first-child {
	margin-right: 0;
}

.phone_dh .dl-menuwrapper button {
	background-color: transparent;
	height: 35px;
	padding: 0 5px;
	margin: 0px 5px;
}

.phone_dh .dl-menuwrapper button span {
	float: left;
	display: block;
	width: 30px;
	height: 4px;
	margin-bottom: 5px;
	background-color: #fff;
}

.phone_dh .dl-menuwrapper .dl-menu {
	margin: 0;
}

.phone_dh .dl-menuwrapper ul {
	background-color: #0d467b;
}
.phone_dh .dl-menuwrapper li.cur{background-color:#fff;}
.phone_dh .dl-menuwrapper li.cur a{color:#0d467b;}
.phone_dh .dl-menuwrapper li a {
	border: 0;
}
.phone_dh .dl-menuwrapper li a:after,.phone_dh .dl-menuwrapper li .dl-submenu li.cur_nav a:after,.phone_dh .dl-menuwrapper li .dl-submenu li a:after {position: absolute;
	top: 0;
	line-height: 50px;
	font-family: 'icomoon';
	speak: none;
	-webkit-font-smoothing: antialiased;
	content:"\e080";
}
.phone_dh .dl-menuwrapper li.sy a:after,.phone_dh .dl-menuwrapper li.dl-back:after,.phone_dh .dl-menuwrapper li.dl-back a:after {
	content:" " !important;
}


.phone_dh .dl-menuwrapper li .dl-submenu{padding-bottom:20px;}
.phone_dh .dl-menuwrapper li .dl-submenu li{padding-left:0px;}

.banner {
	width: 100%;
	padding: 0;
	position: relative;
	z-index: 9;
	height: auto;
	
	margin:0 auto;
	overflow: hidden;
}

.banner .hd {
	width: 100%;
	height:12px;
	position: absolute;
	left: 0px;
	right: 0;
	bottom: 25px;
	z-index:9999;
}

.banner .hd ul {
	float: left;
	text-align: center;
	height:12px;
	margin: 0px 0;
	width: 100%;
}

.banner .hd ul li {
	position: relative;
	width:12px;
	display: inline-block;
	height:12px;
	text-align: center;
	cursor: pointer;
	margin: 0 3px;
	background-color:#fff;
	border-radius: 100%;
}

.banner .hd ul li.on {
background-color:#00204c;
}
.banner .bd{float: left; width: 100% !important;}
.banner .bd ul{float: left; width: 100% !important;}
.banner .bd ul li {
	width: 100% !important;
	height:auto;
	overflow: hidden;
	/*-webkit-animation: scaleDraw 2s ease-in-out infinite;*/
}

.banner .bd ul li img {
	width: 100%;
	height: auto;
}
.banner .bd ul li p{ color:#fff; text-shadow:1px 1px 1px #fff; line-height: 40px; font-weight: bold; font-size: 36px;}

.banner a.prev{position: absolute; color:#fff;
	width: 30px;line-height:60px;
	height:60px; text-align: center;
	background-image:url(../img/ban_l.png);
	background-position: center;
	background-repeat:no-repeat;
	background-color: rgba(0,32,76,0.7);
	left: 260px;
	top:calc(50% - 30px);
z-index: 9;
}

.banner a.next {position: absolute; color:#fff;
	width: 30px;line-height: 60px;
	height:60px; text-align: center;
	background-image:url(../img/ban_r.png);
	background-position: center;
	background-repeat:no-repeat;
	background-color: rgba(0,32,76,0.7);color:#fff;
	position: absolute;
	right: 260px;z-index: 9;
	top:calc(50% - 30px);
	
}

.main{width:100%; max-width:1400px; margin:0 auto;}
.lm{float:left; width:100%;  height:40px; border-bottom:1px solid #a4b4cf;}
.lm h6{float:left;background:url(../img/bg_lm.png) no-repeat center bottom; padding-bottom:16px; font-size:22px; font-weight: bold; color:#00204c;}
.lm a.more{float:right; color:#666; font-size:16px;}

.xtdh{float:left; width:360px; margin-top:40px;}
.xtdh ul{float:left; text-align: center; width:100%; margin-top:5px;}
.xtdh ul li{width:49%; max-width:170px; height:195px; margin-top:15px; background-color:#e8ecf5;}
.xtdh ul li .pic{width:80px; height:80px; margin:30px auto 10px auto; border-radius:100%;}
.xtdh ul li .pic img{margin:0 auto; display: block;}
.xtdh ul li a p{float:left; width:100%; text-align: center; padding:0 20px; font-size: 16px; color:#333;}
.xtdh ul li.xtdh01 .pic,.xtdh ul li.xtdh01:hover{background-color:#0073d4;}
.xtdh ul li.xtdh01 .pic img{float:left; margin:24px 17px;}
.xtdh ul li.xtdh02 .pic,.xtdh ul li.xtdh02:hover{background-color:#03c6e3;}
.xtdh ul li.xtdh02 .pic img{float:left; margin:17px;}
.xtdh ul li.xtdh03 .pic,.xtdh ul li.xtdh03:hover{background-color:#e08400;}
.xtdh ul li.xtdh03 .pic img{float:left; margin:17px;}
.xtdh ul li.xtdh04 .pic,.xtdh ul li.xtdh04:hover{background-color:#3b48e9;}
.xtdh ul li.xtdh04 .pic img{float:left; margin:21.5px;}
.xtdh ul li:hover a p{color:#fff;}

.notice{float:left; width:600px; margin:40px 40px 0 40px;}
.notice .hd{position:relative; float:left; margin:20px auto 10px auto; width:100%;}
.notice .hd ul{float:left; width:100%;}
.notice .hd ul li{float:left; margin-right:20px;margin-bottom: 10px;  padding:0 10px; color:#666; font-size:14px; line-height:30px; text-align: center; border-radius:15px; border:1px solid #c2c2c2;}
.notice .hd ul li:hover,.notice .hd ul li.on{background-color:#0064d4; color:#fff;}
.notice .bd{position:relative; overflow: hidden; float:left; width:100%; height:350px; margin-top:10px;}
.tzgg{float:left; width:100%;}
.tzgg .first{float:left; width:100%; border-bottom:1px dashed #b0b6c8;}
.tzgg .first .date{float:left; width:60px; height:55px; padding:2px;background-color:#114298;}
.tzgg .first .date b{float:left; width:100%;background-color:#fff; color:#114298; font-size: 22px; line-height:26px; text-align: center;}
.tzgg .first .date span{float:left; width:100%; color:#fff;font-size:14px;line-height:26px; text-align: center;}
.tzgg .first .bt{float:right; width:calc(100% - 80px);}
.tzgg .first .bt a h6{float:left; font-size: 18px; color:#333; font-weight: bold; width:100%; line-height:20px; height:30px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.tzgg .first .bt a p{float:left; width:100%; font-size: 16px; color:#666; line-height:25px; height:55px; overflow: hidden; padding-bottom:5px;}
.tzgg ul{float:left; width:100%;}
.tzgg ul li{float:left; width:100%; line-height:50px; background:url(../img/bg_listd.png) no-repeat left center; padding-left:10px;}
.tzgg ul li a{float:left; width:calc(100% - 140px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 16px; color:#333;}
.tzgg ul li span.time{float:right;width:120px;text-align: right; font-size: 14px; color:#666;}
.tzgg .first:hover .bt a h6,.tzgg .first:hover .bt a p,.tzgg ul li:hover a{color:#114298;}

.xwdt{float:right; width:360px;margin-top: 40px;}
.xwdt ul{float:left; width:100%;}
.xwdt ul li{float:left;width:100%;margin-bottom:0px;padding: 15px 0;border-bottom:1px dashed #b0b6c8;}
.xwdt ul li .date{float:left;width:70px;height: 60px;padding-right:15px;border-right:1px solid #c9cfda;}
.xwdt ul li .date b{float:left;font-weight: normal;width:100%;text-align: center;font-size: 22px;height: 30px;color:#114298;padding-bottom: 8px;}
.xwdt ul li .date span{float:left;width:100%;text-align: center;font-size:14px;color:#114298;line-height: 25px;}
.xwdt ul li a{float:right;width:calc(100% - 90px);font-size: 16px;overflow:hidden; height:60px; color:#333;line-height: 30px;}
.xwdt ul li:hover a{color:#114298;} 

.bg_eff1f5{background-color:#eff1f5; padding:40px 0; margin-top:30px;}
.fwzq{float:left; width:100%; overflow: hidden;}
.fwzq ul{float:left; margin-top:5px; margin-bottom:10px; text-align: center; width:100%;}
.fwzq ul li{float:left; width:330px; height:120px; border:1px solid #aebdd1;  padding:15px 20px; margin-right:26px; margin-top:30px;}
.fwzq ul li.fwzq4,.fwzq ul li.fwzq8{margin-right:0;}
.fwzq ul li .pic{float:left; width:90px; height:90px; border-radius:100%; background-color:#3a71bc;}
.fwzq ul li .pic div{background-position:center; background-repeat: no-repeat;}
.fwzq ul li .pic .pic1{float:left; width:100%; height:100%;}
.fwzq ul li .pic .pic2{float:left;display:none; width:100%; height:100%;}
.fwzq ul li:hover{background-color:#1351a4;}
.fwzq ul li:hover .pic{background-color:#ffffff;}
.fwzq ul li:hover .pic .pic1{display:none;}
.fwzq ul li:hover .pic .pic2{display:block;}

.fwzq ul li a p{float:left; width: calc(100% - 90px); text-align: left; margin:15px 0; padding:0 20px; line-height:30px; height:60px; color:#333; font-size: 18px;}
.fwzq ul li:hover a p{color:#fff;}
.fwzq ul li.fwzq2 a p{padding-right:10px;}
.fwzq ul li.fwzq7 a p{padding: 0 0 0 15px;}
.fwzq ul li.fwzq8 a p{line-height:60px;}

.footer{float:left; width:100%; padding:20px 0; background:url(../img/bg_footer.png) no-repeat center center #00204c;}
.foot{width:100%; max-width:1400px; margin:0 auto;}
.links{float:left;width:800px;}
.links h6,.copy h6{float:left; width:100%; font-size: 16px; line-height:40px; color:#fff;}
.links ul{float:left; width:100%;}
.links ul li{float:left; width:25%; line-height:35px;}
.links ul li a{color:#fff; font-size: 14px;}

.copy{float:right;width:400px;}
.copy p{float:left; width:100%; line-height:35px; color:#fff; font-size: 14px;}
.dqlm{position: relative;float:left;width:100%;border-bottom:1px solid #a4b4cf;}
.dqlm h6{float:left; line-height:50px; font-size: 24px; color:#00204c; background:url(../img/bg_lm.png) no-repeat bottom center; }
.dqwz{float:right;font-size:14px;  color:#666; background:url(../img/bg_dqwz.png) no-repeat left center; line-height:30px; padding:10px 0;padding-left:20px;}
.dqwz a{font-size:14px; color:#666;}

.m_left{float:left;width:240px;margin-top:40px;max-width:240px;background-color:#fff;border-bottom:10px solid #00204c;}
.yjlm{width:100%;background-color:#00204c;}
.yjlm h6{line-height:40px; padding:20px 0; color:#fff; text-align: center; font-size:30px; font-weight: bold;}
.sunav{float:left; width:100%; padding:0; border-left:10px solid #00204c;}
.sunav ul{float:left; width:100%;}
.sunav ul li{position:relative; float:left;text-indent:55px; width:100%; line-height:35px;   background: url(../img/bg_ejdh.png) no-repeat left center; padding:15px 0;border-bottom:1px solid #dfe2e9;}
.sunav ul li a{float: left;
    width: 100%; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; color:#333; font-size: 18px; }
.sunav ul li.on,.sunav ul li:hover{background:url(../img/bg_sunav.png) #eff1f5 no-repeat left center;}
.sunav ul li.on a,.sunav ul li:hover a{color:#00204c;font-weight: bold;}
.sunav ul li span{position:absolute;top:0; right:20px; width:18px; height:65px; background:url(../img/dl_open.png) no-repeat center center;}
.sunav ul li.on span{background-image: url(../img/dl_close.png);}
.sunav dl{float: left; margin:0; display: none; width:100%; padding:0px 0px;}
.sunav dl dd{float:left; margin-bottom: 0px;
    width: 100%; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; line-height:30px; padding:5px 0px; text-indent:55px; background-color:#dbdce0;}
.sunav dl dd a{ color:#666; font-size:15px;}
.sunav dl dd:hover,.sunav dl dd.cur{}
.sunav dl dd:hover a,.sunav dl dd.cur a{color:#333;}
.m_right{position:relative;margin-top: 40px;margin-bottom:40px;float:right;width:calc(100% - 300px);max-width: 1100px;background-color: #fff;}

.ejdh {
    position: absolute;
    right: 0;
    top: 0;
    /* float: left; */
    display: none;
    width: 250px;
}
.ejdh .dl-menuwrapper button:hover,.ejdh .dl-menuwrapper button.dl-active{background-color:#fff;}

.ejdh .dl-menuwrapper button{height: 40px;}
.ejdh .dl-menuwrapper,.ejdh .dl-menuwrapper button{float:left;right: 0;left: auto;}
.ejdh .dl-menuwrapper .dl-menu{margin-top:0;}
.ejdh .dl-menuwrapper li {
	padding: 0 10px;
}

.ejdh .dl-menuwrapper button{}
.ejdh .dl-menuwrapper li a {
	border: 0;
	color: #fff;
	padding: 5px 0;
	text-decoration: none !important;
}

.ejdh .dl-menuwrapper li:hover {
	background-color: #fff;
}

.ejdh .dl-menuwrapper li:hover a {
	border: 0;
}

.ejdh .dl-menuwrapper button span {
	width: 80%;
	height: 3px;
	background-color:#00204c;
	margin: 0px auto 5px auto;
	display: block;
}

.ejdh .dl-menuwrapper:first-child {
	margin-right: 0;
}
.ejdh .dl-menuwrapper ul{background-color:#00204c;}

.btlist{float:left;width:100%; height:auto; margin:20px auto;}
.btlist ul{float:left; width:100%; }
.btlist ul li{float:left;width:100%;background:url(../img/bg_listd.png) no-repeat left  center;line-height:30px;padding: 10px 0 10px 15px; border-bottom:1px dashed #b0b6c8;}
.btlist ul li a{float:left; width:calc(100% - 120px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 16px; color:#333;}
.btlist ul li span.time{float:right; width:120px; text-align: right; font-size:16px; color:#666;}
.btlist ul li:hover a,.btlist ul li:hover span.time{color:#00204c;}

.imglist{float:left;width:100%; height:auto; overflow: hidden; margin:0px auto;}
.imglist ul{float:left; width:calc(100% + 40px); margin:20px -20px;}
.imglist ul li{float:left; width:340px; margin:20px;}
.imglist ul li .pic{float:left;width:100%; height:200px; overflow: hidden;}
.imglist ul li .pic img{width:100%;-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all .5s ease-out;
	transform: scale(1);
	transition: all .5s ease-out;}
.imglist ul li:hover .pic img{transform: scale(1.2);}
.imglist ul li a .bt{float:left; width:100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: center;line-height:24px; padding:13px 5px; background-color:#00204c; color:#fff; font-size:18px; font-weight: bold;}

.fy{float:left; width:100%; text-align: center; margin:20px auto;}


.article{float: left; width:100%; margin: 0; padding: 0;}
.article_title{float: left; text-align: center; width:100%; margin-top: 20px;}
.article_title h1{font-size: 22px; color: #333; font-weight: bold; line-height: 30px;}
.article_title h1.bt{font-size:20px; color:#00204c; line-height:40px;}
.article_title h2{font-size: 20px; color: #333; line-height: 30px;}
.article_data{float: left; width:100%;  text-align: center; padding:20px 20px;margin:0px auto; border-bottom: 1px dashed #333; height:auto; line-height: 18px; font-size: 16px; color: #666;}
.article_data img{margin-right:5px;}
.article_data b{margin:0 10px;}
.wznr{float:left; width:100%; margin-top:10px;}
.wznr p,.wznr p span{font-family: "microsoft yahei" !important;font-size:16px !important;}
.wznr p{line-height:200% !important; /*text-indent: 2em;*/ height: auto; overflow: hidden; font-size: 16px; color: #333 !important;}
.wznr p img,.wznr img,.wznr p video,.wznr video{margin:0px auto; width:auto; max-width:1100px; display: block;}
.wznr p table,.wznr table{width:auto; max-width: 100%; height: auto; margin: 0 auto;display: table;}
.wznr p table td p,.wznr table td p{line-height:1.5 !important;}

.page{display:none; float:left; width:100%; padding:10px 0; border-top:1px dashed #888; margin: 20px 0;}
.page div{float:left; width: 100%; line-height:40px; font-size: 16px; color:#00204c;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.page div  a{color:#00204c; font-size: 16px;}