/* public */
*{
    padding: 0px;
    margin: 0px;
    border: 0px;
    font-family: '微软雅黑';
}

html,body{
    font-size: 16px;
}

body{
    width: 100%;
    height: 100%;
}

p{
    margin: 0;
}

a{
    text-decoration: none;
    color: #000;
}

li{
    list-style:none;
}

.subject{
    width: 1200px;
    margin: 0 auto;
}

.header .actives>p>a{
    color: #F3951A;
    font-weight: bold;
    padding-bottom: 13px;
}

.title-left .active{
    background: #F3951A !important;
}

.title-left .active a{
    color: #fff !important;
    font-weight: 500;
}

.img-outline{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.img-outline img{
    width: 100%;
}


/* 弹出框 */
.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 #F3951A;
}
.cms-site-overlay-title h2{
    width: 100%;
    font-size: 25px;
    font-weight: bold;
    line-height: 70px;
    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: 16px;
    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 #F3951A;
}
.cms-site-overlay-bottom a{
    display: inline-block;
    margin: 20px 10px;
    background: #fff;
    line-height: 40px;
    padding: 0 40px;
    color: #333;
    border-radius: 2px;
}
.cms-site-overlay-bottom a.cms-site-yes{
    color: #fff;
    background: #F3951A;
}

section .subject{
    margin: 0 auto;
    width: 1200px;
}


/* 导航条 */
.header-banner{
    height: 80px;
    width: 100%;
}

.cms-site-head{
    border-bottom: 1px solid #fff;
    min-width: 1200px;
    background-color: #fff;
}

.header-main{
    /* position: fixed; */
    width: 100%;
    height: 80px;
    top: 0;
    z-index: 9;
    background-color: rgba(255, 255,255,0.7);
}

.header-main .cms-site-inner{
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.header-main .header-logo a{
    display: flex;
    height: 100%;
}

.header-main .header-logo a img{
    align-self: center;
}

.header-main img{
    float: left;
    height: 34px;
}

.header-main .header{
    position: relative;
    float: right;
    line-height: 80px;
    width: 750px;
}

.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:hover>p>a{
    color: #F3951A;
    font-weight: bold;
    padding-bottom: 13px;
}

.header-main .header>ul>li:hover .cms-site-submenu{
    display: block;
}

.header-main .header>ul>li>p>a{
    margin: 20px 0;
}

.header ul li a{
    font-size: 16px;
}

.header-main .header>ul>li>p>a:hover{
    font-weight: bold;
}

.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 a:hover{
    background: #fff;
    color: #F3951A;
}

.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;
}

.header .cms-site-submenu li:last-child{
    border-bottom: 0;
    padding-bottom: 0 !important;
}

.header .cms-site-submenu li>p>a{
    font-size: 16px;
}


/* 各页大图 */
.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;
}

.banner{
    width: 100%;
    min-width: 1200px;
}

.banner img{
    width: 100%;
}

.index_about{
    margin: 70px auto;
}

.main-top{
    width: 100% !important;
}

.main-top img{
    width: 100%;
}

.swiper-pagination-bullet{
    background-color: #fff !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active{
    width: 20px;
    border-radius: 10px;
}

.title-left{
    text-align: center;
    margin: 0 auto;
    margin-bottom: 70px;
    background-color: #F2F2F2;
    margin-top: -4px;
}

.title-left ul{
    display: flex;
}

.title-left ul li a{
    display: block;
    padding: 20px 30px;
}

.title-left ul li .active{
    color: #fff;
}

.title-left ul li a:hover{
    background-color: #F3951A;
    color: #fff;
    /* font-weight: bold; */
}

.main-right{
    width: 1200px;
    margin: 70px auto;
}

.main-right .title{
    text-align: center;
    margin-bottom: 40px;
}

.main-right .title h3{
    font-size: 30px;
    color: #F3951A;
}

.main-right .title p{
    font-size: 16px;
    color: #ccc;
    width: 40px;
    height: 4px;
    background-color: #F3951A;
    margin: 0 auto;
    margin-top: 10px;
    border-radius: 4px;
}

.main-right img{
    max-width: 100%;
}

.main-right>div{
    margin: 70px 0
}

.team-body ul li{
    display: flex;
    margin-bottom: 40px;
}

.team-body ul li .img-outline{
    width: 262px;
    height: 334px;
    margin-right: 40px;
}

.team-body ul li .team-text{
    align-self: center;
    width: 900px;
}

.team-body ul li .team-text h3{
    font-size: 20px;
    margin-bottom: 30px;
}

.cms-site-pagination{
    margin-top: 50px;
}

.cms-site-pagination ul li{
    display: inline-block;
    height: 24px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 24px;
    margin: 0 5px;
}

.cms-site-pagination ul li a{
    display: block;
    padding: 0 8px;
    background-color: #fff;
}

.cms-site-active a{
    background-color: #F3951A !important;
    color: #fff;
    border: 1px solid #F3951A !important;
}

/* content */
.main-content{
    margin-bottom: 25px;
}

.main-content h1{
    font-size: 30px;
    text-align: center;
}

.main-content p{
    font-size: 16px;
}

.main-content>p{
    font-size: 16px;
    color: #9c9b9b;
    margin: 10px 0;
    text-align: center;
}

.main-content span{
    color: #9c9b9b;
    margin-right: 20px;
    font-size: 16px;
}

.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{
    /* border-top: 2px solid #F3951A !important; */
    width: 100%;
    margin-top: -4px;
    background-color: #f2f2f2;
}

.footer-top{
    width: 1200px;
    margin: 0 auto;
    height: 192px;
    display: flex;
}

.footer-top>div{
    align-self: center;
}

.footer-top-right{
    margin-left: auto;
    padding-left: 30px;
}

.footer-top-right-contact{
    width: 100%;
    margin-top: 45px;
    color: #666;
    font-size: 14px;
}

.footer-top-right-contact-left{
    display: inline-block;
}

.footer-top-right-contact-left p{
    font-size: 14px;
    line-height: 30px;
}

.footer-top-right-contact-right{
    width: 130px;
    float: right;
    text-align: center;
    font-size: 12px;
    color: #666;
}

.footer-top-contact{
    width: 680px;
}

.footer-top-contact h1{
    margin-bottom: 10px;
    font-size: 16px;
}

.footer-top-contact p{
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
}

.footer-bottom{
    width: 100%;
    height: 52px;
    text-align: center;
    background-color: #F3951A;
    line-height: 52px;
    color: #333;
    font-size: 12px;
}

.footer-bottom div{
    font-size: 12px;
}

.footer-bottom a{
    color: #333;
    font-size: 12px;
}

.model-login .main-right .title,.model-login .main-right>div{
    margin: 0;
}
.xden{
    position: absolute;
    right: -50px;
    top: 2px;
}
.xden a {
    display: inline-block;
    margin-left: 10px;
    border-radius: 3px;
    font-size: 12px;
    height: 15px;
    line-height: 15px;
    width: 30px;
    overflow: hidden;
    border: 1px solid #e2bb86;
    text-align: center;
    color: #e2bb86;
    transition: all ease-in .5s;
    margin-top: 30px;
}