* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none; /*去掉li左侧的点*/
}

a {
    text-decoration: none;
}

body {
}

.smartTourism {
    width: 100%;
    background-color: #fafafa;
    /*margin-top: 60px;*/
    padding-bottom: 120px;
}

.smartTourism-c {
    width: 1200px;
    /*height: 1000px;*/
    margin: 0 auto;
    padding-top: 120px;
    /*overflow:hidden ;*/
    /*display: flex;*/
    /*background-color: #00a0e9;*/
}

.smartTourism-c .title {
    font-weight: 400;
    /*margin-top: 120px;*/
    text-align: center;
    font-size: 24px;
    line-height: 36px;
    color: #323C49;
}

.smartTourism-c .titleMsg {
    /*width: 900px;*/
    /*height: 48px;*/
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #6C7685;
    margin: 0 auto;
}

.smartTourism-c .topBox {
    height: 640px;
    width: 1200px;
    display: flex;
    /*margin-top: 120px;*/
}

.smartTourism-c .topBox .leftBox {
    width: 696px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.smartTourism-c .topBox .leftBox .Title {
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    color: #323C49;
    /*margin-top: 105px;*/
}

.smartTourism-c .topBox .leftBox .msg {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #6C7685;
    margin-top: 24px;
    width: 616px;
}

.smartTourism-c .topBox .leftBox ul {
    margin-top: 32px;
    display: flex;
}

.smartTourism-c .topBox .leftBox ul li {
    /*padding: 16px;*/
    /*width: 296px;*/
    /*height: 242px;*/
    /*background: #FFFFFF;*/
    border-radius: 8px;
    margin-right: 24px;
}

.smartTourism-c .topBox .leftBox ul li:last-child {
    margin-right: 0;
}

.topBox .leftBox ul li div {
    width: 52px;
    height: 52px;
    border-radius: 8px;
    padding: 10px;
}

.topBox .leftBox ul li:nth-child(1) div {
    background: #09BE33;
}

.topBox .leftBox ul li:nth-child(2) div {
    background: #FA7233;
}

.topBox .leftBox ul li p:nth-child(2) {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #323C49;
    margin-top: 16px;
    margin-bottom: 16px;
}

.topBox .leftBox ul li p:nth-child(3) {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #323C49;
    width: 296px;
}

.smartTourism-c .topBox .rigthBox {
    width: 504px;
}

/*.smartTourism-c .topBox{*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    margin-top: 40px;*/
/*    margin-bottom: 40px;*/
/*}*/
/*.smartTourism-c .topBox li{*/
/*    width: 291px;*/
/*    height: 242px;*/
/*    background: #fff;*/
/*    border-radius: 8px;*/
/*    align-items: center;*/
/*    padding: 12px;*/
/*}*/
/*.smartTourism-c .topBox li .msgImg{*/
/*    margin-left: 83.5px;*/
/*}*/
/*.smartTourism-c .topBox li .name{*/
/*    font-weight: 400;*/
/*    font-size: 20px;*/
/*    line-height: 30px;*/
/*    text-align: center;*/
/*    color: #323C49;*/
/*}*/
/*.smartTourism-c .topBox li .msg{*/
/*    font-weight: 400;*/
/*    font-size: 14px;*/
/*    line-height: 22px;*/
/*    color: #848C99;*/
/*}*/
.smartTourism-c .bottomBox {
    display: flex;
    flex-wrap: wrap;
}

/*.smartTourism-c .bottomBox li{
    !*background-color: #00b7dd;*!
    padding: 8px;
    width: 392px;
    height: 300px;
    !*background: #FFFFFF;*!
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    margin-right: 12px;
    margin-bottom: 20px;
}*/
.smartTourism-c .bottomBox li:nth-child(3n) {
    margin-right: 0px;
}

.smartTourism-c .bottomBox li img {
    width: 376px;
    height: 188px;
}

.smartTourism-c .bottomBox li p:nth-child(2) {
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: #323C49;
    padding-left: 12px;
}

.smartTourism-c .bottomBox li p:nth-child(3) {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #848C99;
    padding-left: 12px;
}

.productValue {
    height: 460px;
    width: 100%;
    background-image: url("../images/solution/banner1.jpg");
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /*margin-top: 120px;*/
    /*display: flex;!*父元素设置flex属性*!*/
    /*justify-content: center;!*水平主轴居中*!*/
    /*align-items: center;!*垂直交叉轴居中*!*/
    /*font-weight: 400;*/
    /*font-size: 16px;*/
    /*line-height: 150%;*/
}

.appointment {
    height: 460px;
    width: 100%;
    background-image: url("../images/solution/banner2.png");
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /*display: flex;!*父元素设置flex属性*!*/
    /*justify-content: center;!*水平主轴居中*!*/
    /*align-items: center;!*垂直交叉轴居中*!*/
    /*font-weight: 400;*/
    /*font-size: 16px;*/
    /*line-height: 150%;*/
}

.appointment-c {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.appointment-c .title {
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    color: #FFFFFF;
    /*margin-top: 159px;*/
}

.appointment-c .msg {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.appointment-c .btn {
    display: flex;
    margin-top: 24px;
}

.appointment-c .btn .leftBtn {
    text-align: center;
    /*width: 96px;*/
    /*height: 40px;*/
    background: #0B51B2;
    border-radius: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 16px;
    color: #FFFFFF;
    margin-right: 16px;
}

.appointment-c .btn .rightBtn {
    text-align: center;
    /*background: #fff;*/
    border-radius: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border: 1px solid #0B51B2;
}

.appointment-c .btn .rightBtn > a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
}

.appointment-c .btn .rightBtn span {
    color: #0B51B2;
    font-size: 16px;
    line-height: 24px;
}

.appointment-c .btn .rightBtn span {
    color: #0B51B2;
}

.smartTourism-c .contentBox {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    position: relative;
}

.smartTourism-c .contentBox .imgNav,
.smartTourism-c .contentBox .imgNav1,
.smartTourism-c .contentBox .imgNav2 {
    width: 760px;
    height: 450px;
    /*background: radial-gradient(32.94% 33.61% at 0% 0%, #E3F1FD 0%, rgba(227, 244, 253, 0) 100%) !* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected *!, linear-gradient(90deg, #52A0CC 0%, #112E59 100%);*/
    border-radius: 8px;
    position: relative;
    overflow: hidden;

}

.smartTourism-c .contentBox .imgNav img,
.smartTourism-c .contentBox .imgNav1 img,
.smartTourism-c .contentBox .imgNav2 img {
    width: 100%;
    /*position: absolute;*/
    /*width: 690px;*/
    /*height: 388px;*/
    /*left: calc(50% - 690px/2);*/
    /*top: 31px;*/
}

.solution-list-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.smartTourism-c .contentBox .goDetail {
    width: 118px;
    height: 40px;
    background: #FFFFFF;
    position: absolute;
    left: 672px;
    top: 400px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    color: #0B51B2;
}

.smartTourism-c .contentBox img {
    width: 800px;
    height: 450px;
}

.smartTourism-c .contentBox ul {
    display: flex;
    justify-content: center;
    /*align-items: center;*/
    /*justify-content: space-around;*/
    flex-direction: column;
    width: 400px;
}

.smartTourism-c .contentBox .p1 {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #323C49;
}

.smartTourism-c .contentBox .p2 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #6C7685;
    margin-bottom: 27px;
}

.smartTourism-c .contentBox ul .p1 {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #323C49;
    /*margin-top: 10.5px;*/
}

.smartTourism-c .contentBox ul .p2 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #6C7685;
    /*margin-bottom: 27px;*/
}

.smartTourism-c .contentBox ul li {
    padding: 12px;
    width: 400px;
    height: 100px;
    border-radius: 4px;
    border-bottom: 1px solid transparent;
    margin-bottom: 27px;
    cursor: pointer;
}

.smartTourism-c .contentBox ul li:last-child {
    margin-bottom: 0;
}

.smartTourism-c .contentBox ul li div {
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: #323C49;
    display: flex;
    align-items: center;
}

.smartTourism-c .contentBox ul li .iconfont {
    font-size: 24px;
    margin-right: 8px;
}

.smartTourism-c .contentBox ul li:hover,
.smartTourism-c .contentBox ul li.active {
    border-bottom: 1px solid #E7EEF7;
}

.smartTourism-c .contentBox ul li:hover div,
.smartTourism-c .contentBox ul li:hover p,
.smartTourism-c .contentBox ul li.active div,
.smartTourism-c .contentBox ul li.active p {
    color: #083A7E;
}

.smartTourism-c .contentBox ul li p {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #848C99;
    margin-top: 4px;
}

.smartTourism-c .contentBox ul li .titleImg {
    width: 24px;
    height: 24px;
    margin-right: 12px;
    vertical-align: text-bottom;
}

.smartTourism-c .BottomBox {
    display: flex;
    /*flex-wrap: wrap;*/
    margin-top: 240px;
    justify-content: space-between;
}

.smartTourism-c .BottomBox li{
    /*background-color: #00b7dd;*/
    padding: 8px;
    width: 392px;
    height: 340px;
    /*background: #FFFFFF;*/
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    /*margin-right: 12px;*/
    margin-bottom: 20px;
}
.smartTourism-c .BottomBox li .anli{
    width: 376px;
    height: 188px;
}
.smartTourism-c .BottomBox li .you{
    vertical-align: text-bottom;
}
.smartTourism-c .BottomBox li p:nth-child(2){
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: #323C49;
    padding-left: 12px;
}
.smartTourism-c .BottomBox li p:nth-child(3){
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #848C99;
    padding-left: 12px;
}
.smartTourism-c .BottomBox li p:nth-child(4){
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #0B51B2;
    padding-top: 8px;
    padding-left: 12px;
}

.score {
    width: 1200px;
    height: 828px;
    margin: 0 auto;
    margin-top: 240px;
    /*margin-bottom: 120px;*/
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.score .scoreContent {
    display: flex;
    margin-top: 80px;
    justify-content: space-around;
}

.score .scoreContent .score_L {
    /*width: 496px;*/
    /*height: 134px;*/
}

.score .scoreContent .score_R {
    /*width: 496px;*/
    /*height: 168px;*/
}

.score .scoreContent .score_L .downLoad {
    width: 330px;
    height: 22px;
    position: relative;
    margin-top: 12px;
    margin-bottom: 12px;
}

.score .scoreContent .score_L .downLoad img {
    position: absolute;
    top: 0;
    left: 0;
}

.score .scoreContent .score_L .downLoad p {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.score .scoreContent .score_L .downLoad p:nth-child(2) {
    padding-left: 22px;
}

.score .scoreContent .score_L .downLoad p:nth-child(3) {
    text-decoration: underline;
    color: #0B51B2;
}

.score .scoreContent .score_L .btn1,
.btn2,
.btn2-new {
    display: flex;
    align-items: center;
    padding: 8px 16px;
    /*width: 118px;*/
    /*height: 40px;*/
    border-radius: 8px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
    /*line-height:40px;*/
}

.score .scoreContent .score_L .title {
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    color: #323C49;
    margin-bottom: 12px;
    width: 496px;
}

.score .scoreContent .score_L .btn1 {
    background: #0B51B2;
    color: #FFFFFF;
}

.score .scoreContent .score_L .btn1 img {
    vertical-align: middle;
    margin-right: 4px;
    width: 18px;
    height: 18px;
}

.score .scoreContent .score_L .btn2 img,
.btn2-new img {
    vertical-align: middle;
    margin-right: 4px;
    width: 18px;
    height: 18px;
}

.score .scoreContent .score_L .btn2,
.btn2-new {
    margin-left: 12px;
    background: #FFFFFF;
    color: #0B51B2;
    border: 1px solid #E7EEF7;
}

.btn2-new {
    margin-left: 0;
}

.btn2-new > a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0B51B2;
    font-size: 16px;
}

.btn2-new > a span {
    font-size: 16px;
}

.score .scoreContent .score_R .title {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #323C49;
    width: 496px;
}

.score .scoreContent .score_R .telInput {
    display: flex;
    height: 40px;
    margin-top: 40px;

}

.score .scoreContent .score_R .input {
    width: 433px;
    height: 40px;
    border: 1px solid #EDEEF0;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    padding: 8px 12px;
    outline: none;
}

.score .scoreContent .score_R .btn {
    text-align: center;
    /*width: 64px;*/
    /*height: 40px;*/
    background: #0B51B2;
    padding: 8px 16px;
    border-radius: 8px;
    font-weight: 400;
    font-size: 16px;
    /*line-height:40px;*/
    color: #FFFFFF;
    cursor: pointer;
    margin-left: 16px;
}

.score .scoreContent .score_R .msg {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #475467;
    margin-top: 16px;
}

.tourisim-logo-wrap {
    width: 100%;
    background: #fff;
}

.tourisim-logo-list {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.tourisim-logo-item {
    width: 80px;
    margin-right: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tourisim-logo-item:last-child {
    margin-right: 0;
}

.tourisim-logo-item .msgImg {
    width: 100%;
    transition: .4s;
}

.brand_120_1:hover {
    content: url(../images/brand/b_1_s.png)
}

.brand_120_2:hover {
    content: url(../images/brand/b_2_s.png)
}

.brand_120_3:hover {
    content: url(../images/brand/b_3_s.png)
}

.brand_120_4:hover {
    content: url(../images/brand/b_4_s.png)
}

.brand_120_5:hover {
    content: url(../images/brand/b_5_s.png)
}

.brand_120_6:hover {
    content: url(../images/brand/b_6_s.png)
}

.brand_120_7:hover {
    content: url(../images/brand/b_7_s.png)
}

.brand_120_8:hover {
    content: url(../images/brand/b_8_s.png)
}

.brand_120_9:hover {
    content: url(../images/brand/b_9_s.png)
}

.brand_120_10:hover {
    content: url(../images/ltwl/brand_show_10.png)
}

.brand_120_11:hover {
    content: url(../images/ltwl/brand_show_11.png)
}

.brand_120_12:hover {
    content: url(../images/ltwl/brand_show_12.png)
}

.banner_smart_tourism{
    width:100%;
    height: 580px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/solution/banner_SmartPark.jpg);
    align-items: center;
}
.banner_smart_tourism_title{
    font-family: 'ast';
    font-style: normal;
    font-weight: 700;
    font-size: 62px;
    line-height: 150%;
    color: #083A7E;
    width:1200px;
    margin-top: 202px;
}
.banner_smart_tourism_info{
    /* font-family: 'PingFang SC'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0A4AA2;
    width:1200px;
}
.flex_column{
    display: flex;
    flex-direction: column;
}

.process-case-wrap {
    padding: 120px 0;
    background: #fafafa;
    width: 100%;
    overflow: hidden;
}
.process-case-box {
    width: 1200px;
    margin: 0 auto;
}
.process-case-box-text1 {
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    color: #323C49;
}
.process-info-swiper-container {
    width: 100%;
    height: 342px;
    filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.05));
    margin-bottom: 24px;
}
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.process-info-list {
    width: 100%;
    height: 100%;
}
.process-info-item {
    width: 350px;
    height: 342px;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 8px;
    display: inline-block;
    cursor: pointer;
}
.process-info-item-img {
    width: 334px;
    height: 196px;
    border-radius: 4px;
    background-color: #efefef;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 12px;
}
.process-info-item-text1 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #323C49;
    padding: 0 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.process-info-item-text2 {
    height: 44px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #848C99;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 8px;
    padding: 0 12px;
}
.process-info-item-text3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0B51B2;
    display: flex;
    align-items: center;
    padding: 0 12px;
    transition: .6s;
}
.process-info-more-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
.process-info-more-btn {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #323C49;
    cursor: pointer;
    width: 96px;
    border-bottom: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .6s;
}
.process-info-more-btn .iconfont {
    font-size: 16px;
    display: block;
    margin-left: 8px;
}
.process-info-more-btn span {
    transition: .6s;
}
.process-info-swiper-container {
    width: 100%;
    height: 342px;
    filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.05));
    margin-bottom: 24px;
}
.process-info-more-btn:hover {
    color: #323C49;
    border-bottom: 1px solid #323C49;
}
.process-info-more-btn:hover span:nth-child(1){
    transform: translateX(-8px);
}

.process-info-more-btn:hover span:nth-child(2){
    transform: translateX(10px);
}