*,
html,
body {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";

}

body {
    background: white;

}

a{
    text-decoration: none;
}

.mcontainer {
    /*max-width: 1200px;*/
    width: 1200px;
    margin: 0 auto;
}

/* --------------------------------- */
.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: "微软雅黑";
    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: "微软雅黑";
    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; */
    height: 110px;
    box-sizing: border-box;
    display: flex;
    align-items: center;


}

.header .left{
    /* width: 544px;
    height: 80px;
    background: red; */
    display: flex;
    align-items: center;

}

.header .logo{
    width: 285px;
    height: 101px;
}

.header .name{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.header .name-1{
    font-family: Arial-ItalicMT;
    font-size: 21px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #300f6a;
}

.header .name-2{
    margin-top: 6px;
    font-family: Arial-ItalicMT;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #575759;
}


.header .right{
    margin-left: 38px;
    display: flex;
    align-items: center;
}

.header .right-item{
    width: 97px;
    height: 40px;
    background: white;

    display: flex;
    align-items: center;
    justify-content: center;
    color: #300F6A;
    font-size: 16px;

    position: relative;
}

.header .right-item:hover{
    background: #300f6a;
    color: white;
}

.header .hover {background: #300f6a;
                color: white;}
.header .hover a {color: #fff;}

.header a{
    text-decoration: none;
    color:#300f6a;
}

.header a:hover {color: #fff;}

.header .right-item:hover a {color: #fff;}

.header .slide{
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 100000;
    /* display: none; */
    /* visibility: hidden; */
}

.header .slide-item{
    width: 97px;
    height: 40px;
    background: #7559a5;

    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
    border-bottom: 1px solid white;

}

.header .slide-item:last-of-type{
    border: none;
}



/* ---------------------------------- */
.footer{
    height: 280px;
    background-color: #300f6a;
    box-sizing: border-box;
    padding-bottom: 30px;
    padding-top: 50px;
}

.footer .footer-inner{
    display: flex;
}

.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-left: 105px;
}

.footer .footer-2-1{
    margin-top: 34px;
    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;
    font-family: MicrosoftYaHei;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}


.footer .footer-4{
    margin-top: 60px;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ccb2b2;
}

/* ------------------------ */
.ad{
    height: 680px;
    background: #300F6A;
}



/* ---------------------------- */
.item-1{
    display: flex;
    justify-content: space-around;
    padding-top:80px ;
    padding-bottom: 80px;
}

.item-1-item{

}

.item-1 .icon{
    margin: 0 auto;
    width: 120px;
    height: 120px;
    /* background: red; */
    display: block;
    transition: all 1s;
    -webkit-transition: all 1s; /* Safari */
}

.item-1 .icon:hover{
    transform: rotateY(180deg);
}

.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) no-repeat center center;
}

.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: 930px;
    margin-top: 30px;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    line-height: 1.6;
}

.item-2 .btn{
    margin:  0 auto;
    margin-top: 54px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;

}

.item-2 .btn a{
    color:#fff;
    display: block;
    width: 143px;
    height: 36px;
    border-radius: 18px;
    border: solid 1px #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item-2 .btn a:hover{
    background: #300f6a;
}

.item-2 .bottom{
    margin: 0 auto;
    margin-top: 55px;
    width: 862px;
    display: flex;
    justify-content: space-between;
    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: 30px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    line-height: 100%;
}



.item-2 .line {
    width: 130px;
    height: 1px;
    background-color: #ffffff;
    margin: 24px 0;
}

.item-2 .bottom-item-2{
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    line-height: 100%;
}


/* ------------------------ */
.item-3{
    margin-top: 38px;
    display: flex;
}

.item-3 .left{
    width: 188px;
}

.item-3 .left-item{
    margin-top: 4px;
    width: 188px;
    height: 75px;
    background-color: #300f6a;

    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; display: block;width: 188px;
                      height: 75px;display: flex;
                      justify-content: center;
                      align-items: center;}

.item-3 .left-item:first-of-type{
    margin: 0;
}

.item-3 .right{
    margin-left: 23px;
    width: 980px;

    display: flex;
    flex-wrap: wrap;
}	

.item-3 .right-item{
    margin-left:20px;
    width: 230px;
    box-sizing: border-box;
}

.item-3 .right-item-1:hover{
    border: 1px solid #300F6A;
}

.item-3 .right-item:nth-of-type(4n+1){
    margin: 0;
}

.item-3 .right-item-1{
    width: 230px;
    height: 220px;
    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-3 .left-item:hover{
    font-size: 20px;
}


/* ------------------------- */
.item-4{
    /* background: red; */
    background: url(../img/bc_2.png) no-repeat center center;
    height: 428px;
    margin-top: 40px;
}

.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;
    justify-content: center;
}

.item-4 .bottom-item{
    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;
    top:0;
    width: 211px;
    height: 214px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s; /* Safari */
}

.item-4 .bottom-item-bc:hover{
    transform: scale(1.2);
}

.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: 1200px;
    height: 100px;
    box-sizing: border-box;
    padding-left:56px ;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eeeeee;
}

.item-5 .item-5-item:last-of-type{
    border: none;
}

.item-5 .left {
    width: 61px;
    height: 62px;
    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{
    margin-left: 27px;
    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;
}

.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: 980px;
    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;
    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; */

    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;
}


/* ------------------- */
.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: 900px;
    padding: 40px 00px;
    border:1px solid #e5e5e5;

    display:flex;
    /* justify-content: center; */
    align-items: center;
    box-sizing: border-box;

    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{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 1px;
    height: 80%;
    border-right:1px dashed #eee ;
}

.moveleft
{
    position:relative;
    animation:mymoveleft 3s 1;
    -webkit-animation:mymoveleft 3s 1; /*Safari and Chrome*/
}

.moveright
{
    position:relative;
    animation:mymoveright 3s 1;
    -webkit-animation:mymoveright 3s 1; /*Safari and Chrome*/
}

.movetop
{
    position:relative;
    animation:mymovetop 3s infinite;
    -webkit-animation:mymovetop 3s 1; /*Safari and Chrome*/
}

.movebottom
{
    position:relative;
    animation:mymovebottom 3s 1;
    -webkit-animation:mymovebottom 3s 1; /*Safari and Chrome*/
}

@keyframes mymoveleft
{
    from {left:-100px;}
    to {left:0px;}
}

@-webkit-keyframes mymoveleft /*Safari and Chrome*/
{
    from {left:-100px;}
    to {left:0px;}
}

@keyframes mymoveright
{
    from {right:-100px;}
    to {right:0px;}
}

@-webkit-keyframes mymoveright /*Safari and Chrome*/
{
    from {right:-100px;}
    to {right:0px;}
}

@keyframes mymovetop
{
    from {top:-30px;}
    to {top:0px;}
}

@-webkit-keyframes mymovetop /*Safari and Chrome*/
{
    from {top:-30px;}
    to {top:0px;}
}

@keyframes mymovebottom
{
    from {bottom:-30px;}
    to {bottom:0px;}
}

@-webkit-keyframes mymovebottom /*Safari and Chrome*/
{
    from {bottom:-30px;}
    to {bottom:0px;}
}

/*分页*/
#pagelist {width:100%; text-align:center; padding-bottom:40px; padding-top:50px; overflow:hidden}
#pagelist span {padding:10px 15px; 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;}
