h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
}

ul,
li {
    list-style: none;
    padding: 0;
}

p {
    letter-spacing: 0;
    margin-bottom: 0;
    line-height: inherit;
}

a:focus,
a:hover {
    text-decoration: none;
}

#home {
    display: none;
    margin: 0 auto;
    /*width: 100%;*/
    /*background: url(img/big.jpg) repeat;*/
    /*background-size: 100%;*/
    position: relative;
}

.bannerText {
    width: 500px;
    padding: 10% 0px 0;
    text-align: center;
}

.bounceInDown img {
    width: 22%;
    padding-bottom: 50px;
}

.bounce {
    font-size: 37px;
    font-weight: 500;
}

.bounce .small-title {
    font-size: 24px;
    font-weight: 100;
    letter-spacing: 0;
}

.navbar-brand {
    height: inherit;
}

.navbar-brand img {
    width: 80%;
}

/*产品列表*/

.productList {
    background: #e9e9e9;
}

.productList .col-md-4 {
    justify-content: center;
    align-items: center;
    background: #2078d6;
    color: #fff;
    padding: 50px 0;
}

.productList .col-md-4 a {
    color: #fff;
}

.productList .col-md-4:first-child {
}

.productList .col-md-4:nth-child(2) {
    background: #e9e9e9;
    border-bottom: 2px solid #ec5325;
    min-height: 197px;
    display: flex;
    font-size: 24px;
    font-weight: bold;
}

.productList .col-md-4:nth-child(2) p {
    color: #ec5325;
    background: #e9e9e9;
    line-height: 25px;
}

.productList .col-md-4:nth-child(2) p .p-text {
    color: #969696;
    font-weight: normal;
    font-size: 18px;
}

.product-line {
    border-bottom: 1px solid #ccc;
    width: 65%;
    position: absolute;
    z-index: -1;
    margin-top: 3px;
}

.productList .col-md-4:nth-child(4),
.productList .col-md-4:nth-child(6) {
    background: #2c2c2c;
}

/*hover效果开始*/

.project_overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgb(237, 84, 39)), to(rgb(247, 120, 83)));
    transform: scale(0);
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    opacity: 0.9;
}

.project_overlay a {
    border: 2px solid #fff;
    border-radius: 5px;
    color: #fff;
    font-family: "asapregular";
    font-size: 16px;
    left: 27%;
    padding: 15px 40px;
    position: absolute;
    top: 40%;
}

.project_overlay .button {
    border: 3px solid #fff;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    left: 0;
    letter-spacing: 1px;
    outline: medium none;
    overflow: hidden;
    padding: 15px 40px;
    position: relative;
    text-transform: uppercase;
    top: 40%;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

.project_overlay .button:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border: 3px solid #fff;
    color: #fff;
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #fff;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.project_overlay .button:hover,
.button:active {
    text-decoration: none;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgb(237, 84, 39)), to(rgb(247, 120, 83)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.project_overlay .button:hover:after {
    height: 225%;
    opacity: 1;
}

.project_overlay .button:active:after {
    height: 225%;
    opacity: 1;
}

.single_project:hover div.project_overlay {
    transform: scale(1);
}

.project_overlay2 {
    background: rgba(0, 0, 0, 0.9);
}

.single_project2:hover div.project_overlay2 {
    transform: scale(1);
    padding: 54px;
    left: 15px;
    width: 263px;
}

.teamCont {
    margin-bottom: 15px;
}

.teamCont:hover .team-des {
    background: #eb5325 !important;
}

.team-des h3 {
    -webkit-transition: all 0.5s;
}

.teamCont:hover .team-des h3 {
    transform: translate(0px, -6px);
    -webkit-transition: all 0.5s;
}

.project_overlay2 p {
    color: #fff;
    font-size: 18px;
}

.project_overlay2 p:first-child {
    font-size: 23px;
    font-weight: bold;
    padding-bottom: 5px;
}

.project_overlay2 p:nth-child(2) {
    font-size: 18px;
    font-weight: bold;
}

.project_overlay2 p:nth-child(3) {
    font-size: 14px;
    padding: 15px 0 0;
}

/*hover效果结束*/

.textTitle {
    color: #ec5325;
    background: #fff;
    line-height: 25px;
    font-size: 24px;
    font-weight: bold;
    width: 200px;
    margin: auto;
    position: relative;
}

.textTitle:before {
    content: "";
    width: 30%;
    height: 1px;
    background: #e0e0e0;
    display: inline-block;
    position: absolute;
    top: 45px;
    left: -15px;
}

.textTitle:after {
    content: "";
    width: 30%;
    height: 1px;
    background: #e0e0e0;
    display: inline-block;
    position: absolute;
    top: 45px;
    right: -15px;
}

.p-text {
    color: #969696;
    font-weight: normal;
    font-size: 18px;
}

/*案例*/

.case {
    margin-bottom: 25px;
}

.case img {
    width: 100%;
}

.fa-angle-double-down {
    -webkit-animation: up 2s infinite;
    animation: up 2s infinite;
}

@-webkit-keyframes up {
    0% {
        opacity: 0;
        -webkit-transform: translate(0, 0);
    }
    50% {
        opacity: 1;
        -webkit-transform: translate(0, -15px);
    }
    100% {
        opacity: 0;
    }
}

@keyframes up {
    0% {
        opacity: 0;
        transform: translate(0, 0);
    }
    50% {
        opacity: 1;
        transform: translate(0, -15px);
    }
    100% {
        opacity: 0;
    }
}

.item-hover {
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    opacity: 0;
    cursor: pointer;
    z-index: 100;
}

.item-hover:hover {
    opacity: 1;
}

.headline,
.fa-angle-double-down {
    width: 100%;
    position: absolute;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    padding: 0 10px;
}

.headline {
    font-size: 18px;
    top: 10px;
    color: #ffffff;
}

.fa-angle-double-down {
    bottom: 10px;
    color: #ffffff;
    left: 0;
    font-size: 18px;
}

.item-hover:hover .headline {
    top: 40%;
}

.item-hover:hover .fa-angle-double-down {
    bottom: 35%;
}

.item-hover .mask {
    background-color: #000;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    z-index: 0;
}

.item-hover,
.item-hover .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.item-hover .mask {
    z-index: -1;
}

.caseMore {
    width: 200px;
    background: #fff;
    display: inline-block;
    border: 1px solid #d2d0d6;
    border-radius: 5px;
    margin-top: 40px;
}

.caseMore p {
    color: #807f83;
    padding: 15px 0 15px 0;
}

.caseMore .fa-angle-double-down {
    position: inherit;
    color: #807f83 !important;
}

.productList img {
    width: 10%;
}

.productList .col-md-4 a p {
    font-weight: bold;
}

.productList .col-md-4 a p.text-line {
    font-weight: normal;
    line-height: 6px;
    padding: 5px 0;
    color: rgba(255, 255, 255, 0.5);
}

.productList .col-md-4 a p.text-cont {
    font-weight: normal;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}

.foot-info {
    text-align: left;
    border-left: 1px solid #3c3939;
    color: #808080;
    margin-bottom: 30px;
}

.foot-info p {
    line-height: 2;
}

.foot-info p i {
    padding: 0 10px;
    width: 35px;
    text-align: center;
}

.ewm {
    color: #808080;
    padding: 10px 0;
}

.foot-line {
    width: 100%;
    height: 1px;
    background: #141414;
}

.copyright {
    border-top: 1px solid #2f2d2d;
    color: #808080;
    padding-top: 20px;
}

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

.flex-start {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.flex-column {
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-1 {
    flex: 1;
}

/*关于我们*/
.about {
    background: url(../images/about.jpg);
    background-size: 100% 100%;
    height: 1076px;
}

.aboutCont {
    width: 755px;
    margin: 90px 30px;
    text-align: left;
}

.aboutLogo {
    padding: 30px 0 0;
}

.aboutText {
    color: #2d2d2e;
}

.aboutText .aboutText-title {
    font-size: 24px;
    color: #282828;
    font-weight: bold;
    padding: 15px 0;
}

.aboutText .aboutText-title:after {
    content: "";
    background: #eb5325;
    width: 54px;
    height: 5px;
    display: block;
}

.aboutText p:nth-child(3) {
    font-size: 20px;
}

.line {
    width: 85px;
    height: 1px;
    background: #c4c4c4;
    position: relative;
}

.line:before {
    content: "";
    width: 1px;
    height: 10px;
    background: #c4c4c4;
    position: absolute;
    right: 0;
    top: -4px;
}

.line.line-right:before {
    content: "";
    width: 1px;
    height: 10px;
    background: #c4c4c4;
    position: absolute;
    left: 0;
    top: -4px;
}

.aboutTitle {
    padding: 0 45px;
}

.aboutTitle p:first-child {
    font-size: 18px;
    font-weight: bold;
    color: #282828;
}

/*产品展示*/
.porduct {
    background: #f7f7f7;
    padding: 20px;
}

.porductNav {
}

.porductNav > ul {
    display: flex;
}

.porductNav > ul > li {
    flex: 1;
    border-right: 1px solid #fff;
}

.porductNav > ul > li:last-child {
    border-right: 0;
}

.porductNav > ul > li > a {
    background: #e9e9e9;
    display: block;
    padding: 10px;
    color: #818181;
}

.porductNav > ul > li > a:hover,
.porductNav > ul > li.current > a {
    background: #1f78d6;
    color: #fff;
}

.porductNav > ul > li > a img:hover,
.porductNav > ul > li > a img,
.porductNav > ul > li > a p {
    transition: all 1s;
    -webkit-transition: all 1s;
}

.porductNav > ul > li > a:hover img,
.porductNav > ul > li > a:hover p {
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
}

.porductNav > ul > li > a .icon-img,
.porductNav > ul > li > a:hover .icon-img-hover,
.porductNav > ul > li.current > a .icon-img-hover {
    display: inline-block;
}

.porductNav > ul > li > a .icon-img-hover,
.porductNav > ul > li > a:hover .icon-img,
.porductNav > ul > li.current > a .icon-img {
    display: none;
}

.porductNav > ul > li > a {
}

.porductNav > ul > li > a .text-line,
.porductNav > ul > li > a .text-cont {
    font-size: 12px;
    color: #bfbfbf;
    line-height: 12px;
}

.porductinfo sup {
    font-size: 30px;
    font-weight: bold;
    top: 8px;
    color: #d7d7d7;
    padding-right: 20px;
    margin-left: -20px;
}

.porductIntroduce {
    text-align: left;
    background: #fff;
    padding: 50px 0 40px 0;
}

.programme-img img {
    width: 100%;
}

.porductIntroduce p:first-child {
    padding: 0;
}

.porductIntroduce p:nth-child(2) {
    font-size: 18px;
    color: #282828;
    font-weight: bold;
    padding: 10px 30px;
}

.porductIntroduce p.infoText {
    color: #606060;
    font-size: 16px;
    font-weight: normal;
    padding: 0 30px;
}

.porductIntroduce p {
    padding: 0 30px;
}

.introduceText {
    padding: 20px 0;
    text-align: left;
}

.introduceText p:first-child {
    color: #282828;
    font-size: 18px;
    font-weight: bold;
}

.introduceText p:nth-child(2) {
    font-size: 14px;
}

.porductList {
}

.porductList > ul {
    display: flex;
    flex-wrap: wrap;
}

.porductList > ul > li:first-child {
    margin-left: 0;
    width: 576px;
    min-height: 538px;
}

.porductList > ul > li {
    margin-bottom: 15px;
    margin-left: 10px;
    width: 278px;
    min-height: 232px;
}

.porductList > ul > li > a,
.porductList > ul > li .porduct-ul li a {
    cursor: pointer;
    border: 1px solid #eee;
    background: #fff;
    display: block;
}

.porductList > ul > li > a p,
.porductList > ul > li .porduct-ul li p {
    padding: 20px 0;
    color: #282828;
}

.porduct-ul {
}

.porduct-ul li {
    margin-top: 10px;
}

.width-1200 {
    width: 1200px;
    margin: auto;
}

.porductList > ul > li > a span.first {
    height: 537px;
}

.porductList > ul > li > a span,
.porductList > ul > li span {
    height: 232px;
    overflow: hidden;
    display: block;
}

.porductList > ul > li > a img,
.porductList > ul > li .porduct-ul li a img {
    width: 100%;
    transition: all 0.5s ease;
}

.porductList > ul > li > a img {
    width: 278px;
    height: 232px;
}

.porductList > ul > li.first > a img {
    width: 576px;
    height: 538px;
}

.porductList > ul > li > a:hover,
.porductList > ul > li .porduct-ul li a:hover {
    border: 1px solid #2079d7;
}

.porductList > ul > li > a:hover img,
.porductList > ul > li .porduct-ul li a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.porductList > ul > li > a:hover p,
.porductList > ul > li .porduct-ul li a:hover p {
    color: #2079d7;
}

.M-box {
    margin: 20px 0;
}

/*解决方案*/
.programme {
    background: url(../images/programme-banner.jpg);
    height: 700px;
    background-size: 100% 100%;
}

.programme .porductIntroduce {
    background: transparent;
}

.bg-transparent {
    background: transparent;
}

.porductIntroduce .small-text {
    font-size: 16px;
    color: #656565;
    padding-left: 20px;
    font-weight: normal;
}

.bg-white {
    background: #fff;
}

/*公司资质*/
.qualifications {
    background: url(../images/banner.jpg);
    height: 331px;
    background-size: 100% 100%;
}

.banner {
    width: 520px;
    color: #fff;
    margin-top: 125px;
    font-size: 18px;
    padding-left: 35px;
}

.banner p {
    letter-spacing: 1.2px;
}

.banner p:first-child {
    font-size: 32px;
    letter-spacing: 4px;
}

.porductList.qualificationsList > ul > li:first-child {
    margin-left: inherit;
    width: inherit;
    min-height: inherit;
}

.porductList.qualificationsList > ul > li {
    margin-left: 0;
    margin-right: 10px;
}

.porductList.qualificationsList > ul > li img {
    width: 280px;
    height: 235px;
}

.porductList.qualificationsList > ul > li:nth-child(4n+4) {
    margin-right: 0;
}

.porductList.qualificationsList > ul > li > a {
    background: #fafafa;
}

.porductList.qualificationsList > ul > li > a p {
    border-top: 1px solid #ebebeb;
    background: #fff;
}

.qualifications-title {
    padding: 40px 0 10px 0;
}

/*案例*/
.caseTitle {
    width: 700px;
    margin: auto;
    padding-bottom: 30px;
}

.caseList-title {
}

.caseList-title > ul {
    display: flex;
    margin-bottom: 25px;
}

.caseList-title > ul > li {
    display: flex;
    flex: 1;
}

.caseList-title > ul > li > a {
    cursor: pointer;
    flex: 1;
    border-right: solid 3px #f8f8f8;
    background: #e8e8e8;
    padding: 10px 0;
    color: #282828;
}

.caseList-title > ul > li > a:hover,
.caseList-title > ul > li.current > a {
    background: #f8f8f8;
    color: #2077d7;
}

.caseList-title > ul > li:last-child {
    border-right: 0;
}

.caseList {
}

.caseList > ul {
    display: flex;
    flex-wrap: wrap;
}

.caseList > ul > li {
    cursor: pointer;
    position: relative;
    margin-right: 18px;
    margin-bottom: 30px;
}

.caseList > ul > li:nth-child(3n+3) {
    margin-right: 0;
}

.caseList > ul > li p {
    border-top: 4px solid #fff;
    margin-top: 2px;
    padding-top: 10px;
    font-weight: bold;
    color: #282828;
}

.caseList > ul > li p i {
    color: #eb5325;
    margin-right: 5px;
}

.caseList > ul > li img {
    width: 372px;
    height: 248px;
}

.caseList > ul > li:hover p {
    border-top: 4px solid #eb5325;
}

.caseList > ul > li:hover .hoverCont {
    display: block;
    transition: all 1s ease;
}

.caseList > ul > li .hoverCont {
    position: absolute;
    top: 0px;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    color: #fff;
    padding: 60px 40px;
    width: 372px;
    height: 248px;
    display: none;
}

.caseList-more {
    display: none;
    background: #eee;
    padding: 30px;
    margin-top: 10px;
}

.caseList-more > ul {
}

.caseList-more > ul > li {
    margin-bottom: 10px;
}

.bg {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #E8E8E8;
    overflow: hidden;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: auto;
    top: 0;
    z-index: 1000;
}

.bg_left {
    width: 710px;
    height: auto;
    margin: auto;
    margin-top: 100px;
    border: 5px solid #828282;
    border-radius: 5px;
    position: relative;
}

.bg_right {
    float: left;
    display: none;
}

.show {
    width: 700px;
    height: 400px;
    position: relative;
    cursor: move
}

.show img {
    width: 700px;
    height: 400px;
}

.show .mask {
    width: 215px;
    height: 215px;
    background: #000;
    filter: Alpha(opacity=50);
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    display: none !important;
}

.bigshow {
    width: 700px;
    height: 400px;
    overflow: hidden;
    margin-left: 10px;
    display: none;
    border: 1px solid #E8E8E8;
}

.bigshow img {
    width: 860px;
    height: 860px;
    margin-right: 10px;
}

.smallshow {
    width: 100%;
    height: 80px;
    position: relative;
    background: #fff;
}

.smallshow img {
    width: 116px;
    height: 60px;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    transition: all 0.5s
}

.smallshow > .middle_box {
    margin-left: 30px;
    margin-right: 30px;
    width: 633px;
    overflow: hidden;
    height: 70px;
}

.smallshow .middle {
    overflow: hidden;
    transition: all 0.5s;
    height: 80px;
}

.smallshow .middle > li {
    float: left;
    cursor: pointer;
    padding: 0 5px;
    margin-top: 10px;
}

.smallshow > p {
    position: absolute;
    top: 50%;
    width: 22px;
    height: 32px;
    margin-top: -16px;
}

.smallshow > .prev {
    left: 8px;
    background: url(../images/hover-prev.png) no-repeat;
    transition: all 0.5s
}

.smallshow > .next {
    right: 8px;
    background: url(../images/hover-next.png) no-repeat;
    transition: all 0.5s
}

.smallshow > .prev.prevnone {
    left: 8px;
    background: url(../images/prev.png) no-repeat;
    cursor: not-allowed
}

.smallshow > .next.nextnone {
    right: 8px;
    background: url(../images/next.png) no-repeat;
    cursor: not-allowed
}

.mask-title {
    position: absolute;
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    text-align: left;
    padding: 10px 10px;
    color: #fff;
    bottom: 0;
}

.close {
    position: absolute;
    right: -20px;
    top: -20px;
    color: #fff;
    background: #fff;
    z-index: 1;
    width: 40px;
    height: 40px;
    border-radius: 200px;
    opacity: 1;
}

.close i {
    color: #000;
    font-weight: normal;
    line-height: 40px;
}

/*企业文化*/
.corporate {
    text-align: left;
    padding: 40px 0;
}

.corporate .aboutTitle {
    margin-bottom: 15px;
}

.corporateCont img {
    width: 100%;
}

/*联系我们*/
.contactCont {
    padding: 50px 0;
}

.contact {
    background: #fff;
    padding: 70px 40px;
    text-align: left;
}

.contact p:first-child {
    font-size: 18px;
    font-weight: bold;
    color: #222;
    padding: 10px 0;

}

.contact p i {
    width: 35px;
    height: 35px;
    background: #8a8a8a;
    text-align: center;
    line-height: 35px;
    border-radius: 200px;
    color: #fff;
    margin-right: 10px;
}

.contact p {
    margin-bottom: 10px;
    line-height: 34px;
}

.mb-phone {
    display: none;
}

footer .copyright a {
    color: #808080 !important;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
    #home {
        height: auto !important;
        background-size: 100% 100%;
    }

    .bannerText {
        width: 320px;
    }

    .bounce {
        font-size: 18px;
    }

    .bounce .small-title {
        font-size: 12px;
    }

    .bounceInDown img {
        padding-bottom: 10px;
    }

    #home .btn {
        margin: 10px 0 35px 0;
    }

    .bannerText {
        padding: 5% 0px 0;
    }

    .navbar-brand {
        width: 80%;
    }

    #intro {
        padding-top: 10%;
        padding-bottom: 0;
    }

    .foot-info p,
    footer p,
    .project_overlay2 p:nth-child(2),
    .project_overlay2 p:nth-child(3) {
        font-size: 12px;
    }

    .copyright {
        padding: 20px 45px;
    }

    .foot-info {
        margin-top: 20px;
    }

    .single_project2:hover div.project_overlay2 {
        transform: scale(1);
        padding: 26px 10px;
        width: 157px;
    }

    .project_overlay2 p:first-child {
        font-size: 14px;
    }

    .aboutCont {
        width: auto;
    }

    .about {
        height: inherit;
    }

    .porductNav > ul,
    .porductList > ul {
        flex-direction: column;
        padding: 0;
    }

    .width-1200 {
        width: inherit;
    }

    .porductList > ul > li > a span.first {
        height: inherit;
    }

    .caseTitle {
        width: inherit;
    }

    .caseList > ul > li img {
        width: 100%;
        height: inherit;
    }

    .banner {
        width: inherit;
    }

    .bg {
        display: none !important;
    }

    .caseList > ul > li {
        margin-right: 0;
    }

    .programme {
        height: inherit;
    }

    .contactCont {
        display: inherit;
    }

    .contact p i {
        float: left;
    }

    .pc-phone {
        display: none;
    }

    .mb-phone {
        display: block;
    }
}

@media only screen and (max-width: 320px) {
    .single_project2:hover div.project_overlay2 {
        width: 130px;
    }
}

@media only screen and (max-width: 414px) {
    .single_project2:hover div.project_overlay2 {
        transform: scale(1);
        padding: 26px 10px;
        width: 177px;
    }

    .title h2 {
        font-size: 26px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .navbar-right {
        display: none;
    }

    .title h2 {
        font-size: 40px;
    }

    .caseList-more {
        display: none !important;
    }
}

@media only screen and (min-width: 1170px) {
    .caseList-more {
        display: none !important;
    }
}