.formError {
    z-index: 990;
}

.formError .formErrorContent {
    z-index: 991;
}

.formError .formErrorArrow {
    z-index: 996;
}

.ui-dialog .formError {
    z-index: 5000;
}

.ui-dialog .formError .formErrorContent {
    z-index: 5001;
}

.ui-dialog .formError .formErrorArrow {
    z-index: 5006;
}

.inputContainer {
    position: relative;
    float: left;
}

.formError {
    position: absolute;
    top: 300px;
    left: 300px;
    display: block;
    cursor: pointer;
    text-align: left;
}

.formError.inline {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
}

.ajaxSubmit {
    padding: 20px;
    background: #55ea55;
    border: 1px solid #999;
    display: none;
}

.formError .formErrorContent {
    width: 100%;
    background: #ee0101;
    position: relative;
    color: #fff;
    min-width: 150px;
    font-size: 11px;
    border: 2px solid #ddd;
    box-shadow: 0 0 6px #000;
    -moz-box-shadow: 0 0 6px #000;
    -webkit-box-shadow: 0 0 6px #000;
    -o-box-shadow: 0 0 6px #000;
    padding: 4px 10px 4px 10px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
}

.formError.inline .formErrorContent {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
}

.greenPopup .formErrorContent {
    background: #33be40;
}

.blackPopup .formErrorContent {
    background: #393939;
    color: #FFF;
}

.formError .formErrorArrow {
    width: 15px;
    margin: -2px 0 0 13px;
    position: relative;
}

body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
    margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    margin: 0px 0 0 12px;
    top: 2px;
}

.formError .formErrorArrow div {
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    box-shadow: 0 2px 3px #444;
    -moz-box-shadow: 0 2px 3px #444;
    -webkit-box-shadow: 0 2px 3px #444;
    -o-box-shadow: 0 2px 3px #444;
    font-size: 0px;
    height: 1px;
    background: #ee0101;
    margin: 0 auto;
    line-height: 0;
    font-size: 0;
    display: block;
}

.formError .formErrorArrowBottom div {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
    background: #33be40;
}

.blackPopup .formErrorArrow div {
    background: #393939;
    color: #FFF;
}

.formError .formErrorArrow .line10 {
    width: 13px;
    border: none;
}

.formError .formErrorArrow .line9 {
    width: 11px;
    border: none;
}

.formError .formErrorArrow .line8 {
    width: 11px;
}

.formError .formErrorArrow .line7 {
    width: 9px;
}

.formError .formErrorArrow .line6 {
    width: 7px;
}

.formError .formErrorArrow .line5 {
    width: 5px;
}

.formError .formErrorArrow .line4 {
    width: 3px;
}

.formError .formErrorArrow .line3 {
    width: 1px;
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
    width: 3px;
    border: none;
    background: #ddd;
}

.formError .formErrorArrow .line1 {
    width: 1px;
    border: none;
    background: #ddd;
}

* {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    line-height: 1.42857143;
    background-color: #fff
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

img {
    vertical-align: middle
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

@font-face {
    font-family: 'opensans-bold';
    font-display: swap;
    src: url('../fonts/opensans-bold.woff2') format('woff2'), url('../fonts/opensans-bold.woff') format('woff'), url('../fonts/opensans-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-bold.ttf') format('truetype'), url('../fonts/opensans-bold.svg#opensans-bold') format('svg');
}

@font-face {
    font-family: 'opensans-regular';
    font-display: swap;
    src: url('../fonts/opensans-regular.woff2') format('woff2'), url('../fonts/opensans-regular.woff') format('woff'), url('../fonts/opensans-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-regular.ttf') format('truetype'), url('../fonts/opensans-regular.svg#opensans-regular') format('svg');
}

html,
body {
    font-size: 62.5%;
    font-family: 'opensans-regular';
}

dl,
dt,
dd,
ul,
li,
input,
form,
a,
p,
textarea,
button,
label,
tr,
td,
th {
    margin: 0;
    padding: 0;
    font-family: 'opensans-regular';
    font-weight: normal;
    outline: none;
    font-size: 16px;
    line-height: 28px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: 'opensans-bold';
    font-weight: normal;
    outline: none;
}

.services-container p,
.services-container ul,
.services-container li,
.services-container a,
.services-container table tr,
.services-container table td {
    font-family: 'opensans-regular';
}

ol,
ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    zoom: 1;
}

.clear:after {
    display: block;
    clear: both;
    content: "";
    height: 0;
}

.clearfix {
    overflow: hidden;
}

img {
    border: none;
    outline: none;
}

a {
    color: #293b9a;
}

a:hover {
    color: #6959a1;
    text-decoration: none;
}


/*img{ max-width:100%; height:auto;}*/

input::-webkit-input-placeholder {
    color: #a4a9af;
    font-size: 15px;
    font-weight: normal;
    font-family: 'opensans-regular';
}

input::-moz-placeholder {
    color: #a4a9af;
    font-size: 15px;
    font-weight: normal;
    font-family: 'opensans-regular';
}

input::-moz-placeholder {
    color: #a4a9af;
    font-size: 15px;
    font-weight: normal;
    font-family: 'opensans-regular';
}

input::-ms-input-placeholder {
    color: #a4a9af;
    font-size: 15px;
    font-weight: normal;
    font-family: 'opensans-regular';
}

textarea::-webkit-input-placeholder {
    color: #a4a9af;
    font-size: 15px;
    font-weight: normal;
    font-family: 'opensans-regular';
}

textarea::-moz-placeholder {
    color: #a4a9af;
    font-size: 15px;
    font-weight: normal;
    font-family: 'opensans-regular';
}

textarea::-moz-placeholder {
    color: #a4a9af;
    font-size: 15px;
    font-weight: normal;
    font-family: 'opensans-regular';
}

textarea::-ms-input-placeholder {
    color: #a4a9af;
    font-size: 15px;
    font-weight: normal;
    font-family: 'opensans-regular';
}

a:active {
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}

a:visited {
    text-decoration: none !important;
}

a:focus {
    color: indianred;
}

.imgbox img {
    transition: all .5s;
}

.imgbox img:hover {
    transform: scale(1.1);
}

.less {
    width: 420px;
    height: 400px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    transition: box-shadow .2s, -webkit-transform .2s;
    transition: box-shadow .2s, transform .2s;
    transition: box-shadow .2s, transform .2s, -webkit-transform .2s;
}

.less:hover {
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
}

.gray {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.navli>ul>li>.downnav::-webkit-scrollbar {
    width: 0px;
    /*height: 2px;*/
    background: #1e1e1e;
}

.navli>ul>li>.downnav::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 2px #ab7525;
    background: #1e1e1e;
    width: 0px;
    height: 4px;
}

.navli>ul>li>.downnav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px #1e1e1e;
    border-radius: 10px;
    background: #fff;
}

.text-dealsss {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?1yetvw');
    src: url('../fonts/icomoon.eot?1yetvw#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?1yetvw') format('truetype'), url('../fonts/icomoon.woff?1yetvw') format('woff'), url('../fonts/icomoon.svg?1yetvw#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
    content: "\e948";
}

.icon-twitter:before {
    content: "\e9a9";
}

.icon-linkedin:before {
    content: "\e94e";
}

.icon-blog:before {
    content: "\e945";
}

.icon-check:before {
    content: "\e990";
}

.icon-location:before {
    content: "\e906";
}

.icon-phone:before {
    content: "\e91a";
}

.icon-email:before {
    content: "\e922";
}

.icon-fax:before {
    content: "\e90c";
}

.maincon {
    width: 100%;
    margin: auto;
    height: auto;
    padding: 0px 12%;
    max-width: 1920px;
}

p {
    color: #000;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;
}

p a {
    font-size: inherit;
    font-family: inherit;
    color: inherit;
}

.push {
    margin-top: 70px;
}

.toper {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99;
    background: #fff;
}

.toper-content {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0px;
    position: relative;
}

.logos {
    width: auto;
}

.logos img {
    height: 50px;
    width: auto;
    display: block;
    margin: auto;
}

.sp_nav {
    width: 25px;
    position: relative;
    cursor: pointer;
    height: 22px;
    margin-top: 9px;
    display: none;
}

.sp_nav span {
    display: block;
    background: #6959a1;
    width: 25px;
    height: 2px;
    position: absolute;
    left: 0px;
    transition: all ease 0.35s
}

.sp_nav span:nth-of-type(1) {
    top: 0px
}

.sp_nav span:nth-of-type(2) {
    top: 10px
}

.sp_nav span:nth-of-type(3) {
    top: 20px
}

.sp_nav_se span:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
    width: 0
}

.sp_nav_se span:nth-of-type(3) {
    top: 10px;
    transform: rotate(-45deg)
}

.nav-box {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.navs {
    width: auto;
    height: 100%;
    position: relative;
    margin-top: 0;
}

.navs a {
    font-size: 18px;
    color: #000;
}

.navs a:first-child {
    margin-left: 0px;
}

.navs a:hover {
    color: #B6D3A2;
}

.navs a.shows {
    color: #fcc10e;
}

.navs>ul>li {
    width: auto;
    height: 70px;
    line-height: 70px;
    float: left;
    margin-left: 80px;
    position: relative;
    padding: 0px 0px 0px;
}

.navs>ul>li:first-child {
    margin-left: 0px;
}

.navs>ul>li>a {
    color: #6959a1;
    font-size: 16px;
    font-weight: bold;
}

.navs>ul>li:after {
    /*content: '';*/
    position: absolute;
    width: 0%;
    height: 2px;
    background: #fff;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;
}

.navs>ul>li>span {
    float: right;
    margin-left: 5px;
    color: #6959a1;
    font-size: 14px;
    transition: all 0s;
}

.navs>ul>li>span::before {
    content: '\e96b';
    font-family: 'icomoon';
    right: 0;
    top: 0;
}

.navs>ul>li>a.actives {
    color: #000000;
}

.navs>ul>li>span.act::before {
    color: #000000;
}

.navs>ul>li:hover:after {
    width: 100%;
}

.navs>ul>li:hover>a {
    color: #000;
}

.navs>ul>li:hover>span {
    color: #000;
}

.navs>ul>li:hover:after {
    background: #000;
}

.navs ul li ul li {
    width: 100%;
    height: auto;
    padding: 7px 10px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 0px;
    position: relative;
    line-height: 25px;
    float: left;
}

.navs ul li ul li span::before {
    content: "\e96d";
    color: #062134;
    top: 50%;
    right: 10px;
    position: absolute;
    transform: translateY(-50%);
    font-family: 'icomoon';
    font-size: 14px;
}

.navs ul li ul li a {
    font-size: 15px;
    line-height: 20px;
    color: #000;
    display: inline-block;
    max-width: calc(100% - 16px);
    transition: all .1s ease-out;
}

.navs ul li ul li:hover>a {
    color: #6959a1;
}

.navs ul li ul li:hover>span::before {
    color: #6959a1;
}

.navs ul li ul li a.shows {
    color: #6959a1;
}

.navs>ul>li>ul {
    position: absolute;
    left: 0px;
    top: 90%;
    background: #fff;
    width: 280px;
    height: auto;
    display: none;
    z-index: 101;
}

.navs ul li ul li ul {
    position: absolute;
    left: 100%;
    top: 0px;
    background: #fff;
    width: 100%;
    height: auto;
    display: none;
}

.nav-right {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 30px;
}

.searchicon {
    width: 30px;
    height: 30px;
    display: flex;
    border-radius: 70px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #6959a1;
    margin-right: 0px;
}

.searchicon:before {
    content: '\e99a';
    font-family: 'icomoon';
    font-size: 20px;
    line-height: 22px;
}

.searchicon:hover {
    color: #000;
}

.searchicon.shows:before {
    content: '\2716';
}

.search-info {
    position: absolute;
    top: calc(100% - 1px);
    right: 0px;
    width: 450px;
    height: auto;
    padding: 12px 20px;
    background: #fff;
    border-top: 3px solid #6959A1;
    display: none;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .3);
}

.search-info form {
    width: 100%;
    height: 46px;
    border: 1px solid #E6E6E6;
    display: flex;
    justify-content: flex-start;
}

.search-info input {
    width: 100%;
    height: 100%;
    border: none;
    font-size: 18px;
    color: #000;
    float: left;
    border-radius: 0px;
    background: none;
    box-shadow: none;
    padding: 0px 10px;
    height: 46px;
}

.search-info input:focus {
    box-shadow: none;
    border: none;
}

.search-info input::-webkit-input-placeholder {
    color: #999;
    font-size: 16px;
}

.search-info input:-moz-placeholder {
    color: #999;
    font-size: 16px;
}

.search-info input::-moz-placeholder {
    color: #999;
    font-size: 16px;
}

.search-info input::-ms-input-placeholder {
    color: #999;
    font-size: 16px;
}

.search-info button {
    height: 100%;
    width: 40px;
    color: #6959A1;
    border: none;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-info button:after {
    content: '\e99a';
    font-family: 'icomoon';
    font-size: 20px;
}

.search-info button:hover {
    color: #000;
}

.toper.fixed {
    box-shadow: 1px 2px 10px rgba(0, 0, 0, .15);
}

.footer {
    width: 100%;
    height: auto;
    background: #6959A1;
}

.footer p {
    color: #fff;
    margin-bottom: 8px;
    line-height: 1.5;
}
.footer p a {
    line-height: inherit;
}

.footer a {
    color: #fff;
}

.footer a:hover {
    color: #d2d5ff;
}

.footer .foottitle {
    color: #fff;
    font-size: 19px;
    margin-bottom: 15px;
    display: block;
    font-family: 'opensans-bold';
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
}

.footer .foottitle a {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
}

.foot-info {
    width: 100%;
    height: auto;
    padding: 50px 0px 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    column-gap: 30px;
}

.foot-logo {
    width: auto;
}

.foot-logo img {
    width: auto;
    height: 55px;
    max-width: 100%;
    margin-bottom: 30px;
}

.foot-logo p {
    max-width: 400px;
}

.foot-contact-list {
    margin-bottom: 15px;
}

.foot-contact-list p {
    padding-left: 28px;
}

.foot-contact-list p:nth-child(1) {
    background: url(../images/foot-address.svg) no-repeat 0px 2px/15px;
}

.foot-contact-list p:nth-child(2) {
    background: url(../images/foot-email.svg) no-repeat 0px 6px/18px;
}

.foot-contact-list p:nth-child(3) {
    background: url(../images/foot-phone.svg) no-repeat 0px 3px/17px;
}
.foot-contact-box .list-item{
	width: auto;
	margin-bottom: 15px;
	padding-left: 32px;
	position: relative;
}
.foot-contact-box .list-item p{
	margin-bottom: 8px;
}
.foot-contact-box .list-item p b{
	font-weight: normal;
}
.foot-contact-box .list-item .style1{
	color: #fff;
	font-size: 16px;
	margin-bottom: 5px;
	font-family: 'opensans-bold';
}
.foot-contact-box .list-item:before{
	content: '';
	width: 22px;
	height: 22px;
	position: absolute;
	left: 0px;
	top: 1px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.foot-contact-box .list-item:nth-child(1):before{
	background-image: url(../images/foot-address.svg);
}
.foot-contact-box .list-item:nth-child(2):before{
	background-image: url(../images/foot-phone.svg);
}
.foot-contact-box .list-item:nth-child(3):before{
	background-image: url(../images/foot-email.svg);
}

.foot-contact-list-box{
	width: 100%;
	height: auto;
	display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    column-gap: 2%;
    padding-bottom: 10px;
}
.foot-contact-list-box .list-item{
	width: 32%;
	margin-bottom: 10px;
}
.foot-contact-list-box .list-item .foottitle{
	margin-bottom: 15px;
	display: block;
}
.foot-contact-list-box .list-item p{
	padding-left: 25px;
	position: relative;
	margin-bottom: 10px;
}
.foot-contact-list-box .list-item p:before{
	content: '';
	width: 18px;
	height: 18px;
	position: absolute;
	left: 0px;
	top: 3px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.foot-contact-list-box .list-item p:nth-child(1):before{
	background-image: url(../images/foot-address.svg);
}
.foot-contact-list-box .list-item p:nth-child(2):before{
	background-image: url(../images/foot-email.svg);
}
.foot-contact-list-box .list-item p:nth-child(3):before{
	background-image: url(../images/foot-phone.svg);
}

.foot-link-icon {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 15px;
}
.foot-link-icon a {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #6959a1;
    font-size: 16px;
    transition: all .3s;
    border-radius: 50%;
}

.foot-link-icon a:hover {
    background: #000;
    color: #fff;
}

.foot-link-icon .twitter-pic {
    width: auto;
    height: 16px;
    margin-bottom: 3px;
}

.foot-link-icon p {
    margin-bottom: 0px;
}

.foot-follow {
    max-width: 300px;
}

.foot-nav {
    width: auto;
    max-width: 100%;
    width: auto;
}

.foot-nav p a {
    padding-left: 0px;
    position: relative;
    display: inline-block;
    transition: all .3s;
}

.foot-nav p a:hover {
    transform: translateX(5px);
}

.copyright {
    width: 100%;
    height: auto;
    padding: 12px 0px;
    position: relative;
    border-top: 1px solid #7f6ebb;
}

.copyright p {
    text-align: center;
    margin-bottom: 0px;
    color: #fff;
    font-size: 15px;
}

.go_top {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background-color: #c5b4ff;
    color: #fff !important;
    position: fixed;
    right: 5px;
    bottom: 120px;
    opacity: 0;
    z-index: 333;
}

.go_top:before {
    font-family: 'icomoon' !important;
    content: '\e96e';
    font-size: 20px;
}

.go_top:hover {
    color: #fff !important;
    background-color: #000;
}

.maintitle {
    margin-bottom: 35px;
    text-align: center;
}

.maintitle .titles {
    color: #3F3F3F;
}

.maintitle .titles span {
    color: #6959A1;
}

.maintitle p {
    max-width: 1000px;
    text-align: center;
    margin: 10px auto 0px;
}

.titles {
    font-size: 35px;
    line-height: 1.2;
    font-family: 'opensans-bold';
}

.maintitle.left {
    text-align: left;
}

.mainsection1 {
    width: 100%;
    height: auto;
    padding: 80px 0px;
}

.mainsection1-info {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mainsection1-info .text {
    width: 48%;
}

.mainsection1-info .text p:last-child {
    margin-bottom: 0px;
}

.mainsection1-info .pic-list {
    width: 47%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.mainsection1-info .pic-list .list-item {
    width: 47%;
}

.mainsection1-info .pic-list .list-item .pic-box {
    width: 100%;
    padding-bottom: 70%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}

.mainsection1-info .pic-list .list-item .pic-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all .5s;
}

.mainsection1-info .pic-list .list-item:hover .pic-box img {
    transform: scale(1.1);
}

.mainsection1-info .pic-list .list-item p {
    width: 100%;
    min-height: 44px;
    border: 2px solid #6959a1;
    border-radius: 6px;
    margin-bottom: 0px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mainsection1-info .pic-list .list-item:hover p {
    color: #fff;
    border: 2px solid #6959a1;
    background: #6959a1;
}

.more-btn {
    padding: 12px 25px;
    border-radius: 6px;
    background: #6959a1;
    color: #fff;
    font-size: 16px;
    margin-top: 0px;
    position: relative;
    transition: 400ms;
    display: inline-flex;
    justify-content: center;
    line-height: 20px;
    align-items: center;
    transition: all .3s;
    text-transform: uppercase;
}

.more-btn:after {
    content: '\e96d';
    font-family: 'icomoon';
    margin-left: 10px;
}

.more-btn:hover {
    color: #fff;
    background: #000;
}

.mainsection2 {
    width: 100%;
    height: auto;
    padding: 0px 0px 80px;
}

.mainsection2-info {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mainsection2-info .text {
    width: 47%;
}

.mainsection2-info .pic {
    width: 47%;
    padding-bottom: 35%;
    position: relative;
}

.mainsection2-info .text .text-btn {
    margin-top: 30px;
}

.mainsection2-info .pic .pic-list {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.mainsection2-info .pic .pic-box {
    width: calc(50% - 10px);
}

.mainsection2-info .pic .pic-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mainsection2-info .pic .pic-box .pic1 {
    width: 100%;
    height: 100%;
}

.mainsection2-info .pic .pic-box .pic2 {
    width: 100%;
    height: 55%;
}

.mainsection2-info .pic .pic-box .pic3 {
    width: 100%;
    height: calc(45% - 20px);
    margin-top: 20px;
}

.mainsection3 {
    width: 100%;
    height: auto;
    padding: 80px 0px;
    background-image: url(../images/index-pic6.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
}

.mainsection3:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(241, 241, 255, .8);
}

.mainsection3 .maincon {
    position: relative;
    z-index: 2;
}

.mainsection3-info {
    width: 100%;
    height: auto;
}

.mainsection3-info .info-text {
    width: 100%;
    height: auto;
    text-align: center;
}

.mainsection3-info .info-text p {
    font-family: 'opensans-bold';
    margin-bottom: 5px;
}

.mainsection3-info .info-btn {
    text-align: center;
    margin-top: 30px;
}

.mainsection3-list {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 30px;
}

.mainsection3-list .swiper-container {
    position: relative;
    padding: 20px 20px;
}

.mainsection3-list .swiper-slide {
    height: auto;
}

.mainsection3-list .swiper-slide p {
    height: 100%;
    min-height: 65px;
    background: #fff;
    color: #6959a1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.5;
    font-family: 'opensans-bold';
    border-radius: 8px;
    padding: 5px 5px;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, .25);
}

.mainsection3-list .swiper-slide:hover p {
    background: #6959a1;
    color: #fff;
}

.mainsection3-list .swiper-button-next {
    right: -70px;
}

.mainsection3-list .swiper-button-prev {
    left: -70px;
}

.mainsection4 {
    width: 100%;
    height: auto;
    padding: 80px 0px;
}

.mainsection4-list {
    position: relative;
}

.mainsection4-list .swiper-slide {
    height: auto;
    transform: scale(.7) !important;
}

.mainsection4-list .swiper-slide-prev {
    transform: translateX(-8%) scale(.85) !important;
}

.mainsection4-list .swiper-slide-next {
    transform: translateX(8%) scale(.85) !important;
}

.mainsection4-list .swiper-slide-active {
    transform: scale(1) !important;
}

.mainsection4-list .swiper-slide .pic {
    width: 100%;
    padding-bottom: 65%;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}

.mainsection4-list .swiper-slide .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all .5s;
}

.mainsection4-list .swiper-slide:hover .pic img {
    transform: scale(1.1);
}

.mainsection4-list .swiper-slide h3 {
    text-align: center;
    font-size: 16px;
    line-height: 1.3;
    color: #6959a1;
    margin: 0px;
}

.mainsection4-list .swiper-slide:hover h3 {
    color: #000;
}

.mainsection4-list .swiper-button-next {
    right: -70px;
}

.mainsection4-list .swiper-button-prev {
    left: -70px;
}

.mainsection5 {
    width: 100%;
    height: auto;
    padding: 80px 0px 80px;
    margin-bottom: 80px;
    background-image: url(../images/index-pic12.jpg);
    background-image: -webkit-image-set(url(../images/index-pic12.webp) 1x);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    position: relative;
}

.mainsection5:before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, .1) 3%, rgba(210, 205, 239, .9));
    position: absolute;
    left: 0px;
    top: 0px;
}

.mainsection5-info {
    width: 100%;
    height: auto;
    min-height: 340px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.mainsection5-info .text {
    width: 100%;
}

.mainsection5-info .text .text-btn {
    margin-top: 30px;
}

.mainsection6 {
    width: 100%;
    height: auto;
    padding: 0px 0px 40px;
}

.mainsection6-list {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.mainsection6-list .list-item {
    width: calc(20% - 26px);
    background: #fff;
    margin-bottom: 40px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
    border-radius: 10px;
    padding: 35px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all .2s;
}

.mainsection6-list .list-item:hover {
    transform: translateY(-7px);
}

.mainsection6-list .list-item h3 {
    font-size: 16px;
    margin-bottom: 25px;
    min-height: 50px;
    text-align: center;
    color: #000;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    max-width: 100%;
}

.mainsection6-list .list-item:hover h3 {
    color: #6959a1;
}

.mainsection6-list .list-item img {
    width: auto;
    height: 50px;
}

.page-main-title {
    font-size: 32px;
    color: #000;
    margin-bottom: 25px;
    font-family: 'opensans-bold';
}

.page-main-title span {
    color: #6959a1;
}

.page-main-title.center {
    text-align: center;
}

.solutions-section1 {
    width: 100%;
    height: auto;
    padding: 40px 0px 80px;
}

.solutions-section1-info {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.solutions-section1-info .pic {
    width: 47%;
    padding-bottom: 20%;
    overflow: hidden;
    position: relative;
}

.solutions-section1-info .text {
    width: 47%;
}

.solutions-section1-info .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all .5s;
}

.solutions-section1-info .text p:last-child {
    margin-bottom: 0px;
}
.solutions-section1-info .text p a{
    color: #6959a1;
}
.solutions-section1-info .text p a:hover{
    color: #8d74e4;
}
.solutions-section2 {
    width: 100%;
    height: auto;
    padding: 0px 0px 40px;
}

.solutions-section2-info {
    width: 100%;
    height: auto;
}

.solutions-section2-info .solutions-section2-title {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 30px;
}

.solutions-section2-info .solutions-section2-title p {
    width: 50%;
    padding: 11px 20px;
    text-align: center;
    background: #ECEAF8;
    border-top: 2px solid #c6c5c7;
    color: #000;
    margin: 0px;
    cursor: pointer;
    font-family: 'opensans-bold';
    font-size: 17px;
}

.solutions-section2-info .solutions-section2-title p.shows {
    border-top: 2px solid #6959a1;
    color: #fff;
    background: #6959a1;
}

.solutions-section2-info .solutions-section2-list {
    width: 100%;
    height: auto;
}

.solutions-section2-info .solutions-section2-list .solutions-list-box {
    width: 100%;
    height: auto;
    display: none;
}

.solutions-section2-info .solutions-section2-list .solutions-list-box:first-child {
    display: block;
}

.solutions-section2-info1 {
    width: 100%;
    height: auto;
    background: url(../images/solutions-pic2.jpg) no-repeat center center/cover;
    background-attachment: fixed;
    padding: 60px 60px 20px;
}

.solutions-section2-info1 .list-item {
    width: 60%;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, .88);
    padding: 20px 30px;
    border-radius: 6px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, .3);
}

.solutions-section2-info1 .list-item .icon {
    height: 100px;
    width: 100px;
}

.solutions-section2-info1 .list-item .icon img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    transition: all .3s;
}

.solutions-section2-info1 .list-item:hover .icon img {
    transform: rotate(45deg);
}

.solutions-section2-info1 .list-item .text {
    width: calc(100% - 130px);
}

.solutions-section2-info1 .list-item .text h2 {
    font-size: 18px;
    color: #000;
    margin-bottom: 15px;
}

.solutions-section2-info1 .list-item .text p {
    margin-bottom: 0px;
}

.solutions-section2-info1 .list-item:hover .text h2 {
    color: #6959a1;
}

.solutions-section2-info1 .list-item:nth-child(2) {
    margin-left: 20%;
}

.solutions-section2-info1 .list-item:nth-child(3) {
    margin-left: 40%;
}

.solutions-section2-info2 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 3.5%;
}

.solutions-section2-info2 .list-item {
    width: 31%;
    margin-bottom: 40px;
    border-radius: 6px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, .3);
    overflow: hidden;
    background: #fff;
}

.solutions-section2-info2 .list-item .pic {
    width: 100%;
    padding-bottom: 65%;
    overflow: hidden;
    position: relative;
}

.solutions-section2-info2 .list-item .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all .5s;
}

.solutions-section2-info2 .list-item:hover .pic img {
    transform: scale(1.1);
}

.solutions-section2-info2 .list-item p {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 10px 10px;
    overflow: auto;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(137, 97, 174, .8);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    opacity: 0;
    transform: scale(1.2);
    transition: all .3s;
}

.solutions-section2-info2 .list-item:hover p {
    opacity: 1;
    transform: scale(1);
}

.solutions-section2-info2 .list-item .text {
    width: 100%;
    height: auto;
    padding: 15px 10px;
}

.solutions-section2-info2 .list-item .text h2 {
    color: #6959a1;
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
}

.solutions-section2-info-title {
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
}

.solutions-section2-info-title .page-main-title {
    margin-bottom: 5px;
    font-size: 24px;
}

.solutions-section2-info3 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 3.5%;
}

.solutions-section2-info3 .list-item {
    width: 31%;
    margin-bottom: 40px;
    background: #ECEAF8;
    padding: 40px 20px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .2);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    transition: all .3s;
}

.solutions-section2-info3 .list-item:hover {
    transform: translateY(-6px);
}

.solutions-section2-info3 .list-item .icon {
    width: 65px;
}

.solutions-section2-info3 .list-item .icon img {
    width: 100%;
    height: auto;
}

.solutions-section2-info3 .list-item .text {
    width: calc(100% - 85px);
}

.solutions-section2-info3 .list-item .text h3 {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
    line-height: 1.3;
}

.solutions-section2-info3 .list-item:hover .text h3 {
    color: #6959a1;
}

.solutions-section2-info3 .list-item .text .text-btn {
    margin-top: 40px;
}

.solutions-section2-info4 {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}

.solutions-section2-info4 .list-item {
    width: 100%;
    height: auto;
    padding: 35px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .3s;
}

.solutions-section2-info4 .list-item:hover {
    transform: scale(1.02);
}

.solutions-section2-info4 .list-item .pic {
    width: 300px;
    height: 220px;
    overflow: hidden;
}

.solutions-section2-info4 .list-item .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}

.solutions-section2-info4 .list-item:hover .pic img {
    transform: scale(1.1);
}

.solutions-section2-info4 .list-item .text {
    width: calc(100% - 360px);
}

.solutions-section2-info4 .list-item .text h3 {
    text-align: center;
    margin-bottom: 15px;
    font-size: 20px;
    color: #6959a1;
}

.solutions-section2-info4 .list-item:hover .text h3 {
    color: #000;
}

.solutions-section2-info4 .list-item .text p:last-child {
    margin-bottom: 0px;
}

.solutions-section2-info4 .list-item:nth-child(2n-1) {
    background: #ECEAF8;
    box-shadow: 2px 3px 7px rgba(0, 0, 0, .2);
}

.solutions-section2-info4 .list-item:nth-child(2n) {
    flex-direction: row-reverse;
}

.solutions-section3 {
    width: 100%;
    height: auto;
    padding: 0px 0px 80px;
}

.solutions-section3-info {
    width: 1000px;
    max-width: 100%;
    margin: auto;
    height: auto;
    padding: 0px 40px;
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.solutions-section3-info:before {
    content: '';
    width: 80%;
    height: calc(100% - 40px);
    border: 8px solid #6959a1;
    left: 0px;
    top: 20px;
    position: absolute;
    z-index: 2;
}

.solutions-section3-info:after {
    content: '';
    width: 80%;
    height: 70%;
    background: #8e81cc;
    right: 0px;
    bottom: 20px;
    position: absolute;
}

.solutions-section3-info .text {
    width: 40%;
    padding: 60px 30px;
    background: #6959a1;
    position: relative;
    z-index: 3;
}

.solutions-section3-info .pic {
    width: 40%;
    position: relative;
    overflow: hidden;
    z-index: 3;
}

.solutions-section3-info .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all .5s;
}

.solutions-section3-info .pic:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(148, 117, 255, .3);
    z-index: 2;
}

.solutions-section3-info .text .style1 {
    color: #fff;
    font-size: 20px;
    font-family: 'opensans-bold';
    margin-bottom: 35px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.solutions-section3-info .text .style1:before {
    content: '';
    height: 42px;
    width: 80px;
    background: url(../images/solutions-pic11.svg) no-repeat left center/contain;
    margin-right: 15px;
    flex-shrink: 0;
}

.solutions-section3-info .text .style2 {
    color: #fff;
    margin-bottom: 20px;
}

.solutions-section3-info .text ul {
    padding-left: 19px;
}

.solutions-section3-info .text ul li {
    color: #fff;
    list-style: disc;
    margin-bottom: 10px;
}

.solutions-section3-info .text ul li:last-child {
    margin-bottom: 0px;
}

.solutions-section4 {
    width: 100%;
    height: auto;
    padding: 0px 0px 80px;
}

.solutions-section4-info {
    width: 1000px;
    max-width: 100%;
    margin: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.solutions-section4-info .info-title {
    width: 45%;
    padding: 10px 0px 100px 20px;
    background: url(../images/solutions-pic15.jpg) no-repeat left bottom/contain;
}

.solutions-section4-info .info-title .page-main-title {
    text-align: right;
}

.solutions-section4-info .info-title .style1 {
    font-size: 18px;
    text-align: right;
    font-style: italic;
    margin-bottom: 40px;
}

.solutions-section4-info .info-title .info-title-btn {
    text-align: right;
}

.solutions-section4-info .info-text {
    width: 48%;
    background: #887CB6;
    border-radius: 25px;
    padding: 25px 30px;
}

.solutions-section4-info .info-text .text-style1 {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 10px;
}

.solutions-section4-info .info-text .text-style1 span {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../images/arrow1.png) no-repeat center center/contain;
}

.solutions-section4-info .info-text .text-style2 {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}

.solutions-section4-info .info-text .text-style2 .text-style2-content {
    width: auto;
    max-width: 100%;
    padding: 20px 40px 15px;
    position: relative;
}

.solutions-section4-info .info-text .text-style2 .text-style2-content:before {
    content: '';
    width: 16px;
    height: 16px;
    background: url(../images/arrow2.png) no-repeat center center/contain;
    position: absolute;
    left: 0px;
    top: 0px;
}

.solutions-section4-info .info-text .text-style2 .text-style2-content:after {
    content: '';
    width: 16px;
    height: 16px;
    background: url(../images/arrow3.png) no-repeat center center/contain;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.solutions-section4-info .info-text .text-style2 p {
    margin-bottom: 5px;
    color: #fff;
    padding-left: 20px;
    position: relative;
    font-family: 'opensans-bold';
}

.solutions-section4-info .info-text .text-style2 p:before {
    content: '';
    width: 8px;
    height: 8px;
    background: url(../images/arrow4.png) no-repeat center center/contain;
    position: absolute;
    left: 0px;
    top: 11px;
}

.solutions-section4-info .info-text .text-style3 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.solutions-section4-info .info-text .text-style3 img {
    width: 55px;
    height: auto;
}

.solutions-section4-info .info-text .text-style3 p {
    font-size: 20px;
    font-style: italic;
    color: #FEE695;
    margin-bottom: 0px;
    font-weight: bold;
}

.pagebanner {
    width: 100%;
    height: 400px;
    position: relative;
}

.pagebanner:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    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: 40px;
    line-height: 1.4;
    color: #fff;
    text-align: left;
    margin-bottom: 0px;
    margin-top: 40px;
    font-family: 'opensans-bold';
}

.pagebanner p {
    font-size: 16px;
    color: #fff;
    text-align: left;
    margin-top: 25px;
    margin-bottom: 0px;
}

.pagebanner.careers-banner:after {
    background: rgba(49, 30, 50, .5);
}

.crumbnav {
    width: 100%;
    height: auto;
    padding: 0px;
    text-align: left;
    margin-top: 20px;
}

.crumbnav ul {
    width: 100%;
    height: auto;
    margin: auto;
    font-size: 15px;
    color: #fff;
}

.crumbnav ul li {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    margin-right: 5px;
}

.crumbnav ul li a {
    font-size: 16px;
    color: #fff;
    display: inline-block;
}

.crumbnav ul li a:hover {
    color: #cdbfff;
}

.crumbnav ul li::before {
    content: "/";
    color: #fff;
    margin-right: 7px
}

.crumbnav ul li:first-child::before {
    content: "";
    margin-right: 0px;
}

.crumbnav ul li:first-child {
    padding-left: 22px;
    background: url(../images/icon-home.svg) no-repeat left 5px/17px;
}

.forms .form_control {
    width: 100%;
    height: 46px;
    border: none;
    border: 1px solid #C1C1C1;
    padding: 0px 10px;
    margin-bottom: 0px;
    font-size: 16px;
    color: #000;
    box-shadow: none;
    border-radius: 5px;
    background: none;
}

.forms .form_group {
    margin-bottom: 15px;
}

.forms textarea.form_control {
    height: 80px;
    padding: 11px 10px;
    line-height: 22px;
    display: inherit;
}

.forms textarea.form_control.title {
    height: 46px;
}

.forms textarea.form_control.position {
    height: 46px;
}

.forms .form_control.file {
    padding-top: 10px;
}

.forms .inquiry-quantity {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.forms .inquiry-quantity select.form_control {
    width: 110px;
    font-size: 18px;
    outline: none;
}

.forms label {
    margin-bottom: 5px;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin-left: 0px;
    display: block;
}

.forms {
    width: 100%;
}

.forms .inquiry-quantity {
    width: 100%;
}

.forms .inquiry-quantity input#iquantity {
    width: calc(100% - 110px);
    margin-right: 0px;
    border-right: none;
}

.forms .inquiry-quantity input.form_control:after {
    content: " ";
    position: absolute;
    z-index: 2;
    top: -25px;
    width: 110%;
    height: 50px;
    background-color: #fff;
    transform: rotate(-0.5deg)
}

.forms #otherunit {
    margin-left: 0px;
    background: none;
    width: 110px;
    border-left: none;
}

.forms .form_button {
    margin-top: 10px;
    text-align: center;
}

.forms .submit-btn {
    padding: 8px 30px;
    width: 160px;
    max-width: 100%;
    background: #6959A1;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 6px;
    position: relative;
    font-size: 16px;
}

.forms .submit-btn:hover {
    background: #000;
}

.forms .form-check {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 10px;
    margin-top: 10px;
}

.forms .form-check label {
    line-height: 1.3;
}

.forms .form-check .form-check-input {
    flex-shrink: 0;
    margin-right: 8px;
    margin-top: 3px;
}

.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: 0px;
    overflow: hidden;
    margin-bottom: 40px;
    background: #E1DEEC;
}

.leftnav .side-title {
    font-size: 19px;
    line-height: 1.3;
    display: block;
    color: #fff;
    margin-bottom: 0px;
    padding: 14px 15px;
    background: #6959A1;
    font-family: 'opensans-bold';
}

.leftnav .side-title a {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
}

.leftnavli {
    width: 100%;
    height: auto;
    padding: 20px 15px 20px;
}

.leftnavli>ul {
    width: 100%;
    height: auto;
    margin-bottom: 0px !important;
}

.leftnavli ul li a {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    display: inline-block;
    max-width: calc(100% - 24px);
}

.leftnavli ul li ul li a {
    font-size: 15px;
    line-height: 22px;
}

.leftnavli>ul>li>a {
    color: #000;
    font-size: 16px;
}

.leftnavli>ul>li>ul>li>a {
    color: #000;
}

.leftnavli ul li a:hover {
    color: #6959A1;
}

.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: '\e96d';
    font-family: 'icomoon';
    color: #666;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    transition: all .2s;
}

.leftnavli ul li span.down::before {
    content: '\e96b';
    color: #6959A1;
}

.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 #cac4de;
}

.leftnavli>ul>li.shows>a {
    color: #222;
    font-weight: bold;
}

.leftnavli ul li ul li {
    padding: 8px 0px 8px;
    margin-bottom: 0px;
    border-bottom: 1px solid #cac4de;
}

.leftnavli>ul>li>ul {
    padding: 0px 0px 10px 10px;
    margin-top: 5px;
    margin-bottom: 0px;
}

.side-inquiry {
    width: 100%;
    height: auto;
    border-radius: 0px;
    overflow: hidden;
    background: #E1DEEC;
}

.side-inquiry .forms {
    width: 100%;
    height: auto;
    padding: 30px 15px 40px;
}

.side-inquiry .forms label {
    color: #000;
    font-weight: normal;
    margin-bottom: 5px;
    line-height: 1.5;
}

.side-inquiry .forms .form-check .form-check-input {
    margin-top: 5px;
}

.side-inquiry .forms .form_control {
    background: #fff;
    border: none;
    border-radius: 0px;
}

.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: 100px;
}

.side-inquiry .forms textarea.form_control {
    height: 100px;
}

.pagetitle {
    margin-bottom: 25px;
    padding-bottom: 6px;
    padding-top: 0px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.pagetitle .pagetitle-info {
    padding-bottom: 15px;
    padding-top: 0px;
    margin-bottom: 0px;
    font-size: 28px;
    line-height: 1.2;
    margin-top: 0px;
    text-align: left;
    color: #000;
    position: relative;
    font-family: 'opensans-bold';
    width: 100%;
}

.pagetitle .pagetitle-info:before {
    content: '';
    width: 100px;
    height: 2px;
    background: #6959A1;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.pagetitle .to_inquiry {
    color: #fff;
    padding: 7px 27px;
    font-size: 16px;
    display: inline-block;
    border-radius: 150px;
    line-height: 1.2;
    background: #6959A1;
    flex-shrink: 0;
    margin-left: 25px;
    margin-top: 4px;
}

.pagetitle .to_inquiry:hover {
    background: #76C2F6;
    color: #fff;
}

.row.center {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.notice {
    background: url(../images/notice.svg) no-repeat 15px 10px/20px #d4cded;
    color: #6959a1 !important;
    padding: 10px 15px 10px 45px !important;
    margin-bottom: 30px !important;
    margin-top: 30px !important;
    line-height: 1.4 !important;
    border-radius: 6px;
}

.related-box {
    width: 100%;
    height: auto;
    margin-top: 35px;
}

.related-box .related-title {
    font-family: 'opensans-bold';
    font-size: 18px;
    margin-bottom: 20px;
    color: #000;
}

.related-box .related-list {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.related-box .related-list a {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    width: 49%;
    padding: 9px 10px 9px 30px;
    border: 1px solid rgba(21, 21, 21, 0.2);
    color: #6959A1;
    margin-bottom: 20px;
    position: relative;
}

.related-box .related-list a:before {
    content: '\e975';
    font-family: 'icomoon';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.related-box .related-list a:hover {
    background: #6959A1;
    border: 1px solid #6959A1;
    color: #fff;
}

.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;
}

.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;
}

.about-section1 {
    width: 100%;
    height: auto;
    padding: 80px 0px 65px;
}

.about-section2 {
    width: 100%;
    height: auto;
    padding: 0px 0px 40px;
}

.about-section2 .list-item {
    width: 100%;
    height: auto;
    padding: 40px 0px;
}

.about-section2 .list-item:nth-child(2n-1) {
    background: #f2f2f2;
}

.about-section2 .list-item .list-info {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about-section2 .list-item .list-info .pic {
    width: 340px;
    height: 210px;
}

.about-section2 .list-item .list-info .pic img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.about-section2 .list-item .list-info .text {
    width: calc(100% - 400px);
}

.about-section2 .list-item .list-info .text .text-title {
    color: #000;
    font-size: 20px;
    font-family: 'opensans-bold';
    margin-bottom: 15px;
    display: block;
}

.about-section2 .list-item .list-info .text p:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.about-section2 .list-item:nth-child(2n) .list-info {
    flex-direction: row-reverse;
}

.about-section3 {
    width: 100%;
    height: auto;
    padding: 80px 0px 80px;
    background: url(../images/about-pic6.jpg) no-repeat center center/cover;
    background-attachment: fixed;
    position: relative;
}

.about-section3:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(41, 50, 96, .53);
}

.about-section3 .maincon {
    position: relative;
    z-index: 2;
}

.about-section3 .page-main-title {
    color: #fff;
}

.about-section3 p {
    color: #fff;
    text-align: center;
}
.about-section3 .text-btn{
	text-align: center;
	margin-top: 20px;
}
.about-section4 {
    width: 100%;
    height: auto;
    padding: 80px 0px 80px;
}

.about-section4-list {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 3.5%;
    padding-top: 20px;
}

.about-section4-list .list-item {
    width: 31%;
    margin-bottom: 40px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, .3);
    overflow: hidden;
    background: #fff;
    position: relative;
}

.about-section4-list .list-item .pic {
    width: 100%;
    padding-bottom: 65%;
    overflow: hidden;
    position: relative;
}

.about-section4-list .list-item .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all .5s;
}

.about-section4-list .list-item:hover .pic img {
    transform: scale(1.1);
}

.about-section4-list .list-item p {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 13px 10px;
    overflow: auto;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: rgba(105, 89, 161, .5);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.3;
}

.about-section4-list .list-item:hover p {
    background: rgba(105, 89, 161, .8);
}

.about-section4-info {
    max-width: 100%;
    width: 1200px;
    margin: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
}

.about-section4-info .text {
    width: 62%;
}

.about-section4-info .text .text-btn {
    width: 100%;
    text-align: left;
    margin-top: 30px;
}

.about-section4-info .pic {
    width: 33%;
}

.about-section4-info .pic img {
    width: 100%;
    height: auto;
}

.contact-section1 {
    width: 100%;
    height: auto;
    padding: 80px 0px 40px;
}

.contact-section1-info {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.contact-section1-title{
	font-size: 19px;
    color: #000;
    margin-bottom: 10px;
    font-family: 'opensans-bold';
}
.contact-section1-info .text {
    width: 100%;
    margin: 30px 0px;
}

.contact-section1-info .text .text-list {
    width: 100%;
    padding-top: 10px;
}

.contact-section1-info .text .text-list .list-item {
    width: 100%;
    margin-bottom: 30px;
    padding-left: 70px;
    position: relative;
}

.contact-section1-info .text .text-list .list-item:before {
    content: '';
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%)
}

.contact-section1-info .text .text-list .list-item:nth-child(1):before {
    background-image: url(../images/contact-address.svg);
}

.contact-section1-info .text .text-list .list-item:nth-child(2):before {
    background-image: url(../images/contact-email.svg);
}

.contact-section1-info .text .text-list .list-item:nth-child(3):before {
    background-image: url(../images/contact-phone.svg);
}

.contact-section1-info .text .text-list .list-item p {
    color: #000;
    margin-bottom: 0px;
}

.contact-section1-info .text .text-list .list-item p a {
    color: #796EAF;
}

.contact-section1-info .text .text-list .list-item p a:hover {
    color: #c5b4ff;
}

.contact-section1-info .text .text-list .list-item .style1 {
    font-weight: bold;
    margin-bottom: 0px;
}

.contact-section1-info .pic {
    width: calc(100% - 550px);
    position: relative;
}

.contact-section1-info .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all .5s;
}

.contact-section2 {
    width: 100%;
    height: auto;
    padding: 60px 0px 60px;
    background: #f2f2f2;
}

.contact-section2 .style1 {
    text-align: center;
    margin: auto;
    width: 1000px;
    max-width: 100%;
}

.contact-section2 .contact-form-box {
    margin-top: 40px;
}

.careers-section1 {
    width: 100%;
    height: auto;
    padding: 80px 0px 80px;
}

.careers-section1-info {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.careers-section1-info .text {
    width: 50%;
}

.careers-section1-info .pic {
    width: 44%;
    padding-bottom: 30%;
    position: relative;
}

.careers-section1-info .text p:last-child {
    margin-bottom: 0px;
}

.careers-section1-info .text .text-btn {
    margin-top: 30px;
}

.careers-section1-info .pic .pic-list {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.careers-section1-info .pic .pic-box {
    width: calc(50% - 10px);
}

.careers-section1-info .pic .pic-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.careers-section1-info .pic .pic-box .pic1 {
    width: 100%;
    height: 100%;
}

.careers-section1-info .pic .pic-box .pic2 {
    width: 100%;
    height: calc(50% - 10px);
    ;
}

.careers-section1-info .pic .pic-box .pic3 {
    width: 100%;
    height: calc(50% - 10px);
    margin-top: 20px;
}

.careers-section2 {
    width: 100%;
    height: auto;
    padding: 0px 0px 80px;
}

.careers-section2 .style1 {
    text-align: center;
}

.careers-section2 .pic {
    width: 100%;
    height: auto;
    padding-top: 30px;
}

.careers-section2 .pic img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.careers-section3 {
    width: 100%;
    height: auto;
    padding: 80px 0px 40px;
    background: #6959a1;
}

.careers-section3 .style1 {
    text-align: center;
    margin: 0px auto 15px;
    width: 1000px;
    max-width: 100%;
    color: #fff;
    font-size: 18px;
    font-family: 'opensans-bold';
}

.careers-section3-list {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 2.66%;
    padding-top: 40px;
}

.careers-section3-list .list-item {
    width: 23%;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.careers-section3-list .list-item p {
    text-align: center;
    color: #fff;
    margin-bottom: 0px;
}

.careers-section3-list .list-item img {
    width: auto;
    height: 70px;
    margin-bottom: 15px;
}

.careers-section4 {
    width: 100%;
    height: auto;
    padding: 80px 0px 50px;
}

.careers-section4 .style1 {
    font-size: 18px;
    margin-bottom: 20px;
}

.careers-section4-list {
    width: 100%;
    height: auto;
}

.careers-section4-list .list-item {
    width: 100%;
    height: auto;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .2);
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 30px 30px;
}

.careers-section4-list .list-item .list-title {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px;
    cursor: pointer;
}

.careers-section4-list .list-item .list-title:before {
    content: '+';
    width: 20px;
    height: 20px;
    line-height: 14px;
    font-size: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 5px;
    font-weight: bold;
}

.careers-section4-list .list-item .list-title.shows:before {
    content: '-';
}

.careers-section4-list .list-item .list-title p {
    margin-bottom: 0px;
    font-family: 'opensans-bold';
    font-size: 18px;
}

.careers-section4-list .list-item .list-title.shows {
    color: #6959a1;
}

.careers-section4-list .list-item .list-title.shows p {
    color: #6959a1;
}

.careers-section4-list .list-item .list-title:hover {
    color: #6959a1;
}

.careers-section4-list .list-item .list-title:hover p {
    color: #6959a1;
}

.careers-section4-list .list-item .list-text {
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
}

.careers-section4-list .list-item .list-text .title {
    font-family: 'opensans-bold';
}

.careers-section4-list .list-item .list-text ul {
    padding-left: 19px;
    margin-bottom: 20px;
}

.careers-section4-list .list-item .list-text ul li {
    list-style: disc;
}

.careers-section4-list .list-item .list-btn {
    width: 100%;
    height: auto;
    text-align: left;
    padding-top: 10px;
}

.careers-section4-list .list-item .list-btn span {
    display: inline-block;
    padding: 8px 25px;
    background: #6959a1;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.careers-section4-list .list-item .list-btn span:hover {
    background: #000;
}

.careers-section5 {
    width: 100%;
    height: auto;
    padding: 80px 0px 80px;
    background: linear-gradient(to bottom, #bebad8, #fff);
}

.careers-section5-info {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.careers-section5-info .pic {
    width: 430px;
    height: auto;
}

.careers-section5-info .pic img {
    width: 100%;
    height: auto;
}

.careers-section5-info .text {
    width: calc(100% - 500px);
}

.careers-section5-info .text p {
    padding-left: 15px;
}

.careers-section5-info .text p:last-child {
    margin-bottom: 0px;
}

.careers-section5-info .text .style1 {
    border-left: 4px solid #6959a1;
    font-family: 'opensans-bold';
    margin-bottom: 10px;
}

.careers-section5-info .text .style2 {
    border-left: 4px solid transparent;
}

.careers-section6 {
    width: 100%;
    height: auto;
    padding: 30px 0px 80px
}

.application-form-box {
    padding-top: 15px;
}

.application-form-box input[type="file"] {
    padding-top: 8px;
}

.mainsection7 {
    width: 100%;
    height: auto;
    padding: 0px 0px;
}

.mainsection7-info {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.mainsection7-list {
    width: 47%;
}

.mainsection7-list .list-item {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mainsection7-list .list-item .pic {
    width: 180px;
    height: 150px;
}

.mainsection7-list .list-item .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mainsection7-list .list-item .text {
    width: calc(100% - 200px);
}

.mainsection7-list .list-item .text h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #000;
    line-height: 1.3;
}

.mainsection7-list .list-item .text h3 a {
    font-size: inherit;
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.mainsection7-list .list-item .text h3 a:hover {
    color: #6959A1;
}

.mainsection7-list .list-item .text p {
    margin-bottom: 0px;
}

.mainsection7-list .list-item .text p span {
    color: #6959A1;
}

.mainsection7-content {
    width: 47%;
    background: #ECEAF8;
    padding: 30px 30px;
    border-radius: 30px;
    box-shadow: 2px 5px 10px rgba(0, 0, 0, .1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.mainsection7-content p {
    text-align: center;
}

.mainsection7-content .content-btn {
    text-align: center;
    margin-top: 30px;
}

.mainsection8 {
    width: 100%;
    height: auto;
    padding: 240px 0px 80px;
    background: #fbfbfb;
}

.mainsection8-info {
    width: 1200px;
    max-width: 100%;
    margin: auto;
    height: auto;
    position: relative;
}

.mainsection8-info .info-title {
    width: 38%;
    padding-bottom: 38%;
    margin: auto;
    position: relative;
    border: 1px solid #6959A1;
    border-radius: 50%;
}

.mainsection8-info .info-title .info-title-box {
    width: 70%;
    height: 70%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #6959A1;
    border-radius: 50%;
    padding: 14px;
}

.mainsection8-info .info-title .info-title-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #ECEAF8;
    border-radius: 50%;
    padding: 10px 15px;
}

.mainsection8-info .info-title .info-title-content h2 {
    text-align: center;
    font-size: 17px;
    margin-bottom: 15px;
    color: #6959A1;
}

.mainsection8-info .info-title .info-title-content .more-btn {
    font-size: 15px;
    padding: 9px 12px;
}

.mainsection8-info .info-title .info-title-content .more-btn:after {
    margin-left: 5px;
}

.mainsection8-info .info-list .list-item {
    width: 36%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
}

.mainsection8-info .info-list .list-item .icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 1px dashed #A6A6A6;
    background: #fff;
    border-radius: 50%;
    position: relative;
    transition: all .3s;
}

.mainsection8-info .info-list .list-item .icon:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #6959A1;
    border-radius: 50%;
    position: absolute;
    margin-left: -5px;
    left: 50%;
    top: -5px;
}

.mainsection8-info .info-list .list-item .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mainsection8-info .info-list .list-item .text {
    width: calc(100% - 85px);
}

.mainsection8-info .info-list .list-item .text h3 {
    font-size: 17px;
    margin-bottom: 5px;
}

.mainsection8-info .info-list .list-item .text h3 a {
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.mainsection8-info .info-list .list-item .text h3 a:hover {
    color: #6959A1;
}

.mainsection8-info .info-list .list-item .text p {
    margin-bottom: 0px;
}

.mainsection8-info .info-list .list-item .text p span {
    color: #6959A1;
}

.mainsection8-info .info-list .list-item:nth-child(1) {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    top: -155px;
    left: 50%;
    transform: translateX(-50%);
}

.mainsection8-info .info-list .list-item:nth-child(1) .text {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}

.mainsection8-info .info-list .list-item:nth-child(2) {
    right: 0px;
    top: 18%;
    flex-direction: row-reverse;
}

.mainsection8-info .info-list .list-item:nth-child(2) .icon:before {
    margin-left: 0px;
    left: 80%;
    top: 6px;
}

.mainsection8-info .info-list .list-item:nth-child(3) {
    right: 2%;
    top: 68%;
    flex-direction: row-reverse;
}

.mainsection8-info .info-list .list-item:nth-child(3) .icon:before {
    margin-left: 0px;
    left: 95%;
    top: 30px;
}

.mainsection8-info .info-list .list-item:nth-child(4) {
    left: 2%;
    top: 68%;
}

.mainsection8-info .info-list .list-item:nth-child(4) .text {
    text-align: right;
}

.mainsection8-info .info-list .list-item:nth-child(4) .icon:before {
    margin-left: 0px;
    left: -10%;
    top: 30px;
}

.mainsection8-info .info-list .list-item:nth-child(5) {
    left: 0px;
    right: auto;
    top: 18%;
}

.mainsection8-info .info-list .list-item:nth-child(5) .text {
    text-align: right;
}

.mainsection8-info .info-list .list-item:nth-child(5) .icon:before {
    margin-left: 0px;
    left: 5%;
    top: 6px;
}

.mainsection8-info .info-list .list-item:hover .icon {
    transform: rotate(45deg);
}

.services-container .title-bg-box {
    display: block;
    margin-bottom: 25px !important;
    padding: 10px 20px;
    text-align: center;
    background: #6959A1;
    color: #fff;
    text-align: center;
    border-radius: 0px;
    margin-top: 10px;
}

.info-item1 {
    width: 800px;
    max-width: 100%;
    margin: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    position: relative;
    margin-bottom: 30px
}

.info-item1 .pic {
    width: 100%;
    height: auto;
}

.info-item1 .pic img {
    width: 100%;
    height: auto;
}

.info-item1 .list-item {
    position: absolute;
    width: 46%;
    left: 0px;
    top: 65px;
    padding: 0px 20px;
}

.info-item1 .list-item:nth-child(2) {
    left: 54%;
    padding-top: 25px;
}

.info-item1 .list-item p {
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    padding-bottom: 0px;
}

.info-item1 .list-item .style1 {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 10px;
}

.info-item1 .list-item .style2 {
    color: #000;
}

.info-item1.info-style2 .list-item {
    top: 80px;
}

.info-item1.info-style2 .list-item .style1 {
    font-size: 15px;
}

.info-item1.info-style3 .list-item {
    top: 50%;
    transform: translateY(-50%)
}

.info-item1.info-style3 .list-item:nth-child(2) {
    padding-top: 0px !important;
}

.info-item2 {
    width: 100%;
    height: auto;
    padding: 20px 20px 5px;
    background: #fff;
    border: 2px solid #6959A1;
    border-radius: 25px;
    margin-bottom: 25px;
    box-shadow: 0px 0px 7px rgba(105, 89, 161, .3);
}

.info-item2 .info-pic-right {
    margin-bottom: 15px;
}

.info-item2 .info-pic-left {
    margin-bottom: 15px;
}
.info-item2.info-style2 .info-pic-right .text{
	padding-left: 100px;
}
.info-item2.info-style3 .text{
	min-height: 175px;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.info-item2.info-style3 .text ul li{
	font-size: 14px;
	line-height: 22px;
}
.info-item3-box {
    width: 100%;
    height: auto;
}

.info-item3 {
    width: 900px;
    max-width: 100%;
    margin: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    position: relative;
    margin-bottom: 20px
}

.info-item3 .pic {
    width: 100%;
    height: auto;
}

.info-item3 .pic img {
    width: 100%;
    height: auto;
}

.info-item3 .list-item {
    position: absolute;
    width: 26%;
    left: 23%;
    top: 35px;
    padding: 0px 10px;
}

.info-item3 .list-item:nth-child(2) {
    left: 72%;
}

.info-item3 .list-item ul {
    margin-bottom: 0px;
}

.info-item3 .list-item ul li {
    font-size: 15px;
    line-height: 24px;
}

.info-item3 .list-item p {
    font-size: 15px;
    line-height: 24px;
    padding-bottom: 10px;
}

.info-item4 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

.info-item4 .text {
    width: 65%;
    position: relative;
    z-index: 2;
}

.info-item4 .pic {
    width: 34%;
}

.info-item4 .pic img {
    width: 100%;
    height: auto;
}

.info-item4 .text .list-item {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
}

.info-item4 .text .list-item .style1 {
    width: 150px;
    padding-bottom: 0px;
    padding-right: 15px;
    line-height: 1.3;
    flex-shrink: 0;
    margin-right: 15px;
    margin-top: 5px;
    text-align: center;
}

.info-item4 .text .list-item .style1:after {
    content: '';
    width: 6px;
    height: 100%;
    background: linear-gradient(to bottom, rgb(106, 91, 163), rgb(225, 222, 236));
    position: absolute;
    left: 140px;
    top: 0px;
}

.info-item4 .text .list-item p {
    padding-bottom: 0px;
    font-size: 13px;
    line-height: 22px;
}

.info-item4 .text .list-item:nth-child(1) {
    margin-left: 10%;
    width: 110%;
}

.info-item4 .text .list-item:nth-child(2) {
    margin-left: 5%;
    width: 105%;
}

.info-item5 {
    width: 800px;
    height: auto;
    max-width: 100%;
    margin: auto;
    margin-bottom: 25px;
}

.info-item5 .pic {
    width: 100%;
    height: auto;
}

.info-item5 .pic img {
    width: 100%;
    height: auto;
}

.info-item5 .style1 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.info-item5 .style1 p {
    width: 200px;
    padding-bottom: 5px;
    text-align: center;
}

.info-item5 .style1 p:nth-child(2) {
    margin-right: 3%;
    margin-left: 18%;
    position: relative;
    top: 28px;
}

.info-item5 .style2 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.info-item5 .style2 p {
    width: 220px;
    padding-bottom: 0px;
    padding-top: 5px;
    text-align: center;
}

.info-item5 .style2 p:nth-child(1) {
    margin-left: 5%;
    margin-right: 18%;
    position: relative;
    top: -25px;
}

.info-item6 {
    width: 800px;
    height: auto;
    max-width: 100%;
    margin: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.info-item6 .list-item {
    width: 47%;
    margin-bottom: 25px;
    padding: 25px 25px 10px;
    border-bottom: 2px solid #6959A1;
    background: linear-gradient(to bottom, rgb(200, 197, 223), rgb(255, 255, 255));
}

.info-item6 .list-item .pic {
    width: 100%;
    padding-bottom: 68%;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
}

.info-item6 .list-item .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all .5s;
}

.info-item6 .list-item:hover .pic img {
    transform: scale(1.1);
}

.info-item6 .list-item .pic p {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 8px 10px;
    text-align: left;
    color: #fff;
    font-weight: bold;
    background: rgba(116, 75, 177, .38);
}

.info-item6 .list-item .pic p a {
    color: #fff;
}

.info-item6 .list-item .pic p a:hover {
    color: #e8e1ff;
}

.info-item7 {
    width: 100%;
    margin: auto;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 2%;
    padding-top: 15px;
}

.info-item7 .list-item {
    width: 32%;
    margin-bottom: 30px;
    padding: 0px 15px 40px;
    border-radius: 15px;
    border: 2px solid #6959A1;
    position: relative;
    margin-top: 30px;
}

.info-item7 .list-item:after {
    content: '';
    width: 40px;
    height: 4px;
    background: #6959A1;
    border-radius: 20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
}

.info-item7 .list-item .pic {
    width: 70px;
    height: 70px;
    margin: auto;
    margin-top: -35px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
}

.info-item7 .list-item .pic img {
    width: 60%;
    height: auto;
    position: relative;
    z-index: 3;
}

.info-item7 .list-item .pic:before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #6959A1;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}

.info-item7 .list-item .pic:after {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #e4eaf7;
    position: absolute;
    top: 6px;
    left: 0px;
    z-index: 1;
}

.info-item7.info-style2 .list-item {
    width: 49%;
}

.info-item8 {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: auto;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 3px;
}

.info-item8 .list-item {
    width: calc(33.33% - 2px);
    margin-bottom: 25px;
    padding: 25px 20px 5px;
    background: linear-gradient(to bottom, rgb(200, 197, 223), rgb(255, 255, 255));
}

.info-item8 .list-item .pic {
    width: 100%;
    padding-bottom: 68%;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
}

.info-item8 .list-item .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all .5s;
}

.info-item8 .list-item:hover .pic img {
    transform: scale(1.1);
}

.info-item8 .list-item .pic p {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 8px 10px;
    text-align: left;
    color: #fff;
    font-weight: bold;
    background: rgba(116, 75, 177, .38);
}

.info-item8 .list-item .pic p a {
    color: inherit;
}

.info-item8 .list-item .pic p a:hover {
    color: #dddfff;
}

.info-item9 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 2%;
}

.info-item9 .list-item {
    width: 32%;
    margin-bottom: 25px;
    padding: 25px 20px 10px;
    border: 1px dashed #595959;
    border-radius: 30px;
}

.info-item9 .list-item .style1 {
    width: 350px;
    max-width: 100%;
    margin: auto;
    padding: 5px 10px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    background: #E6E0EC;
    text-align: center;
    border-bottom: 3px solid #999999;
    line-height: 1.4;
    margin-bottom: 15px;
}

.info-item9 .list-item .style2 {
    text-align: center;
}
.info-item9 .list-item .pic1{
	margin-right: 15px;
	height: 40px;
	width: auto;
}
.info-item9.info-style2 .list-item {
    width: 49%;
}
.info-item9 .info-pic-left{
	margin-bottom: 15px;
}
.info-item9 .info-pic-left .pic{
	margin-right: 10px;
}
.info-item9 .info-pic-left p{
	line-height: 1.3;
}
.info-item9 .info-pic-left p a{
	line-height: inherit;
}
.info-item10 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.info-item10 .list-item {
    width: 48%;
    margin-bottom: 25px;
    padding: 20px 20px 5px;
    border: 1px solid #BFBFBF;
    border-radius: 30px;
    margin-top: 30px;
}

.info-item10.info-item10-a .list-item {
    border: 2px #BFBFBF dotted;
    margin-top: 0px;
}

.info-item10.info-item10-b .list-item {
    width: 49%;
    margin-bottom: 20px;
    padding: 20px 20px 5px;
    border-radius: 0;
    margin-top: 0px;
    background: #f6f4fe;
    border: none;
    border-top: 11px #6959a1 solid;
}
.info-item10.info-item10-mt0 .list-item {
    margin-top: 0px;
    margin-bottom: 20px;
}

.info-item10 .list-item .style1 {
    width: 80%;
    max-width: 100%;
    margin-left: 10%;
    margin-top: -30px;
    padding: 5px 10px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    background: #E6E0EC;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 15px;
    border-radius: 10px;
}
.info-item10 .pic1{
	margin-right: 15px;
}

.info-item10-b.info-style3 .list-item {
    justify-content: flex-start;
    column-gap: 2%;
    flex-wrap: wrap;
    padding: 20px 10px 5px;
}
.info-item10-b.info-style3 .list-item {
    width: 32%;
}

.services-container .info-item11 {
    padding-bottom: 5px !important;
    margin-bottom: 15px !important;
    border-bottom: 1px solid #e3e3e3;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 1.3;
    min-height: 48px;
}

.services-container .info-item11 img {
    margin-right: 12px;
}

.info-item12-box {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}
.info-item12-box .info-item12{
	width: 49%;
}
.info-item12 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 25px;
    box-shadow: 0px 0px 10px rgb(236, 241, 249);
}

.info-item12 .pic {
    width: 140px;
    position: relative;
}

.info-item12 .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all .5s;
}

.info-item12 .text {
    width: calc(100% - 140px);
    padding: 45px 15px 20px;
    background: #C8C5DF;
    position: relative;
    min-height: 310px;
}

.info-item12 .text:before {
    content: '';
    width: 40px;
    height: 5px;
    position: absolute;
    left: 15px;
    top: 25px;
    background: #6859A1;
}
.info-item12 .text p{
	padding-bottom: 10px;
}
.info-item12 .text ul{
	margin-bottom: 0px;
}

.info-item12.info-style2 .pic {
    width: 200px;
}
.info-item12.info-style2 .text {
    width: calc(100% - 200px);
    min-height: auto;
}

.info-item13 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.info-item13 .list-item {
    width: 49%;
    margin-bottom: 25px;
    border-radius: 40px;
    background: #F4F3F9;
    padding: 25px 25px 5px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.info-item13 .list-item .style1 {
    width: 200px;
    max-width: 100%;
    background: linear-gradient(to right, #6a5ba2, #c8c5df);
    padding: 10px 20px;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 15px;
    border-radius: 15px;
}
.info-item13 .list-item .style2 {
    width: 230px;
    max-width: 100%;
    background: linear-gradient(to right, #6a5ba2, #c8c5df);
    padding: 10px 20px;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 15px;
    border-radius: 15px;
    min-height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.info-item13 .list-item .style3 {
    width: 280px;
    max-width: 100%;
    background: linear-gradient(to right, #6a5ba2, #c8c5df);
    padding: 10px 20px;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 15px;
    border-radius: 15px;
    min-height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-item14 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.info-item14 .list-item {
    width: 49%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 25px;
    box-shadow: 0px 0px 10px rgb(236, 241, 249);
}

.info-item14 .pic {
    width: 30%;
    position: relative;
}

.info-item14 .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all .5s;
}

.info-item14 .text {
    width: 70%;
    padding: 40px 25px 1px;
    background: #C8C5DF;
    position: relative;
    min-height: 330px;
}

.info-item14 .text:before {
    content: '';
    width: 40px;
    height: 5px;
    position: absolute;
    left: 25px;
    top: 25px;
    background: #6859A1;
}

.info-item15 {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.info-item15 .pic {
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.info-item15 .pic p {
    margin-bottom: 0px !important;
}

.info-item15 .pic img {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
}

.info-item15 .text {
    width: calc(100% - 350px);
    padding: 30px 30px 15px;
    background: #e6e0ec;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, .3);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.services-container .info-item17 {
    padding-bottom: 5px !important;
    margin-bottom: 5px !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 1.3;
    min-height: 48px;
}

.services-container .info-item17 img {
    margin-right: 12px;
}

.info-item16 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    column-gap: 2%;
    flex-wrap: wrap;
}

.info-item16 .list-item {
    width: 32%;
    margin-bottom: 25px;
    border: 2px dashed #6959A1;
    border-radius: 25px;
    padding: 20px 15px 5px;
}

.info-item18 .pic img {
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .3);
}

.info-item18 .info-item2 {
    padding: 20px 20px 20px;
    margin-bottom: 0px;
    box-shadow: none;
    border-radius: 10px;
}

.info-item19 {
    width: 800px;
    max-width: 100%;
    margin: auto;
    position: relative;
    margin-bottom: 25px
}

.info-item19 .pic {
    width: 50%;
    margin: auto;
}

.info-item19 .pic img {
    width: 100%;
    height: auto;
}

.info-item19 .text p {
    width: 23%;
    font-weight: bold;
    color: #6959A1;
    position: absolute;
    padding: 0px;
    line-height: 1.4;
}

.info-item19 .text p a {
    font-weight: bold;
    line-height: inherit;
}

.info-item19 .text p:nth-child(1) {
    left: 0px;
    top: 2%;
    text-align: right;
}

.info-item19 .text p:nth-child(2) {
    left: 0px;
    top: 28%;
    text-align: right;
}

.info-item19 .text p:nth-child(3) {
    left: 0px;
    top: 59%;
    text-align: right;
}

.info-item19 .text p:nth-child(4) {
    left: 0px;
    top: 83%;
    text-align: right;
}

.info-item19 .text p:nth-child(5) {
    right: 0px;
    top: 2%;
    text-align: left;
}

.info-item19 .text p:nth-child(6) {
    right: 0px;
    top: 28%;
    text-align: left;
}

.info-item19 .text p:nth-child(7) {
    right: 0px;
    top: 59%;
    text-align: left;
}

.info-item19 .text p:nth-child(8) {
    right: 0px;
    top: 83%;
    text-align: left;
}

.info-item20 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    column-gap: 2%;
    flex-wrap: wrap;
}

.info-item20 p {
    width: 32%;
    padding: 15px 70px 15px 15px;
    background: #6959A1;
    font-weight: bold;
    line-height: 1.4;
    position: relative;
    margin-bottom: 25px;
    color: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
}

.info-item20 p:after {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/arrow5.png) no-repeat center center/contain;
}

.info-item20 p a {
    font-weight: bold;
    line-height: inherit;
    color: inherit;
}

.info-item21 {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
}

.info-item21 .list-item {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.info-item21 .list-item .pic {
    width: 70px;
    height: auto;
}

.info-item21 .list-item .pic:before {
    content: '';
    width: 12px;
    height: 30px;
    background: url(../images/arrow6.png) no-repeat center center/contain;
    position: absolute;
    left: 31px;
    bottom: -23px;
}

.info-item21 .list-item:last-child .pic:before {
    content: none;
}

.info-item21 .list-item .pic img {
    width: 100%;
    height: auto;
}

.info-item21 .list-item .text {
    width: calc(100% - 100px);
    min-height: 125px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.info-item21 .list-item .text p {
    padding-bottom: 10px;
}

.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-item22 {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.info-item22 .pic {
    width: 100%;
    height: auto;
}

.info-item22 .pic img {
    width: 100%;
    height: auto;
}

.info-item22 .text {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.info-item22 .text .list-item {
    width: 35%;
    padding-left: 20px;
    padding-top: 2px;
    position: relative;
    margin-right: 5%;
}

.info-item22 .text:first-child .list-item:nth-child(1) {
    margin-left: 7%;
}

.info-item22 .text:last-child {
    padding-top: 10px;
}

.info-item22 .text:last-child .list-item:nth-child(1) {
    margin-left: 16%;
}

.info-item22 .text .list-item:before {
    content: '';
    width: 5px;
    height: 30px;
    background: #6959A1;
    position: absolute;
    left: 0px;
    top: 0px;
    box-shadow: 0px 0px 10px rgba(105, 90, 162, .6);
}

.info-item22 .text .list-item p {
    font-size: 15px;
    line-height: 26px;
    padding-bottom: 10px;
}

.info-item22 .text .list-item p:last-child {
    padding-bottom: 0px;
}

.info-item23 {
    width: 100%;
    height: auto;
    padding: 20px 20px 5px;
    background: #fff;
    border: 2px dashed #6959A1;
    border-radius: 25px;
    margin-bottom: 25px;
}

.info-item23 .info-pic-right {
    margin-bottom: 15px;
}

.info-item23 .info-pic-left {
    margin-bottom: 15px;
}

.info-item24 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 25px;
}

.info-item24 .list-item {
    width: calc(33.33% - 16.66px);
    margin-bottom: 25px;
    border: 2px dashed #ccc;
    padding: 16px 15px 1px;
    position: relative;
}

.info-item24 .list-item .info-pic-left {
    margin-bottom: 10px;
}

.info-item24 .list-item .info-pic-left .pic {
    margin-right: 12px;
    width: 46px;
    height: 46px;
    background: #e6e0ec;
    border: 1px dashed #695aa2;
    padding: 8px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.info-item24 .list-item .info-pic-left .pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.info-item24 .list-item .info-pic-left p {
    line-height: 1.3;
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
}

.info-item24 .list-item:after {
    content: '';
    width: 25px;
    height: 35px;
    position: absolute;
    left: calc(100% + 2px);
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/arrow9.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.info-item24 .list-item:nth-child(3):after {
    width: 35px;
    height: 25px;
    top: calc(100% + 2px);
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../images/arrow7.png);
}

.info-item24 .list-item:nth-child(5):after {
    left: auto;
    right: calc(100% + 2px);
    background-image: url(../images/arrow8.png);
}

.info-item24 .list-item:nth-child(6):after {
    left: auto;
    right: calc(100% + 2px);
    background-image: url(../images/arrow8.png);
}

.info-item24 .list-item:nth-child(4):after {
    content: none;
}

.info-item25 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.info-item25 .text {
    width: 49%;
    padding: 30px 30px 15px;
    background: #e6e0ec;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, .3);
    margin-bottom: 25px;
}

.info-item26 {
    width: 100%;
    max-width: 100%;
    margin: auto;
    position: relative;
    margin-bottom: 5px;
    margin-top: 25px;
}

.info-item26 .pic {
    width: 100%;
    margin: auto;
}

.info-item26 .pic img {
    width: 100%;
    height: auto;
}

.info-item26 .text p {
    font-weight: bold;
    line-height: 1.3;
    position: absolute;
    padding-bottom: 0px;
    font-size: 1.5rem;
}

.info-item26 .text p a {
    font-weight: bold;
    line-height: inherit;
    font-size: inherit;
}

.info-item26 .text p:nth-child(1) {
    left: 2%;
    top: 76%;
}

.info-item26 .text p:nth-child(2) {
    left: 19%;
    top: 3%;
}

.info-item26 .text p:nth-child(3) {
    left: 33%;
    top: 37%;
}

.info-item26 .text p:nth-child(4) {
    left: 48%;
    top: 10%;
}

.info-item26 .text p:nth-child(5) {
    left: 64%;
    top: 82%;
}

.info-item26 .text p:nth-child(6) {
    left: 77%;
    top: 10%;
}

.info-item27 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.info-item27 .list-item {
    width: 25%;
    padding: 0px 5px;
    margin-bottom: 15px;
}

.info-item27 .list-item .pic {
    width: 100%;
    height: 70px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    position: relative;
}

.info-item27 .list-item .pic:after {
    content: '';
    width: 36px;
    height: 16px;
    position: absolute;
    right: -18px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/arrow10.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.info-item27 .list-item:last-child .pic:after {
    content: none;
}

.info-item27 .list-item .pic img {
    width: auto;
    height: 100%;
}

.info-item27 .list-item .text {
    width: 100%;
    text-align: center;
}

.info-item27 .list-item .text p {
    width: 100%;
    text-align: center;
    padding-bottom: 0px;
    font-size: 14px;
    line-height: 1.3;
}

.info-item27 .list-item .text p a {
    font-size: inherit;
    line-height: inherit;
}

.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: #6959a1;
    line-height: 40px;
    display: inline-block;
    float: none;
    position: static;
    padding: 0 12px;
    border: 1px #6959a1 solid;
    text-decoration: none;
}

.pagination>li>a:hover {
    background: #6959a1;
    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: #6959a1;
    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;
}

.info-item28 {
    width: 850px;
    max-width: 100%;
    margin: auto;
    position: relative;
    margin-bottom: 25px;
    margin-top: 25px;
}

.info-item28 .pic {
    width: 100%;
    margin: auto;
}

.info-item28 .pic img {
    width: 100%;
    height: auto;
}

.info-item28 .text .list-item {
    width: 32%;
    position: absolute;
}

.info-item28 .text .list-item .style1 {
    font-weight: bold;
    font-size: 15px;
    line-height: 1.3;
    white-space: nowrap;
}

.info-item28 .text .list-item ul li {
    font-size: 14px;
    line-height: 24px;
}

.info-item28 .text .list-item:nth-child(1) {
    left: 7%;
    top: 0%;
    width: 27%;
}

.info-item28 .text .list-item:nth-child(2) {
    left: 0%;
    top: 39%;
}

.info-item28 .text .list-item:nth-child(3) {
    left: 72%;
    top: 9.5%;
}

.info-font-small {
    font-size: 15px !important;
    line-height: 26px !important;
}
.info-font-small-style2 {
    font-size: 14px !important;
    line-height: 24px !important;
}
.info-font-small-style2 tr td{
	font-size: 14px !important;
    line-height: 24px !important;
}
.info-font-small-style2 tr th{
	font-size: 14px !important;
    line-height: 24px !important;
}
.info-item30 {
    width: 700px;
    max-width: 100%;
    margin: auto;
    margin-bottom: 20px;
}

.info-item30 .pic {
    width: 100%;
    height: auto;
}

.info-item30 .pic img {
    width: 100%;
    height: auto;
}

.info-item30 .info-style1 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.info-item30 .info-style1 p {
    width: 20%;
    text-align: center;
    line-height: 1.3;
    font-size: 15px;
    padding: 15px 0px;
}

.info-item30 .info-style1 p a {
    font-weight: bold;
    line-height: inherit;
}

.services-container strong a {
    font-weight: bold;
}

.info-item31 {
    width: 100%;
    margin: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 0%;
    padding-top: 15px;
}

.info-item31 .list-item {
    width: 48%;
    margin-bottom: 30px;
    padding: 0px 15px 40px;
    border-radius: 15px;
    border: 2px solid #6959A1;
    position: relative;
    margin-top: 30px;
}

.info-item31 .list-item:after {
    content: '';
    width: 40px;
    height: 4px;
    background: #6959A1;
    border-radius: 20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
}

.info-item31 .list-item .pic {
    width: 70px;
    height: 70px;
    margin: auto;
    margin-top: -35px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
}

.info-item31 .list-item .pic img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 3;
    border-radius: 6px;
}

.info-item32 {
    width: 700px;
    max-width: 100%;
    margin: auto;
    position: relative;
    margin-bottom: 15px;
}

.info-item32 .pic {
    width: 100%;
    margin: auto;
}

.info-item32 .pic img {
    width: 100%;
    height: auto;
}

.info-item32 .text {
    width: 90%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: -10px;
}

.info-item32 .text p {
    width: 19%;
    text-align: center;
    line-height: 1.3;
    font-size: 15px;
}

.info-item32 .text p a {
    line-height: inherit;
}

.info-item32 .text p:nth-child(1) {
    width: 20%;
    margin-left: 3%;
}

.info-item32 .text p:nth-child(2) {
    position: relative;
    top: -90px;
}

.info-item32 .text p:nth-child(4) {
    margin-right: 3%;
    position: relative;
    top: -90px;
}

.info-item33 {
    width: 100%;
    height: auto;
    padding-top: 30px;
}

.info-item33 .list-item {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}

.info-item33 .list-item:before {
    content: '';
    width: 16px;
    height: 32px;
    background: url(../images/arrow11.png) no-repeat center center/contain;
    position: absolute;
    left: 27px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 35px;
}

.info-item33 .list-item:last-child:before {
    content: none;
}

.info-item33 .list-item .pic {
    width: 70px;
    position: relative;
}

.info-item33 .list-item .pic img {
    width: 100%;
    height: auto;
}

.info-item33 .list-item .text {
    width: calc(100% - 100px);
}

.info-item34 .pic {
    margin-right: 15px;
}

.info-item34 ul li,
.info-item34 p {
    font-size: 15px;
    line-height: 26px;
}

.info-item34 a {
    font-size: inherit;
    line-height: inherit;
}

.info-item34 .row {
    margin-left: -5px;
    margin-right: -5px;
}

.info-item34 .row>div {
    padding: 0px 5px;
}

.info-item34 {
    padding: 20px 10px 5px;
}

.info-item35 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.info-item35 .text {
    width: 35%;
}

.info-item35 .pic {
    width: 26%;
}

.info-item35 .pic img {
    width: 100%;
    height: auto;
}

.info-item2.info-item36 .pic {
    width: 30%;
}

.info-item2.info-item36 .pic img {
    width: 100%;
    border-radius: 10px;
}

.info-item2.info-item36 .info-pic-right .pic {
    margin-left: 15px;
}

.info-item2.info-item36 .info-pic-left .pic {
    margin-right: 15px;
}
.info-item39 {
    width: 100%;
    max-width: 100%;
}

.info-item39 .list-item {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.info-item39 .list-item p {
    margin: 0;
    padding: 0
}

.info-item39 .list-item .list-title {
    background: #e1deec;
    border-radius: 500px;
    padding: 10px 17px;
    width: 225px;
    min-height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 3;
}
.info-item39 .list-item .list-title p{
	line-height: 1.3;
}
.info-item39 .list-item .list-text {
    background: #ecf2fa;
    border-radius: 60px;
    padding: 15px 20px 15px 45px;
    width: calc(100% - 200px);
    min-height: 100px;
    display: flex;
    align-items: center;
    margin-left: -25px;
}

.info-item40 {
    background: url(../img/2-1-1-40-neonatal-conjunctivitis-3.jpg) no-repeat center top/36% auto;
    position: relative;
    width: 900px;
    height: 505px;
    margin: 0px auto 25px;
    max-width: 100%;
}

.info-item40 .li {
    width: 31%;
    position: absolute;
}
.info-item40 .li p{
	font-size: 15px;
	line-height: 24px;
	border-bottom: 2px dashed #ccc;
	padding-bottom: 8px;
	margin-bottom: 8px;
}
.info-item40 .li a{
	font-size: inherit;
	line-height: inherit;
}
.info-item40 .li ul li{
	font-size: 15px;
	line-height: 24px;
}
.info-item40 .li:nth-child(1){
	top: 15.5% !important;
	left: 1% !important;
}
.info-item40 .li:nth-child(2){
	top: 4.5% !important;
	left: 69% !important;
}
.info-item40 .li:nth-child(3){
	top: 66% !important;
	left: 1% !important;
}
.info-item40 .li:nth-child(4){
	top: 45.5% !important;
	left: 69% !important;
}

.info-item44{
	width: 1000px;
	max-width: 100%;
	height: auto;
	margin: auto;
	margin-bottom: 25px;
	margin-top: 15px;
	position: relative;
}
.info-item44 .pic{
	width: 100%;
	height: auto;
}
.info-item44 .pic img{
	width: 100%;
	height: auto;
}
.info-item44 .text .li{
	width: 19%;
	position: absolute;
}
.info-item44 .text .li p{
	padding-bottom: 0px;
	font-size: 15px;
    line-height: 1.4;
}
.info-item44 .text .li:nth-child(1){
	left: 10%;
	top: 2%;
}
.info-item44 .text .li:nth-child(2){
	left: 20%;
	top: 60%;
}
.info-item44 .text .li:nth-child(3){
	left: 30.5%;
	top: 2%;
}
.info-item44 .text .li:nth-child(4){
	left: 40.5%;
	top: 60%;
}
.info-item44 .text .li:nth-child(5){
	left: 51.5%;
	top: 2%;
}
.info-item44 .text .li:nth-child(6){
	left: 61.5%;
	top: 60%;
}
.info-item44 .text .li:nth-child(7){
	left: 73%;
	top: 2%;
}
.info-item44 .text .li:nth-child(8){
	left: 82.5%;
	top: 60%;
}
.info-item45{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	margin-bottom: 25px;
}
.info-item45 .text{
	width: calc(100% - 180px);
	padding: 20px 15px 5px;
	border: 3px dashed #CCC1DA;
}
.info-item45 .pic{
	width: 160px;
	position: relative;
}
.info-item45 .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.info-item46{
	width: 100%;
	height: auto;
	padding: 20px 20px 5px;
	background: #E6E0EC;
	margin-bottom: 25px;
}
.info-item47{
	width: 900px;
    height: auto;
    margin: 0px auto 25px;
    max-width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.info-item47 .text{
	width: 31%;
}
.info-item47 .pic{
	width: 36%;
}
.info-item47 .pic img{
	width: 100%;
	height: auto;
}
.info-item47 .text .list-item{
	width: 100%;
	margin-bottom: 20px;
}
.info-item47 .text .list-item p{
	font-size: 15px;
	line-height: 22px;
	border-bottom: 2px dashed #ccc;
	padding-bottom: 8px;
	margin-bottom: 8px;
}
.info-item47 .text .list-item a{
	font-size: inherit;
	line-height: inherit;
}
.info-item47 .text .list-item ul li{
	font-size: 15px;
	line-height: 22px;
}
.info-item47 .text-left .list-item:nth-child(1){
	padding-top: 28%;
}
.info-item47 .text-right .list-item:nth-child(1){
	padding-top: 4%;
	min-height: 180px;
}
.info-item48{
	width: 100%;
	height: auto;
	position: relative;
}
.info-item48 .text{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
.info-item48 .list-item{
	width: 48%;
	margin-bottom: 50px;
	background: #c6c3dc;
	border-radius: 20px;
	padding: 20px 60px 30px 20px;
	position: relative
}
.info-item48 .list-item:after{
	content: '';
	width: 80px;
	height: 80px;
	border: 10px solid #fff;
	background: #63569a;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -40px;
}
.info-item48 .list-item:nth-child(2n){
	padding: 20px 20px 30px 65px;
}
.info-item48 .pic{
	width: 150px;
	height: 150px;
	background: rgb(106,90,161);
	border-radius: 50%;
	padding: 30px;
	position: absolute;
	top: calc(50% - 20px);
	left: 50%;
	transform: translate(-50%,-50%);
}
.info-item48 .pic img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.info-item49{
	width: 100%;
	height: auto;
	padding-left: 15px;
}
.info-item49 .list-item{
	width: 100%;
	height: auto;
	margin-bottom: 25px;
	border: 1px solid #C8C5DF;
	border-radius: 20px;
	box-shadow: -5px 5px 12px rgba(0,65,233,.2);
	padding: 40px 20px 5px;
	position: relative;
	margin-top: 45px;
}
.info-item49 .list-item .list-title{
	width: 100%;
	height: auto;
	position: absolute;
	left: -15px;
	top: -20px;
}
.info-item49 .list-item .list-title:before{
	content: '';
	width: 15px;
	height: 20px;
	background: #003793;
	position: absolute;
	left: 0px;
	top: 100%;
	clip-path: polygon(0% 0%,100% 0%,100% 100%);
}
.info-item49 .list-item .list-title p{
	display: inline-block;
	padding: 10px 20px;
	text-align: center;
	min-height: 40px;
	line-height: 1.3;
	background: linear-gradient(to right,#E1DEEC,#E1DEEC 32%,#695AA2 100%);
	border-radius: 0px 10px 0px 0px;
	min-width: 250px;
}
.info-item50{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding-left: 10px;
}
.info-item50 .list-item{
	width: calc(33.33% + 10px);
	margin-bottom: 20px;
	background: rgb(249,248,251);
	--pw:calc(100% - 35px);
    clip-path: polygon(35px 0%,100% 0%,var(--pw) 100%,0% 100%);
    margin-left: -10px;
}
.info-item50 .list-item .pic{
	width: 100%;
	padding-bottom: 60%;
	overflow: hidden;
	position: relative;
}
.info-item50 .list-item .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.info-item50 .list-item .text{
	width: 100%;
	height: auto;
	padding: 20px 30px 20px 25px;
}
.info-item50 .list-item .text p:last-child{
	padding: 0px;
	margin: 0px;
}
.info-item50 .list-item:nth-child(2n){
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.info-item50 .list-item:nth-child(2n) .text{
	padding: 20px 20px 20px 45px;
}
.info-item51{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 2%;
}
.info-item51 .list-item{
	width: 32%;
	margin-bottom: 25px;
	background: rgb(161,224,241);
}
.info-item51 .list-item:nth-child(2n){
	background: rgb(184,188,233);
}
.info-item51 .list-item:nth-child(3n){
	background: rgb(228,240,252);
}
.info-item51 .list-item .pic{
	width: 100%;
	padding-bottom: 60%;
	overflow: hidden;
	position: relative;
}
.info-item51 .list-item .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.info-item51 .list-item:hover .pic img{
	transform: scale(1.1); 
}
.info-item51 .list-item .text{
	width: 100%;
	padding: 20px 15px 5px;
}
.info-item51 .list-item .text .style1{
	text-align: center;
	line-height: 1.3;
	min-height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.info-item51 .list-item .text .style1 a{
	line-height: inherit;
}
.info-item52 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}
.info-item52 .list-item {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 20px 5px;
    border-radius: 0;
    margin-top: 0px;
    background: #F4F3F9;
    border: none;
    border-top: 10px #6959a1 solid;
}
.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: 20px;
    padding: 20px 20px 5px;
    border-radius: 0;
    margin-top: 0px;
    border: none;
    border: 2px #B3A2C7 dashed;
}
.info-item54{
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
.info-item54 .list-item{
	width: 47%;
	margin-bottom: 35px;
	margin-top: 40px;
	border: 2px solid #C8C5DF;
	padding: 20px 20px 5px;
	position: relative;
	background: #fff;
	border-radius: 20px;
}
.info-item54 .list-item:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background: linear-gradient(to right,#A49DC8,#A49DC8 50%,#E6E0EC);
	border-radius: 20px;
	left: 0px;
	bottom: 10px;
	z-index: -1;
	transform: rotate(8deg);
}
.info-item54 .list-item .info-pic-left{
	margin-bottom: 10px;
}
.info-item54 .list-item .info-pic-left .pic{
	margin-right: 10px;
}
.info-item55{
	width: 100%;
	height: auto;
}
.info-item55>.row{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0px -6px;
}
.info-item55>.row:before{
	content: none;
}
.info-item55>.row:after{
	content: none;
}
.info-item55>.row>div{
    padding: 0px 6px;
	margin-bottom: 25px;
}
.info-item55 .list-item{
	width: 100%;
	height: 100%;
	display: block;
    border: 3px solid #fff;
    background: #E6E0EC;
    padding: 20px 10px 5px;
    border-radius: 10px;
    box-shadow: 4px 4px 4px rgba(105, 90, 162, .4);
}
.info-item56{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: space-between;
}
.info-item56 .list-item{
	width: 49%;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	column-gap: 20px;
	border-radius: 8px;
	box-shadow: 0px 0px 9px rgba(0,0,0,.2);
	padding: 5px 5px;
	margin-bottom: 25px;
}
.info-item56 .list-item .pic{
	width: 30%;
	flex-shrink: 0;
	position: relative;
	overflow: hidden;
	border-radius: 15px;
}
.info-item56 .list-item .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.info-item56 .list-item:hover .pic img{
	transform: scale(1.1); 
}
.info-item56 .list-item .text{
	min-height: 210px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 15px 0px 5px;
}
.info-item56 .list-item .text p{
	font-size: 15px;
	line-height: 24px;
	padding-bottom: 10px;
}
.info-item56 .list-item .text ul{
	margin-bottom: 10px;
}
.info-item56 .list-item .text ul li{
	font-size: 15px;
	line-height: 24px;
}
.info-item56 .list-item .text a{
	font-size: inherit;
	line-height: inherit;
}
.info-item57 {
    width: 100%;
    height: auto;
    padding-top: 30px;
}
.info-item57 .list-item {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 25px;
    position: relative;
    margin-bottom: 25px;
}
.info-item57 .list-item:before {
    content: '';
    width: 16px;
    height: 36px;
    background: url(../images/arrow12.jpg) no-repeat center center/contain;
    position: absolute;
    left: 37px;
    bottom: -30px;
}
.info-item57 .list-item:last-child:before {
    content: none;
}
.info-item57 .list-item .pic {
    width: 90px;
    position: relative;
    flex-shrink: 0;
}
.info-item57 .list-item .pic img {
    width: 100%;
    height: auto;
}
.info-item57 .list-item .text p:last-child{
   padding-bottom: 0px;
   margin-bottom: 0px;
}
.info-item58{
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 25px;
    box-shadow: 0px 0px 10px rgb(236, 241, 249);
}
.info-item58 .pic {
    width: 220px;
    position: relative;
}
.info-item58 .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all .5s;
}
.info-item58 .text {
    width: calc(100% - 220px);
    padding: 45px 20px 25px;
    background: #C8C5DF;
    position: relative;
}
.info-item58 .text:before {
    content: '';
    width: 40px;
    height: 5px;
    position: absolute;
    left: 15px;
    top: 25px;
    background: #6859A1;
}
.info-item58 .text p{
	padding-bottom: 10px;
}
.info-item58 .text ul{
	margin-bottom: 0px;
}
.info-item58-box .info-item58 .pic {
    width: 180px;
}
.info-item58-box .info-item58 .text {
    width: calc(100% - 180px);
}
.side-tags .side-tags-title {
    font-size: 24px;
    line-height: 1.3;
    display: block;
    color: #000;
    margin-bottom: 20px;
    font-family: 'opensans-bold';
    position: relative;
    padding-bottom: 10px;
}
.side-tags .side-tags-title:before{
	content: '';
	width: 60px;
	height: 2px;
	background: #6959a1;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.side-tags {
    width: 100%;
    height: auto;
    border-radius: 0px;
    overflow: hidden;
    margin-bottom: 40px;
    padding: 20px 15px 20px;
    background: #f5f8fd;
}
.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-content-box{
	width: 100%;
	margin-top: 10px;
}
.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;
	font-size: 16px;
}
.side-filter-list .list-content-box .list-label label:hover{
	color: #6959a1;
}
.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;
}
.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: 30px;
	border: 1px solid #f0f0f0;
	padding-bottom: 0px;
	position: relative;
}
.resources-item .list-item:hover{
	border: 1px solid #6959a1;
}
.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.4;
	margin: 0px;
}
.resources-item .list-item:hover .text h2{
	color: #6959a1;
}
.services-container .info-title-style1{
	padding-left: 42px;
	position: relative;
	margin-bottom: 20px;
}
.services-container .info-title-style1:before{
	content: '';
	width: 17px;
	height: 20px;
	background: #998fbf;
	position: absolute;
	left: 0px;
	top: 4px;
	--pw:calc(100% - 4px);
    clip-path: polygon(4px 0%,100% 0%,var(--pw) 100%,0% 100%);
}
.services-container .info-title-style1:after{
	content: '';
	width: 17px;
	height: 20px;
	background: #998fbf;
	position: absolute;
	left: 17px;
	top: 4px;
	--pw:calc(100% - 4px);
    clip-path: polygon(4px 0%,100% 0%,var(--pw) 100%,0% 100%);
}
.info-item59{
	width: 100%;
	height: auto;
	margin-bottom: 5px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
    column-gap: 0px;
}
.info-item59 .pic{
	width: auto;
	flex-shrink: 0;
	max-width: 100%;
}
.info-item59 .pic img{
	height: auto;
	max-width: 100%;
}
.info-item59 .text{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
.info-item59 .text .style1{
	display: inline-block;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #ccc;
	padding-left: 10px;
	margin-left: -15px;
	line-height: 1.3;
}
.info-item59 .text .style1 a{
	line-height: 1.3;
}
.info-item59 .text .text-info{
	padding-left: 20px;
}
.info-item59 .text .text-info ul li{
	font-size: 15px;
	line-height: 26px;
	margin-bottom: 5px;
}
.info-item59 .text .text-info p{
	font-size: 15px;
	line-height: 26px;
}
.info-item59 .text .text-info a{
	font-size: 15px;
	line-height: 26px;
}
.info-item60{
	width: 100%;
	height: auto;
}
.info-item60>.row{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0px -10px;
}
.info-item60>.row:before{
	content: none;
}
.info-item60>.row:after{
	content: none;
}
.info-item60>.row>div{
    padding: 0px 10px;
	margin-bottom: 25px;
}
.info-item60 .list-item{
	width: 100%;
	height: 100%;
	display: block;
    border: 1px solid #fff;
    background: linear-gradient(180deg, #ffffff, #c8c5df);
    box-shadow: 5px 5px 5px #c6c1dc;
    padding: 20px 15px 5px;
    border-radius: 12px;
}
.info-item61{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
.info-item61 .list-item{
	width: 49%;
	margin-bottom: 25px;
	background: #f2f2f2;
	box-shadow: 3px 4px 6px rgba(0,0,0,.15);
	padding: 20px 10px 5px 45px;
	position: relative;
}
.info-item61 .list-item:before{
	content: '';
	width: 30px;
	height: 100%;
	background: #6959A1;
	position: absolute;
	left: 0px;
	top: 0px;
    clip-path: polygon(0% 0%,16px 0%,100% 50%,16px 100%,0% 100%);
}






@media screen and (min-width:1920px) {
    .maincon {
        padding: 0px 230px;
    }
}

@media screen and (max-width:1700px) {
    .info-item29 {
        font-size: 14px !important;
        line-height: 24px !important;
    }
}

@media screen and (max-width:1580px) {
    


.info-item12 .pic {
    width: 120px;
    position: relative;
}
.info-item12 .text {
    width: calc(100% - 120px);
}
.info-item47 .text .list-item p{
	font-size: 14px;
	line-height: 22px;
}
.info-item47 .text .list-item ul li{
	font-size: 14px;
	line-height: 22px;
}
.info-item40 .li:nth-child(4){
	top: 32% !important;
}
.info-item40 .li:nth-child(3) {
    top: 60% !important;
}
.info-item40 .li:nth-child(1) {
    top: 12% !important;
}
.info-item9 .list-item {
    padding: 25px 10px 10px;
}
.info-item2 .info-item2-row{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-left: -8px;
	margin-right: -8px
}
.info-item2 .info-item2-row>div{
	width: auto;
	padding: 0px 8px;
}
.info-item2.info-style2 .info-pic-right .text {
    padding-left: 50px;
}    
    .info-item44 .text .li p {
	    font-size: 14px;
	    line-height: 1.2;
	}
    .info-item2.info-item36 ul li {
        font-size: 15px;
        line-height: 26px;
    }
    .info-item2.info-item36 p {
        font-size: 15px;
        line-height: 26px;
    }
    .info-item29 {
        font-size: 12px !important;
        line-height: 24px !important;
    }
    .info-item4 .text .list-item p {
        font-size: 12px;
        line-height: 1.3;
    }
    .info-item26 .text p {
        font-size: 1.2rem;
    }
    .info-item3 .list-item ul li {
        font-size: 14px;
        line-height: 22px;
    }
    .info-item3 .list-item p {
        font-size: 14px;
        line-height: 22px;
        padding-bottom: 5px;
    }
    .pagebanner .pagebanner-title {
        font-size: 35px;
    }
    .page-main-title {
        font-size: 28px;
    }
    .titles {
        font-size: 30px;
    }
    .maincon {
        padding: 0px 9%;
    }
}

@media screen and (max-width:1400px) {




.info-item47 .text .list-item p{
	 font-size: 14px;
    line-height: 22px;
}
.info-item47 .text .list-item ul li{
	font-size: 14px;
    line-height: 22px;
}
.info-item40 .li p {
    font-size: 14px;
    line-height: 22px;
}
.info-item40 .li ul li {
    font-size: 14px;
    line-height: 22px;
}
.info-item40 .li:nth-child(4) {
    top: 36% !important;
}
.info-item40 .li:nth-child(2) {
    top: 0% !important;
}
.info-item2.info-style2 .info-pic-right .text {
    padding-left: 0px;
}
    .info-item2.info-item36 .pic {
        width: 25%;
    }
    .info-item2.info-item36 {
        padding: 20px 10px 5px;
    }
    .info-item4 .text .list-item p {
        line-height: 1.2;
    }
    .info-item28 .text .list-item:nth-child(3) {
        left: 70%;
    }
    .info-item7.info-style2 .list-item {
        width: 49%;
    }
    .info-item1.info-style2 .list-item .style1 {
        line-height: 1.3;
    }
    .info-item8 .list-item {
        padding: 25px 10px 5px;
    }
    .info-item3 .list-item ul li {
        line-height: 18px;
    }
    .info-item3 .list-item p {
        line-height: 18px;
        padding-bottom: 2px;
    }
    .info-item1 .list-item {
        top: 35px;
        padding: 0px 15px;
    }
    .info-item1 .list-item:nth-child(2) {
        padding-top: 50px;
        padding-left: 0px;
        width: 48%;
        left: 53%;
    }
    .contact-section1-info .pic {
        width: calc(100% - 450px);
    }
    .pagebanner .pagebanner-title {
        font-size: 30px;
    }
    .page-main-title {
        font-size: 25px;
    }
    .mainsection4-list .swiper-button-next {
        right: -40px;
    }
    .mainsection4-list .swiper-button-prev {
        left: -40px;
    }
    .mainsection4-list .swiper-slide-prev {
        transform: scale(.8) !important;
    }
    .mainsection4-list .swiper-slide-next {
        transform: scale(.8) !important;
    }
    .mainsection3-list .swiper-button-next {
        right: -40px;
    }
    .mainsection3-list .swiper-button-prev {
        left: -40px;
    }
    .titles {
        font-size: 25px;
    }
    .navs>ul>li {
        margin-left: 60px;
    }
    .maincon {
        padding: 0px 5%;
    }
}

@media screen and (min-width:1200px) {
    .toper-content {
        position: relative;
    }
    .navs {
        position: static;
    }
    .navs>ul>li.spread-nav {
        position: static;
    }
    .navs>ul>li.spread-nav:after {
        content: none;
    }
    .navs>ul>li.spread-nav>ul {
        width: 1600px;
        max-width: 100%;
        max-height: calc(100vh - 140px);
        overflow-y: auto;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        background: #fff;
        padding: 20px 20px !important;
        box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
        flex-wrap: wrap;
        align-items: stretch;
    }
    .navs>ul>li.spread-nav>ul::-webkit-scrollbar {
        width: 5px;
        background: #1e1e1e;
    }
    .navs>ul>li.spread-nav>ul::-webkit-scrollbar-thumb {
        border-radius: 0px;
        -webkit-box-shadow: inset 0 0 0px #ab7525;
        background: #6959A1;
        width: 5px;
        height: 5px;
    }
    .navs>ul>li.spread-nav>ul::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 0px #1e1e1e;
        border-radius: 0px;
        background: #fff;
    }
    .navs>ul>li.spread-nav>ul .navbox-level1 {
        width: 340px;
    }
    .navs>ul>li.spread-nav>ul .navbox-level1>li {
        float: none;
        border-bottom: none;
        padding: 10px 10px;
        position: relative;
    }
    .navs>ul>li.spread-nav>ul .navbox-level1>li>a {
        color: #000;
        font-size: 16px;
    }
    .navs>ul>li.spread-nav>ul .navbox-level1>li.act {
        background: #F4F8FD;
    }
    .navs>ul>li.spread-nav>ul .navbox-level1>li.act>a {
        color: #6959A1;
    }
    .navs>ul>li.spread-nav>ul .navbox-level1>li>span:before {
        content: '\e96d';
        font-family: 'icomoon';
        font-weight: normal;
    }
    .navs>ul>li.spread-nav>ul .navbox-level1>li.act>span:before {
        color: #6959A1;
    }
    .navs>ul>li.spread-nav>ul .navbox-level1>li:after {
        content: '';
        width: 3px;
        height: 0px;
        background: #6959A1;
        position: absolute;
        right: -2px;
        top: 50%;
        transform: translateY(-50%);
        transition: all .5s;
    }
    .navs>ul>li.spread-nav>ul .navbox-level1>li.act:after {
        height: 100%;
    }
    .navs>ul>li.spread-nav>ul .navbox-level2 {
        width: calc(100% - 340px);
        border-left: 1px solid #d2d7da;
        padding-left: 40px;
        display: block;
        min-height: auto;
    }
    .navs>ul>li.spread-nav>ul .navbox-level2>li {
        display: none;
        float: none;
        border-bottom: none;
        padding: 0px 0px;
    }
    .navs>ul>li.spread-nav>ul .navbox-level2>li.shows {
        display: block;
    }
    .navs>ul>li.spread-nav>ul .navbox-level2 ul {
        display: block;
        position: static;
        box-shadow: none;
    }
    .navs>ul>li.spread-nav>ul .navbox-level2>li>ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .navs>ul>li.spread-nav>ul .navbox-level2>li>ul>li {
        width: 49%;
        float: none;
        border-bottom: none;
        padding: 0px 0px;
        margin-bottom: 15px;
    }
    .navs>ul>li.spread-nav>ul .navbox-level2>li>ul>li>a {
        color: #6959A1;
        font-size: 16px;
        /*font-weight: bold !important;*/
    }
    .navs>ul>li.spread-nav>ul .navbox-level2>li>ul>li>a:hover {
        color: #8466ed;
    }
    .navs>ul>li.spread-nav>ul .navbox-level2>li>ul>li a {
        font-weight: normal;
    }
    .navs>ul>li.spread-nav>ul .navbox-level2 a:hover {
        color: #8466ed;
    }
    .navs>ul>li.spread-nav>ul .navbox-level2>li>ul>li>span {
        display: none;
    }
    .navs>ul>li.spread-nav>ul .navbox-level2>li>ul>li>ul {
        padding-left: 10px;
        padding-top: 5px;
        padding-right: 15px;
        display: none;
    }
    .navs>ul>li.spread-nav>ul .navbox-level2>li>ul>li>ul>li {
        padding: 3px 0px;
        border-bottom: none;
        float: none;
    }
    .navs>ul>li.spread-nav>ul .navbox-level2>li>ul>li>ul>li>span:before {
        content: none;
    }
    .navs>ul>li.spread-nav>ul .navbox-level2>li>ul>li>ul>li>ul>li>span {
        right: 0px !important;
        border-top: 5px solid;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        color: #888;
        top: 13px;
        transform: none;
        width: auto;
        height: auto;
        /*position: absolute;*/
        margin-bottom: 2px;
        line-height: 5px;
        height: 5px;
        display: inline-block;
    }
    .navs>ul>li.spread-nav>ul .navbox-level2>li>ul>li>ul>li>ul>li>span:before {
        content: none;
    }
    .navs>ul>li.spread-nav>ul .navbox-level2>li>ul>li>ul>li>a {
        font-size: 15px;
        color: #000;
    }
    .navs>ul>li.spread-nav>ul .navbox-level2>li>ul>li>ul::-webkit-scrollbar {
        width: 3px;
        border-radius: 10px;
    }
    .navs>ul>li.spread-nav>ul .navbox-level2>li>ul>li>ul::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: #6959A1;
        width: 3px;
    }
    .navs>ul>li.spread-nav>ul .navbox-level2>li>ul>li>ul::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 5px #dedede;
        border-radius: 10px;
        background: #fff;
    }
    .navs>ul>li.spread-nav>ul .navbox-level2>li>ul>li>ul>li>ul {
        position: static;
        left: auto;
        top: auto;
        padding: 5px 0px;
        box-shadow: none;
        width: 100%;
        border: none;
        padding-left: 0px;
        margin-left: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        display: block !important;
    }
    .navs>ul>li.spread-nav>ul .navbox-level2>li>ul>li>ul>li>ul>li {
        float: none;
        padding: 0px;
        border-bottom: none;
    }
    .navs>ul>li.spread-nav>ul .navbox-level2>li>ul>li>ul>li>ul>li>a {
        font-size: 15px;
        padding: 5px 10px;
        color: #999;
    }
    .navs>ul>li.spread-nav>ul .navbox-level2>li>ul>li>ul>li>ul>li>ul {
        position: absolute;
        left: 20px;
        top: calc(100% - 3px);
        background: #fff;
        padding: 10px 15px;
        width: 95%;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, .3);
        z-index: 2;
        display: none;
    }
    .navs>ul>li.spread-nav>ul .navbox-level2>li>ul>li>ul>li>ul>li>ul li {
        padding: 4px 0px;
        border-bottom: none;
    }
    .navs>ul>li.spread-nav>ul .navbox-level2>li>ul>li>ul>li>ul>li>ul li a {
        font-size: 15px;
        color: #999;
    }
}

@media screen and (max-width:1200px) {
    .mainsection8 {
        padding: 240px 0px 130px;
    }
    .info-item4 .text .list-item p {
        font-size: 13px;
        line-height: 22px;
    }
    .solutions-section2-info3 {
        justify-content: space-between;
        column-gap: 0%;
    }
    .solutions-section2-info3 .list-item {
        width: 48%;
    }
    .mainsection7-info {
        flex-wrap: wrap;
    }
    .mainsection7-list {
        width: 100%;
        margin-bottom: 30px;
    }
    .mainsection7-content {
        width: 100%;
    }
    .careers-section5-info .pic {
        width: 350px;
    }
    .careers-section5-info .text {
        width: calc(100% - 400px);
    }
    .careers-section3-list .list-item img {
        height: 55px;
    }
    .about-section4-list {
        justify-content: space-between;
        column-gap: 0%;
    }
    .about-section4-list .list-item {
        width: 48%;
    }
    .service-content {
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }
    .rightcon {
        width: 100%;
        margin-bottom: 30px;
    }
    .leftnav {
        width: 100%;
    }
    .pagebanner .pagebanner-title {
        font-size: 25px;
    }
    .solutions-section2-info2 .list-item p {
        font-size: 15px;
        line-height: 1.4;
    }
    .solutions-section2-info1 .list-item {
        width: 100%;
        margin-left: 0% !important;
    }
    .page-main-title {
        font-size: 22px;
    }
    .mainsection1-info {
        flex-wrap: wrap;
        justify-content: center;
    }
    .mainsection1-info .text {
        width: 100%;
        margin-bottom: 30px;
    }
    .mainsection1-info .pic-list {
        width: 700px;
        max-width: 100%;
    }
    .titles {
        font-size: 22px;
    }
    .foot-logo {
        width: 100%;
        margin-bottom: 25px;
    }
    .footer .foottitle {
        display: inline-block;
        min-height: auto;
    }
    .foot-nav {
        width: 100%;
        margin-top: 10px;
    }
    .foot-contact-content{
    	width: 100%;
        margin-top: 25px;
    }
    .foot-info {
        flex-wrap: wrap;
    }
    .push {
        margin-top: 65px;
    }
    .search-info {
        right: 5%;
    }
    .toper {
        padding: 10px 0px;
    }
    .toper-content {
        position: static;
    }
    .sp_nav {
        display: block;
        margin-top: 0px;
    }
    .navs {
        width: 100%;
        height: auto;
        position: absolute;
        top: 100%;
        margin-top: 0px;
        right: 0px;
        bottom: auto;
        background: #000000;
        padding-top: 0px;
        padding-left: 0px;
        z-index: 99;
        transition: .15s ease-in-out;
        -webkit-transition: .15s ease-in-out;
        -moz-transition: .15s ease-in-out;
        -ms-transition: .15s ease-in-out;
        -o-transition: .15s ease-in-out;
        transform: translateY(15px);
        -webkit-transform: translateY(15px);
        -moz-transform: translateY(15px);
        -ms-transform: translateY(15px);
        -o-transform: translateY(15px);
        opacity: 0;
        visibility: hidden;
        max-height: calc(100vh - 120px);
        overflow: auto;
    }
    .navs a {
        width: 100%;
        height: auto;
        border-bottom: 1px solid #d8d8d8;
        line-height: 50px;
        line-height: 50px;
        display: block;
        margin-left: 0px;
        z-index: 999;
        padding: 0px 20px;
        float: left;
        color: #fff;
        font-size: 18px;
        text-align: center;
    }
    .navs.visible {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }
    .navs>ul {
        width: 100%;
        height: auto;
    }
    .navs ul li a {
        font-size: 15px;
        line-height: 40px;
        color: #fff !important;
        display: inline-block;
        width: auto;
        text-align: left;
        border-bottom: none;
        padding: 0px 0px;
        font-weight: normal;
    }
    .navs ul {
        margin-top: 0px;
    }
    .navs ul li {
        width: 100%;
        height: auto;
        padding: 0px 0px 0px 15px;
        margin-bottom: 0px;
        position: relative;
        margin-left: 0px;
        line-height: 40px;
        border-bottom: 1px solid #404040;
        display: inline-block;
    }
    .navs ul li:last-child {
        margin-bottom: 0px;
    }
    .navs>ul>li:last-child {
        border-bottom: 1px solid #404040;
        margin-bottom: 0px;
    }
    .navs ul li img {
        height: 8px;
        cursor: pointer;
        transition: all 0.3s;
        line-height: 12px;
        top: 15px;
        position: absolute;
        right: 20px;
    }
    .navs ul li ul li img {
        height: 8px;
        cursor: pointer;
        transition: all 0.3s;
        line-height: 12px;
        top: 20px;
        position: absolute;
        right: 20px;
    }
    .navs ul li img.down {
        transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
    }
    .navs ul li ul {
        display: none;
        padding-left: 10px;
        overflow: hidden;
    }
    .navs ul li ul li {
        padding: 0px 0px;
    }
    .navs ul li ul li:last-child {
        border-bottom: none;
    }
    .navs ul li ul li a {
        line-height: 22px;
        padding: 10px 0px;
        font-weight: normal;
    }
    .navs>ul>li>ul {
        position: static;
        width: 100%;
        padding-left: 20px;
        background: none;
    }
    .navs ul li ul li ul {
        position: static;
    }
    .navs ul li ul li ul {
        position: static;
        width: 100%;
    }
    .navs>ul>li:hover {
        padding-bottom: 0px;
    }
    .navs>ul>li>ul>li>a {
        color: #fff;
    }
    .navs>ul>li>ul>li>ul>li>a {
        color: #fff;
    }
    .navs>ul>li>ul>li>ul>li>ul>li>a {
        color: #fff;
    }
    .navs>ul>li>ul>li>ul>li>ul>li>ul>li>a {
        color: #fff;
    }
    .navs>ul li span {
        float: right;
        margin-right: 15px;
        font-weight: bold;
        font-size: 18px;
    }
    .navs ul li span::before {
        color: #fff;
        content: "+";
        font-weight: bold;
        font-size: 18px;
    }
    .navs ul li span.down::before {
        color: #fff;
        content: "-";
        font-weight: bold;
    }
    .navs>ul>li:hover {
        background: none;
        border-bottom: 1px solid #404040;
    }
    .navs ul li ul li span::before {
        color: #fff;
        content: "+";
    }
    .navs ul li ul li span.down::before {
        content: "-";
    }
    .navs ul li ul li:hover>span::before {
        color: #fff;
    }
    .navs ul li ul li {
        border-bottom: 1px solid #404040;
    }
    .navs ul li ul li:hover {
        background: none;
        border-bottom: 1px solid #404040;
    }
    .navs>ul>li:after {
        content: none;
    }
    .navs ul li ul li ul {
        background: none;
        padding-left: 20px;
    }
    .navs ul li ul li a {
        max-width: calc(100% - 32px);
    }
    .navs ul li ul li span {
        width: 14px;
        height: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 10px;
        right: 0px;
    }
    .navs ul li ul li span::before {
        position: static;
        font-size: 18px;
        transform: none;
    }
    .navs a:hover {
        color: #fff;
    }
    .navs>ul>li:hover>a {
        color: #fff;
    }
    .navs ul li ul li:hover>a {
        color: #fff;
    }
    .navs>ul>li>a {
        line-height: 22px;
        margin: 8px 0px;
        max-width: calc(100% - 40px);
    }
}

@media screen and (max-width:1000px) {
    


.info-item61 .list-item{
	width: 100%;
}
.info-item60>.row>div{
    width: 100%;
}
.foot-contact-list-box{
    flex-wrap: wrap;
}
.foot-contact-list-box .list-item{
	  width: 100%;
}
.info-item55>.row>div{
    width: 100%;
}
.resources-item{
	justify-content: space-between;
	column-gap: 0%;
}
.resources-item .list-item{
	width: 49%;
}
.info-item53 .list-item {
    width: 100%;
}
.info-item51 .list-item{
	width: 49%;
}
.info-item48 .list-item{
	width: 100%;
	padding: 30px 15px 15px !important;
	margin-bottom: 20px;
}
.info-item48 .list-item:after{
	content: none;
}
.info-item48 .pic{
	display: none;
}  
.info-item9 .info-pic-left .pic{
	margin-right: 0px;
}  
.info-item2 .info-item2-row{
	flex-wrap: wrap;
}
.info-item2 .info-item2-row>div{
	width: 100%;
}    
    .info-item2.info-item36 .pic {
        width: auto;
    }
    .info-item2.info-item36 .pic img {
        width: revert-layer;
    }
    .info-item2.info-item36 .info-pic-right .pic {
        margin-left: 0px;
    }
    .info-item2.info-item36 .info-pic-left .pic {
        margin-right: 0px;
    }
    .info-item35 {
        flex-wrap: wrap;
    }
    .info-item35 .text {
        width: 100%;
    }
    .info-item35 .pic {
        display: none;
    }
    .info-item24 .list-item:after {
        content: none !important;
    }
    .info-item24 .list-item .info-pic-left .pic {
        margin-right: 0px;
    }
    .info-item24 {
        justify-content: space-between;
        column-gap: 0%;
    }
    .info-item24 .list-item {
        width: 49%;
    }
    .info-item22 .pic {
        display: none;
    }
    .info-item22 .text {
        flex-wrap: wrap;
    }
    .info-item22 .text .list-item {
        width: 100%;
        margin-right: 0%;
        margin-left: 0px !important;
        margin-bottom: 15px;
    }
    .info-item20 {
        justify-content: space-between;
        column-gap: 0px;
    }
    .info-item20 p {
        width: 48%;
    }
    .info-item9 {
        justify-content: space-between;
        column-gap: 0%;
    }
    .info-item9 .list-item {
        width: 48%;
    }
    .info-item8 {
        justify-content: space-between;
        column-gap: 0px;
    }
    .info-item8 .list-item {
        width: 49%;
    }
    .info-item7 {
        justify-content: space-between;
        column-gap: 0%;
    }
    .info-item7 .list-item {
        width: 48%;
    }
    .info-item4 .text .list-item .style1:after {
        content: none;
    }
    .info-item4 .text .list-item .style1 {
        width: 100%;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .info-item4 .text .list-item {
        flex-wrap: wrap;
    }
    .info-item4 .text .list-item p {
        font-size: 16px;
        line-height: 28px;
        width: 100%;
    }
    .info-item4 .text {
        width: 100%;
    }
    .info-item4 .pic {
        display: none;
    }
    .info-item4 .text .list-item {
        width: 100%;
        margin-left: 0px !important;
    }
    .solutions-section2-info-title .page-main-title {
        font-size: 18px;
    }
    .solutions-section2-info4 {
        margin-bottom: 0px;
    }
    .solutions-section2-info4 .list-item .text {
        width: 100%;
    }
    .solutions-section2-info4 .list-item .pic {
        max-width: 100%;
        margin-bottom: 25px;
    }
    .solutions-section2-info4 .list-item {
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 30px;
    }
    .mainsection8 {
        padding: 80px 0px;
    }
    .mainsection8-info .info-list .list-item .icon:before {
        margin-left: 0px !important;
        left: 80% !important;
        top: 6px !important;
    }
    .mainsection8-info .info-list .list-item .text {
        text-align: left !important;
        width: calc(100% - 85px) !important;
    }
    .mainsection8-info .info-list .list-item {
        width: 100%;
        position: static;
        flex-direction: row-reverse !important;
        justify-content: space-between !important;
        transform: none !important;
        margin-top: 20px;
    }
    .mainsection8-info .info-title .info-title-content {
        width: 100%;
        height: auto;
        position: static;
        padding: 0px;
        border: none;
        border-radius: 0px;
        transform: none;
        background: none;
    }
    .mainsection8-info .info-title .info-title-box {
        width: 100%;
        height: auto;
        position: static;
        padding: 0px;
        border: none;
        border-radius: 0px;
        transform: none;
    }
    .mainsection8-info .info-title {
        width: 100%;
        padding: 0px;
        border: none;
        border-radius: 0px;
        margin-bottom: 25px;
    }
    .solutions-section4-info .info-text {
        width: 420px;
        max-width: 100%;
    }
    .solutions-section4-info .info-title {
        width: 380px;
        max-width: 100%;
        margin-bottom: 30px;
    }
    .solutions-section4-info {
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
        align-items: center
    }
    .careers-section5-info {
        flex-wrap: wrap;
        justify-content: center;
    }
    .careers-section5-info .pic {
        width: 300px;
        max-width: 100%;
    }
    .careers-section5-info .text {
        width: 100%;
        margin-bottom: 40px;
    }
    .careers-section3-list {
        justify-content: space-between;
        column-gap: 0px;
    }
    .careers-section3-list .list-item {
        width: 48%;
    }
    .careers-section1-info {
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: column-reverse;
    }
    .careers-section1-info .text {
        width: 100%;
        margin-bottom: 30px;
    }
    .careers-section1-info .pic {
        width: 50%;
        padding-bottom: 40%;
    }
    .contact-section1-info {
        flex-wrap: wrap;
    }
    .contact-section1-info .pic {
        width: 100%;
        height: 300px;
    }
    .contact-section1-info .text {
        width: 100%;
        margin: 0px 0px 40px;
    }
    .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%;
    }
    .pagetitle .pagetitle-info {
        font-size: 22px;
    }
    .pagebanner .pagebanner-title {
        font-size: 22px;
    }
    .solutions-section3-info .text {
        width: 47%;
    }
    .solutions-section3-info .pic {
        width: 47%;
    }
    .solutions-section2-info2 {
        justify-content: space-between;
        column-gap: 0px;
    }
    .solutions-section2-info2 .list-item {
        width: 48%;
    }
    .solutions-section2-info1 .list-item {
        width: 100%;
    }
    .solutions-section2-info1 .list-item:nth-child(2n) {
        margin-left: 0%;
    }
    .solutions-section1-info {
        flex-wrap: wrap;
        justify-content: center;
    }
    .solutions-section1-info .pic {
        width: 500px;
        padding-bottom: 0px;
        max-width: 100%;
        height: auto;
    }
    .solutions-section1-info .pic img {
        position: static;
    }
    .solutions-section1-info .text {
        width: 100%;
        margin-bottom: 30px;
    }
    .mainsection6-list {
        flex-wrap: wrap;
        justify-content: flex-start;
        column-gap: 3.5%;
    }
    .mainsection6-list .list-item {
        width: 31%;
    }
    .mainsection5-info {
        flex-wrap: wrap;
        justify-content: center;
    }
    .mainsection5-info .text {
        width: 100%;
        margin-bottom: 40px;
    }
    .mainsection5-info .pic {
        width: 500px;
        max-width: 100%
    }
    .mainsection4-list .swiper-button-next {
        right: -10px;
    }
    .mainsection4-list .swiper-button-prev {
        left: -10px;
    }
    .mainsection4-list .swiper-slide-prev {
        transform: scale(1) !important;
    }
    .mainsection4-list .swiper-slide-next {
        transform: scale(1) !important;
    }
    .mainsection3-list .swiper-button-next {
        right: -10px;
    }
    .mainsection3-list .swiper-button-prev {
        left: -10px;
    }
    .mainsection2-info {
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: column-reverse;
    }
    .mainsection2-info .text {
        width: 100%;
        margin-bottom: 30px;
    }
    .mainsection2-info .pic {
        width: 50%;
        padding-bottom: 40%;
    }
    .search-info {
        right: 30px;
    }
    .maincon {
        padding: 0px 30px;
    }
}

@media screen and (max-width:800px) {
   



.info-item59{
	flex-wrap: wrap;
	justify-content: center;
}
.info-item59 .pic{
	margin-bottom: 20px;
}
.info-item59 .text{
	width: 100%;
}
.info-item59 .text .style1{
	padding-left: 0px;
	margin-left: 0px;
}
.info-item59 .text .text-info{
	padding-left: 0px;
}
.info-item58{
    flex-wrap: wrap;
}
.info-item58 .pic {
    width: 100%;
    height: 200px;
}
.info-item58 .text {
     width: 100%;
    padding: 45px 15px 25px;
}
.info-item56 .list-item{
	width: 100%;
}
.resources-item .list-item{
	width: 100%;
}
.info-item54 .list-item{
	width: 100%;
}
.info-item50{
	padding-left: 0px;
}
.info-item50 .list-item{
	width: 100%;
    clip-path: none;
    margin-left: 0px;
}
.info-item50 .list-item .text{
	padding: 20px 10px !important;
}
.info-item39 .list-item {
	flex-wrap: wrap;
}
.info-item39 {
    width: 100%
}
.info-item39 .list-item .list-title {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    border-radius: 10px;
}
.info-item39 .list-item .list-text {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-left: 0px;
    padding: 15px 15px;
}
.info-item47 .text .list-item p {
    font-size: 16px;
    line-height: 28px;
}
.info-item47 .text .list-item ul li {
    font-size: 16px;
    line-height: 28px;
}
.info-item47{
	flex-wrap: wrap;
	margin-bottom: 0px;
}
.info-item47 .text{
	width: 100%;
}
.info-item47 .pic{
	display: none;
}
.info-item47 .text .list-item{
	padding: 0px !important;
	min-height: auto !important;
}
.info-item45{
	flex-wrap: wrap;
	justify-content: center;
}
.info-item45 .text{
	width: 100%;
	margin: 20px 0px;
}
.info-item45 .pic{
	width: 170px;
	height: auto;
}
.info-item45 .pic img{
	position: static;
}
.info-item44 .pic{
	display: none;
} 
.info-item44 .text .li{
	width: 100%;
	position: static;
	margin-bottom: 15px;
}   
.info-item44 .text .li p {
    font-size: 16px;
    line-height: 28px;
}
.info-item40 {
    background: none!important;
    height: auto;
    width: 100%;
}
.info-item40 .li p {
    font-size: 16px;
    line-height: 28px;
}
.info-item40 .li ul li {
    font-size: 16px;
    line-height: 28px;
}
.info-item40 .li {
    width: 100%;
    position: unset;
    border: #eee solid 1px;
    padding: 25px 15px 10px;
    margin-bottom: 20px;
}   
    .info-item32 .text p {
        width: 100% !important;
        line-height: 28px;
        font-size: 16px;
        margin: 0px !important;
        top: 0px !important;
        text-align: left;
        position: static;
    }
    .info-item32 .text {
        flex-wrap: wrap;
        width: 100%;
        margin-top: 0px;
    }
    .info-item32 .pic {
        display: none;
    }
    .info-item31 .list-item {
        width: 100%;
    }
    .info-item30 .info-style1 p.style-empty {
        display: none;
    }
    .info-item30 .info-style1 p {
        width: 100%;
        text-align: left;
        padding: 0px 0px 15px;
        font-size: 16px;
    }
    .info-item30 .info-style1 {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .info-item30 .pic {
        display: none;
    }
    .info-item28 .text .list-item ul li {
        font-size: 16px;
        line-height: 25px;
    }
    .info-item28 .text .list-item .style1 {
        font-size: 16px;
        line-height: 25px;
        white-space: inherit;
    }
    .info-item28 .text .list-item {
        width: 100% !important;
        position: static;
    }
    .info-item28 .pic {
        display: none;
    }
    .info-item27 .list-item .text p {
        font-size: 16px;
        line-height: 28px;
    }
    .info-item27 {
        flex-wrap: wrap;
        justify-content: center;
    }
    .info-item27 .list-item {
        width: 100%;
        padding: 0px 0px;
        margin-bottom: 25px;
    }
    .info-item27 .list-item .pic:after {
        content: none;
    }
    .info-item26 .pic {
        display: none;
    }
    .info-item26 .text p {
        font-size: 16px;
        position: static;
        width: 100%;
        padding-bottom: 15px;
        line-height: 28px;
    }
    .info-item25 .text {
        width: 100%;
        padding: 30px 15px 15px;
    }
    .info-item19 .text p {
        width: 100%;
        position: static;
        padding-bottom: 15px;
        text-align: left !important;
    }
    .info-item19 .pic {
        display: none;
    }
    .info-item16 .list-item {
        width: 100%;
    }
    .info-item15 {
        flex-wrap: wrap;
        justify-content: center;
    }
    .info-item15 .pic {
        max-width: 100%;
        margin-top: 35px;
    }
    .info-item15 .text {
        width: 100%;
    }
    .info-item14 .list-item {
        width: 100%;
    }
    .info-item13 .list-item {
        width: 100%;
    }
    .info-item12 {
        flex-wrap: wrap;
    }
    .info-item12 .pic {
        width: 100%;
        height: 200px;
    }
    .info-item12 .text {
        width: 100%;
    }
    .info-item12.info-style2 .pic {
	    width: 100%;
	}
	.info-item12.info-style2 .text {
	    width: 100%;
	}
    .info-item7.info-style2 .list-item {
        width: 100%;
    }
    .info-item1.info-style2 .list-item .style1 {
        line-height: 28px;
        font-size: 16px;
    }
    .info-item10.info-item10-b .list-item {
	    width: 100%;
	}
    .info-item10 .list-item {
        width: 100%;
    }
    .info-item6 .list-item {
        width: 49%;
    }
    .info-item5 .style1 {
        flex-wrap: wrap;
    }
    .info-item5 .style1 p {
        width: 100%;
        padding-bottom: 10px;
        text-align: left;
        padding-top: 0px !important;
        margin: 0px !important;
        top: 0px !important;
    }
    .info-item5 .style2 {
        flex-wrap: wrap;
    }
    .info-item5 .style2 p {
        width: 100%;
        padding-bottom: 10px;
        text-align: left;
        padding-top: 0px !important;
        margin: 0px !important;
        top: 0px !important;
    }
    .info-item5 .pic {
        display: none;
    }
    .info-item5 {
        margin-bottom: 10px;
    }
    .info-item3 {
        width: 720px;
        max-width: 720px;
    }
    .info-item3-box {
        overflow: auto;
    }
    .info-item1.info-style3 .list-item {
        transform: none;
    }
    .info-item1 .list-item p {
        color: #000;
        font-size: 16px !important;
        line-height: 28px !important;
        text-align: left;
    }
    .info-item1 .list-item {
        width: 100%;
        position: static;
        padding: 0px 0px;
        margin-bottom: 15px;
    }
    .info-item1 .list-item:nth-child(2) {
        padding-top: 0px;
        width: 100%;
        left: 0%;
    }
    .info-item1 {
        width: 100%;
    }
    .info-item1 .pic {
        display: none;
    }
    .mainsection5:before {
        background: linear-gradient(to right, rgba(255, 255, 255, .8) 3%, rgba(210, 205, 239, .9));
    }
    .solutions-section2-info3 .list-item .text {
        width: 100%;
        margin-top: 20px;
    }
    .solutions-section2-info3 .list-item {
        flex-wrap: wrap;
        justify-content: center;
    }
    .about-section4-info {
        flex-wrap: wrap;
        justify-content: center;
    }
    .about-section4-info .text {
        width: 100%;
        margin-bottom: 40px;
    }
    .about-section4-info .pic {
        width: 280px;
        max-width: 100%;
    }
    .careers-section1-info .pic {
        width: 380px;
        max-width: 100%;
        padding-bottom: 300px;
    }
    .about-section2 .list-item .list-info .text .text-title {
        font-size: 18px;
    }
    .about-section2 .list-item .list-info {
        flex-wrap: wrap;
        justify-content: center;
    }
    .about-section2 .list-item .list-info .pic {
        width: 300px;
        height: 190px;
        max-width: 100%;
        margin-bottom: 30px;
    }
    .about-section2 .list-item .list-info .text {
        width: 100%;
    }
    .related-box .related-list a {
        width: 100%;
    }
    .solutions-section3-info {
        flex-wrap: wrap;
        padding: 0px 0px;
    }
    .solutions-section3-info:before {
        content: none;
    }
    .solutions-section3-info:after {
        content: none;
    }
    .solutions-section3-info .text {
        width: 100%;
        padding: 30px 15px;
    }
    .solutions-section3-info .pic {
        width: 100%;
        height: 250px;
    }
    .solutions-section2-info1 {
        padding: 50px 15px 10px;
    }
    .mainsection6-list {
        justify-content: space-between;
        column-gap: 0%;
    }
    .mainsection6-list .list-item {
        width: 48%;
    }
    .mainsection2-info .pic {
        width: 380px;
        max-width: 100%;
        padding-bottom: 300px;
    }
    .go_top:before {
        font-size: 16px;
    }
    .go_top {
        width: 32px;
        height: 32px;
        right: 0px;
    }
    .push {
        margin-top: 60px;
    }
    .logos img {
        height: 45px;
    }
    .search-info {
        right: 0px;
        width: 100%;
    }
    .maincon {
        padding: 0px 15px;
    }
}

@media screen and (max-width:600px) {
    

.info-item57 .list-item {
    flex-wrap: wrap;
    justify-content: center;
}
.info-item57 .list-item:before {
    content: none;
}
.info-item57 .list-item .pic {
    width: 90px;
    margin-bottom: 20px;
}
.info-item57 .list-item .text {
   width: 100%;
}
.info-item56 .list-item{
	flex-wrap: wrap;
}
.info-item56 .list-item .pic{
	width: 100%;
	height: 150px;
}
.info-item56 .list-item .text{
	min-height: auto;
	width: 100%;
	padding: 15px 0px 5px;
}
.info-item54 .list-item:before{
	transform: rotate(4deg);
}
.info-item53 .list-item {
    padding: 20px 10px 5px;
}
.info-item52 .list-item {
    padding: 20px 10px 5px;
}    
.info-item51 .list-item{
	width: 100%;
}    
    .info-item12-box .info-item12{
    	width: 100%;
    }
    .info-item33 .list-item:before {
        left: 17px;
        margin-top: 25px;
    }
    .info-item33 .list-item .text {
        width: calc(100% - 65px);
    }
    .info-item33 .list-item .pic {
        width: 50px;
    }
    .info-item24 .list-item {
        width: 100%;
    }
    .info-item21 .list-item .text {
        width: 100%;
    }
    .info-item21 .list-item .pic {
        display: none;
    }
    .info-item20 p {
        width: 100%;
    }
    .info-item15 .text {
        padding: 30px 15px 15px;
    }
    .info-item14 .pic {
        width: 100%;
        height: 200px;
    }
    .info-item14 .list-item .text:before {
        left: 10px;
    }
    .info-item14 .list-item .text {
        padding: 45px 10px 1px;
        min-height: auto;
        width: 100%;
    }
    .info-item14 .list-item {
        flex-wrap: wrap;
    }
    .info-item13 .list-item {
        padding: 25px 15px 5px;
    }
    .info-item12 .text:before {
        left: 10px;
    }
    .info-item12 .text {
        padding: 45px 10px 10px;
    }
    .info-item10 .list-item .style1 {
        width: 90%;
        margin-left: 5%;
    }
    .info-item9.info-style2 .list-item {
        width: 100%;
    }
    .info-item9 .list-item {
        width: 100%;
    }
    .info-item8 .list-item {
        width: 100%;
    }
    .info-item7 .list-item {
        width: 100%;
    }
    .info-item6 .list-item {
        width: 100%;
        padding: 25px 15px 10px;
    }
    .solutions-section2-info4 .list-item {
        padding: 25px 10px;
    }
    .mainsection5-info {
        min-height: auto;
    }
    .solutions-section4-info .info-text .text-style2 .text-style2-content {
        padding: 20px 20px 15px;
    }
    .solutions-section4-info .info-text {
        padding: 30px 15px;
    }
    .solutions-section2-info3 .list-item {
        width: 100%;
        padding: 30px 15px;
    }
    .mainsection7-list .list-item .text {
        width: 100%;
        margin-top: 30px;
    }
    .mainsection7-list .list-item {
        flex-wrap: wrap;
        justify-content: center;
    }
    .mainsection7-content {
        padding: 30px 15px;
        border-radius: 20px;
    }
    .careers-section4-list .list-item {
        padding: 30px 15px;
    }
    .careers-section3 .style1 {
        font-size: 16px;
    }
    .careers-section3-list .list-item {
        width: 100%;
    }
    .about-section4-list .list-item {
        width: 100%;
    }
    .solutions-section2-info2 .list-item {
        width: 100%;
    }
    .solutions-section2-info .solutions-section2-title {
        flex-wrap: wrap;
    }
    .solutions-section2-info .solutions-section2-title p {
        width: 100%;
        margin-bottom: 10px;
    }
    .solutions-section2-info1 .list-item .icon {
        height: 80px;
        width: 80px;
    }
    .solutions-section2-info1 .list-item .text {
        width: 100%;
        margin-top: 30px;
    }
    .solutions-section2-info1 .list-item {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 30px 15px;
    }
    .mainsection6-list .list-item {
        width: 100%;
    }
    .mainsection1-info .pic-list .list-item:last-child {
        margin-bottom: 0px;
    }
    .mainsection1-info .pic-list .list-item {
        width: 350px;
        max-width: 100%;
        margin-bottom: 30px;
    }
    .mainsection1-info .pic-list {
        width: 100%;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .foot-logo img {
        height: 45px;
    }
    .nav-right {
        column-gap: 15px;
    }
}

.info-item37 {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    column-gap: 2%;
    flex-wrap: wrap;
}

.info-item37 .li {
    border-radius: 12px;
    padding: 15px 15px 5px;
    border: #e1dcf1 solid 1px;
    background: linear-gradient(180deg, transparent, #f5f3fd);
    margin-bottom: 15px;
    width: 32%;
}
.info-item37 .li p{
	text-align: center;
}
.info-item37.info-style2 .li{
	width: 49%;
}

@media screen and (max-width:800px) {
    .info-item37 .li {
        width: 100%;
    }
    .info-item37.info-style2 .li{
	width: 100%;
}
}

.info-item38 {
    background: url(../img/2-1-1-4-anthrax-2.jpg) no-repeat;
    background-size: contain;
    position: relative;
    width: 100%;
    height: 310px;
    margin-bottom: 25px;
}

.info-item38 .li {
    width: 185px;
    position: absolute;
}

@media screen and (max-width:800px) {
    .info-item38 {
        background: none;
        height: auto;
        border-left: #6959A1 solid 3px;
        padding-left: 18px;
    }
    .info-item38 .li {
        width: 100%;
        position: unset;
    }
}


.info-item41 {
    display: flex;
}

.info-item41 .li {
    width: 160px;
    text-align: center;
}

.info-item41 .li img {
    display: block;
    margin: 5px auto;
}

.info-item41 .ar {
    width: 45px;
    background: url(../img/2-2-5-1-ar.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 68px;
}

@media screen and (max-width:800px) {
    .info-item41 {
        display: flex;
        flex-direction: column;
    }
    .info-item41 .ar {
        margin: 0 auto;
        transform: rotate(90deg);
    }
}


/* f-style start */

.info-item42 {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.info-item42 .li {
    position: relative;
    margin-bottom: 25px;
    width: 30%;
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
}

.info-item42 .li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: calc(100% - 61px);
    background: linear-gradient(180deg, #6959a1, #bccdfe);
}

.info-item42 .li::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: -3px;
    width: 100%;
    height: 100%;
    background: url(../img/infectious-info-bg-1.png) no-repeat;
    background-size: contain;
    background-position: bottom;
    z-index: -1;
}

.info-item42 .pic {
    position: relative;
    z-index: -2;
    margin-top: auto;
}

.info-item42 .pic img {
    width: 100%;
    height: auto;
}

@media screen and (max-width:800px) {
    .info-item42 .li {
        width: 100%
    }
}

.info-item43 {
    margin-bottom: 55px;
}

@media screen and (max-width:1000px) {
    .info-item43 .content {
        transform: translate(0px, 0px)!important;
        margin-bottom: 15px;
        min-height: auto !important;
    }
}


/* f-style end */