.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 .pic2{
	display: block;
}
.top-phone{
	font-size: 16px;
	margin-left: 0px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	column-gap: 8px;
	color: #fff;
	font-weight: bold;
}
.top-phone:before{
	content: '';
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: inline-block;
	background: url(../images/top-phone.svg) no-repeat center center/45% #6959A1;
}
.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;
}
.navs{
	width: auto;
	height: 100%;
	position: relative;
	margin-top: 0;
}
.navs a{
	font-size: 16px;
	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: 40px;
	position: relative;
	padding: 0px 0px 0px;
}
.navs>ul>li:first-child{
	margin-left: 0px;
}
.navs>ul>li>a{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.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: #bb9cff;
}
.navs>ul>li:hover>span{
	color: #bb9cff;
}
.navs>ul>li:hover:after{
	background: #bb9cff;
}
.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: #6959A1;
}
.navs ul li ul li:hover>span::before{
	color: #6959A1;
}
.navs ul li ul li a.shows{
	color: #6959A1;
}
.navs>ul>li>ul{
	position: absolute;
	left: 0px;
	top: 90%;
	background: #fff;
	width: 280px;
	height: auto;
	display: none;
	z-index: 101;
}
.navs ul li ul li ul{
	position: absolute;
	left: 100%;
	top: 0px;
	background: #fff;
	width: 100%;
	height: auto;
	display: none;
}
.nav-right{
	width: auto;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	column-gap: 30px;
}
.searchicon {
    width: 30px;
    height: 30px;
    display: flex;
    border-radius: 70px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    margin-right: 0px;
}
.searchicon:before {
    content: '\e99a';
    font-family: 'icomoon';
    font-size: 20px;
    line-height: 22px;
}
.searchicon:hover {
    color: #bb9cff;
}
.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: #000;
    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: #6959A1;
}
.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:hover>a{
	color: #6959A1;
}
.toper.fixed .navs>ul>li>span{
    color: #000;
}
.toper.fixed .navs>ul>li:hover>span{
	color: #6959A1;
}
.toper.fixed .navs>ul>li:hover:after{
	background: #6959A1;
}
.toper.fixed  .logos .pic1{
	display: block;
}
.toper.fixed  .logos .pic2{
	display: none;
}
.toper.fixed .searchicon:before{
	color: #000;
}
.toper.fixed .searchicon:hover:before{
	color: #6959A1;
}
.toper.fixed .sp_nav span{
	background: #000;
}
.toper.fixed .top-phone{
	color: #000;
}


.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: #c3c7ff;
}
.footer .foottitle {
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
    display: block;
    font-family: 'Montserrat-Bold';
}
.foot-info {
    width: 100%;
    height: auto;
    padding: 50px 0px 10px;
    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: 500px;
}
.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: 15px;
	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: 25px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	column-gap: 15px;
}
.foot-link-icon a{
	display: inline-flex;
	width: 34px;
	height: 34px;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	color: #6959A1;
	font-size: 18px;
	border-radius: 4px;
	transition: all 0s;
}
.foot-link-icon a:hover{
	background-color: #000;
	color: #fff;
	transition: all 0s;
}
.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: 7px;
    line-height: 10px;
}
.foot-nav p a:hover {
    transform: translateX(5px);
}
.copyright {
    width: 100%;
    height: auto;
    padding: 12px 0px;
    position: relative;
    background: #595999;
}
.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: #8860e1;
	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: #000;
}
.maintitle {
    margin-bottom: 35px;
    text-align: left;
}
.maintitle .style1 {
    color: #666666;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 28px;
    font-family: 'Montserrat-Bold';
    text-transform: uppercase;
    padding-left: 65px;
    position: relative;
    display: block;
}
.maintitle .style1:before{
	content: '';
	width: 50px;
	height: 6px;
	background: #6959A1;
	position: absolute;
	left: 0px;
	top: 45%;
	transform: translateY(-50%);
}
.maintitle p {
    margin-top: 15px;
}
.titles {
    font-size: 33px;
    line-height: 1.3;
    font-family: 'Montserrat-Bold';
    color: #000;
}
.titles span{
	color: #6959A1;
}
.titles .text-uppercase{
	text-transform: uppercase;
}
.maintitle.center {
    text-align: center;
}
.maintitle.center p{
    text-align: center;
    max-width: 1000px;
    margin: 15px auto 0px;
}
.maintitle.center .style1{
	display: inline-block;
}
.more-btn{
	display: inline-block;
	padding: 6px 18px;
	border: 1px solid #6959A1;
	color: #6959A1;
	min-width: 164px;
	text-align: center;
}
.more-btn:hover{
	background: #6959A1;
	color: #fff;
}
.mainsection1{
	width: 100%;
	height: auto;
	padding: 80px 0px;
}
.mainsection1-info{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mainsection1-info .text{
	width: 47%;
}
.mainsection1-info .pic{
	width: 47%;
	position: relative;
	padding-left: 16px;
	padding-right: 14px;
}
.mainsection1-info .pic:before{
	content: '';
	width: 50%;
	height: 86%;
	background: #6959A1;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
}
.mainsection1-info .pic:after{
	content: '';
	width: 36px;
	height: 110px;
	background: #6959A1;
	position: absolute;
	right: 0px;
	top: 7%;
	z-index: 6;
	clip-path: polygon(100% 0%,100% 100%,0% 100%);
}
.mainsection1-info .pic-box{
	width: 100%;
	padding-bottom: 85%;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.mainsection1-info .pic-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.mainsection1-info .pic-box:hover img{
	transform: scale(1.1); 
}
.mainsection1-info .pic .pic-text{
	width: auto;
	height: auto;
	padding: 15px 25px;
	background: #fff;
	border-top: 6px solid #6959A1;
	position: absolute;
	left: 10%;
	bottom: 0px;
	z-index: 4;
	text-align: center;
}
.mainsection1-info .pic .pic-text .style1{
	font-family: 'Montserrat-Bold';
	font-size: 32px;
	line-height: 1.1;
	margin-bottom: 5px;
}
.mainsection1-info .pic .pic-text .style2{
	font-family: 'Montserrat-Bold';
	font-size: 15px;
	line-height: 1.1;
	margin-bottom: 0px;
}
.mainsection1-info .text .maintitle{
	margin-bottom: 25px;
}
.mainsection1-info .text .text-info{
	margin-bottom: 25px;
}
.mainsection1-info .text .text-list{
	margin-bottom: 20px;
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.mainsection1-info .text .text-list p{
	width: 49%;
	font-family: 'Montserrat-Bold';
	padding-left: 32px;
	position: relative;
	margin-bottom: 10px;
}
.mainsection1-info .text .text-list p:before{
	content: '';
	width: 24px;
	height: 24px;
	background: url(../images/arrow1.svg) no-repeat center center/contain;
	position: absolute;
	left: 0px;
	top: 1px;
}
.mainsection1-info .text .text-btn{
	width: 100%;
	margin-top: 10px;
}
.mainsection2{
	width: 100%;
	height: auto;
	padding: 80px 0px;
	background-image: url(../images/index-pic2.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}
.mainsection2:before{
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(56,56,56,.3);
	position: absolute;
	left: 0px;
	top: 0px;
}
.mainsection2 .maincon{
	position: relative;
	z-index: 2;
}
.mainsection2 .titles{
	color: #fff;
}
.mainsection2 .maintitle p{
	color: #fff;
	max-width: 100%;
}
.mainsection2-btn{
	width: 100%;
	text-align: center;
	padding-top: 10px;
}
.mainsection2-btn .more-btn{
	border: 1px solid #fff;
    color: #fff;
}
.mainsection2-btn .more-btn:hover{
	border: 1px solid #fff;
	background: #fff;
    color: #6959A1;
}
.mainsection3{
	width: 100%;
	height: auto;
	padding: 80px 0px 40px;
	background: rgba(105,54,216,.07);
}
.mainsection3-list{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.mainsection3-list .list-item{
	width: 23%;
	margin-bottom: 40px;
}
.mainsection3-list .list-item .pic{
	width: 100%;
	height: auto;
	position: relative;
}
.mainsection3-list .list-item .pic .list-number{
	width: 60px;
	height: 60px;
	background: #6959A1;
	color: #fff;
	font-size: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -30px;
	font-family: 'Montserrat-Bold';
}
.mainsection3-list .list-item .pic-box{
	width: 100%;
	padding-bottom: 85%;
	overflow: hidden;
	position: relative;
}
.mainsection3-list .list-item .pic-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.mainsection3-list .list-item:hover .pic-box img{
	transform: scale(1.1); 
}
.mainsection3-list .list-item .text{
	width: 100%;
	text-align: center;
	padding: 50px 0px 0px;
}
.mainsection3-list .list-item .text h3{
	font-size: 17px;
	margin-bottom: 10px;
	color: #000;
}
.mainsection3-list .list-item .text p{
	margin-bottom: 0px;
}
.mainsection3-list .list-item:hover .text h3{
	color: #6959A1;
}
.mainsection4{
	width: 100%;
	height: auto;
	padding: 80px 0px;
}
.mainsection4-info{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.mainsection4-info .text{
	width: 47%;
}
.mainsection4-info .pic{
	width: 47%;
	position: relative;
}
.mainsection4-info .pic:before{
	content: '';
	width: 50%;
	height: calc(100% - 18px);
	background: #6959A1;
	position: absolute;
	left: 0px;
	top: 0%;
}
.mainsection4-info .pic-box{
	width: calc(100% - 18px);
	height: calc(100% - 18px);
	overflow: hidden;
	position: absolute;
	z-index: 2;
	right: 0px;
	bottom: 0px;
}
.mainsection4-info .pic-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s;
}
.mainsection4-info .pic-box:hover img{
	transform: scale(1.1); 
}
.mainsection4-info .text .text-info{
	margin-bottom: 20px;
}
.mainsection4-info .text .text-list{
	width: 100%;
	height: auto;
}
.mainsection4-info .text .text-list .list-item{
	width: 100%;
	height: auto;
	margin-top: 30px;
	padding-left: 40px;
	position: relative;
}
.mainsection4-info .text .text-list .list-item .style1{
	margin-bottom: 5px;
	font-size: 16px;
}
.mainsection4-info .text .text-list .list-item .style2{
	margin-bottom: 0px;
}
.mainsection4-info .text .text-list .list-item:before{
	content: '';
	width: 24px;
	height: 24px;
	background: url(../images/arrow2.svg) no-repeat center center/contain;
	position: absolute;
	left: 0px;
	top: 2px;
}
.forms .form_control {
    width: 100%;
    height: 50px;
    border: none;
    border: 1px solid #666666;
    padding: 0px 10px;
    margin-bottom: 0px;
    font-size: 16px;
    color: #000;
    box-shadow: none;
    border-radius: 6px;
    background: none;
}
.forms .form_group {
    margin-bottom: 15px;
}
.forms textarea.form_control {
    height: 120px;
    padding: 11px 10px;
    line-height: 22px;
    display: inherit;
}
.forms textarea.form_control.title {
    height: 50px;
}
.forms .form_control.file {
    padding-top: 10px;
}
.forms label {
    margin-bottom: 8px;
    font-size: 16px;
    color: #000;
    margin-left: 0px;
    display: block;
}
.forms {
    width: 100%;
}
.forms .form_button {
    margin-top: 10px;
    text-align: left;
}
.forms .submit-btn {
    padding: 6px 20px;
    width: 164px;
    background: none;
    color: #6959A1;
    border: 1px solid #6959A1;
    outline: none;
    border-radius: 0px;
    position: relative;
    font-size: 16px;
    transition: all .3s;
    text-transform: uppercase;
}
.forms .submit-btn:hover {
    background: #6959A1;
    color: #fff;
}
.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;
}
.mainsection5 {
    width: 100%;
    height: auto;
    padding: 80px 0px 80px;
    background-image: url(../images/index-pic8.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}
.mainsection5:before{
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.5);
	position: absolute;
	left: 0px;
	top: 0px;
}
.mainsection5 .maintitle p{
	font-weight: normal;
}
.mainsection5 .maincon{
	position: relative;
	z-index: 3;
}
.mainsection5-info {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.mainsection5 .maintitle {
    margin-bottom: 50px;
}
.mainsection5-info .mainsection5-forms {
    width: 55%;
}
.mainsection5-info .mainsection5-maps {
    width: 40%;
    position: relative;
}
.mainsection5-info .mainsection5-maps iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 15px;
}
.mainsection5-forms .forms .row {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    column-gap: 2%;
    flex-wrap: wrap;
    margin: 0px;
}
.mainsection5-forms .forms .row:before{
	content: none;
}
.mainsection5-forms .forms .row:after{
	content: none;
}
.mainsection5-forms .forms .row .col-lg-6 {
    width: 49%;
    padding: 0px;
}
.mainsection5-forms .forms .row .col-lg-12 {
    width: 100%;
    padding: 0px;
}
.pagebanner {
    width: 100%;
    height: 550px;
    position: relative;
}
.pagebanner:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 3;
}
.pagebanner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pagebanner .text {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 4;
    transform: translateY(-50%);
}
.pagebanner .pagebanner-title {
    font-size: 45px;
    line-height: 1.2;
    color: #fff;
    text-align: left;
    margin-bottom: 0px;
    margin-top: 0px;
    font-family: 'Montserrat-Bold';
}
.pagebanner p {
    font-size: 16px;
    color: #fff;
    text-align: left;
    margin-top: 25px;
    margin-bottom: 0px;
}
.pagebanner.careers-banner:after {
    background: rgba(49, 30, 50, .5);
}
.crumbnav {
    width: 100%;
    height: auto;
    padding: 0px;
    text-align: left;
    margin-top: 20px;
}
.crumbnav ul {
    width: 100%;
    height: auto;
    margin: auto;
    font-size: 15px;
    color: #fff;
}
.crumbnav ul li {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    margin-right: 5px;
}
.crumbnav ul li a {
    font-size: 16px;
    color: #fff;
    display: inline-block;
}
.crumbnav ul li a:hover {
    color: #6959A1;
}
.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;
}
.about-section1{
	width: 100%;
	height: auto;
	padding: 80px 0px;
}
.about-section1-info{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.about-section1-info .text{
	width: 47%;
}
.about-section1-info .pic{
	width: 47%;
	position: relative;
	padding-right: 100px;
}
.about-section1-info .pic:before{
	content: '';
	width: 50%;
	height: 60%;
	border: 6px solid #6959A1;
	position: absolute;
	right: 50px;
	top: 50%;
	transform: translateY(-50%);
}
.about-section1-info .pic-box1{
	width: calc(100% - 100px);
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
}
.about-section1-info .pic-box1 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.about-section1-info .pic-box1:hover img{
	transform: scale(1.1); 
}
.about-section1-info .pic-box2{
	width: 35%;
	padding-bottom: 30%;
	overflow: hidden;
	position: relative;
	z-index: 2;
	position: absolute;
	right: 0px;
	bottom: 10%;
	border: 8px solid #fff;
}
.about-section1-info .pic-box2 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.about-section1-info .pic-box2:hover img{
	transform: scale(1.1); 
}
.about-section1-info .pic .pic-text{
	width: auto;
	height: auto;
	padding: 15px 15px;
	background: #6959A1;
	position: absolute;
	left: 0%;
	top: 10%;
	z-index: 4;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.about-section1-info .pic .pic-text img{
	height: 60px;
	margin-bottom: 5px;
	width: auto;
}
.about-section1-info .pic .pic-text p{
	margin-bottom: 0px;
	font-size: 15px;
	color: #fff;
}
.about-section1-info .text .text-info{
	margin-bottom: 35px;
}
.about-section1-info .text .maintitle p{
	margin-top: 25px;
}
.about-section2{
	width: 100%;
	height: auto;
	padding: 80px 0px;
	background-image: url(../images/about-pic3.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}
.about-section2:before{
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(56,56,56,.41);
	position: absolute;
	left: 0px;
	top: 0px;
}
.about-section2 .maincon{
	position: relative;
	z-index: 2;
}
.about-section2 .titles{
	color: #fff;
}
.about-section2 .maintitle .style1{
	color: #fff;
}
.about-section2-list{
	width: 650px;
	max-width: 100%;
}
.about-section2-list .list-item{
	width: 100%;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid rgba(255,255,255,.35);
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.about-section2-list .list-item:last-child{
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: none;
}
.about-section2-list .list-item .pic{
	width: 70px;
	height: 70px;
	flex-shrink: 0;
	margin-right: 20px;
	border-radius: 12px;
	background: #fff;
	padding: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.about-section2-list .list-item .pic img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.about-section2-list .list-item .text p{
	color: #fff;
	margin-bottom: 0px;
}
.about-section2-list .list-item .text .style1{
	font-family: 'Montserrat-Bold';
	font-size: 18px;
	margin-bottom: 10px;
}
.about-section3{
	width: 100%;
	height: auto;
	padding: 80px 0px 40px;
	background: rgba(105,54,216,.07);
}
.about-section3-list{
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.about-section3-list .list-item{
	width: 23%;
	margin-bottom: 40px;
}
.about-section3-list .list-item .pic{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px;
}
.about-section3-list .list-item .pic-box{
	width: 110px;
	height: 110px;
	border-radius: 50%;
	background: #fff;
	padding: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.about-section3-list .list-item .pic-box img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.about-section3-list .list-item .text p{
	margin-bottom: 0px;
	text-align: center;
}
.about-section3-list .list-item .text .style1{
	font-family: 'Montserrat-Bold';
	font-size: 18px;
	margin-bottom: 10px;
}
.contact-section1{
	width: 100%;
	height: auto;
	padding: 80px 0px 40px;
}
.contact-section1-title{
	font-family: 'Montserrat-Bold';
    font-size: 19px;
    margin-bottom: 15px;
    color: #6959A1;
}
.contact-section1-list{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contact-section1-list .list-item{
	width: 32%;
	background: rgba(105,54,216,.07);
	box-shadow: 3px 4px 7px rgba(168,168,168,.25);
	padding: 25px 20px 10px;
	margin-bottom: 40px;
}
.contact-section1-list .list-item .list-content{
	width: 100%;
	padding-left: 45px;
	position: relative;
	margin-bottom: 20px;
}
.contact-section1-list .list-item .list-content:before{
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0px;
	top: 14px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
.contact-section1-list .list-item .list-content:nth-child(1):before{
	background-image: url(../images/contact-address.svg);
}
.contact-section1-list .list-item .list-content:nth-child(2):before{
	background-image: url(../images/contact-email.svg);
}
.contact-section1-list .list-item .list-content:nth-child(3):before{
	background-image: url(../images/contact-phone.svg);
}
.contact-section1-list .list-item .list-content .style1{
	font-weight: bold;
	margin-bottom: 3px;
	font-size: 16px;
}
.contact-section1-list .list-item .list-content .style2{
	margin-bottom: 0px;
}
.contact-section1-list .list-item .list-content .style2 a{
	color: #6959A1;
}
.contact-section1-list .list-item .list-content .style2 a:hover{
	color: #56429A;
}
.contact-section2{
	width: 100%;
	height: auto;
	padding: 0px 0px 80px;
}
.contact-section2-info{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contact-section2-info .contact-form{
	width: 55%;
}
.contact-section2-info .contact-maps {
    width: 40%;
    position: relative;
}
.contact-section2-info .contact-maps iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}
.mainsection6{
	width: 100%;
	height: auto;
	padding: 80px 0px 0px;
}
.mainsection6-info{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.mainsection6-info .info-list{
	width: 280px;
}
.mainsection6-info .info-text{
	width: calc(70% - 380px);
}
.mainsection6-info .pic{
	width: 30%;
	position: relative;
}
.mainsection6-info .info-list{
	width: 280px;
}
.mainsection6-info .info-list .list-item{
	width: 100%;
	height: auto;
	min-height: 60px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 10px;
	background: rgba(105,54,216,.07);
	border-radius: 10px;
}
.mainsection6-info .info-list .list-item:last-child{
	margin-bottom: 0px;
}
.mainsection6-info .info-list .list-item p{
	font-size: 16px;
	line-height: 1.3;
	text-align: center;
	margin-bottom: 0px;
	font-family: 'Montserrat-Bold';
}
.mainsection6-info .info-text .style1{
	margin-bottom: 35px;
}
.mainsection6-info .info-text .text-item p{
	font-family: 'Montserrat-Bold';
	padding-left: 32px;
	position: relative;
	margin-bottom: 20px;
}
.mainsection6-info .info-text .text-item p:last-child{
	margin-bottom: 0px;
}
.mainsection6-info .info-text .text-item p:before{
	content: '';
	width: 24px;
	height: 24px;
	background: url(../images/arrow1.svg) no-repeat center center/contain;
	position: absolute;
	left: 0px;
	top: 1px;
}
.mainsection6-info .pic .pic-box{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.mainsection6-info .pic .pic-box img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all .5s;
}
.mainsection6-info .pic .pic-box:hover img{
	transform: scale(1.1); 
}
.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: #F9FAFB;
    padding: 0px 15px;
}
.leftnav .side-title {
    font-size: 22px;
    line-height: 1.3;
    display: block;
    color: #6959A1;
    margin-bottom: 0px;
    padding: 20px 0px 10px;
    font-family: 'Montserrat-Bold';
    border-bottom: 1px solid #ccc;
    position: relative;
    margin-bottom: 10px;
}
.leftnav .side-title a {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
}
.leftnav .side-title:before{
	content: '';
	width: 80px;
	height: 3px;
	background: #6959A1;
	position: absolute;
	left: 0px;
	bottom: -2px;
}
.leftnavli {
    width: 100%;
    height: auto;
    padding: 0px 0px 10px;
}
.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: #F9FAFB;
    padding: 0px 15px;
}
.side-inquiry .forms {
    width: 100%;
    height: auto;
    padding: 25px 0px 40px;
}
.side-inquiry .forms label{
	display: none;
}
.side-inquiry .forms .form-check label {
    display: block;
}
.side-inquiry .forms .form-check{
	margin-top: 0px;
}
.side-inquiry .forms .form-check .form-check-input {
    margin-top: 3px;
}
.side-inquiry .forms .form_control {
    background: #fff;
    border: none;
    border-radius: 0px;
    box-shadow: 0px 0px 5px rgba(0,0,0,.11);
}
.side-inquiry .forms .form_group {
    margin-bottom: 20px;
}
.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: 120px;
}
.side-inquiry .forms textarea.form_control {
    height: 120px;
}
.pagetitle {
    margin-bottom: 20px;
    padding-bottom: 6px;
    padding-top: 0px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 12px;
}
.pagetitle .pagetitle-info {
    padding-bottom: 15px;
    padding-top: 0px;
    margin-bottom: 0px;
    font-size: 28px;
    line-height: 1.2;
    margin-top: 0px;
    text-align: left;
    color: #000;
    position: relative;
    font-family: 'Montserrat-Bold';
    width: 100%;
}
.pagetitle .pagetitle-info:before {
    content: '';
    width: 100%;
    height: 1px;
    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: 'Montserrat-Bold';
}
.pagetitle .to_inquiry:hover {
    background: #000;
    color: #fff;
}
.notice {
    background: url(../images/notice.svg) no-repeat 15px 10px/20px #f1f1f1;
    color: #000 !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: 'Montserrat-Bold';
    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;
}
.services-container .sp-bg-title{
	padding: 6px 20px;
	display: inline-flex;
	min-height: 46px;
	align-items: center;
	justify-content: center;
	background: #E6E0EC;
	line-height: 1.3;
	font-weight: bold;
	border-radius: 5px;
	font-size: 16px;
	min-width: 300px;
	max-width: 100%;
	text-align: center;
}
.services-container .info-box1{
	width: 100%;
	height: auto;
	padding: 20px 20px 5px;
	border: 1px solid #6959A1;
	border-radius: 15px;
	margin-bottom: 20px;
}
.services-container .info-box1 .info-pic-left{
	margin-bottom: 15px;
}
.services-container .info-box1 .info-pic-right{
	margin-bottom: 15px;
}
.info-item1{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	margin-bottom: 25px;
}
.info-item1 .pic{
	width: 240px;
	position: relative;
}
.info-item1 .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.info-item1 .text{
	width: calc(100% - 240px);
	padding: 55px 30px 15px;
	position: relative;
	background: #E1DEEC;
	box-shadow: 0px 0px 8px rgba(79,129,189,.2);
}
.info-item1 .text:before{
	content: '';
	width: 50px;
	height: 4px;
	background: #6959A1;
	position: absolute;
	left: 30px;
	top: 30px;
}
.info-item1-box{
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
.info-item1-box .info-item1{
	width: 49%;
}
.info-item1-box .info-item1 .pic{
	width: 25%;
}
.info-item1-box .info-item1 .text{
	width: 75%;
	padding: 55px 15px 15px;
}
.info-item1-box .info-item1 .text:before{
	left: 15px;
}
.info-item2{
	width: 100%;
	height: auto;
}
.info-item2>.row{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0px -10px;
}
.info-item2>.row:before{
	content: none;
}
.info-item2>.row:after{
	content: none;
}
.info-item2>.row>div{
    padding: 0px 10px;
	margin-bottom: 25px;
}
.info-item2 .list-item{
	width: 100%;
	height: 100%;
	display: block;
    border-top: 8px solid #6959A1;
    background: #F4F3F9;
    padding: 20px 20px 5px;
}
.info-item2 .list-pic{
	width: 100%;
	height: 100%;
	display: block;
    position: relative;
}
.info-item2 .list-pic .pic{
	width: 100%;
	height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}
.info-item2 .list-pic .pic img{
	width: 100%;
	height: 100%;
    object-fit: cover;
}
.info-item2 .list-pic .text{
	width: 100%;
	height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 15px;
    position: absolute;
    left: 0px;
    top: 0px;
}
.info-item2 .list-pic .text p{
	width: 100%;
	text-align: center;
	color: #fff;
	padding-bottom: 10px;
	border-bottom: 2px solid #fff;
}
.info-item3{
	width: 100%;
	display: inline-block;
	height: 10px;
	background: #A5A5A5;
	--pw:calc(100% - 10px);
    clip-path: polygon(0% 0%,var(--pw) 0%,100% 50%,var(--pw) 100%,0% 100%);
}
.services-container .table-style1{
	border: none;
	border-bottom: 1px solid #6959A1;
}
.services-container .table-style1 tr td{
	border: none;
}
.services-container .table-style1 tr:first-child td{
	background: #6959A1;
	color: #fff;
	border: none;
	border-right: 1px solid #fff;
}
.info-title1{
	text-align: center;
	margin-bottom: 10px;
}
.info-title1 h1{
	font-size: 28px;
	color: #6959A1;
	margin-bottom: 5px;
}
.services-container .Disclaimer,.services-container .disclaimer{
	font-size: 15px;
	line-height: 24px;
	margin-top: -12px;
	margin-bottom: 5px;
}
.info-item4 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}
.info-item4 .list-item {
    width: 49%;
    margin-bottom: 25px;
    border: 2px dashed rgb(135 135 135);
    padding: 20px 20px 5px;
}
.info-item4 .list-item .info-pic-left{
    margin-bottom: 15px;
}
.info-item4 .list-item .info-pic-left .pic{
    margin-right: 15px;
}
.info-item5{
	width: 900px;
    height: auto;
    margin: 0px auto 25px;
    max-width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.info-item5 .text{
	width: 31%;
}
.info-item5 .pic{
	width: 36%;
}
.info-item5 .pic img{
	width: 100%;
	height: auto;
}
.info-item5 .text .list-item{
	width: 100%;
	margin-bottom: 20px;
}
.info-item5 .text .list-item p:first-child{
	border-bottom: 2px dashed #ccc;
	padding-bottom: 8px;
}
.info-item5 .text .list-item p{
	font-size: 15px;
	line-height: 22px;
	padding-bottom: 0px;
	margin-bottom: 8px;
}
.info-item5 .text .list-item a{
	font-size: inherit;
	line-height: inherit;
}
.info-item5 .text .list-item ul li{
	font-size: 15px;
	line-height: 22px;
}
.info-item5 .text-left .list-item:nth-child(1){
	padding-top: 28%;
	min-height: 260px;
}
.info-item5 .text-right .list-item:nth-child(1){
	padding-top: 4%;
	min-height: 190px;
}
.info-item6>div{
	position: relative;
}
.info-item6>div:after{
	content: '';
	width: 80px;
	height: 20px;
	background: url(../images/arrow3.png) no-repeat center center/contain;
	position: absolute;
	right: -40px;
	top: 40px;
}
.info-item6>div:last-child:after{
	content: none;
}
.info-item7{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	margin-bottom: 25px;
}
.info-item7 .list-item{
	width: 20%;
	background: rgb(233,231,241);
	padding: 10px 10px 10px 20px;
	min-height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	--pw:calc(100% - 25px);
    clip-path: polygon(0% 0%,var(--pw) 0%,100% 50%,var(--pw) 100%,0% 100%,25px 50%);
}
.info-item7 .list-item p{
	font-size: 15px;
	line-height: 1.3;
	padding: 0px;
	text-align: center;
	font-weight: bold;
}
.info-item7 .list-item:nth-child(2){
	background: rgb(219,238,244);
}
.info-item7 .list-item:nth-child(3){
	background: rgb(253,234,218);
}
.info-item7 .list-item:nth-child(4){
	background: rgb(220,230,242);
}
.info-item7 .list-item:nth-child(5){
	background: rgb(179,162,199);
}
.info-item8{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	margin-bottom: 25px;
}
.info-item8 .text{
	width: calc(100% - 220px);
	padding: 20px 15px 5px;
	border: 2px dashed #6959A1;
	border-radius: 15px;
}
.info-item8 .pic{
	width: 200px;
	position: relative;
}
.info-item8 .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.info-item9{
	width: 100%;
	height: auto;
}
.info-item9>.row{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0px -10px;
}
.info-item9>.row:before{
	content: none;
}
.info-item9>.row:after{
	content: none;
}
.info-item9>.row>div{
    padding: 0px 10px;
	margin-bottom: 25px;
}
.info-item9 .list-item{
	width: 100%;
	height: 100%;
	display: block;
    border: 2px dashed #999;
    padding: 20px 20px 5px;
    border-radius: 15px;
}
.resources-filter-type{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: rgba(0,0,0,.3);
	z-index: 4;
}
.resources-filter-type .filter-type-list{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.resources-filter-type .filter-type-list span{
	flex-grow: 1;
	padding: 8px 10px;
	min-height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	line-height: 1.3;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}
.resources-filter-type .filter-type-list span:hover{
	background: rgba(105,89,161,.5);
}
.resources-filter-type .filter-type-list span.shows{
	background: rgba(105,89,161,.9);
}
.resources-title{
	width: 100%;
	height: auto;
	margin-bottom: 50px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	column-gap: 40px;
}
.resources-title .pagetitle{
	margin-top: 0px;
	margin-bottom: 0px;
}
.resources-title .pagetitle .pagetitle-info:before{
	content: none;
}
.resources-title .pagetitle .pagetitle-info{
	padding-bottom: 0px;
	margin-top: 8px;
}
.resources-side-search{
	width: 400px;
	max-width: 100%;
    height: auto;
    position: relative;
    flex-shrink: 0;
}
.resources-side-search .resources-side-search-btn{
	width: 20px;
	height: 20px;
	position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #6959A1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.resources-side-search .resources-side-search-btn:hover{
    color: #8860e1;
}
.resources-side-search .resources-side-search-btn:before{
	content: "\e99a";
	font-family: 'icomoon' !important;
}
.resources-side-search .resources-side-search-text{
	width: 100%;
    height: 46px;
    border: 1px solid #e1e1e1;
    border-radius: 100px;
    box-shadow: none;
    outline: none;
    background: none;
    padding: 0px 76px 0px 15px;
}
.resources-side-search .resources-side-search-close{
	width: 16px;
	height: 16px;
	position: absolute;
    right: 55px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #6959A1;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
}
.resources-side-search .resources-side-search-close.shows{
	display: flex;
}
.resources-side-search .resources-side-search-close:hover{
	color: #8860e1;
}
.resources-side-search .resources-side-search-close:after{
	content: '\2716';
}
.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;
	position: relative;
	border-radius: 12px;
	border: 1px solid #E1DEEC;
	box-shadow: 0px 0px 8px rgba(0,0,0,.1);
	padding: 10px;
	display: none;
}
.resources-item .list-item.shows{
	display: block;
}
.resources-item .list-item.shows-hide{
	display: none;
}
.resources-item .list-item .pic{
	width: 100%;
	height: auto;
	position: relative;
	z-index: 3;
	background: #fff;
	border-radius: 10px 10px 0px 0px;
}
.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: center top;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.resources-item .list-item .pic img.contain{
	object-fit: contain;
}
.resources-item .list-item:hover .pic img{
	transform: scale(1.1); 
}
.resources-item .list-item .pic span{
    padding: 6px 5px;
    background: rgba(225,222,236,.9);
    color: #6959a1;
    font-size: 14px;
    line-height: 1.3;
    display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-width: 90px;
    border-radius: 0px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.resources-item .list-item .text{
	width: 100%;
	height: auto;
	padding: 25px 0px 10px;
	position: relative;
    z-index: 3;
    background: #fff;
    border-radius: 0px 0px 10px 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;
}




@media screen and (min-width:2000px){

.maincon{
	padding: 0px 240px;
}	
}


@media screen and (max-width:1580px){


.info-item6>div:after{
	width: 60px;
	right: -30px;
}
.pagebanner .pagebanner-title {
    font-size: 40px;
}
.navs>ul>li{
	margin-left: 35px;
}
.titles {
    font-size: 30px;
}	
.maincon {
    padding: 0px 9%;
}

}


@media screen and (max-width:1400px){




.info-item1 .pic{
	width: 200px;
}
.info-item1 .text{
	width: calc(100% - 200px);
}
.leftnav {
    width: 300px;
}
.rightcon {
    width: calc(100% - 330px);
}
.mainsection6-info .info-list .list-item{
	min-height: 80px;
}
.pagebanner .pagebanner-title {
    font-size: 35px;
}
.navs>ul>li{
	margin-left: 20px;
}
.titles {
    font-size: 28px;
}
.maincon {
    padding: 0px 5%;
}	

}

@media screen and (max-width:1200px){




.resources-side-search{
	width: 350px;
}
.pagetitle .pagetitle-info{
	font-size: 22px;
}
.service-content {
    flex-wrap: wrap;
}
.rightcon {
    width: 100%;
    margin-bottom: 30px;
}
.leftnav {
    width: 100%;
}
.mainsection6-info .info-list{
	width: 100%;
	margin-bottom: 30px;
}
.mainsection6-info .info-text{
	width: 48%;
}
.mainsection6-info .pic{
	width: 48%;
}
.mainsection6-info{
	flex-wrap: wrap;
	justify-content: space-between;
}
.contact-section2-info .contact-form{
	width: 49%;
}
.contact-section2-info .contact-maps {
    width: 49%;
}
.contact-section1-list .list-item{
	width: 100%;
}
.about-section1-info .pic{
	width: 50%;
}
.about-section1-info .pic .pic-text p{
	font-size: 13px;
}
.pagebanner .pagebanner-title {
    font-size: 30px;
}
.mainsection5-info .mainsection5-maps {
    width: 48%;
}
.mainsection5-info .mainsection5-forms {
    width: 48%;
}
.mainsection5-forms .forms .row .col-lg-6 {
    width: 100%;
}
.mainsection3-list .list-item{
	width: 24%;
}
.mainsection1-info .text .text-list p{
	width: 100%;
}
.titles {
    font-size: 25px;
}
.footer .foottitle {
    display: inline-block;
}
.foot-contact {
    width: 100%;
}
.foot-logo p{
	max-width: 100%;
}
.foot-nav {
    width: 100%;
    margin-bottom: 25px;
}
.foot-logo img {
    height: 50px;
}
.foot-logo {
    width: 100%;
    margin-bottom: 25px;
}
.foot-info {
    flex-wrap: wrap;
}
.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%;
}
.resources-item .list-item{
	width: 49%;
}
.resources-title .pagetitle{
	width: 100%;
	margin-bottom: 15px;
}
.resources-title{
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.info-item7{
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.info-item7 .list-item{
	width: 50%;
	margin-bottom: 15px;
}
.info-item6>div:after{
	content: none;
}
.info-item4 .list-item .info-pic-left .pic{
    margin-right: 0px;
}
.info-item2>.row>div{
    width: 50%;
}
.contact-section2-info{
	flex-wrap: wrap;
}
.contact-section2-info .contact-form{
	width: 100%;
	margin-bottom: 40px;
}
.contact-section2-info .contact-maps {
    width: 100%;
    height: 400px;
}
.about-section3-list{
	flex-wrap: wrap;
}
.about-section3-list .list-item{
	width: 49%;
}
.about-section1-info{
	flex-wrap: wrap;
	justify-content: center;
}
.about-section1-info .pic{
	max-width: 100%;
	width: 400px;
	margin-bottom: 40px;
    padding-right: 60px;
}
.about-section1-info .pic:before{
	right: 30px
}
.about-section1-info .pic-box2{
	border: 6px solid #fff;
}
.about-section1-info .pic-box1{
	position: relative;
	padding-bottom: 100%;
	width: 100%;
}
.about-section1-info .text{
	width: 100%;
}
.pagebanner .pagebanner-title {
    font-size: 24px;
}
.mainsection5 .maintitle {
    margin-bottom: 30px;
}
.mainsection5-info{
	flex-wrap: wrap;
}
.mainsection5-info .mainsection5-maps {
    width: 100%;
    height: 400px;
}
.mainsection5-info .mainsection5-forms {
    width: 100%;
    margin-bottom: 40px;
}
.mainsection4-info{
	flex-wrap: wrap;
	justify-content: center;
}
.mainsection4-info .text{
	width: 100%;
	margin-top: 40px;
}
.mainsection4-info .pic{
	width: 400px;
	max-width: 100%;
	height: 340px;
}
.mainsection3-list{
	flex-wrap: wrap;
}
.mainsection3-list .list-item{
	width: 48%;
}
.mainsection1-info .pic .pic-text{
	padding: 11px 20px;
}
.mainsection1-info .pic .pic-text .style1{
	font-size: 25px;
}
.maintitle .style1{
	font-size: 16px;
	padding-left: 65px;
}
.maintitle .style1:before{
	width: 50px;
	height: 6px;
}
.mainsection1-info{
	flex-wrap: wrap;
	justify-content: center;
}
.mainsection1-info .text{
	width: 100%;
	margin-bottom: 40px;
}
.mainsection1-info .pic{
	width: 400px;
	max-width: 100%;
}
.go_top:before{
	font-size: 16px;
}
.go_top{
	width: 30px;
	height: 30px;
}
.titles {
    font-size: 22px;
}
.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){



.info-item9>.row>div{
    width: 100%;
}
.info-item8{
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 0px;
}
.info-item8 .text{
	width: 100%;
	margin: 20px 0px;
}
.info-item8 .pic{
	width: 170px;
	height: auto;
	margin: 20px 0px;
}
.info-item8 .pic img{
	position: static;
}
.info-item1-box .info-item1 .pic{
	width: 100%;
}
.info-item1-box .info-item1 .text{
	width: 100%;
}
.info-item1-box .info-item1{
	width: 100%;
}
.info-item5 .text .list-item p {
    font-size: 16px;
    line-height: 28px;
}
.info-item5 .text .list-item ul li {
    font-size: 16px;
    line-height: 28px;
}
.info-item5{
	flex-wrap: wrap;
	margin-bottom: 0px;
}
.info-item5 .text{
	width: 100%;
}
.info-item5 .pic{
	display: none;
}
.info-item5 .text .list-item{
	padding: 0px !important;
	min-height: auto !important;
}
.info-item4 .list-item {
    width: 100%;
}
.info-item1{
	flex-wrap: wrap;
}
.info-item1 .pic{
	width: 100%;
	height: 250px;
}
.info-item1 .text{
	width: 100%;
	padding: 55px 15px 15px;
}
.info-item1 .text:before{
	left: 15px;
}
.mainsection6-info .info-text{
	width: 100%;
	margin-bottom: 30px;
}
.mainsection6-info .pic{
	width: 100%;
	height: 300px;
}
.mainsection2{
	padding: 40px 0px;
}
.mainsection2-btn{
	padding-top: 0px;
}
.top-phone{
	display: none;
}	
.maincon {
    padding: 0px 15px;
}
}

@media screen and (max-width:600px){




.resources-item .list-item{
	width: 100%;
}
.resources-filter-type .filter-type-list{
	flex-wrap: wrap;
}
.resources-filter-type .filter-type-list span{
	flex-grow: 0;
	width: 50%;
	min-height: 44px;
}
.services-container .sp-bg-title{
	display: flex;
	min-width: auto;
	max-width: 100%;
	margin-top: 15px;
}
.info-item7 .list-item{
	width: 100%;
	min-height: 60px;
}
.info-item2 .list-pic{
	height: 230px;
}
.info-item2>.row>div{
    width: 100%;
}
.contact-section1-list .list-item{
	padding: 20px 10px;
}
.about-section3-list .list-item{
	width: 100%;
}
.about-section2-list .list-item .pic {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    padding: 8px;
}
.mainsection3-list .list-item{
	width: 100%;
}
.nav-right{
	column-gap: 15px;
}
.logos img{
	height: 40px;
}

}