/* public */
*{
    padding: 0px;
    margin: 0px;
    border: 0px;
}

html{
    overflow-x: hidden;
}

html,body{
    font-size: 16px;
}

body{
    width: 100%;
    height: 100%;
    background-color: #f2f2f2;
    overflow-x: hidden;
}

p{
    margin: 0;
}

a{
    text-decoration: none;
    color: #333;
}

li{
    list-style:none;
}

.header .actives>p>a{
    border-bottom: 2px solid #CF8B07;
    color: #CF8B07;
    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 #CF8B07;
}
.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 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 #CF8B07;
}
.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: #CF8B07;
}

section .subject{
    margin: 0 auto;
    width: 1200px;
}
section{
    position: relative;
}
.dw{
    position: absolute;
    top: -100px;
}
.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 i{
    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: 80px;
    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: #CF8B07;
    border-bottom: 2px solid #CF8B07; */
    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 .swiper-slide a{
    font-size: 16px;
}

.header-main .header>ul>li>.swiper-slide 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: #CF8B07 !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 #CF8B07 !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 #CF8B07 !important;
}



/* index */
.title{
    text-align: center;
    margin-bottom: 60px;
}

.title h3{
    font-size: 32px;    
}

.title p{
    font-size: 16px;
    color: #ccc;
}

.about{
    /* height: 720px; */
    margin: 100px auto;
    background-image: url(../images/about.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-bottom: 20px;
}

.about-body{
    font-size: 16px;
    line-height: 2.2em;
}

.about-body p{
    margin-bottom: 15px;
}

.about_t{
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 1000px;
    height: auto;
    background-color: #fff;
    padding: 50px;
    border-radius: 20px;
    border: 1px solid #CF8B07;
    z-index: 999;
    display: none;
}

.about_t h3{
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.about_t i{
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 50px;
    font-style: normal;
    cursor: pointer;
}

.about_t img{
    max-width: 100%;
}

.about_banner{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 998;
    display: none;
}

.about-body .about_bt{
    margin-top: 20px;
    display: block;
    margin: 0 auto;
    width: 350px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    text-align: center;
    border: 1px solid #CF8B07;
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 50px;
}

.about-body .about_bt:hover{
    background-color: #CF8B07;
    color: #fff;
}

.jobs{
    margin: 100px auto;
}

.jobs-body{
    position: relative;
}

.jobs>.subject>h3{
    margin: 70px auto;
    text-align: center;
    font-size: 30px;
    font-weight: normal;
}

.jobs-slide{
    padding: 20px !important;
    padding-bottom: 100px !important;
}

.jobs .swiper-slide{
    width: 400px;
    height: 263px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    transform: scale(0.9) !important;
    box-sizing: border-box;
    padding: 30px;
}

.jobs .swiper-slide h3{
    font-size: 24px;
    font-weight: normal;
}

.jobs .swiper-slide>p{
    margin-top: 60px;
    margin-bottom: 50px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

.jobs .swiper-slide .btn{
    display: flex;
    justify-content: space-between;
}

.jobs .swiper-slide .btn p{
    align-self: center;
    display: flex;
}

.jobs a{
    display: block;
    width: 125px;
    height: 40px;
    border: 1px solid #CF8B07;
    line-height: 40px;
    color: #CF8B07;
    display: flex;
    justify-content: center;
}

.jobs a::after{
    content: "";
    display: block;
    width: 20px;
    height: 3px;
    background: url(../images/r.svg) no-repeat;
    align-self: center;
    margin-left: 10px;
}

.jobs a:hover{
    background-color: #CF8B07;
    color: #fff;
}

.jobs .swiper-slide:hover h3{
    color: #CF8B07;
}

.jobs a:hover::after{
    content: "";
    background: url(../images/r3.svg) no-repeat;
}

.jobs .swiper-slide-active{
    transform: scale(1) !important;
}

.jobs .swiper-slide-active h3{
    color: #CF8B07;
}

.jobs .swiper-slide-active a{
    background-color: #CF8B07;
    color: #fff;
}

.jobs .swiper-slide-active a::after{
    content: "";
    background: url(../images/r3.svg) no-repeat;
}

.jobs-pagination{
    display: flex;
    width: 950px !important;
    margin-top: 100px;
}

.jobs-pagination .swiper-pagination-bullet{
    height: 2px;
    width: 100%;
    background-color: #ccc !important;
    border-radius: 0;
    margin: 0 !important;
}

.jobs-pagination .swiper-pagination-bullet-active{
    background-color: #CF8B07 !important;
}

.jobs .swiper-button{
    position: absolute;
    width: 200px;
    z-index: 3;
    right: 0;
    bottom: 120px;
}

.jobs .swiper-button .swiper-button-next,.jobs .swiper-button .swiper-button-prev{
    width: 77px;
    height: 77px;
}

.jobs .swiper-button .swiper-button-next::after,.jobs .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;
}

.jobs .swiper-button .swiper-button-next:hover::after,.jobs .swiper-button .swiper-button-prev:hover::after{
    color: #fff;
    background-color: #CF8B07;
    border: 2px solid #CF8B07;
}

.jobs .swiper-button-disabled{
    opacity: 1 !important;
}

.jobs-main:hover .jobs-text{
    opacity: 0.9;
    transition: all 1s;
}


.pdt{
    margin: 0;
    margin: 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 .pdt-text a{
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    width: 154px;
    height: 45px;
    line-height: 45px;
    color: #CF8B07;
    text-align: center;
    font-size: 16px;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
}

.pdt .swiper-slide .pdt-text a:hover{
    background-color: #CF8B07;
    color: #fff;
}

.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 #CF8B07 !important;
    box-sizing: border-box;
    border-radius: 20px;
    background-color: #CF8B07 !important;
}

.pdt .swiper-pagination-bullet-active::after{
    content: "";
    display: block;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    background-color: #CF8B07;
    border-radius: 8px;
    margin: auto;
    border: 2px solid #fff;
}

.strategy{
    width: 100%;
    min-width: 1200px;
    margin: 0;
    margin: 100px auto;
}

.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: #CF8B07;
}

.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{
    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: 30px;
}

.strategy ul li:nth-child(2) .strategy-body,.strategy ul li:nth-child(3) .strategy-body,.strategy ul li:nth-child(6) .strategy-body{
    display: none;
}

.strategy ul li:hover .strategy-text{
    opacity: 1;
    transition: all 0.5s;
}

.value{
    margin: 100px auto;
}

.value-body{
    display: flex;
    justify-content: space-between;
}

.value-body .img-outline{
    width: 620px;
}

.value-body .value-text{
    width: 500px;
    font-size: 16px;
    line-height: 2.1em;
    align-self: center;
}

.index_news{
    margin: 100px auto;
    padding: 100px 0;
    background: url(../images/index_news.png) no-repeat;
    background-size: 100%;
}

.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: #CF8B07 !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: #CF8B07;
    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: #CF8B07;
}


.index_news-right .btn{
    display: block;
    width: 414px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: #CF8B07;
    border: 1px solid #CF8B07;
    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;
}

.main-body img{
    max-width: 100%;
}

.team{
    margin: 100px auto;
    position: relative;
}

.team .team-body .swiper-slide{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.team .team-body .swiper-slide:last-child{
    margin: 0;
}

.team .team-body .swiper-slide .team-left{
    width: 660px;
    align-self: center;
}

.team .team-body .swiper-slide .img-outline{
    width: 410px;
    align-self: center;
}

.team .team-body .swiper-slide .team_text table tr td:nth-child(1){
    width: 25px;
    vertical-align: top;
    position: relative;
}

.team .team-body .swiper-slide .team_text table tr td:nth-child(1) img{
    position: relative;
    z-index: 2;
}

.team .team-body .swiper-slide .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 .swiper-slide .team_text table tr:last-child td:nth-child(1)::after{
    border: 0;
}

.team .team-body .swiper-slide .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: #CF8B07;
    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;
}
.team .swiper-button{
    position: absolute;
    width: 1500px;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    bottom: 120px;
}

.team .swiper-button .swiper-button-next,.team .swiper-button .swiper-button-prev{
    width: 77px;
    height: 77px;
}

.team .swiper-button .swiper-button-next::after,.team .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;
}

.team .swiper-button .swiper-button-next:hover::after,.team .swiper-button .swiper-button-prev:hover::after{
    color: #CF8B07;
    border: 2px solid #CF8B07;
}

.team .swiper-button-disabled{
    opacity: 1 !important;
}

.team-pagination{
    text-align: center;
}

.team .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;
}

.team .swiper-pagination-bullet-active{
    border: 2px solid #CF8B07 !important;
    box-sizing: border-box;
    border-radius: 20px;
    background-color: #CF8B07 !important;
}

.team .swiper-pagination-bullet-active::after{
    content: "";
    display: block;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    background-color: #CF8B07;
    border-radius: 8px;
    margin: auto;
    border: 2px solid #fff;
}

.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: #CF8B07;
    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: #CF8B07;
}

.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: #CF8B07 !important;
    color: #fff;
    border: 1px solid #CF8B07 !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 */
.contact{
    width: 100%;
    min-width: 1200px;
    box-sizing: border-box;
    margin-top: 100px;
}


.contact-top{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact-top .contact{
    width: 858px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.contact-top .contact-left div img{
    vertical-align: middle;
}

.contact-top .contact-left div{
    height: 40px;
    font-weight: bold;
}

.contact-top .contact-right{
    align-self: center;
    width: 170px;
}

.contact-top .contact-right .img-outline{
    width: 135px;
    height: 135px;
    margin: auto;
    margin-bottom: 10px;
}

.contact-top .contact-right p{
    text-align: center;
}

.contact-top .map,.contact-top .map>div,.contact-top .map>div>div{
    width: 100%;
    height: 500px;
}


.footer-bottom{
    margin-top: 100px;
    background-color: #000;
    color:#fff;
    font-size: 12px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-bottom a{
    color: #fff;
    font-size: 12px;
}

.footer-bottom span{
    margin-left: 20px;
    color: #fff;
    font-size: 12px;
}

.news footer .footer-top,.news footer .title{
    display: none;
}

.news footer{
    padding-top: 0;
}