.header .top {
	color: #333333;
	font-size: 12px;
	height: 40px;
	line-height: 40px;
}

.header .top a {
	color: #004ea1;
	font-size: 14px;
}

.header .top .fr a:first-child {
	border-right: 1px solid #004ea1;
	margin-right: 7px;
	padding-right: 5px;
}

.header .top a:hover {
	text-decoration: underline;
}

.header .top .fl span {
	display: inline-block;
	margin-right: 5px;
}

.header .top .fl #demo {
	margin-right: 5px;
}

.header .top span {
	color: #004ea1;
	font-size: 14px;
}

.header_bg {
	height: 160px;
	background-size: cover !important;
}

.header_bg .logo {
	display: table;
	height: 160px;
}

.header_bg .logo .cle {
	display: table-cell;
	vertical-align: middle;
}

.header_bg .logo .cle .fr {
	margin-top: 15px;
}

.header .nav {
	height: 50px;
	background-color: #004ea1;
}

.header .nav ul li {
	position: relative;
	line-height: 50px;
}

.header .nav ul li a.a1 {
	display: block;
	color: #FFFFFF;
	font-size: 16px;
	font-weight:bold;
	width: 140px;
	position: relative;
	text-align: center;
}

.header .nav ul li.on a.a1 {
	background-color: #0173bc;
}

.header .nav ul li.on a.a1 i {
	display: none;
}

.header .nav ul li a.a1 span {
	position: relative;
	z-index: 99;
	font-family: '微软雅黑';font-size: 16px;font-weight: bold;
}

.header .nav ul li::after {
	content: "";
	position: absolute;
	width: 0%;
	left: 50%;
	top: 0;
	height: 100%;
	background-color: #0173bc;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.header .nav ul li::before {
	content: "";
	position: absolute;
	width: 0%;
	right: 50%;
	top: 0;
	height: 100%;
	background-color: #0173bc;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.header .nav ul li:hover:before {
	width: 50%;
}

.header .nav ul li:hover::after {
	width: 50%;
}

.header .nav ul li dl {
	position: absolute;
	display: none;
	z-index: 10;
	background-color: rgba(1, 115, 188, .7);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	width: 100%;
	text-align: center;
}

.header .nav ul li dl dd a {
	display: block;
	/* padding: 8px 10px; */
	border-bottom: 1px solid rgba(255, 255, 255, .5);
	box-sizing: border-box;
	color: #FFFFFF;
	font-size: 14px;
	line-height: normal;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	height: 42px;
	line-height: 40px;
}

.header .nav ul li dl dd:last-child a {
	border-bottom: none;
}

.header .nav ul li dl dd a:hover {
	background-color: rgba(1, 115, 188, .8);
	color: #FFFFFF;
}

.header .nav ul li:hover dl {
	display: block;
}

.header .nav .search {
	margin-top: 10px;
	position: relative;
	height: 30px;
}

.header .nav .search .text {
	width: 220px;
	height: 30px;
	background-color: #FFFFFF;
	box-sizing: border-box;
	padding: 0 30px 0 20px;
	font-size: 12px;
	color: #666666;
	border-radius: 2px;
	border-radius: 30px;
}

.header .nav .search .btn {
	width: 16px;
	height: 16px;
	position: absolute;
	right: 10px;
	cursor: pointer;
	top: 50%;
	transform: translateY(-50%);
}

.index_box {
	margin-top: 30px;
}

.index_box .left {
	width: 600px;
	height: 400px;
}

.index_box .left .swiper-slide {
	width: 600px;
	height: 400px;
	position: relative;
}

.index_box .left .swiper-slide img {
	width: 100%;
	height: 100%;
}

.index_box .left .swiper-slide .text {
	position: absolute;
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	background-color: rgba(46, 80, 178, .5);
	left: 0;
	bottom: 0;
	box-sizing: border-box;
	padding-left: 20px;
}

.index_box .left .swiper-pagination {
	text-align: right;
	bottom: 17px;
	box-sizing: border-box;
	padding-right: 20px;
}

.index_box .left .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #FFFFFF;
	opacity: .5;
}

.index_box .left .swiper-pagination-bullet-active {
	background-color: #FFFFFF;
	opacity: 1;
}

.index_box .right {
	width: 600px;
	height: 400px;
	background-color: #004ea1;
	box-sizing: border-box;
	padding: 20px 30px;
}

.index_box .right .hot .t {
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
}

.index_box .right .hot:hover .t {
	text-decoration: underline;
}

.index_box .right .hot .text {
	color: #ffffff;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 15px;
	line-height: 30px;
	height:68px;
	border-bottom: 1px solid #4d83bd;
	margin-bottom: 15px;
}

.index_box .right ul li {
	margin-bottom: 13px;
}

.index_box .right ul li .text {
	color: #ffffff;
	font-size: 14px;
	width: 430px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.index_box .right ul li .text:hover {
	transform: translateX(5px);
	text-decoration: underline;
}

.index_box .right ul li .time {
	color: #7fa6d1;
	font-size: 14px;
}

.index_box .right .more {
	text-align: right;
	margin-top: 10px;
}

.index_box .right .more a {
	color: #ffffff;
	font-size: 14px;
}

.index_box .right .more a:hover {
	text-decoration: underline;
}

.index_title {
	border-top: 2px solid #0173bc;
	border-bottom: 1px solid #b2d5eb;
	margin-bottom: 20px;
	height:40px;
	line-height:40px;
}

.index_title .name {
	color: #004ea1;
	font-size: 18px;
	font-weight: bold;
}

.index_title .more {
	margin-top: 3px;
}
.index_title2 .name {
	color: #004ea1;
	font-size: 18px;
	font-weight: bold;
}

.index_title2 .more {
	margin-top: 3px;
}

.index_title .more a {
	color: #004ea1;
	font-size: 14px;
}

.index_title .more a:hover {
	text-decoration: underline;
}

.index_box2 {
	margin-top: 30px;
}

.index_box2 .left {
	width: 380px;
	min-height: 295px;
}
.index_title2 .more a {
	color: #004ea1;
	font-size: 14px;
}

.index_title2 .more a:hover {
	text-decoration: underline;
}

.list li {
	margin-bottom: 13px;
}

.list li:last-child {
	margin-bottom: 0;
}

.list li .text {
	color: #333333;
	font-size: 14px;
	width: 270px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.list li .text:hover {
	transform: translateX(5px);
	color: #004ea1;
}

.list li .text img {
	vertical-align: 2px;
	margin-right: 5px;
}

.list li .time {
	color: #999999;
	font-size: 14px;
}
.list li .text img{margin-right: 10px;}
.index_box2 .center {
	width: 380px;
	margin-left: 30px;
	min-height: 295px;
}

.index_box2 .right {
	width: 380px;
	min-height: 295px;
}

.index_box2 .right ul li:last-child {
	margin-bottom: 0;
}

.index_box3 {
	margin-top: 30px;
}

.index_box3 .t {
	color: #004ea1;
	font-size: 20px;
	font-weight: bold;
}

.index_box3 .left {
	background-color: #e4f1f9;
	border-top: 2px solid #0173bc;
	width: 685px;
	box-sizing: border-box;
	padding: 10px 20px 10px 20px;
	min-height: 212px;
}

.index_box3 .right ul {
	margin-top: 10px;
}

.index_box3 .right ul li {
	width: 214px;
	height: 65px;
	line-height: 65px;
	background-color: #FFFFFF;
	text-align: center;
	margin-right: 17px;
	margin-bottom: 10px;
}

.index_box3 .right ul li:nth-child(2n) {
	margin-right: 0;
}

.index_box3 .right ul li img {
	margin-right: 20px;
}

.index_box3 .right ul li a {
	color: #333333;
	font-size: 16px;
	display: block;
}

.index_box3 .right {
	background-color: #e4f1f9;
	border-top: 2px solid #0173bc;
	width: 485px;
	box-sizing: border-box;
	padding: 10px 20px 10px 20px;
	min-height: 212px;
}

.index_box3 .left .swiper-slide {
	position: relative;
}

.index_box3 .left .swiper-slide .img {
	width: 190px;
	height: 140px;
}

.index_box3 .left .swiper-slide .img img {
	width: 100%;
	height: 100%;
}

.index_box3 .left .swiper-slide .text {
	width: 455px;
	height: 140px;
	box-sizing: border-box;
	background-color: #cce3f1;
	padding: 20px 30px 20px 10px;
}

.index_box3 .left .swiper-slide .text .t2 {
	color: #004ea1;
	font-size: 18px;
}

.index_box3 .left .swiper-slide .text .t3 {
	color: #333333;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	line-height: 23px;
	margin-top: 5px;
}

.index_box3 .left .swiper-button-white {
	background-color: rgba(0, 0, 0, 0.5);
	background-size: 10px;
	width: 30px;
	height: 30px;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 0;
}

.index_box3 .left .swiper-button-prev {
	left: 0;
}

.index_box3 .left .swiper-button-next {
	right: 0px;
}

.index_box3 .left .swiper-container {
	margin-top: 10px;
}

.index_link {
	margin-top: 30px;
	background-color: #e4f1f9;
	text-align: center;
	height: 80px;
	margin-bottom: 30px;
}

.index_link ul {
	display: flex;
}

.index_link ul li {
	flex: 1;
	box-sizing: border-box;
	padding-top: 15px;
	height: 80px;
	position: relative;
}

.index_link ul li i {
	position: absolute;
	width: 1px;
	height: 50px;
	background-color: #b2d5eb;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.index_link ul li .t {
	color: #004ea1;
	font-size: 16px;
	margin-top: 5px;
}

.index_link ul li a {
	display: block;
}

.index_link ul li:hover {
	background-color: #b2d5eb;
}

.index_link ul li:last-child i {
	display: none;
}

.footer {
	background-color: #004ea1;
	padding:10px 0 25px;
}
.footer .dlogo {
	padding-top:10px;
}
.footer .text {
	width: 595px;
	margin-left:0;
	color: #ffffff;
	font-size: 14px;
}
.footer .text2 {
	width:355px;
	height:110px;
	padding:10px 0 20px 20px;
	margin-left:25px;
	margin-top:20px;
	line-height:285%;
	text-align:left;
	color: #ffffff;
	font-size: 14px;
	border-left:1px solid #3371B4;
}
.footer .text2 img{
	padding-right:5px;
}
.footer .text a{
	color: #ffffff;
	font-size: 14px;
}
.footer .text a:hover{
	color: #ffffff;
	font-size: 14px;
	text-decoration:underline
}
.dlink {
    color: #fff;
    line-height: 1em;
	height:58px;
	line-height:58px;
    font-size: 14px;
    border-bottom:1px solid #3371B4;
    margin-bottom: 10px;
}
.dlink a {
    font-size: 14px;
    position: relative;
    padding-right: 15px;
    margin-right: 15px;
}
.dlink a::before {
    content: "";
    display: inline-block;
    position: absolute;
    right:0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #fff;
}
.dlink a:last-child {
    margin-right: 0;
    padding-right: 0;
}
.dlink a:last-child::before {
    display: none;
}
.footer .text .dtext {
	line-height: 220%;
}

.footer .dt {
	width: 200px;
	padding-top:35px;
}
.footer .dt ul{
	list-style:none
}
.footer .dt ul li{
	float:left;
	width:100px;
	height:100px;
	text-align:right
}
.footer .dt ul li:first-child{
	text-align:center;
	height:78px;
	padding-top:22px;
}
.wrap_n {
	min-height: 600px;
	margin-top: 30px;
	margin-bottom: 40px;
}

.wrap_n .w {
	position: relative;
	min-height: 600px;
}

.indexn_link {
	position: absolute;
	height: 100%;
	width: 230px;
	background-color: #e4f1f9;
}

.indexn_link span {
	display: block;
	color: #004ea1;
	font-size: 24px;
	font-weight: bold;
	border-top: 2px solid #0173bc;
	height: 60px;
	line-height: 58px;
	box-sizing: border-box;
	padding-left: 30px;
}


.w_940 {
	width: 940px;
	padding-bottom: 60px;
}

.index_position {
	border-bottom: 2px solid #b2d5eb;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

.index_position .name {
	color: #333333;
	font-size: 24px;
	font-weight: bold;
}


.index_position .wz {
	color: #666666;
	font-size: 14px;
	margin-left: 5px;
	margin-top: 10px;
}

.index_position .wz a {
	color: #666666;
	font-size: 14px;
}
.index_position .wz a:hover {
	color: #004ea1;
	font-size: 14px;
}
.index_position .wz span {
	color: #004ea1;
}

.index_position ul li:hover a {
	color: #004ea1;
}

.wrap_n .cont {
	color: #222222;
	font-size: 16px;
	line-height: 32px;
}
.wrap_n .cont a{
	color: #0173bc;
	text-decoration:underline
}
.wrap_n .cont a:hover{
	color: #004ea1;
	text-decoration:underline
}

.wrap_n .cont table{
	color: #222222;
	font-size: 12px;
	border-collapse:collapse;border:1px solid #ddd;
}
.wrap_n .cont td{
	border:1px solid #ddd;
}

.wrap_n .news_list .lb li {
    border-bottom: 1px dashed #CCCCCC;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.wrap_n .news_list .lb li .text {
	color: #333333;
	font-size: 16px;
	width: 760px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.wrap_n .news_list .lb li .text img {
	vertical-align: 2px;
	margin-right: 10px;
}

.wrap_n .news_list .lb li .text:hover {
	transform: translateX(5px);
	color: #004ea1;
}

.wrap_n .news_list .lb li .time {
	color: #999999;
	font-size: 16px;
}

.wrap_n .news_list .lb li:nth-child(5n) {
	margin-bottom: 50px;
}

.page {
	text-align: right;
	margin-top: 50px;
}

.page a {
	display: inline-block;
	background: #f2f2f2;
	color: #777777;
	font-size: 12px;
	padding: 5px 15px;
	border: 1px solid #dddddd;
}

.page .tx {
	width: 40px;
	border: 1px solid #dddddd;
}

.page img {
	vertical-align: 1px;
}

.page .i1 {
	margin-right: 10px;
}

.page .i3 {
	display: none;
}

.page a:hover .i1 {
	display: none;
}

.page a:hover .i3 {
	display: inline-block;
	margin-right: 10px;
}

.page .i2 {
	margin-left: 10px;
}

.page .i4 {
	margin-left: 10px;
	display: none;
}

.page a:hover .i2 {
	display: none;
}

.page a:hover .i4 {
	display: block;
	display: inline-block;
}

.page em {
	color: #777777;
	font-size: 14px;
	margin: 0 5px;
}

.page .on {
	background-color: #004ea1;
	color: #FFFFFF;
}

.page a:hover {
	background-color: #004ea1;
	color: #FFFFFF;
}

.page .but {
	padding: 0 5px;
	cursor: pointer;
}

.wrap_n .content .title {
	text-align: center;
}

.wrap_n .content .title span {
	display: block;
	color: #333333;
	font-weight: bold;
	font-size: 24px;
}

.wrap_n .content .title .time {
	border-top: 1px solid #dddddd;
	color: #666666;
	font-size: 14px;
	padding-top: 10px;
	margin-top: 20px;
}

.wrap_n .content .text {
	color: #222222;
	font-size: 16px;
	line-height: 32px;
	margin-top: 30px;
}
.wrap_n .content .text table{
	border-collapse: collapse;
    border: 1px solid #ddd;
}
.wrap_n .content .text td{
	border: 1px solid #ddd;
}

.wrap_n .content .text p{
	text-indent:2em
}
.wrap_n .content .text a{
	color: #0066cc;
	font-size: 16px;
	text-decoration:underline;
}
.wrap_n .content .text a:hover{
	color:#FF0000;
	font-size: 16px;
	text-decoration:underline;
}
.wrap_n .image_list ul li {
	margin-right: 20px;
	margin-bottom: 20px;
}

.wrap_n .image_list ul li:nth-child(3n) {
	margin-right: 0;
}

.wrap_n .image_list ul li .img {
	width: 300px;
	height: 225px;
}

.wrap_n .image_list ul li .img img {
	width: 100%;
	height: 100%;
}

.wrap_n .image_list ul li .t {
	font-size: 16px;
	text-align: center;
	padding: 10px 0;
	color: #333333;
	background-color: #eee;
	border: 1px solid #DDDDDD;
	border-top: none;
	box-sizing: border-box;
}

.wrap_n .image_list ul li:hover .t {
	color: #FFFFFF;
	background-color: #004ea1;
	border: 1px solid #004ea1;
	border-top: none;
}

.wrap_n .naver_list ul li {
	margin-bottom: 30px;
}

.wrap_n .naver_list ul li .title {
	border-bottom: 2px solid #004ea1;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.wrap_n .naver_list ul li .title a {
	font-size: 18px;
	color: #333333;
}

.wrap_n .naver_list ul li .title a:hover {
	color: #004ea1;
}

.wrap_n .naver_list ul li dl dd {
	margin-right: 20px;
	min-width: 130px;
	margin-bottom: 5px;
	box-sizing: border-box;
}

.wrap_n .naver_list ul li dl dd a {
	color: #333333;
	font-size: 14px;
}

.wrap_n .naver_list ul li dl dd img {
	vertical-align: 2px;
	margin-right: 10px;
}

.wrap_n .naver_list ul li dl dd a:hover {
	color: #004ea1;
}

.wrap_n .team ul li {
	width: 211px;
	height: 480px;
	box-sizing: border-box;
	margin-right: 32px;
	margin-bottom: 30px;
}

.wrap_n .team ul li:nth-child(4n){
	margin-right: 0;
}

.wrap_n .team ul li .image img {
	width: 211px;
	height: 280px;
}

.wrap_n .team ul li .text {
	border: 1px solid #DDDDDD;
	box-sizing: border-box;
	padding: 5px 20px;
	height: 200px;
}

.wrap_n .team ul li .text .name {
	color: #0173bc;
	font-size: 20px;
	font-weight: bold;
}

.wrap_n .team ul li .text .t {
	font-size: 14px;
	color: #666666;
	margin-top: 5px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
}

.wrap_n .team ul li:hover{
	border-bottom: 5px solid #004ea1;
}

.banner2 {
    width: 100%;
    text-align: center;
}
#swiper3 .img-box-re{
    padding-bottom:0;
}
#swiper3  a{
    display: block;
}
.banner2 .swiper-slide {
    background: #E4F1F9;
}
.banner2 .navigation {
    width: 100%;
}
.banner2 .navigation>div {
    height: 40px;
    width: 40px;
    border-radius: 50%;
}
.banner2 .navigation>div i {
    width: 11px;
    height: 17px;
}
.banner2 .navigation>div:hover {
    background: #91BDEA;
}
.banner2 {
 
}

.banner2-title {
    margin: 20px 0;
    color: #333;
    padding: 0 20px;
	font-size:14px;
	overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
}
.banner2-more {
    display: inline-block;
    padding: 5px 15px;
    font-size: 14px;
    border: 1px solid #666;
    border-radius: 5px;
    color: #666;
    transition: all .3s;
    margin: 20px auto;
    margin-top: 0;
}
#swiper3  a:hover .banner2-more{
    background: #004ea1;
    color: #fff;
    border: 1px solid #102E98;
}
.zt{
    width:100%;
}
.zt ul{
	list-style:none
}
.zt ul li{
	width:275px;
	height:75px;
	padding:15px 30px 10px 0;
	float:left
}
.zt ul li:last-child{
	padding-right:0
}
.zt ul li img{
	width:275px;
	height:75px;
	border:#b2d5eb 1px solid;
}


.container{width:90%;margin:0 auto; display:block;}
.leftsidebar_box{ display:block; margin:15px auto; }
.leftsidebar_box dl{margin-bottom:15px; display:block;}
.line{height:2px;width:100%;background-image:url(images/line_bg.png);background-repeat:repeat-x;}
.leftsidebar_box dt{
    margin:5px 0;
    background-repeat:no-repeat;
    background-position:10px center;
    color:#333;
    font-size:16px;
	text-indent:2em;
    position:relative;
    line-height:40px;
    cursor:pointer;
    overflow:hidden;
    -moz-border-radius:5px;
    -webkit-border-radius: 5px;
    border-radius:5px;
	background:#B6D8ED;
	clear:both
    }
.leftsidebar_box dt:hover{
    color:#fff;
	background:#0173bc;
    }
.leftsidebar_box dt a{display:block; font-size:16px; color:#333; background:#B6D8ED;}
.leftsidebar_box dt a:hover{display:block; color:#FFF; background:#0173bc;}
.leftsidebar_box dd{ width:80%;overflow:hidden;line-height:35px;display:none;height:35px; margin:0 10%; text-indent:1em; border-bottom: 1px dashed #b2d5eb; float:left}
.leftsidebar_box dd a{color:#333; font-size:14px;}
.leftsidebar_box dd a:hover{color:#004ea1;}
.leftsidebar_box dt img{position:absolute;right:15px;top:17px;}
.leftsidebar_box .container-hov dt{overflow:hidden; color:#FFF; background:#0173bc; background:rgba(1, 115, 188, 1)!important;}
.leftsidebar_box .container-hov dt a{color:#FFF; background:#0173bc; background:rgba(1, 115, 188, 1)!important;}
.leftsidebar_box dt i{ display:inline-block; float:left; width:28px; height:30px; margin-top:6px; margin-bottom:6px; margin-right:8px;}
.leftsidebar_box dt .container-ico1{background:url(../images/news_li1.png) center center no-repeat; background-size:auto 30px;}
.leftsidebar_box dt .container-ico2{background:url(../images/news_li2.png) center center no-repeat; background-size:auto 30px;}
.leftsidebar_box dt .container-ico3{background:url(../images/news_li3.png) center center no-repeat; background-size:auto 30px;}
.leftsidebar_box dt .container-ico4{background:url(../images/news_li4.png) center center no-repeat; background-size:auto 30px;}
.leftsidebar_box dt .container-ico5{background:url(../images/news_li5.png) center center no-repeat; background-size:auto 30px;}

.leftsidebar_box .container-hov dd{display:block; }
.leftsidebar_box .container-dd a{color:#004ea1;}

.leftsidebar_box dl dd:last-child{margin-bottom:10px;} 

.qy{width:100%; height:auto; overflow:hidden; position:relative}
.qy ul{list-style:none}
.qy ul li{width:192px; height:142px; padding:21px; float:left}
.qy ul li img{border: 1px solid #CEE7F4;} 
.qy ul li img:hover{border: 1px solid #004ea1;} 
.cg{width:100%; height:auto; overflow:hidden; position:relative}
.cg ul{list-style:none}
.cg ul li{width:287px; height:225px; padding:10px 13px 0; font-size:14px; text-align:center; float:left}
.cg ul li img{border: 1px solid #CEE7F4; margin-bottom:10px; clear:both} 
.cg ul li a{ font-size:14px;}
.cg ul li img:hover{border: 1px solid #004ea1;} 
.cg2{width:100%; height:auto; overflow:hidden; position:relative}
.cg2 ul{list-style:none}
.cg2 ul li{width:267px; height:410px; padding:10px 22px 0; font-size:14px; text-align:center; float:left}
.cg2 ul li img{border: 1px solid #CEE7F4; margin-bottom:10px; clear:both} 
.cg2 ul li a{ font-size:14px;}
.cg2 ul li img:hover{border: 1px solid #004ea1;} 
.zt2{width:100%; height:auto; overflow:hidden; position:relative}
.zt2 ul{list-style:none}
.zt2 ul li{width:275px; height:75px; padding:20px 17px; float:left}
.zt2 ul li img{border: 1px solid #b2d5eb;} 

.cy{width:100%}
.xh{width:100%; height:auto; padding-bottom:25px; border-bottom: 1px dashed #b2d5eb; margin:0 auto 25px; overflow:hidden; position:relative}
.qyl{width:312px; height:202px; float:left}
.qyl img{width:310px; height:200px;}
.qyl a{width:310px; height:200px; border:#b2d5eb 1px solid; display:block}
.qyl a:hover{width:310px; height:200px; border:#004ea1 1px solid; display:block}
.qyr{width:590px; height:202px; float:right}
.qy1{width:590px; height:40px; text-align:left; line-height:40px; margin:0 auto; position:relative}
.qy1 a{font-size:18px; font-weight:bold; color:#333333}
.qy1 a:hover{font-size:18px; font-weight:bold; color:#004ea1}
.qy2{width:590px; height:30px; color:#555; text-align:left; line-height:30px; padding-bottom:5px; margin:0 auto; position:relative}
.qy2 a{font-size:14px; color:#555; text-decoration:underline}
.qy2 a:hover{font-size:14px; color:#004ea1;text-decoration:underline}
.qy3{width:590px; height:80px; color:#555; font-size:14px; text-align:left; line-height:25px; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; margin:0 auto; overflow:hidden; position:relative}
.qy33{width:590px; height:100px; color:#555; font-size:14px; text-align:left; line-height:25px; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:4; -webkit-box-orient:vertical; margin:0 auto 16px; overflow:hidden; position:relative}
.qy4{width:590px; height:40px; text-align:left; line-height:40px; padding-top:6px; margin:0 auto; position:relative}
.qy4 a{width:150px; height:38px; border: 1px solid #ddd; font-size:14px; color:#333333; text-align:center; display:block}
.qy4 a:hover{width:150px; height:38px; border: 1px solid #004ea1; font-size:14px; color:#004ea1; text-align:center; display:block}

.qywz{width:100%; height:60px; color:#555; text-align:center; line-height:60px; border-bottom:1px solid #dddddd; margin:0 auto; position:relative}
.qywz a{font-size:14px; color:#555; text-decoration:underline}
.qywz a:hover{font-size:14px; color:#004ea1;text-decoration:underline}

.index_title3 {
	border-top: 2px solid #0173bc;
	border-bottom: 1px solid #b2d5eb;
	margin-bottom: 20px;
	height:40px;
	line-height:40px;
}

.index_title3 .more a {
	margin-top: 3px;
	color: #004ea1;
	font-size: 14px;
}

.index_title3 .more a:hover {
	text-decoration: underline;
}
.kqh {
	width: 300px;
	height: 40px;
	overflow: hidden;
	float: left;
	position: relative;
}
.kqh ul li {
	width: auto;
	height: 40px;
	overflow: hidden;
	line-height:40px;
	margin:0;
	float: left;
	position: relative;
}
.q1 {
	padding: 0 15px;
	border-left: 1px solid #E2E8EE;
	border-right: 1px solid #E2E8EE;
	border-bottom: none;
	color: #fff;
	cursor: pointer;
	background-color:#004ea1;
    font-size: 18px;
	font-weight: bold;
}
.q1 a{
	color: #fff;
    font-size: 18px;
	font-weight: bold;
}
.q2 {
	padding: 0 15px;
	border-left: 1px solid #E2E8EE;
	border-right: 1px solid #E2E8EE;
	border-bottom: none;
	color: #666;
	font-size: 18px;
	cursor: pointer;
	font-weight: bold;
}
.q2 a{
	color: #666;
    font-size: 18px;
	font-weight: bold;
}