
.tcsc-banner {
    height: 590px;
    background: url("../style/images/banner2.png")/*tpa=http://sc.jinbocc.com/img/tcsc/banner.png*/ no-repeat center;
}

.tcsc-banner p {
    font-size: 18px;
    line-height: 36px;
    color: #fff;
}

.tcsc-banner-div {
    padding-top: 349px;
    padding-left: 92px;
}

.tcsc-banner-div a {
    margin-top: 37px;
}

.tcsc-banner img {
    height: 100%;
}

.tcsc-section1 {
    margin-top: 58px;
}


.tcsc-section1-bottom {
    padding-top: 41px;
}

.tcsc-section1-bottom #tcsc-section1-ul {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #cfe6ff;
}

.tcsc-section1-bottom #tcsc-section1-ul li {
    display: flex;
    align-items: center;
    padding: 0 50px 13px;
    border-bottom: 1px transparent solid;
}

.tcsc-section1-bottom #tcsc-section1-ul li span {
    width: 18px;
    height: 22px;
    margin-right: 10px;
    background: url("../style/images/icon.png")/no-repeat -1px -1px;
}

.tcsc-section1-bottom #tcsc-section1-ul li:nth-child(2) span {
    width: 23px;
    height: 18px;
    background-position: -22px -2px;
}

.tcsc-section1-bottom #tcsc-section1-ul li:nth-child(3) span {
    width: 24px;
    height: 22px;
    background-position: -49px -0px;
}

.tcsc-section1-bottom #tcsc-section1-ul li.active {
    border-bottom: 1px solid #0382ff;
    color: #0382ff;
}

.tcsc-section1-bottom .tcsc-section1-div {
    display: none;
    text-align: center;
}

.tcsc-section1-bottom .tcsc-section1-div1 {
    position: relative;
    display: flex;
    justify-content: space-around;
    width: 1200px;
    height: 380px;
    margin-top: 115px;
    border-radius: 10px;
    /* background: Red; */
    box-shadow: 5px 3px 38px rgba(62, 176, 255, .15);
}

.tcsc-section1-div-left {
    position: relative;
    margin-top: -95px;
}

.tcsc-section1-div-right {
    width: 500px;
}

.tcsc-section1-bottom .tcsc-section1-div p {
    padding-top: 26px;
    padding-bottom: 32px;
    font-size: 16px;
    color: #384c78;
}

.tcsc-section1-bottom .tcsc-section1-div ul {
    display: flex;
    justify-content: space-between;
}

.tcsc-section1-bottom .tcsc-section1-div ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tcsc-section1-bottom .tcsc-section1-div ul li img {
    box-shadow: 0 0 38px rgba(62, 176, 255, .15);
}

.tcsc-section1-bottom .tcsc-section1-div ul li span {
    /* padding-top: 30px; */
    font-size: 18px;
    color: #0a6dee;
}

.tcsc-section1-bottom .tcsc-section1-div ul li p {
    padding-top: 4px;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 24px;
    color: #748598;
}

.tcsc-section1-div-right ul {
    justify-content: center;
    flex-wrap: wrap;
}

.tcsc-section1-div-right ul li {
    width: 206px;
    height: 48px;
    margin-bottom: 20px;
    border-radius: 25px;
    border-bottom-left-radius: 0;
    background: #fff;
    box-shadow: 5px 10px 38px rgba(62, 176, 255, .15)
}

.tcsc-section1-div-right ul li a {
    font-size: 16px;
    color: #0382ff;
}


.tcsc-section2 {
    padding-top: 112px;
}

.tcsc-section2 ul {
    padding-top: 45px;
    display: flex;
    justify-content: space-between;
}

.tcsc-section2 ul li {
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    flex-direction: column;
    width: 380px;
    padding: 0 31px;
    background: #f6faff url("../style/images/img-01.jpg")/*tpa=http://sc.jinbocc.com/img/tcsc/img-01.jpg*/ no-repeat;
}

.tcsc-section2 ul li:nth-child(2) {
    background-image: url("../style/images/img-02.jpg")/*tpa=http://sc.jinbocc.com/img/tcsc/img-02.jpg*/;
}

.tcsc-section2 ul li:nth-child(3) {
    background-image: url("../style/images/img-03.jpg")/*tpa=http://sc.jinbocc.com/img/tcsc/img-03.jpg*/;
}

.tcsc-section2-img {
    padding-top: 36px;
}

.tcsc-section2-img h4 {
    font-size: 24px;
    color: #fff;
}

.tcsc-section2-img p {
    padding-top: 16px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

.tcsc-section2-dl {
    padding-top: 48px;
    padding-bottom: 19px;
    position: relative;
    z-index: 999;
    height: 528px;
    overflow: hidden;
}

.tcsc-section2 ul li dl {
    overflow: hidden;
    display: flex;
    align-items: center;
    height: 50px;
    margin-bottom: 24px;
    padding: 15px 30px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 13px 18px rgba(0, 101, 255, .07);
    transition: all .3s;
}

.tcsc-section2 ul li dl dt img {
    width: 50px;
    max-width: 50px;
}

.tcsc-section2 ul li dl dd {
    display: flex;
    flex-direction: column;
    width: 181px;
    margin-left: 27px;
}

.tcsc-section2 ul li dl dd span {
    font-size: 16px;
    color: #384c78;
}

.tcsc-section2 ul li dl dd p {
    margin-top: 8px;
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 20px;
    color: #748598;
    display: none;
    transition: all .3s;
}

.tcsc-section2 ul li dl dd a {
    position: relative;
    font-size: 14px;
    color: #0382ff;
    display: none;
    transition: all .3s;
}

.tcsc-section2 ul li dl dd a::after {
    content: '';
    position: absolute;
    top: 6px;
    left: 60px;
    width: 11px;
    height: 4px;
    background: url("../style/images/tcsc-section2-a.png")/*tpa=http://sc.jinbocc.com/img/tcsc/tcsc-section2-a.png*/;
}

.tcsc-section2 ul li dl.active {
    align-items: normal;
    height: 95px;
    padding-top: 20px;
}

.tcsc-section2 ul li dl.active dd p,
.tcsc-section2 ul li dl.active dd a {
    display: block;
}


.tcsc-section3 {
    height: 150px;
    padding-top: 61px;
    background: url("../style/images/tcsc-section3-bg.png")/*tpa=http://sc.jinbocc.com/img/tcsc/tcsc-section3-bg.png*/;
}

.tcsc-section33 {
    display: flex;
    align-items: center;
    height: 160px;
    margin-top: -59px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 11px 10px 38px rgba(0, 0, 0, .07);
}

.tcsc-section33-title {
    padding-left: 50px;
}

.tcsc-section33-title h3 {
    font-size: 30px;
    color: #384c78;
}

.tcsc-section33-title p {
    padding-top: 8px;
    font-size: 16px;
    color: #748598;
}

.tcsc-section33 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 784px;
    padding-left: 46px;
}

.tcsc-section33 ul li {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.tcsc-section33 ul li span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 58px;
    height: 58px;
    border: 1px solid #a9d4ff;
    border-radius: 50%;
}

.tcsc-section33 ul li span i {
    width: 23px;
    height: 23px;
    text-align: center;
    background: url("../style/images/tcsc-section33-ul-li-i.png")/*tpa=http://sc.jinbocc.com/img/tcsc/tcsc-section33-ul-li-i.png*/ no-repeat 0 0;
}

.tcsc-section33 ul li:first-child {
    background-position: -27px -1px;
}

.tcsc-section33 ul li:nth-child(2) span i {
    background-position: -27px -1px;
}

.tcsc-section33 ul li:nth-child(3) span i {
    height: 19px;
    background-position: -55px -3px;
}

.tcsc-section33 ul li:nth-child(4) span i {
    background-position: -85px -1px;
}

.tcsc-section33 ul li:nth-child(5) span i {
    background-position: -117px 0px;
}

.tcsc-section33 ul li:nth-child(6) span i {
    background-position: -144px -1px;
}

.tcsc-section33 ul li p {
    padding-top: 18px;
    font-size: 16px;
    color: #748598;
}

.tcsc-section33 ul li:hover span {
    background: linear-gradient(138deg, #007fff, #44b4ff);
    box-shadow: 0 0 0 10px rgba(3, 130, 255, 0.15), 0 0 0 20px rgba(3, 130, 255, 0.08);
}

.tcsc-section33 ul li:first-child:hover span i {
    background-position: 0 -32px;
}

.tcsc-section33 ul li:nth-child(2):hover span i {
    background-position: -27px -32px;
}

.tcsc-section33 ul li:nth-child(3):hover span i {
    height: 19px;
    background-position: -55px -34px;
}

.tcsc-section33 ul li:nth-child(4):hover span i {
    background-position: -85px -32px;
}

.tcsc-section33 ul li:nth-child(5):hover span i {
    background-position: -117px -31px;
}

.tcsc-section33 ul li:nth-child(6):hover span i {
    background-position: -144px -32px;
}


.tcsc-section4 {
    margin-top: 60px;
}

.tcsc-section4-bottom {
    display: flex;
    justify-content: center;
    padding-top: 56px;
}

.tcsc-section4-left {
    /* overflow: hidden; */
    width: 217px;
    height: 443px;
}

.tcsc-section4-left ul li {
    display: none;
}

.tcsc-section4-left img {
    border-radius: 32px;
    box-shadow: -30px 5px 80px -4px rgba(0, 0, 0, .1);
}

.tcsc-section4-right {
    width: 664px;
    padding-left: 68px;
}

.tcsc-section4-right ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tcsc-section4-right ul li {
    display: flex;
    width: 154px;
    height: 90px;
    margin-bottom: 22px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.tcsc-section4-right ul li span {
    height: 33px;
}

.tcsc-section4-right ul li .item-img2 {
    display: none;
}

.tcsc-section4-right ul li p {
    font-size: 16px;
    color: #748598;
}

.tcsc-section4-right ul li.active {
    background: #fff;
    box-shadow: 11px 10px 38px rgba(62, 176, 255, .15);
}

.tcsc-section4-right ul li.active .item-img1 {
    display: none;
}

.tcsc-section4-right ul li.active .item-img2 {
    display: block;
}

.tcsc-section4-right a {
    margin-top: 40px;
}

.tcsc-more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 146px;
    height: 38px;
    border: 1px solid transparent;
    border-radius: 5px;
    color: #fff;
    background: linear-gradient(138deg, #fc2729, #ff4f2d);
    box-shadow: 6px 6px 15px rgba(254, 65, 44, .2);
}

.tcsc-more::after {
    display: block;
    content: "";
    width: 20px;
    height: 11px;
    margin-left: 15px;
    background: url("../img/index/home-section2-more1.png")/*tpa=http://sc.jinbocc.com/img/index/home-section2-more1.png*/ no-repeat;
}

.tcsc-more:hover {
    background: none;
    border: 1px solid #fc2729;
    color: #fc2729;
}

.tcsc-section5 {
    padding-top: 112px;
}

.tcsc-section5 ul {
    display: flex;
    justify-content: space-between;
}

.tcsc-section5 ul {
    margin-top: 61px;
    padding-top: 58px;
}

.tcsc-section5 ul li {
    width: 199px;
    height: 240px;
    padding: 42px 29px 0;
    background: #fff;
    box-shadow: 0 10px 38px rgba(62, 176, 255, .15);
}

.tcsc-section5 ul li span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #e9f3ff;
}

.tcsc-section5 ul li:nth-child(2n) {
    margin-top: -61px
}

.tcsc-section5 ul li h4 {
    padding-top: 32px;
    font-size: 20px;
    color: #384c78;
}

.tcsc-section5 ul li p {
    padding-top: 24px;
    font-size: 14px;
    line-height: 24px;
    color: #748598;
}

.tcsc-section5 ul li:hover {
    -webkit-animation: bounce 1s ease 0s 1 both;
    animation: bounce 1s ease 0s 1 both;
}

.tcsc-section5 ul li:hover span img {
    transform: rotate(360deg);
    transition: 1s;
}


.tcsc-section6 {
    margin-top: 120px;
}

.tcsc-section6-bottom {
    display: flex;
    justify-content: space-between;
    background: url("../style/images/tcsc-section6-bottom.png")/*tpa=http://sc.jinbocc.com/img/tcsc/tcsc-section6-bottom.png*/ no-repeat center 84px;
    padding-bottom: 30px;
}

.tcsc-section6-bottom dl {
    display: flex;
    align-items: center;
    width: 420px;
    height: 120px;
    margin-top: 72px;
    margin-bottom: 5px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 38px rgba(62, 176, 255, .15);
}

.tcsc-section6-left dl:first-child {
    margin-left: 57px;
}

.tcsc-section6-left dl:last-child {
    margin-left: 46px;
}

.tcsc-section6-left dl:nth-child(2) {
    margin-right: 0;
}

.tcsc-section6-right {
    margin-top: 45px;
}

.tcsc-section6-right dl:first-child {
    margin-left: -48px;
}

.tcsc-section6-right dl:last-child {
    margin-left: -64px;
}

.tcsc-section6-bottom dl dt {
    width: 48px;
    height: 48px;
    background: url("../style/images/o2o-6f-icon.png")/*tpa=http://sc.jinbocc.com/img/tcsc/o2o-6f-icon.png*/ no-repeat 0 0;
    margin-left: 29px;
}

.tcsc-section6-left dl:nth-child(2) dt {
    background-position: -47px 0;
}

.tcsc-section6-left dl:nth-child(3) dt {
    background-position: -94px 0;
}

.tcsc-section6-right dl:nth-child(1) dt {
    background-position: 0 -48px;
}

.tcsc-section6-right dl:nth-child(2) dt {
    background-position: -47px -48px;
}

.tcsc-section6-right dl:nth-child(3) dt {
    background-position: -94px -48px;
}

.tcsc-section6-bottom dl dd {
    padding-left: 15px;
}

.tcsc-section6-bottom dl dd span {
    font-size: 18px;
    color: #384c78;
}

.tcsc-section6-bottom dl dd p {
    padding-top: 16px;
    font-size: 14px;
    color: #748598;
}

.tcsc-section6-bottom dl:hover dt {
    -webkit-animation: 1s ease 1 0s both;
    -moz-animation: 1s ease 1 0s both;
    -ms-animation: 1s ease 1 0s both;
    animation: 1s ease 1 0s both;
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -ms-animation-name: bounce;
    animation-name: bounce;
}

.tcsc-section7 {
    height: 664px;
    margin-top: 20px;
    padding-top: 32px;
    background: url("../style/images/tcsc-section7.png")/*tpa=http://sc.jinbocc.com/img/tcsc/tcsc-section7.png*/ no-repeat bottom;
    background-size: 100%;
}

.tcsc-section7 .tcsc-more {
    margin: 25px auto 0;
}

.tcsc-section7 ul {
    display: flex;
    justify-content: space-between;
    margin-top: 110px;
}

.tcsc-section7 ul li {
    background: #fff;
    width: 300px;
    transition: all .5s;
}

.tcsc-section7 ul li:first-child {
    border-top-left-radius: 10px;
    padding-left: 9px;
}

.tcsc-section7 ul li:first-child .tcsc-section7-li-top {
    border-top-left-radius: 10px;
}

.tcsc-section7 ul li:last-child .tcsc-section7-li-top {
    border-top-right-radius: 10px;
}

.tcsc-section7-li-top {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 288px;
    height: 390px;
    margin-top: 8px;
    background: url("../style/images/tcsc-section7-li-top-bg.png")/*tpa=http://sc.jinbocc.com/img/tcsc/tcsc-section7-li-top-bg.png*/;
}

.tcsc-section7-li-top span {
    font-size: 28px;
    color: #384c78;
}

.tcsc-section7 ul li .tcsc-section7-li-top .tcsc-img1 {
    margin-top: 41px;
}

.tcsc-section7 ul li .tcsc-section7-li-bottom .tcsc-img1 {
    margin-top: 22px;
    padding-top: 0;
}

.tcsc-section7 ul li .tcsc-img1 {
    width: 110px;
    height: 126px;
    background: url("../style/images/icon-02.png")/*tpa=http://sc.jinbocc.com/img/tcsc/icon-02.png*/ no-repeat -8px 0px;
}

.tcsc-section7 ul li:nth-child(2) .tcsc-img1 {
    background-position: -134px 0;
}

.tcsc-section7 ul li:nth-child(3) .tcsc-img1 {
    background-position: -260px 0;
}

.tcsc-section7 ul li:nth-child(4) .tcsc-img1 {
    background-position: -386px 0;
}

.tcsc-section7-li-bottom {
    position: relative;
    display: none;
    width: 300px;
    height: 480px;
    margin-top: -90px;
    margin-left: -8px;
    padding: 8px 8px 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background: #fff url("../style/images/tcsc-section7-li-bottom-bg.png")/*tpa=http://sc.jinbocc.com/img/tcsc/tcsc-section7-li-bottom-bg.png*/ no-repeat 15px 15px;
}

.tcsc-section7-li-bottom1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.tcsc-section7-li-bottom h4 {
    padding-top: 58px;
    font-size: 28px;
    color: #fff;
}

.tcsc-section7-li-bottom span {
    padding-top: 30px;
    font-size: 24px;
    color: #fff;
}

.tcsc-section7-li-bottom p {
    width: 230px;
    padding-top: 18px;
    font-size: 14px;
    line-height: 24px;
    color: #d1dfff;
}

.tcsc-section7 ul li.active .tcsc-section7-li-top {
    display: none;
}

.tcsc-section7 ul li.active .tcsc-section7-li-bottom {
    display: block;
}


.tcsc-section8 {
    margin-top: 58px;
}

.tcsc-section8 .tcsc-more {
    margin: 29px auto;
}

.tcsc-section8 ul {
    display: flex;
    justify-content: space-between;
    padding-top: 14px;
}

.tcsc-section8 ul li {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 286px;
    padding-bottom: 15px;
    background: #fff;
    box-shadow: 0 0 38px rgba(62, 176, 255, .15);
}

.tcsc-section8 ul li img {
    padding-top: 15px;
}

.tcsc-section8 ul li span {
    padding-top: 20px;
    font-size: 16px;
    line-height: 1;
    color: #384c78;
}

.tcsc-section8 ul li p {
    padding-top: 1px;
    font-size: 14px;
    color: #748598;
}

.tcsc-section9 {
    margin-top: 60px;
    padding-bottom: 52px;
}

.tcsc-section9 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 44px;
}

.tcsc-section9 ul li {
    width: 215px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    padding: 43px 35px 0;
}

.tcsc-section9 ul li span {
    padding-top: 31px;
    font-size: 16px;
    font-weight: 700;
    color: #384c78;
}

.tcsc-section9 ul li span::after {
    display: block;
    content: '';
    width: 21px;
    height: 2px;
    margin-top: -1px;
    background: #0382ff;
}

.tcsc-section9 ul li p {
    width: 225px;
    padding-top: 10px;
    font-size: 14px;
    line-height: 26px;
    color: #748598;
}

.tcsc-section9 ul li:hover img {
    animation: bounce 1s ease 0s 1 both;
}
.pc-banner {
    display: block;
}
.mobile-banner {
    display: none;
}
/*ipad*/
@media only screen
and (min-width : 768px)
and (max-width : 1024px){
  .pc-banner {
    display: none;
  }
  .mobile-banner {
    display: block;
  } 
  .banner {
    position: relative;
    height: auto;
    margin-top: 90px;
  }
  .banner .banner-img {
    width: 100%;
    height: auto;
  }
  .main-top-wrap {
    width: 100%;
    padding-top: 30px;
  }
  .banner .go-btn {
    width: 224px;
    height: 68px;
    border-radius: 10px;
    line-height: 68px;
    font-size: 24px;
    left: 50%;
    margin-left: -112px;
    color: #13196c;
    background: white;
    bottom: 20%;
    display: block;
    text-align: center;
    position: absolute;
  }
  .home-title3 p {
    max-width: 100%;
  }  
  .tcsc-section1-bottom .tcsc-section1-div1 {
    width: 100%;
  }
  .tcsc-section2 ul li {
    width: 32%;
    padding: 0 10px;
  }

  .tcsc-section2-dl {
    padding-top: 30px;
  }
  .tcsc-section3 {
    height: 520px;
    padding-top: 25px;
    background-size: cover;
    background-position: center;
  }
  .tcsc-section33 {
    height: auto;
    margin: 59px 0 0;
    display: inherit;
    text-align: center;
    padding-bottom: 30px;
 }
  .tcsc-section33 h3 {
    margin-bottom: 30px;
  }
  .tcsc-section33 ul {
    width: 100%; 
    padding-left: 0;
    flex-wrap: wrap;
    justify-content: normal; 
  }
  .tcsc-section33 ul li {
    width: 33%;
    margin-bottom: 25px;
  }
  .tcsc-section6 {
    display: none;
  }
  .tcsc-section33-title {
    padding-left: 0;
  }
  .tcsc-section33-title h3 {
    font-size: 18px;
    color: #384c78;
  }
  .tcsc-section4-left {
    padding-left: 10px;
  }
  .tcsc-section4-right {
    padding-left: 0;
  }
  .tcsc-section4-right a {
    margin-top: 20px;
    margin-bottom: 50px;
  }
}

/*æ‰‹æœº*/
@media screen and ( max-width: 767px) {
  .pc-banner {
    display: none;
  }
  .mobile-banner {
    display: block;
  }
  .banner {
    height: auto;
    margin-top: 58px;
    position: relative;
  }
  .banner .banner-img {
    width: 100%;
    height: auto;
  }
  .main-top-wrap {
    width: 100%;
    padding-top: 30px;
  }
  .app-item-groud {
    display: none;
  }
  .banner .go-btn {
    width: 120px;
    height: 40px;
    border-radius: 10px;
    line-height: 40px;
    font-size: 18px;
    left: 50%;
    margin-left: -60px;
    color: #13196c;
    background: white;
    display: block;
    text-align: center;
    position: absolute;
    bottom: 20%;
  }
 .tcsc-section1-bottom .tcsc-section1-div1 {
    height: auto;
    display: initial;
    justify-content: initial;
 }
 .tcsc-section1-div-left {
     margin-top: 0; 
 }
 .tcsc-section1-div-right ul li {
    width: 50%;
 }
 .tcsc-section1-bottom .tcsc-section1-div ul { 
    flex-wrap: wrap;
 }
 .tcsc-section1-div-right {
    width: 100%;
 }
 .home-title1 h3 {
    font-size: 20px;
 }
 .tcsc-section1 {
    margin-top: 30px;
 }
 .home-title1 p {
    font-size: 14px;
 }
 .tcsc-section2 {
    padding-top: 30px;
 }
 .tcsc-section2 ul {
    flex-wrap: wrap;
 }
 .tcsc-section2 ul li {
    width: 100%;
    background-position: top;
    background-size: 100%;
 }
 .tcsc-section33 ul li span {
    width: 40px;
    height: 40px;
 }
 .tcsc-section6 {
    display: none;
 }
 .tcsc-section3 {
    display: none;
 }
 .tcsc-section2-dl{
    height: auto;
    padding-top: 30px;
 }
 .tcsc-section2 ul li dl.active {
    height: 80px;
 } 
 .tcsc-section2 ul li dl {
    padding: 10px 25px;
 }
 .tcsc-section33 {
    height: auto;
    margin-top: 0;
    display: inherit;
    text-align: center;
 }
 .tcsc-section33-title {
    padding-left: 0;
 }
 .tcsc-section33-title h3 {
    font-size: 14px;
    margin-bottom: 15px;
 }
 .tcsc-section33 ul li p {
    font-size: 14px;
 }
 .tcsc-section33 ul {
    width: 100%;
    padding-left: 0;
    flex-wrap: wrap;
    justify-content: normal;
 }
 .tcsc-section33 ul li {
    width: 50%;
    margin-bottom: 15px;
 }
 .tcsc-section4-bottom {
    margin: 0 auto;
    display: inherit;
 }
 .tcsc-section4-left {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
 }
 .tcsc-section4-right ul li {
    width: 50%;
 }
 .tcsc-section4-right {
    width: 100%;
    padding-left: 0;
 }
 .tcsc-section4-right a {
    margin: 20px auto 40px;
 }
}