
.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: -135px;
		position: relative;
	}
	.ne1 .t_nav a {
		display: block;
		width: 33%;
		padding: 0;
		float: left;
		line-height: 3;
		border: 1px solid #ddd;
		/* border-top: 1px solid #ddd; */
		box-sizing: border-box;
	}
	.page2 {
		overflow: hidden;
		display: block;
	}
	.b_box {
		margin-top: 0;
		color: white;
		text-align: center;
	}
	.index_foot {
		height: 626px;
		width: 100%;
		background-color: #aeaeae;
		padding: 56px 0;
		font-family: "思源黑体";
	}
	.video-box1 {
		height: 360px;
		position: relative;
		overflow: hidden;
		cursor: pointer;
		width: 30%;
		float: left;
		margin: 15px;
		left: 0;
	}
	#logo {
		width: 180px;
		position: absolute;
		top: 9px;
		z-index: 551;
		-webkit-transition: top 300ms;
		transition: top 300ms;
		left: 20px;
	}
}

@media (max-width: 768px) {
	.banner .b_box .tt {
		margin-top: 25%;
	}
	.video-box1 {
		height: 360px;
		position: relative;
		overflow: hidden;
		cursor: pointer;
		width: 45%;
		float: left;
		margin: 15px;
		left: 0;
	}
	.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;
	}

	.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: 165px;
		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;
	    z-index: -1;
    }
    .banner:before{
        content: "";
        position: fixed;
        z-index: -1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: inherit;
        -webkit-background-size: cover!important;
        -o-background-size: cover;
        background-size: cover!important;
    }
	.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;
	}

	.index_foot{display: none}
	.index_foot_1{display: block;height: 150px}

	.add {
		margin-left: 0;
	}
	.technical_support {
		margin-left: 0;
	}
	.b_box {
		margin-top: 0;
		color: white;
		text-align: center;
	}
	.video-box1 {
		height: 360px;
		position: relative;
		overflow: hidden;
		cursor: pointer;
		width: 95%;
		float: left;
		margin: 15px;
		left: 0;
	}
	.box {
		width: 90%;
		overflow: hidden;
	}
}
@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;
	}

	.b_box {
		margin-top: 0;
		color: white;
		text-align: center;
	}
	.video-word {
		margin: 10px 0;
		text-align: center;
		color: #000;
		font-size: 19px;
	}

}
@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: 25px;
		right: 5%;
		z-index: 550;
		cursor: pointer;
		-webkit-transition: top 300ms;
		transition: top 300ms;
	}
	#small_menu_container {
		width: 85%;
	}
	#phone_header {
		display: block;
		height: 65px;
		top: 0;
		width: 100%;
		position: fixed;
		background: #fff;
		z-index: 999;
	}
	#logo {
		width: 150px;
		position: absolute;
		top: 9px;
		z-index: 551;
		-webkit-transition: top 300ms;
		transition: top 300ms;
		left: 20px;
	}
	.video-word {
		margin: 10px 0;
		text-align: center;
		color: #000;
		font-size: 16px;
	}
}