
.nav-links{
	margin-top: 0px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding-left: 0px !important;
}
.nav-links span,.nav-links a{
	margin:0px 8px 10px 0px !important;
	color: #666666 !important;
	border: 1px solid #666 !important;
	padding: 4px 14px !important;
	font-size: 15px !important;
	display: inline-block !important;
	line-height: 26px;
}
.nav-links .current {
    color: #fff !important;
    background-color: #6959A1 !important;
    border-color: #6959A1 !important;
}
.nav-links span:hover,.nav-links a:hover{
	color: #fff !important;
    background-color: #6959A1 !important;
    border-color: #6959A1 !important;
}
.maincon {
    width: 100%;
    margin: auto;
    height: auto;
    padding: 0px 12%;
    max-width: 2000px;
}
p {
    color: #000;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;
}

p a {
    font-size: inherit;
    font-family: inherit;
    color: inherit;
}
.toper {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99;
}
.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;
    display: none;
}
.logos .logo1 {
    display: block;
}
.logos .logo2 {
    display: none;
}
.sp_nav{width:25px;position:relative;cursor:pointer;height:22px;margin-top:9px;display: none;}
.sp_nav span{display:block;background:#fff;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;
}
.nav-btn{
	margin-left: 50px;
}
.nav-btn a{
	display: inline-block;
	padding: 12px 22px;
	background: #6959A1;
	color: #fff;
	border-radius: 500px;
	line-height: 20px;
}
.nav-btn a:hover{
	background: #E1DEEC;
    color: #6959A1;
}
.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: 70px;
	position: relative;
	padding: 0px 0px 0px;
}
.navs>ul>li:first-child{
	margin-left: 0px;
}
.navs>ul>li>a{
	color: #fff;
	font-size: 17px;
}
.navs>ul>li>span{
    float: right;
    margin-left: 5px;
    color: #fff;
    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: #c5b4ff;
}
.navs>ul>li:hover>span{
	color: #c5b4ff;
}
.navs>ul>li:hover:after{
	background: #c5b4ff;
}
.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: 16px;
	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: #c5b4ff;
}
.navs ul li ul li:hover>span::before{
	color: #c5b4ff;
}
.navs ul li ul li a.shows{
	color: #c5b4ff;
}
.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: #fff;
    margin-right: 0px;
}
.searchicon:before {
    content: '\e99a';
    font-family: 'icomoon';
    font-size: 20px;
    line-height: 22px;
}
.searchicon:hover {
    color: #c5b4ff;
}
.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: 18px;
}
.search-info input:-moz-placeholder {
    color: #999;
    font-size: 18px;
}
.search-info input::-moz-placeholder {
    color: #999;
    font-size: 18px;
}
.search-info input::-ms-input-placeholder {
    color: #999;
    font-size: 18px;
}
.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: #c5b4ff;
}
.toper.fixed {
    box-shadow: 1px 2px 10px rgba(0, 0, 0, .15);
    background: #fff;
}
.toper.fixed .navs>ul>li>a {
    color: #000;
}
.toper.fixed .navs>ul>li>span {
    color: #000;
}
.toper.fixed .searchicon {
    color: #000;
}
.toper.fixed .navs>ul>li:hover>a {
    color: #6959A1;
}
.toper.fixed .navs>ul>li:hover>span {
    color: #6959A1;
}
.toper.fixed .searchicon:hover {
    color: #6959A1;
}
.toper.fixed .logos .logo1 {
    display: none;
}
.toper.fixed .logos .logo2 {
    display: block;
}
.toper.fixed .sp_nav span {
    background: #000;
}
.toper.fixed .carticon {
    color: #000;
}
.toper.fixed .carticon:hover {
    color: #6959A1;
}
.toper.fixed .carticon .number {
    color: #6959A1;
}
.footer {
    width: 100%;
    height: auto;
    background: #6959A1;
}
.footer p {
    color: #fff;
    margin-bottom: 10px;
    line-height: 1.5;
}
.footer p a {
    line-height: inherit;
}
.footer a {
    color: #fff;
}
.footer a:hover {
    color: #AD9BEC;
}
.footer .foottitle {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: block;
    font-family: 'Poppins-SemiBold';
}
.foot-info {
    width: 100%;
    height: auto;
    padding: 50px 0px 40px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    column-gap: 20px;
}
.foot-logo {
    width: auto;
}
.foot-logo img {
    width: auto;
    height: 60px;
    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-list-box{
	width: 100%;
	height: auto;
	display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 30px;
}
.foot-contact-list-box .list-item{
	width: 32%;
	margin-bottom: 10px;
}
.foot-contact-list-box .list-item .foottitle{
	margin-bottom: 5px;
	display: block;
	font-size: 18px;
}
.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 {
    font-size: 18px;
    transition: all .3s;
    color: #fff;
}
.foot-link-icon a:hover {
    transform: translateY(-3px);
    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%;
}
.foot-nav p a {
    padding-left: 20px;
    position: relative;
    display: inline-block;
    transition: all .3s;
}
.foot-nav p a:before {
    content: '>';
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.foot-nav p a:hover {
    transform: translateX(5px);
}
.copyright {
    width: 100%;
    height: auto;
    padding: 12px 0px;
    position: relative;
    border-top: 1px solid #7762bf;
}
.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;
	cursor: pointer;
}
.go_top:before{
	font-family: 'icomoon' !important;
    content: '\e96e';
    font-size: 20px;
}
.go_top:hover{
	color: #fff !important;
	background-color: #595999;
}
.maintitle {
    margin-bottom: 35px;
    text-align: left;
}
.maintitle .style1 {
    color: #A1A1A1;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 28px;
    position: relative;
}
.maintitle .style1:after{
	content: '';
	width: 175px;
	height: 1px;
	background: #C8C5DF;
	position: absolute;
	left: calc(100% + 5px);
	top: 56%;
}
.maintitle p {
    margin-top: 10px;
}
.titles {
    font-size: 35px;
    line-height: 1.2;
    font-family: 'Poppins-SemiBold';
    color: #000;
}
.maintitle.center {
    text-align: center;
}
.maintitle.center p{
    text-align: center;
    max-width: 1000px;
    margin: 10px auto 0px;
}
.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 .pic {
    width: 42%;
}
.mainsection1-info .pic .pic-box{
	width: 100%;
	height: auto;
}
.mainsection1-info .pic img {
    width: 100%;
	height: auto;
}
.mainsection1-info .text {
    width: 50%;
}
.mainsection1-info .text .text-list{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.mainsection1-info .text .text-list .list-item{
	width: 48%;
	margin-top: 50px;
	padding-left: 70px;
	position: relative;
}
.mainsection1-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: -13px;
}
.mainsection1-info .text .text-list .list-item:nth-child(1):before{
	background-image: url(../images/index-pic2.jpg);
}
.mainsection1-info .text .text-list .list-item:nth-child(2):before{
	background-image: url(../images/index-pic3.jpg);
}
.mainsection1-info .text .text-list .list-item:nth-child(3):before{
	background-image: url(../images/index-pic4.jpg);
}
.mainsection1-info .text .text-list .list-item:nth-child(4):before{
	background-image: url(../images/index-pic5.jpg);
}
.mainsection1-info .text .text-list .list-item .style1{
	font-size: 35px;
	font-family: 'Poppins-SemiBold';
	color: #000;
	margin-bottom: 8px;
}
.mainsection1-info .text .text-list .list-item .style2{
	color: #444;
	margin-bottom: 0px;
}
.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 .form_control.file {
    padding-top: 10px;
}
.forms label {
    margin-bottom: 5px;
    font-size: 16px;
    color: #000;
    /*font-weight: bold;*/
    margin-left: 0px;
    display: block;
}
.forms {
    width: 100%;
}
.forms .form_button {
    margin-top: 15px;
    text-align: center;
}
.forms .submit-btn {
    padding: 11px 25px;
    width: 160px;
    max-width: 100%;
    background: #E1DEEC;
    color: #6959A1;
    border: none;
    outline: none;
    border-radius: 5px;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    transition: all .3s;
    text-transform: uppercase;
    font-family: 'Poppins-SemiBold';
}
.forms .submit-btn:hover {
    background: #6959A1;
    color: #fff;
}
.forms .submit-btn:hover:after{
	background: #6959A1;
}
.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;
}
.mainsection7{
	width: 100%;
	height: auto;
	padding: 80px 0px;
	background: #fafafa;
}
.mainsection7-maps{
	width: 100%;
	height: 275px;
	margin-bottom: 0px;
}
.mainsection7-maps iframe{
	width: 100%;
	height: 100%;
}
.mainsection7-info{
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.mainsection7-info .mainsection7-contact{
	width: 48%;
}
.mainsection7-info .mainsection7-form{
	width: 48%;
}
.mainsection7-info .mainsection7-contact .list-item{
	width: 100%;
	margin-bottom: 20px;
	padding-left: 60px;
	position: relative;
}
.mainsection7-info .mainsection7-contact .list-item:last-child{
	margin-bottom: 0px;
}
.mainsection7-info .mainsection7-contact .list-item:before{
	content: '';
	width: 40px;
	height: 40px;
	background-color: #6959A1;
	background-repeat: no-repeat;
	background-size: 55% 55%;
	background-position: center center;
	border-radius: 6px;
	position: absolute;
	left: 0px;
	top: 7px;
}
.mainsection7-info .mainsection7-contact .list-item:nth-child(1):before{
	background-image: url(../images/foot-address.svg);
}
.mainsection7-info .mainsection7-contact .list-item:nth-child(2):before{
	background-image: url(../images/foot-phone.svg);
}
.mainsection7-info .mainsection7-contact .list-item:nth-child(3):before{
	background-image: url(../images/foot-email.svg);
}
.mainsection7-info .mainsection7-contact .list-item p{
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.mainsection7-info .mainsection7-contact .list-item .style1{
	font-family: 'Poppins-SemiBold';
	margin-bottom: 0px;
	font-size: 18px;
}
.mainsection7-info .mainsection7-form .forms .form_button{
	text-align: center;
	margin-top: 20px;
}
.mainsection7-form .forms .row {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    column-gap: 2%;
    flex-wrap: wrap;
}
.mainsection7-form .forms .row:before{
	content: none;
}
.mainsection7-form .forms .row:after{
	content: none;
}
.mainsection7-form .forms .form_group{
	margin-bottom: 25px;
}
.mainsection7-form .forms textarea.form_control{
	height: 120px;
}
.mainsection7-form .forms textarea.form_control.title{
	height: 46px;
}
.mainsection7-form .forms .row .col-lg-6 {
    width: 49%;
}
.mainsection7-form .forms .row .col-lg-12 {
    width: 100%;
}
.mainsection7-form .forms .form-check{
	margin-top: 0px;
}
.mainsection5{
	width: 100%;
	height: auto;
	padding: 80px 0px 80px;
	position: relative;
	background: url(../images/index-pic10.jpg) no-repeat center center/cover;
	background-attachment: fixed;
}
.mainsection5:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: rgba(105,89,161,.6);
}
.mainsection5 .maincon{
	position: relative;
}
.mainsection5-list{
	width: 100%;
	padding-bottom: 60px;
	position: relative;
}
.mainsection5-list .swiper-slide{
	height: auto;
}
.mainsection5-list .swiper-slide .pic{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
}
.mainsection5-list .swiper-slide .pic img{
	width: 120px;
	height: 120px;
	border-radius: 50%;
	object-fit: cover;
	border: 6px solid #9381AB;
}
.mainsection5-list .swiper-slide .text{
	width: 100%;
	height: auto;
}
.mainsection5-list .swiper-slide .text h3{
	text-align: center;
	margin-bottom: 15px;
	font-size: 22px;
	color: #fff;
}
.mainsection5-list .swiper-slide .text p{
	text-align: center;
	margin-bottom: 0px;
	font-size: 18px;
	color: #fff;
	font-style: italic;
	max-width: 1100px;
	margin: auto;
}
.mainsection5-list .swiper-pagination-bullet{
	background: #ccc;
}
.mainsection5-list .swiper-pagination-bullet-active{
	background: #fff;
}

.pagebanner {
    width: 100%;
    height: 550px;
    position: relative;
}
.pagebanner:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 3;
}
.pagebanner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pagebanner .text {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 4;
    transform: translateY(-50%);
}
.pagebanner .pagebanner-title {
    font-size: 45px;
    line-height: 1.2;
    color: #fff;
    text-align: left;
    margin-bottom: 0px;
    margin-top: 40px;
    font-family: 'Poppins-SemiBold';
}
.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;
}
.contact-section1{
	width: 100%;
	height: auto;
	padding: 80px 0px;
}
.contact-section1-info{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.contact-section1-info .pic{
	width: 47%;
	padding-bottom:28%;
	overflow: hidden;
	position: relative;
}
.contact-section1-info .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.contact-section1-info .text{
	width: 46%;
}
.contact-section1-info .text p{
	font-size: 18px;
	padding-left: 70px;
	position: relative;
	margin: 40px 0px;
}
.contact-section1-info .text p:before{
	content: '';
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
}
.contact-section1-info .text p:nth-child(1):before{
	background-image: url(../images/contact-address.svg);
}
.contact-section1-info .text p:nth-child(2):before{
	background-image: url(../images/contact-email.svg);
}
.contact-section1-info .text p:nth-child(3):before{
	background-image: url(../images/contact-phone.svg);
}
.contact-section2{
	width: 100%;
	height: auto;
	padding: 0px 0px 88px;
}
.contact-section2 .maintitle p{
	max-width: 100%;
}
.contact-section2-info{
	width: 100%;
	height: auto;
	padding-top: 40px;
	border-top: 1px solid #f1f1f1;
}
.careers-section1{
	width: 100%;
	height: auto;
	padding: 80px 0px 65px;
}
.careers-section1 p{
	text-align: center;
}
.careers-section2{
	width: 100%;
	height: auto;
	padding: 80px 0px 65px;
	position: relative;
	background: url(../images/careers-pic1.jpg) no-repeat center center/cover;
	background-attachment: fixed;
}
.careers-section2:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: rgba(105,89,161,.6);
}
.careers-section2 .maincon{
	position: relative;
	z-index: 3;
}
.careers-section2 .maintitle{
	margin-bottom: 25px;
}
.careers-section2 .titles{
	color: #fff;
	font-size: 25px;
}
.careers-section2 p{
	color: #fff;
	text-align: center;
}
.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-weight: 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-weight: 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-weight: bold;
    font-size: 17px;
}

.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 .titles{
	color: #6959a1;
}
.careers-section5-info .text .style1 {
    border-left: 4px solid #6959a1;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}

.careers-section5-info .text .style2 {
    border-left: 4px solid transparent;
}
.careers-section6 {
    width: 100%;
    height: auto;
    padding: 30px 0px 80px
}
.careers-section7{
	width: 100%;
    height: auto;
    padding: 80px 0px 40px;
}
.careers-section7-list{
	width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}
.careers-section7-list .list-item{
	width: 49%;
    margin-bottom: 40px;
    padding: 30px 30px 30px;
    background: #fff;
    box-shadow: 0px 0px 8px rgba(0,0,0,.2);
}
.careers-section7-list .list-item .pic{
	width: 100%;
    margin-bottom: 25px;
}
.careers-section7-list .list-item .pic img{
	width: auto;
    height: 60px;
}
.careers-section7-list .list-item .text{
	width: 100%;
    height: auto;
}
.careers-section7-list .list-item .text h3{
	color: #6959a1;
	font-size: 20px;
	margin-bottom: 15px;
}
.careers-section7-list .list-item .text ul{
	padding-left: 19px;
}
.careers-section7-list .list-item .text ul li{
	list-style: disc;
}
.application-form-box {
    padding-top: 15px;
}

.application-form-box input[type="file"] {
    padding-top: 8px;
}
.forms textarea.form_control.position {
    height: 46px;
}
.mainsection2{
	width: 100%;
	height: auto;
	padding: 0px 0px 40px;
}
.mainsection2-list{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
.mainsection2-list .list-item{
	width: calc(33.33% - 30px);
	margin-bottom: 40px;
	border: 1px solid #E3E3E3;
	padding: 50px 20px 35px;
	transition: all ease-in-out 0.3s;
}
.mainsection2-list .list-item:hover{
	box-shadow: 0px 0 25px 0 rgba(0, 0, 0, .1);
    transform: translateY(-10px);
}
.mainsection2-list .list-item .pic{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
.mainsection2-list .list-item .pic .icon{
	width: 65px;
	height: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 6px;
	background: #C8C5DF;
	padding: 10px;
}
.mainsection2-list .list-item .pic .icon img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.mainsection2-list .list-item .text{
	width: 100%;
	height: auto;
	text-align: center;
}
.mainsection2-list .list-item .text h3{
	font-size: 18px;
	margin-bottom: 10px;
	text-align: center;
	color: #000;
}
.mainsection2-list .list-item:hover .text h3{
	color: #6959A1;
}
.mainsection3{
	width: 100%;
	height: auto;
	padding: 80px 0px 80px;
	position: relative;
	background: url(../images/index-pic17.jpg) no-repeat center center/cover;
}
.mainsection3:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: rgba(105,89,161,.6);
}
.mainsection3 .maincon{
	position: relative;
	z-index: 3;
}
.mainsection3-info{
	width: 100%;
	height: auto;
}
.mainsection3-info h2{
	font-size: 30px;
	text-align: center;
	color: #fff;
	margin-bottom: 40px;
}
.mainsection3-info{
	width: 100%;
	height: auto;
	text-align: center;
}
.mainsection3-info a{
	display: inline-block;
	padding: 8px 30px;
	border: 2px solid #fff;
	border-radius: 6px;
	color: #fff;
	font-family: 'Poppins-SemiBold';
	font-size: 18px;
}
.mainsection3-info a:hover{
	background: #fff;
	color: #6959A1;
}
.mainsection4{
	width: 100%;
	height: auto;
	padding: 80px 0px 80px;
}
.mainsection4-title{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 20px;
	column-gap: 20px;
}
.mainsection4-title span{
	font-size: 17px;
	color: #000;
	padding: 9px 20px;
	cursor: pointer;
	font-family: 'Poppins-SemiBold';
	border-radius: 5px;
	margin-bottom: 10px;
}
.mainsection4-title span.shows{
	background: #C8C5DF;
}
.mainsection4-title span:hover{
	background: #C8C5DF;
}
.mainsection4-list{
	width: 100%;
	height: auto;
}
.mainsection4-list .lists{
	width: 100%;
	height: auto;
	column-gap: 21px;
	column-count: 3;
}
.mainsection4-list .lists .list-item{
	width: 100%;
	margin-bottom: 21px;
	position: relative;
	break-inside: avoid;
}
.mainsection4-list .lists .list-item .pic{
	width: 100%;
	padding-bottom: 55%;
	overflow: hidden;
	position: relative;
}
.mainsection4-list .lists .list-item .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.mainsection4-list .lists .list-item:hover .pic img{
	transform: scale(1.1); 
}
.mainsection4-list .lists .list-item .text{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
	padding: 20px 20px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	background: rgba(105,89,161,.6);
	opacity: 0;
	transform: scale(0.5);
	transition: all .3s;
}
.mainsection4-list .lists .list-item:hover .text{
	opacity: 1;
	transform: scale(1);
}
.mainsection4-list .lists .list-item .text p{
	color: #fff;
	font-family: 'Poppins-SemiBold';
	text-align: center;
	font-size: 18px;
}
.mainsection4-list .lists .list-item .text ul li{
	color: #fff;
	list-style: disc;
}
.mainsection4-list .lists .list-item.list-style1 .pic{
	padding-bottom: 160%;
}
.mainsection4-list .lists .list-item.list-style2 .pic{
	padding-bottom: 73%;
}
.mainsection4-list .lists .list-item.list-style3 .pic{
	padding-bottom: 85%;
}
.mainsection4-list .lists.list-flex{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.mainsection4-list .lists.list-flex .list-item{
	width: calc(33.33% - 14px);
}


.mainsection6{
	width: 100%;
	height: auto;
	padding: 80px 0px 80px;
}
.mainsection6-list{
	width: 100%;
	height: auto;
	position: relative;
}
.mainsection6-list .swiper-container{
	padding: 10px 10px;
}
.mainsection6-list .swiper-slide{
	height: auto;
	box-shadow: 0px 0px 5px rgba(0,0,0,.15);
	background: #fff;
}
.mainsection6-list .swiper-slide:hover{
	background: #6959A1;
}
.mainsection6-list .swiper-slide .pic{
	width: 100%;
	padding-bottom: 80%;
	overflow: hidden;
	position: relative;
}
.mainsection6-list .swiper-slide .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.mainsection6-list .swiper-slide:hover .pic img{
	transform: scale(1.1); 
}
.mainsection6-list .swiper-slide .text{
	width: 100%;
	height: auto;
	padding: 15px 10px;
}
.mainsection6-list .swiper-slide .text h3{
	font-size: 17px;
	margin: 0px;
	text-align: center;
	color: #000;
}
.mainsection6-list .swiper-slide:hover .text h3{
	color: #fff;
}
.mainsection8{
	width: 100%;
	height: auto;
	padding: 80px 0px 40px;
}
.mainsection8-list{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
.mainsection8-list .list-item{
	width: 23%;
	margin-bottom: 40px;
	box-shadow: 0px 0px 10px rgba(0,0,0,.15);
	border-radius: 10px;
	overflow: hidden;
}
.mainsection8-list .list-item .pic{
	width: 100%;
	padding-bottom: 70%;
	overflow: hidden;
	position: relative;
}
.mainsection8-list .list-item .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.mainsection8-list .list-item:hover .pic img{
	transform: scale(1.1); 
}
.mainsection8-list .list-item .text{
	width: 100%;
	padding: 20px 10px 10px;
}
.mainsection8-list .list-item .text h3{
	text-align: center;
	font-size: 18px;
	margin-bottom: 10px;
}
.mainsection8-list .list-item .text p{
	text-align: center;
}
.mainsection9{
	width: 100%;
	height: auto;
	padding: 80px 0px 40px;
	background: #fafafa;
}
.mainsection9-list{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 50px;
}
.mainsection9-list  .list-item{
	width: 31%;
	margin-bottom: 40px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.mainsection9-list  .list-item .icon{
	width: 90px;
	height: 90px;
	background: #C8C5DF;
	border-radius: 50%;
	overflow: hidden;
	padding: 20px;
	position: relative;
}
.mainsection9-list  .list-item .icon:before{
	content: '';
	width: 100%;
	height: 100%;
	background: #6959A1;
	border-radius: 50%;
	position: absolute;
	left: -110%;
	top: 0px;
	transition: all .4s;
}
.mainsection9-list .list-item:hover .icon:before{
	left: 0%;
	transition: all .4s;
}
.mainsection9-list  .list-item .icon img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	position: relative;
	z-index: 2;
}
.mainsection9-list  .list-item .text{
	width: calc(100% - 110px);
}
.mainsection9-list  .list-item .text h3{
	font-size: 18px;
    margin-bottom: 15px;
    color: #000;
}
.mainsection9-list .list-item:hover .text h3{
    color: #6959A1;
}
.mainsection10{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.mainsection10-list{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.mainsection10-list .list-item{
	width: 25%;
	padding-bottom: 20%;
	position: relative;
	-webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.thumb-creative__front, .thumb-creative__back {
    overflow: visible;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    background: #333;
}
.mainsection10-list .list-item .thumb-creative__front{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	transform: rotateY(0deg);
}
.mainsection10-list .list-item .thumb-creative__front .pic{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
.mainsection10-list .list-item .thumb-creative__front .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .35;
}
.mainsection10-list .list-item .thumb-creative__front .text{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 15px;
}
.mainsection10-list .list-item .thumb-creative__front .text p{
	font-size: 20px;
	text-align: center;
	line-height: 1.3;
	color: #fff;
	font-family: 'Poppins-SemiBold';
}
.mainsection10-list .list-item .thumb-creative__back{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	transform: rotateY(180deg);
    opacity: 1;
}
.mainsection10-list .list-item .thumb-creative__back .pic{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
.mainsection10-list .list-item .thumb-creative__back .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .1;
}
.mainsection10-list .list-item .thumb-creative__back .text{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 15px 15px;
}
.mainsection10-list .list-item .thumb-creative__back .text ul{
	padding-left: 19px;
}
.mainsection10-list .list-item .thumb-creative__back .text h3{
	font-size: 20px;
	text-align: center;
	line-height: 1.3;
	color: #fff;
	font-family: 'Poppins-SemiBold';
	margin-bottom: 15px;
}
.mainsection10-list .list-item .thumb-creative__back .text ul li{
	color: #fff;
	list-style: disc;
}
.mainsection10-list .list-item .thumb-creative__back .text ul{
	margin-bottom: 0px;
}
.mainsection10-list .list-item:hover .thumb-creative__front {
    transform: rotateY(-180deg);
}
.mainsection10-list .list-item:hover .thumb-creative__back {
    transform: rotateY(0deg);
}
.pagecontent{
	padding: 60px 0px;
}
.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: 22px;
    line-height: 1.3;
    display: block;
    color: #000;
    margin-bottom: 0px;
    padding: 20px 15px 10px;
    font-family: 'Poppins-SemiBold';
    border-top: 3px solid #6959A1;
}
.leftnav .side-title a {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
}

.leftnavli {
    width: 100%;
    height: auto;
    padding: 0px 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: 4px;
}
.leftnavli ul li span::before {
    content: '\e96d';
    font-family: 'icomoon';
    font-weight: bold;
    color: #000;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
    transition: all .2s;
}
.leftnavli ul li span.down::before {
    color: #6959A1;
    transform: rotate(90deg);
}
.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 #cdcdcd;
}
.leftnavli ul li ul li {
    padding: 8px 0px 8px;
    margin-bottom: 0px;
    border-bottom: 1px solid #cdcdcd;
}
.leftnavli>ul>li>ul {
    padding: 0px 0px 10px 10px;
    margin-top: 10px;
    margin-bottom: 0px;
}
.side-inquiry {
    width: 100%;
    height: auto;
    border-radius: 0px;
    overflow: hidden;
    background: #E1DEEC;
}
.side-inquiry .forms {
    width: 100%;
    height: auto;
    padding: 15px 15px 40px;
}
.side-inquiry .forms .form-check .form-check-input {
    margin-top: 3px;
}
.side-inquiry .forms .form_control {
    background: #fff;
    border: none;
    border-radius: 6px;
}
.side-inquiry .forms .form_group {
    margin-bottom: 15px;
}
.side-inquiry .forms .row>div {
    width: 100%;
}
.side-inquiry .forms .submit-btn {
    width: 100%;
    background: #6959A1;
    color: #fff;
}
.side-inquiry .forms .submit-btn:hover {
    background: #57439d;
    color: #fff;
}
.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: 10px;
    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: 'Poppins-SemiBold';
    width: 100%;
}
.pagetitle .pagetitle-info:before {
    content: '';
    width: 80px;
    height: 2px;
    background: #6959A1;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.pagetitle .to_inquiry {
    color: #fff;
    padding: 8px 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;
    cursor: pointer;
        font-family: 'Poppins-SemiBold';
}
.pagetitle .to_inquiry:hover {
    background: #000;
    color: #fff;
}
.notice {
    background: url(../images/notice.svg) no-repeat 15px 10px/20px #6959A1;
    color: #fff !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: 'Poppins-SemiBold';
    font-size: 22px;
    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: 8px 10px 8px 30px;
    border: 1px solid rgba(21, 21, 21, 0.2);
    color: #000;
    margin-bottom: 10px;
    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;
}
.services-container strong a{
	font-weight: bold;
}
.mainsection11{
	width: 100%;
	height: auto;
	padding: 80px 0px 40px;
}
.mainsection11-list{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
.mainsection11-list .list-item{
	width: 25%;
	margin-bottom: 40px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
.mainsection11-list .list-item:nth-child(2n){
	flex-direction: column-reverse;
}
.mainsection11-list .list-item .pic{
	width: 100%;
	height: 50%;
}
.mainsection11-list .list-item .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mainsection11-list .list-item .text{
	width: 100%;
	height: 50%;
	padding: 20px 15px 5px;
	background: #fafafa;
}
.mainsection11-list .list-item .text h3{
	font-size: 18px;
	margin-bottom: 10px;
}
.services-container .title-background {
    display: block;
    margin-bottom: 25px !important;
    padding: 10px 20px;
    text-align: center;
    background: #6959A1;
    color: #fff;
    border-radius: 0px;
    font-size: 20px;
}
.newStyle4 {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    flex-flow: wrap;
}
.newStyle4 > div {
    padding: 20px 30px 5px;
    margin-bottom: 20px;
}
.newStyle4 > div::before {
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  width: calc(100% - 30px);
  left: 15px;
  z-index: -1;
  box-shadow: 1px 2px 8px 4px rgba(221, 221, 221, 0.9);
}

.info-bgcolor{
	width: 100%;
	height: auto;
	padding: 20px 20px 5px;
	background: #F2F2F2;
	margin-bottom: 25px;
}
.info-bgcolor .info-pic-left{
	margin-bottom: 15px;
}
.info-bgcolor .info-pic-right{
	margin-bottom: 15px;
}
.info-bgcolor2{
	width: 100%;
	height: auto;
	padding: 20px 15px 5px;
	background: rgb(230,224,236);
	margin-bottom: 20px;
}
.info-bgcolor .info-pic-left{
	margin-bottom: 15px;
}
.info-bgcolor .info-pic-right{
	margin-bottom: 15px;
}
.info-border-color{
	width: 100%;
	height: auto;
	padding: 16px 15px 1px;
	border: 1px dashed #595959;
	margin-bottom: 25px;
	border-radius: 20px;
}
.info-border-color .info-pic-left{
	margin-bottom: 15px;
}
.info-border-color .info-pic-right{
	margin-bottom: 15px;
}
.info-border-color2{
	width: 100%;
	height: auto;
	padding: 16px 15px 1px;
	border: 1px solid rgba(105,90,162,.45);
	margin-bottom: 25px;
	border-radius: 20px;
}
.info-border-color2 .info-pic-left{
	margin-bottom: 15px;
}
.info-border-color2 .info-pic-right{
	margin-bottom: 15px;
}

.info-item1{
	width: 900px;
    height: auto;
    margin: 0px auto 25px;
    max-width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.info-item1 .text{
	width: 31%;
}
.info-item1 .pic{
	width: 36%;
}
.info-item1 .pic img{
	width: 100%;
	height: auto;
}
.info-item1 .text .list-item{
	width: 100%;
	margin-bottom: 20px;
}
.info-item1 .text .list-item p{
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 8px;
	padding-bottom: 0px;
}
.info-item1 .text .list-item p:first-child{
	border-bottom: 2px dashed #ccc;
	padding-bottom: 8px;
}
.info-item1 .text .list-item a{
	font-size: inherit;
	line-height: inherit;
}
.info-item1 .text .list-item ul li{
	font-size: 16px;
	line-height: 24px;
}
.info-item1 .text-left .list-item:nth-child(1){
	padding-top: 29%;
	min-height: 280px;
}
.info-item1 .text-right .list-item:nth-child(1){
	padding-top: 4%;
	min-height: 180px;
}
.info-item2{
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 20px 5px;
    border-radius: 0;
    margin-top: 0px;
    background: #f6f4fe;
    border: none;
    border-top: 11px #6959a1 solid;
}
.info-item2 .list-item .info-pic-left,.info-item2 .list-item .info-pic-right{
	margin-bottom: 15px;
	column-gap: 10px;
}
.info-item2 .list-item .info-pic-left .pic,.info-item2 .list-item .info-pic-right .pic{
	margin-left: 0px;
	margin-right: 0px;
}
.info-item2-style2{
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
.info-item2-style2 .list-item{
    width: 49%;
    margin-bottom: 20px;
    padding: 20px 20px 5px;
    border-radius: 0;
    margin-top: 0px;
    background: #f6f4fe;
    border: none;
    border-top: 10px #6959a1 solid;
}
.info-item2-style2 .list-item .info-pic-left,.info-item2-style2 .list-item .info-pic-right{
	margin-bottom: 15px;
	column-gap: 10px;
}
.info-item2-style2 .list-item .info-pic-left .pic,.info-item2-style2 .list-item .info-pic-right .pic{
	margin-left: 0px;
	margin-right: 0px;
}
.info-item3-box {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}
.info-item3-box .info-item3{
	width: 49%;
}
.info-item3 {
    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-item3 .pic {
    width: 220px;
    position: relative;
}
.info-item3 .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all .5s;
}
.info-item3 .text {
    width: calc(100% - 220px);
    padding: 45px 15px 20px;
    background: #f6f4fe;
    position: relative;
    min-height: 310px;
}
.info-item3 .text:before {
    content: '';
    width: 40px;
    height: 5px;
    position: absolute;
    left: 15px;
    top: 25px;
    background: #6859A1;
}
.info-item3 .text p{
	padding-bottom: 10px;
}
.info-item3 .text ul{
	margin-bottom: 0px;
}
.info-item3-box .info-item3 .pic {
    width: 180px;
}
.info-item3-box .info-item3 .text {
    width: calc(100% - 180px);
}

.info-item4{
	width: 100%;
	height: auto;
}
.info-item4>.row{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0px -10px;
}
.info-item4>.row:before{
	content: none;
}
.info-item4>.row:after{
	content: none;
}
.info-item4>.row>div{
    padding: 0px 10px;
	margin-bottom: 25px;
}
.info-item4 .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 20px 5px;
    border-radius: 12px;
}
.info-item5{
	width: 100%;
	height: auto;
}
.info-item5>.row{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0px -10px;
}
.info-item5>.row:before{
	content: none;
}
.info-item5>.row:after{
	content: none;
}
.info-item5>.row>div{
    padding: 0px 10px;
	margin-bottom: 25px;
}
.info-item5 .list-item{
	width: 100%;
	height: 100%;
	display: block;
    border: 3px solid #fff;
    padding: 20px 20px 5px;
    border-radius: 8px;
    background: linear-gradient(180deg, #ffffff, #e1deec);
    box-shadow: 0px 0px 4px rgba(105, 90, 162, .4)
}
.info-item6{
	width: 100%;
	height: auto;
}
.info-item6>.row{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0px -10px;
}
.info-item6>.row:before{
	content: none;
}
.info-item6>.row:after{
	content: none;
}
.info-item6>.row>div{
    padding: 0px 10px;
	margin-bottom: 25px;
}
.info-item6 .list-item{
	width: 100%;
	height: 100%;
	display: block;
    border: 1px solid #6959A1;
    background: #fff;
    box-shadow: 5px 5px 8px #dfdcec;
}
.info-item6 .list-item .pic{
	width: 100%;
	padding-bottom: 60%;
	overflow: hidden;
	position: relative;
}
.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 .text{
	width: 100%;
	height: auto;
	padding: 20px 15px 5px;
}
.services-container .disclaimer{
	font-size: 14px;
	line-height: 22px;
	margin-top: -10px;
	margin-bottom: 10px;
	color: #696969;
}
.info-item7 {
    width: 100%;
    max-width: 100%;
}
.info-item7 .list-item {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}
.info-item7 .list-item p {
    margin: 0;
    padding: 0
}
.info-item7 .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-item7 .list-item .list-title p{
	line-height: 1.3;
}
.info-item7 .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;
}
.more-btn{
	padding: 12px 30px;
	border-radius: 600px;
	border: 1px solid #6959A1;
	color: #6959A1;
	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:hover{
	color: #fff;
	background: #6959A1;
	border: 1px solid #6959A1;
}
.mainsection12{
	width: 100%;
	height: auto;
	padding: 80px 0px;
}
.mainsection12-info{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mainsection12-info .text{
	width: 48%;
}
.mainsection12-info .pic{
	width: 45%;
	padding-bottom: 12px;
	padding-right: 12px;
	position: relative;
}
.mainsection12-info .pic:after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 2px;
	top: 2px;
	background: #6959A1;
	border-radius: 80px;
	z-index: -1;
}
.mainsection12-info .pic .pic-box{
	width: 100%;
	padding-bottom: 74%;
	overflow: hidden;
	position: relative;
	border-radius: 80px;
	overflow: hidden;
}
.mainsection12-info .pic .pic-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.mainsection12-info .text .text-btn{
	margin-top: 30px;
}
.mainsection13{
	width: 100%;
	height: auto;
	padding: 80px 0px 40px;
}
.mainsection13-list{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 50px;
}
.mainsection13-list .list-item{
	width: calc(50% - 20px);
	margin-bottom: 40px;
	background: linear-gradient(to right,rgb(241,243,253),rgba(241,243,253,.2));
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mainsection13-list .list-item:hover{
	background: linear-gradient(to right,rgb(223,227,249),rgba(241,243,253,.2));
	box-shadow: 0px 0px 8px rgba(0,0,0,.12);
}
.mainsection13-list .list-item .pic{
	width: 220px;
	padding-bottom: 300px;
	overflow: hidden;
	position: relative;
	border-radius: 20px;
	box-shadow: 3px 3px 3px rgba(0,65,233,.12);
}
.mainsection13-list .list-item .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.mainsection13-list .list-item:hover .pic img{
	transform: scale(1.1); 
}
.mainsection13-list .list-item .text{
	width: calc(100% - 230px);
	padding: 30px 20px 15px;
}
.mainsection13-list .list-item .text h3{
	font-size: 20px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	position: relative;
	line-height: 1.3;
	color: #000;
}
.mainsection13-list .list-item:hover .text h3{
	color: #6959A1;
}
.mainsection13-list .list-item .text h3:after{
	content: '';
	width: 40px;
	height: 4px;
	background: #6959A1;
	position: absolute;
	left: 0px;
	bottom: 0px;
	border-radius: 20px;
	box-shadow: 1px 1px 1px rgba(0,65,233,.12);
}
.info-item8{
	width: 100%;
	height: auto;
}
.info-item8>.row{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0px -10px;
}
.info-item8>.row:before{
	content: none;
}
.info-item8>.row:after{
	content: none;
}
.info-item8>.row>div{
    padding: 0px 10px;
	margin-bottom: 25px;
}
.info-item8 .list-item{
	width: 100%;
	height: 100%;
	display: block;
    border: 3px solid #fff;
    background: #E6E0EC;
    padding: 20px 20px 5px;
    border-radius: 8px;
    box-shadow: 4px 4px 4px rgba(105, 90, 162, .4);
}
.info-item9{
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
.info-item9 .list-item{
	width: 47%;
	margin-bottom: 35px;
	margin-top: 40px;
	border: 2px solid #C8C5DF;
	padding: 30px 30px 15px;
	position: relative;
	background: #fff;
	border-radius: 20px;
}
.info-item9 .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-item9 .list-item .info-pic-left{
	margin-bottom: 10px;
}
.info-item9 .list-item .info-pic-left .pic{
	margin-right: 10px;
}
.info-item10{
	width: 100%;
	height: auto;
}
.info-item10>.row{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0px -10px;
}
.info-item10>.row:before{
	content: none;
}
.info-item10>.row:after{
	content: none;
}
.info-item10>.row>div{
    padding: 0px 10px;
	margin-bottom: 25px;
}
.info-item10 .list-item{
	width: 100%;
	height: 100%;
	display: block;
    padding: 20px 15px 5px;
	border: 1px dashed #595959;
	border-radius: 15px;
}
.info-item10 .list-item .style1{
	display: inline-block;
	padding: 8px 15px !important;
	margin-bottom: 15px;
	border-radius: 6px;
	background: #E6E0EC;
	text-align: center;
	min-width: 250px;
	max-width: 100%;
}
.info-item10 .list-item .info-pic-left,.info-item10 .list-item .info-pic-right{
	margin-bottom: 15px;
	column-gap: 10px;
}
.info-item10 .list-item .info-pic-left .pic,.info-item10 .list-item .info-pic-right .pic{
	margin-left: 0px;
	margin-right: 0px;
}
.info-arrow1{
	width: calc(100% - 15px);
	height: 10px;
	background: #C8C5DF;
	display: inline-block;
	position: relative;
}
.info-arrow1:after{
	content: '';
	width: 12px;
	height: 20px;
	background: #C8C5DF;
	position: absolute;
	right: -11px;
	top: 50%;
	transform: translateY(-50%);
	clip-path: polygon(0% 0%,100% 50%,0% 100%);
}
.info-arrow2{
	width: calc(100% - 15px);
	height: 10px;
	background: #6959A1;
	display: inline-block;
	position: relative;
}
.info-arrow2:after{
	content: '';
	width: 12px;
	height: 20px;
	background: #6959A1;
	position: absolute;
	right: -11px;
	top: 50%;
	transform: translateY(-50%);
	clip-path: polygon(0% 0%,100% 50%,0% 100%);
}
.info-item11 {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.info-item11 .li {
    position: relative;
    margin-bottom: 25px;
    width: 30%;
    padding: 0px 20px 15px;
    display: flex;
    flex-direction: column;
}
.info-item11 .li ul{
	margin-bottom: 30px;
}
.info-item11 .li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: calc(100% - 61px);
    background: linear-gradient(180deg, #6959a1, #bccdfe);
}
.info-item11 .li::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: -3px;
    width: 100%;
    height: 100%;
    background: url(../img/syndromic-microphthalmia-bg-1.png) no-repeat;
    background-size: contain;
    background-position: bottom;
    z-index: -1;
}
.info-item11 .pic {
    position: relative;
    z-index: -2;
    margin-top: auto;
}
.info-item11 .pic img {
    width: 100%;
    height: auto;
}
.info-item12{
	width: 100%;
	height: auto;
}
.info-item12>.row{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0px -2px;
}
.info-item12>.row:before{
	content: none;
}
.info-item12>.row:after{
	content: none;
}
.info-item12>.row>div{
    padding: 0px 2px;
	margin-bottom: 25px;
}
.info-item12 .list-item{
	width: 100%;
	height: 100%;
	display: block;
    padding: 15px 15px 1px;
    background: linear-gradient(to bottom, rgb(200, 197, 223), rgb(255, 255, 255));
}
.info-item12 .list-item .pic {
    width: 100%;
    padding-bottom: 68%;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
}
.info-item12 .list-item .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all .5s;
}
.info-item12 .list-item:hover .pic img {
    transform: scale(1.1);
}
.info-item12 .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-item12 .list-item .pic p a {
    color: inherit;
}
.info-item12 .list-item .pic p a:hover {
    color: #dddfff;
}
.info-item13{
	width: 100%;
	height: auto;
	padding-left: 15px;
}
.info-item13>.row{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0px -20px;
}
.info-item13>.row:before{
	content: none;
}
.info-item13>.row:after{
	content: none;
}
.info-item13>.row>div{
    padding: 0px 20px;
	margin-bottom: 35px;
	margin-top: 30px;
}
.info-item13 .list-item{
	width: 100%;
	height: 100%;
	display: block;
    padding: 50px 20px 5px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0,65,233,.2);
    position: relative;
    border: 1px solid #C8C5DF;
}
.info-item13 .list-item .style1{
	display: inline-block;
	padding: 8px 10px;
	min-height: 50px;
	line-height: 1.3;
	margin-bottom: 0px;
	border-radius: 0px 10px 0px 0px;
	background: linear-gradient(to right,#E1DEEC,#E1DEEC 32%,#695AA2);
	text-align: center;
	min-width: 250px;
	max-width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: -15px;
	top: -25px;
}
.info-item13 .list-item .style1:before{
	content: '';
	width: 15px;
	height: 20px;
	background: rgba(0,46,169);
	clip-path: polygon(0% 0%,100% 0%,100% 100%);
	position: absolute;
	left: 0px;
	top: 100%;
}
.info-item14{
	width: 100%;
	height: auto;
}
.info-item14>.row{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0px -10px;
}
.info-item14>.row:before{
	content: none;
}
.info-item14>.row:after{
	content: none;
}
.info-item14>.row>div{
    padding: 0px 10px;
	margin-bottom: 25px;
	margin-top: 10px;
}
.info-item14 .info-border-color{
	width: 100%;
	height: 100%;
	display: block;
}
.info-item14 .info-border-color ul:last-child{
	margin-bottom: 0px;
}
.info-item14 .info-border-color .ServiceShowPic{
	padding-top: 0px;
}
.info-item14 .info-border-color img{
	width: 100%;
	height: auto;
}
.info-item15{
	width: 100%;
	height: auto;
}
.info-item15>.row{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0px -10px;
}
.info-item15>.row:before{
	content: none;
}
.info-item15>.row:after{
	content: none;
}
.info-item15>.row>div{
    padding: 0px 10px;
	margin-bottom: 25px;
}
.info-item15 .list-item{
	width: 100%;
	height: 100%;
	display: block;
	border: 1px dashed #999;
	border-radius: 15px;
	padding: 20px 20px 5px;
}
.info-item15 .list-item .style1{
	display: inline-block;
	margin-bottom: 15px;
	padding: 6px 20px;
	background: rgb(230,224,236);
	color: #000;
	border-radius: 5px;
	min-width: 170px;
	text-align: center;
}
.info-item16{
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 25px;
    box-shadow: 1px 2px 8px 4px rgba(221, 221, 221, 0.9);
}
.info-item16 .pic {
    width: 220px;
    position: relative;
}
.info-item16 .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all .5s;
}
.info-item16 .text {
    width: calc(100% - 220px);
    padding: 30px 20px 15px;
}
.info-item17{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
.info-item17 .list-item{
	width: calc(50% - 20px);
	margin-bottom: 40px;
	position: relative;
	background: rgb(244,247,251);
	border-radius: 30px 0px 0px 0px;
	padding: 30px 70px 30px 30px;
}
.info-item17 .list-item:nth-child(2n){
	padding: 30px 30px 30px 70px;
}
.info-item17 .list-item ul{
	margin-bottom: 0px;
}
.info-item17 .list-item .pic{
	width: 200px;
	height: 200px;
	position: absolute;
	right: -120px;
	bottom: -135px;
	z-index: 2;
}
.info-item17 .list-item .pic img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.info-item17 .list-item:nth-child(2){
	border-radius: 0px 30px 0px 0px;
	background: rgb(240,236,244);
}
.info-item17 .list-item:nth-child(3){
	border-radius: 0px 0px 0px 30px;
	background: rgb(240,236,244);
}
.info-item17 .list-item:nth-child(4){
	border-radius: 0px 0px 30px 0px;
}
.info-item18 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}
.info-item18 .list-item {
    width: 49%;
    margin-bottom: 25px;
    padding: 25px 20px 10px;
    border: 1px dashed #6959A1;
    border-radius: 30px;
}
.info-item18 .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-item18 .list-item .style2 {
    text-align: center;
}
.info-item18.info-style2 {
    justify-content: flex-start;
    column-gap: 2%;
}
.info-item18.info-style2 .list-item {
    width: 32%;
}
.info-item19{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	column-gap: 20px;
}
.info-item19 .list-item{
	width: auto;
}

.info-item20{
	width: 100%;
	height: auto;
}
.info-item20>.row{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0px -10px;
}
.info-item20>.row:before{
	content: none;
}
.info-item20>.row:after{
	content: none;
}
.info-item20>.row>div{
    padding: 0px 10px;
	margin-bottom: 25px;
	margin-top: 10px;
}
.info-item20 .list-item{
	width: 100%;
	height: 100%;
	display: block;
	padding: 20px 15px 5px;
	border: 1px solid #ccc;
	background: linear-gradient(to bottom,rgb(251,251,251) 40%,rgb(225,223,236));
	border-radius: 20px;
}
.info-item21 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.info-item21 .li {
    position: relative;
    margin-bottom: 30px;
    width: 32%;
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
}
.info-item21 .li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: calc(100% - 61px);
    background: linear-gradient(180deg, #6959a1, #bccdfe);
}
.info-item21 .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-item21 .pic {
    position: relative;
    z-index: -2;
    margin-top: auto;
}
.info-item21 .pic img {
    width: 100%;
    height: auto;
}
.info-item21 .li p{
	padding-bottom: 10px;
}
.info-item21 .li ul{
	padding-bottom: 10px;
}

.services-container .font-size-small{
	font-size: 14px;
	line-height: 22px;
}
.services-container .font-size-small a{
	font-size: inherit;
	line-height: inherit;
}
.side-tags {
    width: 100%;
    height: auto;
    border-radius: 0px;
    overflow: hidden;
    margin-bottom: 40px;
    background: #f5f8fd;
}
.side-filter-list{
	width: 100%;
    height: auto;
    padding: 0px 15px 20px;
}
.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;
	object-position: left top;
	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;
}
.solution-title-list-box{
	width: 100%;
	height: auto;
	background: #fff;
	position: sticky;
	top: 70px;
	z-index: 33;
}
.solution-title-list{
	width: 100%;
	height: auto;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 25px;
	border-bottom: 1px solid #4A7EBB;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 15px;
}
.solution-title-list .list-item{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 8px 20px;
	min-height: 42px;
	background: #6959A1;
	color: #fff;
	font-size: 16px;
	line-height: 1.3;
	cursor: pointer;
	border-radius: 0px;
	margin-bottom: 5px;
}
.solution-title-list .list-item:hover{
	background: #c5b4ff;
}
.solution-title-list .list-item.shows{
	background: #c5b4ff;
}
.solution-section1{
	width: 100%;
	height: auto;
	padding: 20px 0px 25px;
}
.solution-section2{
	width: 100%;
	height: auto;
	padding: 0px 0px 40px;
}
.solution-section2-list{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
}
.solution-section2-list .list-item{
    width: calc(50% - 15px);
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 30px;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
}
.solution-section2-list .list-item .pic {
    width: 200px;
    position: relative;
    overflow: hidden;
}
.solution-section2-list .list-item:hover .pic img{
	transform: scale(1.1); 
}
.solution-section2-list .list-item .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all .5s;
}
.solution-section2-list .list-item .text {
    width: calc(100% - 200px);
    padding: 30px 15px 15px;
    min-height: 240px;
}
.solution-section2-list .list-item .text h3 {
    margin-bottom: 10px;
    font-size: 17px;
}
.solution-section3{
	width: 100%;
	height: auto;
	padding: 0px 0px 40px;
}
.solution-section3-list{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 10px;
}
.solution-section3-list .list-item{
    width: 24%;
    margin-bottom: 30px;
    background: #fff;
    border-top: 7px solid #6959A1;
    background: #F4F3F9;
    padding: 20px 10px 5px;
    transition: all .3s;
}
.solution-section3-list .list-item:hover{
    transform: translateY(-6px);
    box-shadow: 0px 0px 6px rgba(0,0,0,.2);
}
.solution-section4{
	width: 100%;
	height: auto;
	padding: 70px 0px 30px;
	background: #f5f5f5;
}
.solution-section4-list{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
}
.solution-section4-list .list-item{
    width: calc(50% - 15px);
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 40px;
    column-gap: 20px;
}
.solution-section4-list .list-item .pic {
    width: 140px;
    flex-shrink: 0;
}
.solution-section4-list .list-item .pic img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    transition: all .3s;
}
.solution-section4-list .list-item:hover .pic img {
    transform: rotate(45deg);
}
.solution-section4-list .list-item .text p{
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.solution-section4-list .list-item .text h3 {
    margin-bottom: 10px;
    font-size: 17px;
}
.solution-section5{
	width: 100%;
	height: auto;
	padding: 70px 0px 55px;
}
.solution-section5-info{
	width: 100%;
	height: auto;
	padding: 20px 20px 5px;
	margin-bottom: 30px;
	background: linear-gradient(to right,rgb(255,255,255),rgb(200,197,223));
	margin-top: 10px;
}
.solution-section5-info .info-pic-left{
	margin-bottom: 15px;
}
.solution-section5-info .info-pic-right{
	margin-bottom: 15px;
}
.solution-section5-info.info-style2{
	background: linear-gradient(to left,rgb(255,255,255),rgb(200,197,223));
}
.solution-section5-info .pic{
	overflow: hidden;
}
.solution-section5-info .pic img{
	transition: all .5s;
}
.solution-section5-info:hover .pic img{
	transform: scale(1.1); 
}
.solution-section6{
	width: 100%;
	height: auto;
	padding: 70px 0px 45px;
	background: #f5f5f5;
}
.solution-section6 .pic{
	overflow: hidden;
}
.solution-section6 .pic img{
	transition: all .5s;
}
.solution-section6 .pic:hover  img{
	transform: scale(1.1); 
}
.solution-section7{
	width: 100%;
	height: auto;
	padding: 70px 0px 45px;
}
.solution-section7-info{
	width: 100%;
	height: auto;
	padding: 30px 20px 30px;
	margin-bottom: 40px;
	border-radius: 10px;
	background: linear-gradient(to bottom,rgb(222,219,238),rgb(156,147,193));
}
.solution-section7-list{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
}
.solution-section7-list .list-item{
	width: 25%;
	padding: 0px 20px;
	border-right: 1px dashed #6959A1;
}
.solution-section7-list .list-item:last-child{
	border-right: none;
}
.solution-section7-list .list-item img{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.solution-section7-list .list-item p{
	text-align: center;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.solution-section8{
	width: 100%;
	height: auto;
	padding: 0px 0px 60px;
}
.faqs-list{
	width: 100%;
	height: auto;
	margin-top: 20px;
}
.faqs-list .list-item{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.faqs-list .list-item:last-child{
	margin-bottom: 0px;
}
.faqs-list .list-title{
	width: 100%;
	height: auto;
	background: #f8f8f8;
	padding: 6px 15px;
	min-height: 54px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.faqs-list .list-title p{
	padding: 0px;
	font-weight: bold;
	margin-bottom: 0px;
	line-height: 1.3;
}
.faqs-list .list-title:hover p{
	color: #6959a1;
}
.faqs-list .list-title.shows p{
	color: #6959a1;
}
.faqs-list .list-title:after{
	content: '+';
	font-size: 24px;
	color: #000;
	font-weight: bold;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-left: 20px;
}
.faqs-list .list-title.shows:after{
	content: '-';
}
.faqs-list .list-text{
	width: 100%;
	height: auto;
	padding: 20px 15px 5px;
	border: 1px solid #ccc;
	background: #fff;
	position: relative;
	display: none;
	margin-top: 30px;
}
.faqs-list .list-text:before,.faqs-list .list-text:after{
    bottom: 100%;
    left: 6%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.faqs-list .list-text:before{
	border-color: transparent;
    border-bottom-color: #ccc;
    border-width: 17px;
    margin-left: -17px;
}
.faqs-list .list-text:after{
	border-color: transparent;
    border-bottom-color: #fff;
    border-width: 15px;
    margin-left: -16px;
}


@media screen and (min-width:2000px){

.maincon{
	padding: 0px 240px;
}	
}


@media screen and (max-width:1580px){



.solution-title-list{
	column-gap: 5px;
}
.solution-title-list .list-item{
	padding: 8px 10px;
	margin-bottom: 5px;
}
.mainsection13-list .list-item .text{
	width: calc(100% - 210px);
}
.mainsection13-list .list-item .pic{
	width: 200px;
	padding-bottom: 320px;
}
.mainsection12-info .pic{
	width: 47%;
}
.mainsection12-info .pic .pic-box{
	padding-bottom: 80%;
}
.info-item3 .pic {
    width: 200px;
}
.info-item3 .text {
    width: calc(100% - 200px);
}
.info-item3-box .info-item3 .pic {
    width: 160px;
}
.info-item3-box .info-item3 .text {
    width: calc(100% - 160px);
}
.info-item1 .text .list-item p{
	font-size: 15px;
	line-height: 22px;
}
.info-item1 .text .list-item ul li{
	font-size: 15px;
	line-height: 22px;
}
.mainsection10-list .list-item .thumb-creative__back .text h3{
	font-size: 18px;
	margin-bottom: 10px;
}
.mainsection10-list .list-item{
	padding-bottom: 25%;
}
.navs>ul>li{
	margin-left: 40px;
}
.pagebanner .pagebanner-title {
    font-size: 40px;
}
.titles {
    font-size: 35px;
}	
.maincon {
    padding: 0px 9%;
}

}


@media screen and (max-width:1400px){



.info-item17 .list-item{
	padding: 30px 30px 30px 30px !important;
}
.info-item1 .text .list-item p{
	font-size: 14px;
	line-height: 22px;
}
.info-item1 .text .list-item ul li{
	font-size: 14px;
	line-height: 22px;
}
.mainsection11-list .list-item .text{
	height: 300px;
}
.mainsection11-list .list-item .pic{
	height: 300px;
}
.leftnav {
    width: 300px;
}
.rightcon {
    width: calc(100% - 330px);
}
.mainsection10-list .list-item .thumb-creative__back .text h3{
	font-size: 16px;
}
.mainsection10-list .list-item .thumb-creative__back .text ul li{
	font-size: 15px;
	line-height: 24px;
}
.mainsection4-list .lists .list-item .text ul li{
	font-size: 15px;
	line-height: 26px;
}
.mainsection4-list .lists .list-item .text p{
	font-size: 16px;
	margin-bottom: 5px;
}
.mainsection3-info h2{
	font-size: 26px;
}
.mainsection2-list .list-item{
	width: 32%;
	padding: 50px 15px 35px;
}
.pagebanner .pagebanner-title {
    font-size: 35px;
}
.mainsection7-info .mainsection7-form {
    width: 49%;
}
.mainsection7-info .mainsection7-contact {
    width: 49%;
}
.mainsection7-maps {
    height: 300px;
}
.titles {
    font-size: 30px;
}
.navs>ul>li{
	margin-left: 30px;
}
.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: #6959A1;
    }
    .navs>ul>li.spread-nav>ul .navbox-level1>li.act>a {
        color: #fff;
    }
    .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: #b4a8dc;
        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){


.solution-section7-list{
	flex-wrap: wrap;
	justify-content: space-between;
}
.solution-section7-list .list-item{
	width: 48%;
	padding: 0px 0px;
	border-right: none;
	margin-top: 20px;
}
.solution-section7-info{
	margin-bottom: 15px;
}
.mainsection7-info{
	flex-wrap: wrap;
}
.mainsection7-info .mainsection7-form {
    width: 100%;
}
.mainsection7-info .mainsection7-contact {
    width: 100%;
    margin-bottom: 40px;
}
.mainsection13-list .list-item{
	width: 100%;
}
.mainsection13-list .list-item .text h3{
	font-size: 18px;
}
.mainsection12-info{
	flex-wrap: wrap;
	justify-content: center;
}
.mainsection12-info .text{
	width: 100%;
	margin-bottom: 40px;
}
.mainsection12-info .pic{
	width: 450px;
	max-width: 100%;
}
.mainsection11-list .list-item .text{
	padding: 15px 10px 5px;
}
.pagetitle .pagetitle-info{
	font-size: 22px;
}
.service-content {
    flex-direction: column-reverse;
    flex-wrap: wrap;
}
.rightcon {
    width: 100%;
    margin-bottom: 30px;
}
.leftnav {
    width: 100%;
}
.mainsection10-list .list-item{
	width: 33.33%;
	padding-bottom: 30%;
}
.mainsection9-list  .list-item{
	width: 48%;
}
.mainsection4-list .lists .list-item .pic{
	padding-bottom: 60% !important;
}
.mainsection4-list .lists {
    column-gap: 21px;
    column-count: 2;
}
.mainsection3-info h2{
	font-size: 22px;
	margin-bottom: 30px;
}
.pagebanner .pagebanner-title {
    font-size: 30px;
}
.titles {
    font-size: 26px;
}
.mainsection1-info .text .text-list .list-item .style1{
	font-size: 28px;
	margin-bottom: 5px;
}
.mainsection1-info .text .text-list .list-item{
	margin-top: 40px;
}
.nav-btn{
	margin-left: 0px;
}
.foot-info{
	flex-wrap: wrap;
}
.foot-nav {
    min-width: auto;
    width: 100%;
    margin-top: 20px;
}
.foot-contact-content{
	width: 100%;
	margin-top: 25px;
}
.toper {
    padding: 10px 0px;
}
.search-info {
    right: 5%;
}
.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: 16px;
    line-height: 22px;
    color: #fff !important;
    display: inline-block;
    width: auto;
    text-align: left;
    border-bottom: none;
    padding: 3px 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 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;
	color: #fff;
	width: 14px;
	height: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 12px;
}
.navs ul li span::before{
	color: #fff;
    content: "+";
}
.navs ul li span.down::before{
	color: #fff;
    content: "-";
}
.navs>ul>li:hover {
    background: none;
    border-bottom: 1px solid #404040;
}
.navs ul li ul li span::before {
    color: #fff;
    content: "+";
    position: static;
    transform: none;
    font-weight: bold;
    font-size: 18px;
}
.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 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){


.foot-logo p{
	max-width: 100%;
}
.foot-contact-list-box{
    flex-wrap: wrap;
}
.foot-contact-list-box .list-item{
	  width: 100%;
}
.solution-section4-list .list-item{
    width: 100%;
    margin-bottom: 30px;
}
.solution-section3-list .list-item{
    width: 49%;
}
.solution-section2-list .list-item{
    width: 100%;
}
.info-item21 .li {
    width: 49%;
}
.info-item20>.row>div{
    width: 50%;
}
.resources-item .list-item{
	width: 49%;
}
.info-item19 .list-item{
	width: 100%;
}
.info-item15>.row>div{
    width: 100%;
}
.info-item14>.row>div{
    width: 50%;
}
.info-item13>.row>div{
    width: 100%;
}
.info-item12>.row>div{
    width: 50%;
}
.info-item10>.row>div{
    width: 100%;
}
.info-item8>.row>div{
	width: 50%;
}
.info-item6>.row>div{
    width: 50%;
}
.info-item4>.row>div{
	width: 100%;
}
.info-item5>.row>div{
	width: 100%;
}
.mainsection11-list .list-item:nth-child(2n) {
    flex-direction: column;
}
.mainsection11-list .list-item .text{
	height: auto;
	padding: 25px 15px 10px;
}
.mainsection11-list{
	flex-wrap: wrap;
}
.mainsection11-list .list-item{
	width: 100%;
}
.mainsection10-list .list-item{
	width: 50%;
	padding-bottom: 50%;
}
.mainsection10-list .list-item .thumb-creative__front .text p{
	font-size: 18px;
}
.mainsection8-list .list-item{
	width: 49%;
}
.mainsection2-list .list-item{
	width: 48%;
}
.careers-section2 .titles{
	font-size: 20px;
}
.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-section4 .style1{
	font-size: 16px;
}
.pagebanner .pagebanner-title {
    font-size: 25px;
}
.mainsection5-list{
	padding-bottom: 30px;
}
.mainsection5-list .swiper-slide .text p{
	font-size: 16px;
}
.mainsection5-list .swiper-slide .text h3{
	font-size: 20px;
}
.mainsection7-info .mainsection7-contact{
	width: 100%;
	margin-bottom: 40px;
}
.mainsection7-info{
	flex-wrap: wrap;
}
.mainsection7-info .mainsection7-form {
    width: 100%;
}
.mainsection1-info .text .text-list .list-item{
	padding-left: 55px;
	margin-top: 30px;
}
.mainsection1-info .text .text-list .list-item:before{
	width: 40px;
	height: 40px;
	top: -10px;
}
.mainsection1-info .text .text-list .list-item .style1{
	font-size: 22px;
}
.mainsection1-info .text{
	width: 100%;
}
.mainsection1-info .pic{
	width: 340px;
	max-width: 100%;
	margin-bottom: 30px;
}
.mainsection1-info{
	flex-wrap: wrap;
	justify-content: center;
}
.titles {
    font-size: 22px;
}
.footer .foottitle {
    display: inline-block;
}
.foot-contact {
    width: 100%;
}
.foot-nav {
    width: 100%;
    margin-top: 25px;
}
.foot-logo img {
    height: 50px;
}
.foot-logo {
    width: 100%;
}
.foot-info {
    flex-wrap: wrap;
}
.search-info {
    position: absolute;
    left: 0px;
    top: calc(100% - 2px);
    width: 100%;
    padding: 5px 15px 10px;
}
.toper.fixed .search-info {
    background: #fff;
}
.maincon {
    padding: 0px 30px;
}	

}

@media screen and (max-width:800px){




.solution-section3-list .list-item{
    width: 100%;
}
.solution-title-list-box{
	position: static;
}
.info-item21 .li {
    width: 100%;
}
.info-item20>.row>div{
    width: 100%;
}
.info-item18 .list-item {
    width: 100% !important;
}
.info-item17 .list-item .pic{
	display: none;
}
.info-item17 .list-item{
	width: 100%;
	padding: 30px 15px 30px !important;
	margin-bottom: 25px;
	border-radius: 20px !important;
}
.info-item16{
	flex-wrap: wrap;
}
.info-item16 .pic {
    width: 100%;
    height: 200px;
}
.info-item16 .text {
    width: 100%;
    padding: 25px 15px 10px;
}
.info-item11 .li {
    width: 100%;
}
.info-item10 .style1{
	min-width: auto;
}
.info-item9 .list-item {
    width: 100%;
}
.info-item8>.row>div{
	width: 100%;
}
.info-item7 .list-item {
	flex-wrap: wrap;
}
.info-item7 {
    width: 100%
}
.info-item7 .list-item .list-title {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    border-radius: 10px;
}
.info-item7 .list-item .list-text {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-left: 0px;
    padding: 15px 15px;
}
.info-item2-style2 .list-item{
    width: 100%;
}
.info-item3 {
    flex-wrap: wrap;
}
.info-item3 .pic {
    width: 100% !important;
    height: 200px;
}
.info-item3 .text {
    width: 100% !important;
}
.info-item1 .text .list-item p {
    font-size: 16px;
    line-height: 28px;
}
.info-item1 .text .list-item ul li {
    font-size: 16px;
    line-height: 28px;
}
.info-item1{
	flex-wrap: wrap;
	margin-bottom: 0px;
}
.info-item1 .text{
	width: 100%;
}
.info-item1 .pic{
	display: none;
}
.info-item1 .text .list-item{
	padding: 0px !important;
	min-height: auto !important;
}
.careers-section7-list .list-item{
	width: 100%;
	padding: 30px 15px 30px;
}
.mainsection9-list  .list-item{
	width: 100%;
}
.nav-btn{
	display: none;
}
.mainsection4-list .lists .list-item .pic {
    padding-bottom: 90% !important;
}
.mainsection4-list .lists {
    column-count: 1;
}
.mainsection2-list .list-item{
	width: 100%;
}
.mainsection7-form .forms .row .col-lg-6 {
    width: 100%;
}	
.maincon {
    padding: 0px 15px;
}
}

@media screen and (max-width:600px){
	


.solution-section7-list .list-item{
	width: 100%;
}
.solution-section4-list .list-item{
    flex-wrap: wrap;
    justify-content: center;
}
.solution-section4-list .list-item .pic {
    width: 120px;
    margin-bottom: 20px;
}
.solution-section4-list .list-item .text {
    width: 100%;
}
.solution-section2-list .list-item{
    flex-wrap: wrap;
}
.solution-section2-list .list-item .pic {
    width: 100%;
    height: 150px;
}
.solution-section2-list .list-item .text {
    width: 100%;
    min-height: auto;
}
.resources-item .list-item{
	width: 100%;
}
.info-item14>.row>div{
    width: 100%;
}
.info-item12>.row>div{
    width: 100%;
}
.info-item9 .list-item {
    padding: 20px 15px 5px;
}
.mainsection13-list .list-item{
	flex-wrap: wrap;
}
.mainsection13-list .list-item .pic{
	width: 100%;
	padding-bottom: 200px;
}
.mainsection13-list .list-item .text{
	width: 100%;
}
.mainsection12-info .pic:after{
	border-radius: 40px;
}
.mainsection12-info .pic .pic-box{
	border-radius: 40px;
}
.info-item6>.row>div{
    width: 100%;
}
.info-item3 .text{
	min-height: auto;
}
.info-item3-box .info-item3{
	width: 100%;
}
.mainsection10-list .list-item{
	width: 100%;
	padding-bottom: 80%;
}
.mainsection9-list .list-item .text{
	width: 100%;
	margin-top: 20px;
}
.mainsection9-list  .list-item{
	flex-wrap: wrap;
}
.mainsection8-list .list-item{
	width: 100%;
}
.careers-section5-info .text .style1{
	font-size: 16px;
}
.careers-section4-list .list-item {
    padding: 30px 15px;
}
.careers-section3 .style1 {
    font-size: 16px;
}
.careers-section3-list .list-item {
    width: 100%;
}
.mainsection1-info .text .text-list .list-item{
	width: 100%;
	margin-top: 20px;
}
.nav-right{
	column-gap: 15px;
}
.logos img{
	height: 40px;
}

}