@media only screen and (max-width: 1440px) {
  /*1440px*/
  #quick a {
    width: 18px;
    height: 19px;
  }
  #quick .icon-car {
    width: 22px;
  }
  /*1440px*/
  #menu > ul > li {
    padding-left: 2.2vw;
  }
  /*1440px*/
  #bar .box {
    margin-left: 15px;
  }
  /*1440px*/
  #breadcrumb {
    font-size: 14px;
    padding: 20px 0;
  }
  /*1440px*/
  #submenu {
    margin-right: 230px;
    margin-left: -15px;
  }
  #submenu .parent {
    width: 180px;
    height: 100px;
  }
  #submenu .parent:before {
    width: 15px;
    height: 85px;
  }
  #submenu .parent:after {
    width: 20px;
    height: 75px;
  }
  #submenu .column {
    margin: 0 20px 0 15px;
  }
  #submenu .column:before {
    border-width: 15px;
  }
  #submenu .column:after {
    border-bottom-width: 25px;
    border-right-width: 20px;
  }
  #submenu h2 {
    font-size: 26px;
  }
  #submenu h3 {
    font-size: 16px;
  }
  #submenu ul {
    margin-left: 180px;
  }
  #submenu li {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  /*1440px*/
  .columnname {
    padding: 0 158px;
  }
  .columnname .name {
    font-size: 40px;
  }
  .columnname .name:before,
  .columnname .name:after {
    width: 158px;
    height: 39px;
  }
  /*1440px*/
  #logoWall h3 {
    font-size: 30px;
  }
  /*1440px*/
  #committee .title {
    font-size: 40px;
  }
  #committee .sub {
    font-size: 26px;
  }
  #committee .name {
    font-size: 22px;
  }
  /*1440px*/
  #review .logo {
    margin-bottom: 5%;
  }
  #review .title {
    font-size: 26px;
  }
  #review .date {
    font-size: 16px;
    margin-bottom: 6%;
    background-size: 18px auto;
  }
  /*1440px*/
  #timeLine .slick-current .year {
    font-size: 40px;
  }
  /*1440px*/
  .ourTitle h2 {
    font-size: 38px;
  }
  .ourTitle h3 {
    font-size: 28px;
    margin-bottom: -4px;
  }
  /*1440px*/
  #ourNews h4 {
    font-size: 18px;
    margin-right: 110px;
  }
  #ourNews time {
    font-size: 14px;
    width: 95px;
    height: 28px;
    line-height: 28px;
  }
  /*1440px*/
  .ourSubTitle h2 {
    font-size: 32px;
  }
  .ourSubTitle h3 {
    font-size: 14px;
  }
  /*1440px*/
  #ourTrend time {
    font-size: 14px;
  }
  #ourTrend h4 {
    font-size: 16px;
  }
  /*1440px*/
  #ourRecent .ourTitle {
    margin-bottom: 0;
    width: 250px;
  }
  #ourRecent .tab {
    padding-top: 35px;
    margin-right: 250px;
  }
  #ourRecent .tab span {
    font-size: 22px;
  }
  #ourRecent time {
    font-size: 14px;
  }
  #ourRecent h4 {
    font-size: 18px;
  }
  #ourRecent a {
    padding: 6% 7% 7%;
  }
  /*1440px*/
  #ourEvents .num {
    font-size: 16px;
  }
  #ourEvents .num .i {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1366px) {
  /*1366px*/
  #pages {
    float: none;
  }
  #pages ul {
    text-align: center;
  }
  #pages li {
    display: inline-block;
    float: none;
    padding: 0 12px;
  }
  #pages li:after {
    right: -2px;
  }
  /*1366px*/
  #copyright {
    float: none;
    text-align: center;
  }
  /*1366px*/
  #links ul {
    padding-left: 0;
  }
}
@media only screen and (max-width: 1280px) {
  /*1280px*/
  #top {
    display: block;
  }
  /*1280px*/
  #logo {
    display: block;
    width: 325px;
  }
  /*1280px*/
  #menu {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
    transition: all .3s;
  }
  #menu > ul {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    height: 100%;
    overflow-y: auto;
    background-color: #fff;
    padding: 7vh 30px;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    transform: translateX(100%);
    transition: all .3s;
  }
  #menu > ul > li {
    float: none;
    font-size: 16px;
    padding: 0;
    margin-bottom: 10px;
  }
  #menu a {
    color: #555;
    padding: 5px 20px;
    border-radius: 20px;
    transition: all .2s;
  }
  #menu a:hover {
    background-color: rgba(23, 26, 32, 0.05);
    color: #555;
  }
  #menu li ul {
    position: static;
    min-width: 0;
    transform: none;
    padding: 0;
    margin-top: 5px;
  }
  #menu li li {
    text-align: left;
    padding: 5px 0 5px 1em;
    font-size: 14px;
    line-height: 24px;
  }
  #menu.active {
    visibility: visible;
    opacity: 1;
  }
  #menu .show {
    transform: translateX(0);
  }
  #menu #close {
    display: block;
  }
  #menu em {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    z-index: 2;
    display: block;
    cursor: pointer;
  }
  #menu em:after {
    width: 6px;
    height: 6px;
    border-right: 1px solid #555;
    border-bottom: 1px solid #555;
    transform: rotate(45deg);
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -5px;
  }
  /*1280px*/
  #navbtn {
    display: block;
  }
  /*1280px*/
  #bottom {
    display: flex;
    padding-bottom: 0;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    -o-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #bottom .item {
    display: block;
  }
  #bottom #contact {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  /*1280px*/
  .btmMenu {
    float: left;
    padding-bottom: 1.25%;
  }
  /*1280px*/
  #contact {
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding: 1.25% 0;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #contact dl {
    padding: 0;
    border-left: none;
    float: left;
    white-space: nowrap;
  }
  #contact dl:nth-child(2n) {
    padding: 0 5%;
    white-space: normal;
  }
  #contact dt {
    margin-bottom: 5px;
  }
  #contact .ourMore {
    padding: 10px 0 10px 10px;
  }
  /*1280px*/
  #qrcode {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding: 2.5% 0 1%;
    text-align: center;
    width: 100%;
  }
  #qrcode .qr {
    width: 110px;
    display: inline-block;
    margin: 0 2%;
  }
  #qrcode p {
    margin-bottom: 0;
    padding: 5px 0;
  }
  /*1280px*/
  #links li {
    padding-left: 2%;
  }
  /*1280px*/
  #bar {
    transform: none;
  }
  #bar:after {
    display: none;
  }
  #bar .box {
    margin-left: 0;
    background-color: transparent;
  }
  /*1280px*/
  #breadcrumb {
    float: none;
    padding: 5px 0;
  }
  /*1280px*/
  #submenu {
    margin: 0;
    clear: both;
  }
  #submenu .parent {
    position: relative;
    float: none;
    width: auto;
    height: auto;
    z-index: 2;
  }
  #submenu .parent:before {
    width: 10px;
    height: 50px;
  }
  #submenu .parent:after {
    width: 15px;
    height: 40px;
  }
  #submenu .column {
    margin: 0 15px 0 10px;
    display: block;
    padding: 15px 10px;
  }
  #submenu .column:before {
    border-width: 10px;
  }
  #submenu .column:after {
    border-bottom-width: 20px;
    border-right-width: 15px;
  }
  #submenu h2,
  #submenu h3 {
    width: auto;
    display: inline-block;
    vertical-align: bottom;
  }
  #submenu h2 {
    font-size: 22px;
    line-height: 1.35em;
    margin-right: 5px;
  }
  #submenu ul {
    margin: -10px 0 0;
    background-color: #efeff1;
    position: relative;
    padding: 2.5% 10px 1.66666667%;
  }
  #submenu li {
    padding: 5px 1.69491525%;
  }
  #submenu a:after {
    bottom: -5px;
  }
  /*1280px*/
  #wrapper {
    padding-top: 5%;
  }
  /*1280px*/
  .columnname {
    padding: 0 142px;
  }
  .columnname .name {
    font-size: 36px;
  }
  .columnname .name:before,
  .columnname .name:after {
    width: 142px;
    height: 35px;
  }
  .columnname .tag {
    margin-top: -6px;
  }
  .columnname .tag i {
    height: 36px;
    line-height: 36px;
    font-size: 24px;
  }
  .columnname .tag i:before,
  .columnname .tag i:after {
    width: 6px;
  }
  .columnname.menuTab a {
    width: 106px;
  }
  /*1280px*/
  .menuTab span {
    margin: 8px;
  }
  .menuTab a {
    height: 44px;
    line-height: 44px;
    font-size: 16px;
  }
  .menuTab a:before,
  .menuTab a:after {
    width: 7px;
    height: 44px;
  }
  /*1280px*/
  #pagenavi a {
    height: 40px;
    line-height: 40px;
    min-width: 34px;
  }
  #pagenavi .a_prev,
  #pagenavi .a_next {
    width: 40px;
  }
  /*1280px*/
  #fameHall .avatar {
    float: none;
    width: 57.61316872%;
    margin: 0 auto 8%;
  }
  #fameHall .text {
    float: none;
    width: auto;
    text-align: center;
    padding: 0;
  }
  #fameHall .name {
    margin-bottom: 5%;
  }
  #fameHall .btm {
    font-size: 14px;
  }
  /*1280px*/
  #dataQuery .text {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #dataQuery .submit {
    height: 46px;
  }
  /*1280px*/
  #dataResult h3 {
    font-size: 28px;
  }
  /*1280px*/
  #document .date {
    width: 90px;
  }
  #document h3 {
    font-size: 18px;
  }
  /*1280px*/
  #recruit {
    padding: 5% 0;
  }
  /*1280px*/
  #logoWall h3 {
    font-size: 28px;
  }
  /*1280px*/
  #prize {
    width: 103%;
  }
  #prize .item {
    width: 47%;
    padding: 0 3% 3% 0;
  }
  #prize .title {
    font-size: 18px;
  }
  /*1280px*/
  #partner .pic {
    width: 220px;
  }
  #partner .more {
    width: 110px;
  }
  /*1280px*/
  #information .text {
    padding-right: 10%;
  }
  #information .arrow {
    width: 115px;
  }
  /*1280px*/
  #committee .title {
    font-size: 36px;
  }
  #committee .sub {
    font-size: 24px;
  }
  #committee .name {
    font-size: 20px;
  }
  #committee .avatar {
    width: 40%;
  }
  #committee .text {
    width: 54%;
  }
  #committee .intro {
    font-size: 14px;
  }
  /*1280px*/
  #leader {
    padding-top: 5%;
  }
  /*1280px*/
  #introduction .name {
    font-size: 22px;
  }
  /*1280px*/
  #review .title {
    font-size: 22px;
  }
  #review .date {
    font-size: 14px;
    background-size: 15px auto;
    padding-left: 22px;
  }
  /*1280px*/
  .slick-arrow {
    width: 36px;
    height: 36px;
  }
  /*1280px*/
  #timeLine {
    padding: 0 60px;
  }
  #timeLine .box:before {
    bottom: 17px;
  }
  #timeLine .slick-list {
    padding-bottom: 18px;
  }
  #timeLine .year {
    font-size: 22px;
  }
  #timeLine .slick-current .year {
    font-size: 36px;
  }
  /*1280px*/
  #reviewTab li {
    font-size: 16px;
  }
  /*1280px*/
  #fleetIntro .title h2 {
    font-size: 16px;
  }
  #fleetIntro .title h3 {
    font-size: 22px;
  }
  #fleetIntro .mid h4 {
    font-size: 16px;
  }
  #fleetIntro .mid ul {
    margin-left: 100px;
  }
  #fleetIntro .button span {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
  }
  /*1280px*/
  #slides .slick-dots button {
    border-width: 2px;
    width: 18px;
    height: 18px;
  }
  /*1280px*/
  #announcement .pic {
    width: 200px;
  }
  #announcement .list {
    padding-right: 18%;
  }
  #announcement h2 {
    font-size: 22px;
    background-size: auto 24px;
    padding-left: 35px;
  }
  #announcement .item {
    font-size: 16px;
  }
  /*1280px*/
  .ourTitle {
    background-size: auto 18px;
    padding-top: 27px;
  }
  .ourTitle h2 {
    font-size: 32px;
  }
  .ourTitle h3 {
    font-size: 22px;
    margin-bottom: -3px;
  }
  /*1280px*/
  .ourMore a {
    width: 125px;
    border-width: 3px;
  }
  /*1280px*/
  .ourName {
    display: none;
  }
  /*1280px*/
  #ourPartner .list {
    margin-right: 265px;
  }
  /*1280px*/
  #ourNews .arrows {
    padding: 3px 0;
    right: 131px;
  }
  #ourNews h4 {
    font-size: 16px;
    margin-right: 95px;
  }
  #ourNews time {
    font-size: 12px;
    width: 85px;
    height: 26px;
    line-height: 26px;
    padding-left: 10px;
  }
  /*1280px*/
  .ourSubTitle h2 {
    font-size: 28px;
  }
  /*1280px*/
  #ourRecent .ourTitle {
    margin-bottom: 0;
    width: 200px;
  }
  #ourRecent .tab {
    padding-top: 28px;
    margin-right: 200px;
  }
  #ourRecent .tab span {
    font-size: 20px;
  }
  #ourRecent li {
    padding-top: 3%;
  }
  #ourRecent h4 {
    font-size: 16px;
  }
  #ourRecent i {
    width: 14px;
    height: 13px;
  }
  /*1280px*/
  #ourEvents .num {
    font-size: 14px;
  }
  #ourEvents .num .i {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1024px) {
  /*1024px*/
  #quick li {
    margin-left: 22px;
  }
  /*1024px*/
  #menu > ul > li {
    font-size: 14px;
    line-height: 24px;
  }
  #menu a {
    border-radius: 17px;
  }
  #menu em {
    width: 34px;
    height: 34px;
  }
  /*1024px*/
  #navbtn {
    font-size: 14px;
    padding-left: 21px;
  }
  #navbtn i {
    width: 15px;
  }
  #navbtn i:before {
    top: -6px;
  }
  #navbtn i:after {
    bottom: -6px;
  }
  /*1024px*/
  .btmMenu h2 {
    font-size: 16px;
  }
  .btmMenu li {
    font-size: 14px;
    padding: 2px 0;
  }
  /*1024px*/
  #contact dt {
    font-size: 16px;
  }
  #contact dd {
    font-size: 14px;
  }
  #contact .tel {
    font-size: 20px;
    line-height: 1.5em;
  }
  /*1024px*/
  #qrcode {
    font-size: 14px;
    line-height: 1.75em;
  }
  /*1024px*/
  #links,
  #links h2 {
    font-size: 14px;
    line-height: 1.875em;
  }
  #links ul {
    margin-left: 70px;
  }
  /*1024px*/
  #pages li,
  #copyright {
    font-size: 14px;
    line-height: 1.875em;
  }
  /*1024px*/
  #submenu .parent:before {
    width: 5px;
    height: 41px;
  }
  #submenu .parent:after {
    width: 10px;
    height: 31px;
  }
  #submenu .column {
    padding: 8px;
    margin: 0 10px 0 5px;
  }
  #submenu .column:before {
    border-width: 5px;
  }
  #submenu .column:after {
    border-bottom-width: 15px;
    border-right-width: 10px;
  }
  #submenu .name {
    line-height: 26px;
    height: 30px;
  }
  #submenu h2 {
    font-size: 18px;
    line-height: 1.125em;
  }
  #submenu h3 {
    font-size: 14px;
  }
  #submenu ul {
    margin-top: -5px;
    padding: 15px 10px 10px;
  }
  #submenu li {
    font-size: 14px;
    line-height: 1.875em;
  }
  /*1024px*/
  .columnname {
    padding: 0 117px;
  }
  .columnname .name {
    font-size: 30px;
  }
  .columnname .name:before,
  .columnname .name:after {
    width: 117px;
    height: 29px;
  }
  .columnname .tag {
    margin-top: -5px;
  }
  .columnname .tag i {
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    margin-right: 5px;
  }
  .columnname .tag i:before,
  .columnname .tag i:after {
    width: 5px;
  }
  .columnname.menuTab a {
    width: 90px;
  }
  /*1024px*/
  .menuTab span {
    margin: 5px;
  }
  .menuTab a {
    height: 37px;
    line-height: 37px;
    font-size: 14px;
    padding: 0 10px;
  }
  .menuTab a:before,
  .menuTab a:after {
    width: 6px;
    height: 37px;
  }
  /*1024px*/
  #pagenavi a {
    height: 34px;
    line-height: 34px;
    min-width: 28px;
  }
  #pagenavi .a_prev,
  #pagenavi .a_next {
    width: 34px;
  }
  /*1024px*/
  #fameHall .name {
    font-size: 18px;
  }
  /*1024px*/
  #dataQuery .box {
    padding: 7% 0;
  }
  #dataQuery .text {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
  }
  #dataQuery .submit {
    height: 42px;
    font-size: 16px;
  }
  /*1024px*/
  #dataResult h3 {
    font-size: 24px;
  }
  #dataResult li {
    font-size: 16px;
    line-height: 1.75em;
  }
  #dataResult .date {
    width: 85px;
    padding: 0 16px;
  }
  #dataResult .file {
    padding-left: 15px;
  }
  /*1024px*/
  .edge {
    padding: 1px;
  }
  /*1024px*/
  #document .date {
    width: 60px;
    font-size: 12px;
    padding: 10px 0 10px 20px;
  }
  #document .title {
    padding: 10px 20px;
  }
  #document h3 {
    font-size: 16px;
  }
  #document h3 i {
    width: 16px;
    height: 18px;
  }
  #document .more {
    padding: 10px 0;
  }
  #document .more i {
    width: 10px;
    padding-bottom: 9px;
  }
  /*1024px*/
  .columnIntro {
    font-size: 14px;
  }
  /*1024px*/
  #logoWall h3 {
    font-size: 24px;
  }
  #logoWall ul {
    width: 102%;
  }
  #logoWall li {
    width: 23%;
    padding: 0 2% 2% 0;
  }
  /*1024px*/
  .readmore .m {
    font-size: 14px;
    padding-left: 20px;
  }
  .readmore .m:before {
    width: 14px;
    height: 14px;
  }
  /*1024px*/
  #prize .title {
    font-size: 16px;
  }
  #prize .excerpt {
    font-size: 14px;
  }
  /*1024px*/
  #partner .pic {
    width: 200px;
  }
  #partner .text {
    padding-right: 8%;
  }
  #partner .title {
    font-size: 18px;
  }
  #partner .excerpt {
    font-size: 14px;
  }
  #partner .more {
    font-size: 14px;
    width: 100px;
  }
  #partner .more:after {
    height: 70px;
  }
  /*1024px*/
  #information .info {
    padding: 3.5% 0;
  }
  #information .date {
    width: 145px;
  }
  #information .time {
    font-size: 12px;
    width: 70px;
    height: 78px;
  }
  #information .time i {
    font-size: 36px;
  }
  #information .text {
    padding-right: 5%;
  }
  #information .title {
    font-size: 18px;
  }
  #information .excerpt {
    font-size: 14px;
  }
  #information .arrow {
    width: 105px;
  }
  /*1024px*/
  #committee .title {
    font-size: 30px;
  }
  #committee .sub {
    font-size: 20px;
  }
  #committee .name {
    font-size: 18px;
    padding-bottom: 5%;
    margin-bottom: 5%;
  }
  #committee .avatar {
    float: none;
    margin: 0 auto 5%;
    width: 57%;
  }
  #committee .text {
    float: none;
    width: auto;
    text-align: center;
  }
  /*1024px*/
  #leader li:first-child {
    padding-left: 20%;
  }
  /*1024px*/
  #secretary {
    padding-top: 12%;
  }
  /*1024px*/
  #introduction .item {
    padding-right: 12.75%;
  }
  #introduction .box {
    padding: 3% 5% 0;
  }
  #introduction .name {
    font-size: 20px;
  }
  #introduction .intro {
    font-size: 14px;
    margin-bottom: 3.5%;
  }
  #introduction .pic {
    position: static;
    width: auto;
    margin-bottom: 0;
  }
  #introduction .pic img {
    float: none;
  }
  #introduction .item:first-child .pic {
    margin-bottom: 0;
  }
  /*1024px*/
  #review .title {
    font-size: 18px;
  }
  #review .date {
    font-size: 12px;
    background-size: 13px auto;
    padding-left: 18px;
  }
  #review .tag {
    font-size: 14px;
  }
  /*1024px*/
  .slick-arrow {
    width: 30px;
    height: 30px;
  }
  /*1024px*/
  #timeLine {
    padding: 0 50px;
  }
  #timeLine .box:before {
    bottom: 14px;
  }
  #timeLine .slick-load {
    width: 14.30232558%;
  }
  #timeLine .slick-list {
    padding-bottom: 15px;
  }
  #timeLine .year {
    font-size: 20px;
    height: 55px;
    line-height: 55px;
  }
  #timeLine .year:after {
    width: 7px;
    height: 7px;
    bottom: -4px;
  }
  #timeLine .slick-current .year {
    font-size: 32px;
  }
  #timeLine .slick-current .year:after {
    width: 11px;
    height: 11px;
    bottom: -6px;
  }
  /*1024px*/
  #reviewTab li {
    font-size: 14px;
  }
  #reviewTab li:after {
    height: 2px;
  }
  /*1024px*/
  .entry {
    font-size: 14px;
  }
  /*1024px*/
  .fleet th:nth-child(2n-1),
  .fleet td:nth-child(2n-1) {
    width: 48px;
  }
  .fleet td {
    font-size: 14px;
  }
  /*1024px*/
  .medal li {
    padding-left: 10px;
  }
  .medal i {
    background-size: 16px auto;
    padding-left: 22px;
    font-size: 12px;
  }
  /*1024px*/
  #ranking td,
  #ranking th {
    padding: 5px;
  }
  #ranking td:nth-child(3n+1),
  #ranking th:nth-child(3n+1) {
    width: 80px;
  }
  #ranking td:nth-child(3n),
  #ranking th:nth-child(3n) {
    padding-left: 15px;
    padding-right: 15px;
  }
  #ranking td:nth-child(3n) {
    font-size: 14px;
  }
  /*1024px*/
  #fleetIntro .title h2 {
    font-size: 14px;
  }
  #fleetIntro .title h3 {
    font-size: 20px;
  }
  #fleetIntro .mid h4 {
    font-size: 14px;
  }
  #fleetIntro .mid ul {
    margin-left: 85px;
  }
  #fleetIntro .tab {
    width: 150px;
  }
  #fleetIntro .button span {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  /*1024px*/
  #slides .slick-dots button {
    width: 16px;
    height: 16px;
  }
  /*1024px*/
  #announcement .pic {
    width: 180px;
  }
  #announcement h2 {
    font-size: 20px;
    background-size: auto 22px;
    padding-left: 32px;
  }
  #announcement .item {
    font-size: 16px;
  }
  #announcement .slick-dots button {
    width: 8px;
    height: 8px;
  }
  /*1024px*/
  .ourTitle {
    background-size: auto 16px;
    padding-top: 23px;
  }
  .ourTitle h2 {
    font-size: 28px;
  }
  .ourTitle h3 {
    font-size: 18px;
  }
  /*1024px*/
  .ourMore a {
    width: 115px;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
  }
  /*1024px*/
  #ourPartner .list {
    margin-right: 230px;
  }
  /*1024px*/
  #ourNews .arrows {
    padding: 4.5px 0;
    right: 121px;
  }
  #ourNews .item a {
    margin-right: 5%;
  }
  /*1024px*/
  .ourSubTitle h2 {
    font-size: 24px;
  }
  .ourSubTitle h3 {
    font-size: 12px;
  }
  /*1024px*/
  #ourTrend {
    width: 45%;
  }
  #ourTrend .slick-dots button {
    width: 8px;
    height: 8px;
  }
  /*1024px*/
  #ourRecent {
    width: 52%;
  }
  #ourRecent .ourTitle {
    width: 170px;
  }
  #ourRecent .tab {
    padding-top: 28px;
    margin-right: 170px;
  }
  #ourRecent .tab span {
    font-size: 18px;
  }
  #ourRecent li {
    width: auto;
    float: none;
  }
  #ourRecent li:nth-child(2n) {
    float: none;
  }
  #ourRecent li:nth-child(n+3) {
    display: none;
  }
  #ourRecent time {
    margin-bottom: 3%;
  }
  #ourRecent p {
    font-size: 14px;
  }
  #ourRecent a {
    padding: 3%;
  }
  /*1024px*/
  #ourEvents ul {
    width: 105%;
  }
  #ourEvents li {
    width: 45%;
    padding: 0 5% 5% 0;
  }
}
@media only screen and (max-width: 768px) {
  /*768px*/
  #header {
    padding-top: 17px;
    padding-bottom: 8px;
  }
  /*768px*/
  #quick {
    margin-bottom: 12px;
  }
  #quick li {
    margin-left: 15px;
  }
  /*768px*/
  #search {
    width: 200px;
  }
  #search .form {
    padding-right: 30px;
  }
  #search .text {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  #search .submit {
    width: 30px;
  }
  /*768px*/
  #logo {
    width: 250px;
  }
  /*768px*/
  #menu > ul {
    width: 250px;
    padding-left: 20px;
    padding-right: 20px;
  }
  /*768px*/
  #banner {
    padding-bottom: 75%;
  }
  /*768px*/
  #bottom {
    display: block;
    border-bottom: none;
    margin-bottom: 5px;
  }
  #bottom .item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }
  #bottom #contact {
    display: block;
  }
  /*768px*/
  .btmMenu {
    float: none;
    padding: 5px 0;
  }
  .btmMenu h2 {
    margin-bottom: 0;
    font-size: 14px;
    position: relative;
  }
  .btmMenu em {
    position: absolute;
    width: 30px;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 2;
    cursor: pointer;
  }
  .btmMenu em:after {
    width: 6px;
    height: 6px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: rotate(45deg);
    margin: -5px 0 0 -5px;
  }
  .btmMenu ul {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    display: none;
    padding: 5px 28px 0;
    margin-top: 5px;
  }
  /*768px*/
  #contact {
    border-top: none;
    padding: 3% 0;
  }
  #contact dl {
    float: none;
    white-space: normal;
  }
  #contact dl:nth-child(2n) {
    padding: 0;
  }
  #contact dt {
    margin-bottom: 0;
  }
  #contact .tel {
    font-size: 18px;
    line-height: 1.75em;
  }
  #contact .ourMore {
    padding: 2% 0;
  }
  #contact .ourMore a {
    width: 100px;
  }
  /*768px*/
  #qrcode {
    border-top: none;
    padding: 17px 0 5px;
  }
  #qrcode p {
    padding: 2px 0;
  }
  /*768px*/
  #links {
    padding: 5px 0 10px;
  }
  #links h2 {
    float: none;
  }
  #links ul {
    margin-left: 0;
    display: block;
  }
  #links li {
    padding-left: 0;
    padding-right: 3.5%;
  }
  /*768px*/
  #pages li {
    line-height: 1.75em;
    padding: 0 4px;
  }
  #pages li:after {
    width: 2px;
    height: 2px;
  }
  /*768px*/
  #copyright {
    line-height: 1.75em;
  }
  /*768px*/
  #breadcrumb i {
    margin: 0 5px;
  }
  /*768px*/
  #submenu .parent:before {
    height: 31px;
  }
  #submenu .parent:after {
    height: 21px;
  }
  #submenu .column {
    padding: 6px;
  }
  #submenu .name {
    line-height: 21px;
    height: 24px;
  }
  #submenu h2 {
    font-size: 16px;
    margin-right: 0;
  }
  #submenu h3 {
    font-size: 12px;
    line-height: 1.25em;
  }
  #submenu li {
    line-height: 1.75em;
    padding: 2px 8px;
  }
  #submenu a:after {
    height: 2px;
  }
  /*768px*/
  #wrapper {
    padding: 7% 0 9%;
  }
  /*768px*/
  .columnname {
    padding: 0 31px;
    margin-bottom: 6%;
  }
  .columnname .name {
    font-size: 24px;
    padding: 0 5%;
  }
  .columnname .name:before,
  .columnname .name:after {
    width: 81px;
    height: 20px;
  }
  .columnname .tag {
    margin-top: -4px;
  }
  .columnname .tag i {
    height: 26px;
    line-height: 26px;
    font-size: 16px;
  }
  .columnname .tag i:before,
  .columnname .tag i:after {
    width: 4.5px;
  }
  .columnname.menuTab a {
    width: 70px;
  }
  /*768px*/
  .menuTab {
    margin-bottom: 5%;
  }
  .menuTab span {
    margin: 3px;
  }
  .menuTab a {
    height: 31px;
    line-height: 31px;
  }
  .menuTab a:before,
  .menuTab a:after {
    width: 5px;
    height: 31px;
  }
  /*768px*/
  #pagenavi a {
    height: 30px;
    line-height: 30px;
    min-width: 24px;
    font-size: 12px;
    margin: 3px;
  }
  #pagenavi .a_prev,
  #pagenavi .a_next {
    width: 30px;
  }
  /*768px*/
  #fameHall {
    width: 105%;
    margin-bottom: 3%;
  }
  #fameHall .item {
    width: 45%;
    padding: 0 5% 5% 0;
  }
  #fameHall .avatar {
    width: 46%;
  }
  #fameHall .name {
    font-size: 16px;
    margin-bottom: 5px;
  }
  /*768px*/
  #dataQuery .text {
    padding: 7px 5%;
    width: 90%;
  }
  #dataQuery .submit {
    height: 40px;
  }
  /*768px*/
  #dataResult .info {
    padding-top: 5%;
    padding-bottom: 3%;
  }
  #dataResult .item {
    margin-bottom: 5%;
  }
  #dataResult h3 {
    font-size: 20px;
    padding: 8px 0;
  }
  #dataResult h3:before {
    height: 2px;
    width: 20px;
  }
  #dataResult li {
    padding-left: 15px;
  }
  #dataResult li:before {
    transform: none;
    top: 18px;
    left: 5px;
  }
  #dataResult li a {
    display: block;
    overflow: hidden;
  }
  #dataResult li span {
    display: block;
  }
  #dataResult .name {
    text-align: left;
    padding: 0;
  }
  #dataResult .date {
    padding: 0;
    float: left;
    font-size: 14px;
  }
  #dataResult .file {
    float: right;
  }
  /*768px*/
  .edge:after {
    padding-bottom: 2.1875%;
  }
  /*768px*/
  #document .item {
    margin-bottom: 10px;
  }
  #document .info {
    display: block;
    padding: 10px 60px 15px 15px;
    width: auto;
    overflow: hidden;
  }
  #document .info > div {
    display: block;
    padding: 0;
  }
  #document .date {
    width: auto;
    font-size: 12px;
  }
  #document h3 {
    line-height: 1.75em;
  }
  #document .more {
    position: absolute;
    right: 0;
    top: 1px;
    height: 100%;
    width: 45px;
  }
  #document .more i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
    margin-left: -5px;
  }
  /*768px*/
  #recruit {
    padding: 7% 0;
  }
  /*768px*/
  #logoWall {
    padding: 10% 0 5%;
  }
  #logoWall .item {
    padding: 2.5% 0;
  }
  #logoWall h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  #logoWall li {
    width: 31.33%;
  }
  /*768px*/
  #prize {
    margin-bottom: 3.5%;
  }
  /*768px*/
  #partner {
    padding-bottom: 3.5%;
  }
  #partner .item {
    margin-bottom: 10px;
  }
  #partner .pic {
    width: 130px;
    padding: 3.5% 0;
  }
  #partner .bg {
    width: 80.95238095%;
    padding-bottom: 52.38095238%;
  }
  #partner .text {
    padding-right: 5%;
  }
  #partner .title {
    font-size: 16px;
  }
  #partner .more {
    width: 90px;
  }
  #partner .more:after {
    height: 50px;
  }
  /*768px*/
  .tags span {
    font-size: 12px;
  }
  /*768px*/
  #information {
    margin-bottom: 3.5%;
  }
  #information .item {
    margin-bottom: 10px;
  }
  #information .date {
    width: 100px;
  }
  #information .time {
    width: 65px;
    height: 73px;
  }
  #information .time i {
    font-size: 32px;
  }
  #information .title {
    font-size: 16px;
  }
  #information .arrow {
    display: none;
  }
  /*768px*/
  #committee .hgroup {
    margin-bottom: 5%;
  }
  #committee .title {
    font-size: 24px;
  }
  #committee .sub {
    font-size: 18px;
    margin-top: 1%;
  }
  #committee .name {
    font-size: 16px;
  }
  #committee ul {
    width: 105%;
  }
  #committee li {
    width: 45%;
    padding: 2% 5% 2% 0;
  }
  #committee .avatar {
    max-width: 180px;
  }
  /*768px*/
  #leader {
    padding: 7% 0 5%;
  }
  #leader li:first-child,
  #leader li:nth-child(3) {
    padding-left: 0;
  }
  #leader li:nth-child(2),
  #leader li:nth-child(5) {
    padding-right: 0;
  }
  /*768px*/
  #secretary {
    padding-top: 15%;
  }
  /*768px*/
  #introduction .item {
    padding-right: 0;
  }
  #introduction .box {
    padding: 5% 5% 2%;
  }
  #introduction .logo {
    float: none;
    width: auto;
    margin-bottom: 2.5%;
  }
  #introduction .logo img {
    max-width: 100%;
    width: auto;
  }
  #introduction .name {
    font-size: 18px;
    text-align: left;
    width: auto;
    float: none;
    border-bottom-width: 2px;
  }
  #introduction .abbr {
    right: 2%;
    top: 2%;
  }
  /*768px*/
  #review .info,
  #review .pic {
    display: block;
    width: auto;
  }
  #review .text {
    display: block;
    padding-top: 3.5%;
    padding-bottom: 3.5%;
  }
  #review .logo {
    margin-bottom: 15px;
    width: 150px;
  }
  #review .title {
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 8px;
  }
  #review .date {
    margin-bottom: 10px;
  }
  /*768px*/
  .slick-arrow {
    width: 26px;
    height: 26px;
  }
  /*768px*/
  #timeLine {
    padding: 0 35px;
  }
  #timeLine .box:before {
    bottom: 12px;
  }
  #timeLine .slick-load {
    width: 20%;
  }
  #timeLine .slick-list {
    padding-bottom: 13px;
  }
  #timeLine .year {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
  }
  #timeLine .slick-current .year {
    font-size: 28px;
  }
  /*768px*/
  #reviewPost #review {
    margin-top: -35%;
  }
  /*768px*/
  #reviewTab {
    padding: 5px 3.75%;
  }
  #reviewTab ul {
    width: 102%;
  }
  #reviewTab li {
    padding-bottom: 8px;
    width: 31.333%;
    margin-right: 2%;
  }
  #reviewTab li:after {
    opacity: 0;
  }
  #reviewTab .current {
    color: #e60012;
  }
  /*768px*/
  #reviewInfo {
    padding-top: 3.5%;
    padding-bottom: 2.5%;
  }
  /*768px*/
  .fleet {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .fleet table {
    min-width: 570px;
  }
  /*768px*/
  #fleetIntro {
    padding: 3.75%;
  }
  #fleetIntro .title h3 {
    font-size: 18px;
  }
  #fleetIntro .qr {
    width: 55px;
  }
  #fleetIntro .mid h4 {
    font-size: 14px;
    float: none;
    line-height: 1.75em;
    margin-bottom: 2%;
  }
  #fleetIntro .mid ul {
    margin-left: 0;
  }
  #fleetIntro .mid li {
    padding-right: 3.5%;
    padding-bottom: 3%;
  }
  #fleetIntro .btm,
  #fleetIntro .tab {
    display: block;
    width: auto;
  }
  #fleetIntro .btm {
    margin-bottom: 3.5%;
  }
  #fleetIntro .entry {
    display: block;
    padding-right: 0;
    margin-bottom: 2.5%;
  }
  #fleetIntro .button span {
    height: 32px;
    line-height: 32px;
  }
  #fleetIntro .box {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  #fleetIntro table {
    min-width: 684px;
  }
  /*768px*/
  #slides .bg,
  #slides .loading {
    padding-bottom: 75%;
  }
  #slides .slick-dots button {
    width: 14px;
    height: 14px;
  }
  /*768px*/
  #announcement {
    padding: 5% 0 2%;
    background-color: #fff;
  }
  #announcement .inner {
    position: relative;
    left: auto;
    transform: none;
    bottom: auto;
    box-shadow: 0px 2.08333333vw 3.90625vw rgba(57, 60, 67, 0.15);
  }
  #announcement .pic {
    width: 130px;
  }
  #announcement .list {
    padding: 5%;
  }
  #announcement h2 {
    font-size: 18px;
    background-size: auto 18px;
    padding-left: 26px;
    margin-bottom: 8px;
  }
  #announcement .item {
    font-size: 14px;
  }
  #announcement a {
    padding-right: 0;
    margin-bottom: 5px;
  }
  #announcement time {
    position: static;
  }
  #announcement .slick-dots {
    position: static;
    margin-top: 15px;
  }
  #announcement .slick-dots li {
    margin-left: 0;
    margin-right: 8px;
  }
  #announcement .slick-dots button {
    width: 6px;
    height: 6px;
  }
  /*768px*/
  .ourTitle {
    background-size: auto 10px;
    padding-top: 10px;
    margin-bottom: 5%;
  }
  .ourTitle h2 {
    font-size: 22px;
  }
  .ourTitle h3 {
    font-size: 12px;
    margin-bottom: 0;
  }
  /*768px*/
  .ourMore a {
    width: 85px;
    height: 28px;
    line-height: 28px;
    border-width: 2px;
  }
  /*768px*/
  #ourPartner {
    padding: 15% 0 8%;
  }
  #ourPartner .meta {
    float: none;
    position: relative;
  }
  #ourPartner .ourTitle {
    margin-bottom: 3.5%;
    background-position: left top;
    display: block;
  }
  #ourPartner .ourTitle h2 {
    padding-left: 0;
  }
  #ourPartner .arrows {
    position: absolute;
    right: 100px;
    top: 50%;
    transform: translateY(-50%);
  }
  #ourPartner .list {
    margin-right: 0;
    padding-right: 0;
  }
  #ourPartner .slick-load {
    margin: 0 -5px;
  }
  #ourPartner .logo {
    padding: 5px;
  }
  #ourPartner .ourMore {
    bottom: 50%;
    transform: translateY(50%);
  }
  /*768px*/
  #ourNews .arrows {
    padding: 3px 0;
    right: 89px;
  }
  #ourNews .slick-load {
    width: 170%;
  }
  #ourNews h4 {
    margin-right: 5%;
    white-space: normal;
    font-size: 14px;
    line-height: 1.75em;
    height: 3.5em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  #ourNews time {
    top: auto;
    transform: none;
    bottom: 120%;
    height: 24px;
    line-height: 24px;
    width: 80px;
  }
  #ourNews .item a {
    margin-right: 5%;
  }
  /*768px*/
  .ourSubTitle h2 {
    font-size: 20px;
  }
  /*768px*/
  #ourRecentTrends {
    padding-top: 15%;
  }
  /*768px*/
  #ourTrend,
  #ourRecent {
    width: auto;
    float: none;
  }
  /*768px*/
  #ourTrend {
    margin-bottom: 5%;
  }
  #ourTrend .text {
    width: 88%;
  }
  #ourTrend h4 {
    margin-right: 60px;
  }
  #ourTrend h4:after {
    width: 15px;
    height: 14px;
  }
  #ourTrend .slick-dots {
    bottom: 6%;
  }
  #ourTrend .slick-dots li {
    margin-left: 8px;
  }
  #ourTrend .slick-dots button {
    width: 6px;
    height: 6px;
  }
  /*768px*/
  #ourRecent .meta {
    margin-bottom: 2.5%;
  }
  #ourRecent .ourTitle {
    width: 130px;
  }
  #ourRecent .tab {
    padding-top: 5px;
    margin-right: 130px;
  }
  #ourRecent .tab span {
    font-size: 16px;
  }
  #ourRecent li:nth-child(n+3) {
    display: block;
  }
  #ourRecent time {
    margin-bottom: 8px;
    font-size: 12px;
  }
  #ourRecent h4 {
    margin-bottom: 8px;
  }
  #ourRecent p {
    margin-bottom: 15px;
  }
  #ourRecent i {
    width: 13px;
    height: 12px;
  }
  #ourRecent a {
    padding: 3.75 5% 5%;
  }
}
@media only screen and (max-width: 480px) {
  /*480px*/
  #fameHall {
    width: auto;
    display: block;
  }
  #fameHall .item {
    width: auto;
    padding-right: 0;
  }
  #fameHall .top {
    margin-bottom: 5%;
  }
  #fameHall .avatar {
    width: 35%;
    margin-bottom: 5%;
  }
  #fameHall .btm {
    padding-top: 5%;
  }
  /*480px*/
  #logoWall ul {
    width: 103%;
  }
  #logoWall li {
    width: 47%;
    padding: 0 3% 3% 0;
  }
  /*480px*/
  #prize {
    width: auto;
  }
  #prize .item {
    width: auto;
    float: none;
    padding-right: 0;
  }
  #prize .text {
    padding: 3.5%;
  }
  #prize .title {
    margin-bottom: 5px;
  }
  #prize .excerpt {
    margin-bottom: 8px;
  }
  /*480px*/
  #partner .info {
    display: block;
    width: auto;
    padding: 5% 85px 5% 5%;
  }
  #partner .td {
    display: block;
  }
  #partner .pic {
    width: 170px;
    margin: 0 auto 5%;
    padding: 0;
  }
  #partner .bg {
    width: auto;
    padding-bottom: 64.70588235%;
  }
  #partner .text {
    padding-right: 8%;
  }
  #partner .title {
    font-size: 16px;
    text-align: center;
  }
  #partner .more {
    width: 85px;
    position: absolute;
    top: 1px;
    right: 0;
    height: 100%;
  }
  #partner .more:after {
    height: 100%;
    z-index: 2;
  }
  #partner .more span {
    top: 50%;
    transform: translateY(-50%);
  }
  /*480px*/
  #information .date {
    width: 85px;
  }
  #information .time {
    width: 60px;
    height: 67px;
  }
  #information .time i {
    font-size: 28px;
  }
  /*480px*/
  #timeLine {
    margin-bottom: 3.5%;
  }
  #timeLine .slick-load {
    width: 33.15789474%;
  }
  /*480px*/
  #announcement .info,
  #announcement .pic,
  #announcement .text {
    display: block;
    width: auto;
  }
  #announcement .text:before {
    bottom: -1px;
  }
  #announcement .text:after {
    right: -1px;
  }
  #announcement .corner {
    right: -1px;
    bottom: -1px;
  }
  /*480px*/
  #ourEvents ul {
    width: auto;
  }
  #ourEvents li {
    width: auto;
    float: none;
    padding-right: 0;
  }
  #ourEvents .num {
    font-size: 16px;
    padding: 7% 5%;
  }
}
