.baner {
    width: 100%;
    overflow: hidden;
    line-height: 0px;
}
.baner img {
    width: 100%;
}
#section1 {
    background: url(ppys.png) center no-repeat;
    background-size: auto 90%;
}
.tit {
    font-size: 40px;
    background: url(introtit.gif) center bottom no-repeat;
    padding-bottom: 20px;
}
.stit {
    color: #999;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 200;
}
.txt {
    font-size: 18px;
    line-height: 36px;
    padding: 50px;
    overflow: hidden;
}
.tit1 {
    position: absolute;
    top: 30%;
    left: 10%;
    z-index: 4;
    font-size: 55px;
    font-weight: bold;
    color: #ffffff;
}

.tit2 {
    position: absolute;
    top: calc(30% + 80px);
    left: 10%;
    z-index: 4;
    font-size: 32px;
    color: #ffffff;
}
.ysitems {
    width: 1200px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 80px;
    overflow: hidden;
}
.ysitems ul {
    width: calc((100% - 60px) / 4);
    float: left;
    margin-right: 20px;
    border: #ddd 1px solid;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 200;
    border-radius: 6px;
}
.ysitems ul:nth-of-type(4n+0) {
    margin-right: 0px;
}
.ysitems ul li:nth-child(1) {
    height: 70px;
    text-align: center;
    margin-top: 10px;
}
.ysitems ul li:nth-child(1) img:nth-child(2) {
    display: none;
}
.ysitems ul li:nth-child(2) {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    margin-bottom: 20px;
}
.ysitems ul:hover {
    border: #006DB2 1px solid;
    cursor: pointer;
}
.ysitems ul:hover li:nth-child(1) img:nth-child(1) {
    display: none;
}
.ysitems ul:hover li:nth-child(1) img:nth-child(2) {
    display: unset;
}
.ysitems ul:hover li:nth-child(2) {
    color: #006DB2;
}
.jmyqpic {
    width: 100%;
    overflow: hidden;
}
.jmyqpic img {
    width: 100%;
}
.jmyqtit {
    font-size: 48px;
    background: url(introtit.gif) center bottom no-repeat;
    padding-bottom: 20px;
    position: absolute;
    top: 12%;
    color: #fff;
    text-align: center;
    width: 100%;
}
.jmyqstit {
    color: #999;
    margin-top: 15px;
    font-size: 20px;
    font-weight: 200;
    position: absolute;
    top: calc(12% + 90px);
    color: #fff;
    text-align: center;
    width: 100%;
}
.jmyq {
    padding-left: 50px;
    padding-right: 50px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    top: calc(15% + 150px);
}
.jmyq ul {
    width: calc((100% - 60px) / 3);
    float: left;
    background:url(bglan.png);
    overflow: hidden;
    margin-top: 30px;
    margin-right: 30px;
    border-radius: 5px;
}
.jmyq ul:nth-of-type(3n+0) {
    margin-right: 0px;
}
.jmyq ul li {
    height: 120px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
}
.jmyq ul li:nth-child(1) {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 32px;
    margin-top: 15px;
}
.jmyq ul li:nth-child(2) {
    width: 100%;
    height: 60px;
    line-height: 24px;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
}
.dmlist {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-top: 60px;
    overflow: hidden;
    width: calc(100% - 100px);
    margin-left: 50px;
    padding-bottom: 100px;
}
.dmlist ul {
    position: relative;
    margin: 0 auto;
    width: 32rem;
    height: 24rem;
    overflow: unset;
}
.dmlist ul li {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    background-color: #fff;
    border-radius: 0.3125rem;
    transition: 330ms;
    width: 100%;
    font-size: 18px;
}
.dmlist .img {
    height: auto;
}
.dmlist .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-user-drag: none;
    -moz-user-select: none;
    user-select: none;
}
.main-con {
    padding: 20px 10px;
    box-sizing: border-box;
}
.btn-direct {
    position: absolute;
    top: 50%;
    z-index: 100000;
    width: 4rem;
    height: 4rem;
    transform: translateY(-50%);
    cursor: pointer;
    transition: .2s;
    margin-top: -2rem;
}
.btn-direct.btn-left {
    left: 6rem;
}
.btn-direct.btn-right {
    right: 6rem;
}
.btn-direct>span {
    position: absolute;
    left: calc(50% - .6rem);
    top: calc(50% - .6rem);
    width: 1.2rem;
    height: 1.2rem;
    border-top: 0.2rem solid #fff;
    border-left: 0.2rem solid #fff;
}
.dmlist .shift-left {
    transform: translateX(25%) rotate(-45deg);
}
.dmlist .shift-right {
    transform: translateX(-25%) rotate(135deg);
}
.flow {
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    padding-bottom: 80px;
}
.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.inner-item {
    margin: 0 auto;
    position: relative;
}
.i-process {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.i-process .list {
    background: #fff url("jmlcline.png") no-repeat center ;
    margin: 0 auto;
    width: 1200px;
    height: 400px;
    margin-top: 30px;
}
.i-process .btn {
    width: 140px;
    color: #8f8f95;
    text-align: center;
    transform: translateX(50px);
    opacity: 0;
    position: absolute;
    transition: color 0.5s;
}
.i-process .btn.cur {
    color: #006DB2;
    font-size: 16px;
}
.i-process .btn:nth-child(1) {
    left: 0px;
    top: 138px;
}
.i-process .btn:nth-child(2) {
    left: 150px;
    top: 80px;
}
.i-process .btn:nth-child(3) {
    left: 300px;
    top: 115px;
}
.i-process .btn:nth-child(4) {
    left: 450px;
    top: 50px;
}
.i-process .btn:nth-child(5) {
    left: 600px;
    top: 50px;
}
.i-process .btn:nth-child(6) {
    left: 750px;
    top: 68px;
}
.i-process .btn:nth-child(7) {
    left: 900px;
    top: 137px;
}
.i-process .btn:nth-child(8) {
    left: 1050px;
    top: 100px;
}
.i-process .btn .light {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: url(jmlcitem.png) center no-repeat;
    background-size: 15px;
    position: relative;
    left: 50%;
    margin-left: -5px;
}
.i-process .btn .light:after {
    content: "";
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: -1;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    background: #006DB2;
}
.i-process .btn.cur .light:after {
    animation: Circle 1.2s infinite linear;
}
.i-process .btn.cur .light:after {
    animation: Circle 1.2s infinite linear;
}
.i-process .btn .circle {
    width: 68px;
    height: 68px;
    border-radius: 34px;
    background: #edeff1;
    font-size: 24px;
    line-height: 68px;
    position: relative;
    transition: all 0.5s;
    margin-left: -34px;
    left: 50%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.i-process .btn.cur .circle {
    background:#006DB2;
    color: #fff;
    font-size: 24px;
    line-height: 68px;
}
.i-process .btn p {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 16px;
}
@keyframes Circle {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        transform: scale(1);
        opacity: 0.3;
    }
    100% {
        transform: scale(0.5);
        opacity: 0;
    }
}
.lyitems {
    width: 1200px;
    margin: auto;
    margin-top: 50px;
    overflow: hidden;
}
.lyitems li {
    width: calc((100% - 40px) / 3);
    float: left;
    margin-right: 20px;
}
.lyitems li:nth-last-child(1) {
    margin-right: 0px;
}
.lyitems li input {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    height: 48px;
    line-height: 48px;
    border-radius: 6px;
    border: 0px;
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
}
.lynr {
    overflow: hidden;
    width: 1200px;
    margin: auto;
    margin-top: 20px;
    box-sizing: border-box;
}
.lyar {
    width: 100%;
    border: 0px;
    background-color: #fff;
    border-radius: 6px;
    height: 150px;
    box-sizing: border-box;
    padding:10px;
}
.btnyzm {
    width: 500px;
    margin: auto;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 20px;
}
.subbtn {
    height: 40px;
    overflow: hidden;
}
.yzmtit {
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 10px;
}
.yzmtxt {
    width: 100px;
    height: 40px;
    overflow: hidden;
}
.yzm-input-text {
    width: 80px;
    border: #ddd 1px solid;
    height: 36px;
    line-height: 36px;
    padding-left: 10px;
    padding-right: 10px;
}
.lybtn {
    background-color: #006DB2;
    color: #fff;
    font-size: 16px;
    width: 130px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    margin: auto;
    border: 0px;
    cursor: pointer;
}
.yzmpic {
    margin-left: 20px;
    cursor: pointer;
}
.lybtn:hover {
    background-color: #4498FF;
}
.lydes {
    margin-bottom: 80px;
    color: #999;
    width: 100%;
    overflow: hidden;
}
.more {width: 100px; height: 36px; background-color: #0064DC; color: #fff; line-height: 36px; text-align: center; border-radius: 18px; margin-left: auto; margin-right: auto; margin-bottom: 50px;}
.more:hover {background-color: #0977FF;}