body{
	margin: 0;
	border: 0;
	padding: 0;
	background-color: #f5f7fa;
}
.conter_box a{
	color: black;
	text-decoration: none;
}
.conter1_box a{
	color: #1e73be;
}
hr {
    background-color: rgba(0, 0, 0, .1);
    border: 0;
    height: 1px;
    margin-bottom: 40px;
    margin-top: 40px;
}
blockquote {
    border-left: 5px solid rgba(0, 0, 0, .05);
    padding: 20px;
    font-size: 1.2em;
    font-style: italic;
    margin: 0 0 1.5em;
    position: relative;
}
.active_page{
	color: #1e73be !important;
}
.uppercase {
    text-transform: uppercase;
}
.common_flex{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.common_width{
	width: 1200px;
	margin: 0 auto;
}
.flex{
	display: flex;
}
.align_items{
	align-items: center;
}
.justify_content{
	justify-content: space-between;
}
.inside-header {
    padding: 20px 40px;
}
.txt_dec{
	text-decoration: none;
}
.btn{
	color: white;
	padding: 10px 30px;
	text-decoration: none;
	background-color: #ffb933;
}

.top_btns{
	justify-content: center;
}

.top_btns .btn{
	margin-left: 40px;
}
.head_left span{
	color: black;
	font-weight: bold;
	margin-left: 10px;
	font-size: 25px;
}
.head_left .logo{
	width: 30px;
	height: 30px;
}
.head_right .link1{
	color: black;
	margin-left: 20px;
	font-size: 15px;
}
.conter1{
	font-size: 42px;
	margin-bottom: 20px;
}
.conter2{
	text-align: center;
	padding: 20px 0;
}
.conter2 .imgs{
	width: 80%;
}
.center3_btn{
	
}
.center3_btn ._btn{
	color: white;
	display: block;
	margin-bottom: 10px;
	text-align: center;
	background-color: #ffb933;
	padding: 10px 0;
	text-decoration: none;
	border-radius: 25px;
}
.center_h2{
	padding: 8px 15px !important;
	margin-bottom: 1rem !important;
	color: #ffb933 !important;
	font-weight: 600 !important;
	line-height: 1.3 !important;
	background-color: rgba(255, 141, 142, 0.1) !important;
	border-left: 2px solid #ffb933 !important;
	border-radius: 3px !important;
}
.footer_left,.footer_right{
	font-size: 15px;
}
.footer_left a{
	color: #1e73be;
}
.footer_right .link2{
	color: #1e73be;
	font-size: 15px;
	margin-left: 20px;
}
.pc_show{
	display: block;
}
.model_show{
	display: none;
}
@media (max-width:900px) {
	.common_width{
		width: calc(100% - 40px);
	}
	.inside-header {
	    padding: 20px;
	}
	.top_btns .btn{
		padding:10px;
	}
	.conter1{
		font-size: 32px;
	}
	.head_left span {
	    font-size: 25px;
	}
	.pc_show{
		display: none;
	}
	.model_show{
		display: block;
	}
	.show_list{
		display: block;
	}
	.close_list{
		display: none;
	}
	.nav_list{
		margin: 20px;
		padding-bottom: 20px;
	}
	
	.nav_list .link1{
		color: black;
		display: block;
		line-height: 40px;
		padding-left: 20px;
		background-color: #f5f7fa;
	}
}