
.jq22-container-ipad{
	display: none;
}
.jq22-container-phone{
	display: none;
}
.index_foot_1{
	display: none;
}
@media (max-width: 1024px) {
	#header{
		display: none;
	}

	#phone_header {
		display: block;
		height: 73px;
		top: 0;
		width: 100%;
		position: fixed;
		background: #fff;
		z-index: 999;
	}
	.header_wrap {
		padding-left: 0;
		padding-right: 0;
	}
	.header_wrap:before {
		display: none;
	}
	.header_inner {

	}


	#logo {
		width: 150px;
		position: absolute;
		top: 9px;
		z-index: 551;
		-webkit-transition: top 300ms;
		transition: top 300ms;
		left: 20px;
	}
	#logo a svg path {
		fill: #fff;
		-webkit-transition: fill 300ms;
		transition: fill 300ms;
	}

	.lang_container {
		width: 320px;
		height: 51px;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 651;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: none;
		transition: none;
		background: #fff;
	}
	.lang_menu {
		width: 100%;
		height: 100%;
		margin-left: 15px;
	}
	.lang_menu li a {
		line-height: 65px;
		color: #aaa;
	}
	.lang_menu li:last-child a {
		padding-right: 10.5px;
	}
	.lang_menu li:last-child a:after {
		display: block;
	}
	html:not([lang="ko"]) .lang_container {
		right: 0;
	}
	html:not([lang="ko"]) .lang_menu li:last-child a:after {
		display: none;
	}

	.search_container {
		position: fixed;
		top: 18px;
		right: 161px;
		z-index: 652;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: none;
		transition: none;
	}
	.search_btn {
		width: 14px;
		height: 14px;
	}
	.search_btn:after {
		font-size: 14px;
	}
	.search_btn:hover:after {
		color: #000;
	}
	.main_visual {
		height: 600px;
	}
	#small_menu_btn {
		display: block;
		width: 25px;
		height: 16px;
		position: absolute;
		top: 30px;
		right: 30px;
		z-index: 550;
		cursor: pointer;
		-webkit-transition: top 300ms;
		transition: top 300ms;
	}
	.small_menu_btn_line {
		display: block;
		width: 100%;
		height: 2px;
		position: absolute;
		left: 0;
		background: #000000;
		-webkit-transition: background 300ms;
		transition: background 300ms;
	}
	.small_menu_btn_line_01 {
		top: 0;
	}
	.small_menu_btn_line_02 {
		top: 7px;
	}
	.small_menu_btn_line_03 {
		bottom: 0;
	}

	.small_menu_container {
		display: none;
		width: 320px;
		height: 100%;
		margin: 0;
		padding: 20px 15px 60px;
		position: fixed;
		top: 0;
		bottom: 0;
		left: inherit;
		right: -350px;
		z-index: 650;
		background: #fff;
	}
	.small_menu_container_inner {
		width: 100%;
		height: 100%;
		position: relative;
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee;
		overflow: hidden;
	}

	.small_menu_nav {
		width: 100%;
		height: 100%;
		position: relative;
	}
	#small_menu {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: -1px;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: none;
	}
	#small_menu>li {
		display: block;
		width: 100%;
	}
	#small_menu>li>a {
		display: block;
		width: 100%;
		padding: 15px 0;
		position: relative;
		font-size: 15px;
		line-height: 1.38;
		font-weight: 600;
		color: #222;
		border-bottom: 1px solid #eee;
	}
	#small_menu>li>a:after {
		display: block;
		width: 14px;
		height: 20px;
		position: absolute;
		right: 15px;
		top: 50%;
		margin-top: -7px;
		font-family: 'jt-font';
		content: '';
		background-image: url('../images/wel09.png');
		background-repeat: no-repeat;
		font-size: 10px;
		font-weight: normal;
		line-height: 14px;
		color: #444;
	}
	#small_menu>li.current-page-ancestor>a {
		color: #1c9ad6;
	}
	#small_menu>li>a>span {
		display: block;
		width: 125px;
		padding-right: 28px;
		position: relative;
	}
	#small_menu>li.open>a>span:after {
		content: '';
		display: block;
		width: 7px;
		height: 7px;
		position: absolute;
		right: 12px;
		top: 50%;
		margin-top: -3.5px;
		background: #1c9ad6;
		border-radius: 50%;
	}
	.single-notice #small_menu>li.menu-item-promote>a,
	.single-career #small_menu>li.menu-item-career>a,
	.single-inquiry #small_menu>li.menu-item-career>a {
		color: #1c9ad6;
	}

	.small_depth_menu_nav {
		width: 165px;
		height: 100%;
		position: absolute;
		top: 0;
		right: -165px;
		background: #f6f6f6;
	}
	#small_depth_menu {
		width: 100%;
		height: 100%;
		position: relative;
		overflow: hidden;
	}
	#small_depth_menu>li {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		opacity: 0;
		visibility: hidden;
		-ms-overflow-style: none;
	}
	#small_depth_menu .sub-menu {
		display: block;
		width: 100%;
		padding: 0 20px;
	}
	#small_depth_menu .sub-menu>li {
		display: block;
		width: 100%;
	}
	#small_depth_menu .sub-menu>li>a {
		display: block;
		padding: 16px 0;
		font-size: 14px;
		line-height: 1.38;
		font-weight: 600;
		color: #888;
	}
	#small_depth_menu .sub-menu>li>a>span {
		color: #888;
	}
	#small_depth_menu .sub-menu>li.current-menu-item>a,
	#small_depth_menu .sub-menu>li.current-page-ancestor>a {
		color: #1c9ad6;
	}
	.single-notice #small_depth_menu .sub-menu>li.menu-item-news>a,
	.single-career #small_depth_menu .sub-menu>li.menu-item-employment>a,
	.single-inquiry #small_depth_menu .sub-menu>li.menu-item-career-inquiry>a {
		color: #1c9ad6;
	}

	.addition_menu_nav {
		width: 320px;
		padding: 0 15px;
		position: absolute;
		bottom: 20px;
		right: 0;
		z-index: 652;
	}
	.addition_menu li {
		float: left;
	}
	.addition_menu li a {
		display: block;
		padding: 0 10px;
		position: relative;
		font-size: 13px;
		font-weight: 400;
		color: #222;
	}
	.addition_menu li a:after {
		content: '';
		display: block;
		width: 1px;
		height: 12px;
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -6px;
		background: #ddd;
	}
	.addition_menu li:first-child a {
		padding-left: 0;
	}
	.addition_menu li:last-child a {
		padding-right: 0;
	}
	.addition_menu li:last-child a:after {
		display: none;
	}
	.addition_menu li a span {
		display: block;
		position: relative;
	}
	.addition_menu li.competent a span {
		padding-right: 16px;
	}
	.addition_menu li.competent a span:after {
		display: block;
		width: 12px;
		height: 12px;
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -6px;
		font-family: 'jt-font';
		content: '';
		font-size: 12px;
		font-weight: normal;
		line-height: 1;
		color: #222;
	}

	#small_menu_close {
		display: block;
		width: 30px;
		height: 30px;
		position: fixed;
		top: 10.5px;
		right: -30px;
		z-index: 650;
		cursor: pointer;
		background-image: url("../images/close.png");
		background-repeat: no-repeat;
	}

	#small_menu_overlay {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		background: #000000;
		background: rgba(0, 0, 0, .8);
		z-index: 600;
	}
	.chutou {
		margin: 0 auto;
		margin-left: 90px;
		margin-right: 90px;
		background-color: white;
		margin-top: -145px;
		position: relative;
	}
	.pa1 .ul1 li {
		width: 585px;
		height: 220px;
		padding: 50px 50px 30px;
		background: url(../images/3_3.png) center bottom no-repeat;
		background-size: 100%;
	}
	.pa1 .ul1 li .lbox {
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		transition: all .5s;
		width: 154px;
		height: 220px;
		overflow: hidden;
		border: 1px solid #ddd;
		box-sizing: border-box;
		background: #fff;
		padding: 10px;
		text-align: center;
		float: left;
		margin-right: 40px;
	}
	.jq22-container{
		display: none;
	}
	.jq22-container-ipad{
		display: block;
	}
	.tabs-vertical-ipad{
		font: bold 13px sans-serif;
		background-color: #f7f7f7;
		box-shadow: 0 0 22px #E2E2E2 inset, 2px 2px 3px #E8E8E8;
		border: 1px solid #CECECE;
		margin: 30px auto 30px;
		/* max-width: 1580px;*/
		width: 90%;
		text-align: center;
		border-radius: 2px;
		height: auto;
	}

	/* The tabs */

	.tabs-vertical-ipad ul{
		float: left;
		list-style: none;
		text-align: left;

		margin: 0;
		padding-left: 0;
	}

	.tabs-vertical-ipad ul li{
		margin-right: -1px;
		font-size: 20px;
	}

	.tabs-vertical-ipad ul li a{
		display: block;
		text-decoration: none;
		color: #656a6d;

		border: 1px solid transparent;
		border-right: 0;
		border-left: 0;

		padding: 16px 40px 16px 20px;
	}


	.tabs-vertical-ipad ul li a.tab-active {
		border-color: #dddddd;
		background-color: #ffffff;
		box-shadow: 0px 2px 0px #EFEFEF;
	}

	.tabs-vertical-ipad ul li:first-child a{
		border-top: 0;
	}

	/* The content */

	.tabs-vertical-ipad .tabs-content-placeholder-ipad{
		overflow: hidden;
		border-left: 1px solid #dddddd;
		font-weight: normal;
		background-color: #fff;
		padding: 20px 40px 45px;
		margin: 0 auto;
		box-shadow: -3px 0 0px #F3F3F3;
		text-align: center;
		height: auto;
	}
	.tabs-vertical-ipad .tabs-content-placeholder-ipad a{
		padding: 0 5px;
	}
	.tabs-vertical-ipad .tabs-content-placeholder-ipad .tab-content{
		display: none;
	}

	.tabs-vertical-ipad .tabs-content-placeholder-ipad .tab-content-active{
		display: block;
	}

	.tabs-vertical-ipad .tabs-content-placeholder-ipad div p{
		color: #565a5c;
		line-height: 1.5;
		text-align: left;

		margin: 5px 0 20px;
	}

	.tabs-vertical-ipad .tabs-content-placeholder-ipad div img{
		max-width: 100%;
	}
	.index_foot {
		height: 626px;
		width: 100%;
		background-color: #aeaeae;
		padding: 56px 0;
		font-family: "思源黑体";
	}
}

@media (max-width: 768px) {
	.chutou {
		margin: 0 auto;
		margin-left: 90px;
		margin-right: 90px;
		background-color: white;
		margin-top: -136px;
		position: relative;
	}
	.ne1 .t_nav a {
		display: block;
		width: 33%;
		padding: 0;
		float: left;
		line-height: 3;
		border-left: 1px solid #ddd;
		border-top: 1px solid #ddd;
		box-sizing: border-box;
	}
	.tabs-vertical-ipad {
		font: bold 13px sans-serif;
		background-color: #f7f7f7;
		box-shadow: 0 0 22px #E2E2E2 inset, 2px 2px 3px #E8E8E8;
		border: 1px solid #CECECE;
		margin: 30px auto 30px;
		/* max-width: 1580px; */
		width: 100%;
		text-align: center;
		border-radius: 2px;
		height: auto;
	}
	.tabs-vertical-ipad .tabs-content-placeholder-ipad {
		overflow: hidden;
		border-left: 1px solid #dddddd;
		font-weight: normal;
		background-color: #fff;
		padding: 20px 0px 45px;
		margin: 0 auto;
		box-shadow: -3px 0 0px #F3F3F3;
		text-align: center;
		height: auto;
	}
	.pa1 .ul1 li .lbox {
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		transition: all .5s;
		width: 154px;
		height: 220px;
		overflow: hidden;
		border: 1px solid #ddd;
		box-sizing: border-box;
		background: #fff;
		padding: 10px;
		text-align: center;
		float: left;
		margin: 5px 20px;
	}
	.pa1 .ul1 li {
		width: 583px;
		height: 220px;
		padding: 50px 5px 30px;
		background: url(../images/3_3.png) center bottom no-repeat;
		background-size: 100%;
	}
	.index_foot {
		height: 333px;
		width: 100%;
		background-color: #aeaeae;
		padding: 56px 0;
		font-family: "思源黑体";
	}
	.technical_support {
		margin-left: 63px;
	}
}
@media (max-width: 414px){
	#logo {
		width: 140px;
		position: absolute;
		top: 9px;
		z-index: 551;
		-webkit-transition: top 300ms;
		transition: top 300ms;
		left: 20px;
	}
	#logo img {
		border: 0;
		width: 90%;
	}
	#small_menu_btn {
		display: block;
		width: 25px;
		height: 16px;
		position: absolute;
		top: 24px;
		right: 5%;
		z-index: 550;
		cursor: pointer;
		-webkit-transition: top 300ms;
		transition: top 300ms;
	}
	.small_menu_btn_line {
		display: block;
		width: 100%;
		height: 2px;
		position: absolute;
		left: 0;
		background: #000000;
		-webkit-transition: background 300ms;
		transition: background 300ms;
	}
	.small_menu_btn_line_01 {
		top: 0;
	}
	.small_menu_btn_line_02 {
		top: 7px;
	}
	.small_menu_btn_line_03 {
		bottom: 0;
	}

	.small_menu_container {
		display: none;
		width: 320px;
		height: 100%;
		margin: 0;
		padding: 10px 15px 60px;
		position: fixed;
		top: 0;
		bottom: 0;
		left: inherit;
		right: -350px;
		z-index: 650;
		background: #fff;
	}
	.small_menu_container_inner {
		width: 100%;
		height: 100%;
		position: relative;
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee;
		overflow: hidden;
	}

	.small_menu_nav {
		width: 100%;
		height: 100%;
		position: relative;
	}
	#small_menu {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: -1px;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: none;
	}
	#small_menu>li {
		display: block;
		width: 100%;
	}
	#small_menu>li>a {
		display: block;
		width: 100%;
		padding: 15px 0;
		position: relative;
		font-size: 15px;
		line-height: 1.38;
		font-weight: 600;
		color: #222;
		border-bottom: 1px solid #eee;
	}
	#small_menu>li>a:after {
		display: block;
		width: 14px;
		height: 20px;
		position: absolute;
		right: 40px;
		top: 50%;
		margin-top: -7px;
		font-family: 'jt-font';
		content: '';
		background-image: url('../images/wel09.png');
		background-repeat: no-repeat;
		font-size: 10px;
		font-weight: normal;
		line-height: 14px;
		color: #444;
	}
	#small_menu>li.current-page-ancestor>a {
		color: #1c9ad6;
	}
	#small_menu>li>a>span {
		display: block;
		width: 125px;
		padding-right: 28px;
		position: relative;
	}
	#small_menu>li.open>a>span:after {
		content: '';
		display: block;
		width: 7px;
		height: 7px;
		position: absolute;
		right: 30px;
		top: 50%;
		margin-top: -3.5px;
		background: #1c9ad6;
		border-radius: 50%;
	}
	.single-notice #small_menu>li.menu-item-promote>a,
	.single-career #small_menu>li.menu-item-career>a,
	.single-inquiry #small_menu>li.menu-item-career>a {
		color: #1c9ad6;
	}

	.small_depth_menu_nav {
		width: 165px;
		height: 100%;
		position: absolute;
		top: 0;
		right: -165px;
		background: #f6f6f6;
	}
	#small_depth_menu {
		width: 100%;
		height: 100%;
		position: relative;
		overflow: hidden;
	}
	#small_depth_menu>li {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		opacity: 0;
		visibility: hidden;
		-ms-overflow-style: none;
	}
	#small_depth_menu .sub-menu {
		display: block;
		width: 100%;
		padding: 0 20px;
	}
	#small_depth_menu .sub-menu>li {
		display: block;
		width: 100%;
	}
	#small_depth_menu .sub-menu>li>a {
		display: block;
		padding: 16px 0;
		font-size: 14px;
		line-height: 1.38;
		font-weight: 600;
		color: #888;
	}
	#small_depth_menu .sub-menu>li.current-menu-item>a,
	#small_depth_menu .sub-menu>li.current-page-ancestor>a {
		color: #1c9ad6;
	}
	.single-notice #small_depth_menu .sub-menu>li.menu-item-news>a,
	.single-career #small_depth_menu .sub-menu>li.menu-item-employment>a,
	.single-inquiry #small_depth_menu .sub-menu>li.menu-item-career-inquiry>a {
		color: #1c9ad6;
	}

	.addition_menu_nav {
		width: 320px;
		padding: 0 15px;
		position: absolute;
		bottom: 20px;
		right: 0;
		z-index: 652;
	}
	.addition_menu li {
		float: left;
	}
	.addition_menu li a {
		display: block;
		padding: 0 10px;
		position: relative;
		font-size: 13px;
		font-weight: 400;
		color: #222;
	}
	.addition_menu li a:after {
		content: '';
		display: block;
		width: 1px;
		height: 12px;
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -6px;
		background: #ddd;
	}
	.addition_menu li:first-child a {
		padding-left: 0;
	}
	.addition_menu li:last-child a {
		padding-right: 0;
	}
	.addition_menu li:last-child a:after {
		display: none;
	}
	.addition_menu li a span {
		display: block;
		position: relative;
	}
	.addition_menu li.competent a span {
		padding-right: 16px;
	}
	.addition_menu li.competent a span:after {
		display: block;
		width: 12px;
		height: 12px;
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -6px;
		font-family: 'jt-font';
		content: '';
		font-size: 12px;
		font-weight: normal;
		line-height: 1;
		color: #222;
	}

	#small_menu_close {
		display: block;
		width: 30px;
		height: 30px;
		position: fixed;
		top: 10.5px;
		right: -30px;
		z-index: 650;
		cursor: pointer;
		background-image: url(../images/close.png);
		background-repeat: no-repeat;
	}

	#small_menu_overlay {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		background: #000000;
		background: rgba(0, 0, 0, .8);
		z-index: 600;
	}
	.banner .b_box .tt {
		margin-top: 150px;
	}
	.f_28 {
		font-size: 1.8rem;
	}
	.f_12 {
		font-size: 1.5rem;
	}
	.banner {
		position: relative;
		overflow: hidden;
		background-image: url(../images/xw_banner.jpg);
		background-attachment: fixed;
		height: 440px;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.chutou {
		margin: 0 auto;
		margin-left: 20px;
		margin-right: 20px;
		background-color: white;
		margin-top: -100px;
		position: relative;
	}
	.ne1 .t_nav a {
		display: block;
		width: 33%;
		padding: 0;
		float: left;
		line-height: 3;
		border: 1px solid #ddd;
		box-sizing: border-box;
	}
	.jq22-container-phone{
		display: block;
	}
	.jq22-container-ipad{
		display: none;
	}

	.jq22-container-phone .pa1{padding-bottom: 100px;}

	.jq22-container-phone .pa1 .ul1{/*border-top: 1px dotted #ddd;padding: 0 50px;*/}

	.jq22-container-phone .pa1 .ul1 li{width: 2000px;height: 220px;padding: 50px 0px 30px;background: space;}

	.jq22-container-phone .pa1 .ul1 li .lbox{-webkit-transition: all .5s; -moz-transition: all .5s; transition: all .5s;width: 145px;height: 220px;overflow: hidden; border:1px solid #ddd;box-sizing: border-box;background: #fff;padding: 10px;text-align: center;float: left;margin-right: 0;}

	.jq22-container-phone .pa1 .ul1 li .lbox img{display: block;width: 100%;margin: 0 auto;height: 160px;}
	.jq22-container-phone .pa1 .ul1 li .lbox  a{display: block;text-decoration: none;color: #7f888d;font-size: 14px;margin: 0 0 15px 0;padding-bottom: 5px;}

	.jq22-container-phone .pa1 .ul1 li .lbox .tc{padding-top: 5px;}

	.jq22-container-phone .pa1 .ul1 li .lbox:nth-child(4){margin-right: 0;}

	.jq22-container-phone .pa1 .ul1 li .lbox:hover{box-shadow: 2px -2px 10px 0 rgba(0, 0, 0, .1);-webkit-transform: translateY(-10px);transform: translateY(-10px);}

	.index_foot{display: none}
	.index_foot_1{display: block}
	.add {
		margin-left: 0;
	}
	.technical_support {
		margin-left: 0;
	}
}
@media (max-width: 375px){
	#small_menu_container {
		width: 80%;

	}
	#small_menu_close {
		display: block;
		width: 30px;
		height: 30px;
		position: fixed;
		top: 10.5px;
		right: -42px;
		z-index: 650;
		cursor: pointer;
		background-image: url(../images/close.png);
		background-repeat: no-repeat;
	}
	#small_menu>li>a>span {
		display: block;
		width: 125px;
		padding-right: 15px;
		position: relative;
	}
	#small_menu_btn {
		display: block;
		width: 25px;
		height: 16px;
		position: absolute;
		top: 24px;
		right: 5%;
		z-index: 550;
		cursor: pointer;
		-webkit-transition: top 300ms;
		transition: top 300ms;
	}
}
@media (max-width: 360px){
	#small_menu_close {
		display: block;
		width: 30px;
		height: 30px;
		position: fixed;
		top: 10.5px;
		right: -56px;
		z-index: 650;
		cursor: pointer;
		background-image: url(../images/close.png);
		background-repeat: no-repeat;
	}
}
@media (max-width: 320px) {
	#small_menu > li.open > a > span:after {
		content: '';
		display: block;
		width: 7px;
		height: 7px;
		position: absolute;
		right: 55px;
		top: 50%;
		margin-top: -3.5px;
		background: #1c9ad6;
		border-radius: 50%;
	}

	#small_menu_close {
		display: block;
		width: 30px;
		height: 30px;
		position: fixed;
		top: 10.5px;
		right: -75px;
		z-index: 650;
		cursor: pointer;
		background-image: url(../images/close.png);
		background-repeat: no-repeat;
	}

	#small_menu_btn {
		display: block;
		width: 25px;
		height: 16px;
		position: absolute;
		top: 20px;
		right: 5%;
		z-index: 550;
		cursor: pointer;
		-webkit-transition: top 300ms;
		transition: top 300ms;
	}
	#small_menu_container {
		width: 85%;
	}
}