body {
	font-family: 'Noto Sans Korean WEB', sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #fff;
	overflow-x: hidden;
	transition: none;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	color: #232323;
	transition: 0.5s ease;
}

a:hover,
a:active,
a:focus {
	color: #000;
	text-decoration: none;
	outline: none;
}

.sitemap-line-btn {
    width: 30px;
    height: 30px;
    margin-top: 35px;
    position: absolute;
}
.sitemap-line-btn .line{
	display:block; 
	width:25px; 
	height:2px; 
	background-color:#fff; 
	margin:0px auto 7px;
}
.sitemap-line-btn .line:last-child{
	margin-bottom:0;
}
.sitemap-custom-btn{
	float:left; 
	width:32px; 
	height:32px; 
	color:#333; 
	border:1px solid #5c5c5c; 
	border-color:#333; 
	margin-left:10px;
}
.sitemap-custom-btn i{
	font-size:30px;
}

.pc_nav{
	display: inline-block;
}

#white_bg{
	display: block;
}
#blue_bg{
	display: none;
}
#white_sub{
	display: block;
}
#blue_sub{
	display: none;
}

nav.navbar.bootsnav {
	position: absolute;
	width: 100%;
	border-bottom: 2px solid #ffffff;
	background: none;
}

nav.navbar.bootsnav ul.nav>li>a {
	font-size: 18px;
    font-weight: 400;
	color: #ffffff;
	padding: 30px 25px;
	margin-bottom: 10px;
}

nav.navbar.bootsnav ul.nav>li.dropdown:hover .dropdown-menu {
	display: block;
}
.navbar-right .dropdown:after {
	content: '';
	display: block;
	width: 0px;
	height: 2px;
	margin-left: 30px;
	background: #e60012;
	position: absolute;
	left: 0;
	margin-top: -2px;
	transition: 0.5s ease;
}

.navbar-right .dropdown:hover:after,
.navbar-right .dropdown.open:after {
	width: 55px;
}

.navbar-right .dropdown-menu {
	left: 0;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
	background-color: #ffffff;
	border: none;
	width: 210px;
	transition: 0.5s ease;
	display: block;
	opacity: 0;
	z-index: -1;
	max-height: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

nav.navbar.bootsnav li.dropdown.open ul.dropdown-menu,
nav.navbar.bootsnav li.dropdown:hover ul.dropdown-menu {
	opacity: 1;
	z-index: 1;
	max-height: 500px;
	padding: 15px 30px 30px;
}

nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
	text-align: left;
	font-size: 14px;
	font-weight: 200;
	color: #fff;
	padding: 10px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a:hover {
	font-weight: 500;
}

.main-banner {
	background-image: url('../images/banner01.png');
	background-repeat: no-repeat;
	background-size:cover;
	height: 100%;
	overflow: hidden;
}

.main-banner .text-area {
	width: 100%;
	text-align: center;
	padding: 350px 0 250px;	position: relative;
	top: 0;
	z-index: 1;
}

.main-banner .text-area h2 {
	font-size: 65px;
	font-weight: 200;
	color: #ffffff;
	border-bottom: 3px solid #fff;
	display: inline-block;
	padding-bottom: 40px;
}

.main-banner .text-area p {
	font-size: 22px;
	font-weight: 300;
	color: #fff;
	padding-top: 35px;
}
.help-block {
    position: absolute;
    top: -15px;
    background: #fff;
    left: 20px;
    font-size: 12px;
    font-style: normal;
    z-index: 3;
}

.main-item .hd h4 {
	font-size: 38px;
	font-weight: 500;
}

.main-item .hd p {
	font-weight: 200;
	font-size: 18px;
}

.main-item1 .bd .text-area {
	text-align: center;
	position: absolute;
	font-size: 15px;
	color: #fff;
	width: 100%;
	margin-left: -15px;
	top: 50%;
	margin-top: -58px;
}

.main-item1 .bd .text-area .title {
	font-size: 25px;
	padding: 0 15px;
}

.main-item1 .bd .text-area p {
	font-weight: 200;
	padding: 20px 15px;
}

.main-item1 .ft {
	padding: 45px 0 80px;
	text-align: center;
}

.main-item1 .ft a ,a.redbutton {
	font-size: 15px;
	font-weight: 200;
	color: #e60012;
	padding: 0 40px;
	line-height: 40px;
	border-radius: 20px;
	border: 1px solid #e60012;
	display: inline-block;
	transition: 0.5s ease;
}

.main-item1 .ft a:hover ,a.redbutton:hover {
	color: #fff;
	background: #e60012;
}
.myVideo{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	object-fit: fill;
}
.main-item1 {
	/*background-image: url('../images/banner01.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;*/
}
.main-item4{
	padding-top:30px;
	background-color: #171717;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.main-item5 .hd{
	padding-top:30px;
}
.main-item2,.main-item3 {
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.main-item1-text{
	padding-top: 100px;
	padding-left: 160px;
}
.main-item1-text01{
	font-size: 55px;
	font-weight: 500;
	color: #fff;
}
.main-item1-text01 span{
	color: #dbde94;
}
.main-item1-text02{
	font-size: 16px;
	margin-top:20px;
	font-weight: 400;
	color: #fff;
}
.main-item1-text02_img{
	padding-bottom: 5px;
	padding-left: 20px;
}
.main-item1-text03{
	margin-top:180px;
}
.main-item2-img{
	margin-top:-42px;
	padding-left: 0px;
}
.main-item2-text{
	padding:0px;
}
.main-item2-text01{
	font-family: mySecondFont;
	color:#000;
	font-weight: 500;
	font-size: 55px;
	float: left;
	text-align: left;
	margin-top: 30px;
}
.main-item2-text02{
	color:#000;
	font-weight: 400;
	font-size: 16px;
	padding: 10px 0px;
	float: left;
	text-align: left;
	margin-top: 200px;
}
.main-item2-text03{
	margin-top:50px;
}
.main-item3 .hd{
	padding: 160px 0 50px;
}
.slide_content{
    display: none;
  }
.img_content{
	padding:20px 0px;
}
.img_text01{
	font-size: 32px;
	color:#000;
	font-weight: 500;
	padding-top: 40px;
}
.img_text02{
	padding-top: 10px;
	font-size: 16px;
	color:#000;
	font-weight: 300;
}
.swiper-container-1 .swiper-slide-active{
 	margin-top: -26px;
}
.swiper-slide-active .img_active{
  	height: 760px;
}
.swiper-slide-duplicate-active{
  margin-bottom: 100px;
}
.swiper-slide img{
  width:100%;
  border-radius: 4px;
}
.swiper-button-next, .swiper-button-prev{
  width:86px;
  height:112px;
  background-size:86px 112px;
  margin-top:-56px;
  outline:none;
}
.swiper-button-next{
  background-image:url(img/cursor-next.png);
}
.swiper-button-prev{
  background-image:url(img/cursor-prev.png);
} 
.swiper-lazy{
    max-width: 100%;
}
.swiper-slide-active .slide_content{
	display: block;
	position: absolute;
	top:100px;
	left:50px;
	right:50px;
	background-color: #fff;
} 
.main-item4-text{
	top:80px;
}
.main-item5-text{
	top:30px;
}
.main-item4-text01{
	color:#fff;
	font-weight: 400;
	font-size: 16px;
	text-align: left;
}
.main-item4-text02{
	font-family: mySecondFont;
	color:#fff;
	font-weight: 500;
	font-size: 57px;
	text-align: left;
}
.main-item4-text03{
	color:#fff;
	font-weight: 400;
	font-size: 16px;
	text-align: left;
	margin-top:30px;
}
.main-item4-text04{
	margin-top:50px;
	color:#fff;
	font-weight: 400;
	font-size: 16px;
	text-align: left;
}
.main-item4-text05{
	padding-top:15px;
	color:#fff;
	font-weight: 400;
	font-size: 22px;
	text-align: center;
}
.main-item4-text06{
	color:#fff;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	height:40px;
}
.main-item4-text_img{
	text-align: center;
	margin-top:20px;
}
.img_position{
	padding-top:30px;
}
.main-item5-text01,.main-item5-text03{
	color:#000;
	font-weight: 400;
	font-size: 16px;
	text-align: left;
}
.main-item5-text02{
	color:#000;
	font-weight: 500;
	font-size: 57px;
	text-align: left;
}
.img-responsive{
    display: block;
    max-width: 100%;
    height: auto;
}
.main-item5-text04{
	padding-top:10px;
	color:#000;
	font-weight: 500;
	font-size: 20px;
	text-align: left;
}
.main-item5-text05{
	padding-top:10px;
	color:#8f9051;
	font-weight: 400;
	font-size: 18px;
	text-align: left;
}
.main-item5-text05 span{
	color:#dedede;
	font-size: 18px;
	font-weight: 400;
}
.slide-custor{
	bottom: 100px;
    position: absolute;
    right: 100px;
}
.main-item5-text .prev {
    background: url(../images/main-icon-arrow-left.png) center center no-repeat;
}
.main-item5-text .next {
    background: url(../images/main-icon-arrow-right.png) center center no-repeat;
}
.main-item5-text-slide{
	top:50px;
}
/*.owl-item.active .item{
   border-bottom: 2px solid red;
}*/

.main-item5-text .button {
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: inline-block;
    transition: 0.5s ease;
}
.main-item5-text i {
    display: inline-block;
    width: 1px;
    height: 16px;
    margin-bottom: 11px;
    background: rgba(255, 255, 255, 0.3);
}
.main-item6{
	background-color: #171717;
	top: 80px;
}
.brand_img{
	max-width: 100%;
	width: 100%;
	height: 780px;
	max-height: 780px;
}
.main-item7 .hd{
	padding-top: 140px;
}
.main-item7-text01{
	color:#000;
	font-size: 35px;
	font-weight: 500;
}
.main-item7-text02{
	margin-top:20px;
	margin-left:30px;
	height: 50px;
	width:480px;
	border:2px solid #171717;
	color:#4b4645;
	font-size: 20px;
	font-weight: 500;
	padding:10px 30px;
	text-align: center;
}
.footer_logo{
	text-align: left;
}
.footer_logo1{
	text-align: right;
	padding-top:50px;
	/*padding-right: 90px;*/
}
.footer_container{
	width: 100%;
	max-width: 1700px;
	padding: 0 15px;
	margin: 0 auto;
	position: relative;
}
footer{
	width: 100%;
	margin:0 auto;
	background: #fff;
	padding: 50px 0;
	
}
.footer_text1 {
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 20px;
	margin-top:10px;
}
.footer_text1 span{
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 20px;
	margin-top:10px;
}
.bottom_line{
	max-width: 1200px;
	margin-top:15px;
	border-bottom: 1px solid #545454;
}

.footer_top_btn{
	position: absolute;
	top:-115px;
	right: -150px;
	width: 70px;
	height: 70px;
	cursor: pointer;
	z-index: 9;
}
.swiper-button-prev{
    background-image: none !important;
    top: 70px !important;
    width: 40px !important;
	height: 40px !important;
	border-radius: 20px !important;
	border:1px solid #171717 !important;
}
.swiper-button-prev:hover,.swiper-button-next:hover{
	background-color: #171717;
	color: #fff;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    
    background-image: none !important;
    top: 70px !important;
    width: 40px !important;
	height: 40px !important;
	border-radius: 20px !important;
	border:1px solid #171717 !important;
}
.text{
	position: absolute;
    top: 11px;
    right: 13px;
}
.sub_footer{
	background-color: #f7f7f7;
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}
.sub_pc_nav{
	background-color: rgba(48, 48, 48, 0.3) !important;
	
}
.sub1_1_bg{
	background-image: url('../images/sub1_1_banner01.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.sub_text {
    width: 100%;
    top: 50%;
    left: 0px;
    position: absolute;
    z-index: 99;
    display: block;
    transform: translate(0%, -50%);
}
.banner_text_content {
    display: block;
    color: #fff;
    text-align: center;
}
.sub1_1_text_01 {
    font-size: 53px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin-bottom: 14px;
}
.sub1_1_text_02 {
    font-size: 78px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin-bottom: 14px;
}
.sub1_nav{
	font-size: 22px;
    font-weight: 400;
    color: #000;
    text-align: center;
    display: inline-block;
    padding:80px 0px;
    border-bottom: 1px solid #9c9c9c;
    width: 100%;
}
.sub1_nav_text{
	margin-right:50px;
	font-weight: 400;
}
.active_nav{
	font-size: 22px;
    font-weight: bold;
    color: #000;
    border:1px solid #000;
    padding: 4px;
    width: 100px;
    height:100px;
    border-radius:30px;
}
.ceo_info{
	padding: 100px 0px;
	background-image:url('../images/ceo_bg.png');
	background-repeat: no-repeat;
	overflow:hidden;
}
.history_info{
	padding-bottom: 100px;
}
.chart_info{
	padding: 100px 0px;
	text-align: center;
}

@font-face{
    font-family: myFirstFont;
    src:url('../fonts/tw-cen-mt-std-extra-bold.otf');
    font-weight:normal;
    font-style:normal;
}
@font-face{
    font-family: mySecondFont;
    src:url('../fonts/tw-cen-mt-std-semi-medium.otf');
    font-weight:normal;
    font-style:normal;
}




.sub1_2_text{
	font-family: myFirstFont;
	font-size: 220px;
	color:#f6f6f6;
	font-weight: bold;
	position: relative;
	margin-bottom: -150px;
}
.sub1_1_text01{
	font-family: mySecondFont;
	font-size: 45px;
	font-weight: 500;
	padding-top: 150px;
}
.sub1_1_text02{
	font-size: 18px;
	font-weight: 500;
	padding-top: 50px;
}
.sub1_1_text03{
	font-size: 13px;
	font-weight: 400;
	padding-top: 50px;
}
.sub1_1_text04{
	font-size: 18px;
	font-weight: bold;
	padding-top: 50px;
}
.right_line{
	border-right: 1px solid #9c9c9c;
	padding: 50px 0px;
	text-align: center;
}
.left_line{
	border-left: 1px solid #9c9c9c;
	margin-left:-1px !important;
	padding: 50px 0px;
	text-align: center;
}
.sub1_2_text01{
	text-align: right;
	padding-top: 100px;
	padding-right: 100px;
	font-size:38px;
	color: #000;
	font-weight: bold;
}
.sub1_2_text02{
	text-align: right;
	padding-top: 50px;
	padding-right: 100px;
	font-size:22px;
	color: #585858;
	font-weight: 400;
}
.sub1_2_text02 span{
	text-align: right;
	padding-top: 50px;
	font-size:22px;
	color: #585858;
	font-weight: bold;
}
.sub1_2_text03{
	text-align: left;
	padding-top: 180px;
	padding-left: 100px;
	font-size:38px;
	color: #000;
	font-weight: bold;
}
.sub1_2_text04{
	text-align: left;
	padding-top: 50px;
	padding-left: 100px;
	font-size:22px;
	color: #585858;
	font-weight: 400;
}
.sub1_2_text04 span{
	text-align: left;
	padding-top: 50px;
	font-size:22px;
	color: #585858;
	font-weight: bold;
}
.sub1_2_text05{
	text-align: right;
	padding-top: 150px;
	padding-right: 100px;
	font-size:38px;
	color: #000;
	font-weight: bold;
}
.sub2_nav{
	margin:80px 0px;
	border-top: 1px solid #9c9c9c;
}
.sub3_nav{
	margin:80px 0px;
	border-top: 1px solid #9c9c9c;
}
.sub2_1_text01{
	text-align: left;
	padding-top: 50px;
	padding-left: 80px;
	font-size:16px;
	color: #000;
	font-weight: 400;
}
.sub2_1_text02{
	font-family: mySecondFont;
	text-align: left;
	padding-left: 80px;
	font-size:57px;
	color: #000;
	font-weight: 500;
}
.sub2_1_text03{
	text-align: left;
	padding-left: 80px;
	padding-bottom: 50px;
	font-size:20px;
	color: #000;
	font-weight: 400;
}
.sub2_1_imglist{
	margin-top:50px;
	margin-left:100px;
}
.sub3_1_imglist{
	margin-top:50px;
	margin-left:30px;
}
.sub2_1_imgtext{
	text-align: center;
}
.sub2_1_img{
	display: flex;
	align-items: center;
	height: 250px;
}
.sub2_1_img img{
	align-items: center;
	max-width: 90px;
}
.sub2_1_text04{
	font-size:18px;
	color: #000;
	font-weight: bold;
	padding-top: 10px; 
	padding-bottom: 10px; 
}
.sub2_1_text05{
	font-size:14px;
	color: #000;
	font-weight: 400;
	padding-bottom: 10px; 
}
.sub2_1_imgtext{
	padding-left:0px;
	padding-right:0px;
}
.sub_banner_mobile{
	max-width:100%;
	padding:0px;
}
.modal_video{
	position: fixed; 
	text-align: center; 
	width: 100%; 
	height: 100%; 
	top: 0; 
	z-index: 9999; 
	display: none;
}
.table_video{
	width: 100%; 
	height: 100%;
	background-color: rgba(50, 50, 50, 0.8);
}
.video_box{
	width: 1120px; 
	position: relative
}
.video_play{
	width: 1120px;
	z-index: 999;
}
.close_video{
	display: block; 
	position: absolute; 
	top: -40px; 
	z-index: 2;
	width: 100%;
	color: #fff;
}
.close_video:hover{
	color: #fff;
}
.icon_close{
	font-size: 27px;
	float:right;
	margin-top: 8px;
}
.icon_text{
	font-size: 27px;
	float:left;
}

.news_info{
	padding-top: 50px;
	padding-bottom: 100px;
    text-align: center;
}
.img_list{
	margin-top:50px;
}
.sub5_1_text_01{
	font-size: 28px;
	font-weight: 400;
}
.sub5_1_text_02{
	font-size: 77px;
	font-weight: 500;
}
.sub5_1_text_03{
	font-size: 25px;
	font-weight: 500;
	color: #000;
	text-align: left;
	padding-left: 20px;
	padding-top: 10px;
	height: 60px;
}
.sub5_1_text_04{
	padding-left: 20px;
	padding-top: 10px;
    color: #8f9051;
    font-weight: 400;
    font-size: 18px;
    text-align: left;
}
.sub5_1_text_04 span{
    color: #dedede;
    font-weight: 400;
    font-size: 18px;
}
.form-control{
	border:none;
	box-shadow: none;
	font-size: 18px;
}
.form-group{
	margin:20px 0px;
	border-bottom: 1px solid #9c9c9c;
	height: 60px;
}
.form-group:last-child{
	margin:20px 0px;
	border-bottom: 1px solid #9c9c9c;
	height: 160px;
}
.sub5_2_text_01{
	font-size: 52px;
	font-weight: 400;
}
.sub5_2_text_02{
	font-size: 77px;
	font-weight: 500;
}
.sub5_2_text_03{
	font-family: mySecondFont;
	font-size: 52px;
	font-weight: 500;
	color: #000;
	border-bottom:2px solid #000;
	text-align: left;
}
.sub5_2_text_04{
	font-size: 22px;
	font-weight: 400;
	color: #000;
	text-align: left;
}

.sub5_2_text_05{
	font-size: 32px;
	font-weight: 500;
	color: #000;
	text-align: left;
	padding-top:30px;
}
.sub5_2_text_06{
    margin-top:35px;
    border: 2px solid #9c9c9c;
    color: #cfcecd;
    font-size: 22px;
    font-weight: 500;
    padding: 4px 20px;
    text-align: center;
}
.sub5_2_text_07{
	font-size: 18px;
	font-weight: 400;
	color: #ccc;
	text-align: left;
	left: 12px;
}
input[type='radio'] {
    border-radius: 15px;
    position: relative;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}
input[type='radio']:checked:after {
    width: 18px;
    height: 18px;
    border-radius: 15px;
    top: -6px;
    left: -3px;
    position: relative;
    background-color: #dbde94;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}
.btn-default.focus {
  color: #000 !important;
  background-color: #dbde94 !important;
  border-color: #dbde94 !important;
}
.btn-default:hover {
  color: #000 !important;
  background-color: #dbde94 !important;
  border-color: #dbde94 !important;
}
.banner_text_content{
	display: block;
	margin-top:180px;
}
.article-detail .detail-header .title {
	font-size: 28px;
	color: #000;
	padding: 12px 0;
}
.article-detail .detail-header span {
	font-size: 18px;
	color: #999999;
	font-weight: 400;
	margin-right: 15px;
}
.article-detail .detail-header span i {
	margin-right: 5px;
}
.article-detail .detail-header {
	border-bottom: 1px solid #ccc;
	margin-bottom: 50px;
	margin-top: 50px;
}
.article-detail .detail-navigation {
	margin-bottom: 35px;
}
.article-detail .detail-navigation ul {
	margin: 0;
	padding: 0;
	margin-top: 35px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.article-detail .detail-navigation ul li {
	list-style: none;
	padding: 15px 0;
}
.article-detail .detail-navigation ul li:first-child {
	border-bottom: 1px solid #ccc;
}
.article-detail .detail-navigation ul li:last-child {
	border-top: 1px solid #ccc;
	margin-top: -1px;
}
.article-detail .detail-navigation ul li span {
	padding: 0 15px;
	position: absolute;
}
.article-detail .detail-navigation ul li span i {
	margin-right: 5px;
}
.article-detail .detail-navigation ul li a {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	display: block;
	color: #dbde94;
	padding-left: 100px;
}
.article-detail article img {
	display: block;
	max-width: 100%;
	height: auto;
}
.article-detail .detail-filelist {
	margin-top: 35px;
}
.article-detail .detail-filelist ul {
	margin: 0;
	padding: 0;
}
.article-detail .detail-filelist ul li {
	list-style: none;
	padding: 7px 0;
}
.article-detail .detail-filelist ul li span {
	padding: 0 10px;
}
.article-detail .detail-filelist ul li a i {
	margin-right: 4px;
}
.article-detail .detail-filelist ul li a {
	background: #dbde94;
	padding: 5px 10px;
	border-radius: 4px;
	color: #000;
	transition: 0.5s ease;
	text-decoration: none;
}
.article-detail .detail-filelist ul li a:hover {
	background: #dbde94;
}
.article-detail{
	text-align: left;
}
.sub3_1_text_01{
	font-size: 28px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}
.sub3_1_text_02{
	font-size: 77px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}
.sub3_1_text_03_first{
	font-size: 25px;
    font-weight: bold;
    color: #000;
    padding-left: 30px;
    text-align: left;
}
.sub3_1_text_03{
	font-size: 25px;
    font-weight: 400;
    color: #000;
    padding-left: 30px;
    text-align: left;
}
.sub3_1_text_04{
	font-size: 23px;
    font-weight: 400;
    color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
}
.sub3_1_text05{
	text-align: left;
	padding-top: 50px;
	padding-left: 30px;
	font-size:16px;
	color: #000;
	font-weight: 400;
}
.sub3_1_text06{
	font-family: mySecondFont;
	text-align: left;
	padding-left: 30px;
	font-size:55px;
	color: #000;
	font-weight: 500;
}
.click_img{
	max-width: 100%;
}
.sub2-2-text{
	padding-left: 30px;
}
.sub2-2-img{
	margin-left: 20px;
}
.sub2_2nav {
    margin: 80px 0px;
}
.sub2_2_imgtext{
	text-align: left;
	padding:100px 80px 0px;
}
.sub2-2-text01{
	font-size: 33px;
	color: #000;
	font-weight: 500;
}
.sub2-2-text02{
	font-size: 20px;
	color: #000;
	font-weight: 400;
	padding-top: 50px;
	padding-bottom: 50px;
}
.sub2-2-text03 span{
	font-size: 16px;
	color: #000;
	font-weight: 400;
	padding-right: 50px;
}
.map_loction{
	height: 755px;
}
.main_map_loction{
	height: 600px;
	margin-top:50px;
}
.mobile_silde{
	display: none;
}
.pc_silde{
	display: block;
}
.container-main-item7{
	max-width: 1500px;
}
.main-item5-lr{
	right:-100px !important;
}
.main-item5-border{
	border-top: 1px solid #171717;
}


































.animated_01 {
    -webkit-animation-duration: 1s !important;
    -webkit-animation-fill-mode: both;
    animation-duration: 1s !important;
    animation-fill-mode: both;
}
.animated_02 {
    -webkit-animation-duration: 2s !important;
    -webkit-animation-fill-mode: both;
    animation-duration: 2s !important;
    animation-delay:0.5s;
    animation-fill-mode: both;
}
.animated_03 {
    -webkit-animation-duration: 3s !important;
    -webkit-animation-fill-mode: both;
    animation-delay:1s;
    animation-duration: 3s !important;
    animation-fill-mode: both;
}
#header_modal .modal-content{
    background-image: none;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
    text-align: center;
    height: 100%;
}
#header_modal .modal-body{
    top:35%;
}
#header_modal .modal-header {
    padding: 0px;
    top: 10%;
    right: 12.5%;
    position: relative;
    border-bottom: 0;
}
#header_modal button.close{
    opacity: 1;
}
#header_modal .modal-header i{
    font-size: 35px;
    color:#000;
}
#header_modal p{
    font-size: 26px;
    color: #000;
    padding: 8px 0;
    font-weight:600;
    /*border-bottom:solid 1px #666;*/
}
#header_modal ul{
    margin-top: 6px;
}
#header_modal li{
    padding: 6px 0;
}
#header_modal li a{
    color:#000;
    font-size: 18px;
    padding: 8px 0;
}
#header_modal li a:hover{
    color:#dbde94;
   
}
#header_modal .col-xs-6{
    min-height: 300px;
}
#form-template {
	padding-bottom: 80px;
}

#form-template button {
	margin-top: 30px;
	background: #fff;
	font-size: 15px;
	font-weight: 200;
	color: #000;
	padding: 0 40px;
	line-height: 40px;
	/*border-radius: 20px;*/
	border: 1px solid #d2d2d2;
	display: inline-block;
	transition: 0.5s ease;
	font-weight: 500;
}

#form-template button:hover {
	color: #fff;
	background: #e60012;
}

footer .logo-ft {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	transition: 0.5s ease;
}

footer .logo-ft:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
}

footer .hd {
	margin-bottom: 25px;
	border-bottom: 1px solid #a0a0a0;	padding:0!important;
}

footer .bd {
	font-size: 12px;
	color: #898989;
}

.sub-container .sub-top-banner {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#fullpage .active .animate {
	animation-fill-mode: both;
	visibility: visible!important;
}
#fullpage .fadeInUp{
		-webkit-animation-name: null;
		animation-name: null;
}
#fullpage .active .fadeInUp{
		-webkit-animation-name: fadeInUp;
		animation-name: fadeInUp;
}
#fullpage .bounceIn {
    -webkit-animation-duration: .75s;
    -webkit-animation-name: null;
    animation-duration: .75s;
    animation-name: null;
}#fullpage .active .bounceIn {
    -webkit-animation-duration: .75s;
    -webkit-animation-name: bounceIn;
    animation-duration: .75s;
    animation-name: bounceIn;
}
.container {
    max-width: 100%;
}
.container-fluid{
	max-width: 1700px;
}
header {
  width: 100%;
  position: absolute;
  left: 0px;
  z-index: 999;
  top: 0px;
  min-height: 90px;
  transition: all 0.3s;
}
header:hover{
  background: #171717;
}
header:hover .sitemap-line-btn .line{
	background-color:#000;
}
.link_active{
	display: none;
}
.logo {
  float: left;
  margin-top: 20px;
  position: relative;
  z-index: 99;
}
.mobile_nav{
  display: none;
}
.pc_nav{
  display: inline-block;
  background-color: #171717;
  margin-bottom: 0px;
}

.logo_img{
  display: inline-block;
  max-width: 100%;
}

.logo_hover_img{
  display: none;
}
header:hover .logo_img{
  display: none !important;
}
header:hover .pc_nav{
  background-color: #171717;
}
header:hover .logo_hover_img{
  display: inline-block !important;
  max-width: 100%;
}
.pc_nav_ul{
  float:left;
  width: 100%;
}
.pc_nav_ul li{
  float: left;
  width: 20%;
}
.pc_nav_ul li a{
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  display: block;
  padding: 32px 0px;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}

.pc_nav_ul li a span{
  width: 100%;
  position: absolute;
  z-index: 99;
  bottom: 9px;
  height: 2px;
  left: 0px;
  background: none;
  /*transition: all 0.3s;*/
}
.pc_nav_ul li a span {
    width: 100%;
    z-index: 99;
    bottom: -4px;
    height: 3px;
    left: 0px;
    position: absolute;
}

.pc_nav_ul .active a span {
	background: #2c4b97;
    width: 100%;
    z-index: 99;
    bottom: -10px;
    height: 3px;
    left: 0px;
    position: absolute;
}
.link_action{
	display: none;
}
header:hover .pc_nav_ul li a{
  color: #fff;
}
.pc_nav_ul li a:hover{
  color: #fff !important;
}

.sub_menu{
  	width: 100%;
    position: absolute;
    top: 100%;
    left: 0px;
    background: #171717;
    transition: height ease 0.3s;
    height: 0px;
    z-index: 999;
    overflow: hidden;
}
.header_line{
	height: 10px;
	border-bottom:1px solid #fff;
	background-color: #171717;
}
header:hover .sub_menu{
  height: 200px;
}
.sub_menu_list{
  width: 100%;
    float: left;
}
.sub_menu_ul{
  float: left;
  width:20%;
  min-height: 280px;
  box-sizing: border-box;
}
.sub_menu_ul:last-child{
  border-right: none;
}
.sub_menu_ul li{
  width: 100%;
  float: left;
  margin-bottom: 12px;
  text-align: center;
}
.sub_menu_ul li a{
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  padding-top: 15px;
}
.sub_menu_ul li a:hover{
  color: #fff;
}
.sub_menu_ul li:last-child{
  margin-bottom: 0;
}
.main-item2 .hd {
	text-align: center;
	margin-top:100px;
}
.my_nav {
  background: none;
  border: none;
  margin-top: 60px;
  margin-bottom: 0px;
}
.my_nav_ul > li > a {
  color: #fff !important;
  padding-bottom: 32px;
  font-size: 14px;
  line-height: 20px;
  padding-left: 15px;
  padding-right: 15px;
  letter-spacing: -0.5px;
}
.my_nav_ul > li.open > a {
  background: none !important;
}
.my_nav_ul > li:hover > ul {
  display: inline-block;
}
.my_nav_ul > li.open > ul {
  display: none;
}
.my_nav_ul > li > ul {
  display: none;
  background: #222;
  left: -15px;
  padding: 15px 30px;
  box-sizing: border-box;
  min-width: 210px;
}
.my_nav_ul > li > ul:before {
  content: "";
  float: left;
  width: 18px;
  height: 2px;
  background: #fff;
  margin-left: 0px;
  margin-top: -15px;
}
.my_nav_ul > li > ul > li {
  width: 100%;
  float: left;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}
.my_nav_ul > li > ul > li:last-child {
  border-bottom: none;
}
.my_nav_ul > li > ul > li > a {
  color: #999999;
  padding: 0px;
  background: none;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 10px;
  line-height: 20px;
  padding-top: 10px;
}
.my_nav_ul > li > ul > li > a:hover {
  background: none !important;
  color: #fff;
}


.info_detail{
	margin-top: 10px;
	font-size: 14px;
	font-weight: 600;
	color: #f7fcff;
	line-height: 20px;
	text-align:center;
}
.index_content{
	position: relative;
	width: 100%;
	max-width: 1200px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
}
.content{
	padding-top: 24%;
    padding-bottom: 3%;
    max-width: 1200px;
    margin: 0 auto;
}
.content_row{
	display: flex;
	margin-left: -80px;
	padding-top: 40px;
}
.banner_text_content_title{
	width: 100%;
    float: left;
    text-align: center;
    font-size: 35px;
    color: #ffffff;
    letter-spacing: -0.5px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 20px;
}
.banner_text_content_center {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 60px;
    color: #fff;
    letter-spacing: 0.5px;
    font-weight: bold;
    margin-bottom: 25px;
}
.banner_text_content_center span {
	display: inline-block;
	padding-bottom: 20px;
}
.list-group-item{
	background: none;
    border: none;
}
.m_img{
	width: 136px;
	margin-top:0px;
}
.bd{
	width: 100%;
    float: left;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    line-height: 20px;
}
.show_icon{
	float: left;
    display: inline;
    margin-top: 0;
    margin-right: 50px;
}
.icon_desc{
	text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    line-height: 20px;
    margin-top: 20px;
    width: 136px;
}
.mobile_show{
	display:none;
}
.pc_show{
	display:block;
}
.banner_scroll {
    position: absolute;
    z-index: 998;
    left: 50%;
    bottom: 50px;
    margin-left: -48px;
    width: 65px;
    cursor: pointer;
    height: 72px;
}
.banner_scroll span {
    width: 65px;
    height: 72px;
    animation: down_ani 1.5s ease-in-out infinite;
    background: url(../images/banner_srcoll_btn.png);
    position: relative;
    display: block;
    top: 0px;
    left: 0px;

}

@keyframes down_ani {          
       0% {top:5px;} 
	   50% {top:20px;}  
       100% {top:5px;} 
}
@keyframes first{
    0% {transform:scaleX(0.5);left:0px;}
    100% {transform:scaleX(1);left:2px;} 
}
@keyframes last{
	0% {transform:scaleX(0.7);left:-10px;}
	20% {transform:scaleX(0.3);left:2px;}
	100% {transform:scaleX(0.3);left:0px;}
}   
@keyframes middle{
	0% {transform:scaleX(0.7);left:-10px;}
	20% {transform:scaleX(0.45);left:2px;}
	100% {transform:scaleX(1);left:2px;}
} 
@media only screen and (max-width:1200px){
    .swiper-slide {
        width:770px;
      }
}
@media only screen and (max-width:980px){
    .swiper-slide {
        width:471px;
      }
}
@media only screen and (max-height:480px){
    .swiper-slide {
        width:471px;
      }
}
@media (max-width:768px) {
	.brand_img {
	    height: auto !important;
	}
	.main-item5-border{
		border:none;
	}
	input[type='radio']:checked:after {
	    width: 20px;
	    height: 20px;
	    top: -2px;
	}
	.main-item-slide{
		overflow: hidden !important;
	}
	.main-item1-text02_img{
		padding-left: 0px;
	}
	.text {
	    top: 4px;
	    right: 8px;
	}
	.main_map_loction{
		height: 300px;
		max-width: 100%;
	}

	.map_loction{
		height: 300px;
	}
	.sub2_2_imgtext{
		text-align: left;
		padding:0px;
		padding-top: 50px;
	}
	.sub2_1_text01{
		padding-top: 0px;
	}
	.sub2-2-text02 {
	    font-size: 14px;
	    line-height: 20px;
	    padding-top: 20px;
	    padding-bottom: 20px;
	}
	.icon_close {
	    font-size: 24px;
	    margin-top: 2px;
	}
	.video_box,.video_play{
		max-width: 350px;
	}
	.btn-lg, .btn-group-lg > .btn {
	     padding: 6px 6px; 
	}
	.article-detail .detail-header .title {
	    font-size: 20px;
	}
	.sub5_2_text_03 {
	    font-size: 24px;
	    text-align: center;
	}
	.sub5_2_text_05,.sub2-2-text01,.sub5_2_text_01,.sub5_2_text_02,.sub5_1_text_02,.sub3_1_text_02,.sub3_1_text06,.sub2_1_text02{
		font-size: 24px;
	}
	.sub5_2_text_06,.sub5_1_text_01,.sub5_1_text_03,.icon_text,.sub3_1_text_01{
		font-size: 20px;
	}
	textarea.form-control{
		height: 100px;
	}
	.sub3_1_imglist{
		margin-left: 0px;
	}
	.form-group {
		height: 70px;
	}
	.sub5_2_text_04{
		font-size: 18px;
	}
	.sub3_1_text_03,.sub2_1_text03{
		padding-top:10px;
		font-size: 16px;
	}
	.sub5_2_text_07,.sub5_2_text_04{
		padding-left: 0px;
		padding-right: 0px;
	}
	.form-control{
		padding:0px;
	}
	.sub1_nav{
		padding-top:0px;
	}
	.sub3_nav{
		margin-top:0px;
	}
	.sub2_nav,.sub2_2nav{
		margin-top:50px;
		border:none;
	}
	.sub_text {
	    top: -80px;
	    position: relative;
	}
	.sub1_1_text_01 {
	    font-size: 20px;
	}
	.sub1_1_text01{
		font-size: 20px;
	    padding-top: 50px;
	}
	.sub1_1_text02{
		font-size: 15px;
	}
	.sub1_1_text03 {
		font-size: 14px;
	}
	.sub1_2_text {
	    font-size: 60px;
	}
	.sub1_2_text01,.sub1_2_text05{
		padding-right: 0px;
		font-size:24px;
	}
	.sub1_2_text02{
		padding-right: 0px;
		font-size:20px;
	}
	.sub1_2_text03{
		padding-top: 0px;
		font-size:24px;
		text-align: right;
	}
	.sub1_2_text04{
		font-size:20px;
		padding-left:0px;
		text-align: right;
	}
	.history_info{
		padding-bottom: 50px;
	}
	.left_line,.right_line{
		border:none;
	}
	.sub_banner_mobile{
		margin-top: -10px;
	}
	.call_location{
		position: relative;
		margin-top: 48px;
		float: right;
	}
	.banner_scroll span {
	    background:none;
	}
	.banner_scroll{
		display: none;
	}
	.pc_show{
		display:none;
	}
	.mobile_show{
		display:block;
	}
	.icon_desc{
		text-align: center;
	    font-size: 12px;
	    color: #fff;
	    font-weight: 400;
	    line-height: 20px;
	    margin-top: 20px;
	    max-width: 100%;
	}
	.bd{
		margin:0 auto;
	}
	.show_icon{
		margin:0 auto;
	}
	.m_img{
		max-width: 100%;
		margin-top:20px;
	}
	.banner_text_content_title{
		font-size: 14px;
	}
	.banner_text_content_center{
		margin-bottom: 10px;
	}
	.banner_text_content_center span{
		padding-bottom: 5px;
	}
	.footer_top_btn{
		display: none;
	}
	.pop_index{
		display: none;
	}
	.sub_nav_ul li a{
		font-size:14px;
		padding:15px 0;
	}
	.index_images_text_title{
		font-size:20px;
		margin-bottom: 10px;
	}
	.index_images_text_content{
		font-size: 14px;
		line-height: 20px;
	}
	.index_images_title{
		font-size: 28px;
	}
	.index_images_dec{
		font-size: 14px;
	}
	.agree_radio{
		text-align: left;
	}
	.back_btn{
		margin-bottom: 80px;
	}
	.sub_title{
		margin-top: 50px;
		font-size: 28px;
	}
	.sub_title_dec{
		font-size: 14px;
		margin-bottom: 30px;
	}
	.footer_container{
		padding: 0 30px;
	}
	.navbar-toggle{
		margin-top: 0px;
	}
	.sub_menu{
		display: none;
	}
	.mobile_nav{
		display: inline-block;
		width: 100%;
		min-height:90px;
		/*position: absolute;*/
		top:0px;
		background: #000000 !important;
		z-index: 9;
		border-bottom: 1px solid #fff;
	}
	.pc_nav{
		display: none;
	}
	.my_nav_ul > li > ul {
		width: 100%;
		float: left;
		position: static !important;
		background-color: rgba(0,0,0,0.5) !important;
	}
	.my_nav_ul > li.open > ul {
		display: inline-block !important;
		position: static !important;
		width: 100% !important;
		
		padding: 0px !important;
	}
	.my_nav_ul > li > a {
		padding: 20px 0px !important;
		text-align: center;
		font-size: 18px;
	}
	.my_nav_ul > li:hover > ul {
		display: none;
	}
	.my_nav_ul > li > ul:before {
		display: none;
	}
	.my_nav_ul > li > ul > li > a {
		font-size: 14px;
		text-align: center;
		color: #fff !important;
		font-weight: 400;
		padding: 20px 0px !important;
	}
	header {
		position: fixed;
		background: #000 !important;
	}
	.logo{
		margin-top: 20px !important;
	}
	.logo_img{
		display: inline-block !important;
		min-width: 130px;
	}
	.my_nav{
		margin-top:30px;
	}
	.logo_hover_img{
		display: none !important;
		width: 120px;
	}

	.call_img{
		display: inline-block !important;
		max-width: 15%;
	}
	.call_hover_img{
		display: none !important;
	}
	.attr-nav {
	    width: 100%;
	    padding-bottom: 15px;
	    display: block;
	    text-align: right;
	    position: unset!important;
	}
	.swiper-container {
		float: left;
		width: 100%;
		margin-bottom: 20px;
	}
	.banner_text_content_center {
		font-size: 24px;
	}
	.banner_content {
		height: 300px;
		overflow: hidden;
	}
	.my_tab{
		margin: 0;
	}
	.sub_tab {
	    margin-top: 0px;
	}
	.sub_tab li {
	    width: 33.3333333333%;
	}
	.index_center_content{
		width: 100%;
		margin: 0 auto;
		min-height: 540px;
		margin-top:320px;
	}
	body {
		font-size: 14px;
	}	
	.bg{
	    display:none;
	}
	.bg_img{
	    display:none;
	}
	.info_detail{
		margin-top: 10px;
		font-size: 14px;
		font-weight: 600;
		color: #f7fcff;
		line-height: 20px;
		text-align:center;
	}
	.index_content{
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
		margin: 0 auto;
	}
	.content{
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.content_row{
		display: block;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 35px;
	}
	.content_row img{
		padding-top:10px;
		padding-bottom:10px;
	}
}
@media (max-width:992px) {
	.main-item5-lr{
		right: -80px !important;
	}
	.swiper-button-prev,.swiper-button-next{
		width: 30px !important;
    	height: 30px !important;
	}
	.mobile_location{
		padding-right: 0px;
		padding-left: 0px;
	}
	.mobile_silde_img{
		width: 100% !important;
	}
	.mobile_silde{
		display: block;
	}
	.mobile_silde .swiper-slide{
		width: 100% !important;
	}
	.swiper-pagination-bullet{
		width: 20px !important;
		bottom: 20px;
	}
	.swiper-pagination-bullet img{
		width: 30px !important;
	}
	.pc_silde{
		display: none;
	}
	.main-item6{
		height: auto !important;
		top:0px;
	}
	.sub2_1_text01,.sub2_1_text02,.sub2_1_text03{
		padding-left: 0px;
	}
	.sub2_1_imglist{
		margin-left: 0px;
	}
	.sub2_1_img{
		display: none;
	}
	.sub1_nav_text{
		margin-right:20px;
	}
	.main-item4-text03,.main-item4-text04{
		margin-right: 0px;
		margin-left: 0px;
	}
	.myVideo{
		height: 400px;
		width:100%;
		min-height: 400px;
	}
	.main-item1-text {
	    padding: 0px;
	    padding-top: 100px;
	}
	.main-item1-text01,.main-item2-text01,.main-item3-contact01 {
	    font-size: 24px !important;
	    padding-left: 20px;
	}
	.main-item .hd {
	    padding: 0px 0px;
	}
	.main-item2-text {
	     padding-top:0px;
	     padding-bottom: 20px; 
	}
	.main-item2-text02 ,.main-item3-contact02{
	    font-size: 18px;
	    padding-left: 20px;
	}
	.ub-button {
    	margin-top: 50px;
    	padding: 8px 20px;
    }
    .index_about_content_list{
    	padding-left: 20px;
    }

    .tab_text{
    	height: 380px;
    }
    .main-item2 .hd ,.main-item2-text02{
	    margin-top: 0px;
	}
	.main-item1-text{
		top:50px;
	}
	.main-item4 {
	    margin-top: 30px;
	    padding-bottom: 30px;
	}
	/*.banner_text_content{
		display: none;
	}*/
	.slide-custor {
		bottom: 130px;
    }
	.main-item2-img{
		margin-top:130px;
	}
	.main-item1-text03{
		display: none;
	}
    .main-item4-text01 {
	    font-size: 30px;
	}
	.main-item4-text02 {
	    font-size: 20px;
	}
	.main-item4-text {
	     top: 0px; 
	}
	.main-item4-text03 img{
		width:100%;
	}
	.main-item4-text03-content,.main-item4-text04-content{
		width:100%;
		height: 180px;
		display: block;
	}
	/*.main-item4-text04 img{
		width:100%;
	}*/
	.main-item4-text03,.main-item4-text04{
		width:100%;
	}
	
	.main-item5-text03 {
	    margin-top: 20px;
	    margin-left: 0px;
	}
	.main-item5-text-slide {
	    top: 40px;
	    margin-bottom: 60px;
	}
	.main-item6-text_img span{
	    font-size: 20px;
	}
	.main-item6-contact01{
		font-size: 24px;
	}
	.main-item6-contact02,.main-item5-text02,.main-item5-text01{
		font-size: 18px;
	}
	.main-item6-contact {
	    margin-top: 0px;
	    margin-bottom: 50px;
	}
	.main-item7-text02 {
	    font-size: 16px;
	    padding: 10px 10px;
	    max-width: 100%;
	    margin-left:0px;
	}
	.main-item7-text01 {
		margin-top: 30px;
	    font-size: 22px;
	}
	.footer_logo1{
		text-align:left;
		padding-top:0px;
		padding-right:0px;
	}
}
@media (max-width:1062px) {
	.sub5_2_text_05{
		font-size: 18px !important;
	}
	.pc_nav_ul li{
	    float: left;
    	max-width: 110px;
	}
	.pc_nav_ul li a {
	    font-size: 14px;
	    font-weight: 400;
	    color: #fff;
	    display: block;
	    padding: 32px 0px;
	    box-sizing: border-box;
	    position: relative;
	}
	header:hover .pc_nav_ul li a{
		font-size: 14px;
	}
	.sub_menu_list{
		max-width: 100%;
    	margin-right: -2px;
	    float: right;
	}
	.sub_menu_ul{
		float: left;
		max-width: 110px;
		min-height: 260px;
		box-sizing: border-box;
		margin-top: 16px;
	}
	.sub_menu_ul:last-child{
		border-right: none;
	}
	
	.sub_menu_ul li a{
		display: block;
		font-size: 14px;
		font-weight: 400;
	}
}
@media (max-width:1336px) {

	.sub2-2-text02{
		font-size: 18px;
	}
	.sub5_2_text_05{
		font-size: 18px;
	}
	.myVideo {
	    max-width: 100%;
	    min-height: auto;
	    object-fit: fill;
	}
	.main-item1-text {
	    padding-top: 150px;
	}
	.main-item1-text01,.main-item2-text01{
	    font-size: 45px;
	}
	.main-item2-text02 {
	    margin-top: 50px;
	}
}

@media (max-width:1536px) {
	.sub2_2_imgtext {
	    padding: 100px 10px 0px;
	}
	.sub1_1_text02 {
		font-size: 18px;
	}
	.ceo_info{
		padding: 100px 0px;
		background-image:url('../images/ceo_bg.png');
		background-repeat: no-repeat;
		overflow:hidden;
	}
	.main-item4-text{
		top: 50px;
	}
	.main-item4-text_img{
		margin-top:0px;
	}
	.main-item4-text_img img{
		max-width: 140px;
		max-height: 140px;
	}
	.main-item6{
		height: auto !important;
		top:120px;
	}
	.brand_img{
		height: 650px;
		max-height: 650px;
	}
	.main-item1-text03{
		margin-top:120px;
	}
	.container-main-item7{
		max-width: 100%;
	}
	.sub5_2_text_05{
		font-size: 20px;
	}
	.sub5_2_text_06{
		margin-top:30px;
	}
	.sub1_1_text01 {
	    padding-top: 70px;
	}
	.left_line,.right_line{
		border:none;
	}
	.pc_nav_ul li{
	    float: left;
    	width: 20%;
	}
	.pc_nav_ul li a {
	    font-size: 16px;
	    font-weight: 400;
	    color: #fff;
	    display: block;
	    padding: 32px 0px;
	    box-sizing: border-box;
	    position: relative;
	}
	header:hover .pc_nav_ul li a{
		font-size: 16px;
	}
	.call_img{
		display: inline-block;
		width: 64px;
	}
	.call_hover_img{
		display: none;
	}
	.sub2_1_img img {
	    max-width: 80px;
	    margin-left: 25px;
	}
	.sub_menu_list{
		max-width: 1000px;
	    margin-right: 0px;
	    float: left;
	}
	.sub_menu_ul{
		float: left;
		width:20%;
		min-height: 260px;
		box-sizing: border-box;
		margin-top: 16px;
	}
	.sub_menu_ul:last-child{
		border-right: none;
	}
	.sub_menu_ul li a{
		display: block;
		font-size: 16px;
		font-weight: 400;
	}
	
}




#section0 .fp-scroller {
	height: 100%;
}