﻿.linkmap {
    display: none;
}

.banner {
    width: 100%;
}

.banner .pagination {
    display: none;
}

.banner img {
    width: 100%;
}


/* 主体 */

.main {
    margin-bottom: 0px;
    position: relative;
    overflow: hidden;
}

.items {
    position: absolute;
    bottom: 30px;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
}

.items .module {
    width: 155px;
    margin-right: 20px;
}

.items .module a {
    width: 155px;
    height: 133px;
    border-radius: 5px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.items .module a.menzhen {
    background: rgba(209, 44, 30, 0.9);
}

.items .module a.chuzhen {
    background: rgba(233, 119, 112, 0.9);
}

.items .module a.keshi {
    background: rgba(81, 98, 142, 0.9);
}

.items .module a.xuzhi {
    background: rgba(173, 65, 50, 0.9);
}

.items .module a.chuzhen,
.items .module a.xuzhi {
    margin-right: 0;
}

.items .module a span {
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
}

.order_box {
    width: 400px;
    height: 285px;
    background: rgba(208, 82, 82, 0.9);
    padding: 30px 35px;
    box-sizing: border-box;
    border-radius: 5px;
}

.order_box .searchtxt_main {
    width: 100%;
    height: 48px;
    font-size: 16px;
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    outline: none;
    border-radius: 5px;
    padding-left: 24px;
    box-sizing: border-box;
}

.order_box .searchtxt_main:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #C53D39 inset;
    -webkit-text-fill-color: #fff;
}

.order_box .order_box_web,
.order_box .order_box_wx {
    display: flex;
    float: left;
    width: 158px;
    height: 148px;
    background: rgba(255, 255, 255, 0.1);
    text-align: center;
    border-radius: 5px;
    margin-right: 14px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-sizing: border-box;
}

.order_box .order_box_web:hover img {
    transform: scale(1.1)
}

.order_box .order_box_wx {
    margin-right: 0;
    position: relative;
    overflow: hidden;
}

.order_box .order_box_wx:hover .wxyy {
    top: 0;
}

.order_box .order_box_web img,
.order_box .order_box_wx img {
    margin: 20px auto 10px;
    display: block;
    transition: all 0.2s;
}

.order_box .order_box_web span,
.order_box .order_box_wx span {
    font-size: 20px;
    color: #fff;
    margin-top: 10px;
}

.order_box .order_box_wx img.wxyy {
    position: absolute;
    margin: 0;
    top: 130px;
    border-radius: 5px;
    transition: all 0.2s;
}

.search_order {
    position: relative;
    height: 48px;
    margin-bottom: 30px;
}

.searchbtn_order {
    background: rgba(255, 255, 255, 0.2) url(/Content/Areas/Common/images/common/search.png) no-repeat center;
    width: 48px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -24px;
    border: none;
    cursor: pointer;
    background-size: 80%;
}

.searchtxt_main::-webkit-input-placeholder {
    /* WebKit browsers */
    color: white;
}

.searchtxt_main:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: white;
}

.searchtxt_main::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: white;
}

.searchtxt_main:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: white;
}

.news_right {
    width: 500px;
    height: 285px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    margin-right: 20px;
}

.news_right .news_title {
    height: 61px;
    background: rgba(255, 255, 255, 0.9);
    line-height: 61px;
    padding-left: 10px;
    padding-right: 30px;
    box-sizing: border-box;
    border-radius: 5px 5px 0 0;
}

.news_right .news_title .newsTitle_tab {
    font-size: 22px;
    color: #666;
    margin: 0 15px;
    position: relative;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    width: auto;
    text-align: center;
}

.news_right .news_title .newsTitle_tab.active {
    color: #D3413D;
}

.news_right .news_title .newsTitle_tab::after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: transparent;
    position: absolute;
    left: 0;
    top: 53px;
}

.news_right .news_title .newsTitle_tab.active::after {
    background: #D3413D;
}

.news_right .news_title .news_more {
    display: none;
    font-size: 16px;
    color: #666666;
}

.news_right .news_title .news_more.selected {
    display: block;
}

.news_right .news_title .news_more:hover {
    font-weight: bold;
}

.article_main {
    padding: 12px 35px;
    display: none;
}

.article_main li {
    padding: 7px 0px;
}

.selected {
    display: block;
}

.mores {
    float: right;
}

.article_main li .span-date {
    font-size: 12px;
    float: left;
    margin-right: 15px;
    line-height: 27px;
    text-align: center;
}

.article_main li div.fl {
    width: 336px;
}

.article_main li .span-date b {
    color: #333333;
    font-size: 34px;
    display: block;
}

.article_main li .title_type {
    color: #454545;
    font-size: 16px;
    margin: 0 0 10px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.article_main li:hover .title_type {
    color: #D3413D;
}

.article_main li:hover .span-date {
    color: #D3413D;
}

.article_main li:hover .span-date b {
    color: #D3413D;
}

.article_main li p {
    font-size: 12px;
    color: #666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.items_phone {
    display: none;
}

div.fixed_right {
    display: none;
}

@keyframes mov1e {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes mov2e {
    from {
        stroke-dashoffset: 90;
    }
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes mov3e {
    from {
        stroke-dashoffset: 150;
    }
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes mov4e {
    from {
        stroke-dashoffset: 13;
    }
    to {
        stroke-dashoffset: 0;
    }
}

.items .module a.menzhen:hover path,
.items .module a.keshi:hover path {
    animation: mov2e 2s ease forwards;
}

.items .module a.chuzhen:hover path:nth-child(4) {
    animation: mov4e 2s ease forwards;
}

.items .module a.chuzhen:hover path:nth-child(1),
.items .module a.chuzhen:hover path:nth-child(2),
.items .module a.chuzhen:hover path:nth-child(3),
.items .module a.xuzhi:hover path {
    animation: mov3e 2s ease forwards;
}

path {
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 3;
    stroke-miterlimit: 10;
}

.icon1 path:nth-child(1),
.icon2 path:nth-child(1) {
    stroke-dasharray: 90, 92;
    stroke-dashoffset: 90;
    animation: mov1e 2s ease forwards;
}

.icon4 path:nth-child(1),
.icon5 path:nth-child(1),
.icon6 path:nth-child(1),
.icon6 path:nth-child(5) {
    stroke-dasharray: 150, 153;
    stroke-dashoffset: 153;
    animation: mov1e 2s ease forwards;
}

svg path:nth-child(1) {
    stroke-dasharray: 135, 137;
    stroke-dashoffset: 137;
    animation: mov1e 2s ease forwards;
}

svg path:nth-child(2) {
    stroke-dasharray: 80, 82;
    stroke-dashoffset: 82;
    animation: mov1e 2s ease forwards;
}

svg path:nth-child(3) {
    stroke-dasharray: 82, 84;
    stroke-dashoffset: 82;
    animation: mov1e 2s ease forwards;
}

.icon5 path:nth-child(4),
.icon6 path:nth-child(4) {
    stroke-dasharray: 70, 72;
    stroke-dashoffset: 70;
    animation: mov1e 2s ease forwards;
}

svg path:nth-child(4) {
    stroke-dasharray: 11, 13;
    stroke-dashoffset: 11;
    animation: mov1e 2s ease forwards;
}

svg path:nth-child(5) {
    stroke-dasharray: 11, 13;
    stroke-dashoffset: 11;
    animation: mov1e 2s ease forwards;
}

svg path:nth-child(6) {
    stroke-dasharray: 60, 62;
    stroke-dashoffset: 60;
    animation: mov1e 2s ease forwards;
}

svg path:nth-child(7) {
    stroke-dasharray: 8, 10;
    stroke-dashoffset: 8;
    animation: mov1e 2s ease forwards;
}

svg {
    width: 50px;
    height: 50px;
}


/* .order_box .order_box_web:hover path,
.order_box .order_box_wx:hover path {
animation: mov2e 2s ease forwards;
} */

.order_box .order_box_web span.shine,
.order_box .order_box_wx span.shine {
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    width: 158px;
    height: 148px;
    background: url(/Content/Areas/Common/images/common/light.png) no-repeat -160px 0;
    background-size: 100%;
    margin-top: 0;
    transition: all 0.8s;
    background-position: -160px 0px;
}

.order_box .order_box_web:hover .shine,
.order_box .order_box_wx:hover .shine {
    background-position: 160px 0px;
}

ul.article_main.zhuanti {
    height: 185px;
    overflow-y: scroll;
}

ul.article_main.zhuanti::-webkit-scrollbar {
    display: none;
}

.main_swiper {
    width: 500px;
    height: 285px;
    overflow: hidden;
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    position: relative;
}

.swiper-container_5 {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.swiper-container_5 img {
    width: 100%;
    height: auto;
    transition: all 0.3s;
}
.swiper-container_5 a.img_a {
    display: block;
    overflow: hidden;
}

.swiper-container_5 a.img_a:hover img {
    transform: scale(1.1);
}
.swiper-button-prev_5,
.swiper-button-next_5 {
    width: 34px;
    height: 34px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 9;
    border-radius: 50%;
    margin-top: -17px;
}

.swiper-button-prev_5 {
    left: 40px;
    background: rgba(0, 0, 0, 0.5) url(/Content/Areas/Common/images/main/jiantouL.png) no-repeat center;
}

.swiper-button-next_5 {
    right: 40px;
    background: rgba(0, 0, 0, 0.5) url(/Content/Areas/Common/images/main/jiantouR.png) no-repeat center;
}

@media screen and (max-width:768px) {
    .main {
        padding: 10px;
    }
    .items {
        position: inherit;
        width: 100%;
        margin: 0;
        left: inherit;
        bottom: inherit;
    }
    .items .module {
        width: 100%;
        margin-right: 0;
        padding: 10px 0 0;
        box-sizing: border-box;
    }
    .items .module a {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .news_right .news_title .newsTitle_tab {
        font-size: 14px;
        margin: 0 12px;
        text-align: center;
    }
    .news_right .news_title .newsTitle_tab.active {
        font-size: 16px;
    }
    .news_right .news_title .news_more {
        font-size: 12px;
    }
    .article_main {
        padding: 0;
    }
    .news_right {
        width: 100%;
        height: auto;
        margin-right: 0;
    }
    .news_right .news_title {
        height: 50px;
        line-height: 50px;
        padding-left: 0;
        padding-right: 0;
    }
    .article_main li .span-date {
        font-size: 12px;
        margin-right: 0;
        width: 20%;
    }
    .article_main li div.fl {
        width: 80%;
    }
    .order_box {
        width: 100%;
        height: auto;
        padding: 10px;
    }
    .search_order {
        margin-bottom: 10px;
    }
    .order_box .order_box_web,
    .order_box .order_box_wx {
        width: 49%;
        margin-right: 2%;
    }
    .order_box .order_box_wx {
        margin-right: 0;
    }
    .news_right .news_title .newsTitle_tab.active::after {
        top: 44px;
    }
    .main_swiper {
        width: 100%;
    }
}