/*响应式动画-渐变式*/
@keyframes move10 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes move10 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/*响应式动画-渐变滑动式*/
@keyframes move20 {
    from {
        opacity: 0;
        bottom: -300px;
    }
    to {
        opacity: 1;
        bottom: 0;
    }
}

@-webkit-keyframes move20 {
    from {
        opacity: 0;
        bottom: -300px;
    }
    to {
        opacity: 1;
        bottom: 0;
    }
}

.swiper {
    width: 100%;
    height: auto;
    float: left;
   
}

#swiper-pagination10 {
    bottom: 20px;
}

.swiper-slide img {
    width: 100%;
    float: left;
}

/*模块10*/
.page_Section10 {
    width: 100%;
    float: left;
    background: #ffffff;
    padding: 80px 0;
    overflow: hidden;
    animation: move10 2000ms 1;
    -webkit-animation: move10 2000ms 1;
    display: none;
    border-top: 1px #e5e5e5 solid;
}

.Section10_P10 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    float: left;
    font-family: 微软雅黑;
    font-size: 22px;
    color: #333333;
    text-align: center;
}

.Section10_P20 {
    width: 100%;
    height: 24px;
    line-height: 24px;
    float: left;
    font-family: 微软雅黑;
    font-size: 14px;
    color: #808080;
    text-align: center;
}

.Section10_P30{
    width: 60%;
    float: left;
    margin: 20px 20%;
    overflow: hidden;
}
.Section10_P30 p{
    width: 100%;
    line-height: 26px;
    float: left;
    font-family: 微软雅黑;
    font-size: 14px;
    color: #808080;
    text-align: left;
}
.Section10_P30 p span{
    width: 100%;
    line-height: 26px;
    float: left;
    font-family: 微软雅黑;
    font-size: 14px;
    color: #808080;
    text-align: left;
}

.Section10_P300{
    width: 60%;
    float: left;
    margin: 20px 20%;
}

.Section10_P300 p{
    width: 100%;
    line-height: 26px;
    float: left;
    font-family: 微软雅黑;
    font-size: 14px;
    color: #808080;
    text-align: left;
    text-indent:25px;
}
.Section10_P300 p img{
    display: table;
    margin: 0 auto;
}

.Section10_P300 p span{
    width: 100%;
    line-height: 26px;
    float: left;
    font-family: 微软雅黑;
    font-size: 14px;
    color: #808080;
    text-align: left;
    text-indent:25px;
}

.Section10_P40 {
    width: 100px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    display: table;
    font-family: 微软雅黑;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    background: #333333;
    border-radius: 2px;
    transition: all 100ms;
    -webkit-transition: all 100ms;
}

.Section10_P40:hover {
    background: #ffffff;
    box-shadow: 0 0 0 1px #333333;
    color: #333333;
}

/*模块20*/
.page_Section20 {
    width: 100%;
    float: left;
    background-image: url('../img/ditubg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 80px 0;
    overflow: hidden;
    border-top: 1px #e5e5e5 solid;
    
}

.Section20_P10 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    float: left;
    font-family: 微软雅黑;
    font-size: 22px;
    color: #333333;
    text-align: center;
}

.Section20_P20 {
    width: 100%;
    height: 24px;
    line-height: 24px;
    float: left;
    font-family: 微软雅黑;
    font-size: 14px;
    color: #808080;
    text-align: center;
}

.Section20_box {
    width: 64%;
    float: left;
    margin: 40px 18%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.Section20_div {
    position: relative;
    bottom: 0;
    z-index: 9009;
    width: 28%;
}

#Section20_div10 {
    bottom: -150px;
    opacity: 0;
}

#Section20_div20 {
    bottom: -150px;
    opacity: 0;
}

#Section20_div30 {
    bottom: -150px;
    opacity: 0;
}

#Section20_div40 {
    bottom: -150px;
    opacity: 0;
}

#Section20_div50 {
    bottom: -150px;
    opacity: 0;
}

#Section20_div60 {
    bottom: -150px;
    opacity: 0;
}

.Section20_img {
    width: 100%;
    height: 200px;
    float: left;
    overflow: hidden;
    position: relative;
    z-index: 9000;
}

.Section20_img div {
    width: 100%;
    height: 200px;
    float: left;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 300ms;
    -webkit-transition: all 300ms;
}

.Section20_img div:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.Section20_a {
    width: 90%;
    height: 180px;
    float: left;
    background: #ffffff;
    position: relative;
    top: -40px;
    left: 5%;
    z-index: 9000;
    box-shadow: 0 0 18px rgba(0, 0, 0, .1);
    border-radius: 3px;
}

.Section20_a10 {
    width: 80%;
    height: 40px;
    float: left;
    line-height: 40px;
    font-family: 微软雅黑;
    font-size: 18px;
    font-weight: bold;
    color: #a9383a;
    text-align: center;
    margin: 20px 0 6px 0;
    padding: 0 10%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Section20_a20 {
    width: 80%;
    height: 30px;
    line-height: 30px;
    float: left;
    font-family: 微软雅黑;
    font-size: 14px;
    color: #444444;
    text-align: left;
    margin: 0 5%;
    padding: 0 5%;
    transition: all 100ms;
    -webkit-transition: all 100ms;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Section20_a20 span {
    font-size: 22px;
    line-height: 28px;
    float: left;
    margin-right: 5px;
}

.Section20_a20:hover {
    color: #a9383a;
}

/*模块30*/
.page_Section30 {
    width: 100%;
    float: left;
    background: #ffffff;
    padding: 80px 0;
    overflow: hidden;
    border-top: 1px #e5e5e5 solid;
    display: none;
}

.Section30_P10 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    float: left;
    font-family: 微软雅黑;
    font-size: 22px;
    color: #333333;
    text-align: center;
}

.Section30_P20 {
    width: 100%;
    height: 24px;
    line-height: 24px;
    float: left;
    font-family: 微软雅黑;
    font-size: 14px;
    color: #808080;
    text-align: center;
}

.Section30_box {
    width: 64%;
    float: left;
    margin: 40px 18%;
}

.Section30_news {
    width: 44%;
    height: 123px;
    float: left;
    margin: 20px 3%;
    overflow: hidden;
    position: relative;
    bottom: 0;
    z-index: 9990;
    border-radius: 3px;
}

#Section30_news10 {
    bottom: -150px;
    opacity: 0;
}

#Section30_news20 {
    bottom: -150px;
    opacity: 0;
}

#Section30_news30 {
    bottom: -150px;
    opacity: 0;
}

#Section30_news40 {
    bottom: -150px;
    opacity: 0;
}

#Section30_news50 {
    bottom: -150px;
    opacity: 0;
}

#Section30_news60 {
    bottom: -150px;
    opacity: 0;
}

.Section30_news:hover .Section30_newimg div {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.Section30_news:hover {
    box-shadow: 0 0 18px rgba(0, 0, 0, .1);
}

.Section30_news:hover .Section30_newstil {
    color: #a9383a;
}

.Section30_news:hover .Section30_newstil {
    color: #a9383a;
}

.Section30_newimg {
    width: 40%;
    height: 123px;
    float: left;
    overflow: hidden;
    border-radius: 3px;
}

.Section30_newimg div {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    transition: all 200ms;
    -webkit-transition: all 200ms;
}

.Section30_newstil {
    width: 57%;
    height: 30px;
    line-height: 30px;
    font-family: 微软雅黑;
    font-size: 15px;
    font-weight: bold;
    color: #444444;
    text-align: left;
    float: left;
    margin-left: 3%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 200ms;
    -webkit-transition: all 200ms;
}

.Section30_newstxt {
    width: 50%;
    line-height: 20px;
    font-family: 微软雅黑;
    font-size: 14px;
    color: #707070;
    text-align: left;
    float: left;
    margin-left: 3%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.Section30_newsdate {
    width: 50%;
    line-height: 30px;
    font-family: 微软雅黑;
    font-size: 13px;
    color: #999999;
    text-align: left;
    float: left;
    margin-left: 3%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*模块40*/
.page_Section40 {
    width: 100%;
    float: left;
    padding: 80px 0 120px 0;
    overflow: hidden;
    border-top: 1px #e5e5e5 solid;
    display: none;
}

.Section40_P10 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    float: left;
    font-family: 微软雅黑;
    font-size: 22px;
    color: #333333;
    text-align: center;
}

.Section40_P20 {
    width: 100%;
    height: 24px;
    line-height: 24px;
    float: left;
    font-family: 微软雅黑;
    font-size: 14px;
    color: #808080;
    text-align: center;
}

.Section40_Tab {
    width: 76%;
    float: left;
    margin-left: 12%;
    position: relative;
    bottom: -150px;
    margin-top: 20px;
    opacity: 0;
    overflow: hidden;
}

.Section40_ul {
    width: 100%;
    height: 60px;
    float: left;
}

.Section40_ul div {
    display: table;
    margin: 0 auto;
}

.Section40_ul li {
    width: 100px;
    height: 36px;
    line-height: 36px;
    float: left;
    margin-top: 15px;
    margin-left: 10px;
    margin-bottom: 15px;
    font-family: 微软雅黑;
    font-size: 14px;
    border: 1px #333333 solid;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

.Section40_ul li:hover {
    background: #333333;
    color: #ffffff;
}

.swiper10 {
    width: 100%;
    float: left;
    overflow: hidden;
    margin-top: 30px;
    display: none;
    padding: 20px 0;
}

.swiper-wrapper10{
    width: 100%;
    float: left;
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.hcolor {
    background: #333333;
    color: #ffffff;
}

.slide10 {
    width: 15%;
    background: #ffffff;
    box-shadow: 0 0 18px rgba(0, 0, 0, .1);
    float: left;
}

.slide10 img {
    width: 90%;
    margin: 10px 5%;
    float: left;
}

.slide10_p00 {
    width: 90%;
    float: left;
    margin: 0 5% 10px 5%;
    background: #F5F6Fa;
}

.slide10_p10 {
    float: left;
    font-family: 微软雅黑;
    font-size: 16px;
    color: #333333;
    height: 30px;
    line-height: 30px;
    margin-left: 5%;
}

.slide10_p20 {
    float: left;
    font-family: 微软雅黑;
    font-size: 14px;
    color: #909090;
    height: 30px;
    line-height: 30px;
    margin-left: 5%;
    display: none;
}

/*模块50*/
.page_Section50 {
    width: 100%;
    float: left;
    padding: 80px 0;
    overflow: hidden;
    border-top: 1px #e5e5e5 solid;
    background: #ffffff;
    display: none;
}

.Section50_P10 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    float: left;
    font-family: 微软雅黑;
    font-size: 22px;
    color: #333333;
    text-align: center;
}

.Section50_P20 {
    width: 100%;
    height: 24px;
    line-height: 24px;
    float: left;
    font-family: 微软雅黑;
    font-size: 14px;
    color: #808080;
    text-align: center;
}

.Section50_box {
    width: 64%;
    float: left;
    margin: 40px 18%;
}

.Section50_map {
    width: 50%;
    height: 400px;
    float: left;
}

.Section50_map .container {
    width: 100%;
    height: 400px;
    float: left;
}

.Section50_phone {
    width: 50%;
    float: left;
    height: 400px;
}

.Section50_phone p:first-child {
    width: 90%;
    line-height: 40px;
    float: left;
    margin: 40px 0 10px 10%;
    font-family: 微软雅黑;
    font-size: 22px;
    color: #333333;
    font-weight: bold;
}

.Section50_phone p {
    width: 90%;
    line-height: 30px;
    float: left;
    margin: 0 0 0 10%;
    font-family: 微软雅黑;
    font-size: 14px;
    color: #333333;
}

.Section50_phone img {
    width: 24%;
    float: left;
    margin: 20px 0 0 8%;
}

/*项目一级列表页*/
.top_Pic {
    width: 100%;
    float: left;
}

.fenye {
    height: 30px;
    display: table;
    margin: 0 auto;
}

.fenye a:hover {
    background: #333333;
    color: #ffffff;
}

.prev {
    width: 120px;
    height: 30px;
    line-height: 30px;
    float: left;
    font-family: 微软雅黑;
    font-size: 14px;
    color: #333333;
    text-align: center;
    background: #ffffff;
    border: 1px #333333 solid;
    border-radius: 3px;
    box-shadow: 0 0 18px rgba(0, 0, 0, .1);
    margin-right: 200px;
}

.next {
    width: 120px;
    height: 30px;
    line-height: 30px;
    float: left;
    font-family: 微软雅黑;
    font-size: 14px;
    color: #333333;
    text-align: center;
    background: #ffffff;
    border: 1px #333333 solid;
    border-radius: 3px;
    box-shadow: 0 0 18px rgba(0, 0, 0, .1);
}

/*网站列表页page_List*/
.page_List {
    width: 100%;
    float: left;
    padding: 80px 0;
}

.List {
    width: 60%;
    display: table;
    margin: 0 auto;
    margin-bottom: 80px;
}

.List_A {
    width: 100%;
    padding: 10px;
    float: left;
    transition: all 50ms;
    -webkit-transition: all 50ms;
    border-bottom: 1px #e5e5e5 dashed;
    border-radius: 3px;
    margin-top: 30px;
}

.List_Picbox {
    width: 17.5%;
    height: 130px;
    float: left;
    overflow: hidden;
    border-radius: 4px;
    margin-right: 3%;
}

.List_Pic {
    width: 100%;
    height: 100%;
    float: left;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 100ms;
    -webkit-transition: all 100ms;
}

.List_A:hover {
    background: #ffffff;
    box-shadow: 0 0 18px rgba(0, 0, 0, .1);
    border-bottom: 1px rgba(0, 0, 0, 0) dashed;
}

.List_A:hover .List_Pic {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.List_A:hover .List_P10 {
    color: #a9383a;
}

.List_P10 {
    width: 79%;
    float: left;
    height: 30px;
    line-height: 30px;
    font-family: 微软雅黑;
    font-size: 20px;
    color: #333333;
    font-weight: 500;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.List_P20 {
    width: 79%;
    float: left;
    line-height: 24px;
    font-family: 微软雅黑;
    font-size: 14px;
    color: #606060;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.List_P30 {
    width: 79%;
    float: left;
    line-height: 24px;
    font-family: 微软雅黑;
    font-size: 13px;
    color: #999999;
    text-align: left;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

/*内页*/
.page_Nei {
    width: 100%;
    float: left;
    padding: 80px 0;
}

.newstext {
    width: 55%;
    display: table;
    margin: 0 auto;
}

.newstil {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.newsdate {
    display: table;
    margin: 0 auto;
}

.newstil h1 {
    width: 100%;
    float: left;
    line-height: 40px;
    font-size: 26px;
    color: #333333;
    text-align: center;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newsp {
    height: 20px;
    line-height: 20px;
    float: left;
    font-size: 16px;
    color: #999999;
    margin: 18px 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newstext p {
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 30px;
    text-indent: 28px;
    margin: 10px auto;
    text-align: justify;
}

.newstext p img {
    max-width: 1200px;
    display: table;
    margin: 0 auto;
}

/*图片列表*/
.page_Piclist {
    width: 100%;
    float: left;
    padding: 80px 0;
}

.Piclist_box {
    width: 60% !important;
    float: left;
    margin: 0 20%;
}

.Piclist_a {
    width: 18% !important;
    float: left;
    background: #ffffff;
    padding: 4px 0;
    border-radius: 3px;
    margin-top: 40px;
    margin-left: 1%;
    margin-right: 1%;

}

.Piclist_pic {
    width: 96% !important;
    float: left;
    margin: 0 2%;
    border-radius: 3px;
    overflow: hidden;
}

.Piclist_a:hover {
    box-shadow: 0 0 18px rgba(0, 0, 0, .1);
}

.Piclist_p10 {
    width: 96% !important;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    font-family: 微软雅黑;
    color: #333333;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    margin-top: 6px;
    margin-left: 2%;
}

.Piclist_p20 {
    width: 48% !important;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    font-family: 微软雅黑;
    color: #808080;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    margin-top: 6px;
    margin-right: 2%;
    display:none;
}


/*图片内页*/
.page_Nei10 {
    width: 100%;
    float: left;
    padding: 80px 0;
}

.Nei10_box{
    width: 50%;
    display: table;
    margin: 0 auto;
    background: #ffffff;
    padding: 15px;
}

.Nei10_box img{
    width: 20%;
    float: left;
}

.Nei10_p10{
    width: 70%;
    float: left;
    height: 30px;
    line-height: 30px;
    font-family: 微软雅黑;
    font-size: 18px;
    color: #333333;
    text-align: left;
    margin-left: 5%;
}

.Nei10_p20{
    width: 70%;
    float: left;
    height: 30px;
    line-height: 30px;
    font-family: 微软雅黑;
    font-size: 16px;
    color: #333333;
    text-align: left;
    margin-left: 5%;
}

.Nei10_p30{
    width: 70%;
    float: left;
    height: 30px;
    line-height: 30px;
    font-family: 微软雅黑;
    font-size: 16px;
    color: #333333;
    text-align: left;
    margin-left: 5%;
}

.Nei10_p40{
    width: 70%;
    float: left;
    line-height: 30px;
    font-family: 微软雅黑;
    font-size: 14px;
    color: #333333;
    text-align: left;
    margin-left: 5%;
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px #333333 solid;
}
