/* reset include */
@import url("reset.css");
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
@import url(https://fonts.googleapis.com/css?family=Montserrat);
@font-face {
    font-family: 'ryumin';
    src: url('../css/ryumin.otf');
}
/*common */
iframe {
	width: 100%;
}
body {
	background-color: #fff;
	background-size: cover;
	font-size: 14px;
	color: #000;
	text-align: center;
}
a:link {
	color:#fff;
	text-decoration: none;
}
a:visited { color: #fff;
}
a:hover { color: #fff;
}
a:active { color: #fff;
}
.dopc {
	display: none;
}
#header {
	width: 100%;
	background-color: #fff;
	z-index: 100;
}
#sp_header{
	font-size: 10px;
	color: #fff;
	text-align: center;
	width: 100%;
	height: 110px;
	padding: 10px 0;
	background: #222222;
}
.sp_h_tel_con{
	width: 90%;
	float: left;
	margin: 10px 5%;
	background: #0062FF;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: left;
    color: #ccccc;
}
.sp_h_tel_text{
	float: left;
	width: 60%;
	padding: 5px;
	text-align: center;
	box-sizing: border-box;
}
.sp_h_tel_text span {
	font-size: 20px;
	font-weight: bold;
}
.sp_h_tel_icon {
	width: 40%;
	float: left;
	padding: 5px;
	box-sizing: border-box;
}
.sp_h_tel_icon img{
	width: 50%;
	float: left;
	padding: 5px;
	box-sizing: border-box;
}

#header_top {
	width: 100%;
	height: 50px;
	margin: 0 auto;
	border-bottom: dotted 1px #000;
	box-sizing: border-box;
	line-height: 50px;
}
#h_t_left {
	width: 50%;
	float: left;
	text-align: left;
}
#h_t_right {
	width: 50%;
	float: left;
	text-align: right;
}
#header_bottom {
	width: 100%;
	height: 65px;
}
#h_b_left {
	width: 100%;
	float: left;
}
#h_b_left img{
	width: 60%;
	margin-top:10px;
}
.h_b_right a {
	color: #fff;
}
.h_b_right ul {
	overflow: hidden;
	border-right: solid 1px #fff;
}
.h_b_right li {
	width: 25%;
	height: 80px;
	line-height:80px;
	float: left;
	border-left: solid 1px #fff;
	box-sizing: border-box;
}
/*common_color*/
.gray{
	color: #666666;
	font-size: 15px;
}
.red_join{
	color: #E60012;
}
.green{
	color: #6B9300;

}
.blue{
	color: #0066CC;
}
.dep1{
	color: #EB6D84;
}
.dep2{
	color: #FD5DAE;
}
.dep3{
	color: #D266F0;
}
.dep4{
	color: #8A8AFD;
}
.dep5{
	color: #4BABFD;
}
.dep6{
	color: #3AC2AD;
}
.dep7{
	color: #42D242;
}
.word_q{
	color: #E60012;
	font-size: 30px;
}
.word_a{
	color: #0FA3D3;
	font-size: 30px;
}
/*common mein circle*/
#menu {
	width: 100%;
	height: 120px;
	margin-bottom: 10px;
	text-align: center;
	background: #0062FF;
	z-index: 100;
}
#menu a {
	color: #fff;
	display: block;
}
#menu ul {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}
#menu li {
	width: 50%;
	height: 30px;
	line-height: 30px;
	float: left;
	border: solid 1px #fff;
	box-sizing: border-box;

}
#menu li span {
	font-size: 6px;
}
.small_list{
	font-size: 12px;
	line-height: 12px !important;
	padding: 4px;
}
#main {
	width: 100%;
	height: auto;
	margin: 20px 0;
	position: relative;
}
#main img{
	width: 100%;
	height: auto;
}
.main_tittle{
	width: 90%;
	margin: 0 auto;
	font-size: 15px;
	color: #ffffff;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.8), 0 2px 2px rgba(255, 255, 255, 0.5);
	letter-spacing: 0;
	border: none;
	text-decoration: none;
	background: #0062FF;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.main_tittle_text{
	width: 80%;
	font-size: 10px;
	line-height: 15px;
	margin: 10px auto;
}
.main_inner{
	width: 100%;
	margin: 10px auto;
	overflow: hidden;
}
.m_i_top{
	margin-top: 10px;
}
.m_i_bottom{
	margin: 0 0 50px 100px;
	float: left;

}
.m_i_t_word{
	font-size: 50px;
}
.m_i_t_word01{

}
.m_i_t_word02{

}
.m_i_t_word03{

}
.m_i_t_item{
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}
.m_i_t_it{
	float: left;
	width: 25%;
}
.circle1{
    background: url(../img/top_circle01.png) no-repeat;
	background-size: contain;
}
.circle1 a{
    display: block;
}
.circle1 img{
   width: 100%;
    border: none;
}
.circle1 a:hover{
    background: none;
}
.circle1 a:hover img{
    visibility: hidden;
}
.circle2{
    background: url(../img/top_circle02.png) no-repeat;
	background-size: contain;
}
.circle2 a{
    display: block;
}
.circle2 img{
   width: 100%;
    border: none;
}
.circle2 a:hover{
    background: none;
}
.circle2 a:hover img{
    visibility: hidden;
}
.circle3{
    background: url(../img/top_circle03.png) no-repeat;
	background-size: contain;
}
.circle3 a{
    display: block;
}
.circle3 img{
   width: 100%;
    border: none;
}
.circle3 a:hover{
    background: none;
}
.circle3 a:hover img{
    visibility: hidden;
}
.circle4{
    background: url(../img/top_circle04.png) no-repeat;
	background-size: contain;
}
.circle4 a{
    display: block;
}
.circle4 img{
   width: 100%;
    border: none;
}
.circle4 a:hover{
    background: none;
}
.circle4 a:hover img{
    visibility: hidden;
}
.circle5{
    background: url(../img/top_circle05.png) no-repeat;
	background-size: contain;
}
.circle5 a{
    display: block;
}
.circle5 img{
   width: 100%;
    border: none;
}
.circle5 a:hover{
    background: none;
}
.circle5 a:hover img{
    visibility: hidden;
}
.c_side{
	padding-left: 10%;
}
.circle6{
    background: url(../img/top_circle06.png) no-repeat;
	background-size: contain;
}
.circle6 a{
    display: block;
}
.circle6 img{
   width: 100%;
    border: none;
}
.circle6 a:hover{
    background: none;
}
.circle6 a:hover img{
    visibility: hidden;
}
.circle7{
    background: url(../img/top_circle07.png) no-repeat;
	background-size: contain;
}
.circle7 a{
    display: block;
}
.circle7 img{
   width: 100%;
    border: none;
}
.circle7 a:hover{
    background: none;
}
.circle7 a:hover img{
    visibility: hidden;
}
.m_i_center{
	height: 500px;
}
.m_i_c_menu{
	height: 99px;
	font-size: 50px;
	border-bottom: dotted 1px #000;
}
.m_i_c_top_inner{
	height: 200px;
}
.m_i_c_t_left{
	width: 300px;
	margin: 10px 10px;
	float: left;
}
.m_i_c_t_center{
	width: 300px;;
	margin: 10px 10px;
	float: left;
}
.m_i_c_t_right{
	width: 300px;
	margin: 10px 10px;
	float: left;
}
.m_i_c_bottom_inner{
	height: 200px;
}
.m_i_c_b_left{
	width: 200px;
	margin: 10px 10px;
	float: left;
}
.m_i_c_b_center{
	width: 200px;;
	margin: 10px 10px;
	float: left;
}
.m_i_c_b_right{
	width: 200px;
	margin: 10px 10px;
	float: left;
}
#main02 {

}
.main02_content{
	height: 500px;
}
.main02_c_inner_top{
	height: 100px;
	font-size: 50px;
}
.main02_c_inner_bottom{
	height: 400px;
}
/*salary*/
.main_salary_content{
	width: 100%;
	float: left;
}
.m_sal_co_inner{
	margin: 5%;
}
.m_sal_con{
	color: #434343;
	text-align: left;
	margin: 10px;
}
.m_sal_con_position{
	color: #E60012;
}
.m_sal_con_salary{
	font-size: 20px;
}
.m_sal_con_english{

}
.red{
	color: #E60012;
}
#graph{
	width: 100%;
	margin: 10px auto;
	overflow: hidden;
}
#graph_inner{
	width: 100%;
	float: left;
}

#graph_inner_top{
	float: left;
	text-align: left;
	margin: 10px;
	margin-top: 20px;
	line-height: 20px;
}
#graph_inner_center1{
	width: 100%;
	font-size: 12px;
	text-align: left;
	margin: 5px;
	margin-left: 20px;

}
#graph_inner_center1 ul{
	list-style: none;
}
#graph_inner_center1 li{
	width: 80%;
	margin: 5px 0;
	float: left;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4), 0 2px 2px rgba(255, 255, 255, 0.5);
	letter-spacing: 0;
	border: none;
	text-decoration: none;
	padding: 5px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    background: #7EC8FF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#graph_inner_center2{
	width: 90%;
	margin: 10px 5%;
	font-size: 12px;
	float: left;
	text-align: left;
}
#graph_inner_bottom{
	width: 90%;
	overflow: hidden;
}
.graph_inner_bottom_right{
	margin-right: 10px;
	float: right;
}
dl.graph_inner_bottom_right {
    font-size: 10px;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    background-color:#636363;
    margin: 10px 5%;
}
dl.graph_inner_bottom_right dt{
	width: 40%;
	float:left;
    clear: left;
    background-color:#9E9E9E;
    border-top:1px solid #ccc;
    padding:5%;
    text-align: left;
}
dl.graph_inner_bottom_right dd{
	width: 60%;
	background-color:#d8d8d8;
    border-top:1px solid #ccc;
    margin-left: 40%;
    padding:5%;
}
/*join*/
.main_jo_inner{
	width: 90%;
	margin: 10px auto;
	overflow: hidden;
}
.main_jo_i_con{
	overflow: hidden;
}
.main_jo_i_left{
	text-align: left;
	line-height: 15px;
	float: left;
}
.main_jo_Sentence1{
	color: #1C5C88;
	font-size: 14px;
	margin: 10px;
}
.main_jo_Sentence2{
	font-size: 12px;
	line-height: 18px;
	margin: 10px;
	margin-left: 15px;
}
.main_jo_Sentence3{
	font-size: 12px;
	line-height: 18px;
	margin: 10px;
}
.main_jo_tel_left{
	float: left;
	margin-left: 20px;
}
.main_jo_tel_right{
	text-align: right;
	margin-right: 50px;
}
.main_jo_i_right{
	float: left;
}
/*department*/
.dep_con{
	text-align: left;
	width: 100%;
	overflow: hidden;
	margin: 10px;
}
.dep_con_title{
	width: 90%;
	margin: 10px;
	float: left;
}
.dep_con_title_top_left{
	float: left;
	width: 20%;
}
.dep_con_title_top_left img {
	width: 50% !important;
	margin: 10px 10px 10px 0;
}
.dep_con_title_top_right{
	float: left;
	width: 80%;
	margin: 15px 0 10px ;
	font-weight: bold;
}
.dep_con_title_bottom{
	width: 100%;
	float: left;
	text-align: left;

}
.dep_con_title ul{
	font-size: 15px;


}
.dep_con_title li{
	font-size: 14px;
	float: left;
	line-height: 20px;
	margin-left: 30px;
	list-style-type: square;
}
/*practice*/
#main_pra {
    padding: 10px;
    margin: 10px;
	border: thin #8c8c8c solid;
    background: #fff;
}
#pra_text{
	font-size: 12px;
	text-align: left;
	margin: 10px;
	line-height: 20px;
}
#pra_table{
	font-size: 10px;
}
dl.pra_table{
    border-bottom:1px solid #ccc;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    background-color:#BCBCBC;
    margin: 10px 0;
}
dl.pra_table dt{
	width: 25%;
	float:left;
    background-color:#BCBCBC;
    border-top:1px solid #ccc;
    padding: 5px;
    text-align: left;
    margin-left: 10px;
}
dl.pra_table dd{
	background-color:#fff;
    border-top:1px solid #ccc;
    margin-left: 35%;
    padding:5px;
    text-align: left;S
}
/*cartoon*/
.cartoon_img img{
	width: 960px;
	margin: 50px 0;
}
/*qa*/
.main_qa{
	font-size: 12px;
	margin: 10px;
	padding: 10px;
	border: thin #8c8c8c solid;
    text-align: left !important;
}
.main_q{
	margin-bottom: 10px;
}
.main_a{
	line-height: 20px;
}
/*footer*/
#s_footer {
	width: 100%;
	background: #222222;
}
.s_f_t img{
	width: 30%;
	margin-top: 10px;
}
.s_f_b{
	color: #fff;
}