*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
html {
	scroll-behavior: smooth;
}
body,html{
	width: 100%;
	height: auto;
}

img {
	display: block;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none
}

.pos {
    position: relative;
}
/**图片背景基础样式**/
.base_bg {
    background-repeat: no-repeat;
    background-size: cover;
}

/*单行省略*/

.omit1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.omit2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.omit3 {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.content{
	width: 92%;
	max-width: 1454px;
    box-sizing: border-box;
    height: 100%;
	margin: auto;
}

/* 导航 */
.pc_nav{
    width: 100%;
    height: 106px;
    background-color: #FFFFFF;
    position: fixed;
    top: 0;
    z-index: 9992;
    transition: .35s;
    border-bottom: 1px solid #EEEEEE;
}
.pc_navcon{
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav_logo{
    width:73px;
    height:73px;
}
.logo{
    display: block;
    width: 73px;
    height:73px;
    background-image: url(../image/logo@2x.png);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.nav_right{
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 45px;
    box-sizing: border-box;
}
.nav_title {
    /* width: 100%; */
    height: 100%;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
}
.nav_title li {
    width: auto;
    height: 100%;
    margin-right: 80px;
    display: flex;
    align-items: center;
    position: relative;
}
.nav_title li:last-child{
    margin-right: 0;
}
.nav_title li:first-child a{
    padding-left:0;
}
.nav_title li a{
    font-size: 16px;
    text-align: center;
    color: #11173B;
    width: 100%;
    display: block;
    transition: .35s;
    background-color: transparent;
    line-height: 36px;
    text-align: left;
    cursor: pointer;
}

.nav_child{
    width: 100%;
    height: auto;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 106px;
    display: none;
    padding: 30px 0;
    z-index: 9999;
   
}
.nav_title li .nav_child.active {
    display: block;
    
}
.nav_child .content{
    display: flex;
    justify-content: space-between;
    width: 92%;
    max-width: 1454px;
    margin: 0 auto;
    box-sizing: border-box;
}
.nav_child_small{
    width: 120px; !important;
    min-width: 120px;
    position: absolute !important;
    top: 100% !important;
    padding: 10px 0 !important;
}
.nav_child_small a{
    display: block;
    color: #11173B;
    font-size: 16px;
    white-space: nowrap;
    text-align: center !important;
}
.nav_child_small a:hover{
    color: #007DC4;
    text-decoration: underline;
}
.nav_search{
    display: flex;
    align-items: center;
    background: #F1F5F9;
    border-radius: 20px;
    width: 192px;
    height: 46px;
    margin-left: 54px;
    overflow: hidden;
}
.nav_search input{
    width: 150px;
    height: 36px;
    border: none;
    background: transparent;
    font-size: 14px;
    color: #666;
    outline: none;
    padding-left: 24px;
}
.nav_search input:-internal-autofill-selected {
    background-color: transparent !important;
}

.nav_search a{
    display: block;
    width: 20px;
    height: 20px;
    border: none;
    background: transparent;
    background-image: url(../image/Search@2x.png);
    background-position: center center;
    background-size: 18px 18px;
    background-repeat: no-repeat;
}
.nav_lang{
    display: block;
    width: 93px;
    height: 48px;
    background: #2CD363;
    border-radius: 48px;
    padding: 0 6px;
    box-sizing: border-box;
    margin-left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav_lang div{
    width: 45px;
    font-size: 16px;
    color: #1A2259;
    text-align: center;
}
.nav_lang img{
    width: 36px;
    height: 36px;
}



/* 头部结束 */

.acea-row {
    display: flex;
    flex-wrap: wrap
}

.acea-row.row-middle {
    align-items: center
}

.acea-row.row-top {
    align-items: flex-start
}

.acea-row.row-bottom {
    align-items: flex-end
}

.acea-row.row-center {
    justify-content: center
}

.acea-row.row-right {
    justify-content: flex-end
}

.acea-row.row-left {
    justify-content: flex-start
}

.acea-row.row-between {
    justify-content: space-between
}

.acea-row.row-around {
    justify-content: space-around;
}

.acea-row.row-column-around {
    justify-content: space-around;
}

.acea-row.row-column {
    flex-direction: column
}

.acea-row.row-column-between {

    flex-direction: column;
    justify-content: space-between
}

.acea-row.row-center-wrapper {
    align-items: center;
    justify-content: center
}

.acea-row.row-between-wrapper {
    align-items: center;
    justify-content: space-between
}

.acea-no-warp {
    flex-wrap: nowrap;
}

.flex-1 {
    flex: 1;
}


.flex {
    display: flex;
}

.flex-justify-between {
    justify-content: space-between;
}

.flex-justify-around {
    justify-content: space-around;
}

.flex-justify-center {
    justify-content: center;
}

.flex-column {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.align-center {
    align-items: center;
}


/* 底部 */
.foot{
    width: 100%;
    height: auto;
    background: #fff;
}
.foot .content{
    display: flex;
    justify-content: space-between;
    padding: 37px 0;
}
.foot_left{
    flex: 1;
    max-width: 350px;
}
.foot_logo img{
    width: 73px;
    height: 73px;
    margin-bottom: 17px;
}
.foot_left p{
    font-size: 14px;
    color: rgba(112, 121, 139, 1);
    font-weight: 400;
    line-height: 28px;
    margin: 0 0 14px 0;
}
.foot_left span{
    display: block;
    width: 256px;
    height: 25px;
    font-family: Manrope, Manrope;
    font-weight: 500;
    font-size: 12px;
    color: #70798B;
    line-height: 25px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.foot_middle{
    flex: 1;
    display: flex;
    justify-content: center;
    gap: 130px;
    padding-top: 50px;
}
.foot_section h4{
    font-size: 18px;
    color: #11173B;
    font-weight: 400;
    margin: 0 0 14px 0;
}
.foot_section ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.foot_section ul li{
    margin-bottom: 10px;
    font-size: 13px;
    color: #11173B;
    line-height: 20px;
}
.foot_section ul li a{
    font-weight: 400;
    font-size: 14px;
    color: #11173B;
    line-height: 25px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
}
.foot_section ul li a:hover{
    color: #007DC4;
}
.foot_section_ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.foot_section_ul li {
    font-weight: 400;
    font-size: 14px;
    color: rgba(112, 121, 139, 1) !important;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
}
.foot_section ul li span{
    color: rgba(8, 20, 32, 1);
    display: inline-block;
    margin-right: 20px;
}
.foot_right{
    text-align: center;
    padding-top: 50px;
}
.social_links{
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    margin-bottom: 20px;
}
.social_icon{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background:transparent;
    display: block;
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    /*background-size: 16px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}
.social_icon:hover{
    background-color: #F5F5F5;
}
.social_icon img{
    width: 16px;
    height: 16px;
    
}
.soimg1{
    display: block;
}
.soimg2{
    display: none;
}
.social_icon:hover .soimg1{
    display: none;
}
.social_icon:hover .soimg2{
    display: block;
}
/*.social_icon.wechat{*/
/*    background-image: url('../image/img_home_icon_01@2x.png');*/
/*}*/

/*.social_icon.linkedin{*/
/*    background-image: url('../image/img_home_icon_02@2x.png');*/
/*}*/

/*.social_icon.facebook{*/
/*    background-image: url('../image/img_home_icon_04@2x.png');*/
/*}*/

/*.social_icon.twitter{*/
/*    background-image: url('../image/img_home_icon_03@2x.png');*/
/*}*/

.qrcode{
    display: inline-block;
}
.qrcode img{
    width: 94px;
    height: 94px;
    margin-bottom: 8px;
}
.qrcode span{
    font-size: 12px;
    color: #000;
    font-weight: 400;
}

.monav_search{
    display: none;
}


/* 多媒体查询适配 */
@media screen and (max-width: 1650px){
    
}
@media screen and (max-width: 1500px){

}
@media screen and (max-width: 1440px){
 
} 
@media screen and (max-width: 1366px){
   
}
@media screen and (max-width: 1350px){
    
}
@media screen and (max-width: 1270px){
  
}
@media screen and (max-width: 1200px){
    
}
@media screen and (max-width: 1130px){
   
}
@media screen and (max-width: 1100px){
    
}
@media screen and (max-width: 800px){
    .monav_search{
        display: block;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: rgba(0, 125, 196,0.06);
    }
    .mobile_nava {
        display: flex;
        align-items: center;
        gap:10px;
    }
    .monav_search a{
        display: block;
        width: 30px;
        height: 30px;
        background-image: url(../image/Search@2x.png);
        background-position: center center;
        background-size: 18px 18px;
        background-repeat: no-repeat;
    }
}
@media screen and (max-width: 450px){
    
}
@media screen and (max-width: 380px){
    
}
@media screen and (max-width: 320px){
    
}