/* public */
*{
    padding: 0px;
    margin: 0px;
    border: 0px;
}

html{
    overflow-x: hidden;
}

html,body{
    font-size: 16px;
}

body{
    width: 100%;
    height: 100%;
    background-color: #f2f2f2;
}

p{
    margin: 0;
}

a{
    text-decoration: none;
    color: #333;
}

li{
    list-style:none;
}

.header .actives>p>a{
    border-bottom: 2px solid #BF0F24;
    color: #BF0F24;
    font-weight: bold;
    padding-bottom: 10px;
}

.img-outline{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.img-outline img{
    display: block;
    width: 100%;
}

body .subject{
    min-width: 1200px;
    width: 1200px;
    margin: 0 auto;
}


/* 弹出框 */
.cms-site-overlay{
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 210;
    left: 0;
    top: 0;
    background: rgba(0, 0,0, .5);
}
.cms-site-overlay-content{
    position: fixed;
    z-index: 220;
    border-radius: 2px;
    width: 100%;
    left: 0;
    top: 0;
}
.cms-site-overlay-all{
    background: #fff;
    border-radius: 3px;
    border:1px solid #f1f1f1;
    position: relative;
    width: 1000px;
    margin: 0 auto;
    margin-top: 10vh;
    height: 600px;
    overflow: hidden;
}
.cms-site-overlay-title{
    position: absolute;
    margin: 0 30px;
    left: 0;
    top: 0;
    background: #fff;
    text-align: center;
    z-index: 5;
    width: 940px;
    border-bottom: 1px solid #BF0F24;
}
.cms-site-overlay-title h2{
    width: 100%;
    font-size: 25px;
    font-weight: bold;
    line-height: 80px;
    color: #313131;
}
.cms-site-overlay-msg{
    box-sizing: content-box;
    overflow-y: scroll;
    position: absolute;
    z-index: 1;
    padding: 90px 30px 100px 30px;
    width: 95.5%;
    left: 0;
    top: 0;
    bottom: 0;
}
.cms-site-overlay-msg p{
    line-height: 25px;
    font-size: 14px;
    color: #555;
}
.cms-site-overlay-msg p:last-child{
    text-align: right;
}
.cms-site-overlay-msg p strong{
    color: #313131;
}

.cms-site-overlay-bottom{
    position: absolute;
    width: 101%;
    background: #fff;
    left: 0;
    bottom: 0;
    z-index: 5;
    text-align: center;
    border-top: 2px solid #BF0F24;
}
.cms-site-overlay-bottom a{
    display: inline-block;
    margin: 20px 10px;
    background: #f1f1f1;
    line-height: 40px;
    padding: 0 40px;
    color: #333;
    border-radius: 2px;
}
.cms-site-overlay-bottom a.cms-site-yes{
    color: #fff;
    background: #BF0F24;
}

section .subject{
    margin: 0 auto;
    width: 1200px;
}
.selected-menu-login{
    width: 50px;
    margin-left: -10px;
}

.selected-menu-login p a{
    position: relative;
    left: 10px;
    width: 120px;
    font-size: 0 !important;
}

.selected-menu-login p a::before{
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 24px;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    position: absolute;
    top: -17px;
    left: -25px;
}


/* 导航条 */
.header-banner{
    height: 79px;
    width: 100%;
}

.cms-site-head{
    border-bottom: 1px solid #dddcda;
    min-width: 1200px;
    background-color: #fff;
}

.header-main{
    position: fixed;
    width: 100%;
    height: 80px;
    top: 0;
    z-index: 9;
    background-color: rgba(0, 0,0, .3);
    box-shadow: 0 0 20px rgba(0, 0,0, .3);
}

.header-main .cms-site-inner{
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.header-main .cms-site-inner .header-logo{
    align-self: center;
}


.header-main img{
    height: 50px;
}

.header-main .header{
    line-height: 80px;
    width: 1000px;
    height: 100%;
}

.header-main .header>ul{
    display: flex;
    justify-content: space-between;
}

.header-main .header>ul>li{
    display: inline-block;
    position: relative;
    list-style: none;
    height: 100%;
    text-align: center;
}

.header>ul>li>p{
    margin: 0 !important;
}

.header-main .header>ul>li>p>a{
    /* color: #BF0F24;
    border-bottom: 2px solid #BF0F24; */
    padding-bottom: 10px;
}

.header-main .header>ul>li:hover .cms-site-submenu{
    display: block;
}

.header-main .header>ul>li>p>a{
    margin: 20px 0;
    color: #fff;
}

.header ul li a{
    font-size: 16px;
}

.header-main .header>ul>li>ul li a{
    display: block;
    height: 50px;
    line-height: 50px;
    min-width: 120px;
    padding: 0 10px;
}

.header-main .header>ul>li>ul> li:hover a{
    background-color: #BF0F24 !important;
    color: #fff;
}

.header .cms-site-submenu{
    display: none;
    position: absolute;
    left: 50%;
    z-index: 11;
    transform: translate(-50%,0);
    background-color: #fff;
    overflow: hidden;
}

.header .cms-site-submenu li{
    list-style: none;
    position: relative;
    white-space: nowrap;
    border-bottom: 1px solid #CCCCCC;
    background-color: #f6f6f6;
}

.header .cms-site-submenu li:last-child{
    border-bottom: 0;
    padding-bottom: 0 !important;
}

.header .cms-site-submenu li>p>a{
    font-size: 16px;
}

.bt{
    background-color: rgb(255, 255, 255);
}

.bt .header>ul>li>p>a{
    color: #000;
}

.bt .header>ul>li:hover>p>a{
    border-bottom: 2px solid #BF0F24 !important;
}

.hed{
    background-color: rgba(0, 0, 0, 0.3);
}

.hed .header>ul>li>p>a{
    color: #fff;
}

.hed .header>ul>li:hover>p>a{
    border-bottom: 2px solid #fff !important;
}

.header-main .header>ul .active p a{
    border-bottom: 2px solid #BF0F24 !important;
}



/* index */
.title{
    text-align: center;
    margin-bottom: 50px;
}

.title h3{
    font-size: 32px;    
}

.title p{
    font-size: 16px;
    color: #ccc;
}

.about{
    height: 270px;
    margin: 0;
    padding: 100px 0;
    background-image: url(../images/about.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.about-body{
    font-size: 20px;
    line-height: 1.75em;
    text-align: center;
}

.manager{
    box-sizing: border-box;
    height: 1040px;
    margin: 0;
    padding: 100px 0;
}

.manager-body{
    position: relative;
}

.manager-title{
    display: flex;
    justify-content: center;
    padding: 30px 0;
    background-color: #fff;
}

.manager-title h3{
    font-size: 28px;
}

.manager-title p{
    font-size: 20px;
}

.manager-title span{
    display: inline-block;
    margin-left: 20px;
    margin-right: 10px;
    font-size: 20px;
}

.manager-title *{
    align-self: center;
}

.manager-img{
    height: 500px;
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0,0, .3);
}

.manager-title{
    position: absolute;
    bottom: 0;
    width: 100%;
}

.manager-slide{
    padding-top: 20px;
    padding-bottom: 100px;
}

.manager-pagination{
    display: flex;
    width: 950px !important;
    margin-top: 100px;
}

.manager-pagination .swiper-pagination-bullet{
    height: 2px;
    width: 100%;
    background-color: #ccc !important;
    border-radius: 0;
    margin: 0 !important;
}

.manager-pagination .swiper-pagination-bullet-active{
    background-color: #BF0F24 !important;
}

.manager .swiper-button{
    position: absolute;
    width: 200px;
    z-index: 3;
    right: 0;
    bottom: 120px;
}

.manager .swiper-button .swiper-button-next,.manager .swiper-button .swiper-button-prev{
    width: 77px;
    height: 77px;
}

.manager .swiper-button .swiper-button-next::after,.manager .swiper-button .swiper-button-prev::after{
    font-size: 14px;
    display: block;
    opacity: 1 !important;
    color: #999;
    border: 2px solid #999;
    width: 77px;
    height: 77px;
    line-height: 77px;
    text-align: center;
    border-radius: 77px;
    font-weight: bold;
    box-sizing: border-box;
}

.manager .swiper-button .swiper-button-next:hover::after,.manager .swiper-button .swiper-button-prev:hover::after{
    color: #BF0F24;
    border: 2px solid #BF0F24;
}

.manager .swiper-button-disabled{
    opacity: 1 !important;
}

.manager-text{
    opacity: 0;
    position: absolute;
    box-sizing: border-box;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(191, 15, 36, 0.9);
    z-index: 999;
    padding: 20px;
    transition: all 1s;
}

.manager-text .manager-title{
    position: relative;
    top: 0;
    bottom: auto;
    background: none;
    border-bottom: 1px solid #fff;
    margin-bottom: 30px;
}

.manager-text .manager-title *{
    color: #fff;
}

.manager-content{
    line-height: 1.75em;
    color: #fff;
}

.manager-content .manager_source{
    margin-bottom: 20px;
}

.manager-content p:last-child{
    margin-bottom: 0;
}

.manager-main:hover .manager-text{
    opacity: 0.9;
    transition: all 1s;
}

.manager-main:hover .manager-img .manager-title{
    opacity: 0;
}

.manager .swiper-slide:nth-child(1) .manager-text{
    display: none;
}

/* .manager .swiper-slide:nth-child(1) .manager-title{
    display: none;
} */

.manager .swiper-slide:nth-child(1) .manager-title span{
    display: none;
}

.data{
    margin: 0;
    padding: 100px 0;
}

.data-body ul{
    display: flex;
    text-align: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.data-body ul li:nth-child(2n){
    height: 170px;
    width: 1px;
    background-color: #ccc;
}

.data-body ul li:nth-child(2n):last-child{
    display: none;
}

.data-body ul li:last-child{
    border: 0;
    padding-right: 0;
    margin-right: 0;
}

.data-body .img-outline{
    margin: auto;
}

.data-body .data-top .img-outline{
    width: 60px;
    height: 60px;
    margin-bottom: 40px;
}

.data-body .data-top::after{
    content: "";
    width: 945px;
    height: 1px;
    border-bottom: 1px dashed #ccc;
    display: block;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 60px;
}

.data-body .data-top h3{
    font-size: 24px;
    margin-bottom: 20px;
}

.data-body .data-top p{
    font-size: 28px;
    font-weight: bold;
    color: #BF0F24;
}

.data-body .data-bottom .img-outline{
    max-width: 340px;
    height: auto;
    margin-bottom: 40px;
}

.data-bottom h3{
    font-size: 24px;
}

.pdt{
    margin: 0;
    padding: 100px 0;
    min-width: 1200px;
}

.pdt .swiper-slide{
    position: relative;
    transform: scale(0.8) !important;
    transition: 0.5s;
    height: 450px;
}

.pdt .swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1) !important;
    transition: 0.5s;
}

.pdt .swiper-slide .img-outline{
    background: rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.pdt .swiper-slide .img-outline img{
    height: 100%;
    position: relative;
    z-index: -1;
}

.pdt .swiper-slide .pdt-body{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pdt .swiper-slide .pdt-title{
    margin-bottom: 20px;
}

.pdt .swiper-slide .pdt-title>span{
    display: block;
    width: 60px;
    height: 4px;
    background-color: #fff;
    margin: auto;
    margin-bottom: 20px;
}

.pdt .swiper-slide .pdt-title>h3{
    font-size: 28px;
    color: #fff;
    line-height: 1.75em;
}

.pdt .swiper-slide .pdt-text {
    display: none;
    min-width: 230px;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}

.pdt .swiper-slide-active .pdt-text{
    display: block;
}

.pdt-pagination{
    margin-top: 100px;
    text-align: center;
}

.pdt .swiper-pagination-bullet{
    background-color: #ccc !important;
    opacity: 1 !important;
    width: 20px !important;
    height: 20px !important;
    border: 3px solid #f2f2f2 !important;
    box-sizing: border-box;
}

.pdt .swiper-pagination-bullet-active{
    border: 2px solid #C30D23 !important;
    box-sizing: border-box;
    border-radius: 20px;
    background-color: #C30D23 !important;
}

.pdt .swiper-pagination-bullet-active::after{
    content: "";
    display: block;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    background-color: #C30D23;
    border-radius: 8px;
    margin: auto;
    border: 2px solid #fff;
}

.pdt .swiper-button-next:after,.pdt .swiper-button-prev:after{
    color: #ccc;
    margin-top: -100px;
}

.pdt .swiper-button-next:hover:after,.pdt .swiper-button-prev:hover:after{
    color: #333;
}

.strategy{
    width: 100%;
    min-width: 1200px;
    margin: 0;
    padding: 100px 0;
}

.strategy ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.strategy ul li{
    position: relative;
    height: 476px;
}

.strategy ul li .strategy-body{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    box-sizing: border-box;
    width: 100%;
}

.strategy ul li .strategy-body h3{
    text-align: center;
    font-size: 28px;
    margin-bottom: 30px;
}

.strategy ul li .strategy-body h3 span{
    font-size: 28px;
    margin-right: 10px;
    color: #BF0F24;
}

.strategy ul li .img-outline div{
    width: 100%;
    height: 476px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.strategy ul li .strategy-t{
    width: 510px;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
}

.strategy ul li{
    width: 50%;
}

.strategy ul li:nth-child(2n-1) .strategy-t{
    padding-left: calc(50vw - 600px);
    padding-right: 30px;
}

.strategy ul li:nth-child(2n) .strategy-t{
    padding-right: calc(50vw - 600px);
    padding-left: 80px;
}

.strategy ul li:nth-child(2) .strategy-body,.strategy ul li:nth-child(3) .strategy-body{
    display: none;
}

.strategy ul li:hover .strategy-text{
    opacity: 1;
    transition: all 0.5s;
}

.value{
    padding: 100px 0;
}

.value-body{
    display: flex;
    justify-content: space-between;
}

.value-body .img-outline{
    width: 620px;
}

.value-body .value-text{
    width: 540px;
    font-size: 16px;
    text-indent: 2em;
    line-height: 2.1em;
}

.index_news{
    margin: 0;
    padding: 100px 0;
    background: url(../images/index_news.png) no-repeat;
}

.index_news-body{
    display: flex;
    justify-content: space-between;
}

.index_news-body .index_news-left ul li{
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.index_news-left{
    width: 725px;
}

.index_news-left ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.index_news-left ul li{
    width: 350px;
    height: 245px;
    margin-bottom: 20px;
    position: relative;
}

.index_news-left ul li:nth-child(1){
    width: 724px;
    height: 355px;
}

.index_news-left ul li:nth-child(1) .index_left-text{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.index_news-left ul li:nth-child(1) .index_left-text .time{
    background: url(../images/news_time.png) no-repeat;
    height: 30px;
    line-height: 30px;
    padding-left: 28px;
    color: #fff;
    font-size: 14px;
    margin: 20px;
}

.index_news-left ul li:nth-child(1) .index_left-title{
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 86px;
    background: linear-gradient(to bottom, rgba(255,0,0,0), rgba(0,0,0,1));
    line-height: 86px;
    font-size: 28px;
    color: #fff;
}

.index_left-body{
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
}

.index_left-body .index_left-title>p{
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

.index_news-left li:hover .index_left-title>p{
    color: #BF0F24 !important;
}

.index_news-left li .img-outline img{
    transform: scale(1);
    transition: all 0.5s;
}

.index_news-left li:hover .img-outline img{
    transform: scale(1.1);
    transition: all 0.5s;
}

.index_left-body .index_left-title::after{
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background-color: #BF0F24;
    margin-top: 20px;
    margin-bottom: 20px;
}

.index_left-body .index_left-content{
    color: #666;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    line-height: 1.75em;
    margin-bottom: 35px;
}

.index_left-body .time{
    display: flex;
    justify-content: space-between;
}

.index_left-body .time-btn::after{
    content: ">";
    display: block;
}

.index_news-right{
    width: 456px;
    height: 620px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    padding: 20px;
    position: relative;
}

.index_news-right ul li{
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.index_news-right ul li i{
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #ccc;
    line-height: 0;
}

.index_news-right ul li a{
    display: flex;
    justify-content: space-between;
}

.index_news-right ul li h3{
    width: 300px;
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    font-size: 16px;
}

.index_news-right ul li span{
    font-size: 14px;
    color: #999;
}

.index_news-right ul li:hover h3{
    color: #BF0F24;
}


.index_news-right .btn{
    display: block;
    width: 154px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: #BF0F24;
    border: 1px solid #BF0F24;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    bottom: 40px;
}





/* 各页大图 */
.banner-contral{
    position: absolute;
    z-index: 9;
    left: 50% !important;
    width: auto !important;
    transform: translate(-50%, -50px);
    bottom: 0 !important;
}

.swiper-pagination-bullet{
    width: 10px;
    height: 10px;
}

.swiper-pagination-bullet{
    background-color: #fff !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active{
    width: 20px;
    border-radius: 10px;
}

.banner{
    width: 100%;
    min-width: 1200px;
    margin: 0;
}

.banner .swiper-slide{
    position: relative;
}

.banner .text{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.banner img{
    width: 100%;
}

.main-top{
    width: 100% !important;
    margin: 0;
}

.main-top img{
    width: 100%;
}

.category-main{
    width: 100%;
    margin: 70px auto;
}

.team{
    margin: 0;
    padding: 100px 0;
    background-color: #ececec;
}

.team .team-body ul li{
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}

.team .team-body ul li:last-child{
    margin: 0;
}

.team .team-body ul li:nth-child(2n){
    flex-direction: row-reverse;
}

.team .team-body ul li .team-left{
    width: 660px;
    align-self: center;
}

.team .team-body ul li .img-outline{
    width: 410px;
    align-self: center;
}

.team .team-body ul li .team_text table tr td:nth-child(1){
    width: 25px;
    vertical-align: top;
    position: relative;
}

.team .team-body ul li .team_text table tr td:nth-child(1) img{
    position: relative;
    z-index: 2;
}

.team .team-body ul li .team_text table tr td:nth-child(1)::after{
    content: "";
    position: absolute;
    top: 10px;
    left: 4px;
    display: block;
    height: 100%;
    width: 1px;
    border-right: 1px dashed #ccc;
    z-index: 1;
}

.team .team-body ul li .team_text table tr:last-child td:nth-child(1)::after{
    border: 0;
}

.team .team-body ul li .team_text table tr td{
    color: #666;
    line-height: 1.7em;
    padding-bottom: 20px;
}

.team .team_name{
    margin-bottom: 30px;
}

.team .team_name p{
    position: relative;
    padding-left: 10px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 20px;
}
/* 
.team .team_name p::before{
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-color: #BF0F24;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 30px;
} */

.team .team_name h3{
    font-size: 28px;
}

.team .team_name span{
    font-size: 18px;
    margin-bottom: 20px;
}

.news>ul li{
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 50px;
}

.news>ul li a{
    display: flex;
    justify-content: space-between;
}

.news .news-text{
    width: 650px;
}

.news .img-outline{
    width: 485px;
    height: 242px;
}

.news .news-text time{
    display: block;
    background: url(../images/time.png) no-repeat;
    height: 30px;
    width: 135px;
    padding-left: 25px;
    padding-top: 5px;
    box-sizing: border-box;
    font-size: 14px;
    color: #BF0F24;
    margin-bottom: 20px;
}

.news .news-text h3{
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

.news .news-text p{
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-height: 1.75em;
}

.news>ul li:hover h3{
    color: #BF0F24;
}

.news>ul li .img-outline img{
    transform: scale(1);
    transition: all 0.5s;
}

.news>ul li:hover .img-outline img{
    transform: scale(1.1);
    transition: all 0.5s;
}

.cms-site-pagination{
    margin-top: 50px;
    text-align: center;
}

.cms-site-pagination ul li{
    display: inline-block;
    height: 24px;
    text-align: center;
    line-height: 24px;
    margin: 0 5px;
}

.cms-site-pagination ul li a{
    display: block;
    padding: 2px 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.cms-site-active a{
    background-color: #BF0F24 !important;
    color: #fff;
    border: 1px solid #BF0F24 !important;
}

/* content */
.main-content{
    margin-bottom: 25px;
}

.main-content .content_title h1{
    font-size: 30px;
    text-align: center;
}

.main-content .content_title p{
    font-size: 14px;
}

.main-content .content_title p{
    font-size: 14px;
    color: #9c9b9b;
    margin: 10px 0;
    text-align: center;
}

.main-content .content_title span{
    color: #9c9b9b;
    margin-right: 20px;
    font-size: 14px;
}

.main-content .main-text-bottom{
    margin-top: 40px;
}

.main-content .main-text-bottom img{
    max-width: 1200px;
}

.pages{
    border-top: 1px solid #000;
    margin-top: 20px;
    padding-top: 20px;
}

.pages .pages-prev-next{
    display: flex;
    justify-content: space-between;
}

.pages-prev{
    text-align: left;
    display: inline-block;
}

.pages-next{
    text-align: right;
}


/* footer */
#footer{
    background: url(../images/footer.png) no-repeat;
    width: 100%;
    min-width: 1200px;
    box-sizing: border-box;
    margin-top: -5px;
    padding-top: 100px;
}

#footer .title h3{
    color: #fff;
}

.footer-top{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-top .contact{
    width: 858px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.footer-top .contact-left div img{
    vertical-align: middle;
}

.footer-top .contact-left h3{
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}

.footer-top .contact-left div{
    color: #fff;
    height: 40px;
}

.footer-top .contact-right{
    align-self: center;
    width: 170px;
    display: flex;
    justify-content: space-between;
}

.footer-top .contact-right .img-outline{
    width: 135px;
    height: 135px;
}

.footer-top .contact-right p{
    color: #fff;
    width: 16px;
    align-self: center;
}

.footer-top .map,.footer-top .map>div,.footer-top .map>div>div{
    width: 100%;
    height: 500px;
}


.footer-bottom{
    color:#999;
    font-size: 12px;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer-bottom a{
    color: #999;
    font-size: 12px;
}

.footer-bottom span{
    margin-left: 20px;
    color: #999;
    font-size: 12px;
}

.news footer .footer-top,.news footer .title{
    display: none;
}

.news footer{
    padding-top: 0;
}