.cl {
    clear: both;
}

.w {
    width: 1200px;
    margin: 0 auto;
}

.fl{
    float:left;
}

.fr{
    float:right;
}

.header .container{
    position:relative;
    z-index:1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height:143px;
}

.header .container nav{
    height:100%;
}

.header nav ul{
    display: flex;
    justify-content: center;
    height:100%;
}
.header nav ul>li{
    width:108px;
    color:#333;
}
.header nav ul>li.on{
    color:#fff;
    background:#dfaf70;
}
.header nav ul>li:hover{
    color:#fff;
    background:#dfaf70;
}
.header nav ul>li>a{
    display: block;
    height:100%;
    line-height: 143px;
    font-size: 18px;
    text-align: center;
}
.header nav .erji{
    display: none;
}
.header nav .erji li{
    height:50px;
    border-bottom: 1px solid #bea584;
}
.header nav .erji li:last-child{
    border:none;
}
.header nav .erji li a{
    display: block;
    height:100%;
    text-align: center;
    line-height: 50px;
    background:#bab49e;
    font-size: 18px;
    color:#fff;
}


#active {
    border-bottom: 3px solid #fff;
}


/* 轮播图 */

.slideBox {
    position:relative;
    border-bottom: 1px solid #bdbeff;
}

/*.slideBox .hd {
    width: 100%;
    height: 6px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%);
    z-index: 1;
}

.slideBox .hd ul {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.slideBox .hd ul li {
    margin-right: 12px;
    width: 26px;
    height: 6px;
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
}

.slideBox .hd ul li.on {
    background: #f1a95f;
}*/

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd ul {
    height: 100%;
}

.slideBox .bd li {
    height: 100%;
}

.slideBox .bd li a {
    display: block;
    width: 100%;
    height: 100%;
}

.slideBox .bd img {
    width: 100%;
    display: block;
}

.about-us{
    background:#27298c;
    margin-top:50px;
    padding:92px 0 66px;
}

.about-us .left{
    width:210px;
    text-align: right;
}
.about-us .left h4{
    font-size: 18px;
    color:#ababcb;
    font-weight: normal;
}
.about-us .left p{
    font-size: 44px;
    color:#fff;
    font-weight: bold;
    font-family: Arial;
}
.about-us .right{
    width:840px;
    margin-right: 70px;
}
.about-us .right .jianjie{
    font-size: 16px;
    color:#fff;
    line-height: 200%;
}
.about-us .right .btn{
    width:108px;
    height:33px;
    border:1px solid #fff;
    font-size: 14px;
    color:#fff;
    text-align: center;
    line-height: 33px;
    display: block;
    margin-top:30px;
    border-radius:33px;
}
.inc-style .mesg{
    position:relative;
}
.inc-style .mesg h2{
    font-size: 76px;
    color:#e9e9ee;
    font-weight: bold;
    text-align: center;
}
.inc-style .mesg h3{
    font-size: 28px;
    color:#27298c;
    font-weight: bold;
    position:absolute;
    top:50%;
    left:50%;
    transform: translate3d(-50%,-50%,0);
}
.inc-style .inc-type{
    display: flex;
    justify-content: center;
}
.inc-style .inc-type li{
    margin:0 15px;
}
.inc-style .inc-type li a{
    display: block;
    width:110px;
    height:35px;
    font-size: 18px;
    color:#fff;
    text-align: center;
    line-height: 35px;
    background:#27298c;
    border-radius:35px;
}
.inc-style .inc-type li a:hover{
    background: #e0b072;
}
.product-display{
    margin-top:50px;
}
.product-display .pic-list{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 53px;
}
.product-display .pic-list>div{
    position:relative;
    width:370px;
    margin-right: 45px;
    margin-bottom: 44px;
    border-radius:15px;
    overflow: hidden;
}
.product-display .pic-list>div a{
    overflow: hidden;
    display: block;
}
.product-display .pic-list>div a:hover img{
    transform: scale(1.2);
}
.product-display .pic-list>div:hover .tit{
    background:#e0b072;
}
.product-display .pic-list>div:hover .tit h3,
.product-display .pic-list>div:hover .tit .jianjie{
    color:#fff;
}
.product-display .pic-list>div a img{
    transition: 2s;
    display: block;width:100%;
}
.product-display .pic-list>div:nth-child(3n){
    margin-right: 0;
}
.product-display .pic-list .tit{
    width:350px;
    height:95px;
    background:#fff;
    border-radius:6px;
    position:absolute;
    bottom:11px;
    left:50%;
    transform: translate(-50%);
    padding:18px 20px;
    padding-bottom: 10px;
    box-sizing: border-box;
}
.product-display .pic-list .tit h3{
    font-size: 18px;
    color:#27298c;
    font-weight: bold;
}
.product-display .pic-list .jianjie{
    font-size: 14px;
    color:#333;
    margin-top:8px;
}
.case-container{
    position:relative;
    overflow: hidden;
    background:url(../images/bg001.png) no-repeat center center/100% 100%;
    margin-bottom: 70px;
    padding-bottom: 100px;
}
.case-container .bu{
    position:absolute;
    background:#fff;
    width:360px;
    right:0;
    top:255px;
    height:1219px;
}
.case-display{
    position:relative;
    z-index:1;
    background:#fff;
    border-radius:50px 0 0 50px;
    margin-top:255px;
    padding-bottom: 53px;
    padding-top:50px;
}
.case-display .pic-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding:0 83px;
    margin-top:60px;
}
.case-display .pic-list>div{
    position:relative;
    width:504px;
    margin-bottom: 34px;
}
.case-display .pic-list>div a{
    display: block;
    overflow: hidden;
}
.case-display .pic-list>div a:hover img{
    transform: scale(1.2);
}
.case-display .pic-list>div a img{
    display: block;
    transition: 2s;
    width:100%;
}
.case-display .pic-list>div h3{
    height:60px;
    width:100%;
    position:absolute;
    bottom:0;
    background:url(../images/bg002.png) no-repeat center center/100% 100%;
    font-size: 18px;
    color:#fff;
    text-align: center;
    line-height: 60px;
    font-weight: normal;
}
.inc-style .btn{
    display: block;
    margin:22px auto 0;
    width:108px;
    height:33px;
    border:1px solid #27298c;
    border-radius:33px;
    text-align: center;
    line-height: 33px;
    font-size: 14px;
    color:#27298c;
}
.news-list .new-list{
    display: flex;
    justify-content: space-between;
    margin-top: 53px;
}
.news-list .new-list>div{
    width:368px;
}
.news-list .new-list>div a{
    display: block;
    overflow: hidden;
}
.news-list .new-list>div a:hover img{
    transform: scale(1.2);
}
.news-list .new-list>div a img{
    display: block;
    width:100%;
    transition: 2s;
}
.news-list .new-list>div:hover .mes{
    background:#27298c;
}
.news-list .new-list>div:hover .mes h3{
    color:#fff;
}
.news-list .new-list>div:hover .mes .jianjie{
    color:#abaccb;
}
.news-list .new-list .mes{
    padding:20px 10px 20px 18px; 
    background:#f4f3f8;
    box-shadow: 0 0 3px #e6e6e6;
}
.news-list .new-list .mes h3{
    font-size: 18px;
    color:#333;
    font-weight: normal;
    margin-bottom: 18px;
}
.news-list .new-list .mes .jianjie{
    font-size: 14px;
    color:#333;
    line-height: 200%;
    text-indent:2em;
}

.inc-erji-style{
    padding-top:30px;
}
.inc-erji-style .inc-tit{
    position:relative;
}
.inc-erji-style .inc-tit h2{
    font-size: 76px;
    color:#e9e9ee;
    font-weight: bold;
    text-align: center;
}
.inc-erji-style .inc-tit h3{
    font-size: 28px;
    color:#27298c;
    font-weight: bold;
    position:absolute;
    top:50%;
    left:50%;
    transform: translate3d(-50%,-50%,0);
}

.inc-erji-style .inc-type{
    display: flex;
    justify-content: center;
}
.inc-erji-style .inc-type li{
    margin:0 15px;
}
.inc-erji-style .inc-type li a{
    display: block;
    padding:0 20px;
    height:35px;
    font-size: 18px;
    color:#fff;
    text-align: center;
    line-height: 35px;
    background:#27298c;
    border-radius:35px;
}
.inc-erji-style .inc-type li a:hover{
    background: #e0b072;
}
.inc-erji-style .inc-type li a.active{
    background: #e0b072;
}
.inc-erji-style .danye-con{
    padding:60px 0 100px;
}
.inc-erji-style .pro-list{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top:50px;
}
.inc-erji-style .pro-list li{
    position:relative;
    width:392px;
    margin-right: 12px;
    margin-bottom:20px;
}
.inc-erji-style .pro-list li:nth-child(3n){
    margin-right: 0;
}
.inc-erji-style .pro-list li a{
    overflow: hidden;
    display: block;
}
.inc-erji-style .pro-list li a h3{
    position:absolute;
    width:100%;
    bottom:0;
    height:47px;
    background:url(../images/bg002.png) no-repeat center center/100% 100%;
    font-size: 16px;
    color:#fff;
    text-align: center;
    line-height: 47px;
    font-weight: normal;
}
.inc-erji-style .pro-list li:hover img{
    transform: scale(1.2);
}
.inc-erji-style .pro-list li a img{
    display: block;
    width:100%;
    transition: 2s;
}

.inc-erji-style .pic-list{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 53px;
}
.inc-erji-style .pic-list>div{
    position:relative;
    width:370px;
    margin-right: 45px;
    margin-bottom: 44px;
    border-radius:15px;
    overflow: hidden;
}
.inc-erji-style .pic-list>div a{
    overflow: hidden;
    display: block;
}
.inc-erji-style .pic-list>div a:hover img{
    transform: scale(1.2);
}
.inc-erji-style .pic-list>div:hover .tit{
    background:#e0b072;
}
.inc-erji-style .pic-list>div:hover .tit h3,
.inc-erji-style .pic-list>div:hover .tit .jianjie{
    color:#fff;
}
.inc-erji-style .pic-list>div a img{
    transition: 2s;
    display: block;width:100%;
}
.inc-erji-style .pic-list>div:nth-child(3n){
    margin-right: 0;
}
.inc-erji-style .pic-list .tit{
    width:350px;
    height:95px;
    background:#fff;
    border-radius:6px;
    position:absolute;
    bottom:11px;
    left:50%;
    transform: translate(-50%);
    padding:18px 20px;
    padding-bottom: 10px;
    box-sizing: border-box;
}
.inc-erji-style .pic-list .tit h3{
    font-size: 18px;
    color:#27298c;
    font-weight: bold;
}
.inc-erji-style .pic-list .jianjie{
    font-size: 14px;
    color:#333;
    margin-top:8px;
}
.inc-erji-style>h2{
    font-stretch: 26px;
    color:#27298c;
    font-weight: bold;
    text-align: center;
    margin:60px 0 25px;
}
.inc-erji-style>img{
    display: block;
    margin:0 auto 50px;
}

.inc-erji-style form{
    margin-top:77px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inc-erji-style form input{
    width:49%;
    height:60px;
    border:1px solid #bfbfbf;
    background:#f7f7f9;
    outline: none;
    padding:0;
    text-indent:10px;
    font-size: 18px;
}
.inc-erji-style form input::-webkit-input-placeholder{
    font-size: 18px;
    color:#333;
}
.inc-erji-style form textarea{
    width:100%;
    height:173px;
    padding-top:10px;
    border:1px solid #bfbfbf;
    box-sizing: border-box;
    background:#f7f7f9;
    outline: none;
    text-indent:10px;
    font-size: 18px;
    resize: none;
    margin:22px 0 42px;
}
.inc-erji-style form textarea::-webkit-input-placeholder{
    font-size: 18px;
    color:#333;
}
.inc-erji-style form .sub{
    width:100%;
    height:60px;
    font-size: 24px;
    color:#fff;
    text-indent:0;
    background:#ff9900;
    border:none;
    margin-bottom: 42px;
}


.inc-erji-style .new-list{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 40px;
}
.inc-erji-style .new-list>div{
    width:368px;
    margin-bottom: 28px;
    margin-right: 48px;
}
.inc-erji-style .new-list>div:nth-child(3n){
    margin-right: 0;
}
.inc-erji-style .new-list>div a{
    display: block;
    overflow: hidden;
}
.inc-erji-style .new-list>div a:hover img{
    transform: scale(1.2);
}
.inc-erji-style .new-list>div a img{
    display: block;
    width:100%;
    transition: 2s;
}
.inc-erji-style .new-list>div:hover .mes{
    background:#27298c;
}
.inc-erji-style .new-list>div:hover .mes h3{
    color:#fff;
}
.inc-erji-style .new-list>div:hover .mes .jianjie{
    color:#abaccb;
}
.inc-erji-style .new-list .mes{
    padding:20px 10px 20px 18px; 
    background:#f4f3f8;
    box-shadow: 0 0 3px #e6e6e6;
}
.inc-erji-style .new-list .mes h3{
    font-size: 18px;
    color:#333;
    font-weight: normal;
    margin-bottom: 18px;
}
.inc-erji-style .new-list .mes .jianjie{
    font-size: 14px;
    color:#333;
    line-height: 200%;
    text-indent:2em;
}
.news-show>h3{
    font-size: 26px;
    color:#27298c;
    font-weight: bold;
    text-align: center;
    margin:45px 0 30px;
}

.prev-next{
    margin:60px 0 35px;
}
.prev-next a{
    display: block;
    font-size: 16px;
    color:#333333;
    margin:10px 0;
}
.prev-next a:hover{
    color:#27298c;
}
.page{
    display: flex;
    justify-content: center;
    margin:39px 0 59px;
}
.page a{
    display: block;
    height:35px;
    font-size: 16px;
    color:#333;
    line-height: 35px;
    margin:0 5px;
    border:1px solid #bfbfbf;
    padding:0 10px;
}
.page a.select{
    border-color:#2c70b1;
    color:#2c70b1;
}

.footer-top{
    height:322px;
    background:#27298c;
}
.footer-con{
    overflow: hidden;
    border-bottom: 1px solid #4f5095;
}
.footer-con>p{
    font-size: 12px;
    color:#8181b3;
    margin:25px 0 10px;
}
.footer-nav{
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}
.footer-nav>div{
    font-size: 20px;
    color:#fff;
}
.footer-nav>div img{
    margin-left:32px;
}
.footer-nav ul{
    display: flex;
    justify-content: space-between;
}
.footer-nav ul li{
    margin-left: 80px;
}
.footer-nav ul li a{
    font-size: 18px;
    color:#fff;
}
.footer-mes{
    padding-top:30px;
}
.footer-mes .sleft{
    margin-right: 20px; 
}
.footer-mes .sleft a{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width:120px;
    height:30px;
    background:#135193;
    font-size: 14px;
    color:#fff;
    margin-left:auto;
}
.footer-mes .sleft a img{
    display: block;
    margin:0 13px;
}
.footer-mes .sleft p:nth-child(2){
    font-size: 14px;
    color:#fff;
    text-align: right;
    margin:35px 0 12px;
}
.footer-mes .sleft p:nth-child(3){
    font-size: 24px;
    color:#fff;
    font-weight: bold;
    text-align: right;
}
.footer-mes .sright p{
    font-size: 14px;
    color:#fff;
    text-align: center;
}
.footer-mes .sright img{
    width:120px;
    margin-bottom: 25px;
}
.bot{
    height:54px;
    background:#13164b;
    text-align: center;
    line-height: 54px;
    font-size: 14px;
    color:#9e9ead;
}