@charset "utf-8";

/*********** S : header *************/

header {
	display: block;
	height: 53px;
	background-color: #FFF;
	width: 100%;
	top: 0;
	left: 0;
}

header .mobile_menu .logo {
	float: left;
	padding-top: 15px;
	padding-left: 15px;
}

header .mobile_menu .logo a img {
	height: 14px;
}

header .mobile_menu .menu_button {
	display: block;
	height: 53px;
	width: 53px;
	background-image: url(../images/mobile/icon_mobile_01.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 22px auto;
	background-color: transparent;
}

header .mobile_menu .menu_button.open {
	background-color: #283891;
	background-image: url(../images/mobile/icon_mobile_02.png);
	background-size: 16px auto;
}

header .menu_button {
	width: 55px;
	height: 55px;
	position: absolute;
	right: 0;
	top: 0;
	background-image: url(../images/icon_01.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 22px auto;
	background-color: transparent;
}

header .menu_button.open {
	background-image: url(../images/icon_03.png);
	background-size: 16px auto;
	background-color: #6095c9;
}

header .mobile_area {
	display: none;
	top: 53px;
	position: absolute;
	width: 100%;
	z-index: 99999;
}

header .mobile_area .lang {
	height: 50px;
	background-color: #FFF;
}

header .mobile_area .lang li {
	float: left;
	width: 33.33%;
	height: 50px;
}

header .mobile_area .lang li a {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: block;
	color: #666666;
	font-size: 1em;
	font-weight: bold;
}

header .mobile_area .lang li.focus a {
	background-color: #4254b9;
	color: #FFF;
}

header .top_menu_mobile>ul {
	background-color: #4254b9;
}

header .top_menu_mobile>ul>li {
	border-bottom: #90b5d9 1px;
	border-bottom-style: solid;
}

header .top_menu_mobile>ul>li>a {
	height: 50px;
	display: block;
	line-height: 50px;
	color: #FFF;
	padding: 0 16px;
	font-size: 1em;
	font-weight: bold;
}

header .top_menu_mobile>ul>li.open>a {
	background-color: #283891;
}

header .top_menu_mobile>ul>li>ul {
	overflow: hidden;
	display: none;
}

header .top_menu_mobile>ul>li>ul>li a {
	height: 43px;
	display: block;
	line-height: 43px;
	color: #FFF;
	padding: 0 15px 0 54px;
	background-image: url(../images/mobile/icon_02.png);
	background-position: 38px center;
	background-repeat: no-repeat;
	background-size: 6px auto;
	background-color: #283891;
}

header .sub_menu {
	width: 100%;
	position: absolute;
	background-color: #e8e8e8;
	left: 0;
	top: 70px;
	overflow: hidden;
	z-index: 10000;
	height: 0;
}

header .sub_menu .menu_area {
	width: 1200px;
	margin: 0 auto;
	padding-right: 111px;
	padding-top: 20px;
	padding-bottom: 30px;
	position: relative;
}

header .sub_menu .menu_area:after {
	content: '';
	clear: both;
	display: block;
}

header .sub_menu .menu_area>ul {
	float: right;
}

header .sub_menu .menu_area>ul li a {
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
}

header .sub_menu .menu_area .lang_menu {
	position: absolute;
	background-color: #283891;
	top: 0;
	width: 82px;
	right: 29px;
}

header .sub_menu .menu_area .lang_menu a {
	display: block;
	height: 30px;
	color: #FFF;
	text-align: center;
	line-height: 30px;
	font-size: 13px;
	font-family: Roboto;
	font-weight: 500;
	letter-spacing: 0;
}

header .sub_menu .menu_area .lang_menu a:hover,
header .sub_menu .menu_area .lang_menu a.active {
	background-color: #182257;
}


/*********** E : header *************/

#full_model {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding-top: 53px;
	z-index: 9999;
	display: none;
}

#full_model div {
	background-color: rgba(0, 0, 0, 0.9);
	cursor: pointer;
	width: 100%;
	height: 100%;
}

.row:after {
	display: block;
	content: "";
	clear: both;
}

.clear {
	clear: both;
}

#PHPfrm_div iframe {
	width: 100%;
	height: 300px;
}

#PHPfrm_div button {
	position: absolute;
	left: 0;
	bottom: -60px;
}

pre {
	padding-top: 100px;
}

footer {
	height: 180px;
	background-color: #111111;
}

footer .row {
	position: relative;
	padding-top: 50px;
}

footer .row>div {
	text-align: center;
}

footer .row span {
	text-align: center;
	display: block;
	padding-top: 15px;
	font-size: 12px;
	color: #999999;
	line-height: 16px;
}


/**
 *ggg
 */


/*.content_body {
	background-color: #ececec;
}*/

.content_body {
	padding-bottom: 40px;
}

.content_body .navs {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.content_body .navs .row {
	position: relative;
	height: 130px;
}

.content_body .navs .tt {
	position: absolute;
	top: 30px;
	right: 35px;
	width: ;
}

.content_body .navs .tt div {
	text-align: right;
	height: 10px;
}

.content_body .navs .tt div img {
	height: 100%;
}

.content_body .navs .row .tt span {
	font-size: 2em;
	padding-top: 5px;
	font-weight: bold;
	text-align: right;
	font-family: Roboto;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	-webkit-text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
	-moz-text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
	-ms-text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
	display: block;
	color: #FFF;
	font-style: italic;
}

.content_body .navs ul.tab {
	width: 100%;
	height: 50px;
	position: absolute;
	bottom: -50px;
	margin-top: 0;
	border: 0;
	background-color: transparent;
	z-index: 10000;
}

.content_body .navs ul.tab li {
	float: left;
}

.content_body .navs ul.tab li:first-child a {
	padding-left: 0;
	border-left: 1px solid #e3e3e3;
}

.content_body .navs ul.tab li a {
	display: block;
	border: 0;
	height: 50px;
	line-height: 49px;
	border: 1px solid #e3e3e3;
	text-align: center;
	color: #222222;
	font-size: 16px;
	font-weight: 500;
	padding-top: 0;
	border-left: 0;
	border-top: 0;
}

.content_body .navs ul.tab li.active a,
.content_body .navs ul.tab li a:hover {
	background-color: #3d4c9c;
	color: #FFF;
	border: 0;
	line-height: 50px;
}

.content_body .title_pad {
	height: auto;
	position: relative;
}

.content_body .title_pad h1 {
	text-align: center;
	color: #3d4c9c;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 80px;
}

.content_body .mobile_tab_menu {
	height: 45px;
	background-color: #3d4c9c;
}

.content_body .mobile_tab_menu>* {
	display: block;
	float: left;
}

.content_body .mobile_tab_menu>a {
	display: block;
	width: 40px;
	height: 45px;
	line-height: 500px;
	overflow: hidden;
	background-image: url(../images/mobile/icon_home.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 35%;
	border-right: #4a59a9 1px solid;
}

.content_body .mobile_tab_menu>.menu_select {
	float: left;
	height: 45px;
	border-right: #4a59a9 1px solid;
	padding-right: 10px;
	position: relative;
	margin-left: -1px;
}

.content_body .mobile_tab_menu>.menu_select>a {
	display: block;
	height: 45px;
	line-height: 45px;
	color: #FFF;
	background-image: url(../images/mobile/icon_03.png);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 12px auto;
	padding-left: 10px;
}

.content_body .mobile_tab_menu>.menu_select ul {
	position: absolute;
	border: #4a59a9 1px solid;
	background-color: #FFF;
	z-index: 9999;
	overflow: hidden;
	height: 0;
	display: none;
}

.content_body .mobile_tab_menu>.menu_select ul li {
	background-color: #FFF;
}

.content_body .mobile_tab_menu>.menu_select ul li a {
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	padding-right: 30px;
	word-break: keep-all;
	white-space: nowrap;
}

.content_body .mobile_tab_menu>.menu_select ul li.focus a {
	background-color: #5665b5;
	color: #FFF;
}

.t_menu_mobile {
	height: 43px;
	background-color: #116caf;
}

.t_menu_mobile>* {
	display: block;
	float: left;
	border-right: #085c99 1px solid;
	position: relative;
}

.t_menu_mobile>a {
	width: 40px;
	display: block;
	height: 100%;
	background-image: url(/assets/images/gen.png);
	background-repeat: no-repeat;
	background-size: 300px auto;
	background-position: -200px top;
}

.t_menu_mobile>div {
	min-width: 123px;
	height: 100%;
}

.t_menu_mobile>div span {
	display: block;
	height: 100%;
	padding-left: 10px;
	line-height: 43px;
	color: #FFF;
	position: relative;
}

.t_menu_mobile>div:after {
	content: '';
	display: block;
	position: absolute;
	width: 12px;
	height: 6px;
	background-image: url(/assets/images/gen.png);
	background-repeat: no-repeat;
	background-size: 300px auto;
	background-position: -50px top;
	top: 50%;
	margin-top: -3px;
	right: 10px;
}

.t_menu_mobile>div.open:after {
	background-position: -100px top;
}

.t_menu_mobile>div>ul {
	position: absolute;
	border: #085c99 1px solid;
	background-color: #FFF;
	width: 124px;
	left: -1px;
	border-top: 0;
	overflow: hidden;
	height: 0;
	display: none;
	z-index: 10000;
}

.t_menu_mobile>div>ul li a {
	display: block;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	font-size: 13px;
}

.t_menu_mobile>div>ul li.active a {
	background-color: #116caf;
	color: #FFF;
}

.hicon {
	width: 36px;
	height: 40px;
	margin: 0 auto;
	background-image: url(/assets/images/gen.png);
	background-repeat: no-repeat;
	background-size: 300px auto;
}

.error label {
	color: #b94a48;
}

.error span.help-inline {
	color: #b94a48;
}

.error input,
.error textarea {
	border: #b94a48 1px solid !important;
	color: #b94a48;
}

.success label {
	color: #468847;
}

.success span.help-inline {
	color: #468847;
}

.success input,
.success textarea {
	border: #468847 1px solid !important;
	color: #468847;
}

.form-group span {
	display: block;
	padding-top: 5px;
}


/**************/

.select {
	width: 100px;
	height: 35px;
	border: #e1e1e1 1px solid;
	margin-right: 5px;
	position: relative;
}

.select span {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 33px;
	font-size: 14px;
	font-weight: 500;
	color: #666666;
	text-align: left;
	padding-left: 10px;
	background-image: url(../images/icon_v.png);
	background-position: 73px center;
	background-repeat: no-repeat;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
}

.select ul {
	display: block;
	position: absolute;
	z-index: 100000;
	top: 33px;
	border: 0;
	width: 100px;
	left: -1px;
	background-color: #FFF;
	overflow: hidden;
	height: 0;
	/*display: none;*/
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	/* Firefox 4 */
	-webkit-transition: all 0.2s;
	/* Safari 和 Chrome */
	-o-transition: all 0.2s;
	/* Opera */
}

.select ul li a {
	display: block;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	width: 100%;
	overflow: hidden;
	
}

.select ul li.active a,
.select ul li a:hover {
	background-color: #3d4c9c;
	color: #FFF;
}

.select.open ul {
	height: 92px;
	border: #e1e1e1 1px solid
	/*display: block;*/
}

.select.open span {
	background-image: url(../images/icon_h.png);
}