body, ul, p {
    margin: 0;
    padding: 0;
}

ul, li, dt, dd, dl {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

img {
    border: 0;
}

.logoPNG {
    font-size: 100%;
    font-weight: normal;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: #6c6c6c;
}

a:hover {
    color: #ff4200;
}

.logoPNG {
    text-indent: -5000px;
    display: block;
    height: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

body {
    /*background-color: rgb(187, 187, 187);*/
    color: #6c6c6c;
}

.header {
    width: 100%;
    max-width: 1900px;
    margin: 0 auto;
    position: relative;
}

.navIL, .navIM, .navIR {
    background-image: url(../images/nav.png);
}

/*.logoPNG {*/
      /*background-image: url(../images/logo_ty.png);*/
  /*}*/

.topNav {
    height: 75px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0 auto;
    z-index: 4;
}

.topNav2 {
    /*width: 1900px;*/
    width: 100%;
    position: absolute;
    top: 0;
}

.navBox {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.navIndexBg {
    /*width: 1900px;*/
    width: 100%;
    position: absolute;
    height: 75px;
    left: 0;
    top: 0;
}

.navIndexBg1 {
    width: 100%;
    position: absolute;
    height: 75px;
    left: 0;
    top: 50px;
    transform:rotate(180deg);
}

.navIL {
    position: absolute;
    left: 0;
    top: 0;
    width: calc((100% - 238px)/2);
    height: 74px;
    background-repeat: repeat-x;
    background-position: 0 -76px;
}

.navIR {
    position: absolute;
    right: 0;
    top: 0;
    width: calc((100% - 238px)/2);
    height: 74px;
    background-repeat: repeat-x;
    background-position: 0 -76px;
}

.navIM {
    /*position: absolute;
    left: 44.25%;
    top: 0;*/
    margin: 0 auto;
    width: 240px;
    height: 74px;
    background-repeat: no-repeat;
    position: relative;
    /*top: -1.1px;*/
    background-position-x: 1px;
    background-size: 99%;
}

.navMain {
    width: 100%;
    margin: 0 auto;
    height: 102px;
    position: relative;
}

.navIndex {
    padding-left: 72px;
    height: 55px;
    width: 77.5%;
    margin: 0 auto;
}

.navIndex li {
    color: white;
    font-size: 18px;
    float: left;
    line-height: 50px;
    height: 55px;
    width: 145px;
    text-align: center;
    letter-spacing: 2px;
    font-weight: bold;
}

li.nav3, a.nav4:hover {
    background-position: -1420px -168px;
}

.navIndex a {
    color: white;
    display: block;
    width: 100%;
    height: 50px;
}

.navIndex a:hover {
    color: white;
}

.nav1 {
    margin-right: 18.5%;
    _margin-right: 18.5%;
}

.navSub {
    width: 70%;
    height: 153px;
    display: none;
    overflow: hidden;
    border-radius: 0 0 150px 150px;
    margin-left: calc((100% - 70%)/2)
}

.navSub a {
    color: white;
    display: block;
    height: 26px;
    margin: 0 auto;
    width: 108px;
}

.navSub a:hover {
    color: white;
    background-position: -1232px 0;
}

.navSub dl {
    width: 145px;
    float: left;
    text-align: center;
    line-height: 26px;
    position: relative;
    padding-top: 10px;
    height: 124px;
}

.navSub dt {
    position: absolute;
    width: 115px;
    height: 116%;
    left: 0;
    top: 0;
    text-indent: -5000px;
    background-position: -1120px 0;
    display: none;
    border-radius: 0 0 15px 10px;
    margin-left: 12px;
}

.navSub dd {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
}

.nav2 {
    margin-left: 8.3%;
    _margin-left: 8.3%;
}

.logo {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    height: 124px;
}

.logoBox {
    width: 112px;
    height: 124px;
    margin: 0 auto;
    position: relative;
    top: 6px;
}

#logo {
    width: 155px;
    height: 120px;
    /*background-position: 0;*/
    display: block;
    /*text-indent: -5000px;*/
    position: relative;
    border-radius: 50%;
    top: -8px;
    left: -20px;
    text-align: center;
}

/*.header {
    height: 500px;
}*/

/*
.logoBox {
    position: relative;
    z-index: 99;
}
*/

.navSub dt, li.nav3, a.nav4:hover, .navSub a:hover {
    background-image: url(../images/navSub.png);
    background-repeat: no-repeat;
}
.year{
    position: absolute;
    top: 50px;
    left: 18px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    letter-spacing: 6px;
}