
.box_line{
	width: 60px;
	height: 2px;
	background-color: #25AE60;
	text-align: center;
	margin: 5px auto 5px auto;
}
.img_box{
	width: 120px;
	height: 120px;
	background-color: #425985;
	border-radius: 120px;
	margin: 0 auto 0 auto;
}
.img_box img{
	text-align: center;
	margin: 30px auto auto auto;
}
.one{
	background-color: #9F99A5;
}
.two{
	background-color: #8FB3E5;
}
.second-nav-container .fa-home{
	color: #0687E0;
}

.nav ul li{
	float: left;
	height: 3rem;
    line-height: 3rem;
    text-align: center;
    padding: 0;
    font-size: 1.5em;
    margin: 0 0.95rem;
    display: block;
    cursor: pointer;
}
.nav .fa{
	color: #0056B8;
}
.language .language-box{
	height: 3rem;
	background-color: white;
	color: #A4a4a4;
	font-size: 0.5rem;
	display: none;
}
.subnav_img img{
	width: 181px;
}
.language:hover .language-box{
	display: block;
}
.language .language-box i{
	font-size: 0.3rem;
}
.language .language-box p{
	line-height: 0.6rem;
}
.language .language-box .present p{
	color: #0056B8;
}
.language .language-box:hover p{
	color: #0056B8;
}
.mark_box{
	width: 105%;
	height: 100%;
	position: fixed;
	top: 0px;
	z-index: 9999;
	background-color: rgba(0,0,0,0.5);
	display: none;
}
.mark_box #subnav{
	height: 100%;
	background-color: white;
}
.mark_box #subnav .close_box{
	display: block;
	font-size: 0.8rem;
	width: 70%;
	text-align: center;
	margin: 10px auto 10px auto;
	padding-bottom: 10px;
	border-bottom: 2px solid #0056b8;
	color: #0056B8;
	cursor: pointer;
}
#subnav .active{
	color: #0687e0;
}
#subnav .nav-list li:active{
	color: #0056B8;
}
#subnav .nav-list .nav-item {
    height: 5rem;
    line-height: 5rem;
    text-align: center;
    padding: 0;
    font-size: 1.33em;
    margin: 0 0.95rem;
    position: relative;
    transition: all .3s ease;
    cursor: pointer;
}
#subnav .nav-list .nav-item .second-nav-list {
    position: absolute;
    height: 2.2rem;
    width: 100%;
    text-align: center;
    top: 2.5rem;
    line-height: 1.2rem;
    font-size: 0.3rem;
    margin: 0 auto 0 auto;
    display: none;
}
#subnav .nav-list-mobile {
		visibility: hidden;
	}
    
#subnav .nav-item:hover li{
	color: #0687e0;
}

@media only screen and (min-width: 320px) and (max-width: 775px) {
	#subnav .nav-list {
		visibility: hidden;
	}
	#subnav .nav-list-mobile{
		visibility: visible;	
		margin-top: -12rem;
	}
	#subnav .nav-list-mobile .nav-item {
    height: auto;
    padding: 0.8rem 0;
    float: none;
    width: 100%;
    margin: 0;
    background-color: #fff;
    border-top: 1px solid #eee;
    font-size: 0.8rem;
    text-align: center;
	}
	.section-platform .row-md .written{
	width: 91%;
	height: 100%;
	text-align: center;
	line-height: 2rem;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	display: block;
	}
}
.section-platform .row-md .img_list{
	overflow: hidden;
	cursor: pointer;
	margin-top: 20px;
}
.section-platform .row-md .img_list img{
	position: relative;
	width: 100%;
}
.section-platform .row-md .img_list:hover .written{
	display: block;
}
.section-platform .row-md .written{
	width: 92%;
	height: 100%;
	text-align: center;
	line-height: 2rem;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	display: none;
}
.section-platform .row-md .written_box{
	display: block;
}
.section-platform .row-md .written h4{
	margin-top: 2.2rem;
}
.section-platform .row-md .written p,h4{
	color: white;
}
 #toTop {
            display: none;
            text-decoration: none;
            position: fixed;
            bottom: 10px;
            right: 25px;
            overflow: hidden;
            width: 47px;
            height: 47px;
            border: none;
            text-indent: 100%;
            color: white;
            background-color: red;
        }
