.fullContent {
    width: 100%;
}

.headline2 {
    margin-top: -40px;
    width: 1080px;
    height: 80px;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    z-index: 100;
    position: relative;
}

.tabBar2 {
    height: 80px;
    line-height: 80px;
    width: 100%;
}

.tabBar-con2 {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 8px;
}

.menu a.active:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.menu a.active::before {
    position: absolute;
    bottom: -8px;
    left: 50%;
    content: '';
    width: 0;
    height: 0;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 8px solid #1873fc;
    transform: translateX(-50%);
}

.menu a {
    width: 50%;
    line-height: 80px;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.leftLine {
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 80px;
    background: url("../images/line1.png") no-repeat;
}

.menu a.active {
    color: #ffffff;
    background: #1873fc;
}

.tabBar-con2 .active {
    color: #ffffff;
    background: #1873fc;
}

.module2 {
    padding-top: 60px;
}

.them {
    text-align: center;
}

.themCn {
    margin-bottom: 10px;
    font-size: 34px;
    color: #5A9FFF;
    font-weight: 700;
    display: block;
}

.themCn span {
    position: relative;
    display: inline-block;
}

.themEn {
    font-size: 14px;
    color: #8f8f8f;
    text-transform: uppercase;
    display: block;
}

.manageList1 {
    margin-top: 80px;
    margin-bottom: 60px;
}

.fixnav {
    position: fixed;
    top: 151px;
    left: 50%;
    margin-left: -540px;
}

.manageList1 strong {
    font-size: 20px;
    color: #5A9EFF;
    margin-bottom: 10px;
    margin-top: 20px;
    display: block;
}

.manageList1 p {
    line-height: 25px;
}

.rw_title {
    text-align: center;
}

.rw_title h2 {
    color: #5A9FFF;
    font-weight: 700;
    font-size: 34px;
    margin-top: 60px;
}

.rw_title h3 {
    width: 870px;
    line-height: 22px;
    margin: 10px auto 0;
}

.wt_cont {
    margin-top: 20px;
    height: 453px;
    background: url(../images/sy_wt_img.png) no-repeat center center;
    margin-bottom: 20px;
}

.wt_cont .cont_lt {
    width: 320px;
    text-align: right;
    margin-top: 50px;
}

.fl {
    float: left;
}

.wt_cont .cont_rt {
    width: 330px;
    text-align: left;
    margin-top: 50px;
}

.fr {
    float: right;
}

.wt_cont p {
    font-size: 18px;
}

.wt_cont p span {
    color: #ffa335;
    font-weight: 700;
}

.wt_cont .p_md1 {
    margin: 80px 30px 135px 0;
}

.wt_cont .p_md2 {
    margin: 80px 0 120px 40px;
}

.problemList {
    margin-top: 80px;
    padding-bottom: 60px;
}

.problemList ul {
    display: flex;
    flex-wrap: wrap;
}

.problemList ul li {
    position: relative;
    width: 20%;
    height: auto;
    text-align: center;
    cursor: pointer;
    transition-duration: 0.3s;
    transition-property: box-shadow;
    transform: translateZ(0);
    box-shadow: 0 0 0px rgba(0, 0, 0, 0);
}

.problemList ul li .circle {
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 22px;
    width: 100px;
    height: 100px;
}

.problemList ul li .content {
    padding: 20px;
}

.problemList ul li .circle img {
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 2s ease-out;
    -moz-transition: -moz-transform 2s ease-out;
    -o-transition: -o-transform 2s ease-out;
    -ms-transition: -ms-transform 2s ease-out;
}

.problemList ul li .content h3 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
}

.problemList ul li .content p {
    font-size: 14px;
    line-height: 1.5;
}

#function {
    background: #f8faff;
}

.problemList ul li:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.module6 {
    padding-top: 60px;
    padding-bottom: 40px;
}

.problemList ul li .circle img:hover {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}

.sy_yxys {
    padding: 0px 0px 45px 0px;
    overflow: hidden;
    background: url(../images/sy_ys_bj.jpg) no-repeat center center;
    background-size: 100% 100%;
}

.rw_title {
    text-align: center;
}

.sy_yxys .rw_title h2,
.sy_yxys .rw_title h3 {
    color: #fff;
}

.rw_title h3 {
    width: 870px;
    line-height: 22px;
    margin: 10px auto 0;
}

.h2_title h2 {
    font-weight: 400;
}

.rw_title h2 {
    font-size: 34px;
}

.yxys_cont {
    margin-top: 40px;
    overflow: hidden;
}

.yxys_cont .cont_left {
    text-align: center;
    margin: 14px 12px 0 0;
    width: 288px;
    height: 470px;
    background-color: #fff;
    background: url(../images/sy_ys_lt.jpg) no-repeat center center;
}

.yxys_cont .cont_right {
    width: 980px;
}

.fl {
    float: left;
}

.yxys_cont .cont_left h2 {
    color: #444;
    font-size: 34px;
    font-weight: 700;
    margin-top: 60px;
}

.yxys_cont .cont_left p {
    color: #444;
    font-weight: 700;
    margin-top: 20px;
}

.yxys_cont .cont_right li {
    width: 313px;
    height: 228px;
    float: left;
    background-color: #fff;
    margin: 14px 14px 0 0;
    box-sizing: border-box;
    padding: 60px 45px 0 36px;
}

.yxys_cont .cont_right h3 {
    font-size: 18px;
    font-weight: 700;
}

.yxys_cont .cont_right .ys_ico_01 {
    background: url(https://www.51lrs.com/static/images/sy_ys_ico.png) no-repeat 0 0;
}

.yxys_cont .cont_right i {
    display: inline-block;
    width: 32px;
    height: 23px;
    overflow: hidden;
    margin: 10px 0 0 10px;
    vertical-align: bottom;
}

.yxys_cont .cont_right p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
}

#scene {
    overflow: hidden;
    padding-bottom: 40px;
}

.yxys_cont .cont_right li:nth-child(3n) {
    margin-right: 0;
}

.myts {
    width: 150px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    color: #5A9FFF;
    display: block;
    margin: auto;
    margin-top: 40px;
    font-size: 18px;
    text-align: center;
    border-radius: 10px;
}

#case1 .them {
    margin-top: 60px;
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    .manageList1 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .yxys_cont .cont_right li {
        height: 158px;
        padding: 30px 45px 0 36px;
    }
    #case1 .them {
        margin-top: 40px;
        margin-bottom: 30px;
    }
}