.head2-2 ul li .dj3 {
    color: #0c8b51;
}
.banner {
	background: url(/images/bgbanner.webp) no-repeat;
	background-size: 100%;	
    height: 336px;	
}
.banner1 {
	color: #fff;
	padding: 70px;
	background-image: linear-gradient(to right, #093281, #09328159);
	text-align: center;
	height: 336px;	
}

.banner1 p {
	margin: 20px 0;
}
.banner1 .p-1 {
	font-size: 35px;
	line-height: 60px;
	font-weight: 700;
	letter-spacing: 10px;	
}
.banner1 .p-1 span {
	color: #ebd318;
}
.banner1 .line {
	background-image: linear-gradient(to right, #fff, #ffffff00);
	margin: 20px 0;
	width: 37%;
	height: 5px;
}
.banner1 .p-2 {
	font-size: 30px;
	letter-spacing: 20px;
	line-height: 50px;
}
.banner1 .p-3 {
	font-size: 20px;
}
.banner1 .p-4 {
	font-size: 20px;
}
.banner1 .bg-t {
	padding: 5px 10px;
	background: #ffffff47;
	width: 37%;
	font-size: 18px;
	margin-top: 20px;
	letter-spacing: 3px;
	margin-bottom: 10px;
}
.banner .btn {
	margin-top: 10px;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 3px;
	background: #1E1E1E;
	color: #fff;
	border: 1px solid #1E1E1E;
	font-weight: 600;
}
.banner .btn:hover {
	background: unset;
	color: #fff;
	border: 1px solid #fff;
}


@media (max-width: 767px) {
	.banner {
		height: auto;
		background-size: 100% 100%;
	}
	.banner1 {
		width: 100%;
		padding: 10px;
		height: auto;
	}
	.banner1 p {
		margin: 13px 0;
		font-size: 14px;
	}
	.banner1 .p-1 {
		font-size: 16px;
		line-height: 20px;
		letter-spacing: 3px;
	}
	.banner1 .p-2 {
		font-size: 16px;
		letter-spacing: 10px;
		line-height: 20px;
	}
	.banner1 .p-3 {
		font-size: 14px;
		letter-spacing: 0;
	}
	.banner1 .p-4 {
		font-size: 14px;
	}
	.banner1 .bg-t {
		width: 100%;
		margin-top: 10px;
	}
	.banner1 ul li {
		width: 100%;
		display: block;
		border-right: unset;
		margin-bottom: 20px;
	}
	.banner2 {
		width: 100%;
		padding: 30px;
	}
	
}
.part2 {
	margin: 30px auto;
}
.part2 h2 {
	color: #073574;
	font-weight: 700;
	margin-bottom: 10px;
	font-size: 30px;
}
.part2 h3 {
	font-size: 24px;
}
.part2 .p-tit {
	font-size: 20px;
	line-height: normal;
	color: #073574;
}
.part2-1, .part2-2 {
	width: 49%;
	display: inline-block;
	padding: 0 30px;
	vertical-align: top;
}
.part2-1 {
	border-right: 4px solid #073574;
}
.part2-1 p {
	color: #073574;
}
.part2-1 ul {
	margin-top: 30px;
}
.part2-1 ul li {
	width: 47%;
	display: inline-block;
	margin: 1%;
	color: #fff;
	background: #6F91DD;
	text-align: center;
	position: relative;
	padding: 35px 0;
	border: 1px solid #fff;
}
.part2-1 ul li:nth-child(2) ,.part2-1 ul li:nth-child(3),.part2-1 ul li:nth-child(6){
	background: #073574;
}
.part2-li {
	display: none;
	padding: 10px;
	font-size: 14px;
	position: absolute;
	left: 0;
	top: 0;
	color: #073574;
	text-align: left;
}
.part2-1 ul li:hover {
	background: #fff;
	border: 1px solid #6F91DD;
}
.part2-1 ul li:hover .part2-li {
	display: block;
}
.part2-3 {
	width: 34%;
	display: inline-block;
	margin-right: 6%;
}
.part2-3 h3 {
	background: #073574;
	color: #fff;
	padding: 5px 0;
	margin: 5px 0 3px;
	font-size: 20px;
	
}
.part2-3 h3 i {
	margin: 0 15px;
	vertical-align: middle;
}
.part2-3 p {
	border-top: 1px solid #073574;
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 10px;
}
.part2-4 {
	width: 55%;
	display: inline-block;
	vertical-align: top;
	margin-left: 4%;
}

@media (max-width: 768px) {
	.part2-1 {
		border-right: unset
	}
	.part2-1, .part2-2 {
		width: 100%;
		padding: 0;
	}
	.part2-1 h3 {
		font-size: 20px;
	}
	.part2-3 {
		width: 40%;
		margin-right: 3%;
	}
	.part2-4 {
		margin-left: 0;
	}
}

.title1 h2 {
    font-size: 30px;
    margin-bottom: 30px;
    text-align: center;    
	font-weight: 700;
	letter-spacing: 10px;
}
.title1 .title1-line {
    height: 0.5px;
    width: 400px;
    display: block;
    margin: 10px auto 20px;
	background: #aaa;
}
.xm {
	width: 1200px;
	margin: auto;
	margin-bottom: 40px;
}
.xm ul li {
    display: inline-block;
    width: 23.2%;
    margin: 0.6%;    
    text-align: center;
    transition: all .4s linear 0s;
    vertical-align: top;
    overflow: hidden;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, .1);
    -webkit-transition: .25s ease-out;
    transition: .25s ease-out;
}
.xm ul li .xm-tit {
	font-size: 18px;
	font-weight: 700;	
	color: #fff;
	padding: 20px 0;
	margin: 0;
}
.xm ul li .bg1 {
	background: #073574;
}
.xm ul li:hover .bg1 {
	background: #0d1028;
}
.xm-main {
	padding: 15px;
	font-size: 14px;
}
.xm-main  p {	
	text-align: left;
}

@media (max-width: 767px) {
	.xm {
		width: 100%;
	}
	.xm ul li {
		display: block;
		width: 90%;
		margin: 10px auto;
		height: auto;
	}
}
.otable table {
    border-collapse: separate;
    border-spacing: 5px; 
    width: 100%; 
	border: none;
}

.otable td {
    text-align: center;
    padding: 30px 5px;
    background: #e4f1df;   
    margin: 5px;
    border: none;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
}
.table-1 td:nth-child(1) {
    background-color: #254969;
	font-weight: 700;	
}
.table-1 td:nth-child(2) {
    background-color: #ca0000;
}
.table-1 td:nth-child(3) {
    background-color: #3e71b3;
}
.table-1 td:nth-child(4) {
    background-color: #12335e;
}

.table-2 td:nth-child(1) {
    background-color: #30484c;
	font-weight: 700;	
}
.table-2 td:nth-child(2) {
    background-color: #829a80;
}
.table-2 td:nth-child(3) {
    background-color: #98bd3c;
}
.table-2 td:nth-child(4) {
    background-color: #2f4c38;
}
.otable thead td {
	background: #07294d;
	color: #fff;
	font-weight: 700;
	font-size: 25px;
	border-radius: 10px 10px 0 0;
}
.table-1 thead td:nth-child(1) {
    background-color: #fff;
}
.table-1 thead td:nth-child(2) {
    background-color: #880000;
}
.table-1 thead td:nth-child(3) {
    background-color: #274770;
}
.table-1 thead td:nth-child(4) {
    background-color: #0d2645;
}

.table-2 thead td:nth-child(1) {
    background-color: #fff;
}
.table-2 thead td:nth-child(2) {
    background-color: #5f725f;
}
.table-2 thead td:nth-child(3) {
    background-color: #718c2d;
}
.table-2 thead td:nth-child(4) {
    background-color: #233a2a;
}
.rm {
	margin: 60px auto;	
}
.rm h2 {
	width: 30%;
	display: inline-block;
	padding-right: 30px;
	margin-right: 30px;
	border-right: 4px solid #07294d;
}
.rm .tcb_list ul {
	width: 60%;
	display: inline-block;
}
.rm .tcb_list ul li {
	display: inline-block;
	margin: 5px;
}
.rm ul li {
	display: inline-block;
	margin: 10px;
}
.rm .curren {
	color: #0c8b51;
}
.rm .tcb_con ul li {
	width: 22%;
	height: 300px;
	display: inline-block;
	margin: 1%;
	border-radius: 10px;
    box-shadow: 0px 6px 14px 0px #ededed;
	vertical-align: top;
}
.rm p {
	margin: 0;
	font-size: 14px;
}
.rm1 {
	text-align: center;
	height: 130px;
}
.rm1 img {
	width: 45%;
	margin: 20px auto 0;
}
.rm2 {
	padding: 20px;
	color: #07294d;
	text-align: center;
}
.rm2 .p-tit1 {
	margin-bottom: 10px;
}
.rm2 .p-tit2 {
	font-size: 22px;
	margin-bottom: 10px;
}
.rm3 {
	border-top: 1px solid #07294d;
	padding-top: 25px;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
	justify-content: space-between;
}
@media (max-width: 767px) {
	h2 {
		font-size: 20px;
	}
	.rm {
		margin-top: 30px;
	}
	.rm h2 {
		width: 100%;
		display: block;
		padding-right: 0;
		margin-right: 0;
		border-right: unset;
	}
	.rm .tcb_list ul {
		width: 100%;
		display: block;
	}
	.rm .tcb_list ul li {
		margin: 2px 5px;
		font-size: 14px;
	}
	.rm .tcb_con ul li {
		width: 47%;
		height: auto;
        min-height: 210px;
	}
	.rm1 {
		height: 70px;
	}
	.rm1 img {
		width: 35%;
		margin: 10px auto 0;
	}
	.rm2 {
		padding: 10px;
	}
	.rm2 .p-tit1 {
		font-size: 12px;
	}
	.rm2 .p-tit2 {
		font-size: 16px;
		font-weight: 700;
	}
}
