*{
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: '微软雅黑';
}
a:hover{
    opacity: 0.8;
}
@font-face {
    font-family:DIN-Light ;
    src: url(../font/DIN-Light.otf);
}
ul,li{
    margin: 0;
    padding: 0;
    list-style: none;
}
a{
    text-decoration: none;
}
.header{
    display: flex;
    justify-content: center;
    position: relative;
    height: 100px;
    padding: 0 25px;
    border-bottom: 1px #c7c7c7 solid;
}
.header ul.nav{
    display: flex;
    justify-content: center;
    align-items: center;
}
.header ul.nav li{
    padding: 0 48px;
}
.header ul.nav li.active a,.header ul.nav li a:hover{
    position: relative;
    font-weight: bold;
}
.header ul.nav li.active a::after,.header ul.nav li a:hover::after{
    content: "";
    width: 1px;
    height: 30px;
    background: #000;
    position: absolute;
    left: 50%;
    bottom: 0;
}
.header ul.nav li a{
    display: block;
    line-height: 100px;
    font-size: 16px;
    color: #000;
}
.logo{
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 12px;
}
.logo a img{
    display: block;
}
.other{
    position: absolute;
    right:25px;
    height: 100px;
    display: flex;
    align-items: center;
}
.other a{
    display: block;
    padding: 0 15px;
    position: relative;
}
.other a::after{
    content: "";
    width: 1px;
    height: 14px;
    background: #c7c7c7;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
a.other_yy{
    padding-left: 28px;
    color: #000;
    font-weight: bold;
    margin-left: 17px;
}
a.other_yy::after{
    display: none !important;
}
a.other_yy.en{
    background: url(../img/yy_en.png) left center no-repeat;
}
.other span.search{
    cursor: pointer;
    width: 40px;
    height: 40px;
    background:#034ea2 url(../img/search_icon.png) center no-repeat;
    margin-left: 38px;
}
.footer{
    min-height: 57px;
    background: #005bac;
    display: flex;
    justify-content: center;
    color: #fff;
    line-height: 57px;
}
.footer span{
    display: flex;
    align-items: center;
    padding-left: 60px;
}
.footer span img{
    margin-right: 7px;
}
.content{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.crumbs{
    max-width: 1920px;
    padding: 0 46px;
    box-sizing: border-box;
    margin: 0 auto;
}
.crumbs p{
    line-height: 88px;
    background: url(../img/crumbs_icon.png) left center no-repeat;
    padding-left: 22px;
    color: #707070;
}
.crumbs p a{
    color: #707070;
}
.advertisingGraphic{
    height: 510px;
    display: flex;
}
.advertisingGraphic_font{
    width: 415px;
    padding-left: 85px;
    box-sizing: border-box;
    padding-top: 100px;
}
.advertisingGraphic_font h4{
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
}
.advertisingGraphic_font p{
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}

.advertisingGraphic_font h2{
    font-size: 45px;
    color: #fff;
    line-height: 1;
    padding: 20px 0 40px;
}
.aboutUs{
    background: url(../img/aboutUs.png) center no-repeat;
    background-size: auto 100%;
}
.cooperativeBrands{
    background: url(../img/cooperativeBrands.png) center no-repeat;
    background-size: auto 100%;
}
.cooperativeBrands .advertisingGraphic_font{
    width: 405px;
    padding: 0;
    position: absolute;
    right: 0;
    bottom: 110px;
}
.news{
    background: url(../img/news.png) center no-repeat;
    background-size: auto 100%;
}
.contactUs{
     background: url(../img/contactUs.png) center no-repeat;
     background-size: auto 100%;
}
.contactUs .advertisingGraphic_font{
    position: relative;
}
.contactUs .advertisingGraphic_font::after{
    content: "";
    width: 355px;
    height: 1px;
    background: #fff;
    position: absolute;
    left:85px ;
    bottom: 0;
}

.backgroundTexture{
    background: url(../img/backgroundTexture.png) 168px center no-repeat;
    background-size: 100% auto;
    margin: 0 auto;
}
.aboutOurContentArea{
    max-width: 1920px;
    padding: 0 148px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.aboutOurContentArea_logo{
    padding-top: 40px;
}
.aboutOurContentArea_logo img{
    display: block;
}
.aboutOurContentArea_title{
    text-align: center;
    font-size: 40px;
    color: #000;
    font-weight: bold;
    line-height: 1;
    padding-top: 38px;
}
.aboutOurContentArea_ul ul{
    display: flex;
    justify-content: center;
    margin:66px 0 48px;
    position: relative;
}
.aboutOurContentArea_ul ul::after{
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    background: #b5b5b5;

}
.aboutOurContentArea_ul ul li{
    padding: 0 55px;
}
.aboutOurContentArea_ul ul li h2{
    font-family: DIN-Light;
    font-size: 35px;
    color: #000;
    letter-spacing: -2px;
    display: flex;
}
.aboutOurContentArea_ul ul li h2 span{
    font-size: 18px;
    font-weight: normal;
    padding: 0 5px;
}
.aboutOurContentArea_ul ul li p{
    font-size:15px;
    color:#737373;
    line-height: 1;
    padding-top:15px ;
}
.aboutOurContentArea_desc{
    font-size: 15px;
    line-height: 30px;
    color: #000;
    text-indent: 2em;
    max-width: 870px;
    margin: 0 auto;
}
ul.threePlates{
    padding: 70px 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
ul.threePlates li{
    width: calc((100% - 68px) / 3);
    height: 520px;
    display: flex;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    padding-top:120px;
}
ul.threePlates li h2{
    text-align: center;
    color: #fff;
    font-size: 20px;
    padding-top: 42px;
}
ul.threePlates li p{
    color: #fff;
    padding-top:20px ;
}
ul.threePlates li span{
    display: flex;
    box-sizing: border-box;
    height: 38px;
    border: 2px #fff solid;
    border-radius: 100px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    font-size: 25px;
    padding: 0 25px;
    margin-top: 25px;
}
ul.threePlates li span em,ul.threePlates li span i{
    font-style: normal;
    font-size: 14px;
    font-weight: normal;
}
ul.threePlates li span em{
    line-height: 1.5;
    padding-top: 8px;
}
ul.threePlates li span i{
    padding-bottom: 15px;
    line-height: 1.5;
}
.threePlates_bg01{
    background: url(../img/bg01.png) center no-repeat;
    background-size: 100% 100%;
}
.threePlates_bg02{
    background: url(../img/bg02.png) center no-repeat;
    background-size: 100% 100%;
}
.threePlates_bg03{
    background: url(../img/bg03.png) center no-repeat;
    background-size: 100% 100%;
}
.threePlates_icon{
    width: 93px;
    height: 109px;
    background: url(../img/lbx_bg.png) center no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}
.coBrandedContentArea{
    max-width: 1920px;
    padding: 0 148px;
    box-sizing: border-box;
    margin: 0 auto;
    background: url(../img/backgroundTexture.png) center 168px no-repeat;
    background-size: 100% auto;
    padding-bottom: 100px;
}
.coBrandedContentArea ul{
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px #e4e4e4 solid;
}
.coBrandedContentArea ul li{
    border-top: 1px #e4e4e4 solid;
    height: 200px;
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.coBrandedContentArea_bg{
    background: #fff;
}
.pageBackgroundColor{
    background: #f8f8f8;
}
.newsCenterContentArea{
    max-width: 1920px;
    padding: 0 148px;
    box-sizing: border-box;
    margin: 0 auto;
}
.newsCenterContentArea ul{
    display: flex;
    flex-wrap: wrap;
}
.newsCenterContentArea ul li{
    width: calc((100% - 66px) / 3);
    border-bottom: 1px #e4e4e4 solid;
    margin-bottom: 40px;
    margin-right: 33px;
    padding-bottom: 20px;
}
.newsCenterContentArea ul li a{
    display: block;
}
.newsCenterContentArea ul li:nth-child(3n){
    margin-right: 0;
}
.newsCenterContentArea ul li img{
    display: block;
    width: 100%;
    height: auto;
}
.newsCenterContentArea ul li span{
    font-family: DIN-Light;
    display: block;
    padding-top: 44px;
    font-size: 25px;
    color: #707070;
    line-height: 1;
}
.newsCenterContentArea ul li h2{
    font-size: 25px;
    color: #000;
    font-weight: 500;
    height: 55px;
    line-height: 55px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    white-space:no-wrap;
}
.newsCenterContentArea ul li p{
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertica;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 50px;
    line-height: 25px;
    color: #737373;
    font-size: 14px;
    margin: 18px 0;
}
.newsCenterContentArea ul li em{
    display: block;
    width: 105px;
    height: 30px;
    background: #d50000 url(../img/news_more.png) 80% center no-repeat;
}
.page{
    display: flex;
    justify-content: end;
    padding-bottom: 43px;
    align-items: center;
}
.totalNumberOfRecords{
    color: #767676;
}
.totalNumberOfRecords span{
    font-size:20px;
    color:#d50000;
    
}
.pageTurningAction{
    width: 40px;
    height: 40px;
    background: #d4d4d4;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    margin-left: 10px;
    cursor: pointer;
}
.pageTurningAction:hover{
    background: #005bac;
}
.contactUsInTheContentArea{
    background: url(../img/backgroundTexture.png) center 148px no-repeat;
}

.listOfCompanies{
    padding-bottom: 50px;
}
.listOfCompanies li{
    position: relative;
    display: flex;
    margin-bottom: 25px;
}
.listOfCompanies_img{
    width: 470px;
    height: 250px;
}
.map{
    width: 250px;
    height: 250px;
}
.listOfCompanies_address{
    width: calc(100% - 720px);
    height: 250px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.listOfCompanies_icon{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 470px;
    top: 50%;
    transform: translate(-50%,-50%);
    background: url(../img/icon_bg.png) center no-repeat;
    width: 143px;
    height: 153px;
}
.listOfCompanies_address h2{
    font-size: 25px;
    color: #000;
    font-weight: bold;
    line-height: 1;
}
.listOfCompanies_address p{
    color: #777777;
    line-height: 1;
    padding: 20px 0 34px;
}
.listOfCompanies_address span{
    font-family:DIN-Light ;
    font-size: 25px;
    padding-left: 40px;
    background: url(../img/phone_icon.png) left center no-repeat;
}
.listOfCompanies_address span em{
    font-style: normal;
    color: #a9a9a9;
    font-size: 25px;
    font-family:DIN-Light ;
}
.case{
    background: url(../img/news.png) center no-repeat;
    background-size: auto 100%;
}
.caseCenterContentArea{
	max-width: 1920px;
	width: 100%;
	padding: 0 148px;
	box-sizing: border-box;
	margin: 0px auto;
	display: flex;
	align-items: center;
}
.leftsidebar{
    width: 260px;
    width: 260px;
    overflow-y: auto;
}
.leftlabel{
    padding-bottom: 20px;
    font-size: 30px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 20px;
	border-bottom: 2px solid #005BAC;
}
.menu-item{
	padding: 14px 24px;
	cursor: pointer;
	transition: all 0.25s ease;
	display: flex;
	align-items: center;
	gap: 14px;
	font-size: 15px;
	color: #000000;
	border-left: 4px solid transparent;
}
.menu-item:hover{
   background: rgba(10, 140, 255, 0.11);
   color: #005BAC;
   font-weight: bold;
    }
/* 激活菜单项：背景、蓝色文字 */
.menu-item.active {
	background: rgba(10, 140, 255, 0.11);
	color: #005BAC;
	font-weight: bold;
}
 /* 图标容器 - 用于处理两套图标的显示/隐藏 */
.icon-container {
    position: relative;
    width: 24px;
    height: 24px;
    display: inline-block;
    flex-shrink: 0; /* 防止图标被压缩 */
    }
 /* 基础图标样式 */
.menu-item img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    transition: opacity 0.2s ease;
    position: absolute;
    top: 0;
    left: 0;
}
/* 非选中图标：默认显示 */
.icon-normal {
    opacity: 1;
}
/* 选中图标：默认隐藏 */
.icon-selected {
    opacity: 0;
}
/* 激活状态：隐藏非选中图标，显示选中图标 */
.menu-item.active .icon-normal {
    opacity: 0;
}

.menu-item.active .icon-selected {
    opacity: 1;
}
.menu-item:hover .icon-normal {
	opacity: 0;
}
.menu-item:hover .icon-selected {
	opacity: 1;
}
/* 右侧内容区 */
.main-content {
	margin-left: 30px;
    flex: 1;
    display: flex;
	background: rgba(10, 140, 255, 0.05);
    flex-direction: column;
    }
.tab-content {
    flex: 1;
	padding: 24px;
	overflow: auto;
    }
.tab-pane {
    display: none;
    backdrop-filter: blur(2px);
    border-radius: 12px;
    padding: 10px;
}
.tab-pane.active {
    display: block;
}
.dashboard-grid{
	margin-bottom: 20px;
	display: flex;
	width: 100%;
	align-items: center;    /* 垂直居中 */
}
.fr{float: right;}
.fl{float: left;}

.caseCenterContentArea .imgBox{
	flex: 1;
	width: 53%;
	height: 408px;
	background:linear-gradient(60deg, rgba(0, 89, 169, 0.12) 0%, rgba(26, 109, 179, 0.38) 99%);
	padding: 20px;
	box-sizing: border-box;border-radius: 10px;
	display: flex;
	justify-content: center;
}
.caseCenterContentArea .imgBox img{width: 100%;height: 100%;object-fit: cover;}
.card{
	margin-right: 20px;
	width:45%;
	display: inline-block;
	float: left;
	}
.tag{
    margin-top: 20px;
}
.tag span{
    background: #e1effa;
    border-radius: 4px;
    font-size: 16px;
    padding: 0 20px;
    line-height: 40px;
    margin:0px 10px 10px 10px;
    color:#005BAC ;
    display: inline-block;
        }
.card-title{
	color: #000000;
	margin-bottom: 18px;
	font-size: 22px;
	font-weight:bold;
	border-left: 4px solid #005BAC;
	padding-left: 12px;
}
.highlight p::before{
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: black;
    border-radius: 50%;
    margin-right: 5px;
}
.highright p::before{
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: black;
    border-radius: 50%;
    margin-right: 5px;
}
.highlight p{
    padding-top: 14px;
    font-size: 16px;
    line-height: 25px;
}
.highright p{
    padding-top: 14px;
    font-size: 16px;
    line-height: 25px;
}
.caseCenterContentArea ul li h2{
    font-size: 30px;
    color: #000;
    font-weight: 700;
    height: 55px;
    line-height: 55px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    white-space:no-wrap;
}
.contactUs_header{
    display: flex;
    justify-content: space-between;
    padding: 60px 0;
}
.contactUs_header_left h2{
    font-size: 30px;
    color: #000;
    line-height: 1;
    font-weight: bold;
    padding-bottom: 22px;
    position: relative;
    margin-bottom: 40px;
}
.contactUs_header_left h2::after{
    content: "";
    width: 70px;
    height: 4px;
    background: #005bac;
    position: absolute;
    left: 0;
    bottom: 0;
}
.contactUs_header_left ul{
    display: flex;
}
.contactUs_header_left ul li h3{
    display: flex;
    align-items: center;
    font-weight: normal;
    color: #737373;
    font-weight: normal;
    margin-bottom: 20px;
}
.contactUs_header_left ul li h3 img{
    margin-right: 10px;
}
.contactUs_header_left ul li p,.contactUs_header_left ul li span{
    font-size: 30px;
}
.contactUs_header_left ul li span{
    color: #777777;
}
.contactUs_header_left ul li:nth-child(1){
    margin-right: 105px;
}
.contactUs_header_left ul li:nth-child(1) p,.contactUs_header_left ul li:nth-child(1) p span{
    font-family:DIN-Light ;
}
.contactUs_header_right ul{
    display: flex;
}
.qrCode{
    padding: 10px;
    background: #fff;
    margin-left: 30px;
}
.contactUs_header_right ul li h2{
    font-size: 14px;
    color: #737373;
    font-weight: normal;
    padding-left: 30px;
    line-height: 24px;
    margin-bottom: 10px;
}
.contactUs_header_right ul li:nth-child(2){
    margin-left: 86px;
}
.contactUs_wx{
    background: url(../img/contactUs_icon01.png) left center no-repeat;
}
.contactUs_wb{
    background: url(../img/contactUs_icon02.png) left center no-repeat;
}
.partners{
    background: url(../img/hzhb_bg.png) right center no-repeat;
    min-height: 760px;
}
.partners .content{
    height: 760px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.partners_font{
    height: 600px;
    padding-top: 75px;
    max-width: 490px;
}
.partners_font h2{
    font-size: 35px;
    color: #005bac;
    font-weight: normal;
    background: url(../img/icon_hzhb_title.png) left center no-repeat;
    line-height: 1;
    padding-left: 45px;
}
.partners_font h3{
    font-size: 35px;
    font-family: Arial;
    line-height: 1;
    padding-top: 24px;
    color: #d8d8d8;
    text-transform: uppercase;
}
.partners_font p{
    padding-top: 36px;
    font-size: 15px;
    line-height: 25px;
}
.newsCenterHomepage{
    background: #f8f8f8;
    padding: 0 0 65px;
}
.newsCenterHomepage h2{
    text-transform: uppercase;
    text-align: center;
    font-size: 112px;
    color: #fff;
    line-height: 160px;
}
.newsCenterHomepage_region{
    display: flex;
    justify-content: space-between;
}
.newsCenterHomepage_region > div{
    width: calc((100% - 20px) / 3);
}
.photoJournalism img,.photoJournalism a{
    display: block;
}
.photoJournalism a{
    position: relative;
}
.photoJournalism_font{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 400px;
    box-sizing: border-box;
    padding: 0 32px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,0.5));
}
.newsCenterHomepage_1920{
    max-width: 1920px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 160px;
}
.graphicNews{
    background: #fff;
}
.listNews{
    background: #005bac url(../img/listNews_bg.png) -128px center no-repeat;
}
.listNews ul{
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    height: 100%;
}
.listNews ul li{
    background: #fff;
    margin: 10px 0;
    width: 100%;
    padding: 30px 10px;
    min-height: 168px;
    box-sizing: border-box;
}
.listNews ul li a{
    display: flex;
    height: 100%;
    background: url(../img/arrow_icon_gray.png) 90% bottom no-repeat;
}
.listNews ul li a span{
    padding-top: 10px;
    text-align: center;
    width: 112px;
    line-height: 36px;
    font-size: 15px;
    color: #585858; 
    display: flex;
    align-items: center;
    flex-direction: column;
}
.listNews ul li a span em{
    display: block;
    font-size: 40px;
    color: #585858;
    font-family:DIN-Light;
    font-style: normal;
    line-height: 52px;
    position: relative;
    
}
.listNews ul li a span em::after{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width:32px;height:1px;
    background: #c7c7c7;
}
.listNews ul li a h3{
    padding: 0 27px;
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
    color: #000;
    border-left: 1px #c7c7c7 solid;
}
.graphicNews a{
    display: block;
    height: 100%;
    position: relative;
}
.graphicNews a > img{
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
}
.graphicNews_font{
    padding: 0 55px;
}
.graphicNews_font span{
    line-height: 1;
    display: block;
    padding-top: 70px;
    color: #8c8c8d;
}
.graphicNews_font h3{
    padding-top: 25px;
    line-height: 1;
    font-weight: normal;
    font-size: 25px;
    color: #000;
}
.graphicNews_font p{
    padding-top: 25px;
    line-height: 22px;
    color: #8c8c8d;
}
.graphicNews_font em{
    display: block;
    padding-top: 25px;
}
.photoJournalism_font p{
    color: #fff;
    font-size: 17px;
    padding-bottom: 10px;
    line-height: 1;
}
.photoJournalism_font h4{
    color: #fff;
    font-size: 25px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-overflow:ellipsis;
}
.photoJournalism_font span{
    font-size: 13px;
    color: #fff;
    line-height: 1;
    padding-bottom: 53px;
}
.photoJournalism_font em{
    padding-bottom: 33px;
}
.introductorySection .content{
    display: flex;
    justify-content: space-between;
    padding: 74px 0 0;
}
.introductorySection_list{
    position: relative;
}
.introductorySection_list img{
    display: block;
}
.introductorySection_list_font{
    position: absolute;
    left: 0;
    max-width: 280px;
    top: 0;
    padding: 45px 0 0 45px;
}
.introductorySection_list_font h2{
    color: #fff;
    margin-bottom: 15px;
    font-size: 20px;
}
.introductorySection_list_font p{
    color: #fff;
    font-size: 12px;
    line-height: 24px;
}
.companyProfile{
    min-height: 800px;
    padding-top: 34px;
    background: url(../img/companyProfile_bg.png)  center top no-repeat;
}
.companyProfile ul{
    display: flex;
    justify-content: space-between;
    padding-bottom: 66px;
}
.companyProfile ul li{
    width: calc((100% - 33px) / 3);
}
/* .companyProfile ul li:hover{
    cursor: pointer;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
} */
.companyProfile ul li>img{
    display: block;
    width: 100%;
    height: auto;
}
.companyProfile ul li div{
    height: 84px;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-left: 5px solid #034ea2;
}
.companyProfile ul li div>img{
    display: block;
    margin: 0 20px;
}
.companyProfile ul li h2{
    font-size: 16px;
    color: #000;
    line-height: 26px;
}
.companyProfile ul li p{
    font-size: 14px;
    color: #6f6f6f;
    font-weight: normal;
}
.companyProfile_desc{
    padding: 78px 0 68px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 682px;
    margin: 0 auto;
}
.companyProfile_desc p{
    text-indent: 2em;
    color: #6f6f6f;
    line-height: 24px;
    padding-bottom: 60px;
}
.companyProfile_desc a{
    display: block;
    width: 187px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    text-align: center;
    background: #034ea2;
    font-size: 15px;
}
.companyProfile_desc a:hover{
    background: #055fc6;
}
.companyProfile h6{
    line-height: 153px;
    text-align: center;
    font-size: 40px;
    position: relative;
}
.companyProfile h6::after{
    content:"";
    width: 1px;
    height: 46px;
    position: absolute;
    left: 50%;
    bottom: -6px;
    background: #034ea2;
}
.companyProfileLogo{
    display: flex;
    align-items: flex-end;
    position: relative;
}
.companyProfileLogo>img{
    display: block;
    width: 58.17%;
    height: auto;
}
.companyProfile_logo{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 41.83%;
    height: 84.9%;
    background: #034ea2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel{
    position: relative;
    height: 600px;
    overflow: hidden;
  }
  .moues{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
  }
  .moues img{
    display: block;
  }
  .swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    width: 100%;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
.slide01{
    background: url(../img/banner01.png) center no-repeat;
    background-size: cover;
}
.slide02{
    background: url(../img/banner02.png) center no-repeat;
    background-size: cover;
}

.slide03{
    background: url(../img/banner03.png) center no-repeat;
    background-size: cover;
    
}

.slide04{
    background: url(../img/banner04.png) center no-repeat;
    background-size: cover;
}

.paginator{
    position: absolute;
    z-index: 999;
    bottom: 0;
    right:0
}
.paginatorpagination{
    margin-right: 50px;
}
.swiper-pagination-bullet{
    width: 5px;
    height: 5px;
    background: #fff;
    margin-bottom: 25px !important;
    margin-left: 5px !important;
    opacity: 1 !important;

}
.swiper-pagination-vertical.swiper-pagination-bullets{
    right: auto !important;
    top: auto !important;
    left: auto !important;
    transform:none !important
}

.swiper-pagination-bullet-active{
    right: 0 !important;
   position: relative;
    margin-left: 0 !important;
    border: 5px rgba(255,255,255,0.1) solid;
}
.swiper-pagination-bullet-active::after{
    content: "";
    width: 50px;
    height: 1px;
    background: rgba(255,255,255,0.3);
    position: absolute;
    left: 0;
    bottom: 50%;

}
.swiper-num{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    font-family:DIN-Light;
}
.swiper-num .active{
    font-size: 30px;
}
.swiper-pagination{
    position:  relative !important;
}
.mobile{
    display: none !important;
}



/* 移动端样式 */
@media (max-width: 767px){
    .desktop{
        display: none !important;
    }
    .mobile{
        display: block !important;
    }
    .footer p{
        font-size: 12px;
    }
    .newsCenterContentArea{
        max-width: none;
        width: 100%;
        padding: 20px 40px;
    }
    .newsCenterContentArea ul li{
        width: 100%;
        margin-right: 0;
    }
    .mpage{
        display: flex !important;
        justify-content: center;
        align-items: center;
    }
    .mpage span{
        display: block;
        width: 20px;
        margin-left: 10px;
        text-align: center;
        color: #005bac;
        font-size: 16px;
    }
    .mobilebanner{
        display: flex !important;
        justify-content: center;
        align-items: center;
        height: 230px;
    }
    .mobilebanner h4{
        font-size: 12px;
        color: #fff;
        text-align: center;
    }
    .mobilebanner h2{
        font-size: 22px;
        color: #fff;
        text-align: center;
    }
    .mobilebanner.news{
        background: url(../img/news_mobile.png) center no-repeat;
        background-size: cover;
    }
    .mobilebanner.cooperativeBrands{
        background: url(../img/cooperativeBrands_moblie.png) center no-repeat;
        background-size: cover;
    }
    .mobilebanner.contactUs{
        background: url(../img/contactUs_moblie.png) center no-repeat;
        background-size: cover;
    }
    .mobilebanner.aboutUs{
        background: url(../img/aboutUs_moblie.png) center no-repeat;
        background-size: cover;
    }
    .newsCenterContentArea ul li span{
        font-size: 16px;
        padding-top: 16px;
    }
    .newsCenterContentArea ul li h2{
        font-size: 17px;
        line-height: 35px;
        height: 35px;
    }
    .newsCenterContentArea ul li p{
        font-size: 10px;
        line-height: 16px;
        margin: 10px 0;
        height: 32px;
    }
    .newsCenterContentArea ul li em{
        margin-top: 20px;
        width: 70px;
        height: 20px;
        background-size: auto 50%;
    }
    .coBrandedContentAreamobile{
        padding: 23px;
    }
    .coBrandedContentAreamobile p{
        padding: 0 23px 23px;
        font-size: 12px;
        line-height: 24px;
        text-indent: 2em;
    }
    .coBrandedContentAreamobile img{
        display: block;
        width: 100%;
        height: auto;
    }
    .content{
        width: 100%;
    }
    .contactUsInTheContentArea{
        padding: 0 23px;
        background-size: 100% auto;
    }
    .contactUs_header_left ul,.contactUs_header{
        display: flex;
        flex-direction: column;
    }
    .mobileNav{
        position: relative;
    }
    .mobileNav_header{
        height: 66px;
        background: #fff;
        display: flex;
        padding: 0 15px;
        justify-content: space-between;
        align-items: center;
        box-shadow: 0 0 15px rgba(0,0,0,0.1);
        position: relative;
        z-index: 10
    }
    .mobileNavBg{
        display: none;
        width: 100%;
        height: auto;
        background: rgba(255,255,255,0.95);
        position: absolute;
        left: 0;
        top: 66px;
        z-index: 5;
    }
    .mobileNavnav li{
        height: 55px;
        line-height: 55px;
        text-align: center;
        font-size: 15px;
        border-bottom: 1px #e9e9eb solid;
    }
    .mobileNavnav li a{
        display: block;
        color: #000;
    }
    .mobileNavOther{
        height: 55px;
        border-bottom: 1px #e9e9eb solid;
        display: flex;
    }
    .mobileNavOther a{
        display: flex;
        width: 25%;
        height: 55px;
        box-sizing: border-box;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    .mobileNavOther a::after{
        content: "";
        width: 1px;
        height: 23px;
        background: #d4d4d5;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .mobileNavClose{
        height: 55px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-bottom: 1px #e9e9eb solid;
    }
    .mobileNavOther a.mobileNavOtherL {
        font-size: 15px;
        font-weight: bold;
        color: #000;
    }
    .mobileNavOther a.mobileNavOtherL img{
        margin-right: 10px;
    }
    .mobileNavnav li.active a{
        font-weight: bold;
    }
    img.mobileheaderleftlogo{
        display: block;
        margin: 0 auto;
        width: auto;
        height: 34px;
    }
    .contactUs_header_left h2{
        font-size: 19px;
        text-align: center;
        padding-top: 18px;
    }
    .contactUs_header_left h2::after{
        display: none;
    }
    .contactUs_header_left ul{
        padding: 0 40px;
    }
    .contactUs_header_left ul li p,.contactUs_header_left ul li span{
        font-size: 20px;
    }
    .contactUs_header_left ul li:nth-child(1),.contactUs_header_right ul li:nth-child(2),.qrCode{
        margin: 0;
    }
    .contactUs_header_left ul li{
        margin-bottom: 25px !important;
    }
    .contactUs_header_right{
        padding: 0 30px;
    }
    .contactUs_header_right ul{
        justify-content: space-between;
    }
    .contactUs_header_right ul li h2{
        margin-left: 10px;
    }
    .listOfCompanies_img{
        width: 41.3%;
        height: auto;
    }
    .listOfCompanies_icon{
        left: 41.3%;
        width: 55px;
        height: 58px;
        background-size: 100% auto
    }
    .listOfCompanies_icon img{
        height: 20px;
        width: auto;
    }
    .listOfCompanies_address{
        width: 58.7%;
        height: auto;
    }
    .map{
        display: none;
    }
    .listOfCompanies_address h2{
        font-size: 15px;
    }
    .listOfCompanies_address p{
        font-size: 10px;
        text-align: center;
        padding: 10px 0 17px;
    }
    .listOfCompanies_address span,.listOfCompanies_address span em{
        font-size: 12px;
    }
    .listOfCompanies_address span{
        background-size: auto 100%;
        padding-left: 25px;
    }
    .aboutOurContentArea{
        max-width: none;
        padding: 0 23px;
    }
    .aboutOurContentArea_logo img{
        width: auto;
        height: 34px;
    }
    .aboutOurContentArea_title{
        padding-top: 18px;
        font-size: 19px;
    }
    .backgroundTexture{
        background-size: 100% auto;
    }
    .aboutOurContentArea_ul ul li h2{
        font-size: 24px;
    }
    .aboutOurContentArea_ul ul li p{
        font-size: 10px;
        padding-top: 8px;
    }
    .aboutOurContentArea_ul ul li h2 span{
        font-size: 13px;
    }
    .aboutOurContentArea_ul ul{
        margin: 17px 0;
    }
    .aboutOurContentArea_desc{
        padding: 0 23px;
        font-size: 12px;
        color: #6f6f6f;
        line-height: 24px;
    }
    ul.threePlates{
        flex-direction: column;
    }
    ul.threePlates li{
        width: 100%;
        height: 200px;
        margin-bottom: 10px;
        padding-top: 47px;
    }
    ul.threePlates li h2{
        font-size: 15px;
        padding-top: 10px;
    }
    ul.threePlates li p{
        font-size: 11px;
        padding-top: 7px;
    }
    ul.threePlates li span{
        height: 20px;
        line-height: 20px;
        border-width: 1px;
        margin-top: 15px;
        font-size: 13px;
    }
    ul.threePlates li span em,ul.threePlates li span i{
        font-size: 8px;
    }
    .threePlates_icon{
        height: 42px;
        background-size: auto 100%;
    }
    .threePlates_icon img{
        height: 12px;
        width: auto;
    }
    img.webMoblie{
        width: calc(100% + 46px);
    }
    .partners{
        background: url(../img/partners_mobile.png) center bottom no-repeat;
        background-size: 100% auto;
    }
    .partners .content{
        height: auto;
        display: flex;
        flex-direction: column;
        padding: 0 30px 30px;
        box-sizing: border-box;
    }
    .partners .content img,.partners_font{
        width: 100%;
        height: auto;
    }
    .partners_font h3{
        font-size: 13px;
        padding-top: 10px;
        text-align: center;
    }
    .partners_font h2{
        background-image: none;
        font-size: 23px;
        font-weight: bold;
        text-align: center;
        padding: 0;
    }
    .partners_font p{
        font-size: 12px;
        text-indent: 2em;
        color: #000;
        padding-top: 20px;
    }
    .newsCenterHomepage_1920{
        max-width: none;
        padding: 0;
    }
    .newsCenterHomepage h2{
        font-size: 43px;
        line-height: 88px;
    }
    .carousel{
        height: 230px;
    }
    .introductorySection .content{
        padding: 23px;
        flex-direction: column;
        box-sizing: border-box;
    }
    .introductorySection_list img{
        width: 100%;
        height: auto;
    }
    .introductorySection_list_font{
        padding: 25px 0 0 35px;
    }
    .introductorySection_list_font h2{
        font-size: 17px;
    }
    .introductorySection_list_font p{
        font-size: 10px;
        line-height: 20px;
    }
    .introductorySection_list{
        margin-bottom: 10px;
    }
    .companyProfile h6{
        font-size: 19px;
        line-height: 68px;
        padding-top: 34px;
    }
    .companyProfile{
        background-size: 200px auto;
        padding-top: 0;
    }
    .companyProfile h6::after{
        display: none;
    }
    .companyProfile_logo img{
        width: auto;
        height: 34px;
    }
    .companyProfile_desc{
        padding: 30px 40px;
    }
    .companyProfile_desc p{
        font-size: 12px;
        padding-bottom: 20px;
        color: #6f6f6f;
    }
    .companyProfile_desc a{
        font-size: 12px;
        width: 140px;
        height: 38px;
        line-height: 38px;
    }
    .companyProfile ul{
        flex-direction: column;
        padding: 0 23px;
    }
    .companyProfile ul li{
        width: 100%;
        display: flex;
        margin-bottom: 10px;
        box-shadow: 0 0 10px rgba(0,0,0,0.1)
    }
    .companyProfile ul li>img{
        width: 140px;
        height: auto;
    }
    .companyProfile ul li>div{
        border: none;
        width: calc(100% - 140px);
    }
    .companyProfile ul li div>img{
        width: auto;
        height: 20px;
    }
    .companyProfile ul li h2{
        font-size: 13px;
    }
    .companyProfile ul li p{
        font-size: 12px;
        line-height: 15px;
        padding-right: 15px;
    }
    .newsCenterHomepage_region{
        display: block;
    }
    .listNews{
        width: 100% !important;
        clear: both;

    }
    .listNews ul{
        padding: 10px 35px;
        margin: 7px 0;
    }
    .listNews ul li{
        min-height: auto;
        padding: 23px 10px;
    }
    .listNews ul li a span em{
        font-size: 30px;
    }
    .listNews ul li a span{
        font-size: 11px;
        padding-top: 0;
    }
    .listNews ul li a h3{
        font-size: 15px;
    }
    .newsCenterHomepage{
        padding: 0;
    }
    .photoJournalism{
        width: 48.8% !important;
        margin-left: 23px;
        margin-bottom: 23px;
        float: left;
    }
    .photoJournalism a>img{
        width: 100%;
        height: auto;
    }
    .graphicNews{
        width: calc(51.2% - 69px) !important;
        margin-bottom: 23px;
        margin-left: 23px;
        float: left;
        background: none;
    }
    .photoJournalism_font{
        padding: 0 10px;
        height: auto;
    }
    .photoJournalism_font h4{
        font-size: 13px;
        line-height: 33px;
        height: 33px;
    }
    .photoJournalism_font span{
        padding-bottom: 0;
    }
    .graphicNews_font{
        padding: 0;
    }
    .graphicNews_font span{
        font-size: 12px;
        padding: 0;
    }
    .graphicNews_font h3{
        margin-top: 10px;
        padding: 0;
        font-size: 15px;
        line-height: 19px;
        height: 38px;
        overflow: hidden;
        font-weight: bold;
    }
    .graphicNews_font p{
        font-size: 10px;
        line-height: 15px;
        height: 45px;
        overflow: hidden;
        padding-top: 0;
    }
    .graphicNews a > img{
        position: relative;
    }
    .graphicNews_font em{
        padding-top: 20px;
        margin-bottom: 16px;
    }
}