@font-face {
    font-family: 'Montserrat-Black';
    src: url(../font/Montserrat-Black.ttf);
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url(../font/Montserrat-Bold.ttf);
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url(../font/Montserrat-Regular.ttf);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    width: 100%;
    height: 100%
}

body {
    position: relative;
    font-family: 'Montserrat-Regular';
 
    color: #555;
    letter-spacing: 0;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    line-height: 1;
}	.his_wrap .his_bot .year span,
    .his_wrap .his_top .year span{
    	font-size:2rem;
	
    }
.polaris-banner .title-1:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: .05em;
    width: 100%;
    height: 0.1875em;
    background-image: url(../images/img1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
ul,
ol,
dl,
li {
    list-style: none;
}

img {
    vertical-align: middle;
    border: 0;
}

a {
    display: inline-block;
    color: #555;
    outline: none;
    text-decoration: none;
}

input,
a,
img,
select,
textarea {
    border: 0;
    resize: none;
    outline: none;
    outline: none;
    /*清除移动浏览默认的样式*/
    -webkit-appearance: none;
}


/*清除浮动*/

.clearfix::after,
.clearfix::before {
    content: ".";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


/* ===========
    common
===================================================== */

.inner,
.inner_zzm {
    width: 1400px;
    margin: 0 auto;
}


/* 标题 */

.indTit {
    position: relative;
    z-index: 21;
}

.indTit h2 {
    position: relative;
    font-size: 54px;
    margin: 0 auto 42px;
    margin-left: 0;
    font-weight: 100;
    line-height: 1.2;
    text-transform: uppercase;
    color: #313131;
}

.indTit.center {
    text-align: center;
}

.indTit.white h2 {
    font-size: 50px;
    color: #fff;
}

.indTit h2 span {
    position: relative;
    z-index: 11;
    color: #1f468b;
    font-weight: 400;
}

.indTit h2 span::before {
    position: absolute;
    z-index: -1;
    content: '';
    bottom: 8px;
    right: -16px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #1f468b;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.indTit h2 b {
    position: relative;
    color: #313131;
}

.indTit.left h2::after {
    left: 10PX;
    margin-left: 0;
}


/*  */

.indMore .more {
    cursor: pointer;
    line-height: 1;
    box-shadow: 0 0 50px 5px rgba(132, 142, 157, .15);
    display: inline-block;
    position: relative;
    padding: 15px 40px;
    border-radius: 23px;
    overflow: hidden;
    transition: opacity 0.68s cubic-bezier(.77, 0, .175, 1) .3s;
}

.indMore .more:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 2px solid #fff;
    border-radius: 23px;
    z-index: 0;
    transition: all .3s cubic-bezier(.455, .03, .515, .955) 0s;
    pointer-events: none;
}

.indMore .more span {
    position: relative;
    display: inline-block;
    transition: transform .4s cubic-bezier(.23, 1, .32, 1) .1s, opacity .4s cubic-bezier(.23, 1, .32, 1) .1s;
    white-space: nowrap;
    z-index: 1;
    pointer-events: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
}

.indMore .more span:last-child {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.1);
    color: #f95a25;
    opacity: 0;
    transition: transform .4s cubic-bezier(.23, 1, .32, 1) 0s, opacity .4s cubic-bezier(.23, 1, .32, 1) 0s;
}

@media(min-width: 1025px) {
    .indMore .more:hover:before {
        background-color: #fff;
    }
    .indMore .more:hover span {
        transform: scale(.9);
        opacity: 0;
        transition: transform .4s cubic-bezier(.23, 1, .32, 1) 0s, opacity .4s cubic-bezier(.23, 1, .32, 1) 0s;
    }
    .indMore .more:hover span:last-child {
        transition: transform .2s cubic-bezier(.23, 1, .32, 1) .2s, opacity .2s cubic-bezier(.23, 1, .32, 1) .2s;
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}

.indMore.whiteBg .more {
    background: #fff;
}

.indMore.center {
    text-align: center;
}

.indMore.whiteBg .more span {
    color: #1f468b;
}

.indMore.whiteBg .more:hover:before {
    border-color: #1f468b;
    background-color: #1f468b;
}

.indMore.whiteBg .more:hover span {
    color: #fff;
}

.indMore.color .more:before {
    border-color: #1f468b;
    background-color: #1f468b;
}

.indMore.color .more span {
    color: #fff;
}


/*  */

.innerBack {
    font-weight: bold;
    text-transform: capitalize;
}

.innerBack {
    padding-top: 40px;
}

.innerBack a {
    display: inline-block;
    padding-left: 28px;
    background-image: url(../images/back.png);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 21px;
    transition: all 0.48s;
}

.innerBack a:hover {
    padding-left: 40px;
    color: #1f468b;
    background-image: url(../images/back_h.png);
}


/* page */

.csPage {
    /* padding: 0 50px; */
    height: 80px;
    margin: 0 auto;
    line-height: 80px;
    text-align: center;
    font-size: 18px;
    position: relative;
    background: #fff;
    margin-top: 32px;
}

.csPage>a {
    color: #999;
}

.csPage>a.next-page,
.csPage>a.prev-page {
    padding: 0;
    margin: 0;
    position: absolute;
    display: block;
    overflow: hidden;
    top: 18px;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    line-height: 1em;
    border-radius: 50%;
    border: 1px solid #cbcbcb;
    height: 49px;
    width: 49px;
    color: #cbcbcb;
}

.csPage>a.prev-page {
    left: 0;
}

.csPage>a.next-page {
    right: 0;
}

.csPage>a {
    padding: 11px 10px;
    margin: 0 6px;
    line-height: 1;
    color: #999;
}

.csPage img {
    width: 6px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    margin-top: -19px;
}

.prev-page-h {
    display: none;
}

.csPage>a.on {
    color: rgba(0, 0, 0, .9);
    border-bottom: 1px solid rgba(0, 0, 0, .9);
}

.csPage>a:hover {
    color: rgba(0, 0, 0, .9);
    border-bottom: 1px solid rgba(0, 0, 0, .9);
}

.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.csPage>a.next-page:hover,
.csPage>a.prev-page:hover {
    border-color: #999;
}

.csPage>a.next-page:hover svg>polyline,
.csPage>a.next-page:hover svg>path,
.csPage>a.prev-page:hover svg>polyline,
.csPage>a.prev-page:hover svg>path {
    stroke: #999;
}


/*  */

.indNav {
    position: relative;
    z-index: 99;
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
    box-shadow: 0 0 18px rgba(4, 0, 0, 0.08);
}

.indNav ul {
    display: flex;
}

.indNav li {
    flex: 1;
    text-align: center;
    margin-left: -1px;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    position: relative;
}
.indNav li a{
	display: block;
}
.indNav li.on {
    background: #e15a29;
}

.indNav li.on span {
    color: #fff;
}

.indNav li.on .indNav_img {
    display: none;
}

.indNav li.on .indNav_img_h {
    display: inline-block;
}

.indNav img {
    margin: 4px;
    /* display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    position: relative;
    z-index: 10; */
}

.indNav .indNav_img_h {
    display: none;
}

.indNav span {
    position: relative;
    z-index: 10;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 60px;
    color: #454545;
    transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-transform: capitalize;
}


/* top */

.topBtn {
    position: fixed;
    bottom: 50px;
    right: 52px;
    width: 56px;
    height: 56px;
    z-index: 99990;
    opacity: 0;
}

.topBtn.show {
    opacity: 1;
}

.topBtn a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-top: 15px;
    text-align: center;
    background: #545a66;
    box-shadow: 7px 7px 30px 0 rgba(0, 0, 0, 0.3);
    border-radius: 32px;
}

.topBtn a img {
    width: 30px;
}

@media (max-width:1025px) {
    .topBtn.show {
        display: none;
    }
}


/* banner */

.csBan {
    position: relative;
    padding-top: 99px;
}

.csBan img {
    width: 100%;
}

.csBan_mbl {
    display: none;
}

.pad {
    padding:0px 0 48px;
}

.csBg {
    /* background: #fbfbfe; */
    background: #F2F7FB
}

.csBan .indSec_bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}


/*  斜边 */

.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: -12px;
    width: calc(100% + 14px);
    line-height: 0;
    direction: ltr;
    top: -1px;
    z-index: 2;
    pointer-events: none;
}

.elementor-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 108px;
    transform: translateX(-50%) rotateY(180deg);
}

.elementor-shape .elementor-shape-fill {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    fill: #fff;
}

.elementor-shape-bottom .elementor-shape-fill {
    /* fill: #f2f7fb; */
}

.elementor-shape-bottom {
    z-index: 2;
    pointer-events: none;
}

.elementor-shape-bottom {
    bottom: -1px;
}

.elementor-shape[data-negative=false].elementor-shape-bottom,
.elementor-shape[data-negative=true].elementor-shape-top {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}


/* 内页图文页面效果 */

.csBox .inner {
    padding: 0 100px;
}

.csImg {
    position: relative;
    display: inline-block;
    max-width: 550px;
    width: 100%;
}

.csImg_img {
    position: relative;
}

.csImg>img:not(.indAb_img_bg) {
    display: none;
    width: 100%;
}

.csImg_img::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
    background-color: #fff;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

@-webkit-keyframes csAnimate {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: top;
        transform-origin: top;
    }
    50% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: top;
        transform-origin: top;
    }
    51% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
    }
    100% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
    }
}

@keyframes csAnimate {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: top;
        transform-origin: top;
    }
    50% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: top;
        transform-origin: top;
    }
    51% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
    }
    100% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
    }
}

.csImg_img .csImg_img_div {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition-delay: 500ms;
    opacity: 0;
}

.csImg_img img {
    opacity: 0;
    position: relative;
    z-index: 5;
    max-width: 100%;
    transition-delay: 500ms;
}

.csImg_bg {
    position: absolute;
    /* z-index: -2; */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    /* background-image: url(../images/bg.png); */
    background-color: #1f468b;
    /* transition: -webkit-transform 500ms cubic-bezier(0.85, 0.21, 0.165, 0.78);
    transition: transform 500ms cubic-bezier(0.85, 0.21, 0.165, 0.78);
    transition: transform 500ms cubic-bezier(0.85, 0.21, 0.165, 0.78), -webkit-transform 500ms cubic-bezier(0.85, 0.21, 0.165, 0.78); */
    transition: -webkit-transform 500ms cubic-bezier(0.85, 0.21, 0.165, 0.78) 200ms;
    transition: transform 500ms cubic-bezier(0.85, 0.21, 0.165, 0.78) 200ms;
    transition: transform 500ms cubic-bezier(0.85, 0.21, 0.165, 0.78) 200ms, -webkit-transform 500ms cubic-bezier(0.85, 0.21, 0.165, 0.78) 200ms;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.cs120 .csImg_bg {
    left: -10%;
    width: 120%;
    top: 20%;
    height: 75%;
}

.cs80 .csImg_bg {
    width: 100%;
    left: -10%;
    top: 20%;
    height: 75%;
}

.csTxt {
    float: right;
    width: calc(100% - 600px);
    max-width: 628px;
}


/*.csTxt .indTit h2 {
    font-size: 42px;
}
*/

.csTxt_p p {
    color: #6f7884;
    font-weight: 400;
    font-size: 18px;
    line-height: 2;
    /* margin-bottom: 80px; */
}

.csBox.right .csImg {
    float: right;
}

.csBox.right .csTxt {
    float: left;
}

.appear1 .csImg_bg {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.appear1 .csImg_img::before {
    -webkit-animation: csAnimate 1s forwards cubic-bezier(0.785, 0.135, 0.15, 0.86);
    animation: csAnimate 1s forwards cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.appear1 .csImg_img .csImg_img_div,
.appear1 .csImg_img img {
    opacity: 1;
}


/* 动画效果2 */

.wgt-fade-animate1 {}

.appear1 {}

.wgt-fade-animate1 .topOpa {
    position: relative;
    opacity: 0;
    transition: all 0.85s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.appear1 .delay0 {
    opacity: 1;
    /* transition-delay: 0.1s; */
}

.appear1 .delay1 {
    opacity: 1;
    transition-delay: 0.28s;
}

.appear1 .delay2 {
    opacity: 1;
    transition-delay: 0.48s;
}

.appear1 .delay3 {
    opacity: 1;
    transition-delay: 0.68s;
}

.appear1 .delay4 {
    opacity: 1;
    transition-delay: 0.88s;
}

.appear1 .delay5 {
    opacity: 1;
    transition-delay: 1s;
}

.appear1 .delay6 {
    opacity: 1;
    transition-delay: 1.28s;
}


/*动画效果1*/

.wgt-fade-animate {
    -webkit-transform: scale(0.8) translateY(50px);
    -moz-transform: scale(0.8) translateY(50px);
    -ms-transform: scale(0.8) translateY(50px);
    transform: scale(0.8) translateY(50px);
    opacity: 0;
}

.appear {
    -wewgtit-animation: opacity_show 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    -moz-animation: opacity_show 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    -webkit-animation: opacity_show 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    animation: opacity_show 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    opacity: 1 !important;
}

@-webkit-keyframes opacity_show {
    0% {
        -webkit-transform: scale(0.3) translateY(50px);
        -moz-transform: scale(0.3) translateY(50px);
        -ms-transform: scale(0.3) translateY(50px);
        transform: scale(0.3) translateY(50px);
        opacity: 0.1;
    }
    100% {
        -webkit-transform: scale(1) translateY(0);
        -moz-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
        opacity: 1;
    }
}

@-moz-keyframes opacity_show {
    0% {
        -moz-transform: scale(0.3) translateY(50px);
        transform: scale(0.3) translateY(50px);
        opacity: 0.1;
    }
    100% {
        -moz-transform: scale(1);
        transform: scale(1);
        -moz-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes opacity_show {
    0% {
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0.1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes opacity_show {
    0% {
        -webkit-transform: scale(0.3);
        -moz-transform: scale(0.3);
        transform: scale(0.3);
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}


/* 延迟动画 */

.wgt-fade-animate .topOpa {
    position: relative;
    top: 48px;
    opacity: 0;
    transition: all 0.85s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.appear .delay0 {
    opacity: 1;
    top: 0;
    /* transition-delay: 0.1s; */
}

.appear .delay1 {
    opacity: 1;
    top: 0;
    transition-delay: 0.28s;
}

.appear .delay2 {
    opacity: 1;
    top: 0;
    transition-delay: 0.48s;
}

.appear .delay3 {
    opacity: 1;
    top: 0;
    transition-delay: 0.68s;
}

.appear .delay4 {
    opacity: 1;
    top: 0;
    transition-delay: 0.88s;
}

.appear .delay5 {
    opacity: 1;
    top: 0;
    transition-delay: 1s;
}

.appear .delay6 {
    opacity: 1;
    top: 0;
    transition-delay: 1.28s;
}

.appear .delay7 {
    opacity: 1;
    top: 0;
    transition-delay: 1.48s;
}

.appear .delay8 {
    opacity: 1;
    top: 0;
    transition-delay: 1.68s;
}

.appear .delay9 {
    opacity: 1;
    top: 0;
    transition-delay: 1.88s;
}

.appear .delay10 {
    opacity: 1;
    top: 0;
    transition-delay: 2.28s;
}

.appear .delay11 {
    opacity: 1;
    top: 0;
    transition-delay: 2.48s;
}

.appear .delay12 {
    opacity: 1;
    top: 0;
    transition-delay: 2.68s;
}

.appear .delay13 {
    opacity: 1;
    top: 0;
    transition-delay: 2.88s;
}

.appear .delay14 {
    opacity: 1;
    top: 0;
    transition-delay: 3s;
}

.appear .delay15 {
    opacity: 1;
    top: 0;
    transition-delay: 3.28s;
}

.appear .delay16 {
    opacity: 1;
    top: 0;
    transition-delay: 3.48s;
}

.appear .delay17 {
    opacity: 1;
    top: 0;
    transition-delay: 3.68s;
}

.appear .delay18 {
    opacity: 1;
    top: 0;
    transition-delay: 3.88s;
}

.appear .delay19 {
    opacity: 1;
    top: 0;
    transition-delay: 4s;
}

.appear .delay20 {
    opacity: 1;
    top: 0;
    transition-delay: 4.28s;
}

.appear .delay21 {
    opacity: 1;
    top: 0;
    transition-delay: 4.48s;
}

.appear .delay22 {
    opacity: 1;
    top: 0;
    transition-delay: 4.68s;
}

.appear .delay23 {
    opacity: 1;
    top: 0;
    transition-delay: 4.88s;
}

.appear .delay24 {
    opacity: 1;
    top: 0;
    transition-delay: 5s;
}

.appear .delay25 {
    opacity: 1;
    top: 0;
    transition-delay: 5.28s;
}

.appear .delay26 {
    opacity: 1;
    top: 0;
    transition-delay: 5.48s;
}

.appear .delay27 {
    opacity: 1;
    top: 0;
    transition-delay: 5.68s;
}

.appear .delay28 {
    opacity: 1;
    top: 0;
    transition-delay: 5.88s;
}

.appear .delay29 {
    opacity: 1;
    top: 0;
    transition-delay: 6s;
}

.appear .dela30 {
    opacity: 1;
    top: 0;
    transition-delay: 6.28s;
}

.appear .dela31 {
    opacity: 1;
    top: 0;
    transition-delay: 6.48s;
}

.appear .dela32 {
    opacity: 1;
    top: 0;
    transition-delay: 6.68s;
}

.appear .dela33 {
    opacity: 1;
    top: 0;
    transition-delay: 6.88s;
}

.appear .dela34 {
    opacity: 1;
    top: 0;
    transition-delay: 7s;
}

.appear .dela35 {
    opacity: 1;
    top: 0;
    transition-delay: 7.28s;
}

.appear .dela36 {
    opacity: 1;
    top: 0;
    transition-delay: 7.48s;
}

.appear .dela37 {
    opacity: 1;
    top: 0;
    transition-delay: 7.68s;
}

.appear .dela38 {
    opacity: 1;
    top: 0;
    transition-delay: 7.88s;
}

.appear .dela39 {
    opacity: 1;
    top: 0;
    transition-delay: 8s;
}

.appear .dela40 {
    opacity: 1;
    top: 0;
    transition-delay: 8.28s;
}

.appear .dela50 {
    opacity: 1;
    top: 0;
    transition-delay: 8.48s;
}

.appear .dela51 {
    opacity: 1;
    top: 0;
    transition-delay: 8.68s;
}

.appear .dela52 {
    opacity: 1;
    top: 0;
    transition-delay: 8.88s;
}

.appear .dela53 {
    opacity: 1;
    top: 0;
    transition-delay: 9s;
}

.appear .dela54 {
    opacity: 1;
    top: 0;
    transition-delay: 9.28s;
}

.appear .dela55 {
    opacity: 1;
    top: 0;
    transition-delay: 9.48s;
}

.appear .dela56 {
    opacity: 1;
    top: 0;
    transition-delay: 9.68s;
}

.appear .dela57 {
    opacity: 1;
    top: 0;
    transition-delay: 9.88s;
}

.appear .dela58 {
    opacity: 1;
    top: 0;
    transition-delay: 10s;
}

.appear .dela59 {
    opacity: 1;
    top: 0;
    transition-delay: 10.28s;
}

.appear .dela60 {
    opacity: 1;
    top: 0;
    transition-delay: 10.48s;
}


/* ===========
    canvas
======================*/


/* ---- stats.js ---- */

.count-particles {
    /* background: #000022; */
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: red;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.js-count-particles {
    font-size: 1.1em;
}

#stats,
.count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px;
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.count-particles {
    border-radius: 0 0 3px 3px;
}


/* ---- particles.js container ---- */

#particles-js {
    width: 100%;
    /* height: 100%; */
    background-color: #fff;
    /* background-image: url(about.html); */
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}


/* ===========
    header
===================================================== */


/* headMenu */

.headMenu {
    display: none;
    cursor: pointer;
    float: right;
    padding: 10px 0 0;
}

.headMenu.show {
    display: block;
}

.headMenu span {
    display: block;
    width: 28px;
    height: 2px;
    background: #000;
    margin-top: 6px;
    border-radius: 6px;
    transition: all 0.48s;
}

.headMenu span:first-of-type {
    margin-top: 0;
}

.headMenu.on span {
    background: #000;
}

.headMenu.on .headMenu_span1 {
    transform: rotate(45deg) translate(5px, 6px);
}

.headMenu.on .headMenu_span2 {
    opacity: 0;
}

.headMenu.on .headMenu_span3 {
    transform: rotate(-45deg) translate(5px, -7px);
}

.headMenu_Box {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    padding-top: 108px;
    padding-bottom: 38px;
    z-index: 9990;
    /* transition: all 0.48s; */
}

.headMenu_Box.open {
    right: 0;
}

.headMenu_Box>div {
    padding: 0 38px;
}

.headMenu_con {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px);
    background: #F2F7FB;
    text-align: center;
}

.headMenu_con a {
    padding: 12px;
    display: block;
    color: #1f468b;
    text-align: center;
    font-size: 27px;
    line-height: 2;
    text-transform: capitalize;
}

.headMenu_Box ul {
    /* text-align: center; */
    position: relative;
}

.headMenu_Box ul:last-of-type {
    border-top: 2px solid #e1e1e1;
    margin-top: 28px;
    padding-top: 28px;
}

.headMenu_Box ul:last-of-type li {
    margin: 0;
}

.headMenu_Box li {
    line-height: 2.1;
    margin-top: 24px;
}

.headMenu_Box li>a {
    position: relative;
    line-height: 2;
    font-size: 20px;
    color: #323232;
    text-transform: capitalize;
    text-align: left;
    font-weight: bold;
    display: block;
}

.headMenu_Box .headMenu_li>a {
    background: url(../images/head_l.png) no-repeat right center;
}


/*
.headMenu_Box .headMenu_li>a {
    background: url(../images/head.png) no-repeat right center;
}

.headMenu_Box .headMenu_li.on>a {
    background: url(../images/head_h.png) no-repeat right center;
} */

.headMenu_a {
    position: relative;
}

.headMenu_a a {
    padding-left: 14px;
    display: block;
    color: #999;
    font-size: 15px;
    text-transform: capitalize;
}

.headMenu_a a.on {
    color: #1f468b;
    font-weight: bold;
}


/* ===========
    footer
===================================================== */

footer {
    /* overflow: hidden; */
    padding: 78px 0 50px;
    position: relative;
    z-index: 2222;
    background: #fff;
}

.foot_left {
    float: left;
    width: 248px;
}

.footNav {
    width: calc(100% - 248px);
    float: right;
        display: flex;
    align-items: self-start;
    justify-content: space-between;
    padding-left: 2%;
}

.footNav a {
    position: relative;
    left: 0;
    transition: all 0.48s;
}

.foot_logo {
    display: block;
    width: 182px;
    margin-bottom: 32px;
}

.foot_logo img {
    width: 100%;
}

.footNav .footNav_li {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    margin-left: 3%;
}

.footNav .footNav_li:first-of-type {
    margin-left: 0;
}

.footNav .footNav_li>div {
    display: inline-block;
    text-align: left;
}

.footNav h3 {
    margin-bottom: 28px;
    min-height: 40px;
}

.footNav h3 a {
    font-weight: 400;
    text-transform: capitalize;
    font-size: 19px;
    line-height: 2;
    color: #1f468b;
}

.footNav a {
    display: block;
}

.footNav_a a {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400;
    transition: all .5s;
    text-transform: capitalize;
}

.footNav_a a:hover {
    left: 6px;
    color: #1f468b;
}


/*  */

.csBg .footIco a {
    border-color: #fff;
}

.footIco {
    margin: 20px 0 12px;
}

.footIco a {
    position: relative;
    display: inline-block;
    border: 2px solid #eee;
    padding: 8px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: 14px;
    vertical-align: top;
    background: #fff;
}

.footIco a:last-of-type {
    margin-right: 0;
}

.footIco a>img {
    width: 20px;
    margin: 3px;
}

.footIco_img_h {
    display: none;
}

@media(min-width:1025px) {
    .footIco_a1:hover {
        background: #78D43C;
        border: 2px solid #78D43C;
    }
    .footIco_a2:hover {
        background: #F80811;
        border: 2px solid #F80811;
    }
    .footIco_a3:hover {
        background: #0B66C3;
        border: 2px solid #0B66C3;
    }
    .footIco a:hover .footIco_img {
        display: none;
    }
    .footIco a:hover .footIco_img_h {
        display: inline-block;
    }
    .footIco a:hover .footIco_div {
        display: block;
    }
}

.footIco a.on {
    background: #78D43C;
    border: 2px solid #78D43C;
}

.footIco a.on .footIco_img {
    display: none;
}

.footIco a.on .footIco_img_h {
    display: inline-block;
}

.footIco a.on .footIco_div {
    display: block;
}

.footIco a.footIco_a2.on {
    background: #F80811;
    border: 2px solid #F80811;
}

.footIco a.footIco_a3.on {
    background: #0B66C3;
    border: 2px solid #0B66C3;
}

.footIco_div {
    display: none;
    position: absolute;
    bottom: 60px;
    left: 50%;
    margin-left: -44px;
    width: 108px;
    border: 1px solid #eee;
    background: #fff;
    border-radius: 6px;
}

.footIco_div img {
    width: 100%;
    margin: 0;
    padding: 14px 6px;
    box-sizing: border-box;
}

.share-box .shareTit {
    color: #666;
    font-size: 17px;
    line-height: 1;
}

footer .share-box .copy,
footer .share-box .build,
footer .share-box .build a {
    font-size: 13px;
    line-height: 1.2;
    color: #999;
    text-transform: uppercase;
    margin-top: 4px;
}

footer .share-box .build a:hover {
    color: #1f468b;
}


/* ===========
    index
===================================================== */


/* banner */

.banner {
    position: relative;
    z-index: 111;
    /* z-index: 99999; */
    overflow: hidden;
    height: calc(100vh + 105px);
    margin: 0 auto;
    color: #ffffff;
}

.banSocroll {
    position: absolute;
    bottom: 72px;
    left: 0;
    width: 100%;
    z-index: 9999;
    text-align: center;
    animation: banAnimat 0.42s alternate infinite;
    cursor: pointer;
}

@keyframes banAnimat {
    0% {
        bottom: 172px;
    }
    100% {
        bottom: 160px;
    }
}

.banner li {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1 !important;
    overflow: hidden;
}

.banner li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(0, 59, 138, 0.48);*/
    z-index: 10;
}

.banner li img {
    width: 100%;
}

.banner li.active {
    left: 0;
}

.banner li video {
    position: absolute;
    top: 50%;
    left: 50%;
    width:100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}

.banner li em {
    display: block;
}

.banner .btns {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 90px;
    z-index: 10;
    text-align: center;
    font-size: 0;
}

.banner .btns::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 1px;
    margin-left: -1px;
    background: rgba(255, 255, 255, 0.2);
}

.banner .btns span {
    cursor: pointer;
    display: block;
    font-size: 15px;
    font-size: 0px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.8);
    margin: 82px auto 0;
}

.banner .btns span:first-child {
    margin-top: 0;
}

.banner .btns span.cur {
    width: 14px;
    height: 14px;
    background: rgba(255, 255, 255, 1);
}

.banner .btns span em {
    display: none;
    width: 50px;
    height: 2px;
    margin: 0px 5px;
    background-color: #bdbdc9;
    position: relative;
}

.banner .btns span i {
    display: none;
    height: 100%;
    position: absolute;
    width: 0;
    background-color: #818181;
}

.banner ul,
.banner li {
    height: 100%;
}

.banner ul,
.banner li a {
    cursor: default;
    height: 100%;
    width: 100%;
}


/**/

.banTxt {
    position: absolute;
    top: 45%;
    left: 5%;
    width: 90%;
    transform: translateY(-50%);
    text-align: center;
    z-index: 30;
}

.banTxt_p {
    position: relative;
    color: #fff;
    font-size: 91px;
    font-weight: bold;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.banTxt_p span {
    display: block;
}

.banTxt>p {
    position: relative;
    font-size: 21px;
    line-height: 1.8;
    letter-spacing: 0.5px;
    color: #fff;
    margin-top: 12px;
    margin-bottom: 54px;
    display: inline-block;
}


/* index */

.indSec {
    overflow: hidden;
    margin-top: -187px;
    position: relative;
    z-index: 1111;
}

.indSec_bg img {
    width: 100%;
    height: 188px;
}


/* index-1 */

.indAb {
    position: relative;
    position: relative;
    z-index: 1;
    width: 100%;
    /*padding: 48px 0px 88px;*/
}

.indAb_pos {
    position: absolute;
    top: -92px;
    right: 0;
    z-index: -1;
    opacity: 0.06;
}

.indAb_pos img {
    max-width: 100%;
}

.indAb .inner {
    position: relative;
}

.indAb_bg {
    position: absolute;
    z-index: -1;
    top: -140px;
    left: 0;
    overflow: hidden;
}

.indAb_bgIco {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* animation: bgIco 1s infinite; */
    transform-origin: 50% 50%;
}

.indAb_bgIco span {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 5px solid #1f468b;
    background: #fff;
    position: absolute;
    z-index: 10;
}

.indAb_bgIco_span1 {
    top: 18%;
    left: 29.5%;
}

.indAb_bgIco_span2 {
    top: 76%;
    left: 41.5%;
}

.indAb_bgIco_span3 {
    top: 0;
    left: 0;
}

.indAb_bgIco span::before {
    content: "";
    z-index: -1;
    position: absolute;
    top: -20px;
    left: -20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #dfe2e9;
    animation: bgIco2 1s 0.18s infinite alternate;
}

@keyframes bgIco2 {
    0% {
        opacity: 0.8;
        transform: scale(1)
    }
    100% {
        opacity: 0.28;
        transform: scale(1.38)
    }
}

.indAb_bgIco span:after {
    content: "";
    z-index: -1;
    position: absolute;
    top: -4px;
    left: -4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 5px solid #1f468b;
    animation: bgIco1 1s infinite alternate;
}

@keyframes bgIco1 {
    0% {
        opacity: 0.38;
        transform: scale(1)
    }
    100% {
        opacity: 0.1;
        transform: scale(2)
    }
}

.indAb_bg_r {
    position: absolute;
    bottom: -333px;
    right: 0;
}

.indAb_img {
    width: 42%;
    box-sizing: border-box;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}

.indAb_img_ico img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 68px;
}

.indAb_img.ico:hover .indAb_img_ico {
    opacity: 1;
}

.indAb_img_ico {
    cursor: pointer;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 59, 138, 0.18);
    text-align: center;
    transition: all 0.48s;
}

.indAb_img .indAb_img_img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.indAb_img_bg {
    position: absolute;
    bottom: -42px;
    left: -100px;
    width: 68%;
    z-index: -1;
}

.indAb_img>img:not(.indAb_img_bg) {
    display: none;
    width: 100%;
}

.indAb_img .indAb_img1 {
    max-width: 100%;
}

.indAb_info {
    display: inline-block;
    padding: 48px 0 28px;
    width: 52%;
    text-align: left;
    padding-right: 60px;
    box-sizing: border-box;
    min-height: 580px;
}

.indAb .indAb_p b {
    color: #21334e;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 28px;
    display: block;
}

.indAb .indAb_p p {
    color: #6f7884;
    font-weight: 400;
    font-size: 17px;
    line-height: 2;
    margin-bottom: 80px;
    letter-spacing: 0.25px;
}

.abAbout .csTxt {
    padding-top: 4%;
    padding-right: 60px;
}


/* index - 2 */

.bgColor {
    background-color: #fdfdfd;
}

.mainCon1 {
    position: relative;
}

.mainCon1 .indTit {
    top: 48px;
}

.mainCon1 .indTit h2 {
    margin-bottom: 0;
}

.mainCon1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background: #fff;
}

.indFour .indTit h2 {
    margin-bottom: 0;
}

.indFour {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    margin-top: 0;
    margin-bottom: 0;
    padding: 130px 0 100px;
    position: relative;
    background-position:  center -10px;
    background-repeat: no-repeat;
    z-index: 10;
}

.indFour .inner {
    max-width: 1140px;
}

.indFour_box {
    margin-bottom: 28px;
}

.indFour_item {
    vertical-align: top;
    cursor: pointer;
    float: left;
    width: 25%;
    padding: 4px 21px 20px;
    box-sizing: border-box;
}


/*.indFour_item2 .indFour_ico {
    margin-top: -38px;
}
*/

.indFour_item2 .indFour_txt {
    top: 96px;
}

.indFour_ico {
    position: relative;
    width: 80px;
    margin: 0 auto 21px;
}

.indFour_pos {
    position: absolute;
    top: 0;
    left: 0;
}

.indFour_pos1 {
    animation: indPos1 1s alternate infinite
}

@keyframes indPos1 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(5px, 5px);
    }
}

.indFour_pos2 {
    animation: indPos2 1s infinite
}

@keyframes indPos2 {
    0% {
        transform: rotateY(0);
    }
    100% {
        transform: rotateY(360deg);
    }
}

.indFour_pos3,
.indFour_pos4 {
    animation: indPos3 1s infinite alternate
}

.indFour_pos4 {
    animation-delay: 0.5s;
}

@keyframes indPos3 {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(6px);
    }
}
.indFour_pos6 {
    transform: translateY(-3px);
    animation: indPos6 1s infinite alternate
}
@keyframes indPos6 {
    0% {
        transform: translateY(-3px);
    }
    100% {
        transform: translateY(3px);
    }
}

.indFour_pos7 {
    animation: indPos7 1s infinite alternate;
    transform-origin: left top;
    
}

@keyframes indPos7 {
    0% {
        transform: translate(0,0);
    }

    100% {
        transform: translate(0,-3px);
    }
}
.indFour_pos8 {
    animation: indPos8 1s infinite alternate;
  
    transform-origin:  center 80%;
}
.indFour_pos9 {
    animation: indPos9 1s 0.28s  infinite alternate;
 
    transform-origin:  center 80%;
}
.indFour_pos10{
    animation: indPos10 1s 0.68s infinite alternate;

    transform-origin:  center bottom;
}
@keyframes indPos8 {
    0% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1);
    }
}
@keyframes indPos9 {
    0% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1);
    }
}
@keyframes indPos10 {
    0% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1);
    }
}
.indFour_pos11 {
    animation: indPos11 1s infinite alternate;
    transform-origin: right top;
    
}
@keyframes indPos11 {
    0% {
        transform: translate(0,-6px);
    }

    100% {
        transform: translate(0px,0px);
    }
}
.indFour_ico img {
    width: 100%;
    transition: all 0. 48s;
}

.indFour_ico2 {
    display: none;
}

.indFour_quan {
	display: none;
    position: relative;
    text-align: center;
}

.indFour_quan span {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: -2px auto;
    position: relative;
    background: #fff;
    transition-timing-function: ease-in-out;
    transition-duration: .2s;
    z-index: 6;
}

.indFour_quan::before {
    content: '';
    position: absolute;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background: #000;
    top: 50%;
    left: 50%;
    margin-top: -3px;
    margin-left: -6px;
    background: #1f468b;
    z-index: 4;
    transition-timing-function: ease-in-out;
    transition-duration: .2s;
}

.indFour_txt {
    text-align: center;
}

.indFour_txt h4 {
    font-family: 'Montserrat-Regular';
    position: relative;
    transition: all 0.48s;
    top: 0;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 50px 0 42px;
    color: #21334e;
}

.indFour_txt p {
    position: relative;
    transition: all 0.48s 0.1s;
    top: 0;
    color: #6f7884;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 14px;
    line-height: 1.8;
    font-family: 'Montserrat-Regular';
    letter-spacing: 0.25px;
}

@media(min-width:1025px) {
    .indFour_item:hover .indFour_txt h4 {
        top: -18px;
        color: #1f468b;
    }
    .indFour_item:hover .indFour_txt p {
        top: -24px;
    }
    .indFour_item:hover .indFour_quan span {
        background: aliceblue#1f468b;
        background: rgb(233, 84, 18);
        background: -moz-linear-gradient(45deg, rgba(63, 85, 217, 1) 0%, rgba(172, 184, 252, 1) 100%);
        background: -webkit-linear-gradient(45deg, rgba(233, 84, 18, 1) 0%, rgba(255, 229, 218, 1) 100%);
        background: linear-gradient(45deg, rgba(233, 84, 18, 1) 0%, rgb(255, 229, 218, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#3f55d9', endColorstr='#acb8fc', GradientType=1);
    }
    .indFour_item:hover .indFour_quan::before {
        width: 20px;
        height: 20px;
        margin-top: -7px;
        margin-left: -10px;
        background: rgba(233, 84, 18, 0.3);
    }
    .indFour_item:hover .indFour_ico1 {
        display: none;
    }
    .indFour_item:hover .indFour_ico2 {
        display: block;
    }
}


/* .elementor-shape {
    display: none;
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    top: -1px;
    z-index: 2;
    pointer-events: none;
}

.elementor-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 88px;
    transform: translateX(-50%) rotateY(180deg);
}

.elementor-shape .elementor-shape-fill {

    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    fill: #F2F7FB;
}

.elementor-shape-bottom .elementor-shape-fill {
    fill: #F2F7FB;
    ;
}

.elementor-shape-bottom {
    z-index: 2;
    pointer-events: none;
}

.elementor-shape-bottom {
    bottom: -1px;
}


.elementor-shape[data-negative=false].elementor-shape-bottom {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
} */


/* ===========
    team
======================== */

.leaderDemo {
    display: none;
    position: relative;
    margin-bottom: 48px;
    margin-top: 28px;
    text-align: left;
    padding: 0 5px;
}

.leaderDemo:first-child {
    display: block;
}

.leader_a {
    min-height: 266px;
    display: block;
    float: left;
    width: calc(33.33% - 20px);
    cursor: pointer;
    background: #f8f8f8;
    border-radius: 12px;
    margin: 10px;
    transition: all 0.48s;
    padding: 48px 32px;
}

.leader_a:hover {
    transform: scale(1.02);
    box-shadow: 5px 5px 10px #ddd;
}

.leader_img {
    vertical-align: top;
    display: inline-block;
    border-radius: 100%;
    width: 180px;
    height: 180px;
    overflow: hidden;
}

.leader_img img {
    width: 100%;
}

.leader_txt {
    vertical-align: top;
    display: inline-block;
    position: relative;
    padding: 12px 0 0 28px;
    text-align: left;
    width: calc(100% - 190px);
}

.leader_txt h2 {
    font-size: 20px;
    line-height: 1.2;
    color: #000;
    font-weight: bold;
    letter-spacing: normal;
    /* margin-bottom: 14px; */
}

.leader_txt em {
    font-style: inherit;
    color: #1f468b;
    line-height: 2;
    font-weight: bold;
    display: inline-block;
    /* text-transform: uppercase; */
    margin-left: 6px;
    font-size: 17px;
    min-height: 32px;
}

.leader_txt p {
    font-size: 15px;
    line-height: 1.4;
    min-height: 46px;
    margin-top: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.leader_txt .indMore {
    margin-top: 10px;
}

.leader_txt .indMore .more {
    padding: 8px 30px;
}

.leaderDemo .slick-arrow {
    width: 33px;
    height: 33px;
    display: block;
    border-radius: 5px;
    background-color: #999999;
    top: 50%;
    margin-top: -36px;
}

.leaderDemo .slick-arrow i {
    background: url(../images/btn_3.png) no-repeat scroll center center;
    width: 100%;
    height: 100%;
    margin: 0px auto;
    display: block;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.leaderDemo .slick-prev {
    left: 0;
}

.leaderDemo .slick-next {
    right: 0;
}

.leaderDemo .slick-prev i {
    background-image: url(../images/btn_3.png);
}

.leaderDemo .slick-next i {
    background-image: url(../images/btn_4.png);
}

.leaderDemo .slick-arrow:hover {
    background-color: #000;
}

.leaderDemo .slick-prev:hover i {
    background-position: 30% center;
}

.leaderDemo .slick-next:hover i {
    background-position: 70% center;
}

.leaderDemo.slick-slider {
    position: relative;
    display: block;
    margin-top: 20px;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.leaderDemo .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding-bottom: 28px;
}

.leaderDemo .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
}

.leaderDemo .slick-prev,
.leaderDemo .slick-next {
    position: absolute;
    z-index: 99;
    cursor: pointer;
}

.leaderDemo .slick-dots {
    position: relative;
    text-align: center;
    margin-top: 20px;
}

.leaderDemo .slick-dots li {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    background: #eeeeee;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.leaderDemo .slick-dots li.slick-active {
    background: #1f468b;
}


/* team  */

.team.pad {
    padding-bottom: 108px;
}

.team .leaderBox {
    margin-bottom: 48px;
}

.team .leader_a {
    display: block;
    width: 23%;
    margin: 2.5% 1%;
    float: left;
}


/* ===========
    about
===================================================== */


/* abAbout */

.abAbout {
    position: relative;
    z-index: 11;
    overflow: hidden;
}


/*.abAbout .indTit h2 {
    font-size: 42px;
}*/

.abAbout .indAb_bg {
    top: 0;
}

.abMiss {
    max-width: 1000px;
    margin: 0 auto 88px;
    position: relative;
    z-index: 10;
}

.abMiss p {
    font-size: 1em;
    line-height: 1.8;
}

.abMiss em {
    display: inline-block;
    width: 1px;
    height: 128px;
    background: #1f468b;
    margin: 42px 0 24px;
}

.abAb_box .csBox {
    position: relative;
    margin-top: 108px;
    text-align: right;
}

.abAb_box .csBox:first-child {
    margin-top: 0;
}

.abAb_box .csBox:nth-child(2n) {
    text-align: left;
}

.abAb_box .csBox:nth-child(2n) .indAb_img {
    left: auto;
    right: 0;
}

.abAb_box .csBox:nth-child(2n) .indAb_img_bg {
    left: auto;
    right: -100px;
    transform: rotate(180deg);
}


/* abLeader */

.abLeader .indTit h2 {
    margin-bottom: 48px;
}

.abLeader {
    text-align: center;
    overflow: hidden;
    padding-bottom: 0;
}

.abLeader_nav .indMore {
    display: inline-block;
    margin: 0 14px;
}

.abLeader_nav .indMore .more {
    cursor: pointer;
    box-shadow: none;
    border: 1px solid #eee;
    padding: 12px 34px;
}

.abLeader_nav .indMore.whiteBg .more span {
    color: #787878;
}

.abLeader_nav .indMore.whiteBg .more:hover span {
    color: #fff;
}


/* abInvestors */

.abLogo { display: none;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.abLogo_p {
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
    max-width: 84%;
    margin: 0 auto 48px;
}

.abLogo_box {
    display: inline-block;
}

.abLogo_a {
    float: left;
    width: 134px;
    height: 134px;
    margin: 20px;
}

.abLogo_a::before {
    transform: rotate(45deg);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f2f7fb;
    z-index: -1;
}

.abLogo_a span {
    font-size: 38px;
    font-family: 'Montserrat-Bold';
    line-height: 1.5;
    margin-top: 12px;
    display: block;
    text-align: left;
    padding: 0 10px;
    color: rgba(0, 0, 0, 0.05);
}

.abLogo_a img {
    width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}


/* abDeve */

.abDeve {
    position: relative;
    padding-bottom: 0;
}

.his_wrap {
    position: relative;
    margin-top: 70px;
    padding-bottom: 108px;
}

.slick_box .slick-arrow {
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50%;
    background-color: #fff;
    top: 50%;
    margin-top: -36px;
    border: 1px solid #cbcbcb;
}

.slick_box .slick-arrow.slick-disabled {
    opacity: 1;
}

.slick_box .slick-arrow i {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 6px;
    width: 100%;
    height: 100%;
    margin: 0px auto;
    display: block;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.slick_box .slick-prev {
    left: -60px;
}

.slick_box .slick-next {
    right: -60px;
}

.slick_box .slick-prev i {
    background-image: url(../picture/prev_dis.png);
}

.slick_box .slick-next i {
    background-image: url(../picture/next_dis.png);
}

.slick_box .slick-prev:hover i {
    background-position: 40% center;
}

.slick_box .slick-next:hover i {
    background-position: 60% center;
}

.slick_box.slick-slider {
    position: relative;
    display: block;
    /* margin-top: 20px; */
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick_box .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick_box .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick_box .slick-prev,
.slick_box .slick-next {
    position: absolute;
    z-index: 99;
    cursor: pointer;
}

.slick_box .slick-dots {
    position: relative;
    text-align: center;
    margin-top: 20px;
}

.slick_box .slick-dots li {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    background: #eeeeee;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.slick_box .slick-dots li.slick-active {
    background: #1f468b;
}

.his_wrap .bg {
    position: absolute;
    height: 326px;
    left: 0;
    width: 100%;
    bottom: 0;
}

.his_wrap .btn_box {
    display: none;
    position: relative;
    z-index: 10;
    margin-top: 10px;
    text-align: center;
}

.his_wrap .btn_box div {
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 6px;
    padding: 20px 10px 0;
    box-sizing: content-box;
    width: 24px;
    height: 24px;
    border: 1px solid rgba(255, 255, 255, 0.68);
    border-radius: 50%;
}

.his_wrap .btn_box div.prev {
    background-image: url(../picture/prev.png);
}

.his_wrap .btn_box div.next {
    background-image: url(../picture/next.png);
}

.his_wrap .btn_box div.prev.disabled {
    opacity: 0;
}

.his_wrap .btn_box div.next.disabled {
    opacity: 0;
}

.his_wrap .his_box {
    position: relative;
    z-index: 10;
    padding: 0 60px;
}

.his_wrap .item {
    width: 453px;
    float: left;
    outline: none;
}


.his_wrap .item:first-child  .his_top {
    width: 100%;
    height: 205px;
    padding: 0 50px;
    box-sizing: border-box;
    position: relative;margin-bottom: 208px
}
.his_wrap .item:nth-child(2n+1)  .his_top {
    width: 100%;
    height: 205px;
    padding: 0 50px;
    box-sizing: border-box;
    position: relative;margin-bottom: 208px
}
.his_wrap .item:nth-child(2n)  .his_top {
    width: 78%;
    height: 208px;
    top: -20px;
    padding-left: 50px;
    box-sizing: border-box;
    position: relative;
    left: 0%;margin-top: 208px
}

.his_wrap .item:nth-child(2n)  .his_top .con {
    
    line-height: 1.7;
    color: #fff;
}
.his_wrap .item:nth-child(2n)  .his_top .year {
    line-height: 32px;
    color: #fff;
    padding-top: 51px;
  
}

.his_wrap .item:nth-child(2n) .icon {
    width: 20px;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.his_wrap .item:nth-child(2n) .icon::after {
    content: "";
    width: 1px;
    height: 80%;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: 0;
    opacity: 0.18;
}

.his_wrap .item:nth-child(2n) .icon::before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../picture/line2.png) no-repeat top center;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
}




/* .his_wrap .his_box .slick_box .history {} */

.his_wrap .his_top {
    width: 100%;
    height: 205px;
    padding: 0 50px;
    box-sizing: border-box;
    position: relative;
}

.his_top.show .con_b {
    padding: 12px 24px 28px;
}

.his_top.show .year {
    display: inline-block;
    border-bottom: 2px solid #1f468b;
    background: #1f468b;
    color: #fff !important;
    padding: 3px 20px 0 !important;
}

.his_wrap .his_top.show .con {
    color: #1f468b;
}

.his_wrap .his_bot.show .year {
    display: inline-block;
    border-bottom: 2px solid #fff;
    background: #fff;
    color: #1f468b !important;
    padding: 3px 20px 0 !important;
    margin-top: 48px;
}

@media (max-width: 1300px) {
    .his_wrap .his_top {
        padding: 0 30px;
    }
}

@media (max-width: 500px) {
    .his_wrap .his_top {
        height: 150px;
    }
}

.his_wrap .his_top .icon {
    width: 20px;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.his_wrap .his_top .icon::after {
    content: "";
    width: 1px;
    height: 80%;
    background: #1f468b;
    position: absolute;
    left: 50%;
    top: 0;
    opacity: 0.18;
}

.his_wrap .his_top .icon::before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../picture/line.png) no-repeat bottom center;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.his_wrap .his_top .year {
    font-size: 4rem;
    line-height: 32px;
    color: #1f468b;
    padding-top: 20px;
font-family:Montserrat-SemiBold;
    margin-bottom: 24px;
}
@font-face {
font-family:Montserrat-SemiBold;
src:url(../fonts/CgFuturaMaxiLt.ttf)
}

.his_wrap .his_top .con {
    font-size: 2rem;
    line-height: 1.7;
    color: #666;
}

.his_wrap .his_bot {
    width: 70%;
    height: 208px;
    top: -20px;
    padding-left: 50px;
    box-sizing: border-box;
    position: relative;
    left: 0%;
}

.his_wrap .his_bot .icon {
    width: 20px;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.his_wrap .his_bot .icon::after {
    content: "";
    width: 1px;
    height: 80%;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: 0;
    opacity: 0.18;
}

.his_wrap .his_bot .icon::before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../picture/line2.png) no-repeat top center;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.his_wrap .his_bot .year {
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    padding-top: 51px;
   font-family:Montserrat-SemiBold;
    margin-bottom: 24px;
}

.his_wrap .his_bot .txt {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
}

@media (max-width: 1400px) {
    .his_wrap .his_bot .txt {
        font-size: 16px;
        line-height: 24px;
        margin-top: 15px;
    }
}

@media (max-width: 500px) {
    .his_wrap .his_bot .txt {
        margin-top: 5px;
    }
}

.his_wrap .his_bot .con {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}


/* =======
    team-con
================================================================================================ */

.teamDet {
    cursor: pointer;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.6);
    overflow: hidden;
}

.teamDet .inner {
    max-width: 980px;
    padding: 48px;
    cursor: default;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    overflow: hidden;
}

.teamDet .teamFix_cls {
    position: absolute;
    right: 38px;
    top: 30px;
    cursor: pointer;
    z-index: 111;
}

.teamDet .teamFix_cls svg {
    width: 19px;
    height: 19px;
}

.teamDet .indMore .more {
    padding: 10px 40px;
}

.teamDet .adsTop {
    position: relative;
    padding-top: 42px;
    color: #999;
    background: url(images/yinhao.png) no-repeat top left;
    margin-bottom: 68px;
}

.teamDet .adsTop span {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    color: #999;
    font-size: 14px;
    text-transform: capitalize;
}

.teamDet_box {
    position: relative;
    text-align: right;
}

.teamDet_box::before {
    content: "";
    position: absolute;
    left: -428px;
    top: -380px;
    width: 680px;
    height: 680px;
    border-radius: 50%;
    background-color: rgba(210, 210, 210, 0.15);
    visibility: inherit;
}

.teamDet_box>div {
    vertical-align: top;
}

.teamDet_img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    max-height: 360px;
    width: 268px;
    display: inline-block;
    text-align: center;
    box-shadow: 4px 6px 38px #999;
    /*max-height: 528px;*/
}

.teamDet_img div {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.teamDet_img img {
    display: none;
    width: 100%;
    margin: 0 auto;
}

.teamDet_info {
    display: inline-block;
    width: calc(100% - 348px);
    text-align: left;
    /*padding-left: 6%;*/
}

.teamDet_tit {
    margin-bottom: 40px;
}

.teamDet_tit em {
    font-style: inherit;
    color: #1f468b;
    line-height: 2;
    font-weight: bold;
    font-size: 32px;
    margin-left: 8px;
}

.teamDet_tit h2 {
    font-size: 42px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    letter-spacing: normal;
}

.teamDet_tit p {
    font-size: 17px;
    line-height: 1.4;
    text-transform: capitalize;
    color: #999;
}

.teamDet_p {
    height: 238px;
    overflow: hidden;
    padding-right: 30px;
    /*margin-bottom: 46px;*/
}

.teamDet_p p {
    line-height: 2.1;
}

.teamDet_p .mCSB_scrollTools {
    width: 3px;
}

.teamDet_p .mCSB_scrollTools .mCSB_draggerContainer {
    background: #F2F7FB;
}

.teamDet_p .mCSB_scrollTools .mCSB_dragger {
    background: #1f468b;
}

.teamDet_p .mCSB_inside>.mCSB_container {
    padding-right: 30px;
}


/* ===========
    capabilities
===================================================== */

.capabilities {
    overflow: hidden;
}

.capabilities .pad {
    padding: 108px 0 180px;
}

.capabilities .inner {
    position: relative;
}

.capabilities .csImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.capabilities .csBox.right .csImg {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: 100%;
}

.capabilities .csImg_img .csImg_img_div {
    height: 548px;
}

.csImg_img_mbl {
    display: none;
}

.capabilities .csTxt {
    min-height: 480px;
}

.capabilities .csTxt_p h3 {
    color: #1f468b;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 24px;
}

.capabilities .csTxt_p p {
    font-size: 17px;
    margin-top: 12px;
}


/* ===========
    pipeline
===================================================== */

.pipTop .csImg {
    max-width: 100%;
}

.csImg_img_img img {
    width: 100%;
    display: none;
}

.pipTop.pad {
    padding-bottom: 128px;
}

.pipTop_p {
    text-align: center;
    font-size: 1em;
    line-height: 1.8;
    max-width: 84%;
    margin: 0 auto 48px;
}

.pipeline .pipTop_p{ text-align: justify;}

.pipTop .csImg.appear1 .pipTop_tab {
    opacity: 1;
}

.pipTop_tab {
    opacity: 0;
    text-align: center;
    width: 100%;
    border: 1px solid #eee;
    border-left: 0;
    border-top: 0;
    transition-delay: 500ms
}

.pipTop_tab tbody tr:hover {
    cursor: pointer;
    background: #f5f5f5;
}

.pipTop_tab td>div:not(.tab_mark) {
    float: left;
    padding: 14px 6px;
    height: 100%;
    border-left: 1px solid #eee;
}

.pipTop_tab .pipTop_thr div {
    width:33.33%;
}

.pipTop_tab div:first-child {
    border-left: 0 !important;
}

.pipTop_tab tr:nth-child(2n) {
    background: #f8f8f8;
}

.pipTop_tab thead {
    background: #1f468b;
    color: #fff;
}

.pipTop_tab thead td {
    height: 82px;
}

.pipTop_tab thead p {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.pipTop_icoImg td {
    height: 90px;
}

.pipTop_tab thead td.pipTop_thr {
    width: 480px;
}

.pipTop_tab thead td.pipTop_last {
    width: 140px;
}

.pipTop_icoImg td p {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1.4;
    font-size: 14px;
}

.pipTop_icoImg td p span {
    display: block;
    margin-top: 8px;
}

.pipTop_tab td {
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
}

.pipTop .tab_name {
    display: none;
    padding: 10px 14px 5px !important;
    text-align: left;
    float: none !important;
    height: auto !important;
}

.pipTop .tab_p {
    display: none;
    padding: 0 14px 20px !important;
    text-align: left;
    float: none !important;
    height: auto !important;
}

.tab_mark {
    margin: 0 12px;
    width: 0;
    position: relative;
    border-radius: 100px;
    transition: all 1s;
}

.tab_mark img {
    opacity: 0;
    width: 40px;
    margin: 0 6px 6px;
    transition: all 1s 0.48s;
}

.pipTop_icoImg[data-id="6"]  img.flag
{
	height: 25.97px;
	width: auto;
    
}
.pipTop_six_e {
    display: none;
}

.tab_mark_bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 15px;
    border-radius: 100px;
    transition: all 1s 0.68s;
    background: #ECAA54;
}

.tab_mark_bg img {
    position: absolute;
    bottom: 15px;
    right: 0;
}

.tab_mark_bg.w100 {
    right: 10px;
}

.tab_mark_bg.w100 img {
    right: 8px;
}

.tab_mark_btm img {
    right: -45px;
}

.tab_mark_btm {
    position: relative;
    text-align: right;
}

.tab_mark_btm div {
    width: 100%;
    /* max-width: calc(100% - 24px); */
    height: 15px;
    border-radius: 100px;
    background-color: #F8DDB9;
    background-image: url(../images/tab1.png);
    background-repeat: repeat-x;
    background-position: center;
    border-radius: 100px;
    transition: all 0.48s;
}

.tab_mark.blue .tab_mark_bg {
    background: #3981BB;
}

.tab_mark.blue .tab_mark_btm div {
    background-color: #B0CDE4;
    border-radius: 38px;
    border-radius: 100px;
}

.pipTop_tab.color .tab_mark img {
    opacity: 1;
}

.pipTop_tab.color .tab_mark {
    width: calc(100% - 24px);
}

.tab_mark .w0_5 {
    width: 16%;
}

.tab_mark .w0_8 {
    width: 26%;
}

.tab_mark .w1 {
    width: 32%;
}

.tab_mark .w1_2 {
    width: 35%;
}

.tab_mark .w1_5 {
    width: 40%;
}

.tab_mark .w1_8 {
    width: 45%;
}

.tab_mark .w2 {
    width: 48%;
}

.tab_mark .w2_5 {
    width: 54%;
}

.tab_mark .w2_8 {
    width: 58%;
}

.tab_mark .w3 {
    width: 60%
}

.tab_mark .w3_5 {
    width: 66%;
}

.tab_mark .w3_8 {
    width: 70%;
}

.tab_mark .w4 {
    width: 72%;
}

.tab_mark .w4_5 {
    width: 78%;
}

.tab_mark .w4_8 {
    width: 82%;
}

.tab_mark .w5 {
    width: 84%;
}

.tab_mark .w5_5 {
    width: 84%;
}

.tab_mark .w5_8 {
    width: 92%;
}

.tab_mark .w6 {
    width: 100%;
}

.tab_mark.margin .tab_mark_btm {
    margin-bottom: 40px;
}

.tab_mark.margin .tab_mark_bg img {
    bottom: auto;
    top: 18px;
}

.pipBtm {
    margin-top: 21px;
    text-align: right;
}

.pipBtm p {
    display: inline-block;
    margin-left: 32px;
}

.pipBtm i {
    display: inline-block;
    width: 21px;
    height: 4px;
    background: #ecaa54;
    vertical-align: middle;
    margin-right: 12px;
    border-radius: 5px;
}

.pipBtm p:first-child i {
    background: #3981bb;
}


/* ===========
    pip details
======================*/

.pipFix {
    display: none;
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6)
}

.pipFix .inner,
.pipFix .inner_zzm{
    max-width: 980px;
    background: #fff;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 50px 0;
}

.pipFix.show {
    right: 0;
}

.pipFix_top {
    height: 60px;
    padding: 0 42px;
}

.pipFix_cls {
    position: absolute;
    cursor: pointer;
    top: 16px;
    right: 24px;
    z-index: 9991;
}

.pipFix_cls svg {
    width: 19px;
    height: 19px;
}

.pipFix_box {
    position: relative;
}

.pipFix_box::before {
    content: "";
    position: absolute;
    right: -300px;
    bottom: -218px;
    width: 726px;
    height: 726px;
    border-radius: 50%;
    background-color: rgba(210, 210, 210, 0.15);
    visibility: inherit;
}

.pipFix_box::after {
    content: "";
    position: absolute;
    /* left: -180px;
    bottom: -240px; */
    left: -140px;
    bottom: -368px;
    width: 390px;
    height: 390px;
    border-radius: 50%;
    background-color: rgba(210, 210, 210, 0.15);
    visibility: inherit;
}

.pipFix_name {
    /*display: inline-block;*/
    padding: 0 90px;
    /*width: 44%;*/
    position: relative;
    z-index: 99;
}

.pipFix_name li {
    display: inline-block;
    margin-right: 48px;
    font-size: 20px;
}

.pipFix_name li:last-child {
    margin-right: 0;
}

.pipFix_name h2 {
    font-size: 50px;
    letter-spacing: 0.5px;
    line-height: 61px;
    text-align: left;
    color: #000;
    margin-bottom: 24px;
}

.pipFix_name p {
    position: relative;
    color: #1f468b;
    font-size: 21px;
    line-height: 2.4;
    display: inline-block;
    margin-right: 18px;
    /*width: 138px;*/
    text-align: -webkit-right;
}

.pipFix_img {
    position: relative;
    float: right;
    width: 56%;
    height: 328px;
    overflow: hidden;
}

.pipFix_img div {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
}

.pipFix_img img {
    display: none;
    width: 100%;
}

.pipFix_txt {
    position: relative;
    clear: both;
    padding: 20px 80px 0 90px;
    height: 368px;
}

.pipFix_txt h1 {
    text-transform: capitalize;
    line-height: 2;
    /*margin-bottom: 12px;*/
}

.pipFix_txt p {
    font-size: 17px;
    line-height: 2.1;
}

.pipFix_txt img {
    margin-top: 14px;
    max-width: 100%;
}

.pipFix_txt .mCSB_scrollTools {
    width: 3px;
}

.pipFix_txt .mCSB_scrollTools .mCSB_draggerContainer {
    background: #F2F7FB;
}

.pipFix_txt .mCSB_scrollTools .mCSB_dragger {
    background: #1f468b;
}

.pipFix_txt .mCSB_inside>.mCSB_container {
    padding-right: 60px;
}


/* ===========
    Partnership
===================================================== */

.part {
    padding-bottom: 128px;
}

.partBox {
    margin: 80px auto 0;
}

.partItem {
    position: relative;
    padding: 48px 0;
    border-bottom: 1px solid #eee;
    /* transition: all 0.48s; */
}

.partItem:last-of-type {
    border: 0;
}

.partIco {
    display: inline-block;
    position: absolute;
    top: 40px;
    left: 0;
    width: 180px;
    height: 100%;
}

.partIco img {
    width: 100%;
}

.partTxt {
    position: relative;
    width: calc(100% - 180px);
    padding: 0 50px;
    float: right;
    text-align: left;
    transition: all 0.48s;
    border-left: 1px dashed #eee;
    min-height: 128px;
}

.partTxt p {
    font-size: 16px;
    line-height: 2;
    color: #6f7884;
}

.partTxt p b {
    color: #1f468b;
    font-size: 18px;
    font-weight: bold;
}


/* ===========
    services
===================================================== */

.services {
    position: relative;
    z-index: 10;
    text-align: center;
    padding-bottom: 168px;
}

.services.inner {
    max-width: 1200px;
}

.services .csImg {
    max-width: 1200px;
    margin-bottom: 68px;
}

.services .indMore img {
    width: 18px;
    margin-right: 13px;
    vertical-align: sub;
}

.services .pipTop_p {
    /* text-align: center;
    font-size: 18px;
    line-height: 1.8;
    max-width: 84%;
    margin: 0 auto 48px; */
}

.serBox {
    margin-left: -2%;
    margin: 88px 0 68px;
}

.serItem {
    position: relative;
    float: left;
    width: 31.33%;
    margin-left: 2%;
    text-align: left;
    background: #F2F7FB;
    vertical-align: top;
    border: 12px solid #f2f7fb;
}

.serItem .indFour_ico {
    width: 70px;
}

.serImg {
    position: relative;
}


/* .serImg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F2F7FB;
} */

.serImg .elementor-shape {
    display: block;
    transform: rotateX(180deg);
    top: auto;
    bottom: -2px;
}

.serImg .elementor-shape .elementor-shape-fill {
    fill: #F2F7FB;
}

.serImg img {
    width: 100%;
}

.serItem h3 {
    position: absolute;
    bottom: -10px;
    left: 18px;
    z-index: 11;
    color: #000;
    line-height: 1.6;
    font-size: 24px;
}

.serItem ul {
    padding: 20px;
    min-height: 348px;
}

.serItem li {
    position: relative;
    list-style-type: disc;
    margin-left: 20px;
    color: #ea5413;
}

.serItem p {
    color: #6f7884;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    margin-top: 8px;
}

.serIco {
    position: absolute;
    top: -28px;
    left: -24px;
}

.serItem:last-child .serIco {
    left: -10px;
}

.serBox.serTwo .serItem {
    max-width: 438px;
    float: none;
    display: inline-block;
    margin: 1% !important;
}


/* ===========
    news
===================================================== */

.news {
    position: relative;
}

.news .csPage {
    max-width: 1200px;
}

.newsCs {
    display: none;
}

.newsCs:first-of-type {
    display: block;
}

.newsBox {
    max-width: 1200px;
    margin: 0 auto;
}

.newsItem {
    padding: 42px 0;
    border-bottom: 1px solid #eee;
    display: block;
    overflow: hidden;
}

.newsItem .csImg {
    max-width: 100%;
    width: 100%;
}

.newsMore {
    position: relative;
    border-top: 1px solid #eee;
    padding: 18px 28px;
    border-bottom-left-radius: 66px;
    text-align: right;
}

.newsMore::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    transition: all 0.68s;
    background: #1f468b;
    border-bottom-left-radius: 66px;
}

.newsMore span {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 12px;
    position: relative;
    top: -2px;
}

.newsMore img {
    width: 20px;
    float: right;
}

.newsTime {
    display: inline-block;
    text-align: center;
    line-height: 2;
    letter-spacing: 0.5px;
    width: 148px;
}

.newsTime span {
    color: #1f468b;
    font-size: 96px;
    line-height: 1;
}

.newsTime p lable {
    display: none;
}

.newsTit {
    color: #000;
    line-height: 1.4;
    /* text-transform: capitalize; */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 12px 0 30px;
    font-size: 21px;
}

.newsTxt {
    float: right;
    width: calc(100% - 200px)
}

.newsTxt>p {
    line-height: 1.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 56px;
    color: #828282;
    font-size: 15px;
}

.newsItem:hover .newsTit {
    color: #1f468b;
}

.newsItem.newsImg .newsTime {
    background-color: #f2f7fb;
    padding: 8px;
    position: relative;
    height: 168px;
    width: 188px;
}

.newsItem.newsImg .newsImg_div {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.newsItem.newsImg .newsTxt {
    width: calc(100% - 240px);
}

.newsTime_div {
    width: 100%;
    color: #1f468b;
    font-size: 14px;
    font-family: 'Montserrat-Bold';
}

.newsTime_div span {
    font-size: 11px;
    color: #fff;
}

.newsTime_div p {
    display: inline-block;
    color: #fff;
    line-height: 1;
    font-size: 12px;
}


/* ===========
    newsDet
===================================================== */

.newsDet.pad {
    padding-bottom: 108px;
}

.newsDet_box {
    max-width: 1200px;
    margin: 0 auto;
}

.newsTop {
    padding-bottom: 30px;
    border-bottom: 1px dashed #dbdbdb;
}

.newsTop em {
    text-transform: capitalize;
    color: #1f468b;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 2;
}

.newsTop h4 {
    font-size: 34px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.newsTop p {
    font-size: 13px;
}

.newsTop p img {
    margin-right: 8px;
    vertical-align: bottom;
}

.newsBody {
    line-height: 2;
    color: #666;
    margin: 35px 0 20px;
    padding-bottom: 28px;
    border-bottom: 1px dashed #dbdbdb;
}

.newsBody p {
    margin: 18px 0;
}

.newsBody p.color {
    color: #1f468b;
}


/* ===========
    careers
===================================================== */

.join {
    box-sizing: border-box;
    background: #fff;
}

.join_p {
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
    max-width: 84%;
    margin: 0 auto 48px;
}

.jobsearch {
    overflow: hidden;
}

.jobsearch {
    margin-bottom: 24px;
}

.jobsearch form img {
    width: 16px;
    margin-top: -1px;
    margin-right: 8px;
}

.jobsearch form input {
    height: 46px;
    line-height: 46px;
    width: calc(100% - 260px);
    padding: 0 16px;
    font-size: 15px;
    border: 1px solid #eee;
    border-radius: 0;
}

.jobsearch form input:first-child {
    margin-left: 10px;
}

.jobsearch form input[type="submit"] {
    background: #1f468b;
    color: #fff;
    width: 108px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-color: transparent;
}

.jobsearch div {
    padding: 20px;
    background: #f8f8f8;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.4;
}

.jobsearch div:first-child {
    padding: 10px 20px;
}

.jobsearch b {
    display: inline-block;
    text-transform: capitalize;
    width: 100px;
    line-height: 1.2;
    vertical-align: top;
}

.jobsearch form b {
    vertical-align: middle;
}

.jobsearch p {
    display: inline-block;
    text-transform: capitalize;
    width: calc(100% - 108px);
}

.jobsearch span {
    display: inline-block;
    margin-right: 24px;
    padding: 0 5px;
    vertical-align: top;
    line-height: 1.2;
}

.jobsearch span:last-of-type {
    margin-right: 0;
}

.join-job {
    background: #fff;
    padding: 24px 50px 48px;
}

.join-job .index-title h1 {
    display: inline-block;
}

.join-job .index-title a {
    float: right;
    margin-top: 1%;
}

.join-job-box {
    overflow: hidden;
}

.join-job .title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #1f468b;
    font-size: 14px;
    color: #ffffff;
}

.join-job .title p {
    width: 21%;
    float: left;
    text-align: center;
    text-transform: capitalize;
    font-size: 17px;
    font-family: 'Montserrat-Bold';
}

.join-job .title p.one {
    width: 24%;
}

.join-job .title p:last-of-type {
    text-align: center;
    width: 13%;
}

.join-job .join-list-ul {
    width: 100%;
    text-align: left;
}

.join-job .join-list-ul a {
    display: block;
}

.join-job .tit {
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    padding: 20px 2px;
    line-height: 2;
    cursor: pointer;
    border-bottom: 1px solid #f2f2f2;
}

.join-job .tit p {
    display: block;
    float: left;
    width: 21%;
    text-align: center;
    text-transform: capitalize;
}

.join-job .tit p span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.join-job li.hot .tit p span {
    float: right;
    text-align: left;
    width: calc(100% - 32px);
}

.join-job .tit p.one {
    width: 24%;
    text-align: left;
}

.join-job .tit p:last-of-type {
    text-align: center;
    width: 13%;
    font-size: 14px;
}

.join-job .tit p img {
    width: 24px;
    position: relative;
    top: -3px;
    margin-right: 8px;
}

.join-job .tit p:last-of-type {
    /* text-align: right; */
    color: #1f468b;
    text-transform: capitalize;
}

.join-job .join-list-ul li:hover .tit p {
    color: #1f468b;
}


/* ===========
    careersDet
===================================================== */

.carDet.pad {
    padding-bottom: 108px;
}

.carDet_box {
    max-width: 1200px;
    margin: 0 auto;
}

.carDet_dl {
    padding: 10px 0 36px;
    width: 100%;
    border-bottom: 1px dashed #e8e8e8;
    overflow: hidden;
}

.carDet_dl dd {
    /* display: inline-block;
    color: #999;
    line-height: 36px;
    text-transform: capitalize;
    margin-right: 40px;
    font-size: 15px; */
    float: left;
    width: 33.33%;
    color: #999;
    line-height: 36px;
    text-transform: capitalize;
    font-size: 15px;
}

.carDet_top {
    /* padding-bottom: 30px;
    border-bottom: 1px dashed #dbdbdb; */
}

.carDet_top h4 {
    font-size: 34px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.carDet_top p {
    color: #1f468b;
    font-size: 14px;
    font-weight: bold;
    text-transform: capitalize;
}

.carDet_top p img {
    width: 18px;
    vertical-align: middle;
}

.carDet_body {
    line-height: 2;
    color: #666;
    /* margin: 35px 0 20px; */
    padding-bottom: 28px;
    border-bottom: 1px dashed #dbdbdb;
}

.carDet_body b {
    color: #1f468b;
    display: block;
    line-height: 2;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.carDet_body li {
    margin-left: 25px;
    list-style-type: disc;
    color: #1f468b;
}

.carDet_body li p {
    color: #666;
}

.carDet_btm {
    padding-top: 24px;
}

.carDet_job {
    display: inline-block;
    position: relative;
}

.carDet_job img {
    width: 100%;
}

.carDet_job a {
    position: relative;
    display: inline-block;
    padding: 21px 36px;
    background: #f8f8f8;
    width: 108px;
    margin-right: 10px;
    box-sizing: content-box;
}

.carDet_job a::before {
    z-index: 31;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-top: 2px solid #1f468b;
    border-bottom: 2px solid #1f468b;
    transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    opacity: 0.5;
    filter: alpha(opacity=5);
}

.carDet_job a::after {
    z-index: 31;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-left: 2px solid #1f468b;
    border-right: 2px solid #1f468b;
    transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    opacity: 0.5;
    filter: alpha(opacity=5);
}

.carDet_job a:hover:after,
.carDet_job a:hover:before {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}


/* ===========
    contact 
===================================================== */

.contact {
    overflow: hidden;
    padding-bottom: 0 !important;
}

.conTop {
    padding: 14px 0 108px;
    text-align: center;
    line-height: 2;
    font-size: 22px;
}

.conTop b {
    display: inline-block;
    color: #1f468b;
    font-weight: 500;
    text-decoration: underline;
}

.conTop b a {
    color: #1f468b;
    font-weight: 500;
    text-decoration: underline;
}

.conBox {
    margin-left: -1px;
    /* border-bottom: 1px solid #EBEBEB; */
}

.conItem {
    position: relative;
    width: 33.33%;
    float: left;
    border-left: 1px solid #EBEBEB;
    border-top: 1px solid #EBEBEB;
}

.conItem::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: inset 0 0 0 0 #eee;
    -webkit-transition: 0.48s;
    -moz-transition: 0.48s;
    transition: 0.48s;
}

.conItem:hover::before {
    box-shadow: inset 0 0 0 8px #1f468b;
}

.conItem:hover .csTxt {
    padding-left: 68px;
}

.conItem .indMore .more {
    padding: 9px 24px;
    margin-top: 30px;
}

.conItem .csImg {
    max-width: 100%;
}

.conItem .csImg_img_div {
    height: 58vh;
    min-height: 380px;
}

.conItem .csTxt {
    float: none;
    position: relative;
    padding: 50px 12%;
    text-align: left;
    min-height: 308px;
    z-index: 33;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    width: 100%;
}

.conItem .csTxt_p h3 {
    color: #1f468b;
    line-height: 1.6;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 14px;
}

.conItem .csTxt_p_div {
    color: #1f468b;
    font-size: 13px;
    margin-bottom: 34px;
    line-height: 1.4;
}

.conItem .csTxt_p p {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 24px;
    letter-spacing: 0.5px;
    min-height: 72px;
    font-weight: 400;
}

.conItem .csTxt_p p:first-of-type {
    margin-top: 0;
}


/*0106 s*/

.scroll {
    overflow: auto !important;
    /*padding-right: 14px;*/
}

.scroll::-webkit-scrollbar {
    width: 3px;
    height: 100%;
    border-radius: 16px;
}

.scroll::-webkit-scrollbar-track {
    background: #fafafa;
}

.scroll::-webkit-scrollbar-thumb {
    background: #1f468b;
}