html{
    font-size: 625%;
    font-family: "Microsoft YaHei";
}
body{
    font-family: "Microsoft YaHei";
}
*{
    margin: 0;
    padding: 0;
    list-style: none;
}
img{
    width: 100%;
}
._banner{
    width: 100%;
    height: 7.17rem;
}
/*第一部分*/
.part1{
    width: 100%;
    height: 10.52rem;
    background-color: #8f48b5;
}
.part1_content{
    width: 12rem;
    height: 12.52rem;
    margin: 0 auto;
}
._top{
    width: 100%;
    height: 3rem;
    display: flex;
    color: white;
}
.circle_container{
    width: 2.25rem;
    height: 100%;
    display: flex;
    flex-flow: row;
    align-items: center;
}
.circle {
    width: 1.68rem;
    height: 1.68rem;
    border-radius: 50%;
    background-color: white;
    text-align: center;
    font-size: 0.3rem;
    font-weight: bold;
    color: #8f48b5;
}
.circle p{
   padding-top: 0.4rem;
}
.subh4{
    font-size: 0.36rem;
    margin-left: 2rem;
    line-height: 1rem;
}
.right h4{
    font-size: 0.36rem;
    margin-top: 0.71rem;
}
.subtitle{
    font-size: 0.22rem;
    padding-top: 0.1rem;
}
.phone{
    font-size: 0.22rem;
    width: 2.53rem;
    height: 0.55rem;
    background: url("../images/phone.png") no-repeat;
    background-size: 100% 100%;
    margin-top: 0.5rem;
    margin-left: 1.28rem;
    text-align:right;
    line-height: 0.55rem;
    color: white;
    padding-right: 0.2rem;
}
.little{
    width: 9.78rem;
    height: 1rem;
    margin-top: 0.1rem;
    background: url("../images/sbg.png") no-repeat ;
    display: flex;

}
._center{
    width:100%;
    height: 2.4rem;
    background-color: white;
    display: flex;
}
.pic_left{
    width: 2.25rem;
}
.ys{
    width: 100%;
    height: 2.84rem;
    font-size: 0.16rem;
}
.ys h5{
    font-size: 0.24rem;
    color: darkgreen;
    text-align: center;
    margin: 0.08rem 0;
}
.ys ul{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
}
.ys ul li{
    width: 2.08rem;
    position: relative;
}
.ys ul li p{
    width: 85%;
    height: 1.44rem;
    border: 1px solid darkgreen;
    padding: 0.08rem;
    padding-top: 0.2rem;
}
.more1{
    position: absolute;
    width: 45%;
    padding: 0.1rem 0.1rem;
    background-color: #46ae61;
    text-align: center;
    color: white;
    border-radius: 0.08rem;
    bottom: 0.2rem;
    left: 18%;
    cursor: pointer;
}
.more1:hover{
    background-color: #2ca14a;
}
._button{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 0.6rem;
}
.du{
    width: 3.38rem;
    height: 4.15rem;
    font-size: 0.36rem;
    color: white;
    text-align: center;
}
.du p{
    margin-top: 1.8rem;
}
.du1{
    background: url("../images/du.png") no-repeat;
}
.du2{
    background: url("../images/hd.png") no-repeat;
}
.du3{
    background: url("../images/hx.png") no-repeat;
}
/*第二部分*/
.part2{
    width: 100%;
    height: 10.52rem;
    background-color: #ffa034;
}
.part2 .circle{
    color:#ffa034 ;
}
.part2 .circle p{
    margin-top: 0.25rem;
}
.phone2{
    background: url("../images/phone2.png") no-repeat;
    background-size: 100% 100%;
}
.tb{
    width: 100%;
    display: flex;
    height: 6.17rem;
    background-color: darkgreen;
}
.part2_left{
    width: 2.94rem;
    height: 6.17rem;
    background: url("../images/left.jpg") no-repeat;
    background-size: 100% 100%;
}
.part2_left h3{
    font-size: 0.22rem;
    color: #ff8800;
    text-align: center;
    margin-top: 0.24rem;
}
.part2_left p{
    font-size: 0.16rem;
    text-align: center;
    margin: 0.08rem 0;
}
.part2_left div{
    background: url("../images/ge.png") no-repeat;
    background-size: 100% 100%;
    width: 50%;
    height: 0.06rem;
    margin: 0 auto;
}
.part2_right{
    width: 9.06rem;
    height: 6.17rem;
    background:url("../images/tb-bg.jpg") no-repeat ;
    background-size: 100% 100%;
    color: white;
    font-size: 0.16rem;
    line-height: 0.3rem;
}
.btn2{
    width: 1.3rem;
    height: 0.43rem;
    text-align: center;
    line-height: 0.4rem;
    border-radius: 0.15rem;
    background-color: white;
    color: #ff8800;
    margin-top: 0.4rem;
    cursor: pointer;
}
.btn2:hover{
    background-color: #fe4b46;
    color: white;
}
.nr{
    width: 5.5rem;
    margin-left: 0.3rem;
}
._text{
    display: flex;
    justify-content: space-around;
    margin-top: 0.22rem;
    margin-left: 0.1rem;
}
._text2{
    margin-top: 0.58rem;
}
._text2{
    margin-top: 0.58rem;
}

/*第三部分*/
.part3{
    width: 100%;
    height: 10.52rem;
    background-color: #ff706c;
}
.part3 ._top{
    margin-bottom: 0.4rem;
}
.part3 .circle_container p{
    padding-top: 0.6rem;
    color: #ff706c;
}
.subh4{
    color: white;
}
.phone3{
    background:url("../images/phone3.png") no-repeat;
    -webkit-background-size: 100px;
    background-size: 100% 100%;
}
.jc{
    width: 100%;
    height: 1.67rem;
    background-color: white;
    font-size: 0.18rem;
    display: flex;
    align-items: center;
    position: relative;
    border-bottom: 1px solid #ff706c;
}
.f{
    width: 1.55rem;
    height: 1.10rem;
    background-color: #ff706c;
    margin-left: 0.2rem;
    text-align: center;
    line-height: 1.1rem;
    color: white;
    font-size: 0.26rem;
    font-weight: bold;
}
.js{
    width: 9.60rem;
    margin-left: 0.2rem;
    margin-top: -0.6rem;
    line-height: 0.4rem;
}
.js1{
    margin-top: -0.2rem;
}
.btn3{
    position: absolute;
    left: 9rem;
    width: 1.40rem;
    height: 0.43rem;
    background-color: #fe4b46;
    color: white;
    text-align: center;
    line-height: 0.43rem;
    border-radius: 0.08rem;
    top: 0.86rem;
    cursor: pointer;
}
.btn3:hover{
    background-color: #f13732;
}
/*第四部分*/
.part4{
    width: 100%;
    height: 16.52rem;
    background-color: #844da1;
}
.ts{
    font-size: 0.18rem;
    margin-top: 0.45rem;
    margin-left: 0.3rem;
    color: #3aefcf;
}
.part4 .circle_container p{
    padding-top: 0.6rem;
}
.tt{
    width: 3rem;
    height: 0.26rem;
    background: url("../images/ssub.png") no-repeat;
    background-size: 100% 60%;
    margin: 0 auto;
    font-size: 0.22rem;
    color: white;
    text-align: center;
    margin-top: 0.3rem;
    background-position: center;
}
.subh4 img{
    width: 110px;
    margin-top: 0.2rem;
}
table{
    width: 100%;
    border: 1px solid white;
    border-collapse: collapse;
    margin-top: 0.3rem;
}
table th{
    border: 1px solid white;
    font-size: 0.24rem;
    color: white;
    padding: 0.2rem;
    background-color: #a250be;
}
table td{
    border: 1px solid white;
    font-size: 0.18rem;
    color: white;
    padding: 0.2rem;
    text-align: center;
}
.btn4{
    width: 2rem;
    padding: 0.3rem;
    background-color: #ff706c;
    color: white;
    text-align: center;
    font-size: 0.26rem;
    margin: 0 auto;
    margin-top: 0.4rem;
    border-radius: 0.08rem;
    cursor: pointer;

}
.btn4:hover{
    background-color: #ed5652;
}
.footer{
    width: 100%;
    padding-top: 0.4rem;
    height:1.6rem;
    background-color: #313131;
    color: white;
    font-size: 0.18rem;
    text-align: center;
    line-height: 0.35rem;
}
.lx{
    display: none;
}
.outer{
    width:500px; height: 350px; background: #fff; position: fixed; top:50%; margin-top: -180px; left: 50%; margin-left: -250px; z-index: 9999;border-radius:10px; overflow: hidden; display: none;
}
.outer h3{
    line-height: 30px; font-size: 20px; height: auto; padding: 10px 0; margin-top:20px;text-align: center; background: #f85415;color: #fff;
}
.outer span{
    font-size:24px;
}
.outer a{
    display:block; width: 20px; height: 20px; position: absolute; top:50px; right: 20px; line-height: 17px; text-align: center; border: 1px solid #fff; border-radius: 90px; color: #fff; text-decoration: none;
}
.xxgh{}
.xxgh label{ display:block; width:96%; float:left; margin-left: 2%; margin-top:15px; font-size:16px;}
.xxgh form{ margin-left:0px;height: auto}
.xxgh label span{ display: block; float: left; width:23%; font-size:16px; line-height: 40px; color:#000; text-align: center;}
.xxgh label input{ width:69%; height:40px; background:#dcdad7; border:none; padding-left:1%;}
.login_btn{
    width:170px; height: 35px; background:#ff9000; margin: 15px auto; font-size:14px; color: #fff; line-height: 35px; text-align: center;
}
.clear{
    clear: both;
}
#outer{
    height:563px; position: relative; margin-top:0px;
}
