
*{
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
body {
    line-height: 1.42857143;
    background-color: #fff
}

input,button,select,textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
img {
    vertical-align: middle
}
button,html input[type="button"],input[type="reset"],input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled],html input[disabled] {
    cursor: default
}


.maincon,.container  {
    width: 100%;
    margin: auto;
    height: auto;
    padding: 0px 12%;
    max-width: 1920px;
}

p {
    color: var(--text-color);
    font-size: 16px;
    margin-bottom: 15px;
}

p a {
    font-size: inherit;
    font-family: inherit;
    color: var(--purple-color);
}

.push {
    margin-top: 70px;
}

.toper {
    width: 100%;
    height: auto;
    padding: 15px 0;
    /* 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: 70px;
    width: auto;
    display: block;
    margin: auto;
    display: none;
}

.logos .logo1 {
    display: none;
}

.logos .logo2 {
    display: block;
}

.sp_nav {
    width: 25px;
    position: relative;
    cursor: pointer;
    height: 22px;
    margin-top: 9px;
    display: none;
}

.sp_nav span {
    display: block;
    background: #000;
    width: 25px;
    height: 2px;
    position: absolute;
    left: 0px;
    transition: all ease 0.35s
}

.sp_nav span:nth-of-type(1) {
    top: 0px
}

.sp_nav span:nth-of-type(2) {
    top: 10px
}

.sp_nav span:nth-of-type(3) {
    top: 20px
}

.sp_nav_se span:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
    width: 0
}

.sp_nav_se span:nth-of-type(3) {
    top: 10px;
    transform: rotate(-45deg)
}

.nav-box {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.navs {
    width: auto;
    height: 100%;
    position: relative;
    margin-top: 0;
}

.navs a {
    font-size: 18px;
    color: var(--text-color);
}

.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;
}

.navs>ul>li:after {
    /*content: '';*/
    position: absolute;
    width: 0%;
    height: 2px;
    background: #fff;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;
}

.navs>ul>li>span {
    color: #fff;
    font-size: 14px;
    transition: all 0s;
}

.navs>ul>li>span::before {
    content: '\f107';
    font-family: 'FontAwesome';
    font-weight: 900;
    font-size: 14px;
    margin-left: 8px;
}

.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 #d2d7da;
    margin-bottom: 0px;
    position: relative;
    line-height: 25px;
    float: left;
}
.navs>ul>li>ul>li>a{
	padding-left: 12px;
	position: relative;
}
.navs>ul>li>ul>li>a:before {
    content: "";
    background-color: var(--active-color);
    padding: 10px 2px;
    margin-right: 10px;
    position: absolute;
    left: 0px;
    top: 0px
}

.navs ul li ul li span::before {
    content: ">";
    color: #062134;
    font-weight: bold;
    position: absolute;
    top: 50%;
    right: 15px;
    position: absolute;
    transform: translateY(-50%);
}

.navs ul li ul li a {
    font-size: 15px;
    line-height: 20px;
    color: var(--text-color);
    display: inline-block;
    max-width: 90%;
    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 {
    position: absolute;
    left: 0px;
    top: 90%;
    background: #fff;
    width: 300px;
    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: '\f002';
    font-family: 'FontAwesome';
    font-size: 20px;
    line-height: 22px;
    /*margin-bottom: 4px;*/
}

.searchicon:hover {
    color: #5E5BBC;
}

.searchicon.shows:before {
    content: '\2716';
}

.search-info {
    position: absolute;
    top: calc(100% + 20px);
    right: 0px;
    width: 450px;
    height: auto;
    padding: 12px 20px;
    background: #fff;
    border-top: 3px solid #5E5BBC;
    display: none;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .3);
    z-index: 33;
}

.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: var(--text-color);
    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: #5E5BBC;
    border: none;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-info button:after {
    content: '\f002';
    font-family: 'FontAwesome';
    font-size: 20px;
}

.search-info button:hover {
    color: #c5b4ff;
}

.search-info .popover-content {
    padding: 5px 12px
}

.search-info .popover {
    top: 60px;
    left: 30px;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px
}

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25)
}

.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px
}

.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25)
}

.popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.toper.fixed {
    box-shadow: 1px 2px 10px rgba(0, 0, 0, .15);
    background: #fff;
    position: fixed;
}

.toper .navs>ul>li>a {
    color: var(--primary-color);;
    font-weight: 500;
}

.toper .navs>ul>li>span {
    color: var(--primary-color);
}

.toper .searchicon {
    color: var(--primary-color);
}

.toper .navs>ul>li:hover>a {
    color: #5E5BBC;
}

.toper .navs>ul>li:hover>span {
    color: #5E5BBC;
}

.toper .searchicon:hover {
    color: #5E5BBC;
}

.toper.fixed .logos .logo1 {
    display: none;
}

.toper.fixed .logos .logo2 {
    display: block;
}

.toper.fixed .sp_nav span {
    background: #000;
}

.toper.fixed .carticon {
    color: var(--text-color);
}

.toper.fixed .carticon:hover {
    color: #5E5BBC;
}

.toper.fixed .carticon .number {
    color: #5E5BBC;
}

.toper.fixed2 {
    box-shadow: 1px 2px 10px rgba(0, 0, 0, .15);
    background: #fff;
}

.toper.fixed2 .navs>ul>li>a {
    color: var(--text-color);
}

.toper.fixed2 .navs>ul>li>span {
    color: var(--text-color);
}

.toper.fixed2 .searchicon {
    color: var(--text-color);
}

.toper.fixed2 .navs>ul>li:hover>a {
    color: #5E5BBC;
}

.toper.fixed2 .navs>ul>li:hover>span {
    color: #5E5BBC;
}

.toper.fixed2 .searchicon:hover {
    color: #5E5BBC;
}

.toper.fixed2 .logos .logo1 {
    display: none;
}

.toper.fixed2 .logos .logo2 {
    display: block;
}

.toper.fixed2 .sp_nav span {
    background: #000;
}

.toper.fixed2 .carticon {
    color: var(--text-color);
}

.toper.fixed2 .carticon:hover {
    color: #5E5BBC;
}

.toper.fixed2 .carticon .number {
    color: #5E5BBC;
}

.footer {
    width: 100%;
    height: auto;
    background: #5E5BBC;
}

.footer p {
    color: #fff;
    margin-bottom: 15px;
    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: 25px;
    padding-bottom: 10px;
    display: block;
    border-bottom: 1px solid #C5C1EA;
}

.foot-info {
    width: 100%;
    height: auto;
    padding: 50px 0px 35px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    column-gap: 20px;
}

.foot-logo {
    width: auto;
    min-width: 350px;
}

.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-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%;
    min-width: 300px;
}

.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;
    background: #595999;
}

.copyright p {
    text-align: center;
    margin-bottom: 0px;
    color: #fff;
    font-size: 15px;
}

.go_top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border-radius: 4px;
    background-color: #c5b4ff;
    position: fixed;
    right: 5px;
    bottom: 120px;
}

.go_top:before {
    content: "\f106";
    font-family: 'FontAwesome';
    margin: 0 auto;
    font-size: 20px;
    padding: 20px 10px;
}

.go_top:hover {
    background-color: #595999;
}

.maintitle {
    margin-bottom: 35px;
    text-align: center;
}

.maintitle .titles {
    color: #3F3F3F;
}

.maintitle .titles span {
    color: #5E5BBC;
}

.maintitle p {
    max-width: 1000px;
    text-align: center;
    margin: 10px auto 0px;
}

.titles {
    font-size: 35px;
    line-height: 1.2;
    font-family: var(--default-font);
}

.maintitle.left {
    text-align: left;
}

.maintitle.icon1 {
    margin-bottom: 25px;
}

.maintitle.icon1 .titles {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.maintitle.icon1 .titles:before {
    content: '';
    width: 50px;
    height: 50px;
    background: url(../images/title-icon1.png) no-repeat center center/contain;
    flex-shrink: 0;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 10px;
}

.mainsection1 {
    width: 100%;
    height: auto;
    padding: 100px 0px;
}

.mainsection1-info {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mainsection1-info .pic {
    width: 46%;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.mainsection1-info .text {
    width: 46%;
}

.mainsection1-info .pic1 {
    width: 100%;
    padding-bottom: 460px;
    overflow: hidden;
    position: relative;
}

.mainsection1-info .pic1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all .5s;
}

.mainsection1-info .text p:last-child {
    margin-bottom: 0px;
}

.mainsection1-info .pic-list {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    padding: 40px 15px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    left: 0px;
    top: 0px;
}

.mainsection1-info .pic-list .list-title {
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
}

.mainsection1-info .pic-list .list-title .titles {
    color: #fff;
}

.mainsection1-info .pic-list .lists {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.mainsection1-info .pic-list .lists .list-item {
    width: 48%;
    margin: 30px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.mainsection1-info .pic-list .lists .list-item img {
    width: auto;
    height: 55px;
    margin-bottom: 10px;
}

.mainsection1-info .pic-list .lists .list-item p {
    color: #fff;
    text-align: center;
    font-family: var(--default-font);
    margin-bottom: 0px;
}

.mainsection1-info .pic-list .lists .list-item:last-child {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 0px;
    margin-bottom: 0px;
}

.mainsection2 {
    width: 100%;
    height: auto;
    padding: 0px 0px 60px;
}

.mainsection2-list {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 2.66%;
}

.mainsection2-list .list-item {
    width: 23%;
    margin-bottom: 40px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, .3);
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    transition: all .3s;
}

.mainsection2-list .list-item:hover {
    transform: translateY(-6px);
}

.mainsection2-list .list-item img {
    width: auto;
    height: 90px;
    margin-bottom: 20px;
    transition: all .4s;
}

.mainsection2-list .list-item:hover img {
    transform: rotate(90deg);
}

.mainsection2-list .list-item h3 {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
    color: var(--text-color);
    font-size: 18px;
}

.mainsection2-list .list-item:hover h3 {
    color: #5E5BBC;
}

.mainsection2-list .list-item p {
    text-align: center;
    width: 100%;
    margin-bottom: 0px;
}

.mainsection2-list .list-item2 {
    width: 23%;
    margin-bottom: 40px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.mainsection2-list .list-item2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all .5s;
}

.mainsection2-list .list-item2 .titles {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, .5);
}

.mainsection3 {
    width: 100%;
    height: auto;
    padding-bottom: 100px;
}

.mainsection3-info {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.mainsection3-info .pic {
    width: 35%;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.mainsection3-info .text {
    width: 60%;
}

.mainsection3-info .pic1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.mainsection3-info .pic1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all .5s;
}

.mainsection3-info .pic .pic-list {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    padding: 30px 15px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    left: 0px;
    top: 0px;
}

.mainsection3-info .pic .pic-list .list-title {
    text-align: center;
    margin-bottom: 0px;
    width: 100%;
}

.mainsection3-info .pic .pic-list .list-title .titles {
    color: #fff;
}

.mainsection3-info .pic .pic-list .lists {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.mainsection3-info .pic .pic-list .lists .list-item {
    width: 48%;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.mainsection3-info .pic .pic-list .lists .list-item span {
    font-size: 17px;
    text-align: center;
    font-family: var(--default-font);
    color: #E1DEF9;
}

.mainsection3-info .pic .pic-list .lists .list-item p {
    color: #fff;
    text-align: center;
    font-family: var(--default-font);
    margin-bottom: 0px;
    font-size: 19px;
}

.mainsection3-info .text .list-item {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, .2);
    border-radius: 10px;
    border-right: 8px solid #4E8580;
}

.mainsection3-info .text .list-item:hover {
    border-right: 8px solid #5E5BBC;
}

.mainsection3-info .text .list-item:last-child {
    margin-bottom: 0px;
}

.mainsection3-info .text .list-item .list-pic {
    width: 100px;
    overflow: hidden;
    border-radius: 50%;
}

.mainsection3-info .text .list-item .list-pic img {
    width: 100%;
    height: auto;
    transition: all .5s;
}

.mainsection3-info .text .list-item:hover .list-pic img {
    transform: rotate(20deg) scale(1.1);
}

.mainsection3-info .text .list-item .list-text {
    width: calc(100% - 140px);
}

.mainsection3-info .text .list-item .list-text h3 {
    font-size: 18px;
    color: var(--text-color);
    margin-bottom: 10px;
}

.mainsection3-info .text .list-item:hover .list-text h3 {
    color: #5E5BBC;
}

.mainsection3-info .text .list-item .list-text p {
    margin-bottom: 15px;
}

.mainsection4 {
    width: 100%;
    height: auto;
    padding: 100px 0px;
}

.mainsection4-info {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mainsection4-info .pic {
    width: 660px;
    height: auto;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.mainsection4-info .text {
    width: calc(100% - 740px);
}

.mainsection4-info .text p:last-child {
    margin-bottom: 0px;
}

.mainsection4-info .pic1 {
    width: 100%;
    padding-bottom: 460px;
    overflow: hidden;
    position: relative;
}

.mainsection4-info .pic-list {
    width: 55%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    margin-top: 15px;
    margin-left: -20px;
}

.mainsection4-info .pic-list .pic-icon {
    width: 100%;
    height: auto;
}

.mainsection4-info .pic-list .pic-logo {
    width: 50%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-left: -10px;
}

.mainsection4-info .pic-list .list-box p {
    font-size: 16px;
    margin-bottom: 0px;
    color: var(--text-color);
    width: 100px;
    position: absolute;
    font-family: var(--default-font);
    line-height: 1.4;
}

.mainsection4-info .pic-list .list-box p:nth-child(1) {
    top: -30px;
    left: 35px;
    width: 100%;
    text-align: center;
}

.mainsection4-info .pic-list .list-box p:nth-child(2) {
    top: 22%;
    left: -100px;
    text-align: right;
}

.mainsection4-info .pic-list .list-box p:nth-child(3) {
    top: 22%;
    right: -110px;
}

.mainsection4-info .pic-list .list-box p:nth-child(4) {
    top: 67%;
    left: -100px;
    text-align: right;
}

.mainsection4-info .pic-list .list-box p:nth-child(5) {
    top: 70%;
    right: -100px;
}

.mainsection4-info .text .style1 {
    padding-left: 20px;
    border-left: 3px solid #5E5BBC;
    margin-top: 35px;
}

.mainsection4-info .text .text-btn {
    margin-top: 40px;
}

.more-btn{
    display: inline-block;
    font-size: 16px;
    line-height: 1em;
    color: var(--active-color);
    text-transform: capitalize;
    padding: 20px 50px 20px 30px;
    border: 1px solid var(--active-color);
    transition: 0.5s ease-in-out;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.more-btn::before{
    content: '\f062';
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    font-family: 'FontAwesome';
    font-size: 16px;
    transition: 0.3s ease-in-out;
    background: var(--active-color);
    background: transparent;
    color: var(--active-color);
    transform: translate(-30px, -50%) rotate(45deg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.more-btn::after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    height: 106%;
    background: var(--accent-color);
    transition: 0.4s ease-in-out;
    z-index: -1;
}

.more-btn:hover{
    color: var(--white-color);
    border: 1px solid var(--accent-color);
}

.more-btn:hover:before{
    color: var(--white-color);
    transform: translate(-30px, -50%) rotate(90deg);
}

.more-btn:hover::after{
    width: 106%;
}

.submit-btn{
    display: inline-block;
    font-size: 16px;
    line-height: 1em;
    color: var(--accent-color);
    background: var(--divider-color);
    text-transform: capitalize;
    padding: 20px 50px 20px 30px;
    border: none;
    transition: 0.5s ease-in-out;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.submit-btn::before{
    content: '\f062';
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    font-family: 'FontAwesome';
    font-size: 16px;
    transition: 0.3s ease-in-out;
    color: var(--accent-color);
    transform: translate(-30px, -50%) rotate(45deg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.submit-btn::after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    height: 106%;
    background: var(--accent-color);
    transition: 0.4s ease-in-out;
    z-index: -1;
}

.submit-btn:hover{
    color: var(--white-color);
}

.submit-btn:hover:before{
    color: var(--white-color);
    transform: translate(-30px, -50%) rotate(90deg);
}

.submit-btn:hover::after{
    width: 106%;
}


.mainsection5 {
    width: 100%;
    height: auto;
    padding: 110px 0px;
}

.mainsection5-info {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mainsection5-info .pic {
    width: 47%;
    position: relative;
}

.mainsection5-info .pic img {
    width: 100%;
    height: auto;
}

.mainsection5-info .text {
    width: 47%;
}

.mainsection5-info .text .text-list {
    width: 100%;
    margin-top: 25px;
}

.mainsection5-info .text .text-list p {
    padding-left: 32px;
    position: relative;
    margin-bottom: 10px;
}

.mainsection5-info .text .text-list p:before {
    content: '\2714';
    width: 22px;
    height: 22px;
    background: #5E5BBC;
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
    position: absolute;
    left: 0px;
    top: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mainsection5-info .text .text-btn {
    margin-top: 40px;
    text-align: left;
}

.mainsection6 {
    width: 100%;
    height: auto;
    padding: 110px 0px 70px;
    background: #f5f4f8;
}

.mainsection6-list {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mainsection6-list .list-pic {
    width: calc(33.33% - 26.66px);
    position: relative;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
    margin-bottom: 40px;
}

.mainsection6-list .list-pic .pic {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.mainsection6-list .list-pic .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all .5s;
}

.mainsection6-list .list-pic .text {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.mainsection6-list .list-pic .text h2 {
    width: 100%;
    text-align: center;
    font-size: 25px;
    padding-bottom: 10px;
    border-bottom: 2px solid #fff;
    color: #fff;
}

.mainsection6-list .list-item {
    width: calc(33.33% - 26.66px);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
    margin-bottom: 40px;
    background: linear-gradient(to bottom, #fff, #EDEDED);
    padding: 25px 25px 10px;
    position: relative;
    transition: all .3s;
}

.mainsection6-list .list-item:hover {
    transform: translateY(-6px);
}

.mainsection6-list .list-item .list-title {
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #5E5BBC;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.mainsection6-list .list-item .list-title .pic {
    width: 55px;
    height: 55px;
    background: #5E5BBC;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 10px;
    transition: all .3s;
}

.mainsection6-list .list-item:hover .list-title .pic {
    transform: rotate(15deg);
}

.mainsection6-list .list-item .list-title .pic img {
    width: 65%;
    height: 65%;
    object-fit: contain;
}

.mainsection6-list .list-item .list-title h3 {
    line-height: 1.3;
    font-size: 17px;
    color: var(--text-color);
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
}

.mainsection6-list .list-item:hover .list-title h3 {
    color: #5E5BBC;
}

.mainsection6-list .list-item p {
    color: var(--text-color);
}

.mainsection6-list .list-item span {
    position: absolute;
    left: 25px;
    bottom: 20px;
    color: #5E5BBC;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.mainsection6-list .list-item span:after {
    content: '\279E';
    font-size: 25px;
    line-height: 12px;
    margin-left: 8px;
}

.mainsection6-list .list-item span:hover {
    color: #c5b4ff;
}

.mainsection7 {
    width: 100%;
    height: auto;
    padding: 0px 0px 110px;
}

.mainsection7-info {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.mainsection7-info .mainsection7-list {
    width: 65%;
}

.mainsection7-info .pic {
    width: 30%;
    position: relative;
}

.mainsection7-info .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all .5s;
}

.mainsection7-info .pic:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, .25);
    z-index: 2;
}

.mainsection7-info .pic-text {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 3;
}

.mainsection7-info .pic-text h2 {
    width: 100%;
    text-align: center;
    font-size: 30px;
    line-height: 1.3;
    padding-bottom: 10px;
    border-bottom: 2px solid #fff;
    color: #fff;
}

.mainsection7-info .mainsection7-list .list-item {
    width: 100%;
    margin-bottom: 25px;
    background: #fff;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, .2);
    border-radius: 8px;
    border-right: 2px solid #5E5BBC;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 30px;
}

.mainsection7-info .mainsection7-list .list-item:last-child {
    margin-bottom: 0px;
}

.mainsection7-info .mainsection7-list .list-item .list-pic {
    width: 80px;
    height: 80px;
    background: #5E5BBC;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}

.mainsection7-info .mainsection7-list .list-item:hover .list-pic {
    transform: rotate(15deg);
}

.mainsection7-info .mainsection7-list .list-item:hover {
    background: #f8f2ff;
}

.mainsection7-info .mainsection7-list .list-item .list-pic img {
    width: 55%;
    height: 55%;
    object-fit: contain;
}

.mainsection7-info .mainsection7-list .list-item .text {
    width: calc(100% - 110px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: 120px;
}

.mainsection7-info .mainsection7-list .list-item .text h3 {
    line-height: 1.3;
    font-size: 17px;
    color: var(--text-color);
    margin-bottom: 12px;
}

.mainsection7-info .mainsection7-list .list-item:hover .text h3 {
    color: #5E5BBC;
}

.mainsection7-info .mainsection7-list .list-item .text p {
    margin-bottom: 0px;
}

.mainsection8 {
    width: 100%;
    height: auto;
    padding: 110px 0px 70px;
    background: #f5f4f8;
}

.mainsection8-list {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 15px;
}

.mainsection8-list .list-item {
    width: 24%;
    margin-bottom: 30px;
    border: 2px solid #BAB3D3;
    padding: 5px 5px;
    margin-bottom: 40px;
    transition: all .3s;
}

.mainsection8-list .list-item:hover {
    border: 2px solid #5E5BBC;
    transform: translateY(-5px);
}

.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: 15px 10px 10px;
}

.mainsection8-list .list-item .text h3 {
    font-size: 16px;
    color: var(--text-color);
    text-align: center;
}

.mainsection8-list .list-item:hover .text h3 {
    color: #5E5BBC;
}

.mainsection9 {
    width: 100%;
    height: auto;
    padding: 110px 0px;
}

.mainsection9-info {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.mainsection9 .maintitle {
    margin-bottom: 50px;
}

.mainsection9 .maintitle p {
    max-width: 100%;
    margin: 20px auto 0px;
}

.mainsection9-info .mainsection9-forms {
    width: 55%;
}

.mainsection9-info .mainsection9-maps {
    width: 40%;
    position: relative;
}

.mainsection9-info .mainsection9-maps iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 15px;
}

.mainsection9-info .mainsection9-forms .forms .form_button {
    text-align: left;
}

.mainsection10 {
    width: 100%;
    height: auto;
    padding: 110px 0px 70px;
    background-image: url(../images/index-pic31.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.mainsection10 .maintitle .titles {
    color: #fff;
}

.mainsection10 .maintitle p {
    color: #fff;
}

.mainsection10-list {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding-top: 10px;
}

.mainsection10-list .list-item {
    width: 23%;
    margin-bottom: 40px;
    margin-top: 40px;
    background: #fff;
    position: relative;
    padding-top: 60px;
    padding-bottom: 90px;
    transition: all .3s;
}

.mainsection10-list .list-item:hover {
    transform: translateY(-6px);
}

.mainsection10-list .list-item .pic {
    width: 70px;
    height: 70px;
    padding: 14px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -35px;
    background: #5E5BBC;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mainsection10-list .list-item .pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all .3s;
}

.mainsection10-list .list-item:hover .pic img {
    transform: rotate(50deg);
}

.mainsection10-list .list-item .text {
    width: 100%;
    height: auto;
}

.mainsection10-list .list-item .text p {
    width: 100%;
    height: auto;
    padding: 20px 15px;
    text-align: center;
}

.mainsection10-list .list-item .text h3 {
    width: 100%;
    height: auto;
    padding: 15px 15px;
    text-align: center;
    background: #5E5BBC;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.mainsection10-list .list-item:hover .text h3 {
    background: #6650b6;
}

.mainsection10-list .list-item .text h3:before {
    content: '';
    width: 40px;
    height: 16px;
    background: #5E5BBC;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -15px;
    clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
}

.go-btn {
    display: inline-block;
    padding: 5px 35px;
    border: 2px solid #5E5BBC;
    color: #5E5BBC;
    font-size: 16px;
    border-radius: 7px;
    font-weight: bold;
}

.go-btn:hover {
    background: #5E5BBC;
    color: #fff;
}

.pagebanner {
    width: 100%;
    height: 350px;
    position: relative;
}

.pagebanner:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
}

.pagebanner:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 3;
}

.pagebanner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pagebanner .text {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 4;
    transform: translateY(-50%);
}

.pagebanner .pagebanner-title {
    font-size: 40px;
    line-height: 1.4;
    color: #fff;
    text-align: left;
    margin-bottom: 0px;
    margin-top: 40px;
    font-family: var(--default-font);
}

.pagebanner p {
    font-size: 16px;
    color: #fff;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 0px;
}

.crumbnav {
    width: 100%;
    height: auto;
    padding: 15px 0px 15px;
    text-align: left;
    margin-top: 0px;
}

.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: #e8b2ff;
}

.crumbnav ul li::before {
    content: "/";
    color: #fff;
    margin-right: 7px
}

.crumbnav ul li:first-child {
    padding-left: 22px;
    background: url(../images/icon-home.svg) no-repeat left 5px/17px;
}

.crumbnav ul li:first-child::before {
    content: "";
    margin-right: 0px;
}

.page-info-title {
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
    padding-bottom: 15px;
    font-family: var(--default-font);
    color: #3F3F3F;
    font-size: 30px;
    position: relative;
}

.page-info-title span {
    color: #5E5BBC;
}

.page-info-title:before {
    content: '';
    width: 80px;
    height: 3px;
    background: #5E5BBC;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
}

.about-section1 {
    width: 100%;
    height: auto;
    padding: 40px 0px 30px;
}

.about-section1-list {
    width: 100%;
    height: auto;
}

.about-section1-list .list-item {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.about-section1-list .list-item .pic {
    width: 550px;
    height: 320px;
}

.about-section1-list .list-item .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-section1-list .list-item .text {
    width: calc(100% - 650px);
}

.about-section1-list .list-item .text .about-section-title {
    font-size: 20px;
    margin-bottom: 15px;
    font-family: var(--default-font);
}

.about-section1-list .list-item .text p {
    margin-bottom: 0px;
}

.about-section2 {
    width: 100%;
    height: auto;
}

.about-section2-list {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
}

.about-section2-list .list-item {
    width: 25%;
    padding-bottom: 40px;
    margin-right: 25%;
    position: relative;
}

.about-section2-list .list-item:before {
    content: '';
    width: 45%;
    height: 12px;
    background: #5E5BBC;
    position: absolute;
    left: 0px;
    bottom: -6px;
}

.about-section2-list .list-item .about-section-title {
    font-size: 20px;
    margin-bottom: 15px;
    font-family: var(--default-font);
}

.about-section2-list .list-item p {
    margin-bottom: 0px;
}

.about-section3 {
    width: 100%;
    height: auto;
    background: #f8f2ff;
    padding-bottom: 80px;
}

.about-section3-list {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
}

.about-section3-list .list-item {
    width: 25%;
    padding-top: 40px;
    margin-left: 25%;
    position: relative;
}

.about-section3-list .list-item:before {
    content: '';
    width: 45%;
    height: 12px;
    background: #5E5BBC;
    position: absolute;
    left: 0px;
    top: -6px;
}

.about-section3-list .list-item .about-section-title {
    font-size: 20px;
    margin-bottom: 15px;
    font-family: var(--default-font);
}

.about-section3-list .list-item p {
    margin-bottom: 0px;
}

.about-section4 {
    width: 100%;
    height: auto;
    padding: 100px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../images/about-pic3.jpg);
    background-attachment: fixed;
    position: relative;
}

.about-section4:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(41, 50, 96, .53);
    position: absolute;
    left: 0px;
    top: 0px;
}

.about-section4 .maincon {
    position: relative;
    z-index: 2;
}

.about-section4 .about-section-title {
    text-align: center;
    font-size: 30px;
    margin-bottom: 25px;
    color: #fff;
    font-family: var(--default-font);
}

.about-section4 p {
    text-align: center;
    color: #fff;
    margin-bottom: 0px;
}

.about-section5 {
    width: 100%;
    height: auto;
    padding: 0px 0px 80px;
}

.about-section5-title {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 30px;
    border-bottom: 2px solid #5E5BBC;
    position: relative;
}

.about-section5-title:before {
    content: '';
    width: 26px;
    height: 12px;
    position: absolute;
    right: -20px;
    bottom: -2px;
    background: #5E5BBC;
    clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
}

.about-section5-title .title-item {
    width: 25%;
    padding: 0px 20px 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.about-section5-title .title-item:before {
    content: '';
    width: 24px;
    height: 24px;
    background: url(../images/arrow1.png) no-repeat center center/contain;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
}

.about-section5-title .title-item img {
    width: 90px;
    height: 90px;
    flex-shrink: 0;
    margin-right: 20px;
    object-fit: contain;
}

.about-section5-title .title-item p {
    margin-bottom: 0px;
    font-family: var(--default-font);
    color: var(--text-color);
    font-size: 19px;
}

.about-section5-list {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.about-section5-list .list-item {
    width: 25%;
    padding: 10px 20px;
    border-right: 1px dashed #5E5BBC;
}

.about-section5-list .list-item:last-child {
    border-right: none;
}

.about-section5-list .list-item p {
    margin-bottom: 0px;
}

.contact-section-title {
    font-size: 26px;
    margin-bottom: 35px;
    color: var(--text-color);
    font-family: var(--default-font);
    position: relative;
    padding-bottom: 6px;
}

.contact-section-title:before {
    content: '';
    width: 60px;
    height: 2px;
    background: #796EAF;
    position: absolute;
    left: 0%;
    bottom: 0px;
}

.contact-section1 {
    width: 100%;
    height: auto;
    padding: 40px 0px 80px;
}

.contact-section1-info {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.contact-section1-info .text {
    width: 500px;
}

.contact-section1-info .text .text-list {
    width: 100%;
}

.contact-section1-info .text .text-list .list-item {
    width: 100%;
    margin-bottom: 30px;
    padding-left: 70px;
    position: relative;
}

.contact-section1-info .text .text-list .list-item:before {
    content: '';
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    left: 0px;
    top: 6px;
}

.contact-section1-info .text .text-list .list-item:nth-child(1):before {
    background-image: url(../images/icon-address.svg);
}

.contact-section1-info .text .text-list .list-item:nth-child(2):before {
    background-image: url(../images/icon-email.svg);
}

.contact-section1-info .text .text-list .list-item:nth-child(3):before {
    background-image: url(../images/icon-phone.svg);
}

.contact-section1-info .text .text-list .list-item:last-child {
    margin-bottom: 0px;
}

.contact-section1-info .text .text-list .list-item p {
    color: var(--text-color);
    margin-bottom: 0px;
}

.contact-section1-info .text .text-list .list-item p a {
    color: #796EAF;
}

.contact-section1-info .text .text-list .list-item p a:hover {
    color: #c5b4ff;
}

.contact-section1-info .text .text-list .list-item .style1 {
    font-weight: bold;
    margin-bottom: 5px;
}

.contact-section1-info .maps {
    width: calc(100% - 500px);
}

.contact-section1-info .maps iframe {
    width: 100%;
    height: 100%;
}

.forms .form_control {
    width: 100%;
    height: 46px;
    border: 1px solid var(--divider-color);
    padding: 0px 10px;
    margin-bottom: 0px;
    font-size: 14px;
    color: var(--text-color);
    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 .inquiry-quantity {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.forms .inquiry-quantity select.form_control {
    width: 110px;
    font-size: 18px;
    outline: none;
}

.forms label {
    margin-bottom: 5px;
    font-size: 15px;
    color: var(--primary-color);
    margin-left: 0px;
    display: block;
}

.forms {
    width: 100%;
}

.forms .inquiry-quantity {
    width: 100%;
}

.forms .inquiry-quantity input#iquantity {
    width: calc(100% - 110px);
    margin-right: 0px;
    border-right: none;
}

.forms .inquiry-quantity input.form_control:after {
    content: " ";
    position: absolute;
    z-index: 2;
    top: -25px;
    width: 110%;
    height: 50px;
    background-color: #fff;
    transform: rotate(-0.5deg)
}

.forms #otherunit {
    margin-left: 0px;
    background: none;
    width: 110px;
    border-left: none;
}

.forms .form_button {
    margin-top: 10px;
    text-align: center;
}

.forms .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;
}

.mainsection9-forms .forms .row {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    column-gap: 2%;
    flex-wrap: wrap;
}

.mainsection9-forms .forms .row .col-lg-6 {
    width: 49%;
}

.mainsection9-forms .forms .row .col-lg-12 {
    width: 100%;
}

.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;
}

.contact-section2-info .pic {
    width: 550px;
    position: relative;
}

.contact-section2-info .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all .5s;
}

.contact-section2-info .contact-forms {
    width: calc(100% - 600px);
}

.contact-section2-info .contact-forms .contact-section-title {
    margin-bottom: 15px;
}

.contact-section2-info .contact-forms .style1 {
    color: var(--text-color);
    margin-bottom: 15px;
}

.inquiry-section {
    width: 100%;
    height: auto;
    padding: 150px 0px 80px;
    background: linear-gradient(to bottom, rgba(209, 207, 206, 1), rgba(255, 255, 255, 1));
}

.inquiry-section-info {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 50px 50px;
    border-radius: 15px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .3);
}

.inquiry-section-info .style1 {
    text-align: center;
    margin-bottom: 30px;
    color: var(--text-color);
    max-width: 1000px;
    margin: 0px auto 25px;
}

.inquiry-section-info .page-info-title {
    margin-bottom: 25px;
}

.inquiry-section-info .forms .form_button {
    text-align: center;
}

.inquiry-section-info .forms .form_group {
    margin-bottom: 25px;
}

.by-services-banner {
    width: 100%;
    height: 450px;
    position: relative;
}

.by-services-banner .swiper-slide {
    height: 450px;
}

.by-services-banner .swiper-slide:before {
    content: '';
    width: 100%;
    height: 100%;
    /*background: linear-gradient(to bottom,rgba(24,95,157,.45),rgba(99,145,186,.31),rgba(242,242,242,.0));*/
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}

.by-services-banner .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.by-services-banner .swiper-slide .text {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    text-align: center;
}

.by-services-banner .swiper-slide .pagebanner-title {
    font-size: 40px;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 40px;
    font-family: var(--default-font);
    text-shadow: 1px 2px 2px rgba(0, 0, 0, .3);
}

.by-services-banner .swiper-slide .text-btn {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 30px;
}

.by-services-banner .swiper-slide .text-btn a {
    display: inline-block;
    padding: 7px 35px;
    background: #5E5BBC;
    color: #fff;
    font-size: 16px;
    border-radius: 6px;
    font-family: var(--default-font);
}

.by-services-banner .swiper-slide .text-btn a:hover {
    background: #fff;
    color: #5E5BBC;
}

.by-services-banner .swiper-banner-pagination {
    width: 14px;
    height: 100%;
    right: 20px;
    top: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.by-services-banner .swiper-banner-pagination span {
    margin: 8px 0px;
    width: 8px;
    height: 30px;
    background: #fff;
    border-radius: 30px;
}

.by-services-banner .swiper-banner-pagination span.swiper-pagination-bullet-active {
    background: #5E5BBC;
}

.pagecontent {
    width: 100%;
    height: auto;
    padding: 40px 0px 60px;
}

.service-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.leftnav {
    width: 330px;
}

.rightcon {
    width: calc(100% - 380px);
}

.sidenav {
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 40px;
    background: #f2efff;
}

.leftnav .side-title {
    font-size: 22px;
    line-height: 1.3;
    display: block;
    color: #fff;
    margin-bottom: 0px;
    padding: 14px 15px;
    background: #5E5BBC;
    font-family: var(--default-font);
}

.leftnav .side-title a {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
}

.leftnavli {
    width: 100%;
    height: auto;
    padding: 15px 20px;
}

.leftnavli>ul {
    width: 100%;
    height: auto;
    margin-bottom: 0px !important;
}

.leftnavli ul li a {
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);
    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: var(--text-color);
    font-size: 16px;
}

.leftnavli>ul>li>ul>li>a {
    color: var(--text-color);
}

.leftnavli ul li a:hover {
    color: #5E5BBC;
}

.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: '\2b';
    font-family: 'FontAwesome';
    color: #7e7e7e;
    cursor: pointer;
    font-size: 12px;
    line-height: 1;
    transition: all .2s;
}

.leftnavli ul li span.down::before {
    content: '\f068';
    color: #5E5BBC;
}

.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 #fff;
}

.leftnavli>ul>li.shows>a {
    color: #222;
    font-weight: bold;
}

.leftnavli ul li ul li {
    padding: 8px 0px 8px;
    margin-bottom: 0px;
    border-bottom: 1px solid #ECF5F9;
}

.leftnavli>ul>li>ul {
    padding: 0px 0px 10px 10px;
    margin-top: 10px;
    margin-bottom: 0px;
}

.side-inquiry {
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    background: #f2efff;
}

.side-inquiry .forms {
    width: 100%;
    height: auto;
    padding: 30px 15px 40px;
}

.side-inquiry .forms label {
    color: var(--text-color);
    margin-bottom: 3px;
    line-height: 1.5;
}

.side-inquiry .forms .form-check .form-check-input {
    margin-top: 5px;
}

.side-inquiry .forms .form_control {
    background: #fff;
    border: none;
}

.side-inquiry .forms .form_group {
    margin-bottom: 15px;
}

.side-inquiry .forms .row>div {
    width: 100%;
}

.side-inquiry .forms .submit-btn {
    width: 100%;
}

.side-inquiry .forms textarea.form_control.title {
    height: 80px;
}

.side-inquiry .forms textarea.form_control {
    height: 80px;
}

.pagetitle {
    margin-bottom: 25px;
    padding-bottom: 6px;
    padding-top: 0px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.pagetitle .pagetitle-info {
    padding-bottom: 15px;
    padding-top: 0px;
    margin-bottom: 0px;
    font-size: 26px;
    line-height: 1.2;
    margin-top: 0px;
    text-align: left;
    color: #5E5BBC;
    position: relative;
    font-family: var(--default-font);
    width: 100%;
}

.pagetitle .pagetitle-info:before {
    content: '';
    width: 100px;
    height: 2px;
    background: #5E5BBC;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.pagetitle .to_inquiry {
    color: #fff;
    padding: 7px 27px;
    font-size: 16px;
    display: inline-block;
    border-radius: 150px;
    line-height: 1.2;
    background: #5E5BBC;
    flex-shrink: 0;
    margin-left: 25px;
    margin-top: 4px;
}

.pagetitle .to_inquiry:hover {
    background: #76C2F6;
    color: #fff;
}

.row.center {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.notice {
    color: #5E5BBC !important;
    background: #eeeafc;
    padding: 8px 15px 8px 15px !important;
    margin-bottom: 30px !important;
    margin-top: 30px !important;
    line-height: 1.4 !important;
    border-radius: 6px;
}
.notice::before{
    content: "\f071";
    font-family: 'FontAwesome';
    padding-right: 15px;
}

.related-box {
    width: 100%;
    height: auto;
    margin-top: 35px;
}

.related-box .related-title {
    font-family: var(--default-font);
    font-size: 18px;
    margin-bottom: 20px;
    color: var(--text-color);
}

.related-box .related-list {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.related-box .related-list a {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    width: 49%;
    padding: 9px 10px 9px 30px;
    border: 1px solid rgba(21, 21, 21, 0.2);
    color: #5E5BBC;
    margin-bottom: 20px;
    position: relative;
}

.related-box .related-list a:before {
    content: '\e972';
    font-family: 'icomoon';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.related-box .related-list a:hover {
    background: #5E5BBC;
    border: 1px solid #5E5BBC;
    color: #fff;
}

.services-container .title-background {
    width: 100%;
    text-align: center;
    padding: 8px 10px;
    background: #5E5BBC;
    color: #fff;
}

.product-search-box {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-search-box p {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 0px;
}

.product-search {
    margin-bottom: 0px;
    margin-top: 0px;
    flex-shrink: 0;
    width: 450px;
    margin-left: 30px;
}

.product-list-search {
    width: 100%;
    max-width: 100%;
    height: 44px;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    margin-bottom: 0px;
}

.product-list-search input {
    width: calc(100% - 60px);
    height: 100%;
    border: none;
    background: #fff;
    border: 1px solid #C1C1C1;
    box-shadow: none;
    padding: 0px 15px;
    font-size: 16px;
    border-right: none;
    color: var(--text-color);
    border-radius: 0px;
}

.product-list-search .search-btn {
    height: 100%;
    width: 60px;
    border: none;
    font-size: 16px;
    color: #fff;
    background: #5E5BBC;
    flex-shrink: 0;
    padding: 0px 10px;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-list-search .search-btn:before {
    content: '\e997';
    font-family: 'icomoon';
    font-size: 20px;
    line-height: 22px;
}

.product-list-search .search-btn:hover {
    background: #c5b4ff;
    color: #fff;
}

.product-list {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}

.product-list table {
    width: 100%;
    height: auto;
    border: none;
}

.product-list table tr td {
    text-align: center;
    border: none;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.product-list table tr th {
    text-align: center;
    border: none;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    background: #5E5BBC;
    color: #fff;
    font-weight: bold;
}

.product-list table tr:nth-child(2n-1) td {
    background: #F0EFF4;
}

.product-list table .add-to-cart {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #5E5BBC;
    cursor: pointer;
}

.product-list table .add-to-cart:before {
    content: '\e930';
    font-family: 'icomoon';
    font-size: 22px;
    line-height: 22px;
}

.product-list table .add-to-cart:hover {
    color: #c5b4ff;
}

.pages {
    text-align: center;
    margin-bottom: 30px;
}

.services-container .pagination {
    padding-left: 0px;
}

.pagination>li>a,
.pagination>li>span {
    margin-left: 3px;
    color: #666666;
    border: 1px solid #666;
    padding: 6px 14px;
    margin-bottom: 10px;
    font-size: 16px;
    display: inline-block;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    color: #fff;
    background-color: #5E5BBC;
    border-color: #5E5BBC;
}

.services-container .pagination>li {
    list-style: none;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #fff;
    background-color: #5E5BBC;
    border-color: #5E5BBC;
}

.pagination>li {
    display: inline-block;
}

.pro-detail-section1 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}

.pro-detail-section1 .pic {
    width: 550px;
    height: 380px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, .3);
}

.pro-detail-section1 .pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pro-detail-section1 .text {
    width: calc(100% - 650px);
}

.pro-detail-section1 .text .text-list {
    margin-bottom: 30px;
}

.pro-detail-section1 .text .text-list p {
    color: var(--text-color);
    margin-bottom: 10px;
}

.pro-detail-section1 .text .text-list p .pdf-down:before {
    content: '\e990';
    font-family: 'icomoon';
    font-size: 22px;
    line-height: 22px;
}

.pro-detail-section1 .text .text-list p a {
    color: #5E5BBC;
    position: relative;
    top: 3px;
    margin-left: 10px;
}

.pro-detail-section1 .text .text-list p a:hover {
    color: #c5b4ff;
}

.pro-detail-section1 .text .text-btn {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    column-gap: 30px;
}

.pro-detail-section1 .text .text-btn a {
    padding: 5px 20px;
    text-align: center;
    min-width: 150px;
    display: inline-block;
    background: #5E5BBC;
    border: 1px solid #5E5BBC;
    color: #fff;
    border-radius: 4px;
}

.pro-detail-section1 .text .text-btn a:hover {
    background: #fff;
    color: #5E5BBC;
}

.pro-detail-section1 .text .text-btn a.inquire-btn {
    background: #fff;
    color: #5E5BBC;
    border-radius: 4px;
}

.pro-detail-section1 .text .text-btn a.inquire-btn:hover {
    background: #5E5BBC;
    color: #fff;
}

.pro-detail-section2 {
    width: 100%;
    height: auto;
}

.pro-detail-section2 .pro-detail-section2-title {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.pro-detail-section2 .pro-detail-section2-title span {
    font-size: 18px;
    height: 50px;
    line-height: 1.3;
    width: 24%;
    padding: 0px 10px;
    text-align: center;
    background: #F0EFF4;
    color: #5E5BBC;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 4px;
}

.pro-detail-section2 .pro-detail-section2-title span.shows {
    background: #5E5BBC;
    color: #fff;
}

.pro-detail-section2 .pro-detail-section2-list {
    width: 100%;
    height: auto;
    padding: 10px 30px;
}

.pro-detail-section2 .pro-detail-section2-list .list-item {
    width: 100%;
    height: auto;
    display: none;
}

.pro-detail-section2 .pro-detail-section2-list .list-item:nth-child(1) {
    display: block;
}

.pro-detail-section2 .pro-detail-section2-list .list-item .list-title {
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    font-size: 24px;
    font-family: var(--default-font);
    color: var(--text-color);
}

.pro-detail-section2 .pro-detail-section2-list .list-item .specification-table {
    width: 100%;
    height: auto;
    border: none;
    margin-top: 30px;
}

.pro-detail-section2 .pro-detail-section2-list .list-item .specification-table tr td {
    text-align: left;
    border: none;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 10px 20px;
}

.pro-detail-section2 .pro-detail-section2-list .list-item .specification-table tr th {
    text-align: left;
    border: none;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    background: #5E5BBC;
    color: #fff;
    font-weight: bold;
}

.pro-detail-section2 .pro-detail-section2-list .list-item .specification-table tr:nth-child(2n-1) td {
    background: #EDEDED;
}

.product-list-basket {
    margin-bottom: 70px;
}

.product-list-basket .input-group {
    width: auto !important;
    justify-content: center;
    display: flex;
}

.product-list-basket .input-group input {
    width: 70px !important;
    height: 30px;
    margin: 0px 5px;
    text-align: center;
    border: none;
    font-size: 16px;
    color: var(--text-color);
    background: #fff;
    border: 1px solid #6959A0;
}

.product-list-basket .input-group .input-group-addon {
    font-size: 20px;
    font-weight: bold;
    width: 30px;
    height: 30px;
    padding: 0px 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #6959A0;
    border: none;
    border-radius: 0px;
    color: #fff;
}

.product-list-basket .input-group .input-group-addon:hover {
    background: #c5b4ff;
    color: #fff;
}

.product-list-basket table tr td {
    text-align: left;
}

.product-list-basket table tr th {
    text-align: left;
}

.product-list-basket table tr .text-center {
    text-align: center;
}

.product-list table .delete-btn {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #5E5BBC;
    cursor: pointer;
}

.product-list table .delete-btn:before {
    content: "\e020";
    font-family: 'Glyphicons Halflings';
    font-size: 18px;
    line-height: 18px;
}

.product-list table .delete-btn:hover {
    color: #c5b4ff;
}
info-pic-left{
	width: 100%;
	height: auto;
	margin-bottom: 25px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
    column-gap: 25px;
}
.info-pic-left .pic{
	width: auto;
	flex-shrink: 0;
	max-width: 100%;
}
.info-pic-left .pic img{
	height: auto;
	max-width: 100%;
}
.info-pic-left .text{
	width: 100%;
}
.info-pic-left .text p:last-child{
	padding-bottom: 0px;
    margin-bottom: 0px;
}
.info-pic-left .text ul:last-child{
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.info-pic-left .text h2:last-child{
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.info-pic-left .text h3:last-child{
	padding-bottom: 0px;
	margin-bottom: 0px;
}


.info-pic-right{
	width: 100%;
	height: auto;
	margin-bottom: 25px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
    column-gap: 25px;
}
.info-pic-right .pic{
	width: auto;
	flex-shrink: 0;
	max-width: 100%;
}
.info-pic-right .pic img{
	height: auto;
	max-width: 100%;
}
.info-pic-right .text{
	width: 100%;
}
.info-pic-right .text p:last-child{
	padding-bottom: 0px;
    margin-bottom: 0px;
}
.info-pic-right .text ul:last-child{
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.info-pic-right .text h2:last-child{
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.info-pic-right .text h3:last-child{
	padding-bottom: 0px;
	margin-bottom: 0px;
}
strong a {
    font-weight: bold;
}








@media screen and (min-width:1920px) {
    .maincon,.container {
        padding: 0px 230px;
    }
}

@media screen and (max-width:1580px) {
    
    .mainsection4-info .pic {
        width: 550px;
    }
    .mainsection4-info .text {
        width: calc(100% - 600px);
    }
    .about-section5-list .list-item {
        padding: 0px 10px;
    }
    .about-section5-title .title-item {
        padding: 0px 10px 30px;
    }
    .about-section5-title .title-item img {
        width: 75px;
        height: 75px;
        margin-right: 10px;
    }
    .about-section5-title .title-item p {
        font-size: 18px;
    }
    .titles {
        font-size: 30px;
    }
    .logos img {
        height: 70px;
    }
    .maincon,.container {
        padding: 0px 9%;
    }
}

@media screen and (max-width:1400px) {
    .mainsection10-list .list-item {
        width: 24%;
    }
    .mainsection10-list .list-item .text p {
        padding: 20px 10px;
    }
    .pro-detail-section1 .text {
        width: calc(100% - 580px);
    }
    .pro-detail-section1 .pic {
        width: 500px;
        height: 340px;
    }
    .product-search {
        width: 350px;
    }
    .rightcon {
        width: calc(100% - 330px);
    }
    .leftnav {
        width: 300px;
    }
    .pagetitle .pagetitle-info {
        font-size: 22px;
    }
    .by-services-banner .swiper-slide .pagebanner-title {
        font-size: 35px;
    }
    .contact-section1-info .maps {
        width: calc(100% - 500px);
    }
    .about-section4 .about-section-title {
        font-size: 25px;
    }
    .page-info-title {
        font-size: 26px;
    }
    .pagebanner .pagebanner-title {
        font-size: 35px;
    }
    .mainsection1-info .pic-list .lists .list-item img {
        height: 45px;
    }
    .mainsection1-info .pic-list .list-title {
        margin-bottom: 15px;
    }
    .mainsection1-info .pic {
        width: 51%;
    }
    .titles {
        font-size: 25px;
    }
    .navs>ul>li {
        margin-left: 50px;
    }
    .maincon,.container {
        padding: 0px 5%;
    }
}


@media screen and (min-width:1200px){


    .navs{
        position: static;
    }
    .navs>ul>li.spread-nav{
        position: static;
        color: #ffffff;
    }
    .navs>ul>li.spread-nav:after{
        content: none;
    }
    .navs>ul>li.spread-nav>ul{
        width: 100%;
        max-width: 100%;
        max-height: calc(100vh - 100px);
        overflow-y: auto;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        background: #fff;
        padding: 10px 10px 25px !important;
        box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
        flex-wrap: wrap;
        top: 70px;
    }
    .navs>ul>li.spread-nav ul::-webkit-scrollbar {
        width: 4px;
        background: #1e1e1e;
    }
    .navs>ul>li.spread-nav ul::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: #5E5BBC;
        width: 4px;
        height: 4px;
    }
    .navs>ul>li.spread-nav ul::-webkit-scrollbar-track {
        background: #fff;
        border: 1px solid #dedede;
    }
    .navs>ul>li.spread-nav>ul>li{
        width: 33%;
        padding: 5px 15px 0px;
        border-bottom: none;
    }
    .navs>ul>li.spread-nav>ul>li>a{
        color: var(--text-color);
        font-weight: bold;
        font-size: 17px;
    }
    .navs>ul>li.spread-nav>ul>li>a:hover{
        color: #5E5BBC;
    }
    .navs>ul>li.spread-nav>ul>li>span:before{
        content: none;
    }
    .navs>ul>li.spread-nav>ul>li>ul{
        display: inline-block !important;
        position: static;
        margin-top: 0px;
        padding-top: 5px;
        background: none;
        padding-left: 12px;
    }
    .navs>ul>li.spread-nav>ul>li>ul>li{
        padding: 4px 0px;
        border-bottom: none;
    }
    .navs>ul>li.spread-nav>ul>li>ul>li a{
        color: var(--text-color);
        font-weight: normal;
    }
    .navs>ul>li.spread-nav>ul>li>ul>li a:hover{
        color: #5E5BBC;
    }
    .navs>ul>li.spread-nav>ul>li>ul>li>span{
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 6px;
        vertical-align: middle;
        border-top: 5px solid;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        color: #333;
        float: right;
        margin-top: 9px;
        cursor: pointer;
        display: none;
    }
    .navs>ul>li.spread-nav>ul>li>ul>li>span:before{
        content: none;
    }
    .navs>ul>li.spread-nav>ul>li>ul>li>span.shows{
        color: #5E5BBC;
    }
    .navs>ul>li.spread-nav>ul>li>ul>li>ul{
        display: block;
        padding: 5px 0px 2px 10px;
        position: static;
    }
    .navs>ul>li.spread-nav>ul>li>ul>li>ul>li{
        border-bottom: none;
        padding: 3px 0px 3px 0px;
        float: none;
    }
    .navs>ul>li.spread-nav>ul>li>ul>li>ul>li>span{
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 10px;
        vertical-align: middle;
        border-top: 5px solid;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        color: #666;
        margin-bottom: 2px;
        cursor: pointer;
    }
    .navs>ul>li.spread-nav>ul>li>ul>li>ul>li>span:before{
        content: none;
    }
    .navs>ul>li.spread-nav>ul>li>ul>li>ul>li a{
        display: inline;
    }
    .navs>ul>li.spread-nav>ul>li>ul>li>ul a{
        color: #666;
    }
    .navs>ul>li.spread-nav>ul>li>ul>li>ul>li>ul{
        left: 10%;
        top: 99%;
        box-shadow: 1px 3px 6px #b0b0b0;
        z-index: 33;
        width: 350px;
        padding: 15px 12px 5px;
        max-height: calc(100vh - 180px);
        overflow-y: auto;
    }
    .navs>ul>li.spread-nav>ul>li>ul>li>ul>li>ul>li{
        border: none;
        padding: 0px 0px 10px;
    }
    .navs>ul>li.spread-nav>ul>li>ul>li>ul>li>ul>li>a{
        color: var(--text-color);
    }
    .navs>ul>li.spread-nav>ul>li>ul>li>ul>li>ul>li>span{
        display: none;
    }
    .navs>ul>li.spread-nav>ul>li>ul>li>ul>li>ul>li>ul{
        display: block;
        position: static;
        padding: 5px 0px 3px 12px;
    }
    .navs>ul>li.spread-nav>ul>li>ul>li>ul>li>ul>li>ul>li{
        border: none;
        padding: 3px 0px;
    }
    .navs>ul>li.spread-nav>ul>li>ul>li>ul>li>ul>li>ul>li a{
        line-height: 1.2;
        max-width: 100%
    }
    .navs>ul>li.spread-nav>ul>li>ul>li>ul>li>ul>li>ul>li span{
        display: none !important;
    }
    .navs>ul>li.spread-nav>ul>li>ul>li>ul>li>ul>li>ul>li ul{
        display: none !important;
    }

    .navs>ul>li.spread-nav .over-box>ul{
        max-height: 285px;
        overflow-y: auto;
    }

.navs>ul>li.spread-nav>ul>li>ul>li>ul{
    display: none !important;
}
.navs>ul>li.spread-nav>ul>li>ul>li>span{
    display: none !important;
}
.navs>ul>li.spread-nav2>ul>li{
    width: 50%;
}


}


@media screen and (max-width:1200px) {
    .mainsection6-list .list-item {
        width: calc(50% - 20px);
    }
    .mainsection6-list .list-pic {
        width: calc(50% - 20px);
    }
    .foot-nav {
        min-width: auto;
    }
    .mainsection4-info .pic1 {
        padding-bottom: 400px
    }
    .mainsection4-info .pic {
        width: 500px;
    }
    .mainsection4-info .text {
        width: 100%;
        margin-bottom: 25px;
    }
    .mainsection4-info {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .pro-detail-section2 .pro-detail-section2-list .list-item .list-title {
        font-size: 20px;
    }
    .pro-detail-section2 .pro-detail-section2-list {
        padding: 10px 0px;
    }
    .pro-detail-section2 .pro-detail-section2-title span {
        font-size: 16px;
    }
    .pro-detail-section1 .text {
        width: calc(100% - 500px);
    }
    .pro-detail-section1 .pic {
        width: 450px;
        height: 320px;
    }
    .push {
        margin-top: 65px;
    }
    .service-content {
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }
    .rightcon {
        width: 100%;
        margin-bottom: 30px;
    }
    .leftnav {
        width: 100%;
    }
    .contact-section2-info .contact-forms {
        width: calc(100% - 460px);
    }
    .contact-section2-info .pic {
        width: 420px;
    }
    .contact-section2-info .pic iframe{
        width: 100%;
        height: 100%;
    }
    .contact-section1-info .maps {
        width: calc(100% - 420px);
    }
    .contact-section1-info .text {
        width: 400px;
    }
    .about-section4 .about-section-title {
        font-size: 22px;
    }
    .about-section1-list .list-item .pic {
        width: 48%;
        height: 360px;
    }
    .about-section1-list .list-item .text {
        width: 48%;
    }
    .page-info-title:before {
        width: 60px;
        height: 2px;
    }
    .page-info-title {
        font-size: 22px;
    }
    .by-services-banner .swiper-slide .pagebanner-title {
        font-size: 30px;
    }
    .pagebanner .pagebanner-title {
        font-size: 30px;
    }
    .mainsection3-info .pic .pic-list .lists .list-item span {
        font-size: 16px;
    }
    .mainsection3-info .pic .pic-list .lists .list-item p {
        font-size: 17px;
    }
    .mainsection2-list {
        justify-content: space-between;
        column-gap: 0%;
    }
    .mainsection2-list .list-item {
        width: 48%;
    }
    .mainsection2-list .list-item2 {
        width: 48%;
    }
    .mainsection1-info .pic1 {
        padding-bottom: 0px;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
    }
    .mainsection1-info .pic-list {
        position: relative;
        height: auto;
        padding: 40px 15px 30px;
        z-index: 2;
    }
    .mainsection1-info .pic {
        width: 500px;
    }
    .mainsection1-info .text {
        width: 100%;
        margin-bottom: 25px;
    }
    .mainsection1-info {
        flex-wrap: wrap;
        justify-content: center;
    }
    .titles {
        font-size: 22px;
    }
    .toper {
        padding: 10px 0px;
        position: relative
    }
    .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: 15px;
        line-height: 40px;
        color: #fff !important;
        display: inline-block;
        width: auto;
        text-align: left;
        border-bottom: none;
        padding: 0px 0px;
        font-weight: normal;
    }
    .navs ul {
        margin-top: 0px;
    }
    .navs ul li {
        width: 100%;
        height: auto;
        padding: 0px 0px 0px 15px;
        margin-bottom: 0px;
        position: relative;
        margin-left: 0px;
        line-height: 40px;
        border-bottom: 1px solid #404040;
        display: inline-block;
    }
    .navs ul li:last-child {
        margin-bottom: 0px;
    }
    .navs>ul>li:last-child {
        border-bottom: 1px solid #404040;
        margin-bottom: 0px;
    }
    .navs>ul>li>ul>li>a:before{
    	content: none;
    }
    .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: 10px;
        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: 16px;
    }
    .navs ul li span::before {
        color: #fff;
        content: "+";
        font-weight: bold;
        font-size: 16px;
        font-family: inherit
    }
    .navs ul li span.down::before {
        color: #fff;
        content: "-";
        font-weight: bold;
    }
    .navs>ul>li:hover {
        background: none;
        border-bottom: 1px solid #404040;
    }
    .navs ul li ul li span::before {
        color: #fff;
        content: "+";
    }
    .navs ul li ul li span.down::before {
        content: "-";
    }
    .navs ul li ul li:hover>span::before {
        color: #fff;
    }
    .navs ul li ul li {
        border-bottom: 1px solid #404040;
    }
    .navs ul li ul li:hover {
        background: none;
        border-bottom: 1px solid #404040;
    }
    .navs>ul>li:after {
        content: none;
    }
    .navs ul li ul li ul {
        background: none;
        padding-left: 10px;
    }
    .navs ul li ul li span::before {
        top: 18px;
    }
    .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) {




    
    .mainsection9-forms .forms .row .col-lg-6 {
        width: 100%;
    }
    .mainsection10-list {
        flex-wrap: wrap;
    }
    .mainsection10-list .list-item {
        width: 48%;
    }
    .mainsection9-info {
        flex-wrap: wrap;
    }
    .mainsection9-info .mainsection9-forms {
        width: 100%;
        margin-bottom: 40px;
    }
    .mainsection9-info .mainsection9-maps {
        width: 100%;
        height: 350px;
    }
    .mainsection8-list .list-item {
        width: 48%;
    }
    .mainsection7-info {
        flex-wrap: wrap;
    }
    .mainsection7-info .mainsection7-list {
        width: 100%;
        margin-bottom: 40px;
    }
    .mainsection7-info .pic {
        width: 100%;
        height: 250px;
    }
    .mainsection7-info .pic-text h2 {
        font-size: 20px;
    }
    .mainsection6-list .list-pic .text h2 {
        font-size: 20px;
    }
    .mainsection5-info {
        flex-wrap: wrap;
        justify-content: center;
    }
    .mainsection5-info .pic {
        width: 400px;
        max-width: 100%;
    }
    .mainsection5-info .text {
        width: 100%;
        margin-bottom: 40px;
    }
    .maintitle.icon1 .titles:before {
        width: 40px;
        height: 40px;
    }
    .info-pic-right{
		flex-wrap: wrap;
		justify-content: center;
	}
	.info-pic-right .pic{
		max-width: 100%;
		margin-top: 20px;
		margin-right: 0px;
		margin-left: 0px;
	}
	.info-pic-right .pic img{
		max-width: 100%;
		height: auto;
	}
	.info-pic-right .text{
		width: 100%;
	}
	
	.info-pic-left{
		flex-wrap: wrap;
		justify-content: center;
	}
	.info-pic-left .pic{
		max-width: 100%;
		margin-bottom: 20px;
		margin-right: 0px;
		margin-left: 0px;
	}
	.info-pic-left .pic img{
		max-width: 100%;
		height: auto;
	}
	.info-pic-left .text{
		width: 100%;
	}
    .about-section5-list .list-item .style1 {
        display: block !important;
        margin-bottom: 15px;
        font-weight: bold;
        font-size: 18px;
        color: var(--text-color);
    }
    .about-section5-list .list-item {
        width: 100%;
        border-right: none;
        margin-bottom: 20px;
        padding: 0px 0px;
    }
    .about-section5-list .list-item:last-child {
        margin-bottom: 0px;
    }
    .about-section5-list {
        flex-wrap: wrap;
    }
    .about-section5-title {
        display: none;
    }
    .product-list-basket .input-group {
        justify-content: flex-start;
    }
    .product-list-basket table tr td {
        text-align: left !important;
    }
    .pro-detail-section1 {
        flex-wrap: wrap;
    }
    .pro-detail-section1 .text {
        width: 100%;
    }
    .pro-detail-section1 .pic {
        width: 420px;
        height: 300px;
        margin-bottom: 35px;
        max-width: 100%;
    }
    .table-detail tr:first-child th {
        padding: 15px 10px;
    }
    .table-detail tr th {
        display: block;
        width: 100% !important;
        text-align: left;
        padding: 15px 10px 5px !important;
        border: none !important;
        background: none !important;
        color: #000 !important;
    }
    .table-detail tbody tr {
        padding: 10px 0px 15px;
        border-bottom: 1px solid #dee2e6;
        border-top: none;
        display: block;
    }
    .table-detail tr td {
        display: block;
        border: none !important;
        width: 100% !important;
        padding: 0px 10px 5px !important;
        background: none !important;
    }
    .tablebox table tr th {
        display: none;
    }
    .tablebox table tr {
        border-bottom: 1px solid #ccc;
        padding: 20px 0px 15px;
        display: block;
        width: 100%;
    }
    .tablebox table thead {
        display: none;
    }
    .tablebox table tr:last-child {
        border-bottom: 0px solid #ccc;
    }
    .tablebox table tr td {
        display: block;
        height: auto;
        width: auto !important;
        text-align: left;
        border: 0px solid #ccc;
        padding: 0px 10px 10px !important;
        background: none !important;
    }
    .tablebox table tr td .table-inquiry {
        display: inline;
    }
    .tablebox table tr td a {
        display: inline !important;
        word-break: break-all;
    }
    .product-search-box p {
        width: 100%;
        margin-bottom: 20px;
    }
    .product-search-box {
        flex-wrap: wrap;
    }
    .product-search {
        width: 400px;
        max-width: 100%;
        margin-left: 0px;
    }
    .related-box .related-list a {
        width: 100%;
    }
    .pagetitle .to_inquiry {
        margin-left: 0px;
        margin-top: 20px;
    }
    .pagetitle {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .row.center {
        display: block;
    }
    .contact-section-title {
        font-size: 22px;
    }
    .contact-section2-info {
        flex-wrap: wrap;
    }
    .contact-section2-info .contact-forms {
        width: 100%;
    }
    .contact-section2-info .pic {
        width: 100%;
        height: 300px;
        margin-bottom: 35px;
    }
    .contact-section1-info {
        flex-wrap: wrap;
    }
    .contact-section1-info .maps {
        width: 100%;
        height: 400px;
    }
    .contact-section1-info .text {
        width: 100%;
        margin-bottom: 35px;
    }
    .about-section4 .about-section-title {
        font-size: 20px;
    }
    .about-section3 {
        background: none;
        padding-bottom: 60px;
    }
    .about-section3-list .list-item:before {
        content: none;
    }
    .about-section3-list {
        flex-wrap: wrap;
    }
    .about-section3-list .list-item {
        width: 100%;
        margin-left: 0px;
        padding-top: 0px;
        padding-bottom: 20px;
    }
    .about-section2-list .list-item:before {
        content: none;
    }
    .about-section2-list {
        flex-wrap: wrap;
    }
    .about-section2-list .list-item {
        width: 100%;
        margin-right: 0px;
        padding-bottom: 20px;
    }
    .by-services-banner .swiper-slide .pagebanner-title {
        font-size: 25px;
    }
    .pagebanner .pagebanner-title {
        font-size: 25px;
    }
    .mainsection3-info .pic {
        width: 100%;
        height: 350px;
    }
    .mainsection3-info .text {
        width: 100%;
        margin-bottom: 50px;
    }
    .mainsection3-info {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .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,.container {
        padding: 0px 30px;
    }
}

@media screen and (max-width:800px) {





    
    .mainsection6-list .list-item {
        width: 100%;
    }
    .mainsection6-list .list-pic {
        width: 100%;
        min-height: 230px;
    }
    .pro-detail-section2 .pro-detail-section2-title {
        flex-wrap: wrap;
    }
    .pro-detail-section2 .pro-detail-section2-title span {
        width: 49%;
        margin-bottom: 15px;
    }
    .pro-detail-section1 .text .text-btn {
        column-gap: 20px;
    }
    .pro-detail-section1 .text .text-btn a {
        min-width: 120px;
    }
    .push {
        margin-top: 55px;
    }
    .by-services-banner .swiper-banner-pagination span {
        margin: 0px 5px;
        width: 30px;
        height: 8px;
        background: #fff;
        border-radius: 30px;
    }
    .by-services-banner .swiper-banner-pagination {
        width: 100%;
        height: 10px;
        left: 0px;
        bottom: 20px;
        right: auto;
        top: auto;
        flex-direction: row;
    }
    .inquiry-section {
        padding: 120px 0px 60px;
    }
    .about-section4 {
        padding: 40px 0px;
    }
    .about-section1-list .list-item {
        flex-wrap: wrap;
    }
    .about-section1-list .list-item .pic {
        width: 100%;
        height: 250px;
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .about-section1-list .list-item .text {
        width: 100%;
    }
    .mainsection3-info .pic .pic-list .lists .list-item {
        width: 49%;
    }
    .mainsection3-info .pic .pic-list .lists .list-item p {
        font-size: 16px;
    }
    .mainsection2-list .list-item {
        width: 100%;
    }
    .mainsection2-list .list-item2 {
        width: 100%;
        height: 300px;
    }
    .go_top {
        width: 34px;
        height: 34px;
        right: 0px;
    }
    .search-info {
        right: 0px;
        width: 100%;
    }
    .maincon,.container {
        padding: 0px 15px;
    }
}

@media screen and (max-width:600px) {




    
    .mainsection10-list .list-item {
        width: 100%;
    }
    .mainsection8-list .list-item {
        width: 100%;
    }
    .mainsection7-info .mainsection7-list .list-item {
        flex-wrap: wrap;
        justify-content: center;
        padding: 25px 15px;
    }
    .mainsection7-info .mainsection7-list .list-item .list-pic {
        width: 80px;
        height: 80px;
        margin-bottom: 20px;
    }
    .mainsection7-info .mainsection7-list .list-item .text {
        width: 100%;
    }
    .mainsection6-list .list-pic .text {
        padding: 20px 15px;
    }
    .mainsection6-list .list-item .list-title h3 {
        font-size: 16px;
    }
    .mainsection6-list .list-item span {
        left: 10px;
    }
    .mainsection6-list .list-item {
        padding: 25px 10px 50px;
    }
    
    .mainsection4-info .pic1 {
        padding-bottom: 0px;
    }
    .mainsection4-info .pic {
        width: 100%;
    }
    .mainsection4-info .pic-list {
        width: 100%;
        padding: 0px 0px;
        margin: 0px !important;
        position: static;
        transform: none;
    }
    .mainsection4-info .pic-list .pic-logo {
        display: none;
    }
    .mainsection4-info .pic-list .pic-icon {
        display: none;
    }
    .mainsection4-info .pic-list .list-box p {
        position: static;
        width: 100%;
        text-align: left !important;
        margin: 10px 0px;
        font-size: 16px;
        line-height: 28px;
    }
    .pro-detail-section2 .pro-detail-section2-title span {
        width: 100%;
    }
    .inquiry-section-info {
        padding: 50px 15px;
    }
    .mainsection3-info .text .list-item .list-pic {
        width: 75px;
    }
    .mainsection3-info .text .list-item .list-text {
        width: 100%;
        margin-top: 30px;
    }
    .mainsection3-info .text .list-item {
        flex-wrap: wrap;
        justify-content: center;
    }
    .mainsection1-info .pic-list .lists .list-item:last-child {
        margin-top: 15px;
    }
    .mainsection1-info .pic-list .lists .list-item p {
        font-size: 15px;
        line-height: 1.3;
    }
    .mainsection1-info .pic-list .lists .list-item img {
        height: 40px;
        margin-bottom: 5px;
    }
    .mainsection1-info .pic-list .lists .list-item {
        margin-bottom: 80px;
    }
    .mainsection1-info .pic-list .lists .list-item:nth-child(3) {
        margin-bottom: 0px;
    }
    .mainsection1-info .pic-list .lists .list-item:nth-child(4) {
        margin-bottom: 0px;
    }
    .nav-right {
        column-gap: 15px;
    }
}


/* solution */

.solution-section-o {
    display: flex;
    align-items: center;
    margin-bottom: 80px;
    max-width: 1300px;
    padding: 0 10px;
    margin-left: auto;
    margin-right: auto;
}
.solution-section-o .solution-section-o-l {
    width: 40%;
    padding-right: 25px;
}
.solution-section-o .solution-section-o-l .img-cover {
    width: 100%;
    height: 350px;
}
.solution-section-o .solution-section-o-l .img-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.solution-section-o .solution-section-o-r {
    width: 60%;
}
.solution-section-o .check-list2 > li {
    position: relative;
    padding: 3px 5px;
}
.solution-section-o .check-list2 > li::before {
    position: absolute;
    content: "";
    background-image: url(../images/check-arrow1.svg);
    width: 18px;
    height: 18px;
    display: inline-block;
    left: -22px;
    top: 7px;
}
.solution-section-t {
    margin-bottom: 80px;
    max-width: 1300px;
    padding: 0 10px;
    margin-left: auto;
    margin-right: auto;
}
.solution-section-t .newStyle51 {
    position: relative;
    row-gap: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3em 0;
}
.solution-section-t .newStyle51 .grid-item {
    display: grid;
    grid-template-columns: repeat(auto-fill, var(--width-child));
    justify-content: space-between;
    row-gap: 1em;
}
.solution-section-t .newStyle51 .grid-item > *:nth-child(1), .newStyle51 .grid-item > *:nth-child(4) {
    background: #f4f7fb;
}
.solution-section-t .newStyle51 .grid-item > * {
    border-radius: 8px;
    padding: 1em 2em;
}
.solution-section-t .newStyle51 .grid-item > *:nth-child(2), .newStyle51 .grid-item > *:nth-child(4) {
    text-align: right;
}
.solution-section-t .newStyle51 .grid-item > *:nth-child(2), .newStyle51 .grid-item > *:nth-child(3) {
    background: #f0ecf4;
}
.solution-section-t .newStyle51 .show-center {
    position: absolute;
    padding: 1em;
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    /* width: 200px; */
    height: 185px;
    border-radius: 50%;
    background: transparent;
}
.solution-section-t .newStyle51 .show-center img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: transparent;
}
.solution-section-th {
    margin-bottom: 80px;
    display: grid;
    grid-template-columns: var(--rate);
    justify-content: space-between;
    max-width: 1300px;
    padding: 0 10px;
    margin-left: auto;
    margin-right: auto;
}
/* .solution-section-th .img-contain {
    width: 40%;
}
.solution-section-th .solution-section-th-l {
    width: 60%;
} */
.solution-section-th .img-contain {
    padding-left: 30px;
    /* padding-right: 20px; */
}
.solution-section-th .img-contain img {
    width: 100%;
    border-radius: 10px;
}
.solution-section-f {
    margin-bottom: 80px;
    max-width: 100%;
    width: 100%;
    padding: 50px 10px;
    background-color: #e7e4f1;
}
.solution-section-f .solution-section-f-content {
    position: relative;
    max-width: 1300px;
    padding: 0 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
}
.solution-section-f .solution-section-f-content .swiper-solution {
    overflow: hidden;
}
.solution-section-f .solution-section-f-content .swiper-wrapper {

}
.solution-section-f > div {
    max-width: 1300px;
    padding: 0 10px;
    margin-left: auto;
    margin-right: auto;
}
.solution-section-f .swiper-solution{
  --swiper-navigation-color: #5E5BBC;
  --swiper-navigation-size: 24px;
}
.solution-section-f .swiper-slide {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.solution-section-f .swiper-slide .img-slide {
    width: 300px;
    height: 300px;
    margin-right: 80px;
}
.solution-section-f .swiper-slide .img-slide > img {
    width: 100%;
    height: 100%;
}
.solution-section-f .swiper-slide .text-slide > h2 {
    font-size: 28px;
    margin-bottom: 20px;
}
.solution-section-f ul > li {
    position: relative;
    padding: 3px 5px;
}
.solution-section-f ul > li::before {
    position: absolute;
    content: "";
    background-image: url(../images/check-arrow1.svg);
    width: 18px;
    height: 18px;
    display: inline-block;
    left: -22px;
    top: 7px;
}
.solution-section-fi {
    margin-bottom: 80px;
    max-width: 1300px;
    padding: 0 10px;
    margin-left: auto;
    margin-right: auto;
}
.solution-section-fi .newStyle56 {
    position: relative;
}
.solution-section-fi .newStyle56 > dt {
    border-radius: 2px;
    padding: 0.8em 1em;
    margin: 1em 0;
    padding-left: 7em;
    /* --icon: url(../images/2-1-6-therapeutic-protein-development-platforms-pic2.jpg); */
    transition: all ease-in-out 0.3s;
    transform: translateY(0);
    border-top: 1px solid var(--purple-color-200);
    padding-top: 1.2em;
    --icon-width: 4em;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.solution-section-fi .newStyle56 > dt::before {
    position: absolute;
    left: 0;
    content: "";
    width: var(--icon-width);
    aspect-ratio: 1;
    background-image: var(--icon);
    background-size: contain;
    background-repeat: no-repeat;
    transition: all ease-in-out 0.3s;
}
.solution-section-fi .newStyle56 .text-xl {
    font-size: 20px;
    margin-bottom: 10px !important;
}

.solution-section-fi .newStyle56 .grid-item {
    display: grid;
    grid-template-columns: repeat(auto-fill, var(--width-child));
    justify-content: space-between;
}
.solution-section-fi .newStyle56 > dt:hover {
    transform: translateY(-0.2em);
    --icon-width: 4.5em;
}
.solution-section-fi .ul-in-t li {
    list-style: circle;
}
.solution-section-s {
    margin-bottom: 80px;
    max-width: 1300px;
    padding: 0 10px;
    margin-left: auto;
    margin-right: auto;
}
.solution-section-s .newStyle55 {
    position: relative;
    margin: 10px 0;
    --ratio: 5 / 3;
    --img-height: auto;
}
.solution-section-s .grid-item {
    display: grid;
    grid-template-columns: repeat(auto-fill, var(--width-child));
    justify-content: space-between;
    --width-child: 24%;
    row-gap: 10px;
}
.solution-section-s .newStyle55 .item {
    position: relative;
    background: linear-gradient(to bottom, #c8c5df, #f9f7fa);
    padding: 10px;
    --scale: 1;
}
.solution-section-s .newStyle55 .item .img {
    position: relative;
    overflow: hidden;
    aspect-ratio: var(--ratio);
    height: var(--img-height);
    text-align: center;
}
.solution-section-s .newStyle55 .item .img img {
    vertical-align: top;
    width: 100px;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    transition: all ease-in-out 0.3s;
    transform: scale3d(var(--scale), var(--scale), 1);
}
.solution-section-s .newStyle55 .item .content {
    position: relative;
    padding: 10px 0;
}
.solution-section-s .newStyle55 .item .title {
    color: var(--white-color);
    width: 100%;
    padding: 0.1em 0.5em;
    text-align: center;
    line-height: 1.6rem;
    display: block;
    margin: 0;
    font-size: 1.1em;
    margin-bottom: 1em;
    color: var(--main-color);
}
.solution-section-s .ullist {
    margin: 0;
}
.solution-section-s .ullist li {
    list-style: none !important;
    margin: 0;
    padding-bottom: 3px;
    position: relative;
    padding-left: 20px;
}
.solution-section-s .ullist li:before {
    content: "\2022";
    position: absolute;
    left: 0;
    top: 1px;
    display: inline-block;
    color: #5E5BBC;
    font-size: 12px;
    font-weight: bold;
}
.solution-section-s .newStyle55 .item:hover {
    --scale: 1.1;
}

.solution-section-se {
    margin-bottom: 80px;
    max-width: 1300px;
    padding: 0 10px;
    margin-left: auto;
    margin-right: auto;
}
.solution-section-se .grid {
    display: grid;
    grid-template-columns: var(--rate);
    justify-content: space-between;
    align-items: center;
}
.solution-section-se .img-style4 {
    position: relative;
    margin-top: 20px;
    height: 360px;
}
.solution-section-se .img-style4::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: -15px;
    left: -15px;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    background: linear-gradient(36deg, #a7a0ca, hsl(250, 28%, 100%));
    z-index: -1;
    overflow: hidden;
}
.solution-section-se .img-style4 img {
    position: absolute;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.solution-section-se .check-list2 > li {
    position: relative;
    padding-left: 25px;
    line-height: 1.5;
    margin-bottom: 15px;
}
.solution-section-se .check-list2 > li::before {
    position: absolute;
    content: "";
    background-image: url(../images/check-arrow1.svg);
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    display: inline-block;
    left: 0;
    top: 5px;
}
.solution-section-se > .grid.py-6 {
    margin-bottom: 80px;
}
.solution-section-se > .grid.py-6 h3 {
    font-size: 28px;
}
.solution-section-se > .grid.py-6 .check-list2 {
    padding-left: 0;
}
.solution-section-e {
    margin-bottom: 80px;
    max-width: 1300px;
    padding: 0 10px;
    margin-left: auto;
    margin-right: auto;
}
.solution-section-e .faq-list {
    position: relative;
    padding: 0 12px 12px 0;
    border-radius: 4px;
    margin-bottom: 12px;
}
.solution-section-e .faq-list > dt {
    position: relative;
    margin-bottom: 22px;
}
.solution-section-e .faq-list .title {
    position: relative;
    transition: all ease-in-out 0.3s;
    cursor: pointer;
    padding-right: 12px;
    font-weight: bold;
    padding: 10px 30px 12px 10px;
    background: #f8f8f8;
}
.solution-section-e .faq-list .title.active::after {
    content: "-";
}
.solution-section-e .faq-list .title::after {
    position: absolute;
    content: "+";
    right: 15px;
    top: 10px;
    transition: all ease-in-out 0.3s;
}
.solution-section-e .faq-list .content {
    position: relative;
    display: none;
    padding: 10px 12px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ccc;
    position: relative;
    margin-top: 17px;
}
.solution-section-e .faq-list .content::before {
    position: absolute;
    content: "";
    left: 0;
    top: 2px;
    width: 12px;
    aspect-ratio: 1;
    background: #fff;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    border: 1px solid #ccc;
    transform: rotateZ(45deg) translate3d(1em, -1.7em, 0);
}
.solution-section-e .faq-list .content.active {
    display: block;
}

/* new */

.header-top {
    background: #5E5BBC;
    color: #fff;
    padding: 12px 0;
}
.header-top a, .header-top span {
    color: #fff;
    font-size: 15px;
}
.header-top a:hover {
    color: #AD9BEC;
}
.top-bar-info{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-top .email {
    padding-left: 25px;
    background: url(../images/foot-email.svg) no-repeat 0px 5px / 19px;
}
.header-top .address {
    margin-right: 20px;
    padding-left: 25px;
    background: url(../images/foot-address.svg) no-repeat 0px 1px / 15px;
    background-size: contain;
}
.header-top .phone {
    padding-left: 25px;
    background: url(../images/foot-phone.svg) no-repeat 0px 1px / 17px;
    background-size: contain;
}
.banner {
    height: calc(100vh - 160px);
    min-height: 600px;
    width: 100%;
    position: relative;
}
.banner > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner .banner-text {
    position: absolute;
    width: 1000px;
    padding: 0px 15px;
    max-width: 100%;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.banner .banner-text p {
    font-size: 18px;
}
.banner .banner-text h1 {
    font-size: 60px;
    line-height: 1.3;
    margin-bottom: 70px;
}
.banner .banner-text a {
    background: #5E5BBC;
    color: #fff;
    border-radius: 7px;
    font-size: 18px;
    padding: 15px 28px 19px 28px;
}
.banner .banner-text a:hover {
    background: #7668a8;
}
.ele-modular {
	width: 100%;
    height: auto;
    background: rgb(248,242,255);
    color: #fff;
    padding: 70px 0px 40px;
}
.ele-modular .pic{
	width: 130px;
	height: 130px;
	max-width: 100%;
	background: #fff;
	border-radius: 50%;
	padding: 15px;
	overflow: hidden;
	display: inline-block;
}
.ele-modular .pic img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.ele-modular p {
    color: #000;
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 0;
}
.ele-modular .container-inner {
    width: 100%;
}
.ele-modular .container-inner .ele-modular-list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.ele-modular .container-inner .ele-modular-list .list-item{
	width: 20%;
	margin-bottom: 30px;
}
.section-life {
    /* height: 500px; */
    width: 100%;
    padding: 100px 0;
}
.section-life h2 {
    font-size: 36px;
    margin-bottom: 40px;
}
.section-life .section-life-r p {
    margin-bottom: 40px;
}
.section-life .section-life-r a {
    background: #5E5BBC;
    color: #fff;
    border-radius: 7px;
    font-size: 18px;
    padding: 10px 28px 14px 28px;
    margin-top: 5px;
    display: inline-block;
}
.section-life .section-life-r a:hover {
    background: #7668a8;
}
.section-from-design {
    background: #f8f2ff;
    padding: 70px 0 100px 0;
    /* height: 500px; */
}
.section-from-design > h2 {
    font-size: 36px;
    text-align: center;
    /* max-width: 1000px; */
    margin: 0 auto;
    margin-bottom: 50px;
}
.section-from-design .item > div {
    background: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.section-from-design .item .img {
    overflow: hidden;
    flex: 1;
}
.section-from-design .item > div img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all .3s;
}
.section-from-design .item .text {
    padding: 20px;
    height: 46%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.section-from-design .item:hover img {
    transform: scale(1.1);
    transition: all .3s;
}
.section-call-now {
    padding: 70px 0 100px 0;
}
.section-call-now h2 {
    text-align: center;
    font-size: 36px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.section-call-now .phone-text {
    color: #5E5BBC;
}
.section-call-now > .container > div > a {
    background: #5E5BBC;
    color: #fff;
    border-radius: 7px;
    font-size: 18px;
    padding: 15px 28px 19px 28px;
    margin: 0 auto;
    display: inline-block;
}
.section-call-now > .container > p {
    font-size: 18px;
}
.section-workflow-service {
    background: #f8f2ff;
    padding: 100px 0;
}
.section-workflow-service h2 {
    font-size: 30px;
    margin-bottom: 30px;
}
.section-workflow-service .style1 {
    margin-bottom: 50px;
    font-size: 18px;
}
.section-workflow-service-info{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.section-workflow-service-info .pic{
	width: calc(100% - 620px);
}
.section-workflow-service-info .pic img{
	width: 100%;
	height: auto;
}
.section-workflow-service-info .text{
	width: 560px;
}
.section-workflow-service-info .text .text-list{
	width: 100%;
	height: auto;
	position: relative;
}
.section-workflow-service-info .text .text-list img{
	width: 100%;
	height: auto;
}
.section-workflow-service-info .text .text-list .text-list-box p{
	width: 38%;
	color: #fff;
	line-height: 1.4;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	margin-bottom: 0px;
}
.section-workflow-service-info .text .text-list .text-list-box p a{
	color: inherit;
	line-height: inherit;
	font-size: inherit;
	font-weight: inherit;
}
.section-workflow-service-info .text .text-list .text-list-box p a:hover{
	color: #000;
}
.section-workflow-service-info .text .text-list .text-list-box p:nth-child(1){
	left: 6%;
	top: 8%;
}
.section-workflow-service-info .text .text-list .text-list-box p:nth-child(2){
	left: 51%;
	top: 6%;
}
.section-workflow-service-info .text .text-list .text-list-box p:nth-child(3){
	left: 32%;
    top: 71%;
    width: 34%;
}
.section-customized {
    padding: 100px 0 100px 0;
}
.section-customized .item {
    padding: 20px 18px;
    
}
.section-customized .item > img {
    margin-bottom: 30px;
    max-height: 130px;
}
.section-customized .item > h3 {
    margin-bottom: 20px;
    min-height: 53px;
    max-width: 210px;
    margin-left: auto;
    margin-right: auto;
}
.section-customized .item > p {
    margin-bottom: 0;
}
.section-customized .item > a {
    background: #5E5BBC;
    color: #fff;
    border-radius: 7px;
    font-size: 16px;
    padding: 5px 17px 8px 17px;
    margin-top: 20px;
    display: inline-block;
}
.section-customized .container-inner > .row > div {
    transform: scale(1);
    transition: all .3s;
}
.section-customized .container-inner > .row > div:hover {
    box-shadow: rgba(44, 44, 44, 0.1) 0px 0px 20px 7px;
    transform: scale(1.1);
    transition: all .3s;
}

.section-why-choose-us {
    background: #f8f2ff;
    padding: 70px 0 100px 0;
}
.section-why-choose-us h2 {
    font-size: 36px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
}
.section-why-choose-us .style1{
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
    color: #858A97;
}


.section-why-choose-us .row{
	justify-content: space-between;
	margin: 0px;
}
.section-why-choose-us .card-col {
    position: relative;
    padding: 0px;
    width: 32%;
    height: 300px;
    transition: transform 0.6s;
}
 
.section-why-choose-us .card-front, .card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all .6s;
    padding: 0px;
}
 
.section-why-choose-us .card-front {
    z-index: 2;
}
.section-why-choose-us .card-front img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
 
.section-why-choose-us .card-back {
    background-color: #e9e9e9;
    transform: rotateY(180deg);
    transition: all .6s;
    padding: 20px;
}
 
.section-why-choose-us .card-col:hover .card-front {
    transform: rotateY(-180deg);
    transition: all .6s;
}
 
.section-why-choose-us .card-col:hover .card-back {
    transform: rotateY(0deg);
    transition: all .6s;
}


.index-section-Products {
    padding: 70px 0 50px 0;
}
.index-section-Products h2 {
    font-size: 36px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px;
}
.section-Products .item > div {
    background: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
}
.section-Products .item .img {
    overflow: hidden;
}
.section-Products .item > div img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all .3s;
}
.section-Products .item .text {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}
.section-Products .item:hover img {
    transform: scale(1.1);
    transition: all .3s;
}
.section-Products .item .text > p {
    flex: 1;
}


.index-section-Products-list{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	column-gap: 2%;
	flex-wrap: wrap;
}
.index-section-Products-list .item{
	width: 32%;
	margin-bottom: 30px;
	background: #fff;
	box-shadow: 0px 0px 8px rgba(0,0,0,.15);
	transition: all .2s;
}
.index-section-Products-list .item:hover{
	transform: translateY(-6px);
}
.index-section-Products-list .item .pic{
	width: 100%;
	padding-bottom: 60%;
	overflow: hidden;
	position: relative;
}
.index-section-Products-list .item .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.index-section-Products-list .item:hover .pic img{
	transform: scale(1.1); 
}
.index-section-Products-list .item .text{
	width: 100%;
	padding: 20px 15px 5px;
}
.index-section-Products-list .item .text p{
	margin-bottom: 15px;
}
.index-section-Products-list .item:hover .text h3{
	color: #5E5BBC;
}
.section-info {
    background: #5E5BBC;
    padding: 70px 0;
    color: #fff;
}
.section-info * {
    color: #fff;
}

.section-info .item-1-text > img {
    margin-bottom: 10px;
    filter: invert(1);
}
.section-info .item-1-text > .address {
    /* margin-right: 20px; */
    padding-left: 25px;
    background: url(../images/foot-address.svg) no-repeat 0px 4px / 15px;
    /* background-size: contain; */
    background-size: 15px;
    margin-bottom: 20px;
}
.section-info .item-2-text .company-container {
    display: flex;
}
.section-info .item-2-text .company-container > ul, .section-info .item-3-text > ul {
     padding-left: 19px; 
}
.section-info .item-2-text .company-container > ul > li, .section-info .item-3-text > ul > li {
    margin-bottom: 5px;
    list-style: disc;
}
.section-info .item-2-text {
    padding-left: 50px;
    padding-top: 30px;
}
.section-info .item-3-text {
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
}
.section-map {
    width: 100%;
    height: 500px;
}
.section-map iframe {
    width: 100%;
    height: 100%;
}

.breadcrumbs {
    width: 100%;
    height: auto;
    padding: 0px;
    text-align: left;
    padding: 15px 0px;
}
.breadcrumbs ul {
    width: 100%;
    height: auto;
    margin: auto;
    font-size: 15px;
    color: #fff;
    padding-left: 0px;
}
.breadcrumbs ul li {
    font-size: 14px;
    color: #000;
    display: inline-block;
    margin-right: 5px;
}
.breadcrumbs ul li a {
    font-size: 14px;
    color: #5e5bbc;
    display: inline-block;
}
.breadcrumbs ul li a:hover {
    color: #cfabff;
}
.breadcrumbs ul li::before {
    content: "/";
    color: #5e5bbc;
    margin-right: 7px
}
.breadcrumbs ul li:first-child::before {
    content: "";
    margin-right: 0px;
}
.breadcrumbs ul li:first-child {
    padding-left: 22px;
    background: url(../images/icon-home.svg) no-repeat left 5px/15px;
}

.about-banner .background-fixed {
    background-image: url('./../images/About-Us-1.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
    width: 100%;
    height: 350px;
    background-clip: content-box;
}
.precision-tools-container {
    padding: 80px 0 100px 0;
}
.precision-tools-container h2 {
    text-align: center;
    font-size: 36px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.precision-tools-container p {
    font-size: 16px;
    line-height: 28px;
}
.modular-engineering-platform-container {
    background: #f8f2ff;
    padding: 80px 0 100px 0;
}
.modular-engineering-platform-container > div {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.modular-engineering-platform-container > div > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.modular-engineering-platform-container > div > div img {
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
}
.modular-engineering-platform-container > div > div p {
    margin-bottom: 0;
    font-size: 18px;
    text-align: center;
}
.about-content-img {
    padding: 50px 0 70px 0;
}
.about-content-img .container {
    text-align: center;
}
.about-content-img .container img {
    width: 70%;
}
.section-why-choose-us {
    background: #f8f2ff;
    padding: 70px 0 60px 0;
}
.section-why-choose-us-list{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	column-gap: 2%;
	flex-wrap: wrap;
}
.section-why-choose-us-list .item{
	width: 32%;
	margin-bottom: 30px;
	background: #fff;
}
.section-why-choose-us-list .item .pic{
	width: 100%;
	padding-bottom: 60%;
	overflow: hidden;
	position: relative;
}
.section-why-choose-us-list .item .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.section-why-choose-us-list .item:hover .pic img{
	transform: scale(1.1); 
}
.section-why-choose-us-list .item .text{
	width: 100%;
	padding: 20px 15px 5px;
}
.section-why-choose-us-list .item .text p{
	margin-bottom: 15px;
}
.about-item-section2{
	padding-bottom: 200px;
}
.about-item-section3{
	padding-top: 0px;
	margin-top: -120px;
}


.careers-banner .background-fixed {
    background-image: url('./../images/Careers-1.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
    width: 100%;
    height: 350px;
    background-clip: content-box;
}

.section-careers-join-us > h2 {
    margin-bottom: 20px;
}
.section-careers-join-us .section-Products-list > p {
    color: #858585;
}
.section-careers-join-us .item .img {
    width: 70px;
    height: 70px;
    padding: 0 20px;
    box-sizing: content-box;
}
.section-careers-join-us .item {
    text-align: left;
}
.section-careers-join-us .item > div img {
    object-fit: contain;
    transform: scale(1) !important;
}
.section-careers-join-us .section-careers-join-us-row {
    margin-top: 40px;
}
.section-careers-join-us .section-careers-join-us-row > .item:first-child {
    padding-left: 0;
}

.online-application-container {
    background: #f8f2ff;
    padding: 70px 0 70px 0;
}
.online-application-container h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 20px;
}
.online-application-container .row>div{
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.online-application-container .form_group {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    padding: 5px 0px;
}
.online-application-container .form_group label {
    margin-bottom: 5px;
    font-size: 16px;
    color: #0E0D1B;
    margin-left: 0px;
    display: block;
}
.online-application-container .form_group .form_control {
    width: 100%;
    height: 50px;
    border: 1px solid #E8E8E8;
    padding: 0px 10px;
    margin-bottom: 0px;
    font-size: 15px;
    color: #454646;
    box-shadow: none;
    background: #fff;
    border-radius: 5px;
    outline: none;
}
.online-application-container .form_group textarea.form_control{
	padding-top: 10px;
}
.online-application-container .form_group textarea[name="description"]{
	height: 120px;
}
.online-application-container .form_group .form_textarea {
    padding: 10px;
    width: 100%;
    height: 100px;
    border: 1px solid #E8E8E8;
    margin-bottom: 0px;
    font-size: 15px;
    color: #454646;
    box-shadow: none;
    background: #fff;
    border-radius: 5px;
}
.online-application-container .form_file_container {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
}
.online-application-container .form_file_container > .form_file {
    font-size: 14px;
}

.submit-button {
    font-size: 17px;
    color: #fff;
    transition: all 0.5s ease-in-out;
    text-transform: uppercase;
    overflow: hidden;
    z-index: 1;
    background: rgb(105,90,162);
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
    height: 45px;
    line-height: 40px;
    padding: 0 35px 1px 35px;
    position: relative;
    text-align: center;
    display: block;
    border: 1px solid #fff;
    border-radius: 50px;
    font-family: 'Poppins-SemiBold', sans-serif;
    margin: 0 auto;
    margin-top: 20px;
}

.contact-banner .background-fixed {
    background-image: url('./../images/Contact-Us-1.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
    width: 100%;
    height: 350px;
    background-clip: content-box;
}


.contact-content {
    padding: 70px 0 100px 0;
}
.contact-content h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 20px;
}
.contact-content > .container > p {
    font-size: 18px;
    text-align: center;
}
.contact-content > .container .row {
    margin-top: 40px;
}
.contact-content .item > div > h3 {
    color: #5E5BBC;
}
.foot-list-info{
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	column-gap: 30px;
}
.foot-list-info h3{
	font-size: 20px;
}
.foot-list-info .item-1-text{
	max-width: 350px;
}
.foot-list-info .item-1-text p{
	margin-bottom: 0px
}
.foot-list-info .item-2-text{
	padding: 0px;
}
.foot-list-info .item-3-text{
	padding: 0px;
}
.foot-list-info .foot-nav-list{
	padding-top: 45px;
} 
.foot-nav-list ul{
	margin-bottom: 0px;
}
.foot-nav-list ul li:last-child{
	margin-bottom: 0px;
}
.foot-contact .foot-contact-title{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 12px;
	display: block;
}
.foot-contact .list-item-content p{
	padding-left: 25px;
	position: relative;
	margin-bottom: 10px;
}
.foot-contact .list-item-content 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-item-content p:nth-child(1):before{
	background-image: url(../images/foot-address.svg);
	top: 1px;
}
.foot-contact .list-item-content p:nth-child(2):before{
	background-image: url(../images/foot-email.svg);
}
.foot-contact .list-item-content p:nth-child(3):before{
	background-image: url(../images/foot-phone.svg);
}
.form-tip {
    padding: 10px 47px !important;
}
.contact-background {
    background-image: url('./../images/Contact-Us-2.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 500px;
}
.service-banner .background-fixed {
    background-image: url('./../images/Service-1.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 350px;
    background-clip: content-box;
}

.theme-btn2 {
    font-size: 17px;
    color: #fff;
    transition: all 0.5s ease-in-out;
    text-transform: uppercase;
    overflow: hidden;
    z-index: 1;
    background: rgb(105,90,162);
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
    height: 45px;
    line-height: 40px;
    padding: 0 30px 2px 30px;
    position: relative;
    text-align: center;
    display: block;
    border: none;
    border-radius: 50px;
    font-family: 'Poppins-SemiBold', sans-serif;
    margin: 0 auto;
}
.theme-btn2:hover{
	background: #5E5BBC;
}
.related-box {
    width: 100%;
    height: auto;
    margin-top: 20px;
}
.related-box .related-title {
    font-family: var(--default-font);
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
    color: #000;
}
.related-box .related-list {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}
.related-box .related-list a {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    width: 49%;
    padding: 9px 10px 9px 30px;
    border: 1px solid rgba(21, 21, 21, 0.2);
    color: #000;
    margin-bottom: 10px;
    position: relative;
}
.related-box .related-list a:before {
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 13px;
    margin-top: 1px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.related-box .related-list a:hover {
    background: #5E5BBC;
    border: 1px solid #5E5BBC;
    color: #fff;
}

.info-pic-left{
	width: 100%;
	height: auto;
	margin-bottom: 25px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
    column-gap: 25px;
}
.info-pic-left .pic{
	width: auto;
	flex-shrink: 0;
	max-width: 100%;
}
.info-pic-left .pic img{
	height: auto;
	max-width: 100%;
}
.info-pic-left .text{
	width: 100%;
}
.info-pic-left .text p:last-child{
	padding-bottom: 0px;
    margin-bottom: 0px;
}
.info-pic-left .text ul:last-child{
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.info-pic-left .text h2:last-child{
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.info-pic-left .text h3:last-child{
	padding-bottom: 0px;
	margin-bottom: 0px;
}


.info-pic-right{
	width: 100%;
	height: auto;
	margin-bottom: 25px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
    column-gap: 25px;
}
.info-pic-right .pic{
	width: auto;
	flex-shrink: 0;
	max-width: 100%;
}
.info-pic-right .pic img{
	height: auto;
	max-width: 100%;
}
.info-pic-right .text{
	width: 100%;
}
.info-pic-right .text p:last-child{
	padding-bottom: 0px;
    margin-bottom: 0px;
}
.info-pic-right .text ul:last-child{
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.info-pic-right .text h2:last-child{
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.info-pic-right .text h3:last-child{
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.services-container .bg-box {
    display: block;
    margin-bottom: 20px !important;
    padding: 10px 20px;
    background: #5E5BBC;
    color: #fff;
    text-align: center;
    border-radius: 0px;
}
.services-container .font-color1{
	color: #5E5BBC;
}
.info-item1{
	width: 100%;
	height: auto;
}
.info-item1>.row{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0px -10px;
}
.info-item1>.row:before{
	content: none;
}
.info-item1>.row:after{
	content: none;
}
.info-item1>.row>div{
    padding: 0px 10px;
	margin-bottom: 25px;
}
.info-item1 .list-item{
	width: 100%;
	height: 100%;
	display: block;
    border: 2px solid #ededf7;
    background: linear-gradient(to bottom, #fefefe, #dedef1);
    padding: 20px 20px 5px;
    border-radius: 12px;
    position: relative;
}
.info-item1 .list-item:after{
	content: '';
	width: 120px;
	max-width: 100%;
	height: 6px;
	border-radius: 20px;
	background: #aeaddd;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -6px;
}
.info-item1 .list-item .list-title{
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 15px;
	position: relative;
}
.info-item1 .list-item .list-title:after{
	content: '';
	width: 100%;
	height: 8px;
	border-radius: 20px;
	background: linear-gradient(to right, #615ebd,#dad9ed 30%,#deddf1);
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.info-item1 .list-item .list-title img{
	width: 60px;
	height: 60px;
	object-fit: contain;
}
.info-item1 .list-item .list-title p{
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.info-item2{
	width: 100%;
	height: auto;
}
.info-item2>.row{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0px -8px;
}
.info-item2>.row:before{
	content: none;
}
.info-item2>.row:after{
	content: none;
}
.info-item2>.row>div{
    padding: 0px 8px;
	margin-bottom: 25px;
}
.info-item2 .list-item{
	width: 100%;
	height: 100%;
	display: block;
    background: #fff;
    padding: 20px 10px 5px;
    box-shadow: 1px 2px 6px rgba(94,91,188,.4);
}
.info-item2>.row>div:nth-child(2n) .list-item{
    box-shadow: 1px 2px 6px rgba(191,191,191,.4);
}
.info-item3{
	width: 100%;
	height: auto;
	margin-bottom: 25px;
}
.info-item3>.row{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0px 0px;
}
.info-item3>.row:before{
	content: none;
}
.info-item3>.row:after{
	content: none;
}
.info-item3>.row>div{
    padding: 0px 0px;
	margin-bottom: 0px;
}
.info-item3 .list-item{
	width: 100%;
	height: 100%;
	display: block;
    background: #e1e1f2;
    padding: 16px 15px 1px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}
.info-item4{
	width: 100%;
	height: auto;
	margin-bottom: 5px;
	padding: 50px 15px;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
	column-gap: 2%;
}
.info-item4 .list-item{
	width: 49%;
	position: relative;
	padding: 30px 30px 15px;
	background: linear-gradient(to right, #fdfcff,#dedef0);
	margin-bottom: 50px;
}
.info-item4 .list-item:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: -15px;
	top: -15px;
	padding: 30px 30px 15px;
	border: 2px solid;
	border-image: linear-gradient(to right,#fdfcff,#f5f4fb 45%,#6c69c2) 1;
}
.info-item4 .list-item .text{
	position: relative;
	z-index: 5;
}
.info-item4 .list-item .pic{
	width: 50px;
	height: 80px;
	position: absolute;
	right: 30px;
	top: -50px;
	z-index: 5;
}
.info-item4 .list-item .pic img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.info-item4 .list-item:nth-child(2n){
	background: linear-gradient(to right, #f2f2f2,#ffffff);
	margin-top: 50px;
	margin-bottom: 0px;
}
.info-item4 .list-item:nth-child(2n):before{
	left: auto;
	right: -15px;
	top: auto;
	bottom: -15px;
	padding: 30px 30px 15px;
	border: 2px solid;
	border-image: linear-gradient(to right,#c5c5c5,#ebedee 65%,#fbfdff) 1;
}
.info-item4 .list-item:nth-child(2n) .pic{
	right: auto;
	top: auto;
	left: 30px;
	bottom: -50px;
}
.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;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(94,91,188,.15);
    padding: 20px 10px 15px;
    position: relative;
    transition: all .2s;
}
.info-item5 .list-item:hover{
	transform: translateY(-6px);
}
.info-item5 .list-item:after{
	content: '';
	width: 100px;
	max-width: 100%;
	height: 7px;
	background: #5E5BBC;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0px;
	transition: all .2s;
}
.info-item5 .list-item:hover:after{
	width: 130px;
}
.info-item5 .list-item .list-title{
	width: 100%;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	column-gap: 10px;
	position: relative;
}
.info-item5 .list-item .list-title img{
	width: 54px;
	height: 54px;
	flex-shrink: 0;
	object-fit: contain;
}
.info-item5 .list-item .list-title p{
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 1.3;
}
.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;
	margin-top: 25px;
}
.info-item6 .list-item{
	width: 100%;
	height: 100%;
	display: block;
    background: #fff;
    border: 1px solid #5E5BBC;
    border-radius: 15px;
    box-shadow: 8px 9px 10px rgba(0,0,0,.05);
    padding: 35px 15px 5px;
    position: relative;
    transition: all .2s;
}
.info-item6 .list-item .pic{
	width: 32px;
	height: 54px;
	position: absolute;
	left: 15px;
	top: -27px;
}
.info-item6 .list-item .pic img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.info-item6.info-style2 .list-item .pic{
	width: 42px;
	height: 54px;
	background: #fff;
}
.info-item7{
	width: 100%;
	height: auto;
}
.info-item7>.row{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0px -8px;
}
.info-item7>.row:before{
	content: none;
}
.info-item7>.row:after{
	content: none;
}
.info-item7>.row>div{
    padding: 0px 8px;
	margin-bottom: 20px;
}
.info-item7 .list-item{
	width: 100%;
	height: 100%;
	display: block;
    padding: 20px 15px 5px;
    border: 1px solid #5E5BBC;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 0px 6px rgba(0,0,0,.05);
}
.info-item8{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: space-between;
}
.info-item8 .list-item{
	width: 49%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.info-item8 .list-item:nth-child(2n){
	flex-direction: row-reverse;
}
.info-item8 .list-item:nth-child(1){
	align-items: center;
}
.info-item8 .list-item:nth-child(2){
	align-items: center;
}
.info-item8 .list-item .pic{
	width: 90px;
}
.info-item8 .list-item .pic img{
	width: 100%;
	height: auto;
}
.info-item8 .list-item .text{
	width: calc(100% - 105px);
	height: 100%;
}
.info-item8 .list-item .text .style1{
	line-height: 1.3;
	padding: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #5E5BBC;
	text-align: right;
	position: relative;
}
.info-item8 .list-item .text .style1:before{
	content: '';
	width: 10px;
	height: 10px;
	background: #5E5BBC;
	border-radius: 20px;
	position: absolute;
	left: 0px;
	bottom: -5px;
}
.info-item8 .list-item:nth-child(2n) .text .style1:before{
	left: auto;
	right: 0px;
}
.info-item8 .list-item:nth-child(2n) .text .style1{
	text-align: left;
}
.info-item9{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
	column-gap: 30px;
}
.info-item9 .list-item{
	width: calc(33.33% - 20px);
	position: relative;
}
.info-item9 .list-item:after{
	content: '';
	width: 5px;
	height: 360px;
	background: url(../images/arrow1.png) no-repeat center center/contain;
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
}
.info-item9 .list-item:nth-child(3n):after{
	content: none;
}
.services-container .title-style1{
	display: inline-block;
	padding: 11px 20px !important;
	line-height: 1.3;
	background: #e6e0ec;
	border-radius: 6px;
	text-align: center;
	width: auto;
	min-width: 220px;
	max-width: 100%;
	margin-bottom: 15px;
}
.services-container .table-style1{
	border-collapse: separate;
	border: none;
	border-bottom: 2px solid #5E5BBC;
}
.services-container .table-style1 tr td{
	background: rgb(239,239,248);
	border: none;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.services-container .table-style1 tr:first-child td{
	color: #5E5BBC;
	border-top: 2px solid #5E5BBC;
	border-bottom: 1px solid #5E5BBC;
	background: #fff;
	border-right: 1px solid #ddd;
}
.services-container .table-style1 tr:first-child td:last-child{
	border-right: none;
}
.services-container .table-style2{
	border-collapse: separate;
	border: none;
	border-bottom: 2px solid #5E5BBC;
	border-left: 1px solid #CBC9E9;
}
.services-container .table-style2 tr td{
	background: #fff;
	border: none;
	border-right: 1px solid #CBC9E9;
	border-bottom: 1px solid #CBC9E9;
}
.services-container .table-style2 tr:nth-child(2n+1) td{
	background: rgb(239,239,248);
}
.services-container .table-style2 tr:first-child td{
	color: #5E5BBC;
	border-top: 2px solid #5E5BBC;
	border-bottom: 1px solid #5E5BBC;
	background: #fff;
	border-right: 1px solid #CBC9E9;
}
.services-container .info-box1{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	background: #DDDDF0;
	border-radius: 20px;
	padding: 16px 16px 1px;
}
.services-container .info-box1.bg-color-style2{
	background: #F2F2F2;
}
.services-container .info-box1 .info-pic-left{
	margin-bottom: 15px;
}
.services-container .info-box1 .info-pic-right{
	margin-bottom: 15px;
}
.info-item10{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 20px;
}
.info-item10 .pic{
	width: 220px;
	height: auto;
}
.info-item10 .pic img{
	width: 100%;
	height: auto;
}
.info-item10 .text{
	width: calc(100% - 220px);
}
.info-item10 .text .list-item{
	width: 100%;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.info-item10 .text .list-item:nth-child(1){
	margin-left: -70px;
}
.info-item10 .text .list-item:nth-child(2){
	margin-left: -30px;
}
.info-item10 .text .list-item:nth-child(4){
	margin-left: -30px;
}
.info-item10 .text .list-item:nth-child(5){
	margin-left: -70px;
}
.info-item10 .text .list-item:last-child{
	margin-bottom: 0px;
}
.info-item10 .text .list-item .style1{
	width: 30%;
	border: 1px solid #5E5BBC;
	border-radius: 200px;
	background: #fff;
	padding: 6px 12px;
	min-height: 65px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 3px 4px 10px rgba(11,48,65,.1);
}
.info-item10 .text .list-item .style1 p{
	color: #5E5BBC;
	line-height: 1.3;
	text-align: center;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.info-item10 .text .list-item .style2{
	width: 67%;
}
.info-item10 .text .list-item .style2 p:last-child{
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.info-item11 {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
}
.info-item11 .list-item {
    width: 100%;
    height: auto;
    margin-bottom: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.info-item11 .list-item:before {
    content: '';
    width: 8px;
    height: 30px;
    background: url(../images/arrow2.png) no-repeat center center/contain;
    position: absolute;
    left: 31px;
    bottom: -32px;
}
.info-item11 .list-item:last-child:before {
    content: none;
}
.info-item11 .list-item .pic {
    width: 70px;
    height: auto;
}
.info-item11 .list-item .pic img {
    width: 100%;
    height: auto;
}
.info-item11 .list-item .text {
    width: calc(100% - 90px);
}
.info-item11 .list-item .text p:last-child {
    padding-bottom: 0px;
}
.info-item11 .list-item .text ul:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.info-item12 {
    width: 100%;
    max-width: 100%;
    margin: 0px auto 0;
    box-shadow: 2px 4px 8px rgb(0,0,0,.15);
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    background: #f2f2f2;
    margin-bottom: 25px;
}
.info-item12 .pic {
    width: 25%;
    position: relative;
    overflow: hidden;
}
.info-item12 .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all .5s;
}
.info-item12:hover .pic img{
	transform: scale(1.1); 
}
.info-item12 .text {
    width: 75%;
    padding: 20px 16px 5px;
}
.info-item13{
	width: 100%;
	height: auto;
	padding: 20px 20px 5px;
	border: 2px dashed #b4b4b4;
	margin-bottom: 25px;
	border-radius: 20px;
}
.info-item13 .info-pic-left{
	column-gap: 12px;
	margin-bottom: 15px;
}
.info-item13 .info-pic-right{
	column-gap: 12px;
	margin-bottom: 15px;
}
.info-item14 {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    background: #5E5BBC;
    margin-bottom: 25px;
    padding: 20px 20px;
}
.info-item14 .pic {
    width: 25%;
    position: relative;
    overflow: hidden;
}
.info-item14 .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all .5s;
}
.info-item14:hover .pic img{
	transform: scale(1.1); 
}
.info-item14 .text {
    width: 73%;
}
.info-item14 .text ul li{
    color: #fff;
}
.info-item14 .text p{
    color: #fff;
}
.info-item14 .text ul:last-child{
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.info-item14 .text p:last-child{
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.info-item15 {
    width: 100%;
    height: auto;
}
.info-item15 .list-item{
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 25px;
}
.info-item15 .list-item:nth-child(2n){
    flex-direction: row-reverse;
}
.info-item15 .list-item .pic {
    width: 25%;
    position: relative;
    overflow: hidden;
}
.info-item15 .list-item .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all .5s;
}
.info-item15 .list-item:hover .pic img{
	transform: scale(1.1); 
}
.info-item15 .list-item .text {
    width: 73%;
    border: 1px dashed #5E5BBC;
    padding: 16px 16px 1px;
}




@media screen and (max-width:1400px) {


.banner .banner-text h1 {
    font-size: 40px;
    margin-bottom: 40px;
}	
}

@media screen and (max-width:1200px) {


.foot-list-info .foot-nav-list{
	padding-top: 0px;
} 
.foot-list-info{
	flex-wrap: wrap;
}
.foot-list-info>div{
	width: 100%;
	margin-bottom: 20px;
}
.section-workflow-service-info{
	flex-wrap: wrap;
	justify-content: center;
}
.section-workflow-service-info .pic{
	width: 800px;
	max-width: 100%;
	margin-bottom: 50px;
}
.section-workflow-service-info .text{
	max-width: 100%;
}
.index-section-Products h2{
	font-size: 26px;
}
.section-why-choose-us h2{
	font-size: 26px;
}
.section-workflow-service h2{
	font-size: 26px;
}
.section-call-now h2{
	font-size: 26px;
}
.section-from-design > h2{
	font-size: 26px;
}
.section-life h2{
	font-size: 26px;
}
.banner .banner-text h1 {
    font-size: 30px;
}	
}

@media screen and (max-width:1000px) {


.top-bar-info{
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
.info-item14 .text .row>div{
    width: 100%;
}
.info-item13{
	padding: 20px 12px 5px;
}
.info-item10{
	flex-wrap: wrap;
	justify-content: center;
}
.info-item10 .pic{
	margin-bottom: 5px;
}
.info-item10 .text{
	width: 100%;
}
.info-item10 .text .list-item{
	margin-left: 0px !important;
}
.info-item9 .list-item{
	width: 100%;
}
.info-item9 .list-item:after{
	content: none;
}
.info-pic-right{
	flex-wrap: wrap;
	justify-content: center;
}
.info-pic-right .pic{
	max-width: 100%;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
}
.info-pic-right .pic img{
	max-width: 100%;
	height: auto;
}
.info-pic-right .text{
	width: 100%;
}

.info-pic-left{
	flex-wrap: wrap;
	justify-content: center;
}
.info-pic-left .pic{
	max-width: 100%;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-left: 0px;
}
.info-pic-left .pic img{
	max-width: 100%;
	height: auto;
}
.info-pic-left .text{
	width: 100%;
}
.section-from-design .item{
	margin-bottom: 30px;
}
.section-from-design .item .text{
	height: auto;
}
.section-why-choose-us .card-col{
	width: 100%;
	margin-bottom: 40px;
}
.section-why-choose-us .row{
	flex-wrap: wrap;
}
.index-section-Products-list .item{
	width: 49%;
}
.section-why-choose-us-list .item{
	width: 49%;
}
.logos img {
    height: 50px;
}
.index-section-Products h2{
	font-size: 20px;
}
.section-why-choose-us h2{
	font-size: 20px;
}
.section-workflow-service h2{
	font-size: 20px;
}
.section-call-now h2{
	font-size: 20px;
}
.section-from-design > h2{
	font-size: 20px;
}
.section-life h2{
	font-size: 20px;
}
.ele-modular .container-inner .ele-modular-list .list-item{
	width: 100%;
}
.ele-modular .container-inner .ele-modular-list{
	flex-wrap: wrap;
	justify-content: center;
}
.banner .banner-text h1 {
    font-size: 25px;
}
.info-item7>.row>div{
    width: 100%;
}
.info-item6>.row>div{
    width: 100%;
}
.info-item5>.row>div{
    width: 100%;
}
.info-item4 .list-item{
	width: 100%;
	margin-bottom: 20px !important;
	margin-top: 0px !important;
	padding: 30px 30px 15px 5px;
}
.info-item4 .list-item:nth-child(2n){
	padding: 30px 5px 15px 30px;
}
.info-item3>.row>div{
    width: 100%;
}
.info-item2>.row>div{
    width: 100%;
}
.info-item1>.row>div{
    width: 100%;
}
.section-info .item-2-text .company-container{
	flex-direction: column;
}
.section-info .item-2-text .company-container ul{
	margin-left: 0px !important;
}
.modular-engineering-platform-container > div {
    flex-wrap: wrap;
}
.modular-engineering-platform-container > div > div {
    width: 100%;
    margin-bottom: 30px;
}

}

@media screen and (max-width:800px) {



.foot-section-info{
	padding: 40px 0px;
}
.header-top{
	display: none;
}
.online-application-container .form_group{
	padding: 5px 0px;
}
.info-item15 .list-item {
    flex-wrap: wrap;
}
.info-item15 .list-item .pic {
    width: 100%;
    height: 250px;
}
.info-item15 .list-item .text {
    width: 100%;
}
.info-item14 {
    flex-wrap: wrap;
    padding: 20px 15px 20px;
}
.info-item14 .pic {
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
}
.info-item14 .text {
    width: 100%;
}
.info-item12 {
    flex-wrap: wrap;
}
.info-item12 .pic {
    width: 100%;
    height: 250px;
}
.info-item12 .text {
    width: 100%;
    padding: 20px 15px 5px;
}
.info-item10 .text .list-item{
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.info-item10 .text .list-item .style1{
	width: 100%;
	min-height: 48px;
	margin-bottom: 10px;
}
.info-item10 .text .list-item .style2{
	width: 100%;
}
.section-workflow-service-info .text .text-list{
	width: 560px;
}
.section-workflow-service-info .text{
	overflow: auto;
}
.banner .banner-text h1 {
    font-size: 23px;
}
.related-box .related-list a {
    width: 100%;
}
.info-item8{
	flex-wrap: wrap;
}
.info-item8 .list-item{
	width: 100%;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: column-reverse !important;
	align-items: center;
}
.info-item8 .list-item .text{
	width: 100%;
	height: auto;
	margin-top: 10px;
}
.section-Products .item > div{
	height: auto;
}
.about-content-img .container img {
    width: 100%;
}

}


@media screen and (max-width:600px) {



.services-container .title-style1{
	min-width: auto;
}
.info-item11 .list-item:before {
    left: 24px;
}
.info-item11 .list-item .pic {
    width: 50px;
}
.info-item11 .list-item .text {
    width: calc(100% - 60px);
}
.section-from-design .item .text{
	padding: 20px 10px;
}
.section-from-design .item .text p{
	margin-bottom: 10px;
}
.index-section-Products-list .item{
	width: 100%;
}
.section-why-choose-us-list .item{
	width: 100%;
}	
}