/* sub header  */
.header__fixed {
    position: fixed;
    width: 100%;
    height: 120px;
    background-color: #ffffff;
    border-bottom: 1px solid #e1e1e1;
    z-index: 999;
}
.header__inner {
    position: relative;
    width: 1200px;
    height: 120px;
    margin: 0 auto; 
    font-size: 0;
}
.header__logo {
    display: inline-block;
    vertical-align: middle;
    width: 220px;
    height: 53px;
    overflow: hidden;
}
.header__logo img {
    width: 100%;
    height: auto;
}
.header__nav {
    display: inline-block;
    vertical-align: middle;
    width: calc(1200px - 220px);
    height: 120px;
    cursor: pointer;
}
.nav__main_box {
    position: absolute;
    font-size: 5px;
    right: 0;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);    
}
.nav__main_box .nav__main_menu {    
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-weight: bold;
    margin-right: 110px;
}
.nav__main_menu_bar {
    position: absolute;
    left: 0;
    top: 65px;
    width: 0px;
    border-top: 4px solid #569fd2;
    display: none;
}
.nav__main_box .nav__main_menu:nth-last-child(1) {
    margin-right: 0;
}
.nav__sub {
    position: absolute;
    width: 100%;
    /* height: 173px; */
    height:0;
    overflow:hidden;
    background: #ffffff;
}
.nav__sub_inner {
    position: relative;
    width: 1200px;
    height: 173px;
    margin: 0 auto;
    padding-left: 384px;
}
.nav__sub_box {  
    display: inline-block;
    vertical-align: top;
}
.sub_menu_mr_1 {
    margin-right: 18px;
}
.sub_menu_mr_2 {
    margin-right: 78px;
}
.sub_menu_mr_3 {
    margin-right: 118px;
}
.sub_menu_mr_4 {
    margin-right: 126px;
}
.nav__sub_menu {
    font-size: 14.5px;
    font-weight: bold;
    margin: 20px 0;    
}
/* sub header End */

/* sub footer */
.footer__sub_bg {
    position: relative;
    width: 100%;
    height: 201px;
    font-size: 0;
    border-top: 1px solid #e1e1e1;    
}
.footer_bottom_area .width_inner {
    width: 1200px;
	text-align: left;
    margin: 0 auto;
	padding: 4rem 0 2rem 320px;
}
.footer_logo_box {
	position: absolute;
    width: 220px;
	top: 4rem;
	left: 20px;
}
.footer_info {
    display: inline-block;
    vertical-align: middle;
    color: #363636;
    font-size: 1rem;
    padding: 0.4rem 0.8rem;
}
.footer_copy_box {
    font-size: 1rem;
    padding: 0.8rem 0.8rem;
    line-height: 1.4rem;
    color: #363636;
}
/* sub footer End */

/* sub common */
.sub__rear_space {
    position: relative;
    width: 100%;
    height: 120px;
    background-color: orange;
}
.sub__ctn_centre {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    font-size: 0;
}
.sub__tab {
    width: 100%;
    font-size: 0;
}
.sub__tab_padding {
    padding: 60px 0 92px;
}
.sub__tab li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 50%;
    text-align: center;
    cursor: pointer;
}
.sub__tab .tab__menu {
    height: 54px;
    font-size: 16px;
    line-height: 3.5;
    font-weight: bold;
}
.sub__tab .tab__menu_color {
    color: #ffffff;
    background-color: #56a1d5;
}
.sub__tab .tab__menu_border {
    box-sizing: border-box;
    border: 1px solid #c2c2c2;
}
.sub__tit_padding {
    padding-bottom: 78px;
}
.sub__tit .sub__tit_main {
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 38px;
}
.sub__tit .sub__tit_sub {
    font-size: 17px;
    line-height: 1.5;
    text-align: center;
}
/* sub common End */


