body {
    background: #fff;
    font-size: 14px;
    font-family: microsoft yahei;
    margin: 0px 0px;
    padding: 0px;
    color: #464646;
}
h1,h2,h3,h4{font-weight:normal}
a {
    color: #464646;
    text-decoration: none;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}

a:hover{color:#000}

ul,
li {
    padding: 0px;
    list-style-type: none;
}

img {
    border: none;
}

.fl-lf {
    float: left;
}

.fl-rt {
    float: right;
}
.ny_content{
padding: 30px 0;
}
.container {
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0px auto;
}

.big-container {
    max-width: 1400px;
    margin: 0px auto;
}

.outshowbj {
    background: url(../img/bj.png);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999998
}

.outshow {
    text-align: center;
    padding: 50px 0px;
    background-color: #f3f7f9 !important;
    position: fixed;
    width: 800px;
    left: 50%;
    margin-left: -400px;
    top: 50%;
    margin-top: -80px;
    z-index: 99999999;
    box-shadow: 1px 3px 10px #888;
}

.outshow p {
    font-size: 18px;
}

.outshow a {
    color: #62a8ea;
}

.header {
    position: fixed;
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: 999;
    background: #fff;
    transition: 0.5s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
}

.container-fluid {
    padding: 0px 15px;
}

h1.logo {
    margin: 0px auto;
    height: 80px;
}

h1.logo img {
    display: inline-block;
    vertical-align: middle;
    height: 65px;
}

.vertical-align:before {
    display: inline-block;
    height: 100%;
    content: '';
    vertical-align: middle;
}

.clearboth::after {
    display: table;
    content: "";
    clear: both;
}

.nav {
    margin: 0px auto;
}

.nav li {
    float: left;
    position: relative;
}
.nav li .const{
    height: 35px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    line-height: 35px;
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0, #363d91), color-stop(100%, #a72a1d));
    background: -webkit-linear-gradient(45deg, #363d91 0, #a72a1d 100%);
    background: -o-linear-gradient(45deg, #363d91 0, #a72a1d 100%);
    background: linear-gradient(45deg, #363d91 0, #a72a1d 100%);
    color: #fff;
    border-radius: 16px;
    margin-top: 22px;
}
.nav li a {
    line-height: 80px;
    height: 80px;
    display: block;
    padding: 0px 15px;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    content: '';
    vertical-align: middle;
    border-top: .286rem solid;
    border-right: .286rem solid transparent;
    border-left: .286rem solid transparent;
    margin-top: -3px;
    margin-right: 0;
    margin-left: .3em;
}

.nav li .two-menu {
    position: absolute;
    min-width: 180px;
    border: 1px solid rgb(238, 238, 238);
    right: 0 !important;
    top: 80px;
    opacity: 0;
    min-width: 150px;
    transform: translateY(30px);
    visibility: hidden;
    padding: 0px;
    transition: all 0.2s ease-out 0s;
    box-shadow: rgba(0, 0, 0, 0.024) 0px 1px 10px;
    background: #fff;
    z-index: 999;
}

.nav li .two-menu li a {
    white-space: nowrap;
    line-height: 34px;
    padding: 8px 30px;
    height: auto;
    box-sizing: border-box;
    transform: translateX(0px);
    transition: all 0.25s ease-out 0s;
}

.nav li .two-menu li {
    border-bottom: 1px solid rgb(238, 238, 238);
    float: none;
}

.nav .open .two-menu {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

.two-menu::after,
.two-menu::before {
    position: absolute;
    display: inline-block;
    width: 0px;
    height: 0px;
    content: "";
    border-width: 0px 7px 7px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    right: 10px;
    top: -7px;
    border-bottom-color: rgb(238, 238, 238);
}

.nav li .two-menu li a:hover {
    transform: translateX(10px);
    color: #000;
}

.blank {
    height: 80px;
}

/*头部样式结束*/
.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    width: 100%;
}

/*参赛组别*/
.swiper-container2,
.swiper-container3 {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.cont {
    background: rgba(22, 26, 29, 0.6);
    height: 420px;
}

.matchbox div:nth-of-type(odd) {
    background: rgba(22, 26, 29, 0.6);
}

.swiper-container2 .swiper-slide img {
    width: 72px;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    margin-top: 100px;
}

.line-panel {
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
    margin-top: 20px;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.line-panel .item-line {
    width: 20px;
    height: 2px;
    background: #fff;
    display: inline-block;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.item-title {
    color: #fff;
    font-size: 22px;
    line-height: 24px;
    margin: 0;
    padding: 0;
    margin-top: 24px;
    font-weight: 700;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.item-desc {
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-top: 30px;
    padding: 0 23px;
    line-height: 24px;
    height: 72px;
    margin-bottom: 0px;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.item-link {
    display: inline-block;
    border: 1px solid #fff;
    width: 120px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    margin-top: 62px;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.item-link:hover {
    background: #fff;
    color: #00c2de;
}

.cont:hover img {
    margin-top: 30px;
}

.cont:hover .item-desc,
.cont:hover .item-link {
    opacity: 1;
}

.cont:hover .line-panel .item-line {
    display: none;
}

.matchbox :hover .cont {
    background: #00c2de;
}

.contest-type {
    background: #373d41;
}

/*按钮*/
.swiper-container2 .swiper-button-next,
.swiper-container2 .swiper-button-prev {
    top: 0;
    width: 50px;
    height: 100%;
    margin-top: 0;
}

.swiper-container2 .swiper-button-prev,
.swiper-container2 .swiper-container-rtl .swiper-button-next {
    left: 0px;
    right: auto;
    background-color: rgba(22, 26, 29, 0.2);
}

.swiper-container2 .swiper-button-next,
.swiper-container2 .swiper-container-rtl .swiper-button-prev {
    right: 0px;
    left: auto;
    background-color: rgba(22, 26, 29, 0.3);
}

/*按钮end*/

.swiper-container3 .swiper-pagination {
    bottom: 0px;
    left: 0;
    width: 100%;
}

.swiper-container3 {
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.index_box {
    padding: 1px 0px;
    background: #fff;
    position: relative;
    z-index: 2;
}

.index_box h3 {
    font-size: 24px;
    margin: 30px auto;
    text-align: center;
    color: #444;
    font-weight: 400;
}

.box_bg {
    background: #f5f5f5;
}

/*底部*/
.index_nav .foot-items {
    padding: 0px 15px;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: top;
}

.foot-items h4 {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    margin-bottom: 5px;
}

.foot-items ul {
    margin: 0px auto;
}

.foot-items ul a {
    line-height: 26px;
    color: #848484;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}

.foot-items ul a:hover {
    color: #000;
}

.index_nav {
    display: table;
    width: 100%;
    box-sizing: border-box;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 0px;
}



.foot {
    height: auto;
    border-top: 1px solid #fff;
    padding: 20px 0px;
    color: #aaaaaa;
    line-height: 1.8;
    background: #17171a;
}

.foot p {
    text-align: center;
    margin: 0 0 11px;
    margin-bottom: 0px;
    font-size: 13px;
    color: #848484;
}

.contact {
    text-align: center;
}

.contact li {
    line-height: 35px;
}

.contact li span {
    font-size: 18px;
    color: #000;
}

.contact li i {
    font-style: normal;
    color: #666;
    font-size: 14px;
    margin-right: 30px;
}

.contact li i:last-child {
    margin-right: 0px;
}

.qqcode {
    margin-top: 5px;
 
    display: inline-block;

}

.qqcode img {
    width: 238px;
    display: block;
}

.qqcode p {
    line-height: 14px;
    text-align: center;
    margin: 5px auto;
}

.index_box i.desc {
    font-size: 13px;
    text-align: center;
    width: 80%;
    color: #848484;
    margin: 0px auto;
    line-height: 30px;
    font-style: normal;
    display: block;
}

.index_about img {
    float: left;
    margin-right: 20px;
    display: block;
    width: 340px;
    margin-bottom: 20px;
}

.index_about p i {
    color: #476582;
    padding: 1px 7px;
    font-size: 14px;
    background-color: rgba(27, 31, 35, .05);
    border-radius: 3px;
    font-style: normal;
    margin: 0px 3px;
}

.index_about p {
    font-size: 16px;
    line-height: 24px;
}


.index_news li {
    width: 50%;
    display: block;
    padding: 0px 15px;
    box-sizing: border-box;
    float: left;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.index_news li .aimg{
display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    box-shadow: 0px 10px 24px #ccc;height: 250px;
}
.index_news li img {
     width: 100%;
}

.index_news li:hover img {
    transform: scale(1.025);
    -moz-transform: scale(1.025);
    -ms-transform: scale(1.025);
    -o-transform: scale(1.025);
    -webkit-transform: scale(1.025);
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}

.index_news li div {
    display: block;
    padding-top: 20px;
    overflow: hidden;
    max-width: 100%;
}

.index_news li div b {
    float: left;
    border-right: 1px solid #ddd;
    height: 75px;
    color: #666666;
    padding-right: 15px;
    line-height: .5;
    margin: 10px 15px 30px 0;
    font-size: 14px;
}

.index_news li div b em {
    font-size: 19px;
    display: block;
    color: #333333;
    padding-bottom: 15px;
    font-style: normal;
    font-weight: normal;
}

.index_news li div strong {
    display: block;
    line-height: 2;
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.index_news li:hover strong {
    color: #000;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}

.index_news li div p {
    display: block;
    height: 40px;
    line-height: 20px;
    margin: 5px 0;
    overflow: hidden;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#serviceSlick {
    font-size: 0px;
}

.service_item {
    width: 25%;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    padding: 0px 15px;
    display: inline-block;
    font-size: 0px;
    vertical-align: top;
    margin: 15px 0px;
}
.service_item a{cursor: pointer;}
.service_item img {
    width: 80px;
    display: inline-block;
}

.service_item h4 {
    font-size: 16px;
    height: 46px;
    line-height: 46px;
    color: #595959;
    transition: all ease-out 0.2s;
    border-bottom: 1px solid #E1E1E1;
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
}

.service_item h4:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #3C3C3C;
    margin-top: 46px;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    left: 0px;
    transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    -webkit-transform: scale(0.3);
}

.service_item a:hover h4:before {
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
}

.service_item p {
    color: #848484;
    font-size: 13px;
    line-height: 24px;
    overflow: hidden;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.foot-items ul li {
    line-height: 26px;
    font-size: 14px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.swiper-button-next,
.swiper-button-prev {
    outline: none;
}

.swiper-container2 .swiper-button-prev {
    background-image: url(../img/left.png);
}

.swiper-container2 .swiper-button-next {
    background-image: url(../img/right.png);
}

.ny_nav {
    margin: 15px auto;
    font-size: 0;
    box-sizing: border-box;
    padding-left: 40px;
}

.ny_nav li {
    display: block;
    background: url(../img/right_black.png) no-repeat right 20px center;
    background-size: 8px 13px;
}

.ny_nav li a {
    display: block;
    font-size: 14px;
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
}

.ny_nav li a:hover,
.ny_nav li .on {
    color: #a72a1d;
}

.relation {
    display: block;
    border-left: 3px solid #000;
    text-indent: 15px;
    margin-left: 30px;
    font-size: 18px;
    line-height: 18px;
    margin-top: 20px;
}

.nyban {
    background: #363d91;
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0, #363d91), color-stop(100%, #a72a1d));
    background: -webkit-linear-gradient(45deg, #363d91 0, #a72a1d 100%);
    background: -o-linear-gradient(45deg, #363d91 0, #a72a1d 100%);
    background: linear-gradient(45deg, #363d91 0, #a72a1d 100%);
    padding: 30px 0 50px;
    text-align: center;
    color: #fff;
}

.nyban h3 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 10px;
}

.pot {
    margin: 15px 0px 30px;
}

.links a {
    color: #848484;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}

.links a:hover {
    color: #000;
}

.zp_box li {
    width: 25%;
    padding: 0 15px;
    float: left;
    display: block;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.zp_box li .zp {
    border: 1px solid #edeff2;
    border-radius: 2px;
    width: 100%;
    overflow: hidden;    box-shadow: 0px 10px 24px #ccc;
}

.zp_box li img {

    width: 100%;
    height: auto;
    position: relative;
    -webkit-transition: all ease-out 0.3s;
    transition: all 0.3s;
}

.zp_box li:hover img {
    transform: scale(1.025);
    -moz-transform: scale(1.025);
    -ms-transform: scale(1.025);
    -o-transform: scale(1.025);
    -webkit-transform: scale(1.025);
}

.zp_type {
    color: #262626;
}

.zp_title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zp_detail {
    padding: 0px 5px;
}

.zp_detail p {
    margin: 10px auto;
}

.ny_content .big_tit {
    font-weight: 500;
    margin-bottom: 5px;
}

.ny_content .time {
    display: block;
    margin-bottom: 20px;
    margin-top: 5px;
}

.ny_content_details {
    min-height: 300px;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 30px;
}

.ny_content_details img {
    max-width: 100%;
}

.ny_content_details ul {
    list-style-type: inherit;
    padding-left: 1.2em;
}

.ny_content_details ol {
    padding-left: 1.2em;
}

.ny_content_details ol li {
    list-style-type: decimal;margin: 10px 0px;
}

.ny_content_details ul li {
    list-style-type: circle;
}
.pagebox {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.ny_content_details ol ul li {
    margin:0px 0px;
}
.pagebox a,
.pagebox span {
    display: inline-block;
    padding: 8px 15px;
    border: 1px solid #eee;
    margin-left: -1px;
    height: 22px;
}

.second_menu {
    margin: 30px auto;
}

.second_menu ul {
    margin: 0px auto;
}

.second_menu ul li {
    display: inline-block;
    background: rgb(95, 54, 102);
    color: #fff;
    padding: 6px 15px;
}

.second_menu ul   a{
    color: #fff;
}
.second_menu ul li:hover,.second_menu ul .on {
    background: rgb(153, 44, 43);
}
.contest_list li{
    width: 40%;
    height: 100px;
    padding: 12px 50px 12px 20px;
    margin-left: 0;
    margin-right: 10%;
    box-sizing: border-box;
    float: left;
    cursor: pointer;
    position: relative;
    transition: all .3s ease-in-out;
    background: #fff  right 15px center no-repeat;
    margin-bottom: 30px;
box-shadow: 0 0 8px 0 rgba(0,0,0,.15);
}
.contest_list li:hover{
    box-shadow: 0 0 8px 0 rgba(0,0,0,.15);
    background:#fff url(../img/right_black.png) right 10px center no-repeat;
    background-size: 13px 20px;
}
.contest_list_tit{
    font-size: 14px;
    color: #373d41;
    line-height: 24px;
}
.contest_list_des{
    font-size: 12px;
    color: #9b9ea0;
    line-height: 24px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
}
.wycs{
    position: fixed;
    background: #fff;
    width: 230px;
    height: 80px;
    z-index: 999999;
    left: 50%;
    margin-left: -135px;
    top: 50%;
    margin-top: -40px;
    padding: 20px;
    text-align: right;
display:none;
}
.wycs p{
text-align: left;
    margin-top: 0;
    margin-bottom: 20px;
}
.wycs a{
height: 28px;
    line-height: 28px;
    margin: 5px 5px 0;
    padding: 0 15px;
    border: 1px solid #dedede;
    background-color: #fff;
    color: #333;
    border-radius: 2px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}
.wycs a.on{
    border-color: #1E9FFF;
    background-color: #1E9FFF;
    color: #fff;
}
.wycs-shade{
display:none;
    background-color: rgb(0, 0, 0);
    opacity: 0.3;
    width: 100%;
    height: 100%;
    position: relative;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
}
/*上一篇下一篇*/
.row_page{ height:60px;padding:20px 15px;border-top:1px #e7e7e7 solid;border-bottom:1px #e7e7e7 solid; margin: 30px auto;}
.row_left{float: left;
    width: 50%;
    border-right: 1px #e7e7e7 solid;
    box-sizing: border-box;}
.row_left_tu{width:9px;height:41px;float:left;background:url(../img/left2.png) center left no-repeat;transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;-o-transition:.3s}
.row_left_text{float:left;margin-left:15px;width: 90%;}
.row_prev{font-size:13px;color:#333;height:20px;line-height:20px;transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;-o-transition:.3s}
.row_left_title{height:30px;line-height:24px;color:#666;font-size:16px;transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;-o-transition:.3s}
.row_left a:hover .row_prev{color:#888}
.row_left a:hover .row_left_title{color:#fd4932}
.row_left a:hover .row_left_tu{background:url(../img/lefth.png) center left no-repeat}
.row_right{float:right;width: 50%;}
.row_right_tu{width:9px;height:41px;float:right;background:url(../img/right2.png) center left no-repeat}
.row_right_text{float:right;margin-right:15px;width: 90%;}
.row_next{text-align:right;font-size:13px;color:#333;height:20px;line-height:20px;transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;-o-transition:.3s}
.row_right_title{height:30px;line-height:24px;text-align:right;color:#666;font-size:16px;transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;-o-transition:.3s}
.row_right a:hover .row_next{color:#888}
.row_right a:hover .row_right_title{color:#fd4932}
.row_right a:hover .row_right_tu{background:url(../img/righth.png) center left no-repeat}

.show_detail{cursor: pointer;}
.hidden_detail{display:none}
@media (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }

    .item-desc,
    .item-link {
        opacity: 1;
    }

    .line-panel {
        display: none;
    }

    .swiper-container2 .swiper-slide img {
        margin-top: 30px;
    }

    .zp_box li {
        width: 50%;
    }
    .contest_list li{
        width: 45%;
        margin-right: 5%;
        box-shadow: 0 0 8px 0 rgba(0,0,0,.15);
        background:#fff url(../img/right_black.png) right 10px center no-repeat;
        background-size: 13px 20px;
    }
}

@media (max-width: 767px) {
    .second_menu {
        background: rgb(95, 54, 102) url(../img/down2.png) right 15px center no-repeat;
        height: 40px;
        background-size: 23px 17px;
        color: #fff;
        line-height: 40px;
        text-indent: 15px;
        position: relative;
        z-index: 1;
        margin: 0px -15px;border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    }

    .second_menu ul {
        background: rgb(95, 54, 102);
        margin-top: 0px;
        margin-bottom: 0px;
        position: absolute;
        width: 100%;
        display: none;
    }

    .second_menu ul li {
        color: #fff;
        border-bottom: solid 1px rgba(255, 255, 255, 0.3);
        display: block;
        padding: 0px;
        background: none;
    }

    .zp_box li {
        width: 100%;
    }

    .hidden-xs {
        display: none !important;
    }

    .service_item {
        width: 50%;
    }

    .index_news li {
        width: 100%;
    }

    .index_nav .foot-items {
        display: block;
        float: left;
        width: 50%;
        padding: 0px 0px;
    }

    .index_nav .foot-items.block-sm {
        display: block;
        width: 100%;
    }


    h1.logo img {
        height: 40px;
    }

    h1.logo {
        height: 50px;
    }

    .blank {
        height: 50px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        background-size: 20px 35px;
    }

    .ny_nav {
        padding-left: 0px;
    }

    .relation {
        margin-left: 0px;
    }

    .zp_detail p {
        margin: 5px auto;
    }

    .nyban {
        padding: 15px 0px;
    }

    .nyban h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .contest_list li{
        width: 100%;
        margin-right: 0px;
        box-shadow: 0 0 8px 0 rgba(0,0,0,.15);
        background:#fff url(../img/right_black.png) right 10px center no-repeat;
        background-size: 13px 20px;
    }

}

@media (min-width: 768px) {
    .visible-xs {
        display: none !important;
    }

    .col-md-8 {
        width: 75%;
    }

    .col-md-4 {
        width: 25%;
    }

    .col-md-4,
    .col-md-8 {
        float: left;
    }
}

@media (min-width:992px) {
.fix-right{position:fixed;top: 100px;    width: 150px;}
    .hidden-md {
        display: none !important
    }
}
