* {
  margin: 0 ;
  padding: 0;
}
.swiper-container {
  width: 100%;
}
.swiper-container img {
  width: 100%;
}
@font-face
{
    font-family: Somatic-Rounded;
    src: url(../font/Somatic-Rounded.otf);
}
@font-face
{
    font-family: Quenbach-ThinCondensedItalic;
    src: url(../font/Quenbach-ThinCondensedItalic.otf);
}
@font-face
{
    font-family: Quenbach-ThinCondensed;
    src: url(../font/Quenbach-ThinCondensed.otf);
}
@font-face
{
    font-family: Quenbach-SemiBoldCondensed;
    src: url(../font/Quenbach-SemiBoldCondensed.otf);
}
@font-face
{
    font-family:Quenbach-SemBdCondIta;
    src: url(../font/Quenbach-SemBdCondIta.otf);
}
@font-face
{
    font-family:Quenbach-MediumCondensed;
    src: url(../font/Quenbach-MediumCondensed.otf);
}
@font-face
{
    font-family:Quenbach-MedCondIta;
    src: url(../font/Quenbach-MedCondIta.otf);
}
@font-face
{
    font-family:Quenbach-LightCondensedItalic;
    src: url(../font/Quenbach-LightCondensedItalic.otf);
}
@font-face
{
    font-family:Quenbach-LightCondensed;
    src: url(../font/Quenbach-LightCondensed.otf);
}
@font-face
{
    font-family:Quenbach-ExtraLightCondensed;
    src: url(../font/Quenbach-ExtraLightCondensed.otf);
}
@font-face
{
    font-family:Quenbach-ExtraLightCondensed;
    src: url(../font/Quenbach-ExtraLightCondensed.otf);
}


@font-face
{
    font-family:Quenbach-ExtraBoldCondensed;
    src: url(../font/Quenbach-ExtraBoldCondensed.otf);
}
@font-face
{
    font-family:Quenbach-ExtLtCondIta;
    src: url(../font/Quenbach-ExtLtCondIta.otf);
}
@font-face
{
    font-family:Quenbach-ExtBdCondIta;
    src: url(../font/Quenbach-ExtBdCondIta.otf);
}
@font-face
{
    font-family:Quenbach-CondensedItalic;
    src: url(../font/Quenbach-CondensedItalic.otf);
}

@font-face
{
    font-family:Quenbach-Condensed;
    src: url(../font/Quenbach-Condensed.otf);
}
@font-face
{
    font-family:Quenbach-BoldCondensedItalic;
    src: url(../font/Quenbach-BoldCondensedItalic.otf);
}
@font-face
{
    font-family:Quenbach-BoldCondensed;
    src: url(../font/Quenbach-BoldCondensed.otf);
}
@font-face
{
    font-family:Quenbach-BlackCondensedItalic;
    src: url(../font/Quenbach-BlackCondensedItalic.otf);
}
@font-face
{
    font-family:Quenbach-BlackCondensed;
    src: url(../font/Quenbach-BlackCondensed.otf);
}
@media screen and (max-width: 992px) {
  .pcheader {
    display: none;
  }
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    display: none;
  }
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .mobile {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .lists {
    display: block;
    position: fixed;
    left: 0px;
    top: 50%;
  }
  .thehead {
    position: relative;
  }
  .thehead .top {
    width: 100%;
    height: 50px;
    background-color: #02365d;
    text-align: center;
    position: relative;
  }
  .thehead .top .login {
    width: 70%;
    display: block;
    margin-left: 10px;
    font-family: ArialMT;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: 0px;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .thehead .top form {
    display: inline-block;
    position: absolute;
    top: 12px;
    right: 0;
  }
  .thehead .top form .dropdown {
    float: right;
    position: relative;
    font-size: 12px;
    margin-right: 16px;
  }
  .thehead .top form .dropdownbox01 {
    width: 100px;
    height: 25px;
    color: #707070;
    line-height: 25px;
    font-size: 12px;
    cursor: pointer;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/content_select.png) no-repeat scroll 100px center transparent;
  }
  .thehead .top form .dropdownbox01 span {
    margin-left: 10px;
    width: 212px !important;
    color: white    ;
  }
  .thehead .top form .dropdownbox01 .tac {
    text-align: left !important;
  }
  .thehead .top form #dropDownList1 .dropdownbox01 {
    width: 12   0px;
    background-position: 96px center;
  }
  .thehead .top form #dropDownList1 .dropdownbox02 li {
    width: 100px;
  }
  .thehead .top form .dropdownbox02 {
    width: 100px;
    display: none;
    position: absolute;
    left: 0px;
    top: 35px;
    z-index: 10;
    background: #fff;
    border: 1px solid #dcdcdc;
    -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.4);
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.4);
    max-height: 160px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .thehead .top form .dropdownbox02 span {
    color: #02365d;
  }
  .thehead .top form .dropdownbox02 img {
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
  }
  .thehead .top form .dropdownbox01 img {
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
  }
  .thehead .top form .dropdownbox02 li {
    width: 100px;
    height: 25px;
    line-height: 25px;
    background: #fff;
    color: #707070;
    cursor: pointer;
    margin: 10px auto !important;
  }
  .thehead .top form .dropdownbox02 li .img02 {
    display: none;
  }
  .thehead .pcheader {
    width: 100%;
    height: 150px;
  }
  .thehead .pcheader  .logo {
    float: left;
    margin-top: 35px;
    width: 15%;
  }
  .thehead .pcheader .menu {
    float: left;
  }
  .thehead .pcheader .menu li {
    float: left;
    list-style: none;
    margin-left: 10px;
    position: relative;
  }
  .thehead .pcheader .menu li a {
    text-decoration: none;
    font-family: Arial-BoldMT;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 150px;
    letter-spacing: 0px;
    color: #02365d;
  }
  .thehead .pcheader .menu li .push {
    position: absolute;
    top: 100px;
    left: -80px;
    width: 280px;
    display: none;
  }
  .thehead .pcheader .menu li .push li {
    cursor: pointer;
    float: none;
    width: 100%;
    z-index: 99;
    height: 50px;
    border: solid 1px #e5e5e5;
    margin: 0;
    padding-left: 20px;
    background-color: #fff;
  }
  .thehead .pcheader .menu li .push li a {
    line-height: 50px;
    font-size: 16px;
  }
  .thehead .pcheader .menu li .push li:hover {
    background-color: #e6f2fa;
  }
  .thehead .pcheader .menu .open:hover .push {
    display: block;
  }
  .thehead .pcheader .time {
    float: right;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }
  .thehead .pcheader .time .hora {
    width: 200px;
    display: none;
  }
  .thehead .pcheader .time .hora span {
    display: block;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #898989;
  }
  .thehead .pcheader .time .chinesetime {
    width: 140px;
  }
  .thehead .pcheader .time .chinesetime span {
    display: block;
    font-family: ArialMT;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #6ec1e4;
  }
  .thehead .pcheader .time .chinesetime span:last-child {
    font-family: ArialMT;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #24a49a;
  }
  .thehead .pcheader .time .chinesetime a {
    display: block;
    font-family: Arial-BoldMT;
    font-size: 27px;
    font-weight: 700;
    font-stretch: normal;
    line-height: 27px;
    letter-spacing: 0px;
    margin: 6px 0;
    color: #1b1b1b;
  }
  .thehead .line {
    width: 100%;
    height: 25px;
    background-color: #02365d;
  }
  .thehead .search {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-image: url(../images/searchback.png);
    text-align: center;
  }
  .thehead .search img {
    vertical-align: middle;
    width: 10%;
  }
  .thehead .search span {
    font-family: Quenbach-BoldCondensedItalic;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #02365d;
    font-style: italic;
    margin-left: 10px;
    display: none;
  }
  .thehead .search .sou {
    height: 30px;
    display: inline-block;
    line-height: 30px;
    border: solid 1px #d2d2d2;
    background-color: #fff;
    margin-left: 10px;
    margin-left: 30px;
  }
  .thehead .search .sou input {
    width: 150px;
    height: 25px;
    border: none;
    padding-left: 30px;
    font-size: 16px;
    outline: none;
  }
  .thehead .search .sou a {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
  }
  .thehead .search .sou a img {
    vertical-align: middle;
    width: 20px;
  }
}
@media screen and (max-width: 769px) and (min-width: 500px) {
  .lists {
    display: none;
  }
  .thehead .top {
    width: 100%;
    height: 50px;
    background-color: #02365d;
    text-align: center;
    position: relative;
  }
  .thehead .top .login {
    font-family: ArialMT;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: 0px;
    color: #ffffff;
  }
  .thehead .top form {
    display: inline-block;
    position: absolute;
    top: 12px;
    right: 0;
  }
  .thehead .top form .dropdown {
    float: right;
    position: relative;
    font-size: 12px;
    margin-right: 16px;
  }
  .thehead .top form .dropdownbox01 {
    width: 100px;
    height: 25px;
    color: #707070;
    line-height: 25px;
    font-size: 12px;
    cursor: pointer;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/content_select.png) no-repeat scroll 100px center transparent;
  }
  .thehead .top form .dropdownbox01 span {
    margin-left: 10px;
    width: 212px !important;
    color: white    ;
  }
  .thehead .top form .dropdownbox01 .tac {
    text-align: left !important;
  }
  .thehead .top form #dropDownList1 .dropdownbox01 {
    width: 12   0px;
    background-position: 96px center;
  }
  .thehead .top form #dropDownList1 .dropdownbox02 li {
    width: 100px;
  }
  .thehead .top form .dropdownbox02 {
    width: 100px;
    display: none;
    position: absolute;
    left: 0px;
    top: 35px;
    z-index: 10;
    background: #fff;
    border: 1px solid #dcdcdc;
    -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.4);
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.4);
    max-height: 160px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .thehead .top form .dropdownbox02 span {
    color: #02365d;
  }
  .thehead .top form .dropdownbox02 img {
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
  }
  .thehead .top form .dropdownbox01 img {
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
  }
  .thehead .top form .dropdownbox02 li {
    width: 100px;
    height: 25px;
    line-height: 25px;
    background: #fff;
    color: #707070;
    cursor: pointer;
    margin: 10px auto !important;
  }
  .thehead .top form .dropdownbox02 li .img02 {
    display: none;
  }
  .thehead .pcheader {
    width: 100%;
    height: 150px;
  }
  .thehead .pcheader  .logo {
    float: left;
    margin-top: 35px;
    width: 15%;
  }
  .thehead .pcheader .menu {
    float: left;
  }
  .thehead .pcheader .menu li {
    float: left;
    list-style: none;
    margin-left: 10px;
    position: relative;
  }
  .thehead .pcheader .menu li a {
    text-decoration: none;
    font-family: Arial-BoldMT;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 150px;
    letter-spacing: 0px;
    color: #02365d;
  }
  .thehead .pcheader .menu li .push {
    position: absolute;
    top: 100px;
    left: -80px;
    width: 280px;
    display: none;
  }
  .thehead .pcheader .menu li .push li {
    cursor: pointer;
    float: none;
    width: 100%;
    z-index: 99;
    height: 50px;
    border: solid 1px #e5e5e5;
    margin: 0;
    padding-left: 20px;
    background-color: #fff;
  }
  .thehead .pcheader .menu li .push li a {
    line-height: 50px;
    font-size: 16px;
  }
  .thehead .pcheader .menu li .push li:hover {
    background-color: #e6f2fa;
  }
  .thehead .pcheader .menu .open:hover .push {
    display: block;
  }
  .thehead .pcheader .time {
    float: right;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }
  .thehead .pcheader .time .hora {
    width: 200px;
    display: none;
  }
  .thehead .pcheader .time .hora span {
    display: block;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #898989;
  }
  .thehead .pcheader .time .chinesetime {
    width: 140px;
  }
  .thehead .pcheader .time .chinesetime span {
    display: block;
    font-family: ArialMT;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #6ec1e4;
  }
  .thehead .pcheader .time .chinesetime span:last-child {
    font-family: ArialMT;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #24a49a;
  }
  .thehead .pcheader .time .chinesetime a {
    display: block;
    font-family: Arial-BoldMT;
    font-size: 27px;
    font-weight: 700;
    font-stretch: normal;
    line-height: 27px;
    letter-spacing: 0px;
    margin: 6px 0;
    color: #1b1b1b;
  }
  .thehead .line {
    width: 100%;
    height: 25px;
    background-color: #02365d;
  }
  .thehead .search {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-image: url(../images/searchback.png);
    text-align: center;
  }
  .thehead .search img {
    vertical-align: middle;
    width: 6%;
  }
  .thehead .search span {
    font-family: Quenbach-BoldCondensedItalic;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #02365d;
    font-style: italic;
    margin-left: 10px;
  }
  .thehead .search .sou {
    height: 30px;
    display: inline-block;
    line-height: 30px;
    border: solid 1px #d2d2d2;
    background-color: #fff;
    margin-left: 10px;
  }
  .thehead .search .sou input {
    width: 140px;
    height: 30px;
    border: none;
    padding-left: 30px;
    font-size: 16px;
    outline: none;
  }
  .thehead .search .sou a {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
  }
  .thehead .search .sou a img {
    vertical-align: middle;
    width: 20px;
  }
}
@media screen and (max-width: 992px) and (min-width: 769px) {
  .lists {
    display: none;
  }
  .thehead .top {
    width: 100%;
    height: 50px;
    background-color: #02365d;
    text-align: center;
    position: relative;
  }
  .thehead .top .login {
    font-family: ArialMT;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: 0px;
    color: #ffffff;
  }
  .thehead .top form {
    display: inline-block;
    position: absolute;
    top: 12px;
    right: 10px;
  }
  .thehead .top form .dropdown {
    float: right;
    position: relative;
    font-size: 12px;
    margin-right: 16px;
  }
  .thehead .top form .dropdownbox01 {
    width: 100px;
    height: 25px;
    color: #707070;
    line-height: 25px;
    font-size: 12px;
    cursor: pointer;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/content_select.png) no-repeat scroll 100px center transparent;
  }
  .thehead .top form .dropdownbox01 span {
    margin-left: 10px;
    width: 212px !important;
    color: white    ;
  }
  .thehead .top form .dropdownbox01 .tac {
    text-align: left !important;
  }
  .thehead .top form #dropDownList1 .dropdownbox01 {
    width: 12   0px;
    background-position: 96px center;
  }
  .thehead .top form #dropDownList1 .dropdownbox02 li {
    width: 100px;
  }
  .thehead .top form .dropdownbox02 {
    width: 100px;
    display: none;
    position: absolute;
    left: 0px;
    top: 35px;
    z-index: 1;
    background: #fff;
    border: 1px solid #dcdcdc;
    -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.4);
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.4);
    max-height: 160px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .thehead .top form .dropdownbox02 span {
    color: #02365d;
  }
  .thehead .top form .dropdownbox02 img {
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
  }
  .thehead .top form .dropdownbox01 img {
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
  }
  .thehead .top form .dropdownbox02 li {
    width: 100px;
    height: 25px;
    line-height: 25px;
    background: #fff;
    color: #707070;
    cursor: pointer;
    margin: 10px auto !important;
  }
  .thehead .top form .dropdownbox02 li .img02 {
    display: none;
  }
  .thehead .pcheader {
    width: 100%;
    height: 150px;
  }
  .thehead .pcheader  .logo {
    float: left;
    margin-top: 35px;
    width: 15%;
  }
  .thehead .pcheader .menu {
    float: left;
  }
  .thehead .pcheader .menu li {
    float: left;
    list-style: none;
    margin-left: 10px;
    position: relative;
  }
  .thehead .pcheader .menu li a {
    text-decoration: none;
    font-family: Arial-BoldMT;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 150px;
    letter-spacing: 0px;
    color: #02365d;
  }
  .thehead .pcheader .menu li .push {
    position: absolute;
    top: 100px;
    left: -80px;
    width: 280px;
    display: none;
  }
  .thehead .pcheader .menu li .push li {
    cursor: pointer;
    float: none;
    width: 100%;
    z-index: 99;
    height: 50px;
    border: solid 1px #e5e5e5;
    margin: 0;
    padding-left: 20px;
    background-color: #fff;
  }
  .thehead .pcheader .menu li .push li a {
    line-height: 50px;
    font-size: 16px;
  }
  .thehead .pcheader .menu li .push li:hover {
    background-color: #e6f2fa;
  }
  .thehead .pcheader .menu .open:hover .push {
    display: block;
  }
  .thehead .pcheader .time {
    float: right;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }
  .thehead .pcheader .time .hora {
    width: 200px;
    display: none;
  }
  .thehead .pcheader .time .hora span {
    display: block;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #898989;
  }
  .thehead .pcheader .time .chinesetime {
    width: 140px;
  }
  .thehead .pcheader .time .chinesetime span {
    display: block;
    font-family: ArialMT;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #6ec1e4;
  }
  .thehead .pcheader .time .chinesetime span:last-child {
    font-family: ArialMT;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #24a49a;
  }
  .thehead .pcheader .time .chinesetime a {
    display: block;
    font-family: Arial-BoldMT;
    font-size: 27px;
    font-weight: 700;
    font-stretch: normal;
    line-height: 27px;
    letter-spacing: 0px;
    margin: 6px 0;
    color: #1b1b1b;
  }
  .thehead .line {
    width: 100%;
    height: 25px;
    background-color: #02365d;
  }
  .thehead .search {
    width: 100%;
    height: 90px;
    line-height: 90px;
    background-image: url(../images/searchback.png);
    text-align: center;
  }
  .thehead .search img {
    vertical-align: middle;
    width: 6%;
  }
  .thehead .search span {
    font-family: Quenbach-BoldCondensedItalic;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #02365d;
    font-style: italic;
    margin-left: 10px;
  }
  .thehead .search .sou {
    height: 30px;
    display: inline-block;
    line-height: 30px;
    border: solid 1px #d2d2d2;
    background-color: #fff;
    margin-left: 10px;
  }
  .thehead .search .sou input {
    width: 150px;
    height: 30px;
    border: none;
    padding-left: 30px;
    font-size: 14px;
    outline: none;
  }
  .thehead .search .sou a {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
  }
  .thehead .search .sou a img {
    vertical-align: middle;
    width: 20px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .lists {
    display: none;
  }
  .thehead .top {
    width: 100%;
    height: 50px;
    background-color: #02365d;
    text-align: center;
    position: relative;
  }
  .thehead .top .login {
    font-family: ArialMT;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: 0px;
    color: #ffffff;
  }
  .thehead .top form {
    display: inline-block;
    position: absolute;
    right: 50px;
    top: 12px;
  }
  .thehead .top form .dropdown {
    float: right;
    position: relative;
    font-size: 12px;
    margin-right: 16px;
  }
  .thehead .top form .dropdownbox01 {
    width: 100px;
    height: 25px;
    color: #707070;
    line-height: 25px;
    font-size: 16px;
    cursor: pointer;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/content_select.png) no-repeat scroll 100px center transparent;
  }
  .thehead .top form .dropdownbox01 span {
    margin-left: 10px;
    width: 212px !important;
    color: white    ;
  }
  .thehead .top form .dropdownbox01 .tac {
    text-align: left !important;
  }
  .thehead .top form #dropDownList1 .dropdownbox01 {
    width: 12   0px;
    background-position: 96px center;
  }
  .thehead .top form #dropDownList1 .dropdownbox02 li {
    width: 100px;
  }
  .thehead .top form .dropdownbox02 {
    width: 100px;
    display: none;
    position: absolute;
    left: 0px;
    top: 35px;
    z-index: 1;
    background: #fff;
    border: 1px solid #dcdcdc;
    -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.4);
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.4);
    max-height: 160px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .thehead .top form .dropdownbox02 span {
    color: #02365d;
  }
  .thehead .top form .dropdownbox02 img {
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
  }
  .thehead .top form .dropdownbox01 img {
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
  }
  .thehead .top form .dropdownbox02 li {
    width: 100px;
    height: 25px;
    line-height: 25px;
    background: #fff;
    color: #707070;
    cursor: pointer;
    margin: 10px auto !important;
  }
  .thehead .top form .dropdownbox02 li .img02 {
    display: none;
  }
  .thehead .pcheader {
    width: 100%;
    height: 150px;
  }
  .thehead .pcheader  .logo {
    float: left;
    margin-top: 35px;
    width: 15%;
  }
  .thehead .pcheader .menu {
    float: left;
  }
  .thehead .pcheader .menu li {
    float: left;
    list-style: none;
    margin-left: 10px;
    position: relative;
  }
  .thehead .pcheader .menu li a {
    text-decoration: none;
    font-family: Arial-BoldMT;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 150px;
    letter-spacing: 0px;
    color: #02365d;
  }
  .thehead .pcheader .menu li .push {
    position: absolute;
    top: 100px;
    left: -80px;
    width: 280px;
    display: none;
  }
  .thehead .pcheader .menu li .push li {
    cursor: pointer;
    float: none;
    width: 100%;
    z-index: 99;
    height: 50px;
    border: solid 1px #e5e5e5;
    border-bottom: none;
    margin: 0;
    padding-left: 20px;
    background-color: #fff;
  }
  .thehead .pcheader .menu li .push li:last-child{
    border-bottom: solid 1px #e5e5e5;
  }
  .thehead .pcheader .menu li .push li a {
    line-height: 50px;
    font-size: 16px;
  }
  .thehead .pcheader .menu li .push li:hover {
    background-color: #e6f2fa;
  }
  .thehead .pcheader .menu .open:hover .push {
    display: block;
  }
  .thehead .pcheader .time {
    float: right;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }
  .thehead .pcheader .time .hora {
    width: 200px;
    display: none;
  }
  .thehead .pcheader .time .hora span {
    display: block;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #898989;
  }
  .thehead .pcheader .time .chinesetime {
    width: 140px;
  }
  .thehead .pcheader .time .chinesetime span {
    display: block;
    font-family: ArialMT;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #6ec1e4;
  }
  .thehead .pcheader .time .chinesetime span:last-child {
    font-family: ArialMT;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #24a49a;
  }
  .thehead .pcheader .time .chinesetime a {
    display: block;
    font-family: Arial-BoldMT;
    font-size: 27px;
    font-weight: 700;
    font-stretch: normal;
    line-height: 27px;
    letter-spacing: 0px;
    margin: 6px 0;
    color: #1b1b1b;
  }
  .thehead .line {
    width: 100%;
    height: 25px;
    background-color: #02365d;
  }
  .thehead .search {
    width: 100%;
    height: 90px;
    line-height: 90px;
    background-image: url(../images/searchback.png);
    text-align: center;
  }
  .thehead .search img {
    vertical-align: middle;
    width: 6%;
  }
  .thehead .search span {
    font-family: Quenbach-BoldCondensedItalic;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #02365d;
    font-style: italic;
    margin-left: 10px;
  }
  .thehead .search .sou {
    height: 30px;
    display: inline-block;
    line-height: 30px;
    border: solid 1px #d2d2d2;
    background-color: #fff;
    margin-left: 10px;
  }
  .thehead .search .sou input {
    width: 200px;
    height: 30px;
    border: none;
    padding-left: 30px;
    font-size: 18px;
    outline: none;
  }
  .thehead .search .sou a {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
  }
  .thehead .search .sou a img {
    vertical-align: middle;
    width: 20px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 1200px) {
  /* .bigbox{
    -webkit-transform: scale(0.9,0.9);
    transform-origin: center bottom;
    margin-top: -18%;
  } */
  .lists {
    display: none;
  }
  .thehead .top {
    width: 100%;
    height: 50px;
    background-color: #02365d;
    text-align: center;
    position: relative;
  }
  .thehead .top .login {
    font-family: ArialMT;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: 0px;
    color: #ffffff;
  }
  .thehead .top form {
    display: inline-block;
    position: absolute;
    right: 50px;
    top: 12px;
  }
  .thehead .top form .dropdown {
    float: right;
    position: relative;
    font-size: 12px;
    margin-right: 16px;
  }
  .thehead .top form .dropdownbox01 {
    width: 115px;
    height: 25px;
    color: #707070;
    line-height: 25px;
    font-size: 16px;
    cursor: pointer;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/content_select.png) no-repeat scroll 100px center transparent;
  }
  .thehead .top form .dropdownbox01 span {
    margin-left: 10px;
    width: 212px !important;
    color: white    ;
  }
  .thehead .top form .dropdownbox01 .tac {
    text-align: left !important;
  }
  .thehead .top form #dropDownList1 .dropdownbox01 {
    width: 12   0px;
    background-position: 96px center;
  }
  .thehead .top form #dropDownList1 .dropdownbox02 li {
    width: 100px;
  }
  .thehead .top form .dropdownbox02 {
    width: 115px;
    display: none;
    position: absolute;
    left: 0px;
    top: 35px;
    z-index: 1;
    background: #fff;
    border: 1px solid #dcdcdc;
    -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.4);
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.4);
    max-height: 160px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .thehead .top form .dropdownbox02 span {
    color: #02365d;
  }
  .thehead .top form .dropdownbox02 img {
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
  }
  .thehead .top form .dropdownbox01 img {
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
  }
  .thehead .top form .dropdownbox02 li {
    width: 100px;
    height: 25px;
    line-height: 25px;
    background: #fff;
    color: #707070;
    cursor: pointer;
    margin: 10px auto !important;
  }
  .thehead .top form .dropdownbox02 li .img02 {
    display: none;
  }
  .thehead .pcheader {
    width: 100%;
    height: 150px;
  }
  .thehead .pcheader  .logo {
    float: left;
    margin-top: 35px;
    margin-left: 3%;
    width: 15%;
  }
  .thehead .pcheader .menu {
    float: left;
  }
  .thehead .pcheader .menu li {
    float: left;
    list-style: none;
    margin-left: 20px;
    position: relative;
  }
  .thehead .pcheader .menu li a {
    text-decoration: none;
    font-family: Arial-BoldMT;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 150px;
    letter-spacing: 0px;
    color: #02365d;
  }
  .thehead .pcheader .menu li .push {
    position: absolute;
    top: 100px;
    left: -80px;
    width: 280px;
    display: none;
  }
  .thehead .pcheader .menu li .push li {
    cursor: pointer;
    float: none;
    width: 100%;
    z-index: 99;
    height: 50px;
    border: solid 1px #e5e5e5;
    border-bottom: none;
    margin: 0;
    padding-left: 20px;
    background-color: #fff;
  }
  .thehead .pcheader .menu li .push li:last-child{
    border-bottom: solid 1px #e5e5e5;
  }
  .thehead .pcheader .menu li .push li a {
    line-height: 50px;
    font-size: 14px;
  }
  .thehead .pcheader .menu li .push li:hover {
    background-color: #e6f2fa;
  }
  .thehead .pcheader .menu .open:hover .push {
    display: block;
  }
  .thehead .pcheader .time {
    float: right;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    margin-right: 1%;
  }
  .thehead .pcheader .time .hora {
    width: 170px;
  }
  .thehead .pcheader .time .hora span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #898989;
  }
  .thehead .pcheader .time .chinesetime {
    width: 120px;
  }
  .thehead .pcheader .time .chinesetime span {
    display: block;
    font-family: ArialMT;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #6ec1e4;
  }
  .thehead .pcheader .time .chinesetime span:last-child {
    font-family: ArialMT;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #24a49a;
  }
  .thehead .pcheader .time .chinesetime a {
    display: block;
    font-family: Arial-BoldMT;
    font-size: 24px;
    font-weight: 700;
    font-stretch: normal;
    line-height: 27px;
    letter-spacing: 0px;
    margin: 6px 0;
    color: #1b1b1b;
  }
  .thehead .line {
    width: 100%;
    height: 25px;
    background-color: #02365d;
  }
  .thehead .search {
    width: 100%;
    height: 90px;
    line-height: 90px;
    background-image: url(../images/searchback.png);
    text-align: center;
  }
  .thehead .search img {
    vertical-align: middle;
  }
  .thehead .search span {
    font-family: Quenbach-BoldCondensedItalic;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #02365d;
    font-style: italic;
    margin-left: 10px;
  }
  .thehead .search .sou {
    height: 30px;
    display: inline-block;
    line-height: 30px;
    border: solid 1px #d2d2d2;
    background-color: #fff;
    margin-left: 10px;
  }
  .thehead .search .sou input {
    width: 200px;
    height: 30px;
    border: none;
    padding-left: 30px;
    font-size: 18px;
    outline: none;
  }
  .thehead .search .sou a {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
  }
  .thehead .search .sou a img {
    vertical-align: middle;
    width: 20px;
  }
}
@media screen and (min-width: 1500px) {
  .commodity .lists{
    display: none;
  }
  .thehead{
  
  }
  .thehead .top {
    width: 100%;
    height: 50px;
    background-color: #02365d;
    text-align: center;
    position: relative;
  }
  .thehead .top .login {
    font-family: ArialMT;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: 0px;
    color: #ffffff;
  }
  .thehead .top form {
    display: inline-block;
    position: absolute;
    right: 50px;
    top: 12px;
  }
  .thehead .top form .dropdown {
    float: right;
    position: relative;
    font-size: 12px;
    margin-right: 16px;
  }
  .thehead .top form .dropdownbox01 {
    width: 125px;
    height: 25px;
    color: #707070;
    line-height: 25px;
    font-size: 16px;
    cursor: pointer;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/content_select.png) no-repeat scroll 100px center transparent;
  }
  .thehead .top form .dropdownbox01 span {
    margin-left: 10px;
    width: 212px !important;
    color: white    ;
  }
  .thehead .top form .dropdownbox01 .tac {
    text-align: left !important;
  }
  .thehead .top form #dropDownList1 .dropdownbox01 {
    width: 12   0px;
    background-position: 96px center;
  }
  .thehead .top form #dropDownList1 .dropdownbox02 li {
    width: 100px;
  }
  .thehead .top form .dropdownbox02 {
    width: 100px;
    display: none;
    position: absolute;
    left: 0px;
    top: 35px;
    z-index: 1;
    background: #fff;
    border: 1px solid #dcdcdc;
    -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.4);
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.4);
    max-height: 160px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .thehead .top form .dropdownbox02 span {
    color: #02365d;
  }
  .thehead .top form .dropdownbox02 img {
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
  }
  .thehead .top form .dropdownbox01 img {
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
  }
  .thehead .top form .dropdownbox02 li {
    width: 100px;
    height: 25px;
    line-height: 25px;
    background: #fff;
    color: #707070;
    cursor: pointer;
    margin: 10px auto !important;
  }
  .thehead .top form .dropdownbox02 li .img02 {
    display: none;
  }
  .thehead .pcheader {
    width: 100%;
    height: 150px;
  }
  .thehead .pcheader  .logo {
    float: left;
    margin-top: 18px;
    margin-left: 3%;
    width: 16%;
  }
  .thehead .pcheader .menu {
    float: left;
  }
  .thehead .pcheader .menu li {
    float: left;
    list-style: none;
    margin-left: 30px;
    position: relative;
  }
  .thehead .pcheader .menu li a {
    text-decoration: none;
    font-family: Arial-BoldMT;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 150px;
    letter-spacing: 0px;
    color: #02365d;
  }
  .thehead .pcheader .menu li .push {
    position: absolute;
    top: 100px;
    left: -80px;
    width: 280px;
    display: none;
  }
  .thehead .pcheader .menu li .push li {
    cursor: pointer;
    float: none;
    width: 100%;
    z-index: 99;
    height: 50px;
    border: solid 1px #e5e5e5;
    border-bottom: none;
    margin: 0;
    padding-left: 20px;
    background-color: #fff;
  }
  .thehead .pcheader .menu li .push li:last-child{
    border-bottom: solid 1px #e5e5e5;
  }
  .thehead .pcheader .menu li .push li a {
    line-height: 50px;
    font-size: 16px;
  }
  .thehead .pcheader .menu li .push li:hover {
    background-color: #e6f2fa;
  }
  .thehead .pcheader .menu .open:hover .push {
    display: block;
  }
  .thehead .pcheader .time {
    float: left;
    width: 360px;
    float: right;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    margin-right: 2%;
  }
  .thehead .pcheader .time .hora {
    width: 200px;
  }
  .thehead .pcheader .time .hora span {
    display: block;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #898989;
  }
  .thehead .pcheader .time .chinesetime {
    width: 140px;
  }
  .thehead .pcheader .time .chinesetime span {
    display: block;
    font-family: ArialMT;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #6ec1e4;
  }
  .thehead .pcheader .time .chinesetime span:last-child {
    font-family: ArialMT;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #24a49a;
  }
  .thehead .pcheader .time .chinesetime a {
    display: block;
    font-family: Arial-BoldMT;
    font-size: 27px;
    font-weight: 700;
    font-stretch: normal;
    line-height: 27px;
    letter-spacing: 0px;
    margin: 6px 0;
    color: #1b1b1b;
  }
  .thehead .line {
    width: 100%;
    height: 25px;
    background-color: #02365d;
  }
  .thehead .search {
    width: 100%;
    height: 90px;
    line-height: 90px;
    background-image: url(../images/searchback.png);
    text-align: center;
  }
  .thehead .search img {
    vertical-align: middle;
  }
  .thehead .search span {
    font-family: Quenbach-BoldCondensedItalic;
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #02365d;
    font-style: italic;
    margin-left: 20px;
  }
  .thehead .search .sou {
    height: 52px;
    display: inline-block;
    line-height: 50px;
    border: solid 1px #d2d2d2;
    background-color: #fff;
    margin-left: 20px;
  }
  .thehead .search .sou input {
    width: 470px;
    height: 50px;
    border: none;
    padding-left: 30px;
    font-size: 18px;
    outline: none;
  }
  .thehead .search .sou a {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
  }
  .thehead .search .sou a img {
    vertical-align: middle;
  }
}
