@charset "utf-8";
/* CSS Document */


* {
	margin: 0;
	padding: 0
}
img {
	border: 0;
	max-width: 100%;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	transition: all .3s;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.pc_none {
    display: none;
}
i {
	color: #0d69b3;
}
.fl_l {
	float: left;
}
.fl_r {
	float: right;
}

.pt_10 {
	padding-top: 10px;
}
.pt_15 {
	padding-top: 15px;
}
.pt_20 {
	padding-top: 20px;
}

.mr_15{
	margin-right:15px;
	}
.mr_25{
	margin-right:25px;
	}
.mr_30{
	margin-right:30px;
	}
.ml_10 {
	margin-left: 10px;
}
.clear {
	clear: both;
	overflow: hidden;
}
ul li, ol li {
	list-style: none;
}
.font_13 {
	font-size: 13px;
}
.font_18 {
	font-size: 18px;
}
.red {
	color: #F00 !important;
}
.blue {
	color: #0073bd;
}
.width {
	width: 100px;
}
.text_c {
	text-align: center;
}
body {
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	border-top: #0c64ae solid 3px;
}
/*----------header----------*/

.header_box {
	width: 98%;
	max-width: 980px;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
	background: url(../images/header_right_bg01.jpg) no-repeat;
}
.header_box h1 {
	font-size: 11px;
	font-weight: normal;
	position: absolute;
	padding: 10px 5px 5px 0;
	line-height: 15px;
	background-image: -webkit-gradient(linear, left, right, color-stop(0.32, #ffffff), color-stop(0.66, #f4f4f4));
	background-image: -webkit-linear-gradient(left,#ffffff, #f4f4f4);
	background-image: -moz-linear-gradient(left,#ffffff, #f4f4f4);
 filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#ffffff', endColorstr='#f4f4f4');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f4f4')";
	background-image: -ms-linear-gradient(left,#ffffff, #f4f4f4);
	background-image: -o-linear-gradient(left,#ffffff, #f4f4f4);
	background-image: linear-gradient(left, #ffffff, #f4f4f4);
}
.header_logo {
	padding: 50px 0 0 0;
	float: left;
}
.header_right {
	background: url(../images/header_right_bg02.jpg) 274px 0;
	float: right;
	width: 666px;
	padding: 0 10px 0 0;
}
.small_menu {
	padding: 45px 0 15px 0;
	width: 295px;
	float: left;
	font-size: 12px;
	margin: 0 0 0 -20px;
}
.small_menu span {
	padding: 0 0 0 10px;
}
.small_menu span:first-child {
	padding: 0;
}
.small_menu span a {
	padding: 0 0 0 5px;
}



.header_info {
	width: 380px;
	float: right;
	padding: 10px 0 0 0;
	font-size: 11px;
	position: relative;
}
.header_contact {
	background: #0c64ae url(../images/header_line.jpg) 185px 1px no-repeat;
	clear: both;
	overflow: hidden;
}
.header_contact i {
	color: #fff;
	padding: 0 0 0 10px;
}
.header_contact a, .coryright a {
	color: #fff;
}
.coryright .span {
	padding-right: 20px;
}
.header_contact p {
	padding: 0 15px;
}
.menu_box {
	clear: both;
	overflow: hidden;
	margin: 0 0 0 -70px;
}
.menu_box ul li {
	float: left;
	background: url(../images/menu_li_bg.jpg) no-repeat 0px;
	width: 16%;
	text-align: center;
	height: 32px;
	padding: 0 0 0 4%;
}
.menu_box_li-left li a{
	float: left;
	padding: 0 0 0 15px;
}
.menu_box_li_ml{
	margin: 0 0 0 11px;
}
.menu_box ul li:first-child {
	background: none;
	width: 20%;
	padding: 0;
}
.menu_box ul li ul{
	display:none;
}
.menu_box ul li:hover ul {
	display: block;
	position: absolute;
	top: 120px;
	z-index: 9;
	border-top:#ececec 1px solid;
	margin:0 0 0 -22px;
}
body.admin-bar .menu_box ul li:hover ul {
    margin-top: 32px;
}

.menu_box ul li:hover ul.frist {
	margin:0;
}

.menu_box ul li:hover ul li {
	padding:5px 0;
	height: auto;
	clear:both;
	background:#fff;
	border-bottom:#ececec 1px solid;
}

.menu_box ul li:hover ul li.leng230 {
	width:230px;
}

.menu_box ul li:hover ul li.leng200 {
	width:200px;
}

.menu_box ul li:hover ul li.leng180 {
	width:180px;
}

.menu_box ul li:hover ul li.leng150 {
	width:150px;
}

.header_con{
	height:30px;
	clear:both;
}

.head_tel {
	float: left;
}
.head_lange {
	float: right;
}
.lang_box {
	height: auto;
	padding: 3px;
	position: absolute;
	top: 5px;
	right: 0;
}
.lang_til {
	background: url(../images/icon.jpg) no-repeat right center #fff;
	cursor: pointer;
	color: #494949;
	border: #b5b5b5 solid 1px;
	padding: 0 5px;
	text-align: left;
}
.lang_list {
	margin: 0;
	padding: 0;
	overflow: hidden;
	clear: both;
}
.lang_list ul {
	margin: 0;
	padding: 0;
	border: 1px solid #b5b5b5;
	border-top: none;
	border-bottom: none;
}
.lang_list ul li {
	margin: 0;
	padding: 5px;
	overflow: hidden;
	clear: both;
	background: #fff;
	border-bottom: 1px solid #b5b5b5;
}
.lang_list ul li:hover {
	background: #efefef;
}
.lang_list ul li a {
	display: block;
	color: #494949;
	text-decoration: none;
}
.lang_list ul li a:hover {
	display: block;
	color: #6f6f6f;
	text-decoration: none;
}
/*----------contarin----------*/
#contarin {
	border-top: #f4f4f4 2px solid;
	clear: both;
	overflow: hidden;
}
.banner {
	clear: both;
	/*overflow: hidden;*/
	position: relative;
}
.sub_banner {
	clear: both;
	overflow: hidden;
	max-width: 980px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}
.banner_info {
	position: absolute;
	z-index: 1000;
	bottom: 0;
	border: #c8c7c7 1px solid;
}
.com_box {
	max-width: 980px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
}
.banner_sub {
	border: #fff 1px solid;
	clear: both;
	overflow: hidden;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.32, #fff), color-stop(0.66, #eae7eb));
	background-image: -webkit-linear-gradient(#fff, #eae7eb);
	background-image: -moz-linear-gradient(#fff, #eae7eb);
 filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#fff', endColorstr='#eae7eb');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#eae7eb')";
	background-image: -ms-linear-gradient(#fff, #eae7eb);
	background-image: -o-linear-gradient(#fff, #eae7eb);
	background-image: linear-gradient( #fff, #eae7eb);
	padding: 3% 0;
}
.banner_box {
	float: left;
	padding: 0 30px;
}
.top_icon {
	float: left;
}
#contarin ol {
	margin: 0;
	padding: 0;
	overflow: hidden;
	clear: both;
}
#contarin ol li {
	float: left;
	font-size: 13px;
	color: #0e6eb8;
}
.main_box {
	max-width: 980px;
	margin: 30px auto;
	clear: both;
	overflow: hidden;
}
.main_right {
	width: 244px;
	float: right;
}
.sidbar_box {
	border: #eeeded 1px solid;
	margin: 5px 0 10px 0;
	position: relative;
}
.sidbar_box img {
	display: block;
}
.sidbar_box img:hover {
	transition: all .3s;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.sidbar_box .sidbar_subtil {
	position: absolute;
	top: 82px;
	left: 35px;
	color: #fff;
	font-size: 16px;
}
.sidbar_box .sidbar_subtxt {
	position: absolute;
	top: 22px;
	left: 110px;
	color: #3f3f3f;
	font-size: 16px;
	font-weight: bold;
}
.sidbar_sublinkbox {
	margin: 0;
	padding: 0 0 3% 0;
	overflow: hidden;
	clear: both;
}
.sidbar_sublinkbox .sidbar_sublinktil {
	font-size: 16px;
	line-height: 32px;
	color: #fff;
	padding: 0 0 0 35px;
	margin: 0;
	background: #0e6eb8 url(../images/sidbar_arr01.jpg) no-repeat 14px center;
}
.sidbar_sublinkbox ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
	clear: both;
}
.sidbar_sublinkbox ul li {
	border: 1px solid #ebeaea;
	border-top: none;
	background: #fff url(../images/sidbar_arr02.png) no-repeat 18px center;
	padding: 1% 0 1% 34px;
	margin: 0;
	line-height: 32px;
	overflow: hidden;
	clear: both;
}
.sidbar_sublinkbox ul li:hover {
	background: #ebeaea url(../images/sidbar_arr02.png) no-repeat 18px center;
}
.sidbar_sublinkbox ul li.selected {
	background: #ebeaea url(../images/sidbar_arr02.png) no-repeat 18px center;
}
.sidbar_sublinkbox ul ul li {
	padding: 1% 0 1% 50px;
}
.sidbar_sublinkbox ul li.hoverselected {
	background: #ebeaea url(../images/sidbar_arr02.png) no-repeat 35px center;
}
.sidbar_sublinkbox ul ul li:hover {
	background: #ebeaea url(../images/sidbar_arr02.png) no-repeat 35px center;
}
.sidbar_sublinkbox ul li a {
	color: #242424;
	display: block;
}
.main_left {
	max-width: 708px;
	float: left;
}
.index_sub dl {
	width: 27%;
	float: left;
	padding: 2%;
	border: #f2f2f2 1px solid;
}
.index_sub dl.second {
	width: 27%;
	float: left;
	padding: 2%;
	border: #f2f2f2 1px solid;
	margin: 0 3%;
}
.index_sub dl dt {
	background: #0d69b3;
	padding: 0 0 0 8px;
	color: #fff;
	font-size: 17px;
	margin: 0 0 2px 0;
}
.index_tabbox {
	margin: 0;
	padding: 4% 0 0 0;
	overflow: hidden;
	clear: both;
}
.index_tabmenu {
	margin: 0;
	padding: 0;
	overflow: hidden;
	clear: both;
}
.index_tabmenu ul {
	margin: 0;
	padding: 0;
}
.index_tabmenu ul li {
	width: 31%;
	height: auto;
	margin: 0 2% 0 0;
	padding: 0;
	overflow: hidden;
	float: left;
	text-align: center;
	color: #010101;
	line-height: 38px;
	cursor: pointer;
	border: 1px solid #ebeaea;
	border-bottom: none;
	background: #ecebeb;
}
.index_tabmenu ul li:hover {
	background: url(../images/index_tabbg.jpg) repeat-x left top;
}
.index_tabmenu ul li.selected {
	background: url(../images/index_tabbg.jpg) repeat-x left top;
}
.index_tabcont {
	border: 1px solid #ebeaea;
	padding: 0 3% 2% 3%;
	margin: 0;
	overflow: hidden;
	clear: both;
}
.index_tabcont dl {
	margin: 0;
	padding: 3% 0;
	overflow: hidden;
	clear: both;
	border-bottom: 1px dotted #ebeaea;
	font-size: 13px;
	color: #575757;
}
.index_tabcont dl dt {
	width: 25%;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
	overflow: hidden;
}
.index_tabcont dl dt span {
	float: left;
}
.index_tabcont dl dt span.type {
	float: right;
	padding: 0 5%;
	margin: 0 2%;
	background: #0d69b3;
	font-size: 12px;
	color: #fff;
}
.index_tabcont dl dt span.type.news a,
.index_tabcont dl dt span.type.activity a,
.index_tabcont dl dt span.type.recruit a {
	color: #ffffff;
}
.index_tabcont dl dt span.type.activity {
    background: #af3559;
}
.index_tabcont dl dt span.type.recruit {
    background: #2a8e7b;
}
.index_tabcont dl dd {
	width: 70%;
	height: auto;
	margin: 0;
	padding: 0;
	float: right;
	overflow: hidden;
}
.index_tabcont .index_tablink {
	width: 100%;
	height: auto;
	margin: 2% 0 0 0;
	padding: 0;
	overflow: hidden;
	text-align: center;
	background: #f0f0f0;
}
.index_tabcont a {
	color: #575757;
}
.hide {
	display: none
}
.index_linkbox {
	margin: 0;
	padding: 2% 0 0 0;
	overflow: hidden;
	clear: both;
}
.index_linkbox ul {
	margin: 0;
	padding: 0;
}
.index_linkbox ul li {
	float: left;
	width: 23%;
	height: auto;
	margin: 0;
	padding: 3% 1%;
}
/*----------pagetop----------*/
#pagetop {
	background: #0d69b3;
	text-shadow: 0 1px 0 #333;
	color: #fff;
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 40px;
	right: 20px;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,.4), inset 0 10px 10px rgba(255,255,255,.1);
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}
#pagetop span i {
	text-align: center;
	vertical-align: middle;
	display: block;
	color: #fff;
}
.bx-wrapper .bx-controls-direction a, header.main nav {
	display: none;
}
.bot_common_box {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	clear: both;
	background: #f3f3f3;
}
.bot_common_box .bot_common {
	width: 226px;
	height: auto;
	margin: 0 auto;
	padding: 50px 0 60px;
	overflow: hidden;
	clear: both;
}
.bot_common_cont {
	position: relative;
	width: 226px;
	height: 81px;
	margin: 0;
	padding: 0 25px 0 0;
	overflow: hidden;
	float: left;
}
/*.bot_common_cont:last-child {
	position: relative;
	width: 226px;
	height: 81px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	float: left;
}*/
.bot_common_cont .bot_common_txt {
	position: absolute;
	top: 20px;
	left: 15px;
}
footer {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	clear: both;
}
.footer_box {
	width: 980px;
	height: auto;
	margin: 0 auto;
	padding: 35px 0;
	overflow: hidden;
	clear: both;
}
.footer_box .footer_contl {
	float: left;
	width: 720px;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.footer_box .footer_contl ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 240px;
	height: auto;
	overflow: hidden;
}
.footer_box .footer_contl ul li {
	clear: both;
	overflow: hidden;
	margin: 0 0 15px 0;
	padding: 0 0 0 15px;
	background: url(../images/icon_01.png) no-repeat left center;
}
.footer_box .footer_contl ul li a {
	color: #0563a8;
}
.footer_box .footer_contl ul li.second {
	clear: both;
	overflow: hidden;
	margin: 0 0 15px 15px;
	padding: 0 0 0 10px;
	background: url(../images/icon_arr.png) no-repeat left center;
}
.footer_box .footer_contl ul li.third {
	clear: both;
	overflow: hidden;
	margin: 0 0 15px 30px;
	padding: 0 0 0 10px;
	background: url(../images/icon_arr.png) no-repeat left center;
}
.footer_box .footer_contr {
	float: right;
	width: 248px;
	margin: 0;
	padding: 0 0 10px 0;
	height: auto;
	border-bottom: 3px solid #ecebeb;
}
.footer_box .footer_contr .footer_contacttil {
	background: url(../images/footer_contact_bg.jpg) no-repeat center;
	padding: 0 0 0 20px;
	margin: 0;
	overflow: hidden;
	clear: both;
	font-size: 20px;
	line-height: 33px;
	color: #fff;
}
.footer_box .footer_contr .footer_add {
	font-size: 13px;
	line-height: 18px;
	color: #0563a8;
	margin: 0;
}
.coryright {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 5px 0;
	overflow: hidden;
	clear: both;
	background: #0568ac;
	color: #fff;
}
.coryright .coryright_cont {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	clear: both;
}
.coryright .coryright_contl {
	width: 43%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	float: left;
	font-size: 11px;
}
.coryright .coryright_contr {
	width: 57%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	float: right;
	font-size: 12px;
	text-align: right;
}
.sub_h2 {
	width: 708px;
	height: auto;
	margin: 5px 0 0 0;
	padding: 0;
	overflow: hidden;
	clear: both;
	background: url(../images/h2_bg.jpg) no-repeat left top;
	font-size: 20px;
	color: #fff;
	line-height: 33px;
	font-weight: normal;
}
.sub_h2 span {
	padding: 0 25px 0 35px;
}
.sub_h2 .h2_english {
	float: right;
	font-size: 18px;
}
.sub_h3 {
	width: 96%;
	height: auto;
	margin: 0 auto;
	padding: 0 0 0 2%;
	overflow: hidden;
	clear: both;
	background: url(../images/h3_arr.png) no-repeat left 5px;
	color: #0e6eb8;
	font-size: 16px;
	line-height: 24px;
	border-bottom: 1px dotted #9d9d9d;
}
/*----company----*/
.company_subcont {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 15px 0 0 0;
	overflow: hidden;
	clear: both;
}
.company_subcontl {
	width: 63%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	float: left;
}
.company_subcontr {
	width: 34%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	float: right;
}
.company_subcont ul {
	margin: 0;
	padding: 0;
}
.company_subcontl ul li {
	width: 45%;
	float: left;
}
.company_subcontl ul li:nth-child(even) {
	width: 54%;
	float: right;
}
.company_subcontr ul li {
	width: 100%;
	float: left;
}
.company_sublinkbox {
	margin: 0;
	padding: 0;
	overflow: hidden;
	clear: both;
}
.copmany_sublink {
	width: 27%;
	height: auto;
	margin: 0 3%;
	padding: 2% 0;
	overflow: hidden;
	float: left;
	text-align: center;
	background: #0e6eb8;
	font-size: 18px;
	line-height: 24px;
}
.copmany_sublink.activity {
    background: #af3559;
}
.copmany_sublink.recruit {
    background: #2a8e7b;
}
.copmany_sublink.off {
	opacity: 0.7;
}
.copmany_sublink_history {
	width: auto;
	height: auto;
	margin: 0 3%;
	padding: 2%;
	overflow: hidden;
	float: left;
	text-align: center;
	background: #0e6eb8;
	font-size: 18px;
	line-height: 24px;
}
.company_sublinkbox a {
	color: #fff;
	display: block;
}
/*----company_company----*/
.company_subcombox {
	width: 98%;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
	padding: 15px 0 5%;
}
.company_subcombox.news-list {
    padding: 20px 0 17px;
}
.company_subh3 {
	background: url(../images/h3_arr01.png) no-repeat left top;
	font-size: 20px;
	color: #575757;
	margin: 0;
	padding: 0 0 0 20px;
	overflow: hidden;
	clear: both;
}
.company_subh3 span {
	font-size: 14px;
	font-weight: normal;
	color: #0e6eb8;
}
.company_subinfo_storage {
	margin: 0;
	padding: 10px 0 0;
	overflow: hidden;
	clear: both;
}
.company_subinfo {
	margin: 0;
	padding: 10px 0 20px;
	overflow: hidden;
	clear: both;
}
.company_tablebox {
	margin: 0;
	padding: 0;
	overflow: hidden;
	clear: both;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}
.company_tablebox .company_table {
	width: 100%;
	border: 6px solid #fff;
	border-collapse: collapse;
}
.company_tablebox .company_table th {
	width: 22%;
	border: 6px solid #fff;
	border-collapse: collapse;
	background: #f4f4f4;
	font-size: 15px;
	color: #0e6eb8;
}
.company_tablebox .company_table td {
	border: 6px solid #fff;
	border-collapse: collapse;
	background: #f4f4f4;
	padding: 15px;
}
.company_tablebox .company_table td.bg_white {
	background: #fff;
	padding: 5px;
}
.company_tablebox .company_table td a.color_white {
	color: #fff;
}
.company_tablebox .company_table td a {
	color: #0c64ab;
}
.company_tablebox .company_table td .company_facilitylink {
	width: 175px;
	padding: 0 0 0 20px;
	overflow: hidden;
	float: left;
	margin: 10px 0 0 0;
	line-height: 24px;
	background: #016cba url(../images/icon_arr01.png) no-repeat 10px center;
	text-decoration: underline;
}
#contarin .company_tablebox .company_table td ol li {
	color: #000;
}
/*----company_history----*/
.company_tablebox .company_histable {
	width: 100%;
	border: 6px solid #fff;
	border-collapse: collapse;
	line-height:20px;
}
.company_tablebox .company_histable tr {
	background: #f4f4f4;
}
.company_tablebox .company_histable th {
	width: 22%;
	border: 6px solid #fff;
	border-collapse: collapse;
	font-size: 15px;
	color: #0e6eb8;
}
.company_tablebox .company_histable td {
	border: 6px solid #fff;
	border-collapse: collapse;
	padding: 15px;
}
.company_tablebox .company_histable td span {
	color: #0e6eb8;
	width:auto;
}
.company_tablebox .company_histable td input {
	line-height:25px;
}

.company_tablebox .company_histable td ul li {
	padding:0 0 5px 0;
}

.table_bg_white {
	background: #fff !important;
}
.page_box {
	margin: 10px 0 0 0;
	padding: 0;
	overflow: hidden;
	clear: both;
	text-align: right;
	line-height: 24px;
}
.page_box a {
	background: #fff;
	padding: 0 10px;
	margin: 0 5px;
	color: #000;
}
.page_box a:hover {
	background: #f4f4f4;
	padding: 0 10px;
	margin: 0 5px;
	color: #000;
}
.page_box a.activate {
	background: #f4f4f4;
	padding: 0 10px;
	margin: 0 5px;
	color: #000;
}
/*----company_message----*/
.message_imgbox {
	float: right;
	width: 25%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.message_cont {
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
	/*width: 70%;*/
	width: 100%;
}
 .message_til {
	font-size: 17px;
	margin: 0;
	padding: 0 0 0 15px;
	overflow: hidden;
	clear: both;
	background: url(../images/h3_arr.png) no-repeat left top;
}
.message_txt {
	margin: 0;
	padding: 0;
	overflow: hidden;
	clear: both;
}
.message_txt p {
	margin: 0;
	padding: 15px 0 0 0;
	overflow: hidden;
	clear: both;
}
/*----service----*/
.service_h3 {
	width: 100%;
	height: auto;
	margin: 0 0 2% 0;
	padding: 0;
	overflow: hidden;
	clear: both;
	background: #bed4e9;
	font-size: 19px;
	line-height: 34px;
	color: #575757;
}
.service_h3 p {
	float: left;
	padding: 0 1%;
	margin: 0;
}
.service_h3 .num {
	background: #0f6fb8;
	font-size: 24px;
	color: #fff;
}
.transport_til {
	width: 100%;
	background: #e0dfe4 url(../images/h3_arr01.png) no-repeat left top;
	font-size: 18px;
	line-height: 34px;
	padding: 0 0 0 3%;
	margin: 0 0 2% 0;
	color: #575757;
	font-weight: bold;
}
.transport_table {
	margin: 0 0 2% 0;
	padding: 0;
	width: 100%;
	border: 1px solid #000;
	border-collapse: collapse;
}
.transport_table th {
	border: 1px solid #000;
	border-collapse: collapse;
	background: #e0dfe4;
	padding: 1% 3%;
	font-size: 18px;
	color: #4f94ca;
	text-align: left;
}
.transport_table td {
	border: 1px solid #000;
	border-collapse: collapse;
	text-align: center;
	color: #000;
	padding: 1% 0;
}
.service_box {
	width: 668px;
	height: 448px;
	position: relative;
}
.service_box_sp {
	display: none;
}
.service_img01 {
	position: absolute;
	top: 30px;
	left: 85px;
}
.service_img02 {
	position: absolute;
	bottom: 30px;
	left: 100px;
}
.service_img03 {
	position: absolute;
	top: 160px;
	left: 300px;
}
.service_img04 {
	position: absolute;
	top: 30px;
	right: 90px;
}
.service_img05 {
	position: absolute;
	top: 160px;
	right: 90px;
}
.service_img06 {
	position: absolute;
	bottom: 30px;
	right: 90px;
}

.service_img07{
	position: absolute;
	top: 200px;
	left: 100px;
}
.service_img08{
	position: absolute;
	top: 140px;
	left:245px;
}

.service_img09{
	position: absolute;
	top: 280px;
	left:220px;
}
/*----facility----*/
.facility_cont {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	clear: both;
}
.facility_cont ul {
	margin: 0;
	padding: 0;
}
.facility_cont ul li {
	float: left;
	width: 48%;
	margin: 0 0 20px 0;
	padding: 0 1%;
	overflow: hidden;
}
.facility_cont ul li .facility_img {
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
	clear: both;
}
.facility_cont ul li .facility_img .facility_info {
	position: absolute;
	bottom: 36px;
	left: 0;
	color: #fff;
	font-size: 18px;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
}
.facility_cont ul li .facility_txt {
	font-size: 15px;
}
.facility_addbox {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	clear: both;
}
.facility_addbox p {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}
.facility_addbox .facility_addlink {
	width: 146px;
	padding: 0 0 0 20px;
	overflow: hidden;
	font-size: 16px;
	line-height: 26px;
	background: #016cba url(../images/icon_arr01.png) no-repeat 10px center;
	text-decoration: underline;
}
.facility_addbox a {
	color: #fff;
	text-decoration: underline;
}
/*----quality----*/
.quality_gray {
	margin: 0;
	padding: 2%;
	overflow: hidden;
	clear: both;
	background: #e0dfe4;
	color: #575757;
	font-size: 17px;
	font-weight: bold;
}
.quality_blue {
	margin: 0;
	padding: 2% 3%;
	overflow: hidden;
	clear: both;
	background: #0568ac;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
}
/*----recruit----*/
.recruit_subh3 {
	background: url(../images/h3_arr01.png) no-repeat left top;
	font-size: 17px;
	color: #075a9c;
	margin: 2% 0;
	padding: 0 0 0 20px;
	overflow: hidden;
	clear: both;
}
.recruit_link {
	margin: 0;
	padding: 2% 0 4% 4%;
	overflow: hidden;
	clear: both;
}
/*----news----*/
.news_banner {
	clear: bodxhidden;
	margin: 0;
	padding: 0;
	position: relative;
}
.news_banner .news_banner_txt {
	position: absolute;
	top: 10%;
	left: 13%;
	color: #404040;
	font-size: 13px;
}
.news_banner .news_banner_til {
	position: absolute;
	top: 31%;
	left: 13%;
	color: #0e6eb8;
	font-size: 23px;
	font-weight: bold;
}
.news_box {
	clear: both;
	overflow: hidden;
	margin: 0;
	padding: 20px 0 0 0;
}
.news_box .news_cont {
	width: 98%;
	height: auto;
	margin: 0 auto 20px;
	padding: 0 0 25px 0;
	overflow: hidden;
	clear: both;
	border-bottom: 1px dotted #cccccc;
}
.news_box .news_cont .news_img {
	width: 38%;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
	overflow: hidden;
}
.news_box .news_cont .news_contr {
	width: 61%;
	height: auto;
	margin: 0;
	padding: 0;
	float: right;
	overflow: hidden;
}
.news_box .news_cont  .news_subtil {
	font-size: 16px;
	color: #575757;
	font-weight: bold;
	overflow: hidden;
	clear: both;
	margin: 0;
	padding: 0;
}
.news_box .news_cont .news_datecont {
	overflow: hidden;
	clear: both;
	margin: 0;
	padding: 5px 0;
	font-size: 13px;
	color: #010101;
}
.news_box .news_cont  .news_datecont span {
	float: left;
	margin: 0 5px 0 0;
	padding: 0 5px;
	overflow: hidden;
	font-size: 12px;
	color: #fff;
	background: #0e6eb8;
}
.news_box .news_cont .news_txt {
	color: #000;
}
.news_box .news_cont .news_moretxt {
	text-align: right;
}
.news_box .news_cont .news_moretxt a {
	color: #0e6eb8;
}
.news_box .news_tilcont {
	width: 100%;
	height: auto;
	margin: 0 auto 20px;
	padding: 0 0 25px 0;
	overflow: hidden;
	clear: both;
	border-bottom: 1px dotted #cccccc;
}
.news_box .news_tilcont .news_tilcontl {
	width: 25%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	float: left;
}
.news_box .news_tilcont .news_tilcontl .news_date {
	float: left;
	margin: 0;
	padding: 0 0 0 5%;
	font-size: 13px;
}
.news_box .news_tilcont .news_tilcontl .news_type {
	float: right;
	margin: 0;
	padding: 0 4%;
	font-size: 12px;
	color: #fff;
	background: #0e6eb8;
}
.news_box .news_tilcont .news_til {
	width: 72%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	float: right;
}
.news_commonbox {
	width: 98%;
	height: auto;
	margin: 0 auto;
	padding: 0 0 50px 0;
	overflow: hidden;
	clear: both;
}
.news_commonbox .news_subcont {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 0 25px 0;
	overflow: hidden;
	clear: both;
}
.news_commonbox .news_subcont .news_subimg {
	width: 38%;
	height: auto;
    margin: 0px 15px 15px 0;
	padding: 0;
	float: left;
	overflow: hidden;
}
.news_commonbox .news_subcont .news_subcontr {
	width: auto;
	height: auto;
	margin: 0 0 40px 0;
	padding: 0;
	/*float: right;
	overflow: hidden;*/
}
.news_commonbox .news_subcont .news_subtl {
	font-size: 16px;
	color: #575757;
	font-weight: bold;
	overflow: hidden;
	/*clear: both;*/
	margin: 0;
	padding: 0 0 0 18px;
	background: url(../images/h3_arr01.png) no-repeat left top;
}
.news_commonbox .news_subcont .news_subcontr .news_subtxt {
	color: #000;
}
.news_commonbox .news_subcont .news_subcontr .news_subtxt p {
	padding: 10px 0 0 0;
}
.news_commonbox .news_subcont .news_subcontr .news_subtxt .subt {
	font-weight: bold;
}
.news_commonbox .news_subcont .news_subcontr .news_subtxt .subc {
	padding: 0;
}
.news_commonbox .news_subcont .news_subcontr .news_subtxt span {
	color: #0e6eb8;
}
.news_subh3 {
	background: #e0dfe4 url(../images/h3_arr01.png) no-repeat left top;
	font-size: 18px;
	line-height: 32px;
	margin: 0 0 25px 0;
	padding: 0 0 0 3%;
	overflow: hidden;
	clear: both;
	color: #575757;
}
.news_box .news_subcont .news_pdfimg {
	width: 22%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	float: left;
}
.news_box .news_subcont .news_pdfcontr {
	width: 75%;
	height: auto;
	margin: 0;
	padding: 0;
	float: right;
	overflow: hidden;
}
.news_box .news_subcont .news_pdfcontr .news_pdflink {
	width: 100px;
	padding: 0 0 0 20px;
	overflow: hidden;
	float: left;
	margin: 10px 0 0 0;
	line-height: 24px;
	background: #016cba url(../images/icon_arr01.png) no-repeat 10px center;
	text-decoration: underline;
}
.news_box .news_subcont .news_pdfcontr a {
	color: #fff;
	text-decoration: underline;
}
.news_box .news_activitybox {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	clear: both;
}
.news_box .news_activitybox ul {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	overflow: hidden;
	clear: both;
}
.news_box .news_activitybox ul li {
	width: 30%;
	height: auto;
	margin: 0;
	padding: 0 1% 30px 2%;
	overflow: hidden;
	float: left;
	text-align: center;
	font-size: 13px;
}
/*----privacy----*/
.privacy_box {
	clear: both;
	overflow: hidden;
	margin: 0;
	padding: 20px 0 0 0;
}
.privacy_cont {
	clear: both;
	overflow: hidden;
	margin: 0;
	padding: 15px 0 25px 0;
}
.privacy_cont .privacy_conttxt {
	padding: 15px 0 0 0;
	margin: 0;
	overflow: hidden;
	clear: both;
	color: #0e6eb8;
}
.privacy_cont a {
	color: #0e6eb8;
}
/*----sitemap----*/
.sitemap_box {
	clear: both;
	overflow: hidden;
	margin: 0;
	padding: 20px 0 0 0;
}
.sitemap_box ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 50%;
	height: auto;
	overflow: hidden;
}
.sitemap_box ul li {
	clear: both;
	overflow: hidden;
	margin: 0 0 15px 0;
	padding: 0 0 0 15px;
	background: url(../images/icon_01.png) no-repeat left center;
}
.sitemap_box ul li a {
	color: #0563a8;
}
.sitemap_box ul li.second {
	clear: both;
	overflow: hidden;
	margin: 0 0 15px 15px;
	padding: 0 0 0 10px;
	background: url(../images/icon_arr.png) no-repeat left center;
}
.sitemap_box ul li.third {
	clear: both;
	overflow: hidden;
	margin: 0 0 15px 30px;
	padding: 0 0 0 10px;
	background: url(../images/icon_arr.png) no-repeat left center;
}
.nosp {
	display: none;
}
/*thanks*/

textarea {
	width: 80% !important;
	height: 100px !important;
}
.btn_home {
	width: 167px;
	height: 34px;
	line-height: 34px;
	margin: 2% auto;
	font-weight: bold;
	text-align: center;
	border: none;
	background: url(../images/contact_btn_off.jpg) no-repeat;
}
.btn_home a {
	color: #fff;
}
.sub_contact {
	padding: 50px 0 150px 0;
	clear: both;
	overflow: hidden;
}

.storage_img{
	float:left;
	padding:0 2% 0 0;
}

.storage_subtl{
	font-size: 16px;
	color: #575757;
	font-weight: bold;
	margin: 0;
}

 @media only screen and (min-width: 1600px) {
.banner_info {
	top: 71%;
	height: 147px;
}
.bx-wrapper {
	padding: 0 0 5% 0;
}
}
 @media only screen and (max-width: 1600px) {
.banner_info {
	top: 69%;
	height: 147px;
	overflow:hidden;
}
.bx-wrapper {
	padding: 0 0 7% 0;
}
}
 @media only screen and (max-width: 1100px) {
.top_icon {
	width: 4%;
}
.banner_info {
	top: 65%;
	height: 147px;
}
.bx-wrapper {
	padding: 0 0 12% 0;
}
}
 @media only screen and (max-width: 1024px) {
.pc_none {
    display: block;
}
.small_menu {
	display: none;
}
.header_box {
	background: none;
	padding: 0 0 10px 0;
}
.header_box h1 {
	position: inherit;
}
.header_logo {
	padding: 5px 0 0 45px;
	float: left;
}
.header_right {
	float: right;
	width: 365px;
	background: none;
	padding: 0 0 0 2%;
	margin-right:100px;
}


.header_spmenubox{
	margin: 5px 0 5px 0;
	padding: 0;
	width: 40px;
	height: 40px;
	cursor: pointer;
	position:absolute;
	top:30px;
	right:2%
}
.open {
	background: url(../images/sp_menu.jpg) no-repeat left top;
	background-size: 40px 40px;
}

.close {
	background: url(../images/sp_menu_close.jpg) no-repeat left top;
	background-size: 40px 40px;
}

.menu_til {
	cursor:pointer;
	background-image: url(../images/open.png);
	background-position:98% 15px;
	background-repeat:no-repeat;
}

.close_off {
	background-image: url(../images/close.png);
	background-position:98% 15px;
	background-repeat:no-repeat;
}

.li_bg{
	background:#6c767c;
}

.bg1{
	background-color:#09a3e1;
}

.bg01{
	background-color:#0aaced;
}

.bg2{
	background-color:#ab2a46;
}


.bg3{
	background-color:#df8511;
}


.bg4{
	background-color:#0c64ae;
}

.bg04{
	background-color:#0e69b6;
}

.bg5{
	background-color:#bf9b45;
}

.bg05{
	background-color:#cca64a;
}
.bg6{
	background-color:#4d83a3;
}

.bg06{
	background-color:#518bad;
}

.bg7{
	background-color:#e34b57;
}

.bg07{
	background-color:#ed505c;
}

.bg8{
	background:#0a905c;
}
.header_spmenu {
	display: none;
	width: 100%;
	height: auto;
	background: none;
	margin: 0;
	padding: 3% 0;
	clear: both;
	overflow: hidden;	
}
.header_spmenu ul {
	margin: 0;
	padding: 0;
}
.header_spmenu ul li{
	padding: 10px 5px;
	margin: 0;
	overflow: hidden;
	clear: both;
	border-bottom: 1px solid #fff;
	color: #fff;
}

.header_spmenu p {
	padding: 10px;
	margin: 0;
	overflow: hidden;
	clear: both;
	border-bottom: 1px solid #fff;
}
.header_spmenu p a ,
.header_spmenu ul li a{
	color: #fff;
}




.menu_box {
	display: none;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
.bx-wrapper {
	padding: 0;
}
#contarin {
	border-top: #f4f4f4 2px solid;
	clear: both;
	overflow: hidden;
}
#pagetop {
	background: #0d69b3;
	text-shadow: 0 1px 0 #333;
	color: #fff;
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 40px;
	right: 20px;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,.4), inset 0 10px 10px rgba(255,255,255,.1);
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}
#pagetop span i {
	text-align: center;
	vertical-align: middle;
	display: block;
}
/*.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto, .small_menu, .menu_box {
	display: none;
}*/
 
.banner_info {
	position: inherit;
	clear: both;
	overflow: hidden;
}
.top_icon {
	width: 3%;
}
.banner_box {
	width: 26%;
	padding: 0 2%;
}
.lang_box {
	position: inherit;
}
}
 @media only screen and (max-width: 980px) {
.nosp {
	display: block;
}
.nopc {
	display: none;
}
.main_left {
	width: 96%;
	float: none;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
}
.main_right {
	float: none;
	margin: 20px auto;
	clear: both;
	overflow: hidden;
}
.bot_common_box {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	clear: both;
	background: #f3f3f3;
}
.bot_common_box .bot_common {
	width: 98%;
	height: auto;
	margin: 0 auto;
	padding: 50px 0 60px;
	overflow: hidden;
	clear: both;
}
.bot_common_cont {
	position: relative;
	width: 49%;
	height: auto;
	margin: 0;
	padding: 0 1% 0 0;
	overflow: hidden;
	float: left;
}
.bot_common_cont:last-child {
	position: relative;
	width: 49%;
	height: auto;
	margin: 0;
	padding: 0 1% 0 0;
	overflow: hidden;
	float: left;
}
.bot_common_con {
	width: 226px;
	height: auto;
	margin: 0 auto;
	position: relative;
}
.bot_common_cont .bot_common_txt {
	position: absolute;
	top: 20px;
	left: 15px;
}
.banner_info {
	top: auto;
	height: auto;
}
footer {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	clear: both;
}
.footer_box {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 35px 0;
	overflow: hidden;
	clear: both;
}
.footer_box .footer_contl {
	clear: both;
	width: 99%;
	height: auto;
	margin: 0;
	padding: 0 0 0 1%;
	overflow: hidden;
}
.footer_box .footer_contl ul {
	margin: 0;
	padding: 0 0 0 1%;
	float: left;
	width: 32%;
	height: auto;
	overflow: hidden;
}
.footer_box .footer_contl ul li {
	clear: both;
	overflow: hidden;
	margin: 0 0 15px 0;
	padding: 0 0 0 15px;
	background: url(../images/icon_01.png) no-repeat left center;
}
.footer_box .footer_contl ul li a {
	color: #0563a8;
}
.footer_box .footer_contl ul li.second {
	clear: both;
	overflow: hidden;
	margin: 0 0 15px 15px;
	padding: 0 0 0 10px;
	background: url(../images/icon_arr.png) no-repeat left center;
}
.footer_box .footer_contl ul li.third {
	clear: both;
	overflow: hidden;
	margin: 0 0 15px 30px;
	padding: 0 0 0 10px;
	background: url(../images/icon_arr.png) no-repeat left center;
}
.footer_box .footer_contr {
	clear: both;
	width: 100%;
	margin: 0;
	text-align: center;
	padding: 0;
	height: auto;
}
.coryright {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 5px 0;
	overflow: hidden;
	clear: both;
	background: #0568ac;
	color: #fff;
}
.coryright .coryright_cont {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	clear: both;
}
.coryright .coryright_contl {
	width: 49%;
	height: auto;
	margin: 0;
	padding: 0 0 0 1%;
	overflow: hidden;
	float: left;
	font-size: 11px;
}
.coryright .coryright_contr {
	width: 49%;
	height: auto;
	margin: 0;
	padding: 0 1% 0 0;
	overflow: hidden;
	float: right;
	font-size: 12px;
	text-align: right;
}
.sub_h2 {
	width: 708px;
	height: auto;
	margin: 10px 0 0 0;
	padding: 0;
	overflow: hidden;
	clear: both;
	background: url(../images/h2_bg.jpg) no-repeat left top;
	font-size: 20px;
	color: #fff;
	line-height: 33px;
	font-weight: normal;
}
.footer_box .footer_contr .footer_contacttil {
	font-size: 18px;
}
#pagetop {
	bottom: 80px;
}
}
@media only screen and (max-width: 710px) {
.sub_h2 {
	width: 100%;
	height: auto;
	margin: 10px 0 0 0;
	padding: 0;
	overflow: hidden;
	clear: both;
	background: url(../images/h2_bg.jpg) no-repeat left top;
	font-size: 20px;
	color: #fff;
	line-height: 33px;
	font-weight: normal;
}


}
 @media only screen and (max-width: 800px) {

.header_con p,.header_contact{
	display:none;
	}
.header_right{
	width:100px;
	margin-right:10%
}
.header_info{
	padding-top:3px;
}

.header_spmenubox{
	margin: 5px 0 5px 0;
	padding: 0;
	width: 40px;
	height: 40px;
	cursor: pointer;
	position:absolute;
	right:2%;
	
}
.open {
	background: url(../images/sp_menu.jpg) no-repeat left top;
	background-size: 40px 40px;
}

.close {
	background: url(../images/sp_menu_close.jpg) no-repeat left top;
	background-size: 40px 40px;
}
.header_logo {
	padding:0;
}
}

 @media only screen and (max-width: 670px) {
.header_con p,.header_contact{
	display:none;
	}
.header_right{
	width:100px;
	margin-right:10%
}
.header_spmenubox{
	margin: 5px 0 5px 0;
	padding: 0;
	width: 40px;
	height: 40px;
	cursor: pointer;
	position:absolute;
	right:2%;
	
}
.header_logo {
	padding:0;
}
}
 @media only screen and (max-width: 635px) {
.header_con p,.header_contact{
	display:none;
	}
.header_right{
	width:100px;
	margin-right:10%
}
.header_info{
	width:100px;
	margin-right:10%
}
.header_contact {
	width: 369px;
	margin: 5px auto;
}
.top_icon {
	width: 47px;
	float: none;
	margin: 0 auto;
	padding: 10px 0;
}
.banner_box {
	width: 200px;
	float: none;
	margin: 0 auto;
}
.com_box {
	width: 230px;
	margin: 0 auto;
	display:none;
}


.index_sub dl, .index_sub dl.second {
	width: 92%;
	float: left;
	margin: 2%;
}
.index_sub dl dd {
	text-align: center;
}
.service_box {
	display: none;
}
.service_box_sp {
	display: block;
	width: 380px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
}
.service_box_sp p {
	float: left;
	padding: 1%;
}
.coryright {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 5px 0;
	overflow: hidden;
	clear: both;
	background: #0568ac;
	color: #fff;
}
.coryright .coryright_cont {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	clear: both;
}
.coryright .coryright_contl {
	width: 99%;
	height: auto;
	margin: 0;
	padding: 0 0 0 1%;
	overflow: hidden;
	float: left;
	font-size: 11px;
	text-align: center;
}
.coryright .coryright_contr {
	width: 99%;
	height: auto;
	margin: 0;
	padding: 0 1% 0 0;
	overflow: hidden;
	float: right;
	font-size: 12px;
	text-align: center;
}
.copmany_sublink {
	width: 31%;
	height: auto;
	margin: 0 1%;
	padding: 2% 0;
	overflow: hidden;
	float: left;
	text-align: center;
	background: #0e6eb8;
	font-size: 18px;
	line-height: 24px;
}
.news_box .news_tilcont .news_tilcontl {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	float: left;
}
.news_box .news_tilcont .news_tilcontl .news_date {
	float: left;
	margin: 0;
	padding: 0 5%;
	font-size: 13px;
}
.news_box .news_tilcont .news_tilcontl .news_type {
	float: left;
	margin: 0;
	padding: 0 4%;
	font-size: 12px;
	color: #fff;
	background: #0e6eb8;
}
.news_box .news_tilcont .news_til {
	width: 95%;
	height: auto;
	margin: 0;
	padding: 1% 0 0 0;
	overflow: hidden;
	float: right;
}
.news_box .news_activitybox ul li {
	width: 48%;
	height: auto;
	margin: 0;
	padding: 0 1% 30px 1%;
	overflow: hidden;
	float: left;
	text-align: center;
	font-size: 13px;
}
.facility_cont ul li .facility_img .facility_info {
	position: absolute;
	bottom: 6px;
	left: 0;
	color: #fff;
	font-size: 16px;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
}
.index_tabmenu ul li {
	width: 32%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	float: left;
	text-align: center;
	color: #010101;
	line-height: 38px;
	cursor: pointer;
	border: 1px solid #ebeaea;
	border-bottom: none;
	background: #ecebeb;
}
#pagetop {
	bottom: 120px;
}


.bx-wrapper .bx-pager.bx-default-pager a{
	width:10px !important;
}

.header_info{
	float:left;}
}
	/* ニュース一覧 タブ調整 */
	@media only screen and (max-width: 767px) {
		.company_subcombox.news-list .company_sublinkbox a:nth-child(3) {
			display:none;
		}
		.company_subcombox.news-list .copmany_sublink {
			width: 44%;
			margin: 0 3%;
		}
		}
		@media only screen and (max-width: 445px) {
		.company_subcombox.news-list .copmany_sublink {
			font-size:15px;
		}
		}
		@media only screen and (max-width: 350px) {
		.company_subcombox.news-list .copmany_sublink {
			font-size:13px;
		}
	}
 @media only screen and (max-width: 508px) {
.sub_h3 {
	padding: 0 0 0 3%;
}
footer {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	clear: both;
}
.footer_box {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 35px 0;
	overflow: hidden;
	clear: both;
}
.footer_box .footer_contl {
	width: auto;
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.footer_box .footer_contl ul {
	margin: 0;
	padding: 0 0 0 1%;
	float: left;
	width: 49%;
	height: auto;
	overflow: hidden;
}
.footer_box .footer_contl ul:last-child {
	margin: 0;
	padding: 0 0 0 1%;
	float: left;
	width: 90%;
	height: auto;
	overflow: hidden;
}
.footer_box .footer_contl ul li {
	clear: both;
	overflow: hidden;
	margin: 0 0 15px 0;
	padding: 0 0 0 15px;
	background: url(../images/icon_01.png) no-repeat left center;
}
.footer_box .footer_contl ul li a {
	color: #0563a8;
}
.footer_box .footer_contl ul li.second {
	clear: both;
	overflow: hidden;
	margin: 0 0 15px 15px;
	padding: 0 0 0 10px;
	background: url(../images/icon_arr.png) no-repeat left center;
}
.footer_box .footer_contl ul li.third {
	clear: both;
	overflow: hidden;
	margin: 0 0 15px 30px;
	padding: 0 0 0 10px;
	background: url(../images/icon_arr.png) no-repeat left center;
}
.footer_box .footer_contr {
	float: left;
	width: 100%;
	margin: 0;
	text-align: center;
	padding: 0;
	height: auto;
}
.index_linkbox ul li {
	float: left;
	width: 48%;
	height: auto;
	margin: 0;
	padding: 3% 1%;
	text-align: center;
}
.news_banner .news_banner_txt {
	position: absolute;
	top: 10%;
	left: 13%;
	color: #404040;
	font-size: 13px;
}
.news_banner .news_banner_til {
	position: absolute;
	top: 40%;
	left: 13%;
	color: #0e6eb8;
	font-size: 23px;
	font-weight: bold;
}
/*---company---*/
.company_subcontl {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	float: left;
}
.company_subcontr {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	float: right;
}
/*---news---*/
.news_commonbox .news_cont .news_img {
	width: 98%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	clear: both;
	overflow: hidden;
}
.news_commonbox .news_cont .news_contr {
	width: 98%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	clear: both;
	overflow: hidden;
}
.news_commonbox .news_subcont .news_subimg,
.storage_img{
	width: 98%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	float: left;
	overflow: hidden;
	text-align: center;
}
.news_commonbox .news_subcont .news_subcontr{
	width: 98%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	clear: both;
	overflow: hidden;
}


/*----company_message----*/
.message_imgbox {
	float: right;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-align: center;
}
.message_cont {
	float: left;
	margin: 0;
	padding: 0 1%;
	overflow: hidden;
	width: 98%;
}
.message_cont .message_til {
	font-size: 17px;
	margin: 0;
	padding: 0 0 0 15px;
	overflow: hidden;
	clear: both;
	background: url(../images/h3_arr.png) no-repeat left top;
}
.message_cont .message_txt {
	margin: 0;
	padding: 0;
	overflow: hidden;
	clear: both;
}
.message_cont .message_txt p {
	margin: 0;
	padding: 15px 0 0 0;
	overflow: hidden;
	clear: both;
}
#pagetop {
	bottom: 260px;
}

}
@media only screen and (max-width: 450px) {
#lang_sel ul ul{
	width:100px !important;
}
#lang_sel li{
	width: 100px !important;
}
.header_con p,.header_contact{
	display:none;
	}
.header_right{
	width:100px;
	margin-right:10%
}
.header_logo, .head_tel, .head_lange {
	position: inherit;
}

.header_contact {
	margin: 10px 5px 0 5px;
	clear: both;
	overflow: hidden;
	width: auto;
}


.open,.close{
	background-size:100% 100%;
	
	}
.header_spmenubox{
	width:35px;
	height:35px;
	
	right:2%;
}

.lang_box{
	right:0px;
}
.bot_common_box {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	clear: both;
	background: #f3f3f3;
}
.bot_common_box .bot_common {
	width: 98%;
	height: auto;
	margin: 0 auto;
	padding: 50px 0 60px;
	overflow: hidden;
	clear: both;
}
.bot_common_cont {
	position: relative;
	width: 49%;
	height: auto;
	margin: 0;
	padding: 0 1% 0 0;
	overflow: hidden;
	float: left;
}
.bot_common_cont:last-child {
	position: relative;
	width: 49%;
	height: auto;
	margin: 0;
	padding: 0 1% 0 0;
	overflow: hidden;
	float: left;
}
.bot_common_con {
	width: auto;
	height: auto;
	margin: 0 auto;
	position: inherit;
}
.bot_common_cont .bot_common_txt {
	position: absolute;
	top: 20px;
	left: 15px;
}
.copmany_sublink {
	width: 48%;
	height: auto;
	margin: 1%;
	padding: 2% 0;
	overflow: hidden;
	float: left;
	text-align: center;
	background: #0e6eb8;
	font-size: 18px;
	line-height: 24px;
}
.news_banner .news_banner_txt {
	position: absolute;
	top: 5%;
	left: 13%;
	color: #404040;
	font-size: 12px;
}
.news_banner .news_banner_til {
	position: absolute;
	top: 36%;
	left: 13%;
	color: #0e6eb8;
	font-size: 18px;
	font-weight: bold;
}
.facility_cont ul li {
	float: left;
	width: 98%;
	margin: 0 0 20px 0;
	padding: 0 1%;
	overflow: hidden;
	text-align: center;
}
.facility_cont ul li .facility_img {
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
	clear: both;
}
.facility_cont ul li .facility_img .facility_info {
	position: absolute;
	bottom: 10px;
	left: 0;
	color: #fff;
	font-size: 18px;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
}
.facility_cont ul li .facility_txt {
	font-size: 15px;
}
.header_contact p {
	padding: 0 0 0 5px;
}

}
@media only screen and (max-width:420px) {
.header_spmenubox{
	right:2%;
}

/*.header_right{
	display:none;
}*/

.head_lange{
	display:block;
	padding-right:6px;
	margin-bottom:8px;
}

.header_logo{
	width:200px;
}

}
@media only screen and (max-width: 388px) {
/*.header_right, .header_info {
	width: 98%;
	float: none;
}*/
.header_logo{
	width:150px;
}
h1{
	display:none;
	}
.header_spmenubox{
	right:2%;
	top:0;
}

.head_tel{
	float:none;
	text-align:center;
}
.lang_box{
	top:0;
	left:-240px;
}



.index_tabcont dl dt {
	width: 26%;
}
.service_box_sp {
	width: 245px;
}
.bot_common_box {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	clear: both;
	background: #f3f3f3;
}
.bot_common_box .bot_common {
	width: 98%;
	height: auto;
	margin: 0 auto;
	padding: 50px 0 60px;
	overflow: hidden;
	clear: both;
}
.bot_common_cont {
	position: inherit;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	float: left;
}
.bot_common_cont:last-child {
	position: inherit;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	float: left;
}
.bot_common_con {
	width: 226px;
	height: auto;
	margin:0 auto 10px auto;
	position: relative;
}
.bot_common_cont .bot_common_txt {
	position: absolute;
	top: 20px;
	left: 15px;
}
.sub_h2 .h2_english {
	display: none;
}
.news_box .news_activitybox ul li {
	font-size: 12px;
}
.index_tabmenu ul li {
	width: 32%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	float: left;
	font-size: 13px;
	text-align: center;
	color: #010101;
	line-height: 38px;
	cursor: pointer;
	border: 1px solid #ebeaea;
	border-bottom: none;
	background: #ecebeb;
}
.news_banner .news_banner_txt {
	display: none;
}
.news_banner .news_banner_til {
	position: absolute;
	top: 20%;
	left: 13%;
	color: #0e6eb8;
	font-size: 18px;
	font-weight: bold;
}
.lang_box {
	min-width: 100px;
		left:-150px;
}


.header_contact {
	background:none;
	width:180px;
	margin:0 auto;
}
.header_contact .fl_l{
	float:none;
	clear:both;
	background:#0c64ae;
	clear:both;
	margin:5px 0;
}

.header_contact .fl_r{
	float:none;
	clear:both;
	background:#0c64ae;
}
}

.bx-wrapper .bx-pager.bx-default-pager a {
	width: 80px;
}

/*add*/
#lang_sel a, #lang_sel a:visited {
    line-height:normal !important;
}

.wpml-ls-legacy-dropdown {
    width: 115px !important;
    max-width: 100% !important;
}
#lang_sel a.lang_sel_sel {
    background: #fff !important;
    background-image:none !important;
}
/*contact*/
input.wpcf7-form-control.wpcf7-submit {
    width: 167px;
    height: 34px;
    margin: 2% 10px;
    font-weight: bold;
    text-align: center;
    border: none;
    background: url(/wpca/wp-content/themes/dalian-sankyu/images/contact_btn_off.jpg) no-repeat;
    color: #fff;
    cursor: pointer;
}
.company_tablebox .company_histable td span.wpcf7-not-valid-tip {
    color: #f00;
}
select.wpcf7-form-control.wpcf7-select {
    height: 30px;
    width: 313px;
}