* {
	margin: 0;
	padding: 0;
	outline: none;
}
body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	background: url(style_res/sub-bg.jpg) no-repeat center top;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	color: #074eaf;
}
.wrapper {
	width: 1305px;
	margin: auto;
}
.ind-bg {
	background: #f3f3f3 url(style_res/ind-bg.jpg) no-repeat center top;
}
.header {
}
.header .row {
	height: 134px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header .row .col1 {
}
.header .row .col1 a.logo {
}
.header .row .col1 a.logo img {
}
.header .row .col2 {
}
.header .row .col2 form {
}
.header .row .col2 form .search {
	width: 316px;
	height: 39px;
	background: #fff;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header .row .col2 form .search input {
	flex: 1;
	padding: 10px 20px;
	background: none;
	border: none;
}
.header .row .col2 form .search button {
	width: 60px;
	height: 39px;
	background: none;
	border: none;
	cursor: pointer;
}
.header .row .col2 form .search button img {
}
.nav {
	position: relative;
	z-index: 100;
}
.nav .itemG {
	display: flex;
	align-items: center;
	justify-content: space-around;
	background: rgb(0,25,59);
	height: 60px;
}
.nav .itemG .item {
	position: relative;
	height: 60px;
	width: 100px;
}
.nav .itemG .item a {
	text-align: center;
	line-height: 60px;
	display: block;
	color: #fff;
	font-size: 16px;
	background: rgba(0,25,59,0.8);
}
.nav .itemG .item a:hover {
	font-weight: bolder;
	font-size: 20px;
}
.nav .itemG .item .item {
	position: absolute;
	top: 60px;
	left: -18px;
	height: auto;
	width: 135px;
	display: none;
}
.nav .itemG .item .item a {
}
.nav .itemG .item .item .item {
	position: relative;
	top: auto;
	left: auto;
	display: block;
}
.nav .itemG .item .item .item a {
}
.nav .itemG .item .item .item .item {
	position: absolute;
	top: 0;
	left: 100%;
	height: auto;
	display: none;
}
.nav .itemG .item .item .item .item a {
}
.nav .itemG .item:hover>.item {
	display: block;
}
.nav .itemG .item:hover .item .item:hover .item {
	display: block;
}
.nav .itemG .item .cur {
}
.banner {
	height: 577px;
}
.banner a.item {
}
.banner a.item img {
}
.swiper-num {
	position: absolute;
	bottom: 30px!important;
	right: 40px;
	text-align: right;
	z-index: 50;
	top: auto!important;
	left: auto!important;
	width: auto!important;
}
.swiper-num span {
	width: 16px;
	height: 16px;
}
.swiper-num span.swiper-pagination-bullet-active {
	background: #00193b!important;
}
.ind-block1 {
}
.ind-block1 .row {
	display: flex;
	height: 565px;
	border-radius: 8px;
	background: #fff;
	margin-top: 60px;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.ind-block1 .row .col1 {
	width: 328px;
	background: url(style_res/about-bg.jpg) no-repeat;
	border-radius: 8px;
}
.ind-block1 .row .col1 .txt {
	color: #fff;
	padding-top: 346px;
	padding-left: 36px;
}
.ind-block1 .row .col1 .txt .txt1 {
	font-size: 43px;
	font-style: italic;
}
.ind-block1 .row .col1 .txt .txt2 {
	font-size: 36px;
	margin-top: 30px;
}
.ind-block1 .row .col2 {
	flex: 1;
	background: #fff;
}
.ind-block1 .row .col2 .txt {
	padding-top: 72px;
	padding-right: 80px;
	padding-left: 80px;
}
.ind-block1 .row .col2 .txt .txt1 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5em;
	overflow: hidden;
	height: 1.5em;
}
.ind-block1 .row .col2 .txt .txt2 {
	font-size: 14px;
	line-height: 36px;
	text-indent: 2em;
	margin-top: 50px;
	color: #333;
	height: 180px;
	overflow: hidden;
}
.ind-block1 .row .col2 .txtG {
	display: flex;
	justify-content: space-around;
	text-align: center;
	padding: 70px;
}
.ind-block1 .row .col2 .txtG .item {
}
.ind-block1 .row .col2 .txtG .item .txt1 {
	font-size: 48px;
	color: #00193b;
	font-weight: bold;
}
.ind-block1 .row .col2 .txtG .item .txt2 {
	color: #666;
	margin-top: 10px;
}
.ind-block2 {
	padding-top: 80px;
}
.ind-block2 .tit {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ind-block2 .tit .col1 {
}
.ind-block2 .tit .col1 .txt {
	display: flex;
}
.ind-block2 .tit .col1 .txt .txt1 {
	font-size: 36px;
	color: #01193b;
}
.ind-block2 .tit .col1 .txt .txt2 {
	font-size: 48px;
	color: rgba(0,0,0,0.05);
	font-family: Impact;
	padding-left: 60px;
	background: url(style_res/tit-bg.png) no-repeat;
	margin-left: 20px;
	margin-top: 12px;
}
.ind-block2 .tit .col2 {
}
.ind-block2 .tit .col2 a {
	display: flex;
	color: #adadad;
	font-size: 24px;
	font-style: italic;
	align-items: center;
}
.ind-block2 .tit .col2 a img {
	margin-left: 15px;
}
.ind-block2 .row {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 33px;
}
.ind-block2 .row .col1 {
}
.ind-block2 .row .col1 a.item {
	position: relative;
	display: block;
}
.ind-block2 .row .col1 a.item .img {
}
.ind-block2 .row .col1 a.item .img img {
	width: 562px;
	height: 450px;
	display: block;
}
.ind-block2 .row .col1 a.item .txt {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 86px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0,0,0,0.8);
}
.ind-block2 .row .col1 a.item .txt p {
	color: #fff;
	font-size: 16px;
	margin: 22px;
}
.ind-block2 .row .col2 {
	width: 357px;
	margin: 0 18px;
}
.ind-block2 .row .col2 a.item {
	width: 357px;
	height: 220px;
	background-color: #ffffff;
	display: block;
	margin-bottom: 10px;
	padding: 30px;
	box-sizing: border-box;
}
.ind-block2 .row .col2 a.item .txt {
}
.ind-block2 .row .col2 a.item .txt .txt1 {
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}
.ind-block2 .row .col2 a.item .txt .txt2 {
	color: #999;
	margin-top: 15px;
	height: 60px;
	line-height: 30px;
	overflow: hidden;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 10px;
}
.ind-block2 .row .col2 a.item .txt .txt3 {
	display: flex;
	justify-content: space-between;
	padding-top: 10px;
}
.ind-block2 .row .col2 a.item .txt .txt3 .c1 {
}
.ind-block2 .row .col2 a.item .txt .txt3 .c1 .t1 {
	font-size: 24px;
	color: #333;
}
.ind-block2 .row .col2 a.item .txt .txt3 .c1 .t2 {
	color: #b0b0b0;
}
.ind-block2 .row .col2 a.item .txt .txt3 .c2 {
	display: flex;
	align-items: center;
}
.ind-block2 .row .col2 a.item .txt .txt3 .c2 img {
}
.ind-block2 .row .col2 a.item.active {
	width: 357px;
	height: 220px;
	background-color: #00193b;
	display: block;
	margin-bottom: 10px;
	padding: 30px;
	box-sizing: border-box;
}
.ind-block2 .row .col2 a.item.active .txt {
}
.ind-block2 .row .col2 a.item.active .txt .txt1 {
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	color: #fff;
}
.ind-block2 .row .col2 a.item.active .txt .txt2 {
	color: #999;
	margin-top: 15px;
	height: 60px;
	line-height: 30px;
	overflow: hidden;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 10px;
}
.ind-block2 .row .col2 a.item.active .txt .txt3 {
	display: flex;
	justify-content: space-between;
	padding-top: 10px;
}
.ind-block2 .row .col2 a.item.active .txt .txt3 .c1 {
}
.ind-block2 .row .col2 a.item.active .txt .txt3 .c1 .t1 {
	font-size: 24px;
	color: #fff;
}
.ind-block2 .row .col2 a.item.active .txt .txt3 .c1 .t2 {
	color: #b0b0b0;
}
.ind-block2 .row .col2 a.item.active .txt .txt3 .c2 {
}
.ind-block2 .row .col2 a.item.active .txt .txt3 .c2 img {
	filter: invert(1);
}
.ind-block2 .row .col3 {
	width: 349px;
}
.ind-block2 .row .col3 a.item {
	width: 349px;
	height: 144px;
	background-color: #ffffff;
	display: block;
	margin-bottom: 9px;
	display: flex;
	align-items: center;
	padding: 30px;
	box-sizing: border-box;
}
.ind-block2 .row .col3 a.item .date {
}
.ind-block2 .row .col3 a.item .date .date1 {
	font-size: 24px;
	color: #333;
}
.ind-block2 .row .col3 a.item .date .date2 {
	color: #999;
}
.ind-block2 .row .col3 a.item .txt {
	flex: 1;
	margin-left: 20px;
	border-left: 1px solid #e2e2e2;
	padding-left: 20px;
	line-height: 30px;
}
.ind-block3 {
}
.ind-block3 {
	padding-top: 65px;
}
.ind-block3 .tit {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ind-block3 .tit .col1 {
}
.ind-block3 .tit .col1 .txt {
	display: flex;
}
.ind-block3 .tit .col1 .txt .txt1 {
	font-size: 36px;
	color: #01193b;
}
.ind-block3 .tit .col1 .txt .txt2 {
	font-size: 48px;
	color: rgba(0,0,0,0.05);
	font-family: Impact;
	padding-left: 60px;
	background: url(style_res/tit-bg.png) no-repeat;
	margin-left: 20px;
	margin-top: 12px;
}
.ind-block3 .tit .col2 {
}
.ind-block3 .tit .col2 a {
	display: flex;
	color: #adadad;
	font-size: 24px;
	font-style: italic;
	align-items: center;
}
.ind-block3 .tit .col2 a img {
	margin-left: 10px;
}
.ind-block3 .row-bg {
	margin-top: 50px;
	height: 726px;
	background: url(style_res/ind-bg2.jpg) no-repeat center top;
}
.ind-block3 .row-bg .row {
	background: url(style_res/ind-bg3.png) no-repeat center center;
	padding: 0px 75px;
	height: 726px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
}
.ind-block3 .row-bg .row .col1 {
	width: 540px;
}
.ind-block3 .row-bg .row .col1 .tit2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ind-block3 .row-bg .row .col1 .tit2 .txt1 {
	display: flex;
	align-items: center;
	font-size: 24px;
	color: #fff;
	line-height: 30px;
}
.ind-block3 .row-bg .row .col1 .tit2 .txt1 .i {
	width: 4px;
	height: 25px;
	background-color: #ffffff;
	border-radius: 2px;
	margin-right: 10px;
	line-height: 24px;
}
.ind-block3 .row-bg .row .col1 .tit2 .more {
	display: flex;
	align-items: center;
	color: #adadad;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}
.ind-block3 .row-bg .row .col1 .tit2 .more img {
	margin-left: 8px;
}
.ind-block3 .row-bg .row .col1 .itemG {
	margin-top: 20px;
}
.ind-block3 .row-bg .row .col1 .itemG a.item {
	display: flex;
	justify-content: space-between;
	height: 78px;
	align-items: center;
	border-bottom: 1px dashed rgba(255,255,255,0.3);
	color: #fff;
	font-size: 16px;
}
.ind-block3 .row-bg .row .col1 .itemG a.item .txt {
}
.ind-block3 .row-bg .row .col1 .itemG a.item .date {
	opacity: 0.3;
}
.ind-block3 .row-bg .row .col2 {
	margin-top: -70px;
}
.ind-block3 .row-bg .row .col2 .tit2 {
}
.ind-block3 .row-bg .row .col2 .tit2 .txt1 {
}
.ind-block3 .row-bg .row .col2 .tit2 .txt1 .i {
}
.ind-block3 .row-bg .row .col2 .tit2 .more {
	color: #fff;
}
.ind-block3 .row-bg .row .col2 .tit2 .more img {
}
.ind-block3 .row-bg .row .col2 .itemG {
}
.ind-block3 .row-bg .row .col2 .itemG a.item {
}
.ind-block3 .row-bg .row .col2 .itemG a.item .txt {
}
.ind-block3 .row-bg .row .col2 .itemG a.item .date {
	width: 74px;
	height: 25px;
	background-color: #f4f4f4;
	border-radius: 13px;
	font-size: 12px;
	opacity: 1;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-bg {
	background: #00193B;
}
.footer-bg .footer {
}
.footer-bg .footer .row {
	height: 250px;
	display: flex;
	justify-content: space-between;
	color: #fff;
	padding-top: 60px;
}
.footer-bg .footer .row .col1 {
}
.footer-bg .footer .row .col1 .r1 {
	color: #fff;
	display: flex;
	align-items: center;
}
.footer-bg .footer .row .col1 .r1 span {
	font-size: 24px;
	margin-right: 65px;
}
.footer-bg .footer .row .col1 .r1 a {
	margin-right: 20px;
	font-size: 16px;
	color: #fff;
}
.footer-bg .footer .row .col1 .r2 {
	margin-top: 70px;
}
.footer-bg .footer .row .col1 .r2 img {
	height: 50px;
}
.footer-bg .footer .row .col2 {
	display: flex;
}
.footer-bg .footer .row .col2 .txt1 {
	font-size: 24px;
	padding-top: 8px;
}
.footer-bg .footer .row .col2 .txt2 {
	margin-left: 60px;
	line-height: 40px;
	font-size: 16px;
}
.footer-bg .footer .row .col2 .txt2 br {
}
.footer-bg .footer2 {
	background: #001127;
	padding: 30px;
	text-align: center;
	color: #fff;
}
/**/
.sub {
	background: #fff;
	margin-top: 50px;
	margin-bottom: 50px;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	border-radius: 3px;
	box-sizing: border-box;
	padding: 50px;
	min-height: 1000px;
}
.sub .bread {
}
.sub .bread .row {
	display: flex;
	align-items: center;
}
.sub .bread .row .col1 {
	font-size: 30px;
	font-weight: bold;
	margin-right: 45px;
}
.sub .bread .row .col2 {
}
.sub .bread .row .col2 a {
}
.sub .main {
	position: relative;
	margin-top: 50px;
}
.sub .main .left {
	width: 277px;
	background: #00193b;
	position: absolute;
	top: 0;
	left: -77px;
	box-sizing: border-box;
	padding: 24px 0;
	padding-left: 42px;
	color: #fff;
	min-height: 540px;
}
.sub .main .left .menu {
}
.sub .main .left .menu dl {
}
.sub .main .left .menu dl dt {
}
.sub .main .left .menu dl dt a {
	color: #cbcbcb;
	font-size: 18px;
	display: block;
	height: 65px;
	line-height: 65px;
	padding-left: 43px;
}
.sub .main .left .menu dl dd {
	padding: 10px 0;
	border-top: 1px dashed #ddd;
	display: block;
}
.sub .main .left .menu dl dd a {
	color: #0b185b;
	display: block;
	padding: 10px;
	padding-left: 60px;
	font-size: 18px;
}
.sub .main .left .menu dl dd a.active {
	color: #1d9bf9;
}
.sub .main .left .menu dl.active {
	background: #fff;
	border: 1px solid #525B8B;
	border-left: 8px solid #525B8B;
}
.sub .main .left .menu dl.active dt a {
	color: #00193b;
}
.sub .main .left .menu dl.active dd {
	display: block;
}
.sub .main .right {
	margin-left: 270px;
}
.sub .main .right .tit {
	font-size: 24px;
	font-weight: bold;
}
.sub .main .title {
	font-size: 28px;
	text-align: center;
	border-bottom: 1px solid #a0a0a0;
	padding-bottom: 30px;
}
.sub .main .title2 {
	font-size: 28px;
	text-align: center;
	padding-bottom: 30px;
}
.sub .main .time {
	font-size: 14px;
	text-align: center;
	border-bottom: 1px solid #a0a0a0;
	padding-bottom: 30px;
}
.sub .main .data {
	font-size: 18px;
	line-height: 30px;
	padding-top: 40px;
	color: #333;
}
.sub .main .data p {
	margin: 15px 0;
}
.sub .main .data img {
	max-width: 100%;
	margin: auto;
	display: block;
}
.newsList {
	margin-top: 50px;
}
.newsList a.item {
	display: flex;
	margin-bottom: 50px;
}
.newsList a.item .date {
	width: 121px;
	height: 121px;
	background-color: #ffffff;
	border: solid 1px #999999;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.newsList a.item .date .date1 {
	font-size: 48px;
	font-weight: bold;
}
.newsList a.item .date .date2 {
	font-size: 18px;
	color: #999;
}
.newsList a.item .txt {
	flex: 1;
	margin-left: 50px;
}
.newsList a.item .txt .txt1 {
	font-size: 24px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}
.newsList a.item .txt .txt2 {
	font-size: 14px;
	line-height: 30px;
	height: 60px;
	margin-top: 30px;
	color: #333;
}
.newsList a.item:hover .date {
	background: #074eaf;
	border-color: #074eaf;
}
.newsList a.item:hover .date1 {
	color: #fff;
}
.newsList a.item:hover .date2 {
	color: #fff;
}
.newsList a.item:hover .txt .txt1 {
	color: #074eaf;
}
.page {
	display: flex;
	align-items: center;
	justify-content: center;
}
.page span {
	margin: 0 15px;
}
.page a {
	display: inline-block;
	padding: 5px 15px;
	border: 1px solid #ddd;
	margin: 0 3px;
	border-radius: 3px;
}
.page a.active {
	background: #0b185b;
	color: #fff;
	border-color: #0b185b;
}
.detail {
	padding: 0 30px;
}
.detail .tool {
	text-align: right;
	line-height: 40px;
	margin-top: 50px;
	font-size: 16px;
}





.selected1::after,.parent1::after,.MMi1::after {content: "";
    display: block;
    width: 100px;
    height: 4px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}
.TT1 {background-color: #00193b !important;}
.TT1 .txt .txt3 .c1 .t1 {
    color: #fff !important;
}
.TT1 .txt .txt1 {
    color: #fff !important;
}
.TT1 .txt .txt3 .c2 img {
    filter: invert(1) ;
}
.possplit {background: none; width: auto;text-align: center;text-indent: 0px;padding:0 5px;}
.selected2,.parent2 {
    background: #fff !important;
    border: 1px solid #525B8B !important;
    border-left: 8px solid #525B8B !important;
}
.parent2 .selected3 {color: #1d9bf9 !important;}
.selected2 a,.parent2 a {
    color: #00193b !important;
}

.nav .itemG .item .item .hhh { position:relative;}
.nav .itemG .item .item .hhh .item {position: absolute;
    top: 0;
    left: 100%;
    height: auto;
    display: none;
}
.nav .itemG .item .item .hhh:hover .item {display:block !important;}

.nav .itemG .item .item::after {
    content: "";
    display: block;
    width: 100px;
    height: 4px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}
.xlwz {font-size:16px; text-align:right; padding-top:30px;}







