/*.fly_in {
    visibility: hidden;
}

.fly_in.fly_in_s {
    visibility: visible;
}*/
.w-1200 {
    min-width: 1200px;
    width: 1200px;
    margin: auto;
}
.title_list {
    padding: 30px 0 26px 0;

}

.title_list li {
    box-sizing: border-box;
    width: 25%;
    border-right: 1px solid #E6E6E6;
    text-align: center;

}

/* .title_list li .list_item{
    width: 50%;
     border-right: 1px solid rgba(230, 230, 230, 1);
} */
/* .title_list li .line{
    height: 100%;
    width: 2px;
    background: rgba(230, 230, 230, 1)
} */

.title_list li .text_num {
    position: relative;
    font-size: 56px;
    /* font-family: FZLTHK--GBK1-0; */
    font-weight: 600;
    color: #666666;
    line-height: 65px;
    margin: 0 auto;
}

.title_list li .text_name {
    font-size: 15px;
    /* font-family: FZLTHK--GBK1-0; */
    font-weight: 500;
    color: #999999;
    line-height: 10px;

}

.title_list li .text_more {
    position: absolute;
    font-size: 8px;
    top: -35%;
}

/*票务*/
.ticket-new-wrap {
    width: 100%;
    padding: 0px 0 115px 0;
    background: #fff;
}

.ticket-new-wrap .ticket-new-item {
    width: 389px;
    height: 211px;
    float: left;
    margin-right: 16px;
    margin-bottom: 16px;
    text-align: center;
    box-shadow: 0px 8px 29px 1px rgba(224, 224, 224, 1);
    display: block;
}

.ticket-new-wrap .ticket-new-item:nth-child(3n) {
    margin-right: 0;
}

.ticket-new-wrap .ticket-new-item .ticket-new-item-imgBox {
    width: 100%;
    height: 158px;
    overflow: hidden;
}

.ticket-new-wrap .ticket-new-item .ticket-new-item-imgBox .ticket-new-item-img {
    width: 100%;
    height: 158px;
    background: #535353 no-repeat center center;
    background-size: cover;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.ticket-new-wrap .ticket-new-item .ticket-new-item-text {
    padding: 14px 30px;
    font-size: 17px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*路通智慧旅游产品一览*/
.ticket-general-wrap {
    width: calc(100% - 58px);
    background: url("../images/ticket/general_bg.png") no-repeat;
    background-position: 0 -2px;
    padding: 157px 0 260px 58px;
    position: relative;
}

.ticket-general-wrap .ticket-general-title {
    font-size: 45px;
    font-weight: 700;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 27px;
}

.ticket-general-wrap .ticket-general-line {
    width: 41px;
    height: 5px;
    background: rgba(53, 114, 207, 1);
    margin-bottom: 46px;
}

.ticket-general-wrap .ticket-general-text {
    width: 615px;
    font-size: 16px;
    letter-spacing: 0.3px;
    font-weight: bold;
    color: rgba(102, 102, 102, 1);
    margin-bottom: 38px;
}

.ticket-general-wrap .ticket-general-text span {
    color: #3370CD;
}

.ticket-general-wrap .ticket-general-img {
    position: absolute;
    right: 0;
    top: 106px;
    width: 732px;
}

/*客户实战案列*/
#qylycg-wrap {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    background: #f5f5f5;
    padding-top: 30px;
}

#qylycg-wrap .qylyly-title {
    font-size: 28px;
    font-weight: 900;
    letter-spacing: 0.6px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 25px;
}

/*路通景区电子票务系统 — 技术优势*/
.ticket-technological-wrap {
    width: 100%;
    background: #f1f1f1;
    padding: 70px 0 80px 0;
}

.ticket-technological-wrap .ticket-technological-title {
    font-size: 28px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    text-align: center;
    margin-bottom: 50px;
}

.ticket-technological-wrap .ticket-technological-content {
    width: 1171px;
    height: 422px;
    position: relative;
    margin: 0 auto;
}

.ticket-technological-wrap .ticket-technological-content .hd .next {
    width: 47px;
    height: 47px;
    background: rgba(161, 161, 161, 1);
    color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -23.5px;
    z-index: 1;
    font-size: 20px;
    text-align: center;
    line-height: 47px;
    cursor: pointer;
}

.ticket-technological-wrap .ticket-technological-content .hd .prev {
    width: 47px;
    height: 47px;
    background: rgba(161, 161, 161, 1);
    color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -23.5px;
    z-index: 1;
    font-size: 20px;
    text-align: center;
    line-height: 47px;
    cursor: pointer;
}

.ticket-technological-wrap .ticket-technological-content .bd {
    width: 1171px;
    height: 422px;
}

.ticket-technological-wrap .ticket-technological-content .bd .ticket-technological-picList li {
    width: 295px;
    height: 331px;
    float: left;
    background: rgba(250, 250, 250, 1);
    box-shadow: 0 8px 29px 1px rgba(224, 224, 224, 1);
    text-align: center;
    position: relative;
    margin-right: 23px;
    padding: 47px 40px 44px 40px;
}

.ticket-technological-wrap .ticket-technological-content .bd .ticket-technological-picList li:last-child {
    margin-right: 0;
}

.ticket-technological-wrap .ticket-technological-content .bd .ticket-technological-picList li img {
    /*margin-bottom: 25px;*/
    height: 144px;
    margin-bottom: 30px;
}

.ticket-technological-wrap .ticket-technological-content .bd .ticket-technological-picList li p.technological-title {
    font-size: 23px;
    font-weight: bold;
    color: rgba(102, 102, 102, 1);
    margin-bottom: 30px;
}

.ticket-technological-wrap .ticket-technological-content .bd .ticket-technological-picList li p.technological-text {
    font-size: 14px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 26px;
    text-align: left;
    letter-spacing: 0.2px;
}

.ticket-technological-wrap .ticket-technological-content .bd .ticket-technological-picList li p.technological-text span {
    color: #3370CD;
}

/*路通景区电子票务系统 — 特点*/
.ticket-trait-wrap {
    width: 100%;
    background: url('../images/ticket/trait_bg.png') no-repeat;
    background-size: cover;
    padding: 70px 0 80px 0;
}

.ticket-trait-wrap .ticket-trait-title {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
}

.ticket-trait-wrap .ticket-trait-content .hd {
    margin-bottom: 48px;
}

.ticket-trait-wrap .ticket-trait-content .hd ul {
    margin-top: 5px;
    float: right;
    margin-right: 18px;
}

.ticket-trait-wrap .ticket-trait-content .hd ul li {
    float: left;
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.5);
    margin-left: 6px;
    font-size: 0;
    cursor: pointer;
}

.ticket-trait-wrap .ticket-trait-content .hd ul li.on {
    background: #fff;
}

.ticket-technological-wrap .ticket-trait-content .bd ul li {
    width: 1200px;
    height: 248px;
    float: left;
    position: relative;
}

.ticket-trait-item {
    width: 100%;
}

.ticket-trait-item .ticket-trait-box {
    width: 532px;
    height: 48px;
    background: #fff;
    float: left;
    margin-right: 16px;
    margin-bottom: 16px;
    padding: 30px;
    display: flex;
    display: -webkit-flex;
    /* Safari */
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    transition: 0.5s;
}

.ticket-trait-item .ticket-trait-box:hover {
    background: #7FCD61;
}

.ticket-trait-item .ticket-trait-box:hover .ticket-trait-img-s {
    display: block;
}

.ticket-trait-item .ticket-trait-box:hover .ticket-trait-img {
    display: none;
}

.ticket-trait-item .ticket-trait-box:hover .ticket-trait-text p {
    color: #fff;
}

.ticket-trait-item .ticket-trait-box:nth-child(2n) {
    margin-right: 0;
}

.ticket-trait-img-s {
    display: none;
}

.ticket-trait-text {
    margin-left: 20px;
    transition: 0.5s;
}

.ticket-trait-text p:nth-child(1) {
    font-size: 18px;
    font-weight: bold;
    color: #666666;
    margin-bottom: 5px;
}

.ticket-trait-text p:nth-child(2) {
    font-size: 15px;
    font-weight: 500;
    color: #999999;
}


/*路通景区电子票务系统 — 软件功能*/
.ticket-software-wrap {
    width: 100%;
    padding: 70px 0 80px 0;
}

.ticket-software-wrap .ticket-software-title {
    font-size: 28px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin-bottom: 50px;
}

.ticket-software-wrap .ticket-software-content {
    border-top: 1px solid rgba(223, 223, 223, 1);
    /*border-bottom: 1px solid rgba(223,223,223,1);*/
}

.ticket-software-wrap .ticket-software-content .ticket-software-box {}

.ticket-software-wrap .ticket-software-content .ticket-software-box:hover {
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .15);
    z-index: 1;
    position: relative;
}

.ticket-software-wrap .ticket-software-content .ticket-software-box:hover .ticket-software-item {
    background: #fff;
}

.ticket-software-wrap .ticket-software-content .ticket-software-box .ticket-software-item {
    background: rgba(250, 250, 250, 1);
    border: 1px solid rgba(223, 223, 223, 1);
    /*border-bottom: 0;*/
    border-top: 0;
    padding: 20px 30px;
    cursor: pointer;
    position: relative;
    transition: background-color .1s;
}

.ticket-software-wrap .ticket-software-content .ticket-software-box .ticket-software-item.ticket-software-item_show {
    background: #3572CF;
}

.ticket-software-wrap .ticket-software-content .ticket-software-box .ticket-software-item.ticket-software-item_show p {
    color: #fff;
}

.ticket-software-wrap .ticket-software-content .ticket-software-box:last-child .ticket-software-item {
    /*border-bottom: 0;*/
}

.ticket-software-wrap .ticket-software-content .ticket-software-box .ticket-software-child {
    display: none;
    background: #fff;
    border: 1px solid #DFDFDF;
    /*border-bottom: 0;*/
    border-top: 0;
}

.ticket-software-img-s {
    display: none;
    width: 44px;
}

.ticket-software-img {
    width: 44px;
}

.ticket-software-left {
    display: flex;
    display: -webkit-flex;
    /* Safari */
    -webkit-align-items: center;
    align-items: center;
}

.ticket-software-right {
    position: absolute;
    top: 30px;
    right: 38px;
}

.ticket-software-text {
    margin-left: 38px;
    display: inline-block;
}

.ticket-software-text p:nth-child(1) {
    font-size: 23px;
    font-weight: bold;
    color: rgba(102, 102, 102, 1);
    margin-bottom: 10px;
}

.ticket-software-text p:nth-child(2) {
    font-size: 15px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
}

.ticket-software-child-text {
    margin-left: 148px;
}

.ticket-software-child-text li {
    float: left;
    padding: 50px 0;
    margin-right: 98px;
    font-size: 17px;
    font-weight: bold;
    color: rgba(102, 102, 102, 1);
}

/* 
*旅游指挥调度描述
*/
.miaoshu_box {
    height: 248px;
    text-align: center;
    color: #333333;
    line-height: 46px;
    border-top: 1px solid #E6E6E6;
}

.miaoshu_box .miaoshu_text_1 {
    margin-top: 50px;
    font-size: 23px;
}

.miaoshu_box .miaoshu_text_1 span {
    color: #FFCC01;
}

.miaoshu_box .miaoshu_text_2 {
    font-size: 34px;

}

.miaoshu_box .miaoshu_text_2 span {
    font-weight: 600;
}

.miaoshu_box .miaoshu_text_3 {
    font-size: 34px;
}

.miaoshu_box .miaoshu_text_3 span {
    font-weight: 600;
}

/* 
* 旅游指挥存在的问题
 */
.translate_box {}

.translate_content_box {
    position: relative;
    width: 1112px;
    margin: 0 auto;
}

.translate_box .translate_title {
    position: relative;
    height: 284px;
    /* background: #2F68C0; */
    text-align: center;
    display: flex;
    display: -webkit-flex;
    /* Safari */
    -webkit-align-items: center;
    align-items: center;
    font-size: 38px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 78px;
}

.translate_box .translate_title .translate_title_text {
    width: 100%;
    height: 100%;

}

.translate_box .translate_title span {
    color: #FFCC01;
}

.translate_box .translate_title img {
    position: absolute;
    height: 284px;
    width: 100%;
    min-width: 1200px;
    z-index: -1;

}

.translate_box .translate_content {
    height: 1377px;
    background-color: #F6F7FE
}

.translate_box .translate_content img {
    height: 1193px;
    width: 1112px;
    /* margin: 0 auto; */
    margin-top: 60px;
}

.translate_box .translate_content .text_w_b {
    font-size: 34px;
    font-family: FZLTCHK--GBK1-0;
    font-weight: 400;
    color: rgba(63, 137, 230, 1);
    position: absolute;
    height: 326px;
    width: 283px;
    /* display: flex;
    display: -webkit-flex;
 
    -webkit-align-items: center;
    align-items: center;   */
}

.translate_box .translate_content .text_w_b p {
    width: 100%;
    text-align: center;
}

.translate_box .translate_content .text_1 {
    top: 66px;
    left: 421px;

}

.translate_box .translate_content .text_2 {
    top: 256px;
    left: 36px;
}

.translate_box .translate_content .text_3 {
    top: 256px;
    left: 793px;

}

.translate_box .translate_content .text_4 {
    top: 689px;
    left: 36px;
}

.translate_box .translate_content .text_5 {
    top: 689px;
    left: 793px;
}

.translate_box .translate_content .text_6 {
    top: 881px;
    left: 421px;
}


/* 翻转类样式 */
.flip {
    /*其他代码略*/
    /* 设置景深 */
    perspective: 1000px;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    position: relative;


}

/* 前后两个类的共同样式 */
.flip .back,
.flip .front {
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
}

.translate_content .flip .back,
.translate_content .flip .front {
    /*其他代码略*/

    width: 250px;
    margin-left: 16px;
    position: absolute;
    text-align: center;
    height: 326px;
    line-height: 326px;

}

.translate_content .flip .back {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 15px;
    font-family: FZLTHK--GBK1-0;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
}

.translate_content .flip .back p {
    width: 220px;
    line-height: 25px;
    text-align: left;
    margin: 0 auto
}

.translate_content .flip .back p span {
    color: #2F81F9
}



/* hover之后的垂直位置 */
.flip:hover .front {
    z-index: 2;

}

.flip:hover .back {
    z-index: 1;

}

/* rotateY的响应 */
.Y div.back {
    transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);

}

.Y:hover .front {
    transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);

}

.Y:hover .back {
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);

}

/* rotateX的响应 */
.X .back {
    transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
}

.X:hover .front {
    -moz-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);

}

.X:hover .back {
    -moz-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);

}



/* 
* 路通智慧旅游综合管理平台
 */
.zonguan_box {
    text-align: center;
    padding-bottom: 49px;
}

.zonguan_box .zonguan_box_p1 {
    font-size: 36px;
    font-family: FZLTCHK--GBK1-0;
    font-weight: 600;
    color: #333333;
    margin-top: 86px;
}

.zonguan_box .zonguan_box_p2 {
    font-size: 36px;
    font-family: FZLTCHK--GBK1-0;
    font-weight: 600;
    color: #333333;
    margin-top: 109px;
}

.zonguan_box .zonguan_box_p3 {
    font-size: 36px;
    font-family: FZLTCHK--GBK1-0;
    font-weight: 600;
    color: #FFCC01;
    margin-top: 28px;
}

.zonguan_box .zonguan_box_miaoshu {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    height: 300px;
}

.zonguan_box .zonguan_box_miaoshu img {
    position: absolute;
    width: 100%;
    height: 300px;
    left: 0;
    top: 0;
    z-index: -1;
}

.zonguan_box .zonguan_box_miaoshu .zonguan_box_miaoshu_text {
    text-align: left;
    padding-top: 140px;
    padding-left: 70px;
}

.zonguan_box .zonguan_box_miaoshu .zonguan_box_miaoshu_text p {
    font-size: 28px;
    font-family: FZLTHK--GBK1-0;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0;
}

.zonguan_box .zonguan_box_miaoshu .zonguan_box_miaoshu_text p:nth-child(2) {
    font-size: 30px;
    font-family: FZLTHK--GBK1-0;
    font-weight: 600;
}

.zonguan_box .zonguan_box_miaoshu .zonguan_box_miaoshu_text p span {
    color: #FFCC01
}

/* 
*   数据互通联系图
*/
.shujuLianxi_box {
    /* background: #1E79F2 */
}

.shujuLianxi_box img {
    /* width: 1800px; */
    width: 100%;
    height: 886;

    /* max-width: 1800px; */
    min-width: 1200px;
}

/* 
* 路通4A、5A景区验收评级评测系统
*/
.evaluating_box {
    /* height: 1175px; */
    background: rgba(241, 241, 241, 0.98);
}

.evaluating_box p {
    text-align: center;
    font-size: 36px;
    font-family: FZLTCHK--GBK1-0;
    font-weight: 500;
    color: #333333;
    padding-top: 78px;
    margin-bottom: 52px;
}

.evaluating_box .evaluating_box_checkBox {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 370px;
}

.evaluating_box .evaluating_box_checkBox .checkBox_title {
    /* font-size: 34px; */
    font-size: 24px;
    font-family: FZLTCHK--GBK1-0;
    font-weight: 600;
    color: #1F79F2;
    line-height: 60px;
}

.evaluating_box .evaluating_box_checkBox .checkBox_title input[type='checkbox'] {
    width: 28px;
    height: 28px;
    border: 2px solid #1F79F2;
    background-color: #ffffff;
    -webkit-appearance: none;
    border-radius: 2px;
    outline: none;
    margin-right: 9px;
    margin-bottom: 3.5px;
}

.checkBox input[type=checkbox]:checked {
    background: url("../images/dispatch/check.png")no-repeat center;
    background-size: 20px 20px;
}

.evaluating_box .evaluating_box_checkBox .checkBox_content {
    white-space: nowrap;
}

.evaluating_box .evaluating_box_checkBox .checkBox_content label {
    display: inline-block;
    font-size: 19px;
    font-family: FZLTHK--GBK1-0;
    font-weight: 400;
    color: #666666;
    line-height: 45px;
    width: 263px;
    text-align: left;
    box-sizing: border-box;
}

.evaluating_box .evaluating_box_checkBox .checkBox_content label input[type='checkbox'] {

    width: 23px;
    height: 23px;
    border: 2px solid #666666;
    background-color: #FFFFFF;
    -webkit-appearance: none;
    border-radius: 2px;
    outline: none;
    margin-right: 12px;
    margin-bottom: 3.5px;

}

.evaluating_box .evaluating_box_checkBox .checkBox_content label input[type='checkbox']:checked {
    background: url("../images/dispatch/check.png")no-repeat center;
    background-size: 15px 15px;
}

/* 
* <!-- 《旅游设施与服务质量评分细则》总分-->
*/

.score_box {
    height: 309px;
    position: relative;
    width: 1200px;
    /* width: 100%; */
    /* max-width: 1680px; */
    /* width: 1680px; */
    /* min-width: 1200px; */
    margin: 0 auto;
}

.score_box .score_bg_box {
    position: absolute;
    width: 100%;
    height: 575px;
    left: 0;
    top: -304px;
    /* background: url("../images/dispatch/score_box_bg.png")no-repeat center;
    background-size: 100% 100%; */
    z-index: 1;
}

.score_box .score_bg_box img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    /* z-index: 1; */
    z-index: -1
}

.score_box .score_bg_box .scor_bg_content_box {
    /* width: 1247px; */
    width: 1000px;
    margin: 0 auto;
}

.score_box .score_bg_box .scor_bg_btn {
    width: 458px;
    height: 70px;
    background: linear-gradient(0deg, rgba(48, 137, 255, 1), rgba(45, 105, 233, 1));
    background: -webkit-linear-gradient(0deg, rgba(48, 137, 255, 1), rgba(45, 105, 233, 1));
    background: -o-linear-gradient(0deg, rgba(48, 137, 255, 1), rgba(45, 105, 233, 1));
    background: -moz-linear-gradient(0deg, rgba(48, 137, 255, 1), rgba(45, 105, 233, 1));
    background: -ms-linear-gradient(0deg, rgba(48, 137, 255, 1), rgba(45, 105, 233, 1));
    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, #3089FF, #2D69E9);
    border: 1px solid;
    border-image: linear-gradient(0deg, rgba(0, 93, 208, 0.54), rgba(235, 242, 251, 0.54)) 1 1;
    margin: 0 auto;
    text-align: center;
    line-height: 70px;
    font-size: 28px;
    font-family: FZLTCHK--GBK1-0;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-top: 54px;

}

.score_box .score_bg_box .scor_bg_content_box .scor_bg_all {
    white-space: nowrap;
    padding-top: 44px;
}

.score_box .score_bg_box .scor_bg_content_box .scor_bg_all span:nth-child(1) {
    display: inline-block;
    width: 50%;
    text-align: left;
    font-size: 23px;
    font-weight: 400;
    color: #7F7F7F;
    height: 30px;
    line-height: 30px;
}

.score_box .score_bg_box .scor_bg_content_box .scor_bg_all span:nth-child(2) {
    display: inline-block;
    width: 50%;
    text-align: right;
    font-size: 28px;
    font-weight: 400;
    color: #999999;
    height: 30px;
    line-height: 30px;
}

.score_box .score_bg_box .scor_bg_content_box .scor_bg_all_list {
    /* padding-top: 30px;
    padding-bottom: 30px; */
    padding: 28px 0;
    font-size: 23px;
    font-weight: 400;
    color: 7F7F7F;
}

.score_box .score_bg_box .scor_bg_content_box .scor_bg_all_list span:nth-child(1) {
    margin-right: 74px;
}



.score_box .score_bg_box .scor_bg_content_box .scor_bg_all_1 {
    white-space: nowrap;
    padding: 28px 0;
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
}

.score_box .score_bg_box .scor_bg_content_box .scor_bg_all_1 span:nth-child(1) {
    display: inline-block;
    width: 50%;
    text-align: left;
    font-size: 23px;
    font-weight: 400;
    color: #7F7F7F;
    height: 30px;
    line-height: 30px;
}

.score_box .score_bg_box .scor_bg_content_box .scor_bg_all_1 span:nth-child(2) {
    display: inline-block;
    width: 50%;
    text-align: right;
    font-size: 28px;
    font-weight: 400;
    color: #FFC149;
    height: 30px;
    line-height: 30px;
}

.score_box .score_bg_box .scor_bg_content_box .scor_bg_all_2 {
    white-space: nowrap;
    padding-top: 28px;
    /* border-top:1px solid rgba(223,223,223,1);
    border-bottom:1px solid rgba(223,223,223,1);  */
}

.score_box .score_bg_box .scor_bg_content_box .scor_bg_all_2 span:nth-child(1) {
    display: inline-block;
    width: 50%;
    text-align: left;
    font-size: 23px;
    font-weight: 400;
    color: #333333;
    height: 30px;
    line-height: 30px;
}

.score_box .score_bg_box .scor_bg_content_box .scor_bg_all_2 span:nth-child(2) {
    display: inline-block;
    width: 50%;
    text-align: right;
    font-size: 28px;
    font-weight: 400;
    color: #FF7132;
    height: 30px;
    line-height: 30px;
}

/* 
* 五实现一保障”——致力于为管理减负，实现系统革命
*/
.revolution_box {
    background: #FAFAFA;
    padding-bottom: 125px;
}

.revolution_box .revolution_box_title {
    font-size: 36px;
    font-weight: 400;
    color: #3572CF;
    line-height: 215px;
    text-align: center;
}

.revolution_box .revolution_box_content {
    width: 1200px;
    margin: 0 auto;
    white-space: nowrap;
}

.revolution_box .revolution_box_content li {

    display: inline-block;
    width: 375px;
    height: 422px;
    /* background: rgba(255, 255, 255, 1);
    box-shadow: 0px 8px 23px 0px rgba(184, 184, 184, 0.24); */
    position: relative;

}

.revolution_box .revolution_box_content li:nth-child(2) {
    margin-left: 30px;
    margin-right: 30px;
}

.revolution_box .revolution_box_content li .front {
    /* width: 365px;
    height: 412px; */
    width: 375px;
    height: 422px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 8px 23px 0px rgba(184, 184, 184, 0.24);

    /* top: 5px;
    left: 5px; */
    /* border:5px solid rgba(255,255,255,1); */

}

.revolution_box .revolution_box_content li .front .front_img {
    width: 152px;
    height: 145px;
    margin: 93px 0 0 113px;
}

.revolution_box .revolution_box_content li .front .front_p {
    width: 100%;
    text-align: center;
    font-size: 23px;
    font-family: FZLTCHK--GBK1-0;
    font-weight: 400;
    color: rgba(35, 124, 235, 1);
}

.revolution_box .revolution_box_content li .back {
    /* width: 365px;
    height: 412px; */
    width: 375px;
    height: 422px;
    background: #2E72EF;
    /* top: 5px;           
    left: 5px; */
    border: 5px solid rgba(255, 255, 255, 1);

}

.revolution_box .revolution_box_content li .back .revolution_text_box {
    position: relative;
    /* width: 280px; */
    /* margin-left: 37.5px; */
    /* margin: 0 auto; */
    height: 100%;
    width: 100%
}

.revolution_box .revolution_box_content li .back .revolution_text_box .revolution_text_box_title {
    position: absolute;
    bottom: 314px;
    width: 100%;
    text-align: center;
    font-size: 23px;
    font-weight: 400;
    color: #FFFFFF;
    bottom: 313px
}

.revolution_box .revolution_box_content li .back .revolution_text_box .revolution_text_box_content {
    position: absolute;
    font-size: 15px;
    font-weight: 400;
    color: #D6DFF0;
    line-height: 28px;
    top: 137px;
    margin: 0 auto;
    left: 50%;
    /* margin-left: -140px; */

}

.revolution_box .revolution_box_content li .back .revolution_text_box .revolution_text_box_content span {
    color: #FFCC01
}

/* 路通智慧旅游综合管理平台 — 应用场景  */
.usePlace_box {
    width: 100%
}

.userplace_box_1 {
    position: relative;
    width: 100%;
    height: 799px;
    background: #F2F2F2;

}

.userplace_box_2 {
    /* position: relative; */
    width: 100%;
    height: 316px;
    background: #FFFFFF
}

.userplace_box_1 .box_1_title {
    text-align: center;
    font-size: 36px;
    font-family: FZLTCHK--GBK1-0;
    font-weight: 400;
    color: #333333;
    padding-top: 62px;
}

.userplace_box_1 .box_1_indicator {
    /* display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center; */
    width: 800px;
    margin: 0 auto;
    margin-top: 53px;
    margin-bottom: 38px;
}

.userplace_box_1 .box_1_indicator .num {
    width: 41px;
    height: 41px;
    background: #FFFFFF;
    border: 2px solid #E6E6E6;
    border-radius: 50%;
    font-size: 17px;
    font-family: FZLTCHK--GBK1-0;
    font-weight: 400;
    color: #E6E6E6;
    line-height: 41px;
    text-align: center;
}

.userplace_box_1 .box_1_indicator .num_line {
    width: 212px;
    height: 4px;
    margin-top: 18px;
    background: #E6E6E6;
}

.userplace_box_1 .box_1_indicator .num_1 {
    background: #2E72EF;
    border-radius: 50%;
    border: 2px solid #2E72EF;
}

.userplace_box_1 .banner_box {
    position: relative;
    overflow: hidden;
    width: 1200px;
    height: 675px;
    margin: 0 auto;
}

.userplace_box_1 .banner_box ul {
    padding: 0;
    margin: 0;
}

.userplace_box_1 .banner_box ul li {
    top: 0;
    left: 0;
    list-style: none;
    position: absolute;
}

.userplace_box_1 .banner_box ul li img {
    width: 1200px;
    height: 675px;
    display: block;
}

.userplace_box_1 .choose_bannner {
    width: 1200px;
    /* display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
    justify-content: space-between; */
    margin: 0 auto;
    margin-top: 55px;
}

.userplace_box_1 .choose_bannner li {
    width: 389px;
    height: 67px;
    background: #FFFFFF;
    box-shadow: 0px 3px 9px 0px rgba(184, 184, 184, 0.58);
    -webkit-box-shadow: 0px 3px 9px 0px #B8B8B8;
    -moz-box-shadow: 0px 3px 9px 0px #B8B8B8;
    -o-border-shadow: 0px 3px 9px 0px #B8B8B8;
    text-align: center;
    line-height: 67px;
    font-size: 17px;
    font-family: FZLTCHK--GBK1-0;
    font-weight: 400;
    color: #999999;
    /* filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=0, Strength=10) */
        /*上面有阴影*/
        /* progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=90, Strength=10) */
        /*右边有阴影*/
        /* progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=180, Strength=10) */
        /*下边有阴影*/
        /* progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=270, Strength=10) */
        /*左边有阴影*/
        border: 1px solid #B8B8B8 
    

}

.userplace_box_1 .choose_bannner li:nth-child(2) {
    margin: 0 16px
}

.userplace_box_1 .choose_bannner .choose_bannner_choosed {
    background: #2E72EF;
    box-shadow: 0px 3px 9px 0px rgba(184, 184, 184, 0.58);
    color: #FFFFFF;
}

.top_title {
    width: 100%;
    min-width: 1200px;
    height: 400px;
    background: url("../images/menu/top_bg.png") no-repeat;
    background-size: 100% 100%;

}

.top_title_content {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    position: relative;
}

.top_title_content div {
    width: 235px;
    height: 89px;
    background: rgba(255, 255, 255, 0.16);
    /* opacity: 0.16; */
    margin-left: 18px;
    padding-top: 16px;
    position: absolute;
    top: 12px;

}

.top_title_content div p {
    line-height: 32px;
    box-sizing: border-box;
    font-size: 24px;
    font-family: FZLTCHK--GBK1-0;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    position: relative;
    z-index: 1;
    margin-left: 17px;
    text-align: left
}

.top_title_content .p_1 {
    font-size: 20px;
    font-family: FZLTHK--GBK1-0;
    font-weight: 400;
    color: rgba(255, 204, 1, 1);
    padding-top: 78px;
}

.top_title_content p span {
    color: rgba(255, 204, 1, 1);
}

.top_title_content .p_2 {

    font-size: 48px;
    font-family: zcoolqingkehuangyouti-Regular;
    font-weight: 800;
    color: rgba(255, 255, 255, 1);
    text-shadow: 2px 6px 18px rgba(0, 13, 33, 0.65);
    margin-top: 10px;
}

.top_title_content .p_3 {
    margin-top: 60px;
    font-size: 20px;
    font-family: FZLTHK--GBK1-0;
    font-weight: 400;
    color: rgba(255, 204, 1, 1);
}

.top_title_content .p_4 {
    margin-top: 10px;
    font-size: 48px;
    font-family: zcoolqingkehuangyouti-Regular;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    text-shadow: 2px 6px 18px rgba(0, 13, 33, 0.65);
}

.center-box {
    /* width: 200px;
    height: 200px; */
    /* border: 1px solid #333; */
    width: 100%;
    height: 100%;
    /*writing-mode: tb-lr;*/
    /*writing-mode: vertical-lr;*/
    /*text-align: center;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.center-wrap {
    writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    text-align: center;
    width: 100%;
    display: inline-block;

}

.center-content {
    width: 100%;
    /*display: inline-block;*/
    text-align: center;
    /* text-align: initial; */
}

.center-content p{
    width: 100%;
}