@charset "utf-8";

@import url(public.css);
/* header */
.header{width: 100%; position: relative;}
.header-content{width: 100%; position: relative; height: 95px; background-color: #fff;}
.header .wrap{width: 100%; height: 100%; display: flex; justify-content: space-between; align-items: center;}
.header .logo{overflow: hidden; display: flex; height: 100%; align-items: center;}
.header .logo img{max-width: 100%; max-height: 100%; height: 54px; }
/* menu */
.header-menu{position:absolute; top: 0; bottom: 0; right: 15px; margin: auto; z-index: 6; padding: 0; height: 20px; display:block; cursor:pointer;}
.header-menu .icon-bar{background:#333; width:30px; height: 3px; display: block;}
.header-menu .icon-bar:nth-child(2){margin: 5px 0;}
.header-menu .icon-bar:nth-child(3){width: 22px;}
.header-menu.on .icon-bar:nth-child(1){margin-top: 8px; transform:rotateZ(45deg);}
.header-menu.on .icon-bar:nth-child(2){opacity:0;}
.header-menu.on .icon-bar:nth-child(3){width: 30px; top:50%; position:absolute; transform:translate(0,-50%) rotateZ(135deg);}
/* nav */
.header-nav{position: relative; width: 60%; }
.header-nav .nav{max-width: 1200px; margin: 0 auto;}
.header-nav .nav-list{width: 100%; display: flex; justify-content: space-between;}
.header-nav .nav-list>li{flex: 1; float: left; position: relative; text-align: center;}
.header-nav .nav-list>li>a{line-height: 95px; font-size: 17px; color: #222222; display: block;}
.header-nav .nav-list>li:hover>a{background-color: var(--main-color); color: #fff; font-weight: bold;}
.header-nav .nav-list>li.on>a{background-color: var(--main-color); color: #fff; font-weight: bold;}
.header-nav .nav-list>li>i{display: none;}
.header-nav .nav-down{display: none; position: absolute; top: 100%; left: 50%; min-width: 100%; transform: translateX(-50%); z-index: 4; box-shadow: 0 0 5px #ccc; background-color: #fff;}
.header-nav .nav-down li{text-align: center;}
.header-nav .nav-down li a{line-height:40px; font-size: 15px; color: var(--main-font-color); display: block; padding: 0 5px;  white-space: nowrap;}
.header-nav .nav-down li a:hover{color: var(--main-color);}
.header-tel{float: left;}
.header-tel .tel{font-size: 20px; color: #f48921; padding-left: 35px; line-height: 40px; background: url(../images/tel_icon1.png) no-repeat left center;}
/* .header.small{position: fixed; left: 0; top: 0; z-index: 6; animation: nav_small 0.5s; box-shadow: 0 0 20px #ccc;} */
@keyframes nav_small {
    from {top: -50px;}
    to {top: 0;}
}
@-webkit-keyframes nav_small {
    from {top: -50px;}
    to {top: 0;}
}
/* banner */
.banner{position: relative; font-size: 0;}
.banner img{width: 100%; height: auto;}
.banner .swiper-pagination-bullet{opacity: 1; background-color: #fff;}
.banner .swiper-pagination-bullet-active{background-color: var(--main-color); opacity: 1;}
.banner .banner-prev, .banner .banner-next{position: absolute; top: 0; bottom: 0; margin: auto; width: 33px; height: 66px; z-index: 2; line-height: 66px; text-align: center; font-size: 30px; color: #fff;}
.banner .banner-prev{left: -10%;}
.banner .banner-next{right: -10%;}
.banner:hover .banner-prev{left: 2%;}
.banner:hover .banner-next{right: 2%;}
/*  */
.padding1{padding: 80px 0;}
.title-index{text-align: center; overflow: hidden; margin-bottom: 35px;}
.title-index .title1{font-size: 36px; color: #404040; margin-bottom: 5px; font-weight: bold;}
.title-index .title1 span{color: var(--main-color);}
.title-index .title2{font-size: 18px; color: #8a8a8a;}
.more{text-align: center;}
.more-text{font-size: 14px; color: #fff; padding: 35px 16px 16px 16px; width: 135px; text-align: left; position: relative; border-radius: 10px; background-color: var(--main-color); display: inline-block;}
.more-text .icon{position: absolute; right: 15px; top: 15px; width: 19px; height: 19px; background-image: url(../images/more_icon1.png); background-repeat: no-repeat; background-size: 100% 100%;}
/*  */
.services{width: 100%; overflow: hidden;}
.services .swiper-box{position: relative;}
.service-list .item{display: block; width: 100%; position: relative; border-radius: 10px; overflow: hidden;}
.service-list .item .img-box{position: relative; overflow: hidden;}
.service-list .item .img-box::before{content: ""; display: block; padding-top: 100%;}
.service-list .item .mask{position: absolute; bottom: 0; left: 0; width: 100%; height: 60%; background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.6))}
.service-list .item .mask .text1{font-size: 18px; color: #fff; position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%); margin: auto;}
.service-list .more-text{color: #fff; transform: scale(0); position: absolute; bottom: 20px; left: 20px; background-color: var(--main-color);}
.service-list .more-text .icon{background-image: url(../images/more_icon1.png); background-size: 100% 100%;}
.service-list .item:hover .mask{height: 100%; background: rgba(0,0,0,.6);}
.service-list .item:hover .mask .text1{bottom: 110px; left: 20px; transform: translateX(0);}
.service-list .item:hover .more-text{transform: scale(1);}
.services .service-prev, .services .service-next{position: absolute; top: 0; bottom: 0; margin: auto; width: 30px; height: 44px; line-height: 44px; text-align: center; font-size: 44px; color: #c9c9c9; z-index: 5;}
.services .service-prev{left: -45px;}
.services .service-next{right: -45px;}
.services .service-prev:hover, .services .service-next:hover{color: var(--main-color);}
/*  */
.about{width: 100%; overflow: hidden; height: 650px; position: relative; background: url(../images/about_bg.jpg) no-repeat center center; background-size: cover;}
.about .mask{position: absolute; left: 0; bottom: 0; width: 60%; border-radius: 0 80px 0 0; overflow: hidden; padding: 0 0 0 calc(50% - 640px); background: linear-gradient(to right, rgba(21,155,130,.5), rgba(21,155,130,1))}
.about .txt-box{overflow: hidden; padding: 60px 60px 60px 0;}
.about .txt-box .title{font-size: 36px; color: #fff; margin-bottom: 15px;}
.about .txt-box .text{font-size: 16px; color: #fff; line-height: 25px; margin-bottom: 35px;}
.about .more{text-align: left;}
.about .more-text{background-color: #fff; color: var(--main-color);}
.about .more-text .icon{background-image: url(../images/more_icon2.png);}
/*  */
.characteristic{width: 100%; background-color: #f1f4f9;}
.characteristic .tab{width: 24%; float: left;}
.characteristic .tab li{margin-bottom: 20px;}
.characteristic .tab li a{display: block; padding: 43px 50px; position: relative; font-size: 24px; color: #4d4d4d; background: linear-gradient(to right, #fff, rgba(255,255,255,0)); border-radius: 10px; overflow: hidden;}
.characteristic .tab .icon{position: absolute; top: 0; bottom: 0; margin: auto; right: 35px; z-index: 2; width: 42px; height: 42px;}
.characteristic .tab .icon img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; max-width: 100%; max-height: 100%; object-fit: contain;}
.characteristic .tab .icon .img{opacity: 1;}
.characteristic .tab .icon .img-act{opacity: 0;}
.characteristic .tab li:last-child{margin-bottom: 0;}
.characteristic .tab .select a{background: #0f9f65; color: #fff;}
.characteristic .tab .select .icon .img{opacity: 0;}
.characteristic .tab .select .icon .img-act{opacity: 1;}
.characteristic .tab-content{width: 76%; float: left; padding: 0 0 0 20px; overflow: hidden;}
.characteristic .tab-content .con{display: none;}
.characteristic .tab-content .con.act{display: block;}
.characteristic .img-box{text-align: center; overflow: hidden; position: relative; border-radius: 10px;}
.characteristic .img-box img{width: 100%; height: auto;}
.characteristic .img-box .mask{position: absolute; right: 30px; bottom: 30px; background-color: #fff; padding: 45px; width: 44%; border-radius: 10px; text-align: left;}
.characteristic .img-box .mask .title{font-size: 30px; color: var(--main-color); margin-bottom: 15px;}
.characteristic .img-box .mask .text{font-size: 16px; color: #5f5f5f; line-height: 30px;}
/*  */
.displays{width: 100%; background-color: #fff; overflow: hidden;}
.displays .title-index .title1{color: #f47021;}
.displays .swiper{position: relative; padding-bottom: 50px;}
.displays-list .item{display: block; width: 100%;}
.displays-list .item .img-box{position: relative; overflow: hidden; border-radius: 10px;}
.displays-list .item .img-box::before{content: ""; display: block; padding-top: 85%;}
.displays-list .item .img-box2{position: relative; overflow: hidden; border-radius: 10px;}
.displays-list .item .img-box2::before{content: ""; display: block; padding-top: 56%;}
.displays-list .item .img-box3{position: relative; overflow: hidden; border-radius: 10px;}
.displays-list .item .img-box3::before{content: ""; display: block; padding-top: 95%;}
.displays-list .item .content{text-align: center; margin-top: 20px; padding: 0 20px;}
.displays-list .item .content .title{font-size: 18px; color: var(--main-color); font-weight: bold;}
.displays-list .item .content .text{font-size: 16px; color: #848484; line-height: 25px; height: 25px; overflow: hidden; margin-top: 5px;}
.displays .swiper-pagination-display{position: absolute; bottom: 0; text-align: center;}
.displays .swiper-pagination-display .swiper-pagination-bullet{width: 12px; height: 12px; border: 2px solid #cccccc; background-color: #fff;}
.displays .swiper-pagination-display .swiper-pagination-bullet-active{background-color: var(--main-color); border-color: var(--main-color);}
/*  */
.news{width: 100%; background-color: #f1f4f9;}
.news .title-index .title1{color: #f47021;}
.news-left{width: 50%; float: left; padding-right: 10px;}
.news-right{width: 50%; float: right; padding-left: 10px;}
.news .img-box{width: 100%; text-align: center; overflow: hidden; font-size: 0; position: relative;}
.news .img-box img{width: 100%; height: auto;}
.news .img-box .mask{position: absolute; left: 0; bottom: 0; padding: 60px 30px 30px 30px; width: 100%; display: flex; justify-content: space-between; align-items: center; background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.78));}
.news .img-box .mask .text{float: left; font-size: 18px; color: #fff;}
.news-list{width: 100%; padding: 0 30px; background-color: #fff; border-radius: 10px;}
.news-list li{border-bottom: 1px solid #ebebeb;}
.news-list .item{display: block; width: 100%; padding: 30px 0;}
.news-list .item .title{font-size: 18px; color: #393939; margin-bottom: 15px;}
.news-list .item .time{font-size: 14px; color: var(--main-color); font-family: Arial;}
.news-list li:last-child{border-bottom: none;}
/*  */
.footer{width: 100%; background-color: #282a2e;}
.footer1{padding: 50px 0; display: flex; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.3);}
.footer-nav{width: 50%; display: flex; justify-content: space-between;}
.footer-nav dt{font-size: 18px; color: var(--main-color); margin-bottom: 15px;}
.footer-nav dt a{color: var(--main-color);}
.footer-nav dd{font-size: 14px; color: rgba(255,255,255,.5); line-height: 30px;}
.footer-nav dd a{color: rgba(255,255,255,.5);}
.footer-nav dd a:hover{text-decoration: underline;}
.footer-tel{max-width: 25%;}
.footer-tel .text1{font-size: 30px; color: var(--main-color); padding-left: 50px; line-height: 40px; margin-bottom: 20px; background: url(../images/footer_icon1.png) no-repeat left center;}
.footer-tel .text2{font-size: 16px; color: rgba(255,255,255,.5); padding-left: 50px; line-height: 40px; background: url(../images/footer_icon2.png) no-repeat left center;}
.footer-QR{overflow: hidden;}
.footer-QR img{width: 130px; height: 130px;}
.footer2{width: 100%; padding: 30px 0; text-align: center;}
.footer2 .copyright{font-size: 14px; color: rgba(255,255,255,.5);}
.footer2 .copyright a{color: rgba(255,255,255,.5);}
/*  */
.sideBar-inner{background-color: #fff; padding: 30px 0 10px 0;}
.sideBar-list{overflow: hidden; font-size: 0;}
.sideBar-list li{float: left; margin: 0 20px 15px 0;}
.sideBar-list li a{display: inline-block; min-width: 105px; height: 40px; line-height: 40px; border-radius: 5px; font-size: 18px; color: #333; text-align: center; padding:0 8px;}
.sideBar-list li.on a{background-color: var(--main-color); color: #fff;}
.sideBar-list li:hover a{background-color: var(--main-color); color: #fff;}
.inner-page{width: 100%; min-height: 500px; overflow: hidden; padding-bottom: 40px;}
/*  */
.services-page{width: 100%; overflow: hidden;}
.services-page .wrap1{background-color: #f3f9f8; padding: 40px 0;}
.services-page .wrap1 .box{background-color: #fff; display: flex;}
.services-page .wrap1 .img-box{width: 50%; float: left; text-align: center; overflow: hidden; font-size: 0;}
.services-page .wrap1 .img-box img{width: 100%; height: auto;}
.services-page .wrap1 .content{width: 50%; float: right; padding: 30px 50px;}
.services-page .wrap1 .title{font-size: 24px; color: var(--main-color); font-weight: bold; margin-bottom: 10px; line-height:1.5;}
.services-page .wrap1 .text{font-size: 16px; color: #595959; line-height: 30px;}
.services-page .wrap2{background-color: #fff; padding: 30px 0;}
.services-page .wrap2 .title{text-align: left; overflow: hidden; margin-bottom: 30px;}
.services-page .wrap2 .title span{display: inline-block; font-size: 24px; color: var(--main-color); font-weight: bold; position: relative; padding-right: 20px;}
.services-page .wrap2 .title span::before{content: ""; position: absolute; top: 0; bottom: 0; left: 100%; margin: auto; width: 1200px; height: 1px; background-color: #d5d5d5;}
.services-page .wrap2 .content{overflow: hidden;}
.services-page .wrap2 .txt-box{margin-bottom: 10px;}
.services-page .wrap2 .txt-box .tit{font-size: 16px; color: #f47021; font-weight: bold; margin-bottom: 10px;}
.services-page .wrap2 .txt-box .text{font-size: 16px; color: #3e3e3e; line-height:2; min-height:300px;}
.services-page .wrap2 .txt-box .text img{ max-width:100% !important; height:auto !important; padding:6px !important;}
.services-page .wrap2 .img-box{width: 100%;}
.services-page .wrap2 .img-box img{display: block; margin:10px auto;}

/*  */
.display-page{width: 100%; overflow: hidden; margin:30px auto 20px;}
.display-page-list{width: calc(100% + 20px);}
.display-page-list li{width: calc(100% / 4 - 20px); float: left; margin: 0 20px 20px 0;}
/*  */
.about-page{width: 100%; overflow: hidden;}
.about-page .img-box{text-align: center; overflow: hidden;}
.about-page .img-box img{max-width: 100%; height: auto;}
.about-page .content{margin-top: 20px; font-size: 16px; color: #333; line-height: 28px;}
/*  */
.problem-page{width: 100%; overflow: hidden; padding-top:20px;}
.problem-list{overflow: hidden;}
.problem-list li{border-bottom: 1px dotted #ccc; padding: 10px 0;}
.problem-list li a{display: block; font-size: 16px; color: #333; line-height: 32px; overflow: hidden;}
.problem-list li a .time{float: right; font-size: 140x; color: var(--main-color);}
.problem-list li a:hover{color: var(--main-color);}
/*  */
.contact-page{width: 100%; overflow: hidden;}
.contact-page .txt-box{overflow: hidden; font-size: 16px; color: #333; line-height: 30px; width:40%; float:left;}
.contact-page .map{position: relative; overflow: hidden; padding-top:0px; width:60%; float:left;}
.contact-page .map::before{content: ""; display: block; padding-top: 50%;}
.contact-page .map iframe{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 100%;}




@media (max-width: 1299px){
    .padding1{padding: 60px 0;}
    .title-index .title1{font-size: 28px;}
    .title-index .title2{font-size: 16px;}
    .services .service-prev, .services .service-next{display: none;}
    .service-list .item .mask .text1{font-size: 16px; bottom: 30px;}
    .service-list .more-text{bottom: 10px; left: 10px;}
    .service-list .item:hover .mask .text1{left: 10px; bottom: 90px;}

    .about{height: 500px;}
    .about .mask{padding: 0 0 0 10px;}
    .about .txt-box{padding: 40px 40px 40px 0;}
    .about .txt-box .title{font-size: 28px;}
    .about .txt-box .text{font-size: 16px; margin-bottom: 20px;}
    .characteristic .tab li a{padding: 30px; font-size: 20px;}
    .characteristic .img-box .mask{padding: 30px; right: 20px; bottom: 20px;}
    .characteristic .img-box .mask .title{font-size: 24px;}
    .displays .swiper{padding-bottom: 30px;}
    .displays-list .item .content{margin-top: 10px; padding: 0 10px;}
    .displays-list .item .content .text{font-size: 14px;}
    .news-list .item{padding: 20px 0;}
    .footer-tel .text1{font-size: 24px;}
    .footer-tel .text2{font-size: 14px;}
    /*  */
    .sideBar-inner{padding: 20px 0 0 0}
    .services-page .wrap1{padding: 40px 0;}
    .services-page .wrap1 .content{padding: 30px;}
    .services-page .wrap2{padding: 40px 0;}
}

@media (max-width: 1199px){
    .header-nav{width: 65%;}
    .header-nav .nav-list>li>a{font-size: 14px;}
    /*  */
    .services-page .wrap1 .content{padding: 20px;}
    .services-page .wrap1 .title{font-size: 20px; margin-bottom: 10px;}
}

@media (min-width: 991px){
    .header .header-nav{display: block !important;}
}

@media (max-width: 991px){
    .header-content{height: 80px;}
    .header-nav{position: fixed; top: 0; left: 0; z-index: 5; width: 100%; height: 100%; background-color: rgba(0,0,0,.6); display: none;}
    .header-nav .nav{position: absolute; top: 0; right: 0; width: 60%; height: 100%; background-color: #fff; transform: translateX(100%); transition: all .2s;}
    .header-nav .nav-list{padding: 80px 20px 0 20px; display: block;}
    .header-nav .nav-list>li{width: 100%; text-align: left;}
    .header-nav .nav-list>li::before{display: none;}
    .header-nav .nav-list>li>a{color: var(--main-font-color); line-height: 50px;}
    .header-nav .nav-list>li>i{display: block; position: absolute; top: 15px; right: 0; width: 20px; height: 20px; line-height: 18px; text-align: center; font-size: 14px;}
    .header-nav .nav-list>li.on>a{background-color: #fff; color: var(--main-color);}
    .header-nav .nav-list>li:hover>a{background-color: #fff; color: var(--main-color);}
    .header-nav .nav.act{transform: translateX(0);}
    .header-nav .nav-down{display: none; position: static; width: 100%; transform: translateX(0); margin-bottom: 15px;}
    .header-nav .nav-down li{text-align: left;}
    .header-nav .nav-down li a{font-size: 12px; line-height: 30px; padding: 0 5px 0 20px;}
    .banner .banner-prev{left: 2%;}
    .banner .banner-next{right: 2%;}
    /*  */
    .padding1{padding: 40px 0;}
    .title-index{margin-bottom: 25px;}
    .title-index .title1{font-size: 22px;}
    .title-index .title2{font-size: 14px;}
    .about{height: 400px;}
    .about .mask{border-radius: 0 50px 0 0;}
    .about .txt-box{padding: 20px 20px 20px 0;}
    .about .txt-box .title{font-size: 22px; margin-bottom: 10px;}
    .about .txt-box .text{font-size: 14px; margin-bottom: 15px;}
    .service-list .item:hover .mask .text1{bottom: 75px;}
    .more-text{padding: 25px 10px 10px 10px; width: 110px;}
    .more-text .icon{right: 10px; top: 10px; width: 15px; height: 15px;}
    .characteristic .img-box .mask{padding: 15px;}
    .characteristic .img-box .mask .title{font-size: 18px; margin-bottom: 10px;}
    .characteristic .img-box .mask .text{font-size: 14px; line-height: 25px;}
    .characteristic .tab li{margin-bottom: 10px;}
    .characteristic .tab li a{padding: 15px; font-size: 16px;}
    .characteristic .tab .icon{width: 30px; height: 30px; right: 20px;}
    .news .img-box .mask{padding: 40px 20px 20px 20px;}
    .news .img-box .mask .text{font-size: 14px;}
    .news-list{padding: 0 20px;}
    .news-list .item{padding: 10px 0;}
    .news-list .item .title{font-size: 16px; margin-bottom: 10px;}
    .footer1{display: none;}
    .footer2{padding: 20px 0;}
    /*  */
    .sideBar-inner{padding: 20px 0 10px 0;}
    .sideBar-list li{margin: 0 10px 10px 0;}
    .sideBar-list li a{min-width: 100px; height: 28px; line-height: 28px; font-size: 14px;}
    .services-page .wrap1{padding: 30px 0;}
    .services-page .wrap1 .text{font-size: 14px; line-height: 25px;}
    .services-page .wrap2{padding: 30px 0;}
    .services-page .wrap2 .title{margin-bottom: 20px;}
    .services-page .wrap2 .title span{font-size: 20px;}
    .services-page .wrap2 .txt-box{margin-bottom: 20px;}
    .services-page .wrap2 .txt-box .text{font-size: 14px;}
    .display-page-list{width: calc(100% + 10px);}
    .display-page-list li{width: calc(100% / 3 - 10px); margin: 0 10px 10px 0;}
	
	.contact-page .txt-box{ width:100%; font-size:14px; line-height:26px;}
	.contact-page .map{ width:100%; margin-top:10px;}
	.contact-page .map::before{content: ""; display: block; padding-top: 70%;}
    

}

@media (max-width: 767px){
    .header-content{height: 60px;}
    .padding1{padding: 20px 0;}
    .title-index{margin-bottom: 15px;}
    .title-index .title1{font-size: 18px;}
    .title-index .title2{font-size: 12px;}
    .service-list .item .mask .text1{bottom: 20px;}
    .service-list .more-text{font-size: 12px;}
    .about{height: auto; padding-top: 20px;}
    .about .mask{position: relative; width: 80%;}
    .characteristic .tab{width: 100%;}
    .characteristic .tab-content{width: 100%; padding: 0; margin-top: 15px;}
    .characteristic .img-box .mask{padding: 10px; left: 10px; bottom: 10px; width: calc(100% - 20px);}
    .characteristic .img-box .mask .title{font-size: 14px; margin-bottom: 5px;}
    .characteristic .img-box .mask .text{font-size: 12px; line-height: 20px;}
    .displays .swiper{padding-bottom: 20px;}
    .displays-list .item .content{margin-top: 5px; padding: 0;}
    .displays-list .item .content .title{font-size: 14px;}
    .displays-list .item .content .text{font-size: 12px; line-height: 20px; height: 40px;}
    .news-left{width: 100%;}
    .news-right{width: 100%; padding: 0; margin-top: 15px;}
    .news .img-box .mask{padding: 30px 10px 10px 10px;}
    .news .img-box .mask .text{font-size: 12px;}
    .news-list{padding: 0 10px;}
    .news-list .item .title{font-size: 14px;}
    .news-list .item .time{font-size: 12px;}
    /*  */
    .sideBar-inner{padding: 5px 0 5px 0;}
    .sideBar-list li{margin: 0 5px 2px 0;}
    .sideBar-list li a{min-width: 80px;}
    .services-page .wrap1{padding: 20px 0;}
    .services-page .wrap1 .box{display: block; overflow: hidden;}
    .services-page .wrap1 .img-box{width: 100%;}
    .services-page .wrap1 .content{width: 100%; padding: 10px;}
    .services-page .wrap1 .title{font-size: 16px;}
    .services-page .wrap1 .text{font-size: 12px;}
    .services-page .wrap2{padding: 20px 0;}
    .services-page .wrap2 .title{margin-bottom: 15px;}
    .services-page .wrap2 .title span{font-size: 16px; padding-right: 10px;}
    .services-page .wrap2 .txt-box{margin-bottom: 15px;}
    .services-page .wrap2 .txt-box .tit{font-size: 14px;}
    .services-page .wrap2 .txt-box .text{font-size: 12px;}
    .display-page-list li{width: calc(100% / 2 - 10px);}
    .problem-list li{padding: 5px 0;}
    .problem-list li a{font-size: 12px;}

}