.push{
	margin-top: 155px;
}
.pagebanner {
    width: 100%;
    height: 500px;
    position: relative;
}
.pagebanner:before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(24, 95, 157, .45), rgba(99, 145, 186, .31), rgba(242, 242, 242, .0));
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
}

.pagebanner:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 3;
}

.pagebanner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pagebanner .text {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 4;
    transform: translateY(-50%);
}

.pagebanner .pagebanner-title {
    font-size: 50px;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    margin-bottom: 0px;
    font-family: 'arial-bold';
    margin-top: 30px;
}

.pagebanner p {
    font-size: 18px;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0px;
}
.crumbnav-box{
	width: 100%;
    height: auto;
}
.crumbnav {
    width: 100%;
    height: auto;
    text-align: left;
    padding: 20px 0px 30px;
}
.crumbnav ul {
    width: 100%;
    height: auto;
    margin: auto;
    font-size: 15px;
    color: #fff;
}
.crumbnav ul li {
    font-size: 13px;
    line-height: 22px;
    color: #3a3a3a;
    display: inline-block;
    margin-right: 5px;
}
.crumbnav ul li a {
    font-size: 13px;
    line-height: 22px;
    color: #e26455;
    display: inline-block;
}
.crumbnav ul li a:hover {
    color: #e6590d;
}

.crumbnav ul li::before {
    content: ">";
    color: #3a3a3a;
    margin-right: 7px
}
.crumbnav ul li:first-child::before {
    content: "";
    margin-right: 0px;
}
.inner-page-banner{
	width: 100%;
	height: auto;
}
.inner-page-banner-content{
	width: 100%;
	height: auto;
}
.inner-page-banner-content img{
	width: 100%;
	height: 320px;
	object-fit: cover;
}
.pagecontent {
    width: 100%;
    height: auto;
    padding: 40px 0px 60px;
}

.service-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.leftnav {
    width: 330px;
}

.rightcon {
    width: calc(100% - 380px);
}

.sidenav {
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 40px;
    padding: 30px 15px 30px;
    background: #f6f6f3;
}

.leftnav .side-title {
    font-size: 24px;
    line-height: 1.3;
    display: block;
    color: #212529;
    margin-bottom: 0px;
    font-family: 'Times New Roman';
}

.leftnav .side-title a {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
}

.side-title-icon {
    margin-top: 5px;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.side-title-icon span {
    display: inline-block;
    height: 4px;
    background-color: #e26455;
    width: 60px;
    overflow: hidden;
    border-radius: 50px;
    position: relative;
}

.side-title-icon span:after {
    content: '';
    position: absolute;
    left: 0;
    top: -1.1px;
    height: 8px;
    width: 8px;
    background-color: #fff;
    -webkit-animation: heading-move2 5s infinite linear;
    animation: heading-move2 5s infinite linear
}

@-webkit-keyframes heading-move2 {
    0% {
        transform: translateX(-1px)
    }
    50% {
        transform: translateX(54px)
    }
    100% {
        transform: translateX(-1px)
    }
}

@keyframes heading-move2 {
    0% {
        transform: translateX(-1px)
    }
    50% {
        transform: translateX(54px)
    }
    100% {
        transform: translateX(-1px)
    }
}

.leftnavli {
    width: 100%;
    height: auto;
    padding: 0px 0px 0px;
}

.leftnavli>ul {
    width: 100%;
    height: auto;
    margin-bottom: 0px !important;
}

.leftnavli ul li a {
    font-size: 13px;
    line-height: 22px;
    color: #838383;
    display: inline-block;
    max-width: calc(100% - 24px);
}

.leftnavli ul li ul li a {
    font-size: 13px;
}

.leftnavli>ul>li>a {
    color: #212529;
    font-size: 14px;
}

.leftnavli>ul>li>ul>li>a {
    color: #838383;
}

.leftnavli ul li a:hover {
    color: #e26455;
}

.leftnavli ul {
    margin-top: 0px;
    margin-bottom: 7px;
}

.leftnavli ul li {
    width: 100%;
    height: auto;
    padding: 0px 0px 5px 0px;
    margin-bottom: 10px;
    position: relative;
}

.leftnavli ul li ul li:last-child {
    border-bottom: 0px solid #e2e2e2;
    margin-bottom: 0px;
    padding: 5px 0px 0px;
}

.leftnavli>ul>li:last-child {
    border-bottom: 0px solid #8cc7b5;
    margin-bottom: 0px;
}

.leftnavli ul li span {
    float: right;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    margin-top: 5px;
}

.leftnavli ul li span::before {
    content: '\e968';
    font-family: 'icomoon';
    color: #212529;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    transform: rotate(-90deg);
    transition: all .2s;
}

.leftnavli ul li span.down::before {
    content: '\e968';
    color: #e26455;
    transform: rotate(0deg);
}

.leftnavli ul li ul {
    display: none;
    padding-left: 12px;
    margin-top: 5px;
}

.leftnavli>ul>li {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    padding: 10px 0px;
    border-bottom: 1px solid #e6e6e6;
}

.leftnavli>ul>li.shows>a {
    color: #212529;
    font-weight: bold;
}

.leftnavli ul li ul li {
    padding: 8px 0px 8px;
    margin-bottom: 0px;
    border-bottom: 1px solid #e6e6e6;
}

.leftnavli>ul>li>ul {
    padding: 0px 0px 10px 10px;
    margin-top: 10px;
    margin-bottom: 0px;
}
.leftnavli>ul>li>ul>li>span {
    display: none !important;
}
.leftnavli>ul>li>ul>li>ul {
    display: none !important;
}
.leftnavli ul li.navhide{
	display: none !important;
}

.side-inquiry {
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 40px;
    padding: 30px 15px 40px;
    background: #f6f6f3;
}

.side-inquiry .forms {
    width: 100%;
    height: auto;
    padding-top: 10px;
}

.side-inquiry .forms label {
    color: #00378A;
    display: none;
}

.side-inquiry .forms .form-check label {
    display: block;
    color: #000;
}

.side-inquiry .forms .form_control {
    background: #fff;
}

.side-inquiry .forms .form_group {
    margin-bottom: 15px;
}

.side-inquiry .forms .row>div {
    width: 100%;
}

.side-inquiry .forms .submit-btn {
    width: 100%;
}

.side-inquiry .forms textarea.form_control.title {
    height: 120px;
}

.side-inquiry .forms textarea.form_control {
    height: 120px;
}

.pagetitle-content {
    margin-bottom: 25px;
}

.pagetitle {
    margin-bottom: 5px;
    padding-bottom: 0px;
    padding-top: 0px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.pagetitle .pagetitle-info {
    padding-bottom: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
    font-size: 28px;
    margin-top: 0px;
    text-align: left;
    color: #212529;
    position: relative;
    font-family: 'Times New Roman';
    width: 100%;
    line-height: 1.5;
    margin-bottom: 0px;
    font-weight: normal;
}

.pagetitle .to_inquiry {
    color: #fff;
    padding: 9px 20px;
    font-size: 16px;
    display: inline-block;
    border-radius: 4px;
    line-height: 1.2;
    background: #e26455;
    flex-shrink: 0;
    margin-left: 25px;
    margin-top: 2px;
}

.pagetitle .to_inquiry:hover {
    background: #3b83fc;
    color: #fff;
}

.row.center {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.services-section1 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.services-section1 .pic {
    width: 180px;
}

.services-section1 .pic img {
    width: 100%;
    height: auto;
}

.services-section1 .text {
    width: calc(100% - 220px);
}

.services-section1 .text p:last-child {
    padding-bottom: 0px;
}

.about-section2 {
    width: 100%;
    height: auto;
    padding: 80px 0px 40px;
    background: url(../images/about-pic2.png) no-repeat center center/70%;
    background-attachment: fixed;
    position: relative;
}

.about-section2:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(30, 99, 214, .05);
}

.about-section2 .maincon {
    position: relative;
    z-index: 2;
}

.about-section2-list {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
    padding-top: 15px;
}

.about-section2-list .list-item {
    margin-bottom: 30px;
    width: 31%;
    background: rgba(255, 255, 255, .75);
    border-radius: 10px;
    padding: 30px 30px 15px;
}

.about-section2-list .list-item p {
    color: #000;
}

.maps {
    width: 100%;
    height: 550px;
}

.maps iframe {
    width: 100%;
    height: 100%;
}

.career-ssection1 {
    width: 100%;
    height: auto;
    padding: 80px 0px;
}

.career-ssection1-info {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.career-ssection1-info .pic {
    width: 38%;
    position: relative;
    min-height: 450px;
}

.career-ssection1-info .text {
    width: 56%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.career-ssection1-info .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all .5s;
    border-radius: 10px;
}

.career-ssection1-info .text .maintitle {
    margin-bottom: 20px;
}

.career-ssection1-info .text .maintitle .titles {
    font-size: 32px;
    line-height: 1.2;
}

.career-ssection1-info .text-list {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.career-ssection1-info .text-list .list-item {
    width: 49%;
    background: #F3F7FD;
    line-height: 1.2;
    padding: 5px 10px 5px 10px;
    color: #e26455;
    margin-top: 15px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    border-radius: 6px;
    transition: all 0s;
    font-family: 'arial-bold';
}

.career-ssection1-info .text-list .list-item:hover {
    background-color: #e26455;
    color: #fff;
}

.career-ssection1-info .text-list .list-item:hover:before {
    background-image: url(../images/arrow-icon7.svg);
}

.career-ssection2 {
    width: 100%;
    height: auto;
    padding: 0px 0px 80px;
}

.appliction-form {
    width: 100%;
    height: auto;
}

.appliction-form .forms textarea.form_control.title {
    height: 48px;
}

.appliction-form .forms .form_group {
    margin-bottom: 20px;
}

.appliction-form .forms input[type="file"] {
    padding-top: 10px;
}

.services-container .bg-box {
    display: block;
    margin-bottom: 25px !important;
    padding: 10px 20px;
    text-align: center;
    background: #3362ce;
    color: #fff;
    text-align: center;
    border-radius: 0px;
}

.platform-modules-and-services .bg-box {
    background: #dae3f3;
    padding: 15px !important;
    border-radius: 5px;
    margin-bottom: 15px;
}

.info-item1 {
    width: 100%;
    height: auto;
}

.info-item1 .list-item {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    border: 1px solid #e26455;
    margin-bottom: 25px;
}

.info-item1 .list-item .pic {
    width: 35%;
    position: relative;
    overflow: hidden;
}

.info-item1 .list-item .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all .5s;
}

.info-item1 .list-item .text {
    width: 65%;
    padding: 15px 15px 15px;
}

.info-item1 .list-item .text p:last-child {
    padding-bottom: 0px;
}

.info-item1 .list-item .text ul:last-child {
    margin-bottom: 0px;
}

.info-item2 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.info-item2 .list-item {
    width: 25%;
    padding: 0px 10px;
    position: relative;
}

.info-item2 .list-item:before {
    content: '';
    width: 50px;
    height: 20px;
    background: url(../images/arrow-icon8.png) no-repeat center center/contain;
    position: absolute;
    right: -20px;
    top: 45px;
}

.info-item2 .list-item:last-child:before {
    content: none;
}

.info-item2 .list-item img {
    height: 90px;
    width: auto;
}

.info-item2 .list-item .show-center {
    padding-bottom: 0px;
}

.info-item2 .list-item p {
    text-align: center;
    line-height: 1.3;
    font-size: 16px;
}

.info-item2 .list-item a {
    font-weight: bold;
    line-height: 1.3;
}

.info-item3 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.info-item3 .list-item {
    width: 48%;
    margin-bottom: 25px;
    background: #F2F2F2;
    border-radius: 25px;
    padding: 25px 20px 10px;
}

.info-item3 .list-item a {
    font-weight: bold;
}

.info-item3 .list-item img {
    border-radius: 50%;
}

hr {
    margin-bottom: 20px;
    padding-top: 5px;
    border: none;
    border-bottom: 1px solid #ccc;
}

.info-item4 {
    width: 100%;
    height: auto;
}

.info-item4 .list-item {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.info-item4 .list-item .pic {
    width: 80px;
    height: 80px;
}

.info-item4 .list-item .pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.info-item4 .list-item .text {
    width: calc(100% - 100px);
    padding: 20px 15px;
    background: #DCEAF7;
    border-radius: 10px;
}

.info-item4 .list-item .text p:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.info-item4 .list-item:nth-child(2n) .text {
    background: #E7E6E6;
}

.info-item5 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 1px dashed #ebebeb;
    border-left: 1px dashed #ebebeb;
    margin-bottom: 25px;
}

.info-item5 .list-item {
    width: 50%;
    border-right: 1px dashed #ebebeb;
    border-bottom: 1px dashed #ebebeb;
    padding: 20px 20px 5px;
}

.info-item5.style2 {
    border: none;
    margin-bottom: 0px;
}

.info-item5.style2 .list-item {
    border: 1px solid #e26455;
    width: 49%;
    margin-bottom: 25px;
}

.info-item6 {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 20px;
}

.info-item6:before {
    content: '';
    width: 100%;
    padding-bottom: 8%;
    display: block;
    background: url(../images/arrow-icon9.png) no-repeat center center/contain;
}

.info-item6-list {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.info-item6-list p {
    width: 16.66%;
    padding: 0px 1% 0px 4%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
}

.info-item7 {
    width: 750px;
    max-width: 100%;
    height: auto;
    position: relative;
    margin: 45px auto 35px
}

.info-item7:before {
    content: '';
    width: 100%;
    padding-bottom: 14%;
    display: block;
    background: url(../images/arrow-icon10.png) no-repeat center center/contain;
}

.info-item7-list p {
    position: absolute;
    font-weight: bold;
    padding: 0px;
    text-align: center;
    line-height: 1.3;
    font-size: 14px;
}
.info-item7-list p a{
	color: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
}
.info-item7-list p:nth-child(1) {
    color: #e26455;
    top: -17%;
    left: 0px;
}

.info-item7-list p:nth-child(2) {
    color: #e26455;
    top: -17%;
    left: 32%;
}

.info-item7-list p:nth-child(3) {
    color: #e26455;
    top: -17%;
    left: 78%;
    width: 180px;
}

.info-item7-list p:nth-child(4) {
    color: #B0C8F2;
    top: 98%;
    left: 16%;
}

.info-item7-list p:nth-child(5) {
    color: #B0C8F2;
    top: 98%;
    left: 60%;
}

.info-item8 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-top: 1px dashed #ebebeb;
    border-left: 1px dashed #ebebeb;
    margin-bottom: 25px;
}

.info-item8 .list-item {
    width: 33.33%;
    border-right: 1px dashed #ebebeb;
    border-bottom: 1px dashed #ebebeb;
    padding: 20px 15px 5px;
}

.info-item9 {
    width: 100%;
    height: auto;
}

.info-item9 .list-item {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 25px;
}

.info-item9 .list-item .pic {
    width: 30%;
    position: relative;
    overflow: hidden;
}

.info-item9 .list-item .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all .5s;
}

.info-item9 .list-item .text {
    width: 70%;
    padding: 15px 15px 15px;
    background: #D9E2F3;
}

.info-item9 .list-item:nth-child(2n) .text {
    background: #F2F2F2;
}

.info-item9 .list-item .text p:first-child {
    color: #227ACB;
    padding-bottom: 10px;
}

.info-item9 .list-item .text p:last-child {
    padding-bottom: 0px;
}

.info-item9 .list-item .text ul:last-child {
    margin-bottom: 0px;
}

.info-item9.style2 .list-item .text {
    min-height: 200px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.info-item9.style2 .list-item .text p:first-child {
    color: #000;
}

.info-item10 {
    max-width: 100%;
    width: 800px;
    height: auto;
    margin: auto;
}

.info-item10-list {
    width: 100%;
    height: auto;
}

.info-item10-list .list-item {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    position: relative;
}
.info-item10-list .list-item:before {
    content: '';
    width: 25px;
    height: 30px;
    background: url(../images/arrow-icon11.png) no-repeat center center/contain;
    position: absolute;
    left: 20px;
    bottom: -30px;
}
.info-item10-list .list-item:last-child:before {
    content: none;
}

.info-item10-list .list-item .pic {
    width: 70px;
    height: 70px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-item10-list .list-item .pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

.info-item10-list .list-item .text {
    width: calc(100% - 100px);
}

.info-item10-list .list-item .text p {
    padding-bottom: 10px;
}

.info-item10-list .list-item .text p:last-child {
    padding-bottom: 0px;
}

.info-item11-box {
    width: 100%;
    height: auto;
}

.info-item11 {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 15px;
}

.info-item11:before {
    content: '';
    width: 100%;
    padding-bottom: 14%;
    display: block;
    background: url(../images/arrow-icon12.png) no-repeat center center/contain;
    position: absolute;
    left: 0px;
    top: 0px;
}

.info-item11-list {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    column-gap: 5%;
    padding-top: 7%;
}

.info-item11-list .list-item {
    width: 15.5%;
    position: relative;
    padding-bottom: 25px;
}

.info-item11-list .list-item .style1 {
    padding-bottom: 5px;
    text-align: center;
    font-size: 13px;
    line-height: 1.3;
}

.info-item11-list .list-item .style2 {
    padding-bottom: 5px;
    text-align: center;
    font-size: 13px;
    line-height: 1.3;
    color: #999;
}

.info-item11-list .list-item .style3 {
    padding-bottom: 0px;
    text-align: center;
    font-size: 16px;
    color: #000;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
}

.info-item11-list .list-item:nth-child(1) .style1 {
    color: #FF9D24;
}

.info-item11-list .list-item:nth-child(2) .style1 {
    color: #FB5416;
}

.info-item11-list .list-item:nth-child(3) .style1 {
    color: #71B419;
}

.info-item11-list .list-item:nth-child(4) .style1 {
    color: #41B8CD;
}

.info-item11-list .list-item:nth-child(5) {
    margin-left: 20px;
}

.info-item11-list .list-item:nth-child(5) .style1 {
    color: #6893D9;
}

.info-item12-box {
    width: 100%;
    overflow: auto;
}

.info-item12 {
    width: 650px;
    height: auto;
    position: relative;
    margin: 100px auto 50px;
    padding: 0px 100px 0px 60px;
}

.info-item12:before {
    content: '';
    width: 100%;
    padding-bottom: 90%;
    display: block;
    background: url(../images/arrow-icon13.png) no-repeat center center/contain;
}

.info-item12-list .list-item {
    width: 45%;
    position: absolute;
}

.info-item12-list .list-item .style1 {
    font-weight: bold;
    padding-bottom: 5px;
}

.info-item12-list .list-item .style2 {
    padding-bottom: 0px;
    color: #999;
    font-size: 15px;
    line-height: 1.4;
    padding-left: 14px;
    position: relative;
}

.info-item12-list .list-item .style2:before {
    content: '\2022';
    line-height: 10px;
    font-size: 20px;
    position: absolute;
    left: 0px;
    top: 4px;
}

.info-item12-list .list-item:nth-child(1) {
    left: 0px;
    top: -16%;
}

.info-item12-list .list-item:nth-child(2) {
    left: 47%;
    top: 0%;
}

.info-item12-list .list-item:nth-child(3) {
    left: 0px;
    top: 25%;
}

.info-item12-list .list-item:nth-child(4) {
    left: 65%;
    top: 30%;
}

.info-item12-list .list-item:nth-child(5) {
    left: 6%;
    top: 55%;
}

.info-item12-list .style3 {
    left: 62%;
    top: 100%;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 0px;
    position: absolute;
    width: 250px;
}

.info-item13 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.info-item13 .list-item {
    width: 48%;
    margin-bottom: 30px;
    border: 1px solid #BFBFBF;
    border-radius: 30px;
    position: relative;
    padding: 50px 20px 5px;
    margin-top: 30px;
}

.info-item13 .list-item .style1 {
    width: 300px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
    background: #EAF2FE;
    border: 1px solid #e26455;
    max-width: 80%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
    padding: 5px 10px;
    text-align: center;
    border-radius: 15px;
}

.services-container .box {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    border: 2px dashed #e26455;
    border-radius: 30px;
    padding: 20px 20px 5px;
}

.info-item14 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 24px;
}

.info-item14 .list-item {
    width: calc(33.33% - 16px);
    margin-bottom: 25px;
    background: #F3F7FD;
    padding: 20px 15px 5px;
}

.info-item14 .list-item p:nth-child(1) {
    min-height: 54px;
    padding-bottom: 5px;
    line-height: 1.3;
}

.info-item14 .list-item a {
    font-weight: bold;
    text-align: center;
    line-height: inherit;
}

.info-item15 {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
}

.info-item15-list {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.info-item15-list .list-item {
    width: calc(20% - 30px);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.info-item15-list .list-item:after {
    content: '';
    width: 25px;
    height: 40px;
    background: url(../images/arrow-icon14.png) no-repeat center center/contain;
    position: absolute;
    right: -32px;
    top: 70px;
}

.info-item15-list .list-item:last-child:after {
    content: none;
}

.info-item15-list .list-item img {
    margin-bottom: 10px;
    width: auto;
    height: 50px;
}

.info-item15-list .list-item .style1 {
    padding-bottom: 10px;
    text-align: center;
    color: #e26455;
    font-size: 14px;
    line-height: 1.3;
}

.info-item15-list .list-item .style2 {
    padding-bottom: 0px;
    text-align: center;
    font-size: 13px;
    line-height: 1.3;
}

.info-item15.info-style3 .info-item15-list .list-item .style1 {
    font-size: 13px;
}

.info-item15.info-style3 .info-item15-list .list-item .style2 {
    font-size: 12px;
}

.info-item15.info-style4 .info-item15-list .list-item:after {
    top: 30px;
}

.info-item16 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.info-item16 .list-item {
    width: 48%;
    margin-bottom: 15px;
}

.info-item16 .list-item .pic {
    width: 100%;
    height: 150px;
    position: relative;
    margin-bottom: 20px;
}

.info-item16 .list-item .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all .5s;
}

.info-item16 .list-item .pic p {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    background: rgba(0, 0, 0, .2);
    color: #fff;
    text-align: center;
    padding: 10px 10px;
    margin: 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-item17 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 3.5%;
    margin-bottom: 0px;
}

.info-item17 .list-item {
    width: 31%;
    margin-top: 35px;
    position: relative;
    padding: 55px 15px 0px;
    border: 1px solid #e26455;
    margin-bottom: 30px;
}

.info-item17 .list-item .pic {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -35px;
}

.info-item17 .list-item .pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.info-item17 .list-item .style1 {
    text-align: center;
    font-size: 17px;
    line-height: 1.3;
    min-height: 60px;
}

.info-item18-box {
    width: 100%;
    height: auto;
    overflow: auto;
    padding-top: 10px;
    margin-bottom: 30px;
}

.info-item18 {
    width: 700px;
    height: auto;
    margin: auto;
    position: relative;
}

.info-item18 .pic {
    width: 80px;
    height: auto;
}

.info-item18 .pic img {
    width: 100%;
    height: auto;
}

.info-item18 .text .list-item {
    position: absolute;
    left: 100px;
}

.info-item18 .text .list-item p {
    padding-bottom: 4px;
    font-size: 15px;
    line-height: 1.4;
}

.info-item18 .text .list-item p:last-child {
    padding-bottom: 0px;
}

.info-item18 .text .list-item:nth-child(1) {
    top: -2%;
}

.info-item18 .text .list-item:nth-child(2) {
    top: 24%;
}

.info-item18 .text .list-item:nth-child(3) {
    top: 51%;
}

.info-item18 .text .list-item:nth-child(4) {
    top: 80%;
}

.info-item19 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.info-item19 .list-item {
    width: 20%;
    padding: 0px 10px;
}

.info-item19 .list-item .show-center {
    padding-bottom: 0px;
}

.info-item19 .list-item .show-center img {
    border-radius: 50%;
}

.info-item19-2 {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.info-item19-2 .pic {
    width: 40%;
    /* background: #B7C6DD; */
    padding: 20px 0px 20px 0;
}
.info-item19-2 .pic img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center bottom;
}
.info-item19-2 .text {
    width: 60%;
    /* background: #f2f2f2; */
    padding: 20px 15px 10px 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.info-item19-2 .text .list-item {
    width: calc(100% + 30px);
    margin-left: -30px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 10px;
}
.info-item19-2 .text .list-item .list-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    /* background: #3362ce; */
    flex-shrink: 0;
    margin-right: 15px;
    /* margin-top: 6px; */
}
.info-item19-2 .text .list-item .list-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.info-item19-2 .text .list-item .list-text p {
    font-size: 14px !important;
    line-height: 24px;
    padding-bottom: 5px;
}

.info-item20-box {
    width: 100%;
    height: auto;
    overflow: auto;
    padding-top: 10px;
    margin-bottom: 30px;
}

.info-item20 {
    width: 700px;
    height: auto;
    margin: auto;
    position: relative;
}

.info-item20 .pic {
    width: 80px;
    height: auto;
}

.info-item20 .pic img {
    width: 100%;
    height: auto;
}

.info-item20 .text .list-item {
    position: absolute;
    left: 90px;
}

.info-item20 .text .list-item p {
    padding-bottom: 8px;
    font-size: 15px;
    line-height: 1.4;
}

.info-item20 .text .list-item p:last-child {
    padding-bottom: 0px;
}

.info-item20 .text .list-item:nth-child(1) {
    top: 1%;
}

.info-item20 .text .list-item:nth-child(2) {
    top: 22%;
}

.info-item20 .text .list-item:nth-child(3) {
    top: 44%;
}

.info-item20 .text .list-item:nth-child(4) {
    top: 64.5%;
}

.info-item20 .text .list-item:nth-child(5) {
    top: 85.5%;
}

.info-item21 {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
}

.info-item21 .list-item {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.info-item21 .list-item .pic {
    width: 210px;
}

.info-item21 .list-item .text {
    width: calc(100% - 220px);
}

.info-item21 .list-item .pic img {
    width: 90%;
    height: auto;
    margin-bottom: 5px;
}

.info-item21 .list-item .pic p {
    padding-bottom: 0px;
    font-size: 15px;
    line-height: 1.3;
}
.info-item21 .list-item .pic p a{
    font-size: inherit;
    line-height: inherit;
}

.info-item21 .list-item .text p:last-child {
    padding-bottom: 0px;
}

.info-item21 .list-item .text ul:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.info-item21.style2 .list-item .pic {
    width: 230px;
}

.info-item21.style2 .list-item .text {
    width: calc(100% - 230px);
}

.info-item21.style2 .list-item .pic p {
    font-size: 13px;
    line-height: 1.3;
}

.info-item21.style2 .list-item .pic img {
    width: 85%;
}

.info-item21.style3 .list-item .pic {
    width: 220px;
}

.info-item21.style3 .list-item .text {
    width: calc(100% - 230px);
}


.info-item22-box {
    width: 100%;
    height: auto;
    padding-top: 10px;
    margin-bottom: 30px;
}

.info-item22 {
    width: 650px;
    height: auto;
    margin: auto;
    position: relative;
    max-width: 100%;
}

.info-item22 .pic {
    width: 100%;
    height: auto;
}

.info-item22 .pic img {
    width: 100%;
    height: auto;
}

.info-item22 .text .list-item {
    position: absolute;
    width: 32%;
}

.info-item22 .text .list-item p {
    padding-bottom: 3px;
    font-size: 15px;
    line-height: 1.4;
}

.info-item22 .text .list-item p a {
    font-weight: inherit;
}

.info-item22 .text .list-item p:last-child {
    padding-bottom: 0px;
}

.info-item22 .text .list-item:nth-child(1) {
    top: 4%;
    left: 7%;
}

.info-item22 .text .list-item:nth-child(2) {
    top: 4%;
    left: 67%;
}

.info-item22 .text .list-item:nth-child(3) {
    top: 64%;
    left: 7%;
}

.info-item22 .text .list-item:nth-child(4) {
    top: 64%;
    left: 67%;
}

.info-item23 {
    width: 100%;
    height: auto;
}

.info-item23 .list-item {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 25px;
}

.info-item23 .list-item .pic {
    width: 80px;
}

.info-item23 .list-item .pic img {
    width: 100%;
    height: auto;
}

.info-item23 .list-item .text {
    width: calc(100% - 100px);
}

.info-item23 .list-item .text ul:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.info-item24 {
    width: 100%;
    height: auto;
}

.info-item24 .list-item {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.info-item24 .list-item .pic {
    width: 80px;
}

.info-item24 .list-item .pic img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.info-item24 .list-item .text {
    width: calc(100% - 105px);
}

.info-item24 .list-item .text p {
    padding-bottom: 0px;
}

.info-item24 .list-item .text ul:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.info-item25 .show-center {
    padding-bottom: 5px !important;
    margin-bottom: 0px !important;
}

.info-item25.style2 .show-center img {
    margin-bottom: 0px !important;
}
.info-item25.row{
	margin-left: -8px;
    margin-right: -8px;
}
.info-item25.row>div{
	padding-left: 8px;
    padding-right: 8px;
}
strong a {
    font-weight: bold;
}

.info-item26 {
    width: 800px;
    max-width: 100%;
    margin: auto;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 2%;
    margin-bottom: 20px;
}

.info-item26 .list-item {
    width: 32%;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.info-item26 .list-item img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-right: 10px;
    flex-shrink: 0;
}

.info-item26 .list-item p {
    padding-bottom: 0px;
}

.services-container .product-box-title {
    color: #e26455;
    position: relative;
    text-align: center;
    padding-bottom: 0px;
    margin-bottom: 25px;
    font-weight: bold;
}

.services-container .product-box-title:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #ccc;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.services-container .product-box-title span {
    background: #fff;
    padding: 0 15px;
    font-size: 18px;
    position: relative;
    z-index: 2;
}

.services-container .product-title-bg {
    background: #2f5597;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
    display: inline-block;
}

.services-container .product-title-bg a {
    color: #fff;
    text-decoration: none;
}

.services-container .product-inquiry {
    padding: 6px 20px;
    background: #e26455;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    border: 0 solid;
    text-decoration: none;
    float: right;
    font-weight: bold;
}

.services-container .product-inquiry:hover {
    background: #3b83fc;
    color: #fff;
}

.product-table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.product-table th {
    text-align: left;
    font-weight: bold;
    background: #5B9BD5;
    color: #fff;
}

.product-detail-table th {
    text-align: left;
    font-weight: bold;
    background: #5B9BD5;
    color: #fff;
}

.notice {
    background: url(../images/notice.svg) no-repeat 15px 11px/20px #e26455;
    color: #fff !important;
    padding: 8px 15px 8px 50px !important;
    margin-bottom: 30px !important;
    margin-top: 30px !important;
}

.side-box h3 {
    font-size: 18px;
    margin: 0;
    border-bottom: 1px solid #228ebc;
    padding-bottom: 10px;
    color: #228ebc;
}

.side-box {
    border-radius: 6px;
    border: 1px solid rgba(200, 200, 200, 0.7);
    padding: 20px;
    margin-top: 20px;
}

.side-box .side-title {
    font-size: 18px;
    margin: 0;
    border-bottom: 1px solid #e26455;
    padding-bottom: 10px;
    color: #e26455;
    font-family: 'arial-bold';
    margin-bottom: 15px;
}

.filter-shell ul {
    margin: 0;
    padding: 0;
}

.filter-shell ul li {
    list-style: none;
}

.norms_select {
    overflow-y: auto;
    max-height: 500px;
}

.norms_select::-webkit-scrollbar {
    width: 10px;
    height: 1px;
}

.norms_select::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
    background: #dfdfdf;
}

.norms_select::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #fff;
}

.norms_select {
    padding-left: 10px!important;
    line-height: 32px;
}

.norms_select li {
    font-size: .875rem;
    font-weight: normal;
}

.norms_select li input {
    margin-right: 4px;
}

.cbox {
    margin: 10px 0;
    font-weight: bold;
}

.product-search {
    background: #f8f8f8;
    border: 1px solid rgba(200, 200, 200, 0.7);
    margin-bottom: 30px;
    margin-top: 20px;
    padding: 20px;
    border-radius: 6px;
}

.product_nub {
    font-weight: bold;
    padding-bottom: 10px;
    display: block;
    width: 100%;
    font-size: 16px;
}

.product-search form {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.product-search form input {
    width: 400px;
    max-width: calc(100% - 60px);
    border: 1px #ccc solid;
    height: 40px;
    padding: 0px 10px;
    background: #fff;
    color: #000;
    box-shadow: none;
    outline: none;
}

.product-search form button {
    height: 40px;
    padding: 0px 10px;
    width: 60px;
    text-align: center;
    background: #e26455;
    color: #fff;
    border: none;
    box-shadow: none;
    outline: none;
}

.product-search form button:after {
    content: "\e997";
    font-family: 'icomoon' !important;
}

.product-search form button:hover {
    background: #3b83fc;
    color: #fff;
}

.product-list-table table {
    border: none;
}

.product-list-table table tr td {
    border-right: none;
    padding: 4px 0px;
}

.pagination {
    display: inline-block;
    padding-left: 0px !important;
    margin: 20px 0 20px 0;
}

.pagination li {
    display: inline-block;
}

.pagination>li>a,
.pagination>li>span {
    margin-right: 10px;
    border-radius: 20px;
    min-width: 40px;
    text-align: center;
    height: 40px;
    color: #e26455;
    line-height: 40px !important;
    display: inline-block;
    float: none;
    position: static;
    padding: 0 12px;
    border: 1px #e26455 solid;
    text-decoration: none;
}

.pagination>li>a:hover {
    background: #e26455;
    color: #fff;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background: #e26455;
    color: #fff;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-radius: 20px;
}
.services-container .post-holder .post-content a{
	font-size: 18px !important;
}
.info-item27 {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    overflow: auto;
}

.info-item27 .info-item27-box {
    width: 100%;
    min-width: 900px;
    position: relative;
    margin-bottom: 20px;
    padding-right: 30px;
}

.info-item27 .info-item27-box .pic {
    width: 100%;
    height: auto;
}

.info-item27 .info-item27-box .pic img {
    width: 100%;
    height: auto;
}

.info-item27 .info-item27-box .text p {
    padding-bottom: 0px;
    width: 18%;
    position: absolute;
    font-size: 0.9rem;
    line-height: 1.5;
}

.info-item27 .info-item27-box .text p:nth-child(1) {
    left: 6%;
    top: 6%;
}

.info-item27 .info-item27-box .text p:nth-child(2) {
    left: 34%;
    top: 3%;
}

.info-item27 .info-item27-box .text p:nth-child(3) {
    left: 60%;
    top: 3%;
}

.info-item27 .info-item27-box .text p:nth-child(4) {
    left: 86%;
    top: 0%;
    width: 14%;
}

.info-item27 .info-item27-box .text p:nth-child(5) {
    left: 21%;
    top: 80%;
}

.info-item27 .info-item27-box .text p:nth-child(6) {
    left: 47%;
    top: 77%;
}

.info-item27 .info-item27-box .text p:nth-child(7) {
    left: 74%;
    top: 77%;
}

.info-item28 {
    max-width: 100%;
    width: 800px;
    height: auto;
    margin: auto;
}

.info-item28-list {
    width: 100%;
    height: auto;
}

.info-item28-list .list-item {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
    position: relative;
}

.info-item28-list .list-item .pic {
    width: 60px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-item28-list .list-item .pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

.info-item28-list .list-item .pic:before {
    content: '';
    width: 24px;
    height: 24px;
    background: url(../images/arrow-icon16.png) no-repeat center center/contain;
    position: absolute;
    left: 17px;
    bottom: -18px;
}

.info-item28-list.style2 .list-item .pic:before {
    bottom: -30px;
}

.info-item28-list .list-item:last-child .pic:before {
    content: none;
}

.info-item28-list .list-item .text {
    width: calc(100% - 80px);
    min-height: 60px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.info-item28-list .list-item .text p {
    padding-bottom: 0px;
}

.info-item28-list .list-item .text p:last-child {
    padding-bottom: 0px;
}

.info-item28-list.style3 .list-item .text {
    min-height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.info-item29 {
	width: 800px;
    max-width: 100%;
    height: auto;
    margin: auto;
    margin-bottom: 30px;
}

.info-item29-list {
    width: 100%;
    height: auto;
    position: relative;
}

.info-item29-list .pic {
    width: 40%;
    margin: auto;
}

.info-item29-list .pic img {
    width: 100%;
    height: auto;
    margin: auto;
}

.info-item29-list .text .list-item {
    width: 29%;
    position: absolute;
}

.info-item29-list .text .list-item p {
    padding-bottom: 5px;
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
}

.info-item29-list .text .list-item p:last-child {
    padding-bottom: 0px;
    text-align: left;
}

.info-item29-list .text .list-item:nth-child(1) {
    left: 0px;
    top: 0px;
}

.info-item29-list .text .list-item:nth-child(2) {
    right: 0px;
    top: 0px;
}

.info-item29-list .text .list-item:nth-child(3) {
    left: 0px;
    bottom: 0px;
}

.info-item29-list .text .list-item:nth-child(4) {
    right: 0px;
    bottom: 0px;
}

.info-item30 {
    width: 100%;
    height: auto;
    margin: auto;
    margin-bottom: 30px;
    overflow: auto;
}

.info-item30-list {
    width: 700px;
    height: auto;
    position: relative;
    margin: auto;
    max-width: 100%;
}

.info-item30-list .pic {
    width: 100%;
    margin: auto;
}

.info-item30-list .pic img {
    width: 100%;
    height: auto;
    margin: auto;
}

.info-item30-list .text p {
    width: 25%;
    position: absolute;
    line-height: 1.4;
    padding-bottom: 0px;
    text-align: center;
    font-weight: bold;
}

.info-item30-list .text p:nth-child(1) {
    left: 2%;
    top: 5%;
}

.info-item30-list .text p:nth-child(2) {
    right: 2%;
    top: 5%;
}

.info-item30-list .text p:nth-child(3) {
    left: 2%;
    bottom: 24%;
}

.info-item30-list .text p:nth-child(4) {
    right: 2%;
    bottom: 24%;
}

.info-item31 {
    width: 100%;
    height: auto;
    margin: auto;
    margin-bottom: 30px;
    overflow: auto;
}

.info-item31-list {
    width: 900px;
    padding: 140px 60px 160px;
    height: auto;
    position: relative;
    min-width: 900px;
    margin: auto;
}

.info-item31-list.style2 {
    padding: 110px 60px 110px;
}

.info-item31-list .pic {
    width: 100%;
    height: auto;
    margin: auto;
}

.info-item31-list .pic img {
    width: 100%;
    height: auto;
    margin: auto;
}

.info-item31-list .text .list-item {
    width: 30%;
    position: absolute;
}

.info-item31-list .text .list-item p {
    padding-bottom: 5px;
    text-align: center;
    font-size: 15px;
    line-height: 1.5;
}

.info-item31-list .text .list-item .style1 {
    font-weight: bold;
    color: #3362CF;
    font-size: 15px;
}

.info-item31-list .text .list-item p:last-child {
    padding-bottom: 0px !important;
}

.info-item31-list .text .list-item:nth-child(1) {
    left: 0px;
    top: 0px;
}

.info-item31-list .text .list-item:nth-child(2) {
    left: 45%;
    top: 0px;
}

.info-item31-list .text .list-item:nth-child(3) {
    left: 25%;
    bottom: 0%;
}

.info-item31-list .text .list-item:nth-child(4) {
    left: 70%;
    bottom: 0%;
}



.info-item31-style2 {
    width: 100%;
    height: auto;
    margin: auto;
    margin-bottom: 10px;
}

.info-item31-style2-list {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    margin-bottom: 15px
}

.info-item31-style2 .pic {
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0px 100px;
}

.info-item31-style2 .pic img {
    width: 100%;
    height: auto;
    margin: auto;
}
.info-item31-style2-list .list-item {
    width: 28%;
}
.info-item31-style2-list .list-item:first-child{
	margin-right: 18%;
}
.info-item31-style2-list .list-item p {
    padding-bottom: 5px;
    text-align: center;
    font-size: 15px;
    line-height: 1.5;
}
.info-item31-style2-list .list-item .style1 {
    font-weight: bold;
    color: #3362CF;
    font-size: 15px;
}
.info-item31-style2-list .list-item p:last-child {
    padding-bottom: 0px !important;
}
.info-item31-style2-list:last-child {
    align-items: flex-start;
    margin-top: 15px;
    margin-bottom: 15px;
}
.info-item31-style2-list:last-child .list-item:first-child{
	margin-left: 25%;
}



.info-item32 {
    width: 700px;
    max-width: 100%;
    height: auto;
    margin: auto;
    margin-bottom: 30px;
}

.info-item32-list {
    width: 100%;
    height: auto;
    position: relative;
    padding: 50px 0px;
}

.info-item32-list .pic {
    width: 40%;
    margin: auto;
}

.info-item32-list .pic img {
    width: 100%;
    height: auto;
    margin: auto;
}

.info-item32-list .text .list-item {
    width: 29%;
    position: absolute;
}

.info-item32-list .text .list-item p {
    padding-bottom: 5px;
    text-align: left;
    font-size: 14px;
    line-height: 1.4;
}

.info-item32-list .text .list-item p:last-child {
    padding-bottom: 0px;
    text-align: left;
}

.info-item32-list .text .list-item:nth-child(1) {
    left: 0px;
    top: 0px;
}

.info-item32-list .text .list-item:nth-child(2) {
    right: 0px;
    top: 0px;
}

.info-item32-list .text .list-item:nth-child(3) {
    left: 0px;
    bottom: 0px;
}

.info-item32-list .text .list-item:nth-child(4) {
    right: 0px;
    bottom: 0px;
}

.info-item33 {
    width: 100%;
    height: auto;
    margin: auto;
    margin-bottom: 30px;
}

.info-item33-list {
    width: 750px;
    max-width: 100%;
    height: auto;
    position: relative;
    padding: 0px 0px;
    margin: auto;
}

.info-item33-list .pic {
    width: 100%;
    margin: auto;
}

.info-item33-list .pic img {
    width: 100%;
    height: auto;
    margin: auto;
}

.info-item33-list .text .list-item {
    width: 33%;
    position: absolute;
}

.info-item33-list .text .list-item p {
    padding-bottom: 18px;
    text-align: left;
    font-size: 13px;
    line-height: 1.3;
}

.info-item33-list .text .list-item p:last-child {
    padding-bottom: 0px;
    text-align: left;
}

.info-item33-list .text .list-item:nth-child(1) {
    left: 1%;
    top: 4%;
}

.info-item33-list .text .list-item:nth-child(2) {
    right: 1%;
    top: 4%;
}

.info-item33-list .text .list-item:nth-child(3) {
    left: 1%;
    top: 56.5%;
}

.info-item33-list .text .list-item:nth-child(4) {
    right: 1%;
    top: 56.5%;
}

.info-item34 {
    width: 100%;
    height: auto;
    margin: auto;
    margin-bottom: 30px;
    overflow: auto;
}

.info-item34-list {
    width: 100%;
    height: auto;
    position: relative;
    padding: 120px 0px 80px;
    margin: auto;
}

.info-item34-list .pic {
    width: 100%;
    margin: auto;
}

.info-item34-list .pic img {
    width: 100%;
    height: auto;
    margin: auto;
}

.info-item34-list .text .list-item {
    width: 36%;
    position: absolute;
    padding-left: 15px;
}

.info-item34-list .text .list-item:before {
    content: '';
    width: 2px;
    height: calc(100% + 12px);
    background: linear-gradient(to bottom, #c0dcf5, #89a4e3, #f3f6fd);
    top: 0px;
    left: 0px;
    position: absolute;
}

.info-item34-list .text .list-item p {
    padding-bottom: 10px;
    text-align: left;
    font-size: 14px;
    line-height: 1.4;
}

.info-item34-list .text .list-item p:last-child {
    padding-bottom: 0px;
    text-align: left;
}

.info-item34-list .text .list-item:nth-child(1) {
    left: 8%;
    top: 14%;
}

.info-item34-list .text .list-item:nth-child(2) {
    right: 15%;
    top: 0%;
}

.info-item34-list .text .list-item:nth-child(3) {
    left: 20%;
    top: 67%;
}

.info-item34-list .text .list-item:nth-child(4) {
    right: 1%;
    top: 54%;
}

.info-item34-list .text .list-item:nth-child(3):before {
    background: linear-gradient(to top, #c0dcf5, #89a4e3, #f3f6fd);
    top: auto;
    bottom: 0px;
}

.info-item34-list .text .list-item:nth-child(4):before {
    background: linear-gradient(to top, #c0dcf5, #89a4e3, #f3f6fd);
    top: auto;
    bottom: 0px;
}

.info-item35 p {
    font-size: 15px;
    line-height: 1.4;
}

.info-item36 {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.info-item36 .box {
    height: calc(100% - 25px);
}

.info-item36 .box ul {
    margin-bottom: 15px;
}

.services-container .table-style1 tr:first-child th {
    border-top: 1px solid #dcdcdc !important;
    border-bottom: 1px solid #dcdcdc !important;
}

.services-container .table-style1 tr th {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
}

.services-container .table-style1 tr td {
    font-size: 14px;
    line-height: 20px;
}

.services-container .table-style2 {
    border-left: 1px solid #000;
    border-top: 1px solid #000;
}

.services-container .table-style2 tr td {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}

.services-container .font-size-small {
    font-size: 15px;
    line-height: 24px;
}

.services-container .font-size-small2 {
    font-size: 14px;
    line-height: 22px;
}

.info-item37 {
    width: 100%;
    height: auto;
    margin: auto;
    margin-bottom: 30px;
    overflow: auto;
}

.info-item37-list {
    width: 750px;
    height: auto;
    position: relative;
    margin: 0px auto;
}

.info-item37-list .pic {
    width: 100%;
    margin: auto;
}

.info-item37-list .pic img {
    width: 100%;
    height: auto;
    margin: auto;
}

.info-item37-list .text .list-item {
    width: 35%;
    position: absolute;
}

.info-item37-list .text .list-item p {
    padding-bottom: 10px;
    text-align: left;
    font-size: 14px;
    line-height: 1.4;
}

.info-item37-list .text .list-item p:last-child {
    padding-bottom: 0px;
    text-align: left;
}

.info-item37-list .text .list-item:nth-child(1) {
    left: 3%;
    top: -1%;
}

.info-item37-list .text .list-item:nth-child(2) {
    left: 41%;
    top: -1%;
}

.info-item37-list .text .list-item:nth-child(3) {
    left: 22%;
    top: 64%;
}

.info-item37-list .text .list-item:nth-child(4) {
    left: 61%;
    top: 64%;
}

.related-title {
    color: #000 !important;
    margin-bottom: 20px;
    margin-top: 30px;
    font-size: 20px;
    font-family: 'Times New Roman';
}

.services-container .related {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    column-gap: 2%;
    margin-top: 25px;
}

.services-container .related a {
    width: 49%;
    padding: 0px 10px 0px 35px;
    font-size: 15px;
    height: 40px;
    line-height: 40px !important;
    color: #000 !important;
    background: #f5f5f5;
    border-radius: 0px;
    margin-bottom: 10px;
    position: relative;
    display: flex;
    align-items: center;
    transition: all 0s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.services-container .related a:before {
    content: '\e968';
    font-family: 'icomoon';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    color: #3b3b3b;
}

.services-container .related a:hover {
    background: #e26455 !important;
    color: #fff !important;
    transition: all 0s;
}

.related a:hover:before {
    color: #fff;
}

.info-item38 .row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.info-item39 {
    width: 700px;
    margin: auto;
    max-width: 100%;
    height: auto;
}

.info-item39 ul {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 2%
}

.info-item39 ul li {
    width: 32%;
}

.info-item39 ul li:nth-child(2) {
    width: 40%;
}
.info-item39 ul li:nth-child(3) {
    width: 24%;
}
.info-item39 ul li:last-child {
    width: 66%;
}

.info-item40 {
    width: 100%;
    height: auto;
}

.info-item40 .pic {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}

.info-item40 .pic img {
    width: 100%;
    height: auto;
}

.info-item40 .text {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.info-item40 .text p {
    width: 14%;
    height: auto;
    font-size: 13px;
    line-height: 1.3;
    text-align: center;
}

.info-item40 .text p:nth-child(1) {
    width: 12%;
}

.info-item40 .text p:nth-child(2) {
    width: 12%;
}

.info-item40 .text p:nth-child(3) {
    width: 12%;
}

.info-item40 .text p:nth-child(6) {
    width: 16%;
}
.info-item40 .text p:nth-child(7) {
    width: 12%;
}

.info-item41 ul li a {
    font-size: 15px;
}

.info-item42 {
    width: 100%;
    height: auto;
}

.info-item42 .list-item {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.info-item42 .list-item .pic {
    width: 240px;
    height: 140px;
}

.info-item42 .list-item .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.info-item42 .list-item .text {
    width: calc(100% - 260px);
}

.info-item42 .list-item .text p {
    padding-bottom: 0px;
}

.info-item43 {
    width: 100%;
    height: auto;
}

.info-item43 .list-item {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.info-item43 .list-item .pic {
    width: 200px;
    height: 140px;
}

.info-item43 .list-item .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.info-item43 .list-item .text {
    width: calc(100% - 220px);
}

.info-item43 .list-item .text p {
    padding-bottom: 0px;
}

.info-item44 .row {
    display: flex;
    justify-content: space-between;
    align-items: auto;
    flex-wrap: wrap;
}

.info-item44 .row .text {
    height: calc(100% - 120px);
}

.info-item45 .col-md-2 {
    width: 110px;
    height: auto;
}

.info-item45 .col-md-2 img {
    width: 100%;
    height: auto;
}

.info-item45 .col-md-3 {
    width: calc(100% - 130px);
}

.info-item46 {
    width: 100%;
    height: auto;
}

.info-item46 .pic {
    width: 100%;
    height: auto;
    margin-bottom: 3px;
}

.info-item46 .pic img {
    width: 100%;
    height: auto;
}

.info-item46 .text {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.info-item46 .text p {
    width: 18%;
    height: auto;
    font-size: 13px;
    line-height: 1.3;
    text-align: center;
}

.info-item46 .text p:nth-child(1) {
    width: 22%;
}

.info-item46 .text p:nth-child(2) {
    width: 19%;
}

.info-item46 .text p:nth-child(3) {
    width: 18%;
}

.info-item46 .text p:nth-child(4) {
    width: 14%;
}

.info-item46 .text p:nth-child(5) {
    width: 14%;
    margin-right: 1%;
}

.info-item47 {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    position: relative;
}

.info-item47 .pic {
    width: 100%;
    height: auto;
}

.info-item47 .pic img {
    width: 100%;
    height: auto;
}

.info-item47 .text p {
    width: 20%;
    height: auto;
    font-size: 0.9rem;
    line-height: 1.3;
    text-align: center;
    padding-bottom: 0px;
    position: absolute;
    font-weight: bold;
}

.info-item47 .text p:nth-child(1) {
    left: -1%;
    top: 29%;
}

.info-item47 .text p:nth-child(2) {
    left: 26%;
    top: 29%;
}

.info-item47 .text p:nth-child(3) {
    left: 54%;
    top: 29%;
}

.info-item47 .text p:nth-child(4) {
    left: 81%;
    top: 29%;
}

.info-item47 .text p:nth-child(5) {
    left: 13%;
    top: 66%;
}

.info-item47 .text p:nth-child(6) {
    left: 40.5%;
    top: 66%;
}

.info-item47 .text p:nth-child(7) {
    left: 67.6%;
    top: 66%;
}

.pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
}

.pagination .nav-links>a,
.pagination .nav-links>span {
    margin-right: 8px;
    color: #666666;
    border: 1px solid #666;
    padding: 6px 14px;
    margin-bottom: 10px;
    font-size: 16px;
}

.pagination .nav-links .current,
.pagination .nav-links .current:hover,
.pagination .nav-links .current:focus {
    color: #fff;
    background-color: #e26455;
    border-color: #e26455;
}

.pagination .nav-links>a:hover,
.pagination .nav-links>span:hover,
.pagination .nav-links>a:focus,
.pagination .nav-links>span:focus {
    color: #fff;
    background-color: #e26455;
    border-color: #e26455;
}

.services-container .search-empty-box .ulcircle li {
    list-style: circle;
    margin-bottom: 5px;
}

.services-container .color-style1 {
    color: #FF0000 !important;
}

.services-container .list-icon1 {
    padding-left: 28px;
}
.services-container .list-icon1>li {
    padding-left: 0px;
    position: relative;
    list-style: none;
}
.services-container .list-icon1>li:before {
    content: '';
    position: absolute;
    top: 4px;
    left: -28px;
    width: 18px;
    height: 18px;
    background: url(../images/list-icon1.png) no-repeat 0px center/15px;
}
.services-container .list-icon2 {
    padding-left: 19px;
}
.services-container .list-icon2>li {
    list-style: circle;
}
.services-container .list-icon3 {
    padding-left: 22px;
}
.services-container .list-icon3>li {
    padding-left: 0px;
    position: relative;
    list-style: none;
}
.services-container .list-icon3>li:before {
    content: '';
    position: absolute;
    top: 6px;
    left: -22px;
    width: 13px;
    height: 13px;
    background: url(../images/list-icon3.png) no-repeat left center/contain;
}
.info-item48 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 3.5%;
}

.info-item48 .list-item {
    width: 31%;
    margin-bottom: 35px;
    position: relative;
    padding: 20px 20px 5px;
    background: #DEEBF7;
}

.info-item48 .list-item:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: -1;
    background: rgb(214, 220, 229);
}

.info-item48 .list-item:nth-child(3n-1) {
    background: #F2F2F2;
}
.info-item48.info-style2{
	column-gap: 0%;
	justify-content: space-between;
}
.info-item48.info-style2 .list-item{
	width: 48%;
}
.info-item48.info-style2 .list-item:nth-child(3n-1) {
    background: #DEEBF7;
}
.info-item48.info-style2 .list-item:nth-child(2n) {
    background: #F2F2F2;
}
.info-item49 {
    width: 100%;
    height: auto;
    padding-top: 20px;
}

.info-item49 .list-item {
    width: 100%;
    height: auto;
    margin-bottom: 45px;
    position: relative;
}

.info-item49 .list-item:last-child {
    margin-bottom: 20px;
}

.info-item49 .list-item .list-title {
    width: auto;
    height: 36px;
    max-width: 100%;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: -18px;
}

.info-item49 .list-item .list-title:before {
    content: '';
    width: 100%;
    height: 50%;
    background: #404040;
    position: absolute;
    left: 0px;
    top: 0px;
    clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
}

.info-item49 .list-item .list-title p {
    width: auto;
    height: 100%;
    padding: 0px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #3362ce;
    color: #fff;
    position: relative;
    z-index: 2;
    min-width: 400px;
    line-height: 1.3;
    clip-path: polygon(5% 0%, 95% 0%, 90% 100%, 10% 100%);
}

.info-item49 .list-item .list-title p a {
    color: inherit;
    line-height: inherit;
}

.info-item49 .list-item .list-title p a:hover {
    color: #ffc0b9;
}

.info-item49 .list-item .list-text {
    width: 100%;
    height: auto;
    padding: 35px 15px 5px;
    border: 1px dashed #404040;
}
.info-item49.info-style2 p{
	font-size: 15px;
	line-height: 22px;
}
.info-item49.info-style2 a{
	font-size: inherit;
	line-height: inherit;
}
.info-item49.info-style2{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
.info-item49.info-style2 .list-item{
	width: 49%;
}
.info-item49.info-style2 .list-item:last-child{
	margin-bottom: 45px;
}
.info-item49.info-style2 .list-item .list-title{
	height: 46px;
	width: 100%;
	top: -23px;
}
.info-item49.info-style2 .list-item .list-text{
	height: calc(100% - 0px);
}
.info-item49 .list-item .list-title p{
	width: 100%;
	min-width: 100%;
	padding: 0px 40px;
}
.info-item50 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}
.info-item50 .list-item {
    width: 48%;
    height: auto;
    margin-bottom: 25px;
    margin-top: 25px;
    position: relative;
    border: 1px dashed #404040;
}

.info-item50 .list-item .list-title {
    width: 100%;
    height: 36px;
    max-width: 100%;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: -18px;
}

.info-item50 .list-item .list-title:before {
    content: '';
    width: 100%;
    height: 50%;
    background: #404040;
    position: absolute;
    left: 0px;
    top: 0px;
    clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
}

.info-item50 .list-item .list-title p {
    width: 100%;
    height: 100%;
    padding: 0px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #e26455;
    color: #fff;
    position: relative;
    z-index: 2;
    line-height: 1.3;
    clip-path: polygon(5% 0%, 95% 0%, 90% 100%, 10% 100%);
}

.info-item50 .list-item .list-title p a {
    color: inherit;
    line-height: inherit;
}

.info-item50 .list-item .list-title p a:hover {
    color: #ffc0b9;
}

.info-item50 .list-item .list-text {
    width: 100%;
    height: auto;
    padding: 35px 15px 5px;
}

.info-item51 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.info-item51 .list-item {
    width: 49%;
    margin-bottom: 25px;
}

.info-item51 .list-item .style1 {
    width: 100%;
    min-height: 60px;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #DCEAF7;
    border: 1px solid #ccc;
}

.info-item51 .list-item .style1 p {
    padding-bottom: 0px;
    text-align: center;
    width: 100%;
}

.info-item51 .list-item .style2 {
    width: 100%;
    height: calc(100% - 60px);
    padding: 15px 10px 1px;
    border: 1px solid #7F7F7F;
    margin-bottom: 0px;
}

.info-item51 .list-item .style2 p {
    text-align: left;
    width: 100%;
}
.info-item51 .list-item .style3 {
    width: 100%;
    min-height: 140px;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid #7F7F7F;
    margin-bottom: 0px;
}

.info-item51 .list-item .style3 ul {
    margin-bottom: 0px;
    width: 100%;
}
.info-item51.info-style2 {
    justify-content: flex-start;
    column-gap: 2%;
}

.info-item51.info-style2 .list-item {
    width: 32%;
}
.info-item52 {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
}

.info-item52-list {
    width: 75%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.info-item52-list .list-item {
    width: calc(33.33% - 30px);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.info-item52-list .list-item:after {
    content: '';
    width: 25px;
    height: 40px;
    background: url(../images/arrow-icon14.png) no-repeat center center/contain;
    position: absolute;
    right: -40px;
    top: 70px;
}

.info-item52-list .list-item:last-child:after {
    /*content: none;*/
}

.info-item52-list .list-item img {
    margin-bottom: 10px;
    width: auto;
    height: 50px;
}

.info-item52-list .list-item .style1 {
    padding-bottom: 5px;
    min-height: 42px;
    text-align: center;
    color: #e26455;
    font-size: 14px;
    line-height: 1.3;
}

.info-item52-list .list-item .style2 {
    padding-bottom: 0px;
    text-align: center;
    font-size: 13px;
    line-height: 1.3;
}

.info-item52.style2 .info-item52-list {
    justify-content: flex-end;
    margin-left: 25%;
    margin-top: -40px;
}

.info-item52.style2 .info-item52-list .list-item .style1 {
    min-height: auto;
}

.info-item52.style2 .info-item52-list .list-item:after {
    content: none;
}

.info-item52.style3 {
    margin-bottom: 25px;
    margin-top: -50px;
}

.info-item52.style3 .info-item52-list .list-item:after {
    content: '';
    width: 25px;
    height: 40px;
    background: url(../images/arrow-icon17.png) no-repeat center center/contain;
    position: absolute;
    right: -40px;
    top: 70px;
}

.info-item52.style3 .info-item52-list .list-item:last-child:after {
    content: '';
}

.info-item52.style3 .info-item52-list .list-item:last-child:first {
    content: none;
}

.info-item53 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.info-item53 .list-item {
    width: 49%;
    margin-bottom: 25px;
}

.info-item53 .list-item .style1 {
    width: 100%;
    min-height: 60px;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #DCEAF7;
    border: 1px solid #ccc;
    margin-bottom: 5px;
}

.info-item53 .list-item .style1 p {
    padding-bottom: 0px;
    text-align: center;
    width: 100%;
    line-height: 1.3;
}

.info-item53 .list-item .style2 {
    width: 100%;
    height: calc(100% - 65px);
    padding: 20px 10px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    border: 1px solid #7F7F7F;
    margin-bottom: 0px;
}

.info-item53 .list-item .style2 ul {
    padding-bottom: 0px;
    margin-bottom: 0px;
    width: 100%;
}
.info-item53.info-style2{
	justify-content: flex-start;
	column-gap: 2%;
}
.info-item53.info-style2 .list-item{
	width: 32%;
}
.info-item54 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 25px;
}

.info-item54 .pic {
    width: 26%;
}

.info-item54 .pic img {
    width: 100%;
    height: auto;
}

.info-item54 .text {
    width: 36%;
}

.info-item54 .text .text-info:first-child {
    margin-bottom: 10px;
}

.info-item54 .text .style1 {
    width: 90%;
    font-size: 16px;
    line-height: 1.4;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}

.info-item54 .text .style2 {
    font-size: 15px;
    line-height: 1.5;
    padding-bottom: 0px;
    min-height: 105px;
}

.info-item54 .text-left .style1 {
    text-align: right;
    margin-left: 10%;
}

.info-item54 .text-left .style1:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #e26455;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.info-item54 .text-left .style1:before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #e26455;
    position: absolute;
    left: 0px;
    bottom: -3px;
}

.info-item54 .text-right .style1 {
    text-align: left;
}

.info-item54 .text-right .style1:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #e26455;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.info-item54 .text-right .style1:before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #e26455;
    position: absolute;
    right: 0px;
    bottom: -3px;
}

.info-item55 {
    width: 100%;
    height: auto;
}

.info-item55 .list-item {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    padding-top: 20px;
    padding-left: 20px;
    position: relative;
}

.info-item55 .list-text {
    width: 100%;
    height: auto;
    padding: 15px 15px 0px;
    border: 1px dashed #7F7F7F;
    background: #fff;
    border-radius: 18px 0px 18px 0px;
    position: relative;
    z-index: 3;
}

.info-item55 .list-text ul {
    margin-bottom: 10px;
}

.info-item55 .list-item:before {
    content: '';
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    position: absolute;
    left: 0px;
    top: 0px;
    background: #A6A6A6;
    border-radius: 18px 0px 18px 0px;
}

.info-item55 .list-item:after {
    content: '';
    width: 50%;
    height: 30%;
    position: absolute;
    left: 0px;
    bottom: 40px;
    background: #7F7F7F;
}

.info-item55.info-style2 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

.info-item55.info-style2 .list-item {
    width: 48%;
}

.info-item55.info-style2 .list-item .list-text {
    height: 100%;
}

.info-item56 {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
}

.info-item56 p {
    width: 400px;
    max-width: 100%;
    position: relative;
    padding-bottom: 5px;
    border-bottom: 2px solid #7f7f7f;
    text-align: center;
    font-weight: bold;
}

.info-item56 p:before {
    content: '';
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #c8c8c8;
    position: absolute;
    left: -10px;
    bottom: -9px;
    z-index: -1;
}

.info-item56 p:after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #7f7f7f;
    position: absolute;
    left: -6px;
    bottom: -5px;
    z-index: 2;
}

.info-item57 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.info-item57 .list-item {
    width: 49%;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.info-item57 .list-item .list-title {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border: 8px solid #e26455;
    background: #fff !important;
}
.info-item57 .list-item .list-title p {
    padding-bottom: 0px;
    line-height: 1.4;
    text-align: center;
}

.info-item57 .list-item .list-text {
    width: calc(100% - 90px);
    margin-left: -90px;
    padding: 20px 20px 20px 50px;
    border: 1px dashed #215f9a;
    border-radius: 0px 20px 20px 0px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.info-item57 .list-item .list-text p{
	font-size: 15px;
	line-height: 26px;
}
.info-item57 .list-item .list-text p:last-child {
    padding-bottom: 0px;
}

.info-item58 {
	width: 780px;
    max-width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    margin-bottom: 5px;
}

.info-item58 .pic {
    width: 30%;
}

.info-item58 .pic img {
    width: 100%;
    height: auto;
}

.info-item58 .text {
    width: 33%;
}

.info-item58 .text .text-info:first-child {
    margin-bottom: 0px;
}

.info-item58 .text .style1 {
    width: 100%;
    font-size: 15px;
    line-height: 1.4;
    padding-bottom: 0px;
    margin-bottom: 10px;
    position: relative;
}

.info-item58 .text .style2 {
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 0px;
    min-height: 105px;
    text-align: center;
}

.info-item58 .text-left {
    padding-right: 40px;
}

.info-item58 .text-left .style1 {
    text-align: center;
}

.info-item58 .text-left .style1:before {
    content: '';
    width: 35px;
    height: 30px;
    background: url(../images/arrow-icon18.jpg) no-repeat center center/contain;
    position: absolute;
    right: -40px;
    top: 20px;
}

.info-item58 .text-right {
    padding-left: 40px;
}

.info-item58 .text-right .style1 {
    text-align: center;
}

.info-item58 .text-right .style1:before {
    content: '';
    width: 35px;
    height: 30px;
    background: url(../images/arrow-icon19.jpg) no-repeat center center/contain;
    position: absolute;
    left: -40px;
    top: 20px;
}

.info-item59 {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    column-gap: 10px;
    flex-wrap: wrap;
}

.info-item59 .list-pic {
    width: calc(33.33% - 6.66px);
    margin-bottom: 10px;
    position: relative;
}

.info-item59 .list-item,
.info-item59 .list-li {
    width: calc(33.33% - 6.66px);
    margin-bottom: 10px;
    padding: 30px 10px 15px;
    background: #B0C8F2;
    min-height: 232px;
}

.info-item59 .list-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all .5s;
}

.info-item59 .list-item:nth-child(4),
.info-item59 .list-li:nth-child(4) {
    background: #e26455;
}

.info-item59 .list-item:nth-child(6),
.info-item59 .list-li:nth-child(6) {
    background: #e26455;
}

.info-item59 .list-item p,
.info-item59 .list-li p {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
}

.info-item59 .list-item p a,
.info-item59 .list-li p a {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 5px;
    display: inline-block;
}

.info-item59 .list-item p a:hover,
.info-item59 .list-li p a:hover {
    color: #acfff1;
}
.info-item59 .list-item p a{
	padding-left: 12px;
	position: relative;
}
.info-item59 .list-item p a:before{
	content: '\2022';
	line-height: 10px;
	font-size: 25px;
	position: absolute;
	left: 0px;
	top: 4px;
}
.info-item59 .list-item .style1 a{
	padding-left: 0px;
	position: relative;
}
.info-item59 .list-item .style1 a:before{
	content: none;
}
.info-item59 .row>div{
	width: 100%;
}
.info-item59 .row>div p{
	padding-bottom: 0px;
}
.info-item60 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 2%;
}

.info-item60 .list-item {
    width: 32%;
    margin-bottom: 25px;
    border: 2px solid #e26455;
    padding: 25px 15px 10px;
}

.info-item61 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 15px;
}

.info-item61 .list-item {
    width: calc(25% - 11.25px);
    margin-bottom: 25px;
    border: 2px solid #dee5f4;
    padding: 25px 10px 50px;
    position: relative;
    background: #fff;
    border-radius: 15px;
}

.info-item61 .list-item:before {
    content: '';
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0px;
    bottom: 20px;
    background: #e26455;
}
.info-item61 .list-item p {
    font-size: 15px;
    line-height: 22px;
    text-align: left;
}

.info-item61 .list-item p a {
    font-size: 15px;
    line-height: 22px;
    display: inline-block;
    margin-bottom: 5px;
    padding-left: 12px;
	position: relative;
}
.info-item61 .list-item p a:before {
    content: '\2022';
	line-height: 10px;
	font-size: 25px;
	position: absolute;
	left: 0px;
	top: 4px;
}
.info-item61 .list-item .style1 {
    min-height: 60px;
    text-align: center;
}
.info-item61 .list-item .style1 a{
	padding-left: 0px;
	margin-bottom: 0px;
}
.info-item61 .list-item .style1 a:before{
	content: none;
}
.info-item62-box {
    width: 100%;
    height: auto;
    padding-right: 36px;
}

.info-item62 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    margin-bottom: 25px;
}

.info-item62 .list-item {
    width: 25%;
    height: auto;
    padding: 15px 10px 5px;
    border: 1px solid #B0C8F2;
    margin-top: 50px;
    min-height: 160px;
}
.info-item62 .list-item .list-text{
	padding-bottom: 5px;
}
.info-item62 .list-item .list-text p {
    font-size: 15px;
    line-height: 22px;
    padding-bottom: 0px;
}

.info-item62 .list-item .list-text p a {
    font-size: 15px;
    line-height: 22px;
    display: inline-block;
    margin-bottom: 5px;
    padding-left: 12px;
	position: relative;
}
.info-item62 .list-item .list-text p a:before {
    content: '\2022';
	line-height: 10px;
	font-size: 16px;
	position: absolute;
	left: 0px;
	top: 5px;
}
.info-item62 .list-item .list-title {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 50px;
    background: #B0C8F2;
    padding: 0px 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.info-item62 .list-item .list-title:after {
    content: '';
    width: 36px;
    height: 80px;
    background: #B0C8F2;
    position: absolute;
    right: -35px;
    top: -15px;
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}

.info-item62 .list-item .list-title p {
    color: #fff;
    padding-bottom: 0px;
    line-height: 1.3;
    font-size: 15px;
}
.info-item62 .list-item .list-title p a{
    color: inherit;
    line-height: inherit;
    margin-bottom: 0px
}
.info-item62 .list-item .list-title p a:hover{
    color: #edffff;
}
.info-item62 .list-item:nth-child(2) {
    border: 1px solid #7BA2E9;
    margin-top: 100px;
}

.info-item62 .list-item:nth-child(2) .list-title {
    background: #7BA2E9;
    top: 50px;
    left: 25%;
    width: 75%;
    z-index: 2;
}

.info-item62 .list-item:nth-child(2) .list-title:after {
    background: #7BA2E9;
}

.info-item62 .list-item:nth-child(3) {
    border: 1px solid #e26455;
    margin-top: 150px;
}

.info-item62 .list-item:nth-child(3) .list-title {
    background: #e26455;
    top: 100px;
    left: 50%;
    width: 50%;
    z-index: 3;
}

.info-item62 .list-item:nth-child(3) .list-title:after {
    background: #e26455;
}

.info-item62 .list-item:nth-child(4) {
    border: 1px solid #163F88;
    margin-top: 200px;
}

.info-item62 .list-item:nth-child(4) .list-title {
    background: #163F88;
    top: 150px;
    left: 75%;
    width: 25%;
    z-index: 4;
}
.info-item62 .list-item:nth-child(4) .list-title:after {
    background: #163F88;
}

.info-item62.info-style2 .list-item {
    border: 1px solid #B0C8F2;
}

.info-item62.info-style2 .list-item .list-title {
    background: #B0C8F2;
}

.info-item62.info-style2 .list-item .list-title:after {
    background: #B0C8F2;
}

.info-item62.info-style2 .list-item:nth-child(2) {
    border: 1px solid #7BA2E9;
}

.info-item62.info-style2 .list-item:nth-child(2) .list-title {
    background: #7BA2E9;
}

.info-item62.info-style2 .list-item:nth-child(2) .list-title:after {
    background: #7BA2E9;
}

.info-item62.info-style2 .list-item:nth-child(3) {
    border: 1px solid #e26455;
}

.info-item62.info-style2 .list-item:nth-child(3) .list-title {
    background: #e26455;
}

.info-item62.info-style2 .list-item:nth-child(3) .list-title:after {
    background: #e26455;
}

.info-item62.info-style2 .list-item:nth-child(4) {
    border: 1px solid #163F88;
}

.info-item62.info-style2 .list-item:nth-child(4) .list-title {
    background: #163F88;
}

.info-item62.info-style2 .list-item:nth-child(4) .list-title:after {
    background: #163F88;
}

.info-item63 {
    width: auto;
    height: auto;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}

.info-item63 span {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #7e7e7e;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-right: 30px;
    position: relative;
}

.info-item63 span:after {
    content: '';
    width: 10px;
    height: 3px;
    background: #7e7e7e;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
}

.info-item63 span:last-child:after {
    content: none;
}

.info-item63 span:last-child {
    margin-right: 0px;
}

.info-item63 span.style1 {
    background: #1e63d6;
}

.info-item63 span.style1:after {
    background: #1e63d6;
}

.info-item63 span.style2 {
    background: #1e63d6;
}

.info-item63 span.style2:after {
    background: #7e7e7e;
}

.info-item64 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 15px;
}

.info-item64 .pic {
    width: 47%;
}

.info-item64 .pic img {
    width: 100%;
    height: auto;
}

.info-item64 .text {
    width: 26%;
}

.info-item64 .text .list-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.info-item64 .text .list-item img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.info-item64 .text .list-item p {
    width: calc(100% - 50px);
    text-align: right;
    padding-right: 10px;
    padding-bottom: 0px;
    font-size: 15px;
    line-height: 1.3;
}

.info-item64 .text .list-item p a {
    font-size: inherit;
    line-height: inherit;
}

.info-item64 .text-left {
    padding-top: 0%;
}

.info-item64 .text-right .list-item p {
    text-align: left;
    padding-left: 10px;
    padding-right: 0px;
}

.info-item65 {
    width: 100%;
    height: auto;
    margin-bottom: 100px;
}

.info-item65-content {
    width: 700px;
    max-width: 100%;
    height: auto;
    margin: auto;
    position: relative;
}

.info-item65-content .pic {
    width: 100%;
    height: auto;
}

.info-item65-content .pic img {
    width: 100%;
    height: auto;
}

.info-item65-content .text .text-item {
    width: 30%;
    position: absolute;
}

.info-item65-content .text .text-item p {
    font-size: 13px;
    line-height: 1.4;
    padding-bottom: 5px;
}

.info-item65-content .text .text-item ul {
    margin-bottom: 5px;
}

.info-item65-content .text .text-item ul li {
    font-size: 13px;
    line-height: 1.4;
}

.info-item65-content .text .text-item .style1 {
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
}

.info-item65-content .text .text-item:nth-child(1) {
    left: 0px;
    top: 11%;
}

.info-item65-content .text .text-item:nth-child(2) {
    left: 75%;
    top: 5%;
    width: 25%;
}

.info-item65-content .text .text-item:nth-child(3) {
    eft: 0px;
    top: 77%;
    width: 25%;
}

.info-item65-content .text .text-item:nth-child(4) {
    left: 68%;
    top: 65%;
    width: 25%;
}

.info-item65.info-style2 {
    margin-bottom: 70px;
}

.info-item66 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.info-item66 .list-item {
    width: 49%;
    margin-bottom: 25px;
    border: 2px solid #e26455;
    padding: 25px 15px 10px;
}

.info-item67 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.info-item67 .pic {
    width: 38%;
}

.info-item67 .pic img {
    width: 100%;
    height: auto;
}

.info-item67 .text {
    width: 30%;
}

.info-item67 .text .text-info {
    width: 100%;
    height: auto;
    padding: 15px 10px 15px;
    border: 1px solid #e26455;
    min-height: 130px;
}

.info-item67 .text .text-info:first-child {
    margin-bottom: 30px;
}

.info-item67 .text .text-info p {
    font-size: 15px;
    line-height: 22px;
    padding-bottom: 10px;
}

.info-item67 .text .text-info ul li {
    font-size: 15px;
    line-height: 22px;
}

.info-item67 .text .text-info p:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.info-item67 .text .text-info ul:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.info-item67.info-style2 .text .text-info {
    padding: 10px 10px 10px;
}

.info-item67.info-style2 .text .text-info2 {
    min-height: 168px;
}

.info-item67.info-style2 .text .text-info p {
    line-height: 22px;
}

.info-item67.info-style2 .text .text-info p a {
    line-height: 22px;
}
.info-item67.info-style2 .text .text-info .style2 a{
	padding-left: 12px;
	position: relative;
}
.info-item67.info-style2 .text .text-info .style2 a:before{
	content: '\2022';
	line-height: 10px;
	font-size: 25px;
	position: absolute;
	left: 0px;
	top: 4px;
}
.info-item68 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 2%;
}

.info-item68 .list-item {
    width: 32%;
    margin-bottom: 25px;
    padding: 40px 10px 10px;
    background: #B0C8F2;
    position: relative;
}

.info-item68 .list-item:before {
    content: '';
    width: 60px;
    height: 60px;
    background: #fff;
    position: absolute;
    left: -1px;
    top: -1px;
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
}

.info-item68 .list-item:nth-child(2) {
    background: #e26455;
}

.info-item68 .list-item:nth-child(3) {
    background: #B0C8F2;
}

.info-item68 .list-item p {
    color: #fff;
}

.info-item69 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
}

.info-item69 .list-item {
    width: 33.33%;
    margin-bottom: 25px;
}

.info-item69 .list-item .icon {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
}

.info-item69 .list-item .icon img {
    width: auto;
    height: 80px;
}

.info-item69 .list-item .text {
    width: 100%;
    height: calc(100% - 150px);
    padding: 20px 20px 10px;
    background: #5aaae4;
    border-bottom: 8px solid #1e5d8a;
    position: relative;
    margin-top: 70px;
}

.info-item69 .list-item .text:before {
    content: '';
    background: inherit;
    width: 100%;
    height: 60px;
    top: -59px;
    left: 0px;
    position: absolute;
    clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
}

.info-item69 .list-item .text p {
    color: #fff;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #b1cadc;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
}

.info-item69 .list-item .text p a {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

.info-item69 .list-item .text p a:hover {
    color: #d3e8ff;
}

.info-item69 .list-item .text .style1 {
    border-bottom: none;
    font-size: 16px;
    margin-bottom: 15px;
}

.info-item69 .list-item:nth-child(1) {
    width: 35%;
}

.info-item69 .list-item:nth-child(2) {
    width: 33%;
}

.info-item69 .list-item:nth-child(3) {
    width: 32%;
}

.info-item69 .list-item:nth-child(2) .text {
    background: #7cc8ec;
    border-bottom: 8px solid #1e4b69;
}

.info-item69 .list-item:nth-child(3) .text {
    background: #868ad1;
    border-bottom: 8px solid #3c4089;
}

.info-item70 {
    width: 700px;
    max-width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: auto;
}

.info-item70 .list-item {
    width: 50%;
    margin-bottom: 25px;
    border: 1px dashed #d2d2d2;
    border-right: none;
}

.info-item70 .list-item:nth-child(2n) {
    border-right: 1px dashed #d2d2d2;
}

.info-item70 .list-item .pic {
    width: 100%;
    height: auto;
    padding: 20px 20px;
    display: flex;
    justify-content: center;
}

.info-item70 .list-item .pic img {
    width: auto;
    height: 140px;
    max-width: 100%;
    object-fit: contain;
}

.info-item70 .list-item .style1 {
    width: 100%;
    height: auto;
    padding: 5px 10px;
    background: #d9e2f3;
    border-top: 1px dashed #d2d2d2;
    border-bottom: 1px dashed #d2d2d2;
}

.info-item70 .list-item .style2 {
    width: 100%;
    height: auto;
    padding: 20px 15px 5px;
}

.info-item71 {
    width: 800px;
    margin: auto;
    max-width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 15px;
}

.info-item71 .list-item {
    width: calc(33.33% - 10px);
    margin-bottom: 25px;
    border: 2px solid #dee5f4;
    padding: 25px 10px 60px;
    position: relative;
    background: #fff;
    border-radius: 15px;
}

.info-item71 .list-item:before {
    content: '';
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0px;
    bottom: 20px;
    background: #00b0f0;
}

.info-item71 .list-item:nth-child(2):before {
    background: #9fd55b;
}

.info-item71 .list-item:nth-child(3):before {
    background: #ffe699;
}
.info-item71 .list-item p {
    font-size: 15px;
    line-height: 22px;
    text-align: left;
}
.info-item71 .list-item p a {
    font-size: 15px;
    line-height: 22px;
    display: inline-block;
    margin-bottom: 5px;
    padding-left: 12px;
	position: relative;
}
.info-item71 .list-item p a:before{
	content: '\2022';
	line-height: 10px;
	font-size: 25px;
	position: absolute;
	left: 0px;
	top: 4px;
}
.info-item71 .list-item .style1 {
    min-height: 60px;
    padding-bottom: 0px;
    text-align: center;
}
.info-item71 .list-item .style1 a {
    padding-left: 0px;
}
.info-item71 .list-item .style1 a:before {
    content: none;
}
.info-item71 .list-item .pic {
    width: 100%;
    height: auto;
    padding: 10px 10px;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.info-item71 .list-item .pic img {
    width: auto;
    height: 120px;
    max-width: 100%;
    object-fit: contain;
}

.info-item72 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
}

.info-item72 span {
    width: 33.33%;
    height: 26px;
}

.info-item72 span.style1 {
    background: #9cc2e5;
}

.info-item72 span.style2 {
    background: #e99bde;
}

.info-item72 span.style3 {
    background: #e5697e;
}

.info-item73 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    column-gap: 12px;
    flex-wrap: wrap;
}

.info-item73 .list-item {
    width: calc(33.33% - 8px);
    margin-bottom: 25px;
    padding: 20px 10px 1px;
    background: rgb(217, 226, 243);
}

.info-item73 .list-item p {
    font-size: 15px;
    line-height: 24px;
}

.info-item73 .list-item a {
    font-size: 15px;
    line-height: 24px;
}

.info-item73 .list-item ul li {
    font-size: 15px;
    line-height: 24px;
}

.info-pic-left {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.info-pic-left .pic {
    width: auto;
    flex-shrink: 0;
    margin-right: 25px;
    max-width: 100%;
}

.info-pic-left .pic img {
    height: auto;
    max-width: 100%;
}

.info-pic-left .text {
    width: 100%;
}

.info-pic-left .text p:last-child {
    padding-bottom: 0px;
}

.info-pic-left .text ul:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.info-pic-left .text h2:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.info-pic-left .text h3:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.info-pic-right {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.info-pic-right .pic {
    width: auto;
    flex-shrink: 0;
    margin-left: 25px;
    max-width: 100%;
}

.info-pic-right .pic img {
    height: auto;
    max-width: 100%;
}

.info-pic-right .text {
    width: 100%;
}

.info-pic-right .text p:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.info-pic-right .text ul:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.info-pic-right .text h2:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.info-pic-right .text h3:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.info-item31-list.style3 {
    padding: 90px 0px 90px;
}

.info-item31-list.style3 .pic {
    width: 80%;
}

.info-item31-list.style3 .text .list-item p {
    font-size: 13px;
    line-height: 1.4;
}

.info-item31-list.style3 .text .list-item .style1 {
    font-size: 13px;
    line-height: 1.4;
}

.info-item31-list.style3 .text .list-item:nth-child(1) {
    width: 35%;
}

.info-item31-list.style3 .text .list-item:nth-child(2) {
    width: 40%;
    left: 40%;
}

.info-item31-list.style3 .text .list-item:nth-child(3) {
    width: 38%;
    left: 20%;
}

.info-item31-list.style3 .text .list-item:nth-child(4) {
    width: 34%;
    left: 66%;
}

.info-item31-list.style4 {
    padding: 90px 0px 90px;
}

.info-item31-list.style4 .pic {
    width: 80%;
}

.info-item31-list.style4 .text .list-item p {
    font-size: 13px;
    line-height: 1.4;
}

.info-item31-list.style4 .text .list-item .style1 {
    font-size: 13px;
    line-height: 1.4;
}

.info-item31-list.style4 .text .list-item:nth-child(1) {
    width: 35%;
}

.info-item31-list.style4 .text .list-item:nth-child(2) {
    width: 40%;
    left: 40%;
}

.info-item31-list.style4 .text .list-item:nth-child(3) {
    width: 38%;
    left: 20%;
}

.info-item31-list.style4 .text .list-item:nth-child(4) {
    width: 37%;
    left: 65%;
}

.info-item74>div {
    width: 32%;
}

.info-item74>div:last-child {
    width: 36%;
}

.info-item34-list.style2 {
    padding: 130px 0px 80px;
}

.info-item34-list.style2 .text .list-item {
    width: 30%;
}

.info-item34-list.style2 .text .list-item:nth-child(1) {
    left: 0%;
    top: 16%;
}

.info-item34-list.style2 .text .list-item:nth-child(2) {
    left: 32%;
    top: 8%;
}

.info-item34-list.style2 .text .list-item:nth-child(3) {
    left: 64%;
    top: 0px;
}

.info-item34-list.style2 .text .list-item:nth-child(4) {
    left: 15%;
    bottom: 0%;
    top: auto;
}

.info-item34-list.style2 .text .list-item:nth-child(5) {
    left: 50%;
    bottom: 5%;
    top: auto;
}

.info-item34-list.style2 .text .list-item:nth-child(3):before {
    background: linear-gradient(to bottom, #c0dcf5, #89a4e3, #f3f6fd);
    top: 0px;
    bottom: auto;
}

.info-item34-list.style2 .text .list-item:nth-child(5):before {
    background: linear-gradient(to top, #c0dcf5, #89a4e3, #f3f6fd);
    top: auto;
    bottom: 0px;
}

.info-item75 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 1.25%;
}

.info-item75 .list-item {
    width: 19%;
    height: auto;
}

.info-item75 .list-item .show-center {
    margin-bottom: 10px !important;
}

.info-item76 .style1 {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.info-item77 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 1.25%;
}

.info-item77 .list-item {
    width: 19%;
    height: auto;
}

.info-item77 .list-item .show-center {
    margin-bottom: 10px !important;
}

.info-item77 .list-item p {
    font-size: 14px;
    line-height: 1.3;
}

.info-item77 .list-item p a {
    font-size: inherit;
    line-height: inherit;
}

.info-item78 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 2%;
}

.info-item78 .list-item {
    width: 32%;
    margin-bottom: 25px;
    position: relative;
    padding: 20px 20px 5px;
    background: #DEEBF7;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, .3);
}

.info-item78 .list-item:nth-child(3n-1) {
    background: #F2F2F2;
}

.info-item78 .list-item ul {
    margin-bottom: 10px;
}

.info-item78.info-style2 {
    justify-content: center;
}

sup,
sub {
    line-height: 12px;
}

.info-item79 {
    width: auto;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    column-gap: 15px;
}

.info-item79 {
    width: auto;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    column-gap: 5px;
}

.info-item79 span {
    width: 50px;
    height: 22px;
    border-radius: 100px;
    border: 2px solid #1A499E;
}

.info-item79 span.style-full {
    background: #3362ce;
}

.info-item80 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    column-gap: 2%;
    flex-wrap: wrap;
}

.info-item80 .list-item {
    width: 32%;
    margin-bottom: 25px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, .3);
    border-radius: 15px;
    padding-top: 15px;
    padding-bottom: 5px;
}

.info-item80 .list-item .style1 {
    width: 100%;
    height: auto;
    min-height: 62px;
    margin-bottom: 20px;
    padding: 10px 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #DAE3F3;
    line-height: 1.3;
}
.info-item80 .list-item .style1 a{
	line-height: inherit;
	font-size: inherit;
}
.info-item80 .list-item:nth-child(2n) .style1 {
    background: #F2F2F2;
}

.info-item80 .list-item .pic {
    width: 75%;
    padding-bottom: 50%;
    overflow: hidden;
    position: relative;
    margin: 0px auto 20px;
}

.info-item80 .list-item .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all .5s;
}

.info-item80 .list-item:hover .pic img {
    transform: scale(1.1);
}

.info-item80 .list-item .text {
    padding: 0px 15px;
}

.info-item81 {
    width: 800px;
    max-width: 100%;
    height: auto;
    margin: auto;
    padding: 10px 0px
}

.info-item81 .pic {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.info-item81 .pic img {
    width: 100%;
    height: auto;
}

.info-item81 .text {
    width: 100%;
    height: auto;
    padding: 0px 6%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.info-item81 .text p {
    width: 29%;
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
}

.careers-detail-box {
    width: 100%;
    height: auto;
    padding: 30px 30px 15px;
    background-color: #f7f7f7;
    background-image: url(../images/logo-icon.svg);
    background-repeat: no-repeat;
    background-position: 95% 40%;
    background-size: 300px auto;
}

.careers-detail-box h2 {
    color: #e26455;
}

.info-solutions-tab {
    width: 100%;
    height: auto;
    margin-bottom: 20px
}

.info-solutions-tab .solutions-tab-title {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    margin-top: 10px;
}

.info-solutions-tab .solutions-tab-title h2 {
    width: 25%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
    text-align: center;
    background: #F5F9FF;
    color: #000;
    line-height: 1.3;
    font-size: 14px;
    cursor: pointer;
    border-right: 1px solid #fff;
    font-family: 'arial-bold';
}

.info-solutions-tab .solutions-tab-title h2.shows {
    background: #F5F9FF;
    color: #e26455;
    font-family: 'arial-bold';
}

.info-solutions-tab .solutions-tab-list {
    width: 100%;
    height: auto;
}

.info-solutions-tab .solutions-tab-list .tab-list-content {
    width: 100%;
    height: auto;
    display: none;
}

.info-solutions-tab .solutions-tab-list .tab-list-content:first-child {
    display: block;
}

.info-item82 {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-item82 .pic {
    width: 550px;
    position: relative;
}

.info-item82 .text {
    width: calc(100% - 580px);
    border: 1px solid #e26455;
    padding: 20px 20px 5px;
}

.info-item82 .pic .pic-box {
    width: 100%;
    height: auto;
}

.info-item82 .pic .pic-box img {
    width: 100%;
    height: auto;
}

.info-item82 .pic .pic-list p {
    padding: 0px;
    font-size: 13px;
    line-height: 1.3;
    color: #FF0000;
    position: absolute;
    font-family: 'arial-bold';
}

.info-item82 .pic .pic-list p a {
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    font-weight: inherit;
}

.info-item82 .pic .pic-list p:nth-child(1) {
    left: 4%;
    top: 6%;
}

.info-item82 .pic .pic-list p:nth-child(2) {
    left: 4%;
    top: 25%;
}

.info-item82 .pic .pic-list p:nth-child(3) {
    left: 4%;
    top: 31.5%;
}

.info-item82 .pic .pic-list p:nth-child(4) {
    left: 4%;
    top: 36%;
}

.info-item82 .pic .pic-list p:nth-child(5) {
    left: 4%;
    top: 42.5%;
}

.info-item82 .pic .pic-list p:nth-child(6) {
    right: 2%;
    top: 14.5%;
}

.info-item82 .pic .pic-list p:nth-child(7) {
    right: 2%;
    top: 23.5%;
}

.info-item82 .pic .pic-list p:nth-child(8) {
    right: 2%;
    top: 29%;
}

.info-item82 .pic .pic-list p:nth-child(9) {
    right: 2%;
    top: 34%;
}

.info-item82 .pic .pic-list p:nth-child(10) {
    right: 2%;
    top: 38.5%;
}

.info-item82 .pic .pic-list p:nth-child(11) {
    right: 2%;
    top: 49%;
}

.info-item82 .pic .pic-list p:nth-child(12) {
    right: 2%;
    top: 57%;
}

.info-item83 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 1.25%;
}

.info-item83 .list-item {
    width: 19%;
    margin-bottom: 25px;
    position: relative;
}

.info-item83 .list-item .pic {
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
}

.info-item83 .list-item .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all .5s;
}

.info-item83 .list-item:hover .pic img {
    transform: scale(1.1);
}

.info-item83 .list-item .text {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 50%;
    overflow: hidden;
    background: rgba(68, 68, 68, .45);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    padding: 0px 10px;
    padding-top: 25%;
}

.info-item83 .list-item .text p {
    font-size: 13px;
    line-height: 1.3;
    padding-bottom: 5px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.info-item83 .list-item:hover .text p {
    color: #b3c5ff;
}

.info-item83 .list-item .text ul li {
    font-size: 13px;
    line-height: 1.3;
    color: #fff;
}

.info-item83 .list-item .text ul {
    margin-bottom: 0px;
}

.info-item84 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.info-item84 .list-item {
    width: 48%;
    margin-bottom: 25px;
    border: 1px solid #BFBFBF;
    border-left: 10px solid #e26455;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 15px;
    border-radius: 0px 200px 200px 0px;
}

.info-item84 .list-item:nth-child(4n) {
    border-left: 10px solid #9CB9EE;
}

.info-item84 .list-item:nth-child(4n-1) {
    border-left: 10px solid #9CB9EE;
}

.info-item84 .list-item:hover {
    border: 1px solid #e26455;
    border-left: 10px solid #e26455;
}

.info-item84 .list-item .pic {
    width: 130px;
}

.info-item84 .list-item .pic img {
    width: 100%;
    height: auto;
}

.info-item84 .list-item .text {
    width: calc(100% - 150px);
}

.info-item84 .list-item .text p {
    font-family: 'arial-bold';
    line-height: 1.3;
    padding: 0px;
}

.info-item84 .list-item:hover .text p {
    color: #e26455;
}

.info-item85 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 1.33%;
}

.info-item85 .list-item {
    width: 24%;
    margin-bottom: 25px;
    background: #3362ce;
    border-radius: 30px 30px 0px 0px;
    overflow: hidden;
}

.info-item85 .list-item:nth-child(2n) {
    background: #9CB9EE;
}

.info-item85 .list-item .pic {
    width: 100%;
    height: 180px;
    overflow: hidden;
    position: relative;
}

.info-item85 .list-item .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all .5s;
}

.info-item85 .list-item .pic:before {
    content: '';
    width: 100%;
    padding-bottom: 19%;
    position: absolute;
    left: 0px;
    bottom: -1px;
    background: url(../images/arrow-icon20.png) no-repeat center bottom/contain;
    z-index: 2;
}

.info-item85 .list-item:nth-child(2n) .pic:before {
    content: '';
    width: 100%;
    padding-bottom: 19%;
    position: absolute;
    left: 0px;
    bottom: -1px;
    background: url(../images/arrow-icon21.png) no-repeat center bottom/contain;
    z-index: 2;
}

.info-item85 .list-item .text {
    width: 100%;
    height: calc(100% - 180px);
    padding: 10px 5px 20px;
}

.info-item85 .list-item .text h3 {
    color: #fff;
    line-height: 1.3;
    font-size: 15px;
    text-align: center;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-item85 .list-item .text h3 a {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
}

.info-item85 .list-item .text h3 a:hover {
    color: #ffd1d1;
}

.info-item85 .list-item .text .text-info {
    width: 100%;
    height: calc(100% - 55px);
    background: #fff;
    padding: 15px 5px 5px;
    border-radius: 10px;
}

.info-item85 .list-item .text .text-info ul {
    margin-bottom: 0px;
}

.info-item85 .list-item .text .text-info ul li {
    font-size: 12px;
    line-height: 1.3;
    margin-bottom: 10px;
}

.info-item85 .list-item .text .text-info ul li a {
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    font-weight: inherit;
    color: #e26455;
}

.info-item85 .list-item .text .text-info ul li a:hover {
    color: #3b83fc;
}

.info-item86 {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.info-item86 .pic {
    width: 35%;
}

.info-item86 .pic img {
    width: 100%;
    height: auto;
}

.info-item86 .text {
    width:62%;
}

.info-item86 .text h3 {
    font-size: 16px;
    margin-bottom: 5px;
}

.info-item86 .text p {
    padding-bottom: 0px;
}

.info-item86 .text .text-content {
    margin-bottom: 15px;
}

.info-item86 .text .text-content:last-child {
    margin-bottom: 0px;
}

.info-item87 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 50px;
}

.info-item87>div {
    width: auto;
}
.info-item88 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 15px;
}

.info-item88>div {
    width: auto;
}
.side-recent-post {
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 40px;
    padding: 30px 15px 30px;
    background: #F3F7FD;
}

.recent-post-list {
    width: 100%;
    height: auto;
    padding-top: 10px;
}

.recent-post-list .list-item {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.recent-post-list .list-item:last-child {
    margin-bottom: 0px;
}

.recent-post-list .list-item .pic {
    width: 80px;
    padding-bottom: 70px;
    overflow: hidden;
    position: relative;
}

.recent-post-list .list-item .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all .5s;
}

.recent-post-list .list-item:hover .pic img {
    transform: scale(1.1);
}

.recent-post-list .list-item .text {
    width: calc(100% - 95px);
}

.recent-post-list .list-item .text p {
    padding: 0px;
    margin: 0px;
    color: #000;
    font-size: 16px;
    line-height: 1.3;
    font-weight: bold;
}

.recent-post-list .list-item:hover .text p {
    color: #e26455;
}

.side-tags {
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 40px;
    padding: 30px 15px 20px;
    background: #F3F7FD;
}

.side-tags-list {
    width: 100%;
    height: auto;
    padding-top: 10px;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 30px;
}

.side-tags-list a {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 5px;
    background: #fff;
    color: #e26455;
    margin-bottom: 15px;
    font-weight: bold;
}

.side-tags-list a:hover {
    background: #e26455;
    color: #fff;
}

.resources-list {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 3.5%;
}

.resources-list .list-item {
    width: 31%;
    margin-bottom: 35px;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 8px 3px rgb(0, 0, 0, .05);
    position: relative;
    padding-bottom: 60px;
    transition: all .2s;
}

.resources-list .list-item:hover {
    transform: translateY(-5px);
}

.resources-list .list-item .pic {
    width: 100%;
    padding-bottom: 70%;
    overflow: hidden;
    position: relative;
}

.resources-list .list-item .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all .5s;
}

.resources-list .list-item:hover .pic img {
    transform: scale(1.1);
}

.resources-list .list-item .text {
    width: 100%;
    height: auto;
    padding: 20px 10px;
}

.resources-list .list-item .text h2 {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.resources-list .list-item:hover .text h2 {
    color: #e26455;
}

.resources-list .list-item .text p {
    font-size: 15px;
    line-height: 1.4;
    padding-bottom: 0px;
    margin-bottom: 10px;
    color: #666;
    max-height: 66px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.resources-list .list-item .text .read-more-btn {
    position: absolute;
    left: 10px;
    bottom: 25px;
}

.read-more-btn {
    display: inline-block;
    font-family: 'arial-bold';
    font-size: 15px;
    color: #fff;
    padding: 7px 22px;
    font-weight: 500;
    border-radius: 8px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    border: none;
    background: #05152F;
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}

.read-more-btn:hover {
    color: #fff;
}

.read-more-btn::before {
    content: "";
    position: absolute;
    background: #e26455;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 0 0 50% 50%;
    transition: all .5s ease-in-out;
    z-index: -1;
}

.read-more-btn::after {
    content: "";
    position: absolute;
    background: #05152F;
    height: 0;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 0 0 50% 50%;
    transition: all .5s ease-in-out;
    z-index: -1;
}

.read-more-btn:hover {
    background: #e26455;
}

.read-more-btn:hover::after {
    height: 100%;
}

.pages {
    text-align: center;
}

.services-container .download-box {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
}

.services-container .download-box a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    padding: 6px 16px;
    border-radius: 5px;
    background: #e26455;
    color: #fff;
    font-family: 'arial-bold';
}

.services-container .download-box a:after {
    content: "\e974";
    font-family: 'icomoon' !important;
    font-size: 18px;
    margin-bottom: 2px;
}

.services-container .download-box a:hover {
    background: #3b83fc;
    color: #fff;
}

.notice {
    background: url(../images/notice.svg) no-repeat 15px 10px/18px #f3f3f3;
    padding: 10px 20px 10px 40px !important;
    margin-bottom: 30px !important;
    margin-top: 20px !important;
    color: #212529 !important;
}
.services-container table{
	width: 80%;
	max-width: 100%;
	margin: 0px auto 20px;
}
.services-container table tr td{
	font-size: 15px;
	line-height: 24px;
	padding: 8px 6px;
}
.services-container table ul li{
	font-size: 15px;
	line-height: 24px;
}
.services-container table p{
	font-size: 15px;
	line-height: 24px;
}
.services-container table a{
	font-size: 15px;
	line-height: 24px;
}

.services-container .service-table-fontsmall tr td{
	font-size: 14px;
	line-height: 22px;
	padding: 8px 6px;
}
.services-container .service-table-fontsmall ul li{
	font-size: 14px;
	line-height: 22px;
}
.services-container .service-table-fontsmall p{
	font-size: 14px;
	line-height: 22px;
}
.services-container .service-table-fontsmall a{
	font-size: 14px;
	line-height: 22px;
}

.services-container .service-table-fontsmall2 tr td{
	font-size: 13px;
	line-height: 20px;
	padding: 8px 6px;
}
.services-container .service-table-fontsmall2 ul li{
	font-size: 13px;
	line-height: 20px;
}
.services-container .service-table-fontsmall2 p{
	font-size: 13px;
	line-height: 20px;
}
.services-container .service-table-fontsmall2 a{
	font-size: 13px;
	line-height: 20px;
}
.info-item89{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
.info-item89>div{
	width: 49%;
}
.Meet-btn{
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 15px;
}
.Meet-btn span{
	display: inline-block;
	padding: 8px 28px 6px;
	background: #3463CF;
	border: 1px solid #DAE3F5;
	border-radius: 8px;
	color: #fff;
	font-size: 18px;
	font-family: 'arial-bold';
}
.services-container .title-icon1{
	padding-left: 24px;
	position: relative;
}
.services-container .title-icon1:before{
	content: '';
	width: 18px;
	height: 18px;
	position: absolute;
	left: 0px;
	top: 5px;
	background: url(../images/title-icon1.png) no-repeat left center/contain;
}
.info-item90 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    background: #F2F2F2;
    margin-bottom: 25px;
}
.info-item90 .pic{
    width: 35%;
    position: relative
}
.info-item90 .pic img{
    width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.info-item90 .text{
    width: 65%;
    padding: 25px 20px 10px
}
.info-item90-form{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.info-item90-form input{
	width: calc(50% - 50px);
	height: 40px;
	border: 1px solid #0070C0;
	box-shadow: none;
	outline: none;
	background: none;
	padding: 0px 5px;
	color: #000;
	font-size: 15px;
}
.info-item90-form button{
	width: 80px;
	height: 40px;
	border: none;
	box-shadow: none;
	outline: none;
	background: #0070C0;
	text-align: center;
	color: #fff;
}
.info-item90-form button:hover{
	background: #3b83fc;
}
.info-item91{
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 25px;
}
.info-item91 .swiper-slide .pic{
	width: 100%;
	padding-bottom: 100%;
	overflow: hidden;
	position: relative;
}
.info-item91 .swiper-slide .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.info-item91 .swiper-slide:hover .pic img{
	transform: scale(1.1); 
}
.info-item91 .swiper-slide .pic p{
	width: 100%;
	height: auto;
	padding: 10px 10px;
	min-height: 56px;
	font-family: 'arial-bold';
	line-height: 1.3;
	background: rgba(255,255,255,.8);
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.info-item91 .swiper-slide:hover .pic p{
	opacity: 0;
}
.info-item91 .swiper-slide .text{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: rgba(0,0,0,.7);
	padding: 15px 10px;
	overflow: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	opacity: 0;
	transform: scale(1.2);
	transition: all .3s;
}
.info-item91 .swiper-slide:hover .text{
	opacity: 1;
	transform: scale(1);
}
.info-item91 .swiper-slide .text h3{
	font-size: 15px;
	line-height: 1.3;
	text-align: center;
	margin-bottom: 10px;
	color: #fff;
	width: 100%;
}
.info-item91 .swiper-slide .text p{
	font-size: 13px;
	line-height: 1.4;
	color: #fff;
}
.info-item91 .swiper-slide .text ul li{
	font-size: 13px;
	line-height: 1.4;
	color: #fff;
	margin-top: 5px;
}
.info-item91 .swiper-slide .text ul li:before{
	top: 4px;
}
.info-item92{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 25px;
	padding: 15px 30px 30px;
	background: #F2F2F2;
	margin-top: 20px;
}
.info-item92 .text{
	width: 33%;
}
.info-item92 .pic{
	width: 30%;
	margin-top: 15px
}
.info-item92 .pic img{
	width: 100%;
	height: auto;
}
.info-item92 .text h3{
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 5px;
}
.info-item92 .text p{
	font-size: 15px;
	line-height: 24px;
	padding-bottom: 0px;
}
.info-item92 .text p a{
	font-size: inherit;
	line-height: inherit;
}
.info-item92 .text:first-child h3{
	text-align: right;
}
.info-item92 .text:first-child p{
	text-align: right;
}
.info-item93{
	width: 100%;
	height: auto;
}
.info-item93-info{
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: auto;
	position: relative;
	margin-bottom: 50px;
	padding-top: 40px;
}
.info-item93-info .pic{
	width: 40%;
	margin: auto;
	display: block;
}
.info-item93-info .pic img{
	width: 100%;
	height: auto;
}
.info-item93-info .text .list-item{
	width: 30%;
	position: absolute;
}
.info-item93-info .text .list-item .style1{
	font-size: 17px;
	font-family: 'arial-bold';
	line-height: 1.3;
	margin-bottom: 5px;
	padding-bottom: 0px;
}
.info-item93-info .text .list-item .style2{
	font-size: 14px;
	line-height: 22px;
	padding-bottom: 0px;
}
.info-item93-info .text .list-item:nth-child(1){
	top: 0px;
	left: 10%;
	text-align: right;
	width: 36%;
}
.info-item93-info .text .list-item:nth-child(2){
	top: 15%;
	left: 65%;
	text-align: left;
	width: 34%;
}
.info-item93-info .text .list-item:nth-child(3){
	top: 84%;
	left: 65%;
	text-align: left;
	width: 34%;
}
.info-item93-info .text .list-item:nth-child(4){
	top: 84%;
	left: 0%;
	text-align: right;
	width: 34%;
}
.info-item93-info .text .list-item:nth-child(5){
	top: 35%;
	left: 0%;
	text-align: right;
	width: 29%;
}
.info-item-down {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    background: #F2F2F2;
    margin-bottom: 25px;
}
.info-item-down .pic{
    width: 35%;
    position: relative
}
.info-item-down .pic img{
    width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.info-item-down .text{
    width: 65%;
    padding: 25px 20px 10px
}
.info-item-down-form{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.info-item-down-form input{
	width: calc(50% - 50px);
	height: 40px;
	border: 1px solid #0070C0;
	box-shadow: none;
	outline: none;
	background: none;
	padding: 0px 5px;
	color: #000;
	font-size: 15px;
}
.info-item-down-form button{
	width: 90px;
	height: 40px;
	border: none;
	box-shadow: none;
	outline: none;
	background: #0070C0;
	text-align: center;
	color: #fff;
	font-size: 15px;
}
.info-item-down-form button:hover{
	background: #3b83fc;
}
.side-filter{
	width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 40px;
    background: #F1FCFF;
    padding: 5px 0px 30px;
}
.side-filter-list{
	width: 100%;
    height: auto;
    padding: 0px 0px 0px 10px;
}
.side-filter-list .list-content{
	width: 100%;
    height: auto;
    margin-bottom: 5px;
    padding: 0px 0px;
    border-bottom: 1px solid #e5e5e5;
}
.side-filter-list .list-content:last-child{
	border-bottom: none;
	padding-bottom: 0px;
}
.side-filter-list .list-title{
	width: 100%;
    height: auto;
    position: relative;
}
.side-filter-list .list-title p{
	color: #000;
    font-size: 16px;
    font-weight: bold;
    padding-right: 24px;
    margin-bottom: 0px;
}
.side-filter-list .list-title .list-arrow{
	float: right;
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 18px;
	height: 18px;
	margin-top: 5px;
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
}
.side-filter-list .list-title .list-arrow:before{
	content: '\e968';
    font-family: 'icomoon';
	color: #e26455;
	cursor: pointer;
	font-size: 18px;
	line-height: 1;
	transform: rotate(-90deg);
	transition: all .2s;
}
.side-filter-list .list-title .list-arrow.down:before{
	content: '\e968';
	color: #e26455;
	transform: rotate(0deg);
}
.side-filter-list .list-content-box{
	width: 100%;
	margin-top: 10px;
	/*padding-left: 10px;*/
	/*display: none;*/
}
.side-filter-list .list-content-box .list-label{
	width: 100%;
	margin-bottom: 5px;
}
.side-filter-list .list-content-box .list-label label{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	cursor: pointer;
}
.side-filter-list .list-content-box .list-label label:hover{
	color: #e26455;
}
.side-filter-list .list-content-box .list-label label input{
	width: 14px;
	height: 14px;
	background: none;
	margin-right: 6px;
	flex-shrink: 0;
	margin-bottom: 2px;
}
.info-item94{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	column-gap: 1.33%;
	flex-wrap: wrap;
}
.info-item94 .list-item{
	width: 24%;
	padding: 20px 10px 5px;
    border: 1px solid #e26455;
    margin-bottom: 25px;
}
.info-item95{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
.info-item95 .list-item{
	width: 49%;
	margin-bottom: 25px;
    border: 2px dashed #e26455;
    border-radius: 30px;
    padding: 20px 20px 5px;
}
.info-item95.info-style2{
	justify-content: flex-start;
	column-gap: 2%;
}
.info-item95.info-style2 .list-item{
	width: 31%;
    padding: 20px 15px 5px;
}
.info-item96{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
.info-item96 .list-item{
	width: 49%;
	margin-bottom: 25px;
}
.info-item96 .list-item .info-pic-left{
	height: 100%;
	margin-bottom: 0px;
}
.info-item96 .list-item .info-pic-left .text{
	height: 100%;
}
.info-item96 .list-item .info-pic-left .box{
	height: 100%;
	border-radius: 20px;
	padding: 20px 15px;
}
.info-item97{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
.info-item97 .list-item{
	width: 49%;
	margin-bottom: 25px;
}
.info-item97 .list-item .info-pic-left{
	height: 100%;
	margin-bottom: 0px;
}
.info-item97 .list-item .info-pic-left .pic{
	margin-right: 10px;
}
.info-item97 .list-item .info-pic-left .text{
	height: 100%;
}
.info-item97 .list-item .info-pic-left .text .box{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 20px 20px;
}
.resources-item{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 2%;
}
.resources-item .list-item{
	width: 32%;
	margin-bottom: 25px;
	border: 1px solid #f0f0f0;
	padding-bottom: 30px;
	position: relative;
}
.resources-item .list-item:hover{
	border: 1px solid #e26455;
}
.resources-item .list-item .pic{
	width: 100%;
	height: auto;
	position: relative;
}
.resources-item .list-item .pic{
	width: 100%;
	padding-bottom: 60%;
	overflow: hidden;
	position: relative;
}
.resources-item .list-item .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.resources-item .list-item:hover .pic img{
	transform: scale(1.1); 
}
.resources-item .list-item .pic span{
	position: absolute;
    top: 0px;
    padding: 7px 10px;
    background: rgba(0,0,0,.64);
    color: #fff;
    font-size: 13px;
    line-height: 1.3;
}
.resources-item .list-item .text{
	width: 100%;
	height: auto;
	padding: 20px 10px;
}
.resources-item .list-item .text h2{
	font-size: 16px;
	line-height: 1.3;
}
.resources-item .list-item:hover .text h2{
	color: #e26455;
}
.resources-item .list-item .learn-btn{
	position: absolute;
	right: 10px;
	bottom: 20px;
	display: inline-block;
	color: #e26455;
	font-size: 15px;
}
.resources-item .list-item .learn-btn:hover{
	color: #3b83fc;
}
.cancer-rd-pic{
	width: 100%;
	height: auto;
	margin: 15px 0px 30px;
	padding: 0px 50px;
}
.cancer-rd-pic-list{
	width: 100%;
	height: auto;
	position: relative;
}
.swiper-container-cancer .swiper-wrapper{
	height: auto;
}
.cancer-rd-pic-list .swiper-slide{
	height: auto;
}
.cancer-rd-pic-list .swiper-slide .pic{
	width: 100%;
	padding-bottom: 80%;
	overflow: hidden;
	position: relative;
}
.cancer-rd-pic-list .swiper-slide .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.cancer-rd-pic-list .swiper-slide:hover .pic img{
	transform: scale(1.1); 
}
.download-form{
	width: 100%;
	height: auto;
	padding: 30px 30px 30px;
	background: #F2F2F2;
	margin-bottom: 25px;
	margin-top: 30px;
	border-radius: 6px;
}
.download-form .forms .form_control{
	border: 1px solid #666;
	background: none;
	color: #000;
}
.download-form input::-webkit-input-placeholder{
  color: #666;
  font-size: 16px;
}
.download-form input::-moz-placeholder{
  color: #666;
  font-size: 16px;
}
.download-form input::-moz-placeholder{
  color: #666;
  font-size: 16px;
}
.download-form input::-ms-input-placeholder{
  color: #666;
  font-size: 16px;
}
.info-pdf-content{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.info-pdf-content .pic{
	width: 280px;
	margin-bottom: 15px;
}
.info-pdf-content .text{
	width: calc(100% - 300px);
}
.info-pdf-content .pic .pic-box{
	width: 100%;
	padding-bottom: 80%;
	overflow: hidden;
	position: relative;
	border-radius: 10px 10px 0px 0px;
}
.info-pdf-content .pic .pic-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.info-pdf-content .pic:hover .pic-box img{
	transform: scale(1.1); 
}
.info-pdf-content .pic span{
	width: 100%;
	height: auto;
	padding: 10px 10px;
	text-align: center;
	background: #e26455;
	color: #fff;
	font-size: 16px;
	line-height: 1.3;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0px 0px 10px 10px;
	font-family: 'arial-bold';
	column-gap: 10px;
}
.info-pdf-content .pic span:after {
    content: "\e974";
    font-family: 'icomoon' !important;
    font-size: 18px;
    margin-bottom: 2px;
}
.info-pdf-content .pic a{
	width: 100%;
	height: auto;
	padding: 10px 10px;
	text-align: center;
	background: #e26455;
	color: #fff;
	font-size: 16px;
	line-height: 1.3;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0px 0px 10px 10px;
	font-family: 'arial-bold';
	column-gap: 10px;
}
.info-pdf-content .pic a:after {
    content: "\e974";
    font-family: 'icomoon' !important;
    font-size: 18px;
    margin-bottom: 2px;
}
.info-pdf-content .pic span:hover{
	background: #3b83fc;
}
.info-pdf-content .pic a:hover{
	color: #fff;
}

.conference-highlights-video{
	width: 100%;
	height: auto;
	margin-bottom: 25px
}
.conference-highlights-video video{
	width: 100%;
	height: auto;
}
.inner-content-box{
	width: 100%;
	height: auto;
	padding: 50px 0px 60px;
}
.inner-page-title{
	font-size: 28px;
	font-family: 'Times New Roman';
	color: #212529;
	line-height: 1.4;
	margin-bottom: 30px;
	font-weight: normal;
}
.about-content-section1{
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.about-content-section1 .content-main{
	width: calc(100% - 360px);
}
.about-content-section1 .content-side{
	width: 320px;
	border-bottom: 1px solid #bbb;
	padding-bottom: 5px;
}
.about-content-section1 .content-side .about-side-pic{
	width: 100%;
	padding-bottom: 70%;
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
	cursor: pointer;
}
.about-content-section1 .content-side .about-side-pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.about-content-section1 .content-side .about-side-pic:hover img{
	transform: scale(1.1); 
}
.about-content-section1 .content-side .about-side-pic:before{
	content: '';
	width: 50px;
	height: 50px;
	background: url(../images/video-icon.svg) no-repeat center center/contain;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
	transition: all .3s;
}
.about-content-section1 .content-side .about-side-pic:hover:before{
	transform: translate(-50%,-50%) scale(0.9);
}
.about-content-section1 .content-side .about-side-title{
	width: 100%;
	height: auto;
	font-size: 19px;
	font-family: 'arial-bold';
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 15px;
}
.about-content-section1 .content-side .about-side-title:before{
	content: '';
	width: 80px;
	height: 1px;
	background: linear-gradient(to right,#fff,#000);
}
.about-content-section1 .content-side .about-side-title:after{
	content: '';
	width: 80px;
	height: 1px;
	background: linear-gradient(to left,#fff,#000);
}
.about-content-section1 .content-side  h3{
	font-size: 15px;
    margin-bottom: 20px;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    color: #2f2f2f;
}
.about-content-tab{
	width: 100%;
	height: auto;
	margin-top: 40px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.about-content-tab .tab-left{
	width: 180px;
	margin-top: 50px;
	padding-left: 35px;
}
.about-content-tab .tab-list{
	width: calc(100% - 210px);
	background: #e5eff9;
	padding: 30px 30px 15px;
}
.about-content-tab .tab-left span{
	display: block;
	border-bottom: 1px solid #e4ebf4;
	padding: 0px 0px 5px;
	margin-bottom: 15px;
	font-size: 13px;
	line-height: 1.3;
	cursor: pointer;
	position: relative
}
.about-content-tab .tab-left span:hover{
	color: #e26455;
}
.about-content-tab .tab-left span.shows{
	font-weight: bold;
}
.about-content-tab .tab-left span.shows:before{
	content: '';
	width: 26px;
    height: 26px;
    background: url(../images/about-icon1.svg) no-repeat center center/contain;
    position: absolute;
    left: -35px;
    top: -6px;
}
.about-content-tab .tab-list h3{
	font-size: 22px;
	padding-bottom: 6px;
	margin-bottom: 20px;
	border-bottom: 1px solid #bbb;
}
.about-content-tab .tab-list .info-pic-left{
	margin-bottom: 15px;
}
.about-content-tab .tab-list .info-pic-right{
	margin-bottom: 15px;
}
.about-content-tab .tab-list .list-content{
	display: none;
}
.about-content-tab .tab-list .list-content:first-child{
	display: block;
}
.contact-content-section1{
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.contact-content-section1 .contact-content-title{
	font-size: 20px;
	margin-bottom: 30px;
	padding-bottom: 8px;
	border-bottom: 1px solid #bbb;
}
.contact-content-section1 .contact-content-form{
	width: 60%;
}
.contact-content-section1 .contact-content-info{
	width: 35%;
}
.contact-content-section1 .contact-content-form .row>.phone-input{
	width: 100%;
}
.contact-content-section1 .contact-content-form .row>.services-input{
	width: 100%;
}
.contact-content-section1 .contact-content-form  .forms .form_control{
	background: none;
	border: 1px solid #ccc;
}
.contact-content-section1 .contact-content-form .forms textarea.form_control{
	height: 100px;
}
.contact-content-section1 .contact-content-form .forms textarea.form_control.title{
	height: 100px;
}
.contact-content-section1 .contact-content-form .forms .form_button{
	margin-top: 15px;
}
.contact-content-section1 .contact-content-info .info-list{
	margin-bottom: 30px;
	padding-top: 10px;
}
.contact-content-section1 .contact-content-info .info-list .list-item{
	width: auto;
	margin-bottom: 20px;
	padding-left: 50px;
	position: relative;
}
.contact-content-section1 .contact-content-info .info-list .list-item p{
	margin-bottom: 0px;
}
.contact-content-section1 .contact-content-info .info-list .list-item p a:hover{
	color: #e26455;
}
.contact-content-section1 .contact-content-info .info-list .list-item .style1{
	color: #212529;
	font-size: 15px;
	margin-bottom: 5px;
	font-family: 'arial-bold';
}
.contact-content-section1 .contact-content-info .info-list .list-item:before{
	content: '';
	width: 45px;
	height: 45px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.contact-content-section1 .contact-content-info .info-list .list-item:nth-child(1):before{
	background-image: url(../images/icon-address.svg);
}
.contact-content-section1 .contact-content-info .info-list .list-item:nth-child(2):before{
	background-image: url(../images/icon-phone.svg);
}
.contact-content-section1 .contact-content-info .info-list .list-item:nth-child(3):before{
	background-image: url(../images/icon-email.svg);
}
.contact-content-section1 .contact-content-info .contact-content-info-maps{
	width: 100%;
	height: 362px;
}
.contact-content-section1 .contact-content-info .contact-content-info-maps iframe{
	width: 100%;
	height: 100%;
}
.resources-content-section{
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-top: 10px;
}
.resources-content-section .resources-content-side{
	width: 280px;
}
.resources-content-section .resources-content-list{
	width: calc(100% - 320px);
}
.resources-content-section .resources-content-side .resources-side-box{
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	border: 1px solid #bbb;
}
.resources-content-section .resources-content-side .resources-side-title{
	padding: 11px 15px;
	background: #f6f6f3;
	color: #212529;
	font-size: 20px;
	font-family: 'Times New Roman';
}
.resources-content-section .resources-content-side .resources-side-list{
	width: 100%;
	height: auto;
	padding: 20px 15px 12px
}
.resources-content-section .resources-content-side .resources-side-list .list-content-box{
	width: 100%;
}
.resources-content-section .resources-content-side .resources-side-list .list-label{
	width: 100%;
	margin-bottom: 8px;
}
.resources-content-section .resources-content-side .resources-side-list .list-label label{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	cursor: pointer;
}
.resources-content-section .resources-content-side .resources-side-list .list-label label:hover{
	color: #e26455;
}
.resources-content-section .resources-content-side .resources-side-list .list-label label input{
	width: 14px;
	height: 14px;
	background: none;
	margin-right: 8px;
	flex-shrink: 0;
	margin-bottom: 2px;
}
.resources-content-section .resources-content-side .resources-side-box .sidenav{
	margin-bottom: 0px;
	padding: 10px 15px 10px;
	background: none;
}
.resources-content-section .resources-content-side .resources-side-box .sidenav .side-title{
	display: none;
}
.resources-content-section .resources-content-side .resources-side-box .sidenav .side-title-icon{
	display: none;
}
.resources-content-section .resources-content-list .results-box{
	width: 100%;
	height: auto;
	padding: 12px 0px;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}
.resources-content-section .resources-content-list .results-box p{
	font-size: 15px;
	margin-bottom: 0px;
	font-family: 'arial-bold';
}
.resources-content-list-box{
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}
.resources-content-list-box .list-item{
	width: 100%;
	height: auto;
	padding: 30px 0px;
	border-bottom: 1px solid #bbb;
	display: flex;
	align-items: center;
	justify-content: space-between;
	display: none;
}
.resources-content-list-box .list-item.shows{
	display: flex;
}
.resources-content-list-box .list-item .pic{
	width: 250px;
	height: 160px;
	overflow: hidden;
	position: relative;
}
.resources-content-list-box .list-item .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.resources-content-list-box .list-item:hover .pic img{
	transform: scale(1.1); 
}
.resources-content-list-box .list-item .text{
	width: calc(100% - 280px);
	padding: 10px 0px;
}
.resources-content-list-box .list-item .text h3{
	font-size: 24px;
    line-height: 1.3;
    margin-bottom: 10px;
    color: #666666;
}
.resources-content-list-box .list-item .text p{
	margin-bottom: 15px;
}
.resources-content-list-box .list-item:hover .text h3:hover{
	color: #e26455;
}
.resources-content-list-box .list-item .text .list-btn{
	color: #e26455;
	font-family: 'arial-bold';
	font-size: 15px;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	column-gap: 4px;
}
.resources-content-list-box .list-item .text .list-btn:after{
	content: '\e96a';
    font-family: 'icomoon' !important;
    font-size: 18px;
}
.resources-content-list-box .list-item .text .list-btn:hover{
	color: #f25346;
}
.resource_pagination{
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}
.ui-pagination-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.ui-pagination-container .ui-pagination-page-item {
	font-size: 14px;
	padding: 6px 12px;
    line-height: 1.428571429;
	background: #fff;
	border: 1px solid #ddd;
	color: #e26455;
	margin: 0 2px;
	text-decoration: none;
	margin-bottom: 12px;
	transition: color 0s;
}
.ui-pagination-container .ui-pagination-page-item:hover {
	border-color: #e26455;
	color: #e26455;
	text-decoration: none;
	transition: color 0s;
}
.ui-pagination-container .ui-pagination-page-item.active {
	background: #e26455;
	border-color: #e26455;
	color: #fff;
	cursor: default;
}
.careers-form {
    width: 100%;
    height: auto;
}
.careers-form .forms .form_control {
    height: 50px;
    background: none;
    border: 1px solid #ccc;
}
.careers-form .forms label{
	font-weight: bold;
}
.careers-form .forms textarea.form_control.title {
    height: 50px;
    padding-top: 13px;
}
.careers-form .forms .form_group {
    margin-bottom: 20px;
}
.careers-form .forms input[type="file"] {
    padding-top: 10px;
}
.careers-form .forms .form_button{
	margin-top: 5px;
}
.careers-content-title{
	padding-top: 20px;
	border-top: 1px solid #bbb;
	margin-top: 15px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	column-gap: 20px;
	margin-bottom: 30px;
}
.careers-content-title h2{
	font-size: 20px;
	line-height: 1.3;
}
.careers-content-title img{
	width: auto;
	height: 60px;
}
.careers-content-list{
	width: 100%;
    height: auto;
    margin-bottom: 50px;
    padding-top: 20px;
}
.careers-content-list p{
	color: #000;
	font-family: 'arial-bold';
	font-size: 18px;
}
.careers-content-list ul{
	padding-left: 19px;
}
.careers-content-list ul li{
	list-style: disc;
	font-size: 13px;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    margin-bottom: 3px;
}
.careers-content-list ul li a{
	color: #3362ce;
}
.careers-content-list ul li a:hover{
	color: #e26455;
}
.inner-content-box p{
	font-size: 13px;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: 400;
    line-height: 1.5;
    color: #212529;
    opacity: 1;
}
.inner-content-box p{
	font-size: 13px;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: 400;
    line-height: 1.5;
    color: #212529;
    opacity: 1;
}
.services-container p,.services-container ul li,.services-container td{
	font-size: 13px;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: 400;
    line-height: 1.5;
    color: #212529;
    opacity: 1;
}
.Reference ol li, .reference ol li{
	font-size: 12px;
    line-height: 22px;
}
.services-container h2,.services-container h3,.services-container h4,.services-container h5,.services-container h6{
	font-family: 'Times New Roman';
	font-size: 24px;
    font-weight: 400;
    line-height: 1.33;
    margin-bottom: 15px;
    color: #212529;
}
.services-container h3,.services-container h4,.services-container h5,.services-container h6{
	font-size: 20px;
}
.show-center, .show-left, .show-right {
    color: #212529 !important;
    text-align: center;
    font-size: 13px !important;
    line-height: 22px !important;
}
.services-container strong a{
	font-weight: bold !important;
}



@media screen and (max-width:1700px) {
    

.info-item-down-form input{
	width: 100%;
	margin-bottom: 10px;
}
.info-item-down-form button{
	width: 100%;
}
.info-item-down-form{
	flex-wrap: wrap;
}
.info-item90-form input{
	width: 100%;
	margin-bottom: 10px;
}
.info-item90-form button{
	width: 100%;
}
.info-item90-form{
	flex-wrap: wrap;
}    
    .info-item86 .text h3 {
        margin-bottom: 0px;
    }
    .info-item86 .text .text-content {
        margin-bottom: 15px;
    }
    .info-item83 {
        column-gap: 2.66%;
    }
    .info-item83 .list-item {
        width: 23%;
    }
    .info-item82 .text {
        width: 400px;
        max-width: 100%;
    }
    .info-item82 .pic {
        max-width: 100%;
        margin-bottom: 30px;
    }
    .info-item82 {
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
    }
    .info-item34-list .text .list-item:nth-child(1) {
        top: 5%;
    }
    .info-item34-list {
        padding: 130px 0px 100px;
        width: 800px;
    }
}

@media screen and (max-width:1580px) {
    


.info-item92 .text p{
	font-size: 14px;
	line-height: 24px;
}    
    .info-item86 .text h3 {
        font-size: 15px;
        line-height: 1.4;
    }
    .info-item86 .text p {
        font-size: 15px;
        line-height: 1.4;
    }
    .info-item59 .list-item .row>div,
    .info-item59 .list-li .row>div {
        width: 100%;
    }
    .info-item11-box {
        overflow: auto;
    }
    .info-item11 {
        width: 1000px;
    }
    .info-item6-list p {
        padding: 0px 1% 0px 2%;
    }
}

@media screen and (max-width:1400px) {





.info-item29-list .text .list-item:nth-child(1) {
    top: -10px;
}
.info-item29-list .text .list-item:nth-child(2) {
    top: -10px;
}
.info-item29-list .text .list-item:nth-child(3) {
    bottom: -20px;
}
.info-item29-list .text .list-item:nth-child(4) {
    bottom: -20px;
}
.about-content-tab .tab-list .info-pic-left{
	flex-wrap: wrap;
	justify-content: center;
}
.about-content-tab .tab-list .info-pic-left .text{
	margin-top: 20px;
}
.about-content-tab .tab-list .info-pic-right{
	flex-wrap: wrap;
	justify-content: center;
}
.about-content-tab .tab-list .info-pic-right .text{
	margin-bottom: 20px;
}
.cancer-rd-pic{
	padding: 0px 20px;
}
.info-item93-info{
	margin-bottom: 70px;
    padding-top: 60px;
}
.info-item93-info .text .list-item .style1{
	font-size: 16px;
}
.swiper-button-prev{
	left: -20px !important;
}
.swiper-button-next{
	right: -20px !important;
}
    .career-ssection1-info .text .maintitle .titles {
        font-size: 30px;
    }
    .info-item51 .list-item .style3 {
        min-height: 170px;
    }
    .info-item51 .list-item .style2 {
        min-height: 220px;
    }
    .info-item6-list p {
        font-size: 12px;
    }
    .info-item2 .list-item:before {
        width: 36px;
        right: -15px;
    }
    .pagebanner .pagebanner-title {
        font-size: 40px;
    }
}

@media screen and (max-width:1200px) {


.resources-content-section{
	flex-wrap: wrap;
	flex-direction: column-reverse;
}
.resources-content-section .resources-content-side{
	width: 100%;
}
.resources-content-section .resources-content-list{
	width: 100%;
}
.about-content-tab{
	flex-wrap: wrap;
}
.about-content-tab .tab-left{
	width: 100%;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-left: 35px;
}
.about-content-tab .tab-list{
	width: 100%;
}
.about-content-section1 .content-side .about-side-pic{
	width: 400px;
	max-width: 100%;
	height: 280px;
	padding-bottom: 0px;
	margin: 0px auto 30px;
}
.about-content-section1{
	flex-wrap: wrap;
}
.about-content-section1 .content-main{
	width: 100%;
	margin-bottom: 40px;
}
.about-content-section1 .content-side{
	width: 100%;
}
.info-item53.info-style2{
	justify-content: space-between;
	column-gap: 0%;
}
.info-item53.info-style2 .list-item{
	width: 49%;
}    
.info-item93-info{
	margin-bottom: 50px;
    padding-top: 30px;
}    
    .career-ssection1-info .text .maintitle .titles {
        font-size: 26px;
    }
    .pagebanner .pagebanner-title {
        font-size: 35px;
    }
    .service-content {
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }
    .rightcon {
        width: 100%;
        margin-bottom: 30px;
    }
    .leftnav {
        width: 100%;
    }
.push{
	margin-top: 70px;
}
}

@media screen and (max-width:1000px) {
    

.info-item51.info-style2 .list-item {
    width: 49%;
}
.contact-content-section1{
	flex-wrap: wrap;
}
.contact-content-section1 .contact-content-form{
	width: 100%;
	margin-bottom: 40px;
}
.contact-content-section1 .contact-content-info{
	width: 100%;
}
.resources-item{
	justify-content: space-between;
	column-gap: 0%;
}
.resources-item .list-item{
	width: 49%;
}
.info-item97 .list-item .info-pic-left{
	height: auto;
}
.info-item97 .list-item{
 	width: 100%;
}
.info-item97 .list-item .info-pic-left .pic{
	margin-right: 0px;
}
.info-item57 .list-item{
	width: 100%;
}
.info-item96 .list-item .info-pic-left{
	height: auto;
}
.info-item96 .list-item{
	width: 100%;
}
.info-item95.info-style2{
	justify-content: space-between;
	column-gap: 0%;
}
.info-item95.info-style2 .list-item{
	width: 49%;
}
.info-item94{
	justify-content: space-between;
	column-gap: 0%;
}
.info-item94 .list-item{
	width: 49%;
}
.info-item88 {
	flex-wrap: wrap;
}   
.info-item88>div {
    width: 100%;
}
    .services-container .service-table{
		width: 100%;
	}
    .resources-list {
        justify-content: space-between;
        column-gap: 0%;
    }
    .resources-list .list-item {
        width: 48%;
    }
    .info-item87>div p {
        text-align: left;
    }
    .info-item87>div {
        width: 100%;
    }
    .info-item85 {
        justify-content: space-between;
        column-gap: 0px;
    }
    .info-item85 .list-item {
        width: 48%;
    }
    .info-item80 {
        justify-content: space-between;
    }
    .info-item80 .list-item {
        width: 48%;
    }
    .info-item78 {
        justify-content: space-between !important;
        column-gap: 0px;
    }
    .info-item78 .list-item {
        width: 48%;
    }
    .info-item77 {
        justify-content: space-between;
        column-gap: 0%;
    }
    .info-item77 .list-item {
        width: 48%;
    }
    .info-item76 .style1 {
        min-height: auto;
    }
    .info-item74>div {
        width: 100%;
    }
    .info-item74>div:last-child {
        width: 100%;
    }
    .info-pic-right {
        flex-wrap: wrap;
        justify-content: center;
    }
    .info-pic-right .pic {
        max-width: 100%;
        margin-top: 20px;
        margin-right: 0px;
        margin-left: 0px;
    }
    .info-pic-right .pic img {
        max-width: 100%;
        height: auto;
    }
    .info-pic-right .text {
        width: 100%;
    }
    .info-pic-left {
        flex-wrap: wrap;
        justify-content: center;
    }
    .info-pic-left .pic {
        max-width: 100%;
        margin-bottom: 20px;
        margin-right: 0px;
        margin-left: 0px;
    }
    .info-pic-left .pic img {
        max-width: 100%;
        height: auto;
    }
    .info-pic-left .text {
        width: 100%;
    }
    .info-item73 {
        justify-content: space-between;
        column-gap: 0px;
    }
    .info-item73 .list-item {
        width: 49%;
    }
    .info-item62 .list-item .list-title:after {
        content: none;
    }
    .info-item62 .list-item .list-title {
        top: -50px !important;
        left: 0px !important;
        width: 100% !important;
    }
    .info-item62-box {
        padding-right: 0px
    }
    .info-item62 {
        flex-wrap: wrap;
        margin-bottom: 0px;
    }
    .info-item62 .list-item {
        width: 100%;
        position: relative;
        margin-bottom: 25px;
        margin-top: 50px !important;
        min-height: auto;
    }
    .info-item61 {
        justify-content: space-between;
        column-gap: 0px;
    }
    .info-item61 .list-item {
        width: 48%;
    }
    .info-item61 .list-item:after {
        content: none;
    }
    .info-item59 {
        justify-content: space-between;
        column-gap: 0px;
    }
    .info-item59 .list-pic {
        width: 48%;
    }
    .info-item59 .list-item,
    .info-item59 .list-li {
        width: 48%;
    }
    .info-item44 .row {
        display: block;
    }
    .info-item38 .row {
        display: block;
    }
    .info-item36 {
        display: block;
    }
    .info-item35 p {
        font-size: 16px;
        line-height: 28px;
    }
    .pagetitle .to_inquiry {
        margin-top: 12px;
        margin-left: 0px;
        margin-bottom: 10px;
    }
    .pagetitle {
        flex-direction: column;
    }
    .info-item17 {
        justify-content: space-between;
        column-gap: 0px;
    }
    .info-item17 .list-item {
        width: 49%;
    }
    .info-item15-list .list-item .style2 {
        font-size: 18px;
        line-height: 28px;
    }
    .info-item15-list .list-item .style1 {
        font-size: 17px;
        line-height: 26px;
    }
    .info-item15-list .list-item:after {
        content: none;
    }
    .info-item15-list {
        flex-wrap: wrap;
    }
    .info-item15-list .list-item {
        width: 100%;
        margin-bottom: 25px;
    }
    .info-item14 {
        justify-content: space-between;
        column-gap: 0px;
    }
    .info-item14 .list-item {
        width: 48%;
    }
    .info-item8 .list-item {
        width: 50%;
    }
    .career-ssection1-info {
        flex-wrap: wrap;
    }
    .career-ssection1-info .pic {
        width: 100%;
        height: 300px;
        min-height: 300px;
        margin-bottom: 35px;
    }
    .career-ssection1-info .text {
        width: 100%;
    }
    .about-section2 {
        background: url(../images/about-pic2.png) no-repeat center center/100%;
    }
    .about-section2-list .list-item {
        width: 100%;
    }
    .services-section1 .pic {
        max-width: 100%;
    }
    .services-section1 .text {
        width: 100%;
        margin-bottom: 20px;
    }
    .services-section1 {
        flex-wrap: wrap;
        justify-content: center;
    }
    .pagebanner .pagebanner-title {
        font-size: 30px;
    }
}

@media screen and (max-width:800px) {
 


.info-item32{
	width: 100%;
}
.info-item32-list {
    padding: 0px 0px;
}
.info-item32-list .pic {
    display: none;
}
.info-item32-list .text .list-item {
    width: 100%;
    position: static;
    margin-bottom: 15px;
}
.info-item31-style2-list {
    flex-wrap: wrap;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.info-item31-style2 .pic {
    display: none;
}
.info-item31-style2-list .list-item {
    width: 100%;
    margin: 0px 0px 15px !important;
}
.go_top:before{
	font-size: 16px;
}
.go_top{
	width: 30px;
	height: 30px;
	right: 0px;
}
.inner-content-box {
    padding: 20px 0px 40px;
}
.resources-content-list-box .list-item .text{
	width: 100%;
}
.resources-content-list-box .list-item .pic{
	max-width: 100%;
	margin-bottom: 20px;
}
.resources-content-list-box .list-item{
	flex-wrap: wrap;
	justify-content: center;
}
.about-content-tab .tab-list{
	padding: 30px 15px 15px;
}
.inner-page-banner-content{
	height: 260px;
} 
.info-pdf-content{
	flex-wrap: wrap;
	justify-content: center;
}
.info-pdf-content .pic{
	max-width: 100%;
}
.info-pdf-content .text{
	width: 100%;
}
.info-item53.info-style2 .list-item{
	width: 100%;
}
.info-item33 {
    overflow: auto;
}
.info-item33-list {
    max-width: 750px;
}
.info-item95 .list-item{
	width: 100% !important;
}
.info-item49.info-style2 .list-item{
	width: 100%;
} 
.info-item49.info-style2 .list-item .list-text{
	height: auto;
}
.info-item48.info-style2 .list-item{
	width: 100%;
}
.info-item93-info .text .list-item{
	width: 100% !important;
	position: static;
	text-align: left !important;
}
.info-item93-info .text .list-item p{
	font-size: 16px !important;
	line-height: 28px !important;
	padding-bottom: 15px !important;
	margin-bottom: 0px !important;
}
.info-item93-info {
    margin-bottom: 0px;
    padding-top: 0px;
}
.info-item93-info .pic{
	display: none;
} 
.info-item92{
	flex-wrap: wrap;
	justify-content: center;
}
.info-item92 .text{
	width: 100%;
}
.info-item92 .pic{
	width: 350px;
	max-width: 100%;
}    
.swiper-button-prev{
	left: -10px !important;
}
.swiper-button-next{
	right: -10px !important;
}
.info-item-down {
    flex-wrap: wrap;
}
.info-item-down .pic{
    width: 100%;
    height: 300px;
}
.info-item-down .text{
    width: 100%;
    padding: 25px 10px 10px
}
.info-item90 {
    flex-wrap: wrap;
}
.info-item90 .pic{
    width: 100%;
    height: 300px;
}
.info-item90 .text{
    width: 100%;
    padding: 25px 10px 10px
}
.info-item89>div{
	width: 100%;
}    
    .careers-detail-box {
        background-size: 280px auto;
    }
    .info-item86 .text {
        width: 100%;
    }
    .info-item86 .pic {
        display: none;
    }
    .info-item86 {
        flex-wrap: wrap;
    }
    .info-item86 .text h3 {
        font-size: 16px;
        line-height: 28px;
    }
    .info-item86 .text p {
        font-size: 16px;
        line-height: 28px;
    }
    .info-item84 .list-item {
        width: 100%;
    }
    .info-item83 {
        column-gap: 2%;
    }
    .info-item83 .list-item {
        width: 32%;
    }
    .info-solutions-tab .solutions-tab-title h2 {
        width: 50%;
        border-bottom: 1px solid #fff;
    }
    .info-solutions-tab .solutions-tab-title {
        flex-wrap: wrap;
    }
    .info-item81 .pic {
        display: none;
    }
    .info-item81 .text p {
        width: 100%;
        text-align: left;
    }
    .info-item81 .text {
        flex-wrap: wrap;
        padding: 0px 0px;
    }
    .info-item75 {
        justify-content: space-between;
        column-gap: 0%;
    }
    .info-item75 .list-item {
        width: 49%;
    }
    .info-item34-list .text .list-item p {
        font-size: 16px !important;
        line-height: 28px !important;
    }
    .info-item34 {
        margin-bottom: 0px !important;
    }
    .info-item34-list {
        padding: 0px 0px !important;
        width: 100% !important;
    }
    .info-item34-list .text .list-item:before {
        content: none !important;
    }
    .info-item34-list .text .list-item {
        position: static !important;
        width: 100% !important;
        margin-bottom: 15px !important;
        padding-left: 0px !important;
    }
    .info-item34-list .pic {
        display: none !important;
    }
    .info-item71 {
        justify-content: space-between;
        column-gap: 0px;
    }
    .info-item71 .list-item {
        width: 48%;
    }
    .info-item71 .list-item:after {
        content: none;
    }
    .info-item69 {
        flex-wrap: wrap;
    }
    .info-item69 .list-item {
        width: 100% !important;
    }
    .info-item68 .list-item:before {
        width: 50px;
        height: 50px;
    }
    .info-item68 .list-item {
        width: 100%;
    }
    .info-item67 {
        flex-wrap: wrap;
        margin-bottom: 0px;
    }
    .info-item67 .pic {
        display: none;
    }
    .info-item67 .text {
        width: 100%;
    }
    .info-item67 .text .text-info {
        min-height: auto !important;
        margin-bottom: 25px;
    }
    .info-item67 .text .text-info:first-child {
        margin-bottom: 25px;
    }
    .info-item67 .text .text-info p {
        font-size: 16px;
        line-height: 28px;
    }
    .info-item67 .text .text-info ul li {
        font-size: 16px;
        line-height: 28px;
    }
    .info-item66 .list-item {
        width: 100%;
    }
    .info-item65 {
        margin-bottom: 20px !important;
    }
    .info-item65-content .pic {
        display: none;
    }
    .info-item65-content .text .text-item {
        width: 100% !important;
        position: static;
        margin-bottom: 20px;
    }
    .info-item65-content .text .text-item p {
        font-size: 16px;
        line-height: 28px;
        padding-bottom: 5px;
    }
    .info-item65-content .text .text-item ul {
        margin-bottom: 5px;
    }
    .info-item65-content .text .text-item ul li {
        font-size: 16px;
        line-height: 28px;
    }
    .info-item65-content .text .text-item .style1 {
        text-align: left;
        color: #000;
        margin-bottom: 0px;
        font-size: 18px;
    }
    .info-item64 .text-left .list-item {
        flex-direction: row-reverse;
    }
    .info-item64 .text-left .list-item p {
        text-align: left;
        padding-left: 15px;
        padding-right: 0px;
    }
    .info-item64 {
        flex-wrap: wrap;
    }
    .info-item64 .pic {
        display: none;
    }
    .info-item64 .text {
        width: 100%;
    }
    .info-item60 .list-item {
        width: 100%;
    }
    .info-item58 {
        flex-wrap: wrap;
        margin-bottom: 0px;
    }
    .info-item58 .pic {
        display: none;
    }
    .info-item58 .text {
        width: 100%;
    }
    .info-item58 .text .text-info {
        margin-bottom: 20px !important;
    }
    .info-item58 .text .style1 {
        font-size: 16px;
        line-height: 28px;
    }
    .info-item58 .text .style2 {
        font-size: 16px;
        line-height: 28px;
        min-height: auto;
    }
    .info-item58 .text-left {
        padding-right: 0px;
    }
    .info-item58 .text-left .style1:before {
        content: none;
    }
    .info-item58 .text-right {
        padding-left: 0px;
    }
    .info-item58 .text-right .style1:before {
        content: none;
    }
    .info-item55.info-style2 .list-item {
        width: 100%;
    }
    .info-item56 {
        margin-bottom: 15px;
    }
    .info-item56 p {
        font-size: 18px;
    }
    .info-item57 .list-item {
        flex-wrap: wrap;
        margin-bottom: 25px;
    }
    .info-item57 .list-item .list-title {
        width: 100%;
        height: auto;
        border-radius: 0px;
        background: none !important;
        padding: 10px 5px;
        margin-bottom: 15px;
        border: 1px solid #e26455 !important;
    }
    .info-item57 .list-item .list-text {
        width: 100%;
        margin-left: 0px;
        padding: 20px 20px;
        border: 1px dashed #215f9a;
        border-radius: 20px;
        min-height: auto;
        height: auto;
    }
    .info-item54 {
        flex-wrap: wrap;
        margin-bottom: 0px;
    }
    .info-item54 .pic {
        display: none;
    }
    .info-item54 .text {
        width: 100%;
    }
    .info-item54 .text .text-info {
        width: 100%;
        height: auto;
        margin-bottom: 25px !important;
    }
    .info-item54 .text .style1:before {
        content: none;
    }
    .info-item54 .text .style1:after {
        content: none;
    }
    .info-item54 .text .style1 {
        font-size: 16px;
        line-height: 28px;
        width: 100%;
        margin: 0px;
        text-align: left;
    }
    .info-item54 .text .style2 {
        min-height: auto;
        font-size: 16px;
        line-height: 28px;
    }
    .info-item53 .list-item {
        width: 100%;
    }
    .info-item52.style3 {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .info-item52.style2 .info-item52-list {
        margin-left: 0px;
        margin-top: 0px;
    }
    .info-item52-list .list-item:after {
        content: none !important;
    }
    .info-item52-list {
        flex-wrap: wrap;
        width: 100%;
    }
    .info-item52-list .list-item {
        width: 100%;
        margin-bottom: 25px;
    }
    .info-item51 .list-item {
        width: 100%;
    }
    .info-item51 .list-item .style3 {
        min-height: auto;
        padding: 20px 15px;
    }
    .info-item51 .list-item .style2 {
        min-height: auto;
        padding: 20px 15px;
    }
    .info-item51 .list-item .style1 {
        min-height: auto;
        padding: 10px 15px;
    }
    .info-item50 .list-item {
        width: 100%;
    }
    .info-item48 {
        justify-content: space-between;
        column-gap: 0px;
    }
    .info-item48 .list-item {
        width: 48%;
    }
    .info-item47 .pic {
        display: none;
    }
    .info-item47 .text {
        flex-wrap: wrap;
    }
    .info-item47 .text p {
        text-align: left;
        font-size: 16px;
        line-height: 28px;
        width: 100% !important;
        position: static;
    }
    .info-item46 .pic {
        display: none;
    }
    .info-item46 .text {
        flex-wrap: wrap;
    }
    .info-item46 .text p {
        text-align: left;
        font-size: 16px;
        line-height: 28px;
        width: 100% !important;
    }
    .info-item43 .list-item {
        flex-wrap: wrap;
        justify-content: center;
    }
    .info-item43 .list-item .pic {
        margin-bottom: 20px;
        max-width: 100%;
    }
    .info-item43 .list-item .text {
        width: 100%;
    }
    .info-item42 .list-item {
        flex-wrap: wrap;
        justify-content: center;
    }
    .info-item42 .list-item .pic {
        margin-bottom: 20px;
        max-width: 100%;
    }
    .info-item42 .list-item .text {
        width: 100%;
    }
    .info-item40 .pic {
        display: none;
    }
    .info-item40 .text {
        flex-wrap: wrap;
    }
    .info-item40 .text p {
        width: 100% !important;
        text-align: left;
        font-size: 16px;
        line-height: 28px;
    }
    .info-item39 ul li {
        width: 100% !important;
    }
    .services-container .related a {
        width: 100%;
    }
    .info-item31 {
        margin-bottom: 0px;
    }
    .info-item31-list .text .list-item p {
        text-align: left;
        font-size: 16px !important;
        line-height: 28px !important;
    }
    .info-item31-list {
        min-width: 100%;
        width: 100%;
        padding: 0px 0px !important;
    }
    .info-item31-list .text .list-item {
        width: 100% !important;
        position: static;
        margin-bottom: 20px;
    }
    .info-item31-list .pic {
        display: none;
    }
    .info-item30 {
        margin-bottom: 0px;
    }
    .info-item30-list .text p {
        text-align: left;
        width: 100%;
        position: static;
        margin-bottom: 20px;
    }
    .info-item30-list .pic {
        display: none;
    }
    .info-item29 {
        margin-bottom: 0px;
    }
    .info-item29-list .text .list-item p {
        text-align: left;
        font-size: 16px;
        line-height: 28px;
    }
    .info-item29-list {
        min-width: 100%;
    }
    .info-item29-list .text .list-item {
        width: 100%;
        position: static;
        margin-bottom: 20px;
    }
    .info-item29-list .pic {
        display: none;
    }
    .services-container .product-inquiry {
        float: none;
    }
    .product-title-name {
        display: block;
        margin-bottom: 10px;
    }
    .product-list-table table {
        margin-bottom: 15px;
    }
    .product-list-table {
        border-bottom: 1px solid #dcdcdc;
        margin-bottom: 20px;
        margin-top: 10px;
    }
    .product-list-table table tr td {
        display: block;
        width: 100%;
        border-bottom: none;
    }
    .product-table table {
        min-width: 800px;
    }
    .info-item26 {
        justify-content: space-between;
        column-gap: 0%;
    }
    .info-item26 .list-item {
        width: 49%;
    }
    .info-item22-box {
        overflow: auto;
    }
    .info-item22 {
        width: 650px;
        max-width: 650px;
    }
    .info-item21.style3 .list-item .pic {
        max-width: 100%;
    }
    .info-item21.style3 .list-item .text {
        width: 100%;
    }
    .info-item21.style2 .list-item .pic {
        max-width: 100%;
    }
    .info-item21.style2 .list-item .text {
        width: 100%;
    }
    .info-item21 .list-item {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .info-item21 .list-item .pic {
        width: 200px;
        max-width: 100%;
        margin-bottom: 10px;
    }
    .info-item21 .list-item .text {
        width: 100%;
    }
    .info-item19 .list-item {
        width: 50%;
    }
    .info-item16 .list-item {
        width: 100%;
    }
    .info-item13 .list-item {
        width: 100%;
    }
    .info-item9 .list-item:nth-child(2n) {
        flex-direction: column-reverse;
    }
    .info-item9 .list-item {
        flex-wrap: wrap;
    }
    .info-item9 .list-item .pic {
        width: 100%;
        height: 250px;
    }
    .info-item9 .list-item .text {
        width: 100%;
    }
    .info-item7 {
        margin: 0px 0px 15px;
    }
    .info-item7:before {
        content: none;
    }
    .info-item7-list p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 15px;
        width: 100% !important;
        text-align: left;
        color: #000 !important;
        padding: 0px;
        position: static;
    }
    .info-item6 {
        margin-bottom: 0px;
    }
    .info-item6-list p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 15px;
        width: 100%;
        text-align: left;
        color: #000;
        padding: 0px;
    }
    .info-item6-list {
        position: static;
        flex-wrap: wrap;
    }
    .info-item6:before {
        content: none;
    }
    .info-item5 .list-item {
        width: 100% !important;
        padding: 20px 10px;
    }
    .info-item3 .list-item {
        width: 100%;
    }
    .info-item2 .list-item {
        width: 100%;
    }
    .info-item2 {
        flex-wrap: wrap;
    }
    .info-item2 .list-item:before {
        content: none;
    }
    .info-item1 .list-item {
        flex-wrap: wrap;
    }
    .info-item1 .list-item .pic {
        width: 100%;
        height: 250px;
    }
    .info-item1 .list-item .text {
        width: 100%;
        padding: 25px 15px 25px;
    }
    .career-ssection1-info .text-list .list-item {
        width: 100%;
    }
    .maps {
        height: 500px;
    }
    .pagebanner .pagebanner-title {
        font-size: 25px;
    }
.push{
	margin-top: 130px;
}    
}

@media screen and (max-width:600px) {
    

.info-item51.info-style2 .list-item {
    width: 100%;
}
.careers-content-list p{
	font-size: 16px
}
.careers-content-title h2{
	font-size: 18px;
}
.careers-content-title{
	column-gap: 10px;
}
.careers-content-title img{
	height: 50px;
}
.inner-page-banner-content{
	height: auto;
}
.resources-item .list-item{
	width: 100%;
}    
.info-item94 .list-item{
	width: 100%;
}    
.info-item92{
	padding: 15px 15px 30px;
}    
    .info-item83 .list-item .text {
        justify-content: center;
        padding-top: 0;
    }
    .resources-list .list-item {
        width: 100%;
    }
    .recent-post-list .list-item {
        flex-wrap: wrap;
    }
    .recent-post-list .list-item .text {
        width: 100%;
        margin-top: 15px;
    }
    .info-item85 .list-item .text .text-info {
        height: auto;
    }
    .info-item85 .list-item {
        width: 100%;
    }
    .info-item84 .list-item {
        padding: 8px 8px;
    }
    .info-item84 .list-item .text {
        width: calc(100% - 110px);
    }
    .info-item84 .list-item .pic {
        width: 100px;
    }
    .info-item83 {
        column-gap: 0%;
        justify-content: center;
    }
    .info-item83 .list-item {
        width: 65%;
    }
    .info-solutions-tab .solutions-tab-title h2 {
        width: 100%;
    }
    .info-item82 .text {
        padding: 20px 10px 5px;
    }
    .info-item82 .pic .pic-list p {
        font-size: 0.8rem;
    }
    .careers-detail-box {
        padding: 30px 10px 15px;
    }
    .info-item80 .list-item {
        width: 100%;
    }
    .info-item78 .list-item {
        width: 100%;
    }
    .info-item77 .list-item {
        width: 100%;
    }
    .info-item75 .list-item {
        width: 100%;
    }
    .info-item73 .list-item {
        width: 100%;
    }
    .info-item71 .list-item {
        width: 100%;
    }
    .info-item70 .list-item {
        width: 100%;
        border: 1px dashed #d2d2d2 !important;
    }
    .info-item61 .list-item {
        width: 100%;
    }
    .info-item59 .list-pic {
        width: 100%;
        height: 250px;
    }
    .info-item59 .list-item,
    .info-item59 .list-li {
        width: 100%;
        min-height: auto;
    }
    .info-item50 {
        align-items: flex-start;
    }
    .info-item50 .list-item .list-text {
        padding: 20px 15px 5px;
        border: 1px dashed #404040;
    }
    .info-item50 .list-item {
        margin-bottom: 25px;
        border: none;
        margin-top: 0px;
    }
    .info-item50 .list-item .list-title p {
        width: 100%;
        clip-path: none;
        padding: 10px 15px;
        min-width: auto;
    }
    .info-item50 .list-item .list-title:before {
        content: none;
    }
    .info-item50 .list-item .list-title {
        position: static;
        width: 100%;
        height: auto;
    }
    .info-item49 .list-item .list-text {
        padding: 20px 15px 5px;
    }
    .info-item49 .list-item {
        margin-bottom: 25px;
    }
    .info-item49 .list-item .list-title p {
        width: 100%;
        clip-path: none;
        padding: 10px 15px;
        min-width: auto !important;
    }
    .info-item49 .list-item .list-title:before {
        content: none;
    }
    .info-item49 .list-item .list-title {
        position: static;
        width: 100%;
        height: auto;
    }
    .info-item48 .list-item {
        width: 100%;
    }
    .info-item28-list .list-item .text {
        width: calc(100% - 75px);
    }
    .info-item28-list .list-item .pic {
        width: 60px;
        height: 60px;
    }
    .info-item28-list .list-item .pic:before {
        content: none;
    }
    .info-item26 .list-item {
        width: 100%;
    }
    .info-item24 .list-item {
        flex-wrap: wrap;
        justify-content: center;
    }
    .info-item24 .list-item .pic {
        margin-bottom: 20px;
    }
    .info-item24 .list-item .text {
        width: 100%;
    }
    .info-item23 .list-item {
        flex-wrap: wrap;
        justify-content: center;
    }
    .info-item23 .list-item .pic {
        margin-bottom: 20px;
    }
    .info-item23 .list-item .text {
        width: 100%;
    }
    .info-item19 .list-item {
        width: 100%;
    }
    .info-item17 .list-item {
        width: 100%;
    }
    .info-item14 .list-item {
        width: 100%;
    }
    .info-item10-list .list-item .text {
        width: calc(100% - 75px);
    }
    .info-item10-list .list-item .pic {
        width: 60px;
        height: 60px;
    }
    .info-item10-list .list-item .pic:before {
        content: none;
    }
    .info-item8 .list-item {
        width: 100%;
    }
    .info-item4 .list-item {
        flex-wrap: wrap;
        justify-content: center;
    }
    .info-item4 .list-item .pic {
        margin-bottom: 20px;
    }
    .info-item4 .list-item .text {
        width: 100%;
    }
    .about-section2-list .list-item {
        padding: 30px 15px 15px;
    }
}

.platform-modules-and-services {

}
.platform-modules-and-services > .bg-box {
    background: #dae3f3;
    border-radius: 7px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.platform-modules-and-services > .bg-box > .row {
    display: flex;
    align-items: center;
    text-align: left;
}
.platform-modules-and-services > .bg-box > .row .col-md-9 > p {
    padding-bottom: 7px;
}
.platform-modules-and-services > .bg-box .show-center {
    margin: 0 !important;
}
.platform-modules-and-services > .bg-box .show-center img {
    margin: 0 !important;
    width: 100%;
    height: 100%;
}
.platform-modules-and-services > .bg-box .col-md-9 > ul {
    margin-bottom: 0;
}
.flow-4 {
    text-align: center;
    margin: 10px -10px 15px;
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
}
.flow-4>div {
    padding: 0 10px;
    width: 18%;
    position: relative;
}
.flow-4 .col-sm-20 span {
    color: #ffffff;
    margin-bottom: -15px;
}
.flow-4 span {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    font-weight: bold;
    background: #2363D5;
    margin-bottom: 15px;
}
.flow-4 .col-sm-20 p {
    padding-top: 15px;
}
.flow-4>div p {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 62px;
    border: 1px solid #244fbe;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.flow-4>div::after {
    top: 0;
    display: inline-block;
    font-family: 'icomoon';
    content: "\e96a";
    position: absolute;
    right: -10px;
    z-index: 1;
    font-size: 24px;
    color: #aaaaaa;
}
.flow-4>div:last-child::after {
    display: none;
}
.page-box40 {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.page-box40 .text-box {
    padding-left: 10px;
}

.new-style2 {
  position: relative;
  display: flex;
  margin-bottom: 20px;
}
.new-style2 > .col-md-4.img {
  width: 28%;
}
.new-style2 .img {
  position: relative;
  transform: skewX(-6.5deg);
}
.new-style2 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}
.new-style2 .content {
  position: relative;
  /* padding-left: 4em; */
  padding-left: 55px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.new-style2 .content::before {
  position: absolute;
  top: 0;
  content: "";
  right: -35px;
  width: calc(100% + 40px);
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #80a0eb);
  -webkit-clip-path: polygon(6% 0%, 100% 0%, 94% 100%, 0% 100%);
  clip-path: polygon(4.5% 0%, 100% 0%, 95.5% 100%, 0% 100%);
  z-index: -1;
}
.new-style2 .content .text p {
  padding: 0.2em 0;
}
.flex-row {
    display: flex;
    flex-wrap: wrap;
}
.flex-row > div {
    margin-top: 10px;
    margin-bottom: 10px;
}
.flex-row>div>.border-box {
    height: 100%;
    margin: 0 !important;
    overflow-x: hidden;
    background: linear-gradient(to bottom, #f4f8fd, #f4f8fd, #d5dff1);
    border: 1px solid #244fbe;
    padding: 15px !important;
    border-radius: 5px;
}
.tit-blue, .service-btn {
    display: block;
    border: 0 !important;
    border-radius: 0;
    padding: 12px 40px !important;
    margin: 35px 0 15px !important;
    cursor: unset;
    position: relative;
    color: #ffffff !important;
    margin-top: 10px;
    text-align: center;
    vertical-align: middle;
    background: #244fbe;
    transition: all 0.3s ease-in-out;
}
.tit-blue:hover, .service-btn:hover {
    color: #fff;
    background: #3b83fc;
}
.flex-row > div .box-s {
    padding: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    height: 100%;
    border-radius: 5px;
}

.table-box {
    width: 100%;
    overflow-y: hidden;
}
.table-box table {
    margin: 0 auto;
    border: none !important;
}
.table-box table tr {
    border: none !important;
}
.table-box table tr:nth-of-type(2n+1) td {
    background: #ffffff;
}
.table-box .f17 {
    position: relative;
    padding: 10px;
    width: 280px;
    height: 180px;
    border: 1px solid #244fbe;
    padding-bottom: 30px;
}
.table-box .f17 p {
    font-size: 13px;
    color: #000000;
}
.table-box .f17-1 {
    bottom: -27px;
}
.table-box .f17-1, .f17-2 {
    position: absolute;
    width: 200px;
    padding: 5px;
    background: #244fbe;
    left: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px !important;
    height: 54px;
    z-index: 2;
    text-align: center;
    margin: 0;
}
.table-box .f17-1 a, .f17-2 a {
    color: #fff;
}
.table-box img {
    margin: 30px 0;
}
.table-box .f17-b {
    padding-top: 40px;
    padding-bottom: 0;
    height: 165px;
}
.table-box .f17-2 {
    top: -27px;
    padding: 5px;
}
.table-box table, .table-box tr, .table-box td {
    border: none !important;
}
.table-box table {
    width: 100%;
}

.info-item20-2 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.info-item20-2 .list-item {
    width: 34%;
    margin-bottom: 10px;
    position: relative;
}
.info-item20-2 .list-item .pic {
    width: 80%;
    height: auto;
    position: absolute;
    left: 105%;
    top: 30%;
}
.info-item20-2 .list-item .pic img {
    width: 100%;
    height: auto;
}
.info-item20-2 .list-item .style1 {
    border-bottom: 1px solid #4874CB;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    position: relative;
}
.info-item20-2 .list-item p {
    font-size: 14px !important;
    line-height: 22px !important;
}
.info-item20-2 .list-item .style1:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #4874CB;
    border-radius: 50%;
    bottom: -5px;
    left: 0px;
    position: absolute;
}
.info-item20-2 .list-item p a {
    font-size: inherit;
    line-height: inherit;
}
.info-item20-2 .list-item:nth-child(2n) .style1 {
    padding-left: 0px;
    padding-right: 10px;
}
.info-item20-2 .list-item:nth-child(2n) .style1:before {
    bottom: -5px;
    left: auto;
    right: 0px;
}
.workflow-t-cell .workflow-1 {
    display: flex;
    align-items: center;
    padding-bottom: 45px;
}
.workflow-t-cell .workflow-1 > .show-center {
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 0 !important;
    margin-right: 20px;
}
.workflow-t-cell .workflow-1 .img-jt {
    position: absolute;
    width: 30px;
    top: calc(100% + 5px);
}
.workflow-t-cell .workflow-1 .img-content {
    width: 65px;
}
.workflow-t-cell .workflow-1 p, .workflow-t-cell .workflow-1 strong {
    font-size: 14px !important;
}
.workflow-t-cell .workflow-1 .workflow-text > p:last-child {
    padding-bottom: 3px;
}

.why-choose-css > ul {
    margin-bottom: 5px;
}
.why-choose-css > p {
    padding-left: 18px;
}
.workflow-add-css > div > p {
    display: inline-block;
}