@charset "UTF-8";
/* 移动设备样式 */
@media screen and (max-width: 1279px) {
     .rightMenu{
        box-shadow: 0 2px 5px 1px rgba(0,0,0,.3);
        position: fixed;
        height: 25px;
        text-align: right;
        top: 0;
        right: 0px;
        line-height: 25px;
        padding-right: 10px;
        font-size: 14px;
        width: 100%;
        background-color: rgb(255, 255, 255,0.5);
        z-index: 99;
    }
  /* 移动设备样式规则 */
  .specialHeader {
    background-image: url("../images/special/header.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8888;
    width: 100%;
    height: 48px;
  }
  .specialHeaderHeight {
    height: 48px;
  }
  .header {
    padding: 0 5px;
    height: 48px;
    display: flex;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
  }
  .header .logo {
    width: 163px;
    height: 35px;
  	position: relative;
    top: 8px;
  }
  .header .logo img {
    width: 100%;
    height: 100%;
  }
  .header .line {
    height: 20px;
    padding-left: 5px;
    margin-right: 5px;
    position: relative;
    top: 8px;
  }
  .header h2 {
    font-size: 16px;
    color: #d72103;
    position: relative;
    top: 8px;
  }
  .explan {
    position: fixed;
    right: 10px;
    top: 17px;
  }
  .explan svg {
    color: #000;
  }
  .explan .close_c {
    display: none;
  }
  .nav {
    display: none;
    width: 50%;
    height: auto;
    background-color: white;
    position: fixed;
    right: 0;
    top: 56px;
    z-index: 999;
    box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.3);
  }
  .nav ul li {
    padding: 0 25px;
    height: 50px;
    line-height: 50px;
    font-size:14px;
  }
  .nav ul li:not(:last-child) {
    border-bottom: 1px solid #ccc;
  }
  .banner {
    height: 107px;
    /*margin-top: 48px;*/
    background-color: #eee;
  }
  .banner .mySwiper {
    overflow: hidden;
    width: 100%;
  }
  .banner .mySwiper .swiper-slide img {
    width: 100% !important;
    height: 107px;
  }
  .courtyard_celebration {
    padding: 10px;
    /*width: 1200px;*/
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
  .courtyard_celebration .notice {
    /*width: 50%;*/
  }
  .courtyard_celebration .notice .top {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    position: relative;
  }
  .courtyard_celebration .notice .top p {
    font-size: 18px;
    color: #d72103;
  }
  .courtyard_celebration .notice .top span {
    padding-right: 10px;
  }
  .courtyard_celebration .notice .top span:hover {
    cursor: pointer;
    color: #d72103;
  }
  .courtyard_celebration .notice .top::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 110px;
    height: 2px;
    background: url("../images/special/glxhBoxHdBg_red.jpg") no-repeat;
    background-size: 100% 100%;
  }
  .courtyard_celebration .notice .list {
    padding-top: 10px;
  }
  .courtyard_celebration .notice .list .list_item {
    display: flex;
    padding-bottom: 12px;
    margin-bottom: 13px;
    border-bottom: 1px solid #eee;
  }
  .courtyard_celebration .notice .list .list_item .item_date span:first-child {
    display: block;
    width: 60px;
    text-align: center;
    line-height: 33px;
    height: 33px;
    background-color: #d72103;
    color: #fff;
  }
  .courtyard_celebration .notice .list .list_item .item_date span:last-child {
    display: block;
    width: 60px;
    text-align: center;
    line-height: 33px;
    height: 33px;
    background-color: #e1e0d8;
    color: #d72103;
    font-size: 18px;
  }
  .courtyard_celebration .notice .list .list_item p {
    margin-left: 15px;
    line-height: 30px;
    font-size: 14px;
  }
  .courtyard_celebration .notice .list .list_item p:hover {
    cursor: pointer;
    color: #d72103;
    text-decoration: underline;
  }
  .courtyard_celebration .dynamic {
    /*width: 50%;*/
    /*margin-left: 20px;*/
  }
  .courtyard_celebration .dynamic .top {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    position: relative;
  }
  .courtyard_celebration .dynamic .top p {
    font-size: 20px;
    color: #d72103;
  }
  .courtyard_celebration .dynamic .top span:hover {
    cursor: pointer;
    color: #d72103;
  }
  .courtyard_celebration .dynamic .top::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 110px;
    height: 2px;
    background: url("../images/special/glxhBoxHdBg_red.jpg") no-repeat;
    background-size: 100% 100%;
  }
  .courtyard_celebration .dynamic .contentC {
    padding-top: 20px;
  }
  .courtyard_celebration .dynamic .contentC .img_info {
    padding-bottom: 10px;
    display: flex;
  }
  .courtyard_celebration .dynamic .contentC .img_info .info {
    padding-left: 15px;
    color: #333;
  }
  .courtyard_celebration .dynamic .contentC .img_info .info h2 {
    font-size: 16px;
  }
  .courtyard_celebration .dynamic .contentC .img_info .info h2:hover {
    cursor: pointer;
    color: #d72103;
  }
  .courtyard_celebration .dynamic .contentC .img_info p {
    padding-top: 10px;
    font-size: 12px;
    line-height: 1.8em;
  }
  .courtyard_celebration .dynamic .list .first-box {
    display: flex;
    justify-content: space-between;
    padding-bottom: 24px;
    max-height: 125px;
    overflow: hidden;
  }
  .courtyard_celebration .dynamic .list .first-box .con_img {
    width: 180px;
    height: 135px;
    overflow: hidden;
  }
  .courtyard_celebration .dynamic .list .first-box .con_img img {
    width: 100%;
    height: 100%;
  }
  .courtyard_celebration .dynamic .list .first-box .con_info {
    width: calc(100% - 200px);
    height: 135px;
    overflow: hidden;
  }
  .courtyard_celebration .dynamic .list .first-box .con_info .title {
    line-height: 37px;
    font-size: 16px;
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .courtyard_celebration .dynamic .list .first-box .con_info .title:hover {
    cursor: pointer;
    color: #d72103;
  }
  .courtyard_celebration .dynamic .list .first-box .con_info .info {
    font-size: 14px;
  }
  .courtyard_celebration .dynamic .list li {
    display: flex;
    justify-content: space-between;
    line-height: 26px;
    position: relative;
    padding-left: 10px;
    flex-wrap: nowrap;
    white-space: nowrap;
  }
  .courtyard_celebration .dynamic .list li a {
    width: 80%;
  }
  .courtyard_celebration .dynamic .list li h2 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 20px;
    font-size: 14px;
    color: #333;
  }
  .courtyard_celebration .dynamic .list li h2:hover {
    cursor: pointer;
    color: #d72103;
  }
  .courtyard_celebration .dynamic .list li span {
    color: #999;
  }
  .courtyard_celebration .dynamic .list li::before {
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background-color: #999;
    margin-right: 5px;
  }
  .pictureDesc {
    padding: 0 5px;
    /*width: 1200px;*/
    /*margin: 0 auto;*/
    padding-bottom: 30px;
  }
  .pictureDesc .top {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    position: relative;
  }
  .pictureDesc .top p {
    font-size: 20px;
    color: #d72103;
  }
  .pictureDesc .top span {
    padding-right: 10px;
  }
  .pictureDesc .top span:hover {
    cursor: pointer;
    color: #d72103;
  }
  .pictureDesc .top::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 110px;
    height: 2px;
    background: url("../images/special/glxhBoxHdBg_red.jpg") no-repeat;
    background-size: 100% 100%;
  }
  .pictureDesc .bottom_list {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
  }
  .pictureDesc .bottom_list li {
    width: 100%;
    /*flex: 1;*/
    text-align: center;
  }
  .pictureDesc .bottom_list li img {
    width: 100% !important;
  }
  .pictureDesc .bottom_list li h2 {
    padding: 0 10px;
    margin: 5px 0 5px;
  }
  .pictureDesc .bottom_list li h2:hover {
    cursor: pointer;
    color: #d72103;
  }
  .footer {
    background-color: #d72103 !important;
  }
  .footer .content {
    padding-bottom: 30px !important;
    width: 100%;
    background-color: #d72103 !important;
    display: flex;
    flex-direction: column;
    padding: 0 5px;
    box-sizing: border-box;
  }
  .footer .content .center {
    margin-top: 20px !important;
    padding: 0 !important;
  }
  .footer .content .center p {
    line-height: 25px !important;
    color: #fff !important;
    padding: 0 !important;
  }
  .footer .content .right_box {
    margin-top: 20px !important;
    justify-content: space-around !important;
  }
  .footer .content .select_box {
    margin-left: 0 !important;
  }
  .footer .content select {
    width: 48% !important;
    background-color: white !important;
    color: #000000 !important;
  }
  .header-search {
    display: none;
  }
}

/* 桌面设备样式 */
@media screen and (min-width: 1280px) {
  /* 桌面设备样式规则 */
  .specialHeader {
    background-image: url("../images/special/header.jpg");
    background-repeat: no-repeat;
    background-size: 100% calc(100% - 42px);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8888;
    width: 100%;
  }
  .specialHeaderHeight {
    height: 190px;
  }
  .explan {
    display: none;
  }
  .header {
    height: 120px;
    display: flex;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
    padding: 10px 0;
    position: relative;
  }
  .header .logo {
    width: 400px;
    height: 75px;
  }
  .header .logo img {
    width: 100%;
    height: 100%;
  }
  .header .line {
    padding-left: 20px;
    margin-right: 30px;
    height: 56px;
    width: 1px;
  }
  .header h2 {
    font-size: 40px;
    color: #FF0000;
  }
  .header .header-search {
    display: flex;
    width: 260px;
    height: 30px;
    position: absolute;
    justify-content: space-between;
    right: 0;
  }
  .header .header-search .input-dock {
    width: calc(100% - 80px);
    height: 30px;
    border: 1px solid #e2e2e2;
    display: flex;
    background: #fff;
  }
  .header .header-search .input-dock img {
    width: 16px;
    height: 16px;
    margin-top: 8px;
    margin-left: 6px;
    margin-right: 5px;
  }
  .header .header-search .input-dock input {
    border: none;
    height: 100%;
    width: 100%;
  }
  .header .header-search .search {
    background: #d72103;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 30px;
    padding: 0 20px;
  }
  .header .header-search .search:hover {
    background: #f8bdb3;
  }
  .nav {
    border-top: 1px solid #eee;
    background-image: url("../images/special/menu.jpg");
    background-size: 100%;
  }
  .nav ul {
    margin: 0 auto;
    width: 1200px;
    height: 49px;
    align-items: center;
    display: flex;
  }
  .nav ul li {
    cursor: pointer;
    line-height: 34px;
    text-align: center;
    width: 120px;
    border-radius: 6px;
    color: #FFF;
    font-size:14px;
  }
  .nav ul li:hover {
    background-color: #fff;
    color: #c91f00;
  }
  .nav ul .menuActive {
    background-color: #fff;
    color: #c91f00;
  }
  .banner {
    background-color: #eee;
    height: 380px;
    overflow: hidden;
  }
  .banner .mySwiper {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
  }
  .banner .mySwiper .swiper-slide img {
    width: 100%;
  }
  .courtyard_celebration {
    padding-top: 20px;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    padding-bottom: 30px;
  }
  .courtyard_celebration .notice {
    width: 50%;
  }
  .courtyard_celebration .notice .top {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    position: relative;
  }
  .courtyard_celebration .notice .top p {
    font-size: 20px;
    color: #d72103;
  }
  .courtyard_celebration .notice .top span {
    padding-right: 10px;
  }
  .courtyard_celebration .notice .top span:hover {
    cursor: pointer;
    color: #d72103;
  }
  .courtyard_celebration .notice .top::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 110px;
    height: 2px;
    background: url("../images/special/glxhBoxHdBg_red.jpg") no-repeat;
    background-size: 100% 100%;
  }
  .courtyard_celebration .notice .list {
    padding-top: 20px;
  }
  .courtyard_celebration .notice .list .list_item {
    display: flex;
    padding-bottom: 12px;
    margin-bottom: 13px;
    border-bottom: 1px solid #eee;
  }
  .courtyard_celebration .notice .list .list_item .item_date span:first-child {
    display: block;
    width: 60px;
    text-align: center;
    line-height: 33px;
    height: 33px;
    background-color: #d72103;
    color: #fff;
  }
  .courtyard_celebration .notice .list .list_item .item_date span:last-child {
    display: block;
    width: 60px;
    text-align: center;
    line-height: 33px;
    height: 33px;
    background-color: #e1e0d8;
    color: #d72103;
    font-size: 18px;
  }
  .courtyard_celebration .notice .list .list_item p {
    margin-left: 15px;
    line-height: 30px;
    font-size: 14px;
  }
  .courtyard_celebration .notice .list .list_item p:hover {
    cursor: pointer;
    color: #d72103;
    text-decoration: underline;
  }
  .courtyard_celebration .dynamic {
    width: 50%;
    margin-left: 20px;
  }
  .courtyard_celebration .dynamic .top {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    position: relative;
  }
  .courtyard_celebration .dynamic .top p {
    font-size: 20px;
    color: #d72103;
  }
  .courtyard_celebration .dynamic .top span:hover {
    cursor: pointer;
    color: #d72103;
  }
  .courtyard_celebration .dynamic .top::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 110px;
    height: 2px;
    background: url("../images/special/glxhBoxHdBg_red.jpg") no-repeat;
    background-size: 100% 100%;
  }
  .courtyard_celebration .dynamic .contentC {
    padding-top: 20px;
  }
  .courtyard_celebration .dynamic .contentC .img_info {
    padding-bottom: 10px;
    display: flex;
  }
  .courtyard_celebration .dynamic .contentC .img_info .info {
    padding-left: 15px;
    color: #333;
  }
  .courtyard_celebration .dynamic .contentC .img_info .info h2 {
    font-size: 16px;
  }
  .courtyard_celebration .dynamic .contentC .img_info .info h2:hover {
    cursor: pointer;
    color: #d72103;
  }
  .courtyard_celebration .dynamic .contentC .img_info p {
    padding-top: 10px;
    font-size: 12px;
    line-height: 1.8em;
  }
  .courtyard_celebration .dynamic .list .first-box {
    display: flex;
    justify-content: space-between;
    padding-bottom: 24px;
    max-height: 125px;
    overflow: hidden;
  }
  .courtyard_celebration .dynamic .list .first-box .con_img {
    width: 180px;
    height: 135px;
    overflow: hidden;
  }
  .courtyard_celebration .dynamic .list .first-box .con_img img {
    width: 100%;
    height: 100%;
  }
  .courtyard_celebration .dynamic .list .first-box .con_info {
    width: calc(100% - 200px);
    height: 135px;
    overflow: hidden;
  }
  .courtyard_celebration .dynamic .list .first-box .con_info .title {
    line-height: 37px;
    font-size: 16px;
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .courtyard_celebration .dynamic .list .first-box .con_info .title:hover {
    cursor: pointer;
    color: #d72103;
  }
  .courtyard_celebration .dynamic .list .first-box .con_info .info {
    font-size: 14px;
  }
  .courtyard_celebration .dynamic .list li {
    display: flex;
    justify-content: space-between;
    line-height: 26px;
    position: relative;
    padding-left: 10px;
    flex-wrap: nowrap;
    white-space: nowrap;
  }
  .courtyard_celebration .dynamic .list li a {
    width: 80%;
  }
  .courtyard_celebration .dynamic .list li h2 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 20px;
    font-size: 14px;
    color: #333;
  }
  .courtyard_celebration .dynamic .list li h2:hover {
    cursor: pointer;
    color: #d72103;
  }
  .courtyard_celebration .dynamic .list li span {
    color: #999;
  }
  .courtyard_celebration .dynamic .list li::before {
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background-color: #999;
    margin-right: 5px;
  }
  .pictureDesc {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .pictureDesc .top {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    position: relative;
  }
  .pictureDesc .top p {
    font-size: 20px;
    color: #d72103;
  }
  .pictureDesc .top span {
    padding-right: 10px;
  }
  .pictureDesc .top span:hover {
    cursor: pointer;
    color: #d72103;
  }
  .pictureDesc .top::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 110px;
    height: 2px;
    background: url("../images/special/glxhBoxHdBg_red.jpg") no-repeat;
    background-size: 100% 100%;
  }
  .pictureDesc .bottom_list {
    padding-top: 20px;
    display: flex;
  }
  .pictureDesc .bottom_list li {
    flex: 1;
    text-align: center;
    padding: 0 5px;
  }
  .pictureDesc .bottom_list li img {
    height: 152px !important;
  }
  .pictureDesc .bottom_list li h2 {
    padding: 0 10px;
    margin: 5px 0 0;
  }
  .pictureDesc .bottom_list li h2:hover {
    cursor: pointer;
    color: #d72103;
  }
  /*.footerBox{*/
  /*    height: 112px;*/
  /*    background-color: #d72103 ;*/
  /*    .con{*/
  /*        padding: 20px 0;*/
  /*        width:1200px;*/
  /*        margin: 0 auto;*/
  /*        display: flex;*/
  /*        justify-content: space-between;*/
  /*    }*/
  /*    div{*/
  /*        p{*/
  /*            line-height: 25px;*/
  /*            color: #fff;*/
  /*            font-size: 14px;*/
  /*        }*/
  /*    }*/
  /*    img{*/
  /*        width: 400px;*/
  /*        height: 72px;*/
  /*    }*/
  /*}*/
  .footer {
    background-color: #d72103 !important;
  }
  .footer .text p {
    color: #fff !important;
  }
  .footer .select_box select {
    background-color: #d72103 !important;
  }
  .footer .select_box select .u272_input_option {
    background-color: #d72103 !important;
  }
  .footer .select_box select .u272_input_option:hover {
    background-color: #d72103 !important;
  }
  select:hover {
    background-color: #d72103 !important;
    /* 你想要的颜色 */
  }
  .rightMenu{
        position: absolute;
        right: 0px;
        top: 25px;
    }
  .rightMenu span{
        color: black;
		padding: 0 5px;
    }
}
