*,
html,
body {
    margin: 0;
    padding: 0;

}

body {
    background: white;

}

a{
    text-decoration: none;
    color: #444;
}

.mcontainer {
    /*max-width: 1200px;*/
    width: 100%;
    margin: 0 auto;
    overflow: hidden
}

/* --------------------------------- */
.top-header{
    background: #7559a5;
    padding: 5px 0;
    color: white;
}

.top-header .content{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-header .left{
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
}

.top-header .right{
    display: flex;
    align-items: center;
}

.top-header .icon-tel{
    width: 23px;
    height: 23px;
    /* background: red; */
}

.top-header .tel{
    margin-left:9px ;
    font-family: ArialMT;
    font-size: 16px;
}

.top-header .input-out{
    margin-left: 13px;
    width: 138px;
    height: 25px;
    background-color: #ffffff;
    border-radius: 10px;

    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 9px;
    box-sizing: border-box;

}

.top-header .input{
    width: 100%;
    border: none;
    outline: none;
}

.top-header .icon-serch{
    margin-left: 5px;
    width: 25px;
    height: 25px;
    /* background: red; */
}


/* -------------------------------- */
.header{
    /* padding: 15px 0; */
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15);
    background: white;

    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
}




.header .left{
    /* width: 544px;
    height: 80px;
    background: red; */
    display: flex;
    align-items: center;

}

.header .logo{
    width: 142px;
    /* height: 101px; */
}


.header .right{
    width: 40px;
    height: 30px;
    /* background: #eee; */

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.header .right div{
    width: 100%;
    height: 4px;
    background: #300f6a;
}

.header .slide{
    /* display: none; */
    /* visibility: hidden; */
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    background: #300f6a;
    box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15);
    color: white;
}

.header .slide-item{
    width: 100%;
    height: 44px;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}


/* ---------------------------------- */
.footer{
    /* height: 280px; */
    /* width: 100%; */
    background-color: #300f6a;
    box-sizing: border-box;
    padding-bottom: 30px;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

.footer .footer-inner{
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    /* align-items: center; */
}

.footer .footer-1{

}


.footer .title{
    font-family: MicrosoftYaHei;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}

.footer .c-text{
    margin-top: 15px;
    line-height: 100%;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ccb2b2;
}


.footer .footer-2{
    margin-top: 30px;
    /* margin-left: 105px; */
}

.footer .footer-2-1{
    margin-top: 15px;
    line-height: 100%;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ccb2b2;	
}

.footer .footer-2-2{
    margin-top: 15px;
    line-height: 100%;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ccb2b2;	
}

.footer .footer-3{
    /* margin-left: 47px; */
    margin-top: 20px;
    font-family: MicrosoftYaHei;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}


.footer .footer-4{
    margin-top: 30px;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ccb2b2;
}

/* ------------------------ */
.ad{
    width: 100%;
    height: 180px;
    background: #300F6A;
}


.ad-image{
    width: 100%;
    height: 100%;
}



/* ---------------------------- */
.item-1{
    display: flex;
    /* justify-content: space-around; */
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top:50px ;
    padding-bottom: 40px;
}

.item-1-item{
    margin-top: 15px;
}

.item-1 .icon{
    margin: 0 auto;
    width: 120px;
    height: 120px;
    /* background: red; */
    display: block;
}

.item-1 .text-1{
    margin-top: 30px;
    text-align: center;
    line-height: 100%;
    font-size: 16px;
    font-weight: bold;
    color: black;
}

.item-1 .text-2{
    margin-top: 20px;
    width: 300px;
    text-align: center;
    line-height: 200%;
    font-size: 14px;
    color: #5a5a5a;
}


/* ----------------------------- */
.item-2{
    /* height: 500px; */
    /* background: #5A5A5A; */
    background: url(../img/bc_1.png) repeat center center;
    padding-bottom: 40px;
}

.item-2 .title{
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    line-height: 100%;
}

.item-2 .content{
    margin: 0 auto;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;

    margin-top: 40px;
    text-align: justify;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    line-height: 1.4;
}

.item-2 .btn{
    margin:  0 auto;
    margin-top: 24px;
    width: 143px;
    height: 36px;
    border-radius: 18px;
    border: solid 1px #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;

    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;

}

.item-2 .btn a {color: #fff;}


.item-2 .bottom{
    margin: 0 auto;
    margin-top: 35px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.item-2 .bottom-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.item-2 .bottom-item-1{
    font-family: MicrosoftYaHei;
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    line-height: 100%;
}



.item-2 .line {
    width: 100px;
    height: 1px;
    background-color: #ffffff;
    margin: 10px 0;
}

.item-2 .bottom-item-2{
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    line-height: 100%;
}


/* ------------------------ */
.item-3{
    margin-top: 38px;
    /* display: flex; */
    /* flex-direction: column; */
}

.item-3 .left{
    /* width: 188px; */
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.item-3 .left-item{
    margin-top: 4px;
    /* width: 188px;
    height: 75px; */
    margin-left: 10px;
    padding: 10px 14px;
    background-color: #300f6a;
    border-radius: 6px;

    display: flex;
    justify-content: center;
    align-items: center;

    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}

.item-3 .left-item a {color: #fff;}


.item-3 .right{
    /* margin-left: 23px; */
    width: 100%;

    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 10px;
}	

.item-3 .right-item{
    /* margin-left:20px; */
    width: 50%;
    padding: 4px;
    box-sizing: border-box;
}



.item-3 .right-item-1{
    width: 100%;
    height: 180px;
    background: #eee;
}

.item-3 .right-item-2{
    width: 100%;
    text-overflow: hidden;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;

    padding: 18px 0;
}

.item-3 .active{
    background: white;
    color: #300f6a;
    border: 1px solid #300F6A;
    font-weight: bold;
}

/* ------------------------- */
.item-4{
    /* background: red; */
    background: url(../img/bc_2.png) repeat center center;
    /* height: 1500px; */
    height: auto;
    margin-top: 40px;
    padding-bottom: 30px;
}

.item-4 .text-1{
    line-height: 100%;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
} 

.item-4 .text-2{
    margin-top: 20px;
    line-height: 100%;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 2px;
    color: #ffffff;
}

.item-4 .bottom{
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.item-4 .bottom-item{
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    width: 211px;
    height: 214px;
    position: relative;
}

.item-4 .bottom-item-bc{
    position: absolute;
    left:0px;
    right:0;
    width: 211px;
    height: 214px;

}

.item-4 .bottom-text-1{
    line-height: 100%;
    font-family: MicrosoftYaHei;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}

.item-4 .bottom-text-2{
    margin-top: 20px;
    margin-bottom: 23px;
    line-height: 100%;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}

.item-4 .bottom-text-3{
    line-height: 100%;
    font-family: MicrosoftYaHei;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}


/* ---------------------------- */
.item-5{

}

.item-5 .title{
    text-align: center;
    line-height: 100%;
    font-family: MicrosoftYaHei;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
}

.item-5 .item-5-item{
    margin: 0 auto;
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    padding-left:15px ;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eeeeee;
}

.item-5 .item-5-item:last-of-type{
    border: none;
}

.item-5 .left {
    width: 70px;
    height: 70px;
    background-color: #300f6a;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;

}

.item-5 .left-1{
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    line-height: 100%;
}

.item-5 .left-2{
    margin-top: 12px;
    line-height: 100%;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}

.item-5 .right{
    flex: 1;
    margin-left: 10px;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    flex-direction: column;

}

.item-5 .right-1{
    line-height: 100%;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #444444;

    width: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.item-5 .right-2{
    margin-top: 18px;
    line-height: 100%;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #898989;

    width: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.item-5 .btn{
    width: 143px;
    height: 36px;
    background-color: #300f6a;
    border-radius: 18px;
    margin: 0 auto;
    margin-top: 60px;

    display: flex;
    justify-content: center;
    align-items: center;

    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;

}

.item-5 .btn a {color: #fff;}

/* ----------------- */
.item-6{
    margin-top: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.item-6 .left{
    /* background: red; */
    width: 46px;
    height: 62px;
}

.item-6 .right{
    /* background: red; */
    width: 46px;
    height: 62px;
}

.item-6 .center{
    /* width: 1060px; */
    flex: 1;
    height: 70px;
    /* background: #eee; */

    overflow: hidden;
    /* display: flex; */
    position: relative;
}

.item-6 .center-inner{
    width: auto;
    height: 70px;
    /* background: red; */
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    /* transition: all 0.5s; */
    /* overflow: hidden; */
    /* display: flex; */
}

.item-6 .center img{
    /* float: left; */
    width: 120px;
    height: 70px;
    margin-right: 20px;
}

/* ------------------ */
.c-title{
    text-align: center;
    line-height: 100%;
    font-family: MicrosoftYaHei;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    padding: 0 10px;
}


/* ------------------- */
.order{
    margin: 0 auto;
    margin-top: 30px;

    display: flex;
    flex-direction: column;
    align-items: center;
}

.order-item{
    margin-top: 20px;
}

.order .label{
    color: #777777;
    font-size: 14px;
}

.order .input-out{
    margin-top: 10px;
    width: 300px;
    height: 40px;

    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    padding: 0 10px;
    border-radius: 6px;
}

.order .input{
    outline: none;
    border: none;
    width: 100%;
    height: 100%;
    color: black;
    font-size: 16px;
}

.order .btn{
    width: 143px;
    height: 36px;
    background-color: #300f6a;
    border-radius: 18px;
    margin: 0 auto;
    margin-top: 60px;

    display: flex;
    justify-content: center;
    align-items: center;

    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;

}


/* ------------ */
.contact{
    margin: 0 auto;
    margin-top: 30px;
    width: 100%;
    padding: 40px 20px;
    border:1px solid #e5e5e5;

    display:flex;
    flex-direction: column;
    /* justify-content: center; */
    /* align-items: center; */
    box-sizing: border-box;
    overflow: hidden;

    position: relative;
}

.contact .left{
    /* width: 400px; */
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    /* padding: 0 20px; */
}	

.contact .left-1{
    font-size: 26px;
    font-weight: bold;
    color: #333333;
}

.contact .left-2{
    margin-top: 10px;
    font-size: 14px;
    color: #777;
    line-height: 1.2;
}

.contact .right{
    flex: 1;
    /* margin-left: 80px;	 */

    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction:column ;
}

.contact .right-item{
    margin-top: 20px;
    font-size: 14px;
    color: #777;
}

.contact .line{
    margin-top: 20px;
    width: 100%;
    height: 1px;
    border-top:1px dashed #eee ;
}

/*分页*/
#pagelist {width:100%; text-align:center; padding-bottom:40px; padding-top:50px; font-size: 14px; overflow:hidden}
#pagelist span {padding:2px 5px; background:#dddede; color:#bababa; margin:0 2px;  border:1px solid #ccc;}
#pagelist a {background:#fff; padding:10px 15px; color:#333; margin:0 2px; border:1px solid #eee; display: inline-block;}
#pagelist .active {background:#300f6a; color:#fff;}