body {
	background-image: url(../image/bg.png);
}

.wrap {
	padding: 0;
}

.cont {
	width: 100%;
	margin: 0 auto;
	display: flex;
	background-image: url(../image/header.png);
	padding: 0 4%;
	justify-content: space-between;
	/* justify-content: space-between; */
	/* align-items: center; */
}

.cont img {
	margin: 1rem 0;
}

.nav-wrap {
	max-width: 80%;
	margin: 1rem 0;
	/* margin-left: 2%; */
}

ul,
li {
	list-style: none;
}

a {
	text-decoration: none;
}

nav {
	height: 40px;
	margin: 0 auto;
	position: relative;
}

nav ul li {
	position: relative;
	line-height: 40px;
	float: left;
	box-sizing: border-box;
	padding: 0 1.5rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	text-align: center;
	letter-spacing: 2px;
	/* border-right: 1px solid #00b1ae; */
}
nav ul li:not(:last-child)::after {
	position: absolute;
	content: '';
	display: block;
	right: 0px;
	height: 2.2rem;
	width: 2px;
	background-color: #00b1ae;
}
nav ul li:nth-child(1) a{
	padding-left: 0;
}

nav ul li a {
	display: block;
	width: 100%;
	float: left;
	color: #016096;
	font-size: 14px;
	text-align: center;
	font-size: 2.2rem;
	line-height: 2rem;
	text-decoration: none;
}
nav ul li:last-child a{
	border-right: none;
}

nav ul li a:hover {
	text-decoration: none;
}

nav>ul>li:hover a{
	color: #00b1ae;
	border: none;
}
nav>ul .active{
	background-color: #75cdb4;
}
nav ul li ul {
	width: 600px;
	display: none;
	padding: 0;
	position: absolute;
	overflow: hidden;
	top: 4.4rem;
	margin-left: -2.5rem;
	z-index: 2;
}

/* nav ul li ul {

} */

nav ul li ul li {
	float: left;
	padding: 1rem 2.5rem;
	text-align: center;
	border: none;
}
nav ul li ul li::after {
	display: none;
}
nav ul li ul li a{
	padding: 0;
	display: block;
	border-right: none;
	font-size: 1.8rem;
	letter-spacing: normal;
}
nav ul li ul li:nth-child(1){
}
nav ul li ul li:last-child {
	border: none;
	margin-bottom: 1rem;
	
}

nav>ul>li>ul>li:hover a {
}

.bannner{
	padding: 0;
}	
.bannner img{
	width: 100%;
}

/* footer */
footer{
	background-color: rgb(7,63,112);
	border-top: 5px solid rgb(0,177,174);
}
footer .cont2{
	width: 90%;
	margin: 0 auto;
}
footer .footop{
	width: 100;
	background-color: rgb(30,100,162);
}
footer .footop .cont2{
	display: flex;
	
	align-items: center;
	justify-content: space-between;
	padding-right: 30rem;
}
footer .footop .cont2 .yl{
	color: white;
	font-size: 2.2rem;
}
.lbtn{
	background-color: rgb(149,200,224);
	color: rgb(30,100,162) ;
	padding: 0.2rem 1rem .2rem 6rem;
	font-size: 1.8rem;
	width: 28rem;
}
.lbtn:hover{
	background-color: rgb(30,100,162) ;
	color: white ;
}
.lbtn  .caret{
	margin-left: 6rem;
	font-size: 1.8rem;
	border-top: 8px dashed;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover{
	background-color: rgb(30,100,162) ;
	color: white ;
	border-color: #00B1AE;
}
.xdrop{
	min-width: 30rem;
	background-color: rgb(30,100,162) ;
	color: white ;
	border-color: #00B1AE;
}
.xdrop li a{
	color: #00B1AE;
	font-size: 1.6rem;
}
.cont2 .row{
	padding: 4rem 0;
}
.cont2 .row .foobl{
	padding-left: 14rem;
	
}
.cont2 .row .foobl p{
	color: white;
	font-size: 1.8rem;
	margin-bottom: 2rem;
}
.cont2 .row .foobl p span{
	font-weight: 600;
	margin-right: 1rem;
}
.cont2 .row .foobl a{
	color: white;
	font-size: 1.8rem;
	margin-bottom: 2rem;
                font-weight: 600;
	margin-right: 1rem;
}
.cont2 .row  .fooblr{
	display: flex;
}
.cont2 .row  .fooblr p{
	color: #00B1AE;
	font-size: 1.8rem;
	text-align: center;
}
.cont2 .row  .fooblr .dyh{
	margin-left: 4rem;
}
