.circle-1{
    width: 1400px;
    height: 370px;
    box-sizing: border-box;
}

.top-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

.nav-item {
    margin: 0 25px;
    font-size: 34px;
    color: #1F3553;
    cursor: pointer;
}

.nav-item-acitve {
    font-family: 'sHeavy';
    font-size: 40px;
    color: #03102a;
}

.nav-msg {
    font-size: 18px;
    color: #41536b;
    display: none;
    text-align: left;
    width: 70%;
}

.nav-msg-active {
    display: inline-block;
}

.content {
    display: none;
}

.content-active {
    display: flex;
    flex-direction: column;
}

.line1 {
    padding: 34px 50px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.line2 {
    padding: 34px 50px 50px;
    display: flex;
    align-items:center;
    justify-content:center;
	background-color:#F2F6FC;
}
.line3 {
    padding: 34px 50px 50px;
    display: flex;
    align-items:center;
    justify-content:center;
	background-color:#F2F6FC;
	min-height: 345px;
	min-width: 1200px;
	
}

.line-iten3{
	
}
.cont-tit1 {
    font-size: 28px;
    height: auto;
    font-family: 'sHeavy';
    background-color: #FFFFFF;
	padding-top: 40px;
		
}
.cont-tit2 {
    font-size: 28px;
    height: auto;
    font-family: 'sHeavy';
    background-color: #F2F6FC;
	padding-top: 40px;
		
}

.cont-msg {
    font-size: 16px;
    color: #353B44;
	text-align: left;
	padding-left: 30px;
    line-height: 32px;
}

.cont-msg1{
    font-size: 16px;
    color: #353B44;
    line-height: 32px;
    padding-left: 20px;
}

.line-item {
    min-height: 574px;
    width: 650px;
    text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.line-txt {
	min-height: 180px;
    width: 367px;
    text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-image: url("../asset/Solution/p5.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-left: 24px;
	
}
.line-item1 {
    margin-left: 50px;
    width: 500px;
	margin-left: 50px;
}

.line-item2 {
    margin: 0 50px;
	min-height: 276px;
    width: 808px;
    text-align: left;
}
.line-iten{
	min-height: 276px;
    width: 808px;
}


.line-txt1{
	min-height: 256px;
    width: 587px;
	margin-left: 70px;
}
.pig{
	min-height: 108px;
    width: 586px;
    text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-image:url("../asset/Solution/p7.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	
}
.pig1{
	min-height: 108px;
    width: 586px;
    text-align: left;
	display: flex;
	flex-direction: column;
	justify-content:center;
	background-image:url("../asset/Solution/p8.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-top: 40px;
	
}
.line-iten3{
	width: 436px;
    height: 337px;
	margin-right: 151px;
}
.line-iten4{
	width: 613px;
    height: 345px;
}
.cont1{ font-size: 18px;
	color: #000012;
	margin-left: 40px;
	font-family: 'sHeavy';
}
.img {
        height: 280px;
        width: 540px;
        border-radius: 6px;
    }
.line-border {
    border: 1px solid #e6edf8;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding-bottom: 12px;
}

.big-tit {
    font-size: 32px;
    line-height: 32px;
    font-family: 'sHeavy';
    color: #000012;
    padding: 50px 0;
}