@charset "utf-8";
/* CSS Document */
.header-top-menu{
	background:#244f98;
}
.header-top-menu .container{
	height:40px;
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.header-top-ico li{
	display: inline-block;
    list-style: none;
}
.header-top-ico li a{
	color: #1773ea;
    font-size: 13px;
    font-weight: 400;
    margin: 0 3px;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    background: #ffff;
    text-align: center;
    position: relative;
    z-index: 1;
}
.header-top-ico li a:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fdee01;
    transform: scale(0);
    transition: .5s;
    border-radius: 50%;
    z-index: -1;
}
.header-top-ico li a:hover:before {
    transform: scale(1);
}
.header-contacts p{
	display: inline-block;
	font-size:1.4rem;
	color:#fff;
	margin-left:2rem;
}
.header-contacts p i{
	padding-right:1rem;
}
.header-2 .container{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 90px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
.header-2 .logo img{
	height:90px;
}
.header-2.tophei {
    width: 100%;
    position: fixed;
    z-index: 9999;
    left: 0;
    background-color: #fff;
    top: 0;
    -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
}
.logo a {
    display: block;
}
.carvally_menu ul {
    list-style: none;
    display: inline-block;
	margin-left:5rem;
}
.carvally_menu>ul>li {
    display: inline-block;
    position: relative;
    z-index: 1;
	margin-right:2rem;
}
.carvally_menu > ul > li > a {
    display: block;
    margin: 30px 16px;
    -webkit-transition: .5s;
    color: #121212;
    font-weight: 500;
    font-size: 18px;
	font-family: WorkM;
}
.carvally_menu ul .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    text-align: left;
    background: #fff;
    margin: 0;
    z-index: 999;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    transition: .5s;
    visibility: hidden;
    border-top: 2px solid #2653e5;
    opacity: 0;
}
.carvally_menu ul .sub-menu li {
    position: relative;
}
.carvally_menu ul li:hover>.sub-menu {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 100%;
    opacity: 1;
}
.carvally_menu ul .sub-menu li a {
    display: block;
    padding: 12px 20px;
    margin: 0;
    line-height: 1.3;
    letter-spacing: normal;
    font-size: 16px;
    font-family: 'Jost';
    font-weight: 400;
    text-transform: capitalize;
    -webkit-transition: .1s;
    visibility: inherit !important;
    color: #000 !important;
    white-space: nowrap;
}
.carvally_menu ul .sub-menu li:hover>a{
    background: #2653e5;
    color: #fff !important;
}
.lang a{
	display:block;
	background: #2653e5;
	border:1px solid #2653e5;
	font-size:1.4rem;
	color:#fff;
	line-height:20px;
	padding:3px 5px;
	border-radius:5px;
	font-weight: bold;
}
.lang a:hover{
    color:#2653e5;
    background: #fff;
}
.menu-handler {
    width: 44px;
    height: 56px;
    display: none;
    margin-left: 10px;
    cursor: pointer;
}
.menu-handler span:first-child {
    position: relative;
    display: block;
    width: 16px;
    height: 2px;
    margin: 27px 0 0 10px;
    background-color: #333;
    -webkit-transition-duration: 0.3s, 0.3s;
    -moz-transition-duration: 0.3s, 0.3s;
    -o-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    -moz-transition-delay: 0.3s, 0s;
    -o-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
}
.menu-handler span:first-child:after, 
.menu-handler span:first-child:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 24px;
    height: 2px;
    left: 0;
    background-color: #333;
    -webkit-transition-duration: 0.3s, 0.3s;
    -moz-transition-duration: 0.3s, 0.3s;
    -o-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    -moz-transition-delay: 0.3s, 0s;
    -o-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
}
.menu-handler span:first-child:before {
    top: -6px;
    -webkit-transition-property: top, transform;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, -webkit-transform;
    -o-transition-property: top, -o-transform;
    -moz-transition-property: top, transform, -moz-transform;
    transition-property: top, transform;
    transition-property: top, transform, -webkit-transform, -moz-transform, -o-transform;
}
.menu-handler span:first-child:after {
    bottom: -6px;
    -webkit-transition-property: bottom, transform;
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    -o-transition-property: bottom, -o-transform;
    -moz-transition-property: bottom, transform, -moz-transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform, -moz-transform, -o-transform;
}

/**************页脚*****************/
.foot-grey{
	padding: 60px 0 69px;
    background: #eaeaea;
}
.foot-grey .container{
    display: flex;
	justify-content: space-between;
}
.foot-grey .logo img{
	width:130px;
	margin-bottom: 35px;
}
.footer-contact li {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    color: #333;
    font-size: 1.4rem;
    margin-bottom: 15px;
}
.footer-contact li a {
    color: #333;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.footer-contact li i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    margin-right: 15px;
    border-radius: 5px;
    background: #2653e5;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #fff;
}
.footer-widget-title {
    color: #121212;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-size:2.4rem;
    font-family: WorkM;
	font-weight: bold;
}
.footer-widget-title::after {
    position: absolute;
    content: '';
    width: 30px;
    height: 2px;
    background-color: #2653e5;
    bottom: 0;
    left: 0px;
}
.footer-newsletter p {
    color: #555;
    padding-right: 18px;
    margin-bottom: 20px;
	font-size:1.4rem;
}
.subscribe-form .form-control {
	display: block;
	width:100%;
    padding: 16px 20px;
    box-shadow: none;
    border: none;
	margin-bottom: 30px;
}
.footer-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.footer-list li a {
	font-size:1.4rem;
    color: #555;
    transition: all .5s ease-in-out;
}
.footer-list li a i {
    margin-right: 5px;
    color: #2653e5;
}
.footer-list li a:hover {
    padding-left: 10px;
    color: #2653e5;
}
.foot-bl{
	padding:15px 0;
    background: #245097;
}
.foot-bl .container{
	display:flex;
	justify-content: center;
}
.foot-bl .copr{
	display: flex;
	align-items: center;
	font-size:1.6rem;
	color:#fff;
}
.country-selector {
    display: inline-block;
    font-size: 13px;
    position: relative;
    text-align: left;
    width: auto;
	border:1px solid #fff;
}
.country-selector .wg-li {
    font-size: 13px;
}
.country-selector a {
	color: #fff;
    display: flex;
    float: none !important;
    outline: none;
    text-decoration: none;
    align-items: center;
    height: 37px;
    padding: 0 15px 0 10px;
    white-space: nowrap;
	padding-right: 40px;
	    font-size: 13px;
}
.wg-drop.country-selector .wgcurrent:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDI4NC45IDI4NC45Ij48cGF0aCBkPSJtMjgyIDc2LjUtMTQuMi0xNC4zYTkgOSAwIDAgMC0xMy4xIDBMMTQyLjUgMTc0LjQgMzAuMyA2Mi4yYTkgOSAwIDAgMC0xMy4yIDBMMyA3Ni41YTkgOSAwIDAgMCAwIDEzLjFsMTMzIDEzM2E5IDkgMCAwIDAgMTMuMSAwbDEzMy0xMzNhOSA5IDAgMCAwIDAtMTN6Ii8+PC9zdmc+);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 11px;
    color: #fff;
    content: "" !important;
    display: inline-block;
    height: 39px;
    line-height: 37px;
    position: absolute;
    right: 10px;
    top: 0;
    transition: all .2s;
    width: 15px;
	transform: rotate(0deg) !important;
}
.country-selector ul {
    background: #fff;
    border: 1px solid #ebeef0;
    box-sizing: border-box;
    max-height: 300px;
    min-width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: auto;
	display: none;
}

/************右侧*************/
.right_bar {
    position: fixed;
    top: 300px;
    right: 0;
    width: 50px;
    height: 203px;
    z-index: 10;
}
.right_bar li {
    width: 50px;
    height: 50px;
    z-index: 20;
    margin-bottom: 6px;
}
.right_bar li a {
    display: block;
    color: #FFF;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    background-color:#2653e5;
    opacity: 1;
    border-radius: 6px;
}
.right_bar li a svg{
    display: block;
    float: left;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin: 12px 12px 14px 14px;
}
.right_bar li.rtbar_li1{width:190px;}
.right_bar li.rtbar_li1,.right_bar li.rtbar_li4{
    position: absolute;
    left: 0;
}
.right_bar li.rtbar_li4 {
    top: 168px;
}
.right_bar li.rtbar_li2 {
     position: absolute; 
     top: 56px; 
    left: 0;
}
.right_bar li.rtbar_li3 {
    position: absolute;
    top: 112px;
    left: 0;
    width: 50px;
}
.right_bar li:hover a{background-color:#2653e5;}
.rtbar_shwx {
    display: none;
    position: absolute;
    top: -140px;
    left: -220px;
    padding-bottom: 9px;
}

/*按钮*/

.btn{
	display:flex;
	font-size: 1.8rem;
    line-height: 20px;
	align-items: stretch;
    position: relative;
    color: #fff;
    font-weight: 500;
    outline: 0;
    text-align: center;
    text-decoration: none;
    transition: all .4s ease-in-out;
    cursor: pointer;
    vertical-align: middle;
    overflow: hidden;
	background-color: #2a5cff;
	font-family: WorkM;
	width:100%;
	justify-content: space-between;
}
.btn:before{
	content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    transition: all .4s ease-in-out;
	background-color: #2653e5;
}
.btn--alt__label, .btn__label {
    transition: all .2s ease-in-out;
    transform: translateY(0);
}
.btn__label-wrap{
	position: relative;
    z-index: 2;
	padding: 21px 30px;
}
.btn--alt__label-wrap--container, 
.btn__label-wrap--container {
    overflow: hidden;
}
.btn--alt__icon-wrap--container>div, 
.btn__icon-wrap--container>div {
    transition: all .2s ease-in-out;
    transition-delay: 75ms;
    transform: translateY(0);
}
.btn--alt__label, 
.btn__label {
	transition: all .2s ease-in-out;
}
.btn--alt__label--hover, 
.btn__label--hover {
    position: absolute;
    right: 0;
    left: 0;
    display: block;
}
.btn__icon-wrap{
	display: flex;
    justify-content: center;
    align-items: center;
    background-position: 50%;
    background-repeat: no-repeat;
    transition: all .4s ease-in-out;
    background-color: #2653e5;
	width: 55px;
   	padding: 18px 0;
}
.btn--alt__icon-wrap--container, 
.btn__icon-wrap--container {
    position: relative;
    overflow: hidden;
}
.btn--alt__icon--after, 
.btn__icon--after {
    display: block;
    position: absolute;
    bottom: -100%;
    left: 0;
}

.btn:hover:before{
      left: 0;
 }
.btn:hover .btn__label{
	transform: translateY(-100%);
}
.btn:hover .btn__icon-wrap--container>div{
	transform: translateY(-100%);
}

/**/
.mobile{
    display:none;
}
.mnav{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2000;
    width: 100vw;
    height: 60px;
    pointer-events: auto;
    transition: all .5s ease;
    background: #fff;
    overflow: hidden;
}
.mnav .inner_top{
    padding-left: 5%;
    height: 60px;
    width: 100%;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.mnav .inner_top .logo{
    display: inline-block;
    width: 20vw;
    position: relative;
}
    .mobile-nav {
        width: 50px;
        height: 60px;
        position: relative;
        z-index: 3;
        margin-left: 1px;
        padding: 22px 10px;
    }
.mobile-nav span {
        width: 30px;
        height: 2px;
        background: #2653e5;
        display: block;
        margin-bottom: 5px;
        position: relative;
    }
.mnav .inner_mid {
    position: absolute;
    top: 60px;
    background-color: #fff;
    left: 0;
    width: 100%;
    height: calc(100% - 50px);
    overflow: auto;
}
.mobile-nav.on {
        background: #2653e5;
       padding: 22px 10px;
       color:#fff;
    }
    .mobile-nav.on span {
        transform-origin: center;
        transition: transform .3s;
        background: #fff;
    }
    .mobile-nav.on span.line1 {
        transform: rotate(45deg);
        top: 3px;
    }
    .mobile-nav.on span.line2 {
        display: none;
    }
    .mobile-nav.on span.line3 {
        transform: rotate(-45deg);
        top: -3px;
    }
.mnav.pn {
    height: 100vh;
}
.placeholder{height:60px}
.inner_mid li{
    padding: 0 5% 0 5%;
    position: relative;
    transition: background-color 0.5s ease;
}
.inner_mid li a,
.inner_mid li .ft{
    color: #333;
    height: 48px;
    line-height: 48px;
    white-space: nowrap;
    display: flex;
    font-weight: 700;
    font-size:16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.inner_mid li .ft{
    display:flex;
    justify-content: space-between;
}
.inner_mid li.cur{
    background-color: rgba(0, 135, 85, .05);
}
.inner_mid li.cur span{
    transform: scaleY(-1);
}
.inner_mid .sub{
    transition: all .5s ease;
    overflow: hidden;
    display:none;
}
.inner_mid .sub li{
    padding: 0 9%;
    position: relative;
}
.inner_mid .sub li a {
    display: block;
    font-size:14px;
    font-weight: normal;
    height:35px;
    line-height: 35px;
    color:#666;
    border-bottom:none;
}



