
/* ===============================
    common
================================================================================= */
/* banner */
.lxBan {
    position: relative;
    width: 100%;
    height: 400px;
    margin-top: 75px;
}

.lxBan img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lxBan_txt {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12%;
    width: 76%;
    z-index: 11;
}

.lxBan_txt p {
    color: #fff;
    opacity: 0.12 !important;
    position: absolute;
    top: -48px;
    font-size: 128px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    left: 0;
    width: 100%;
    font-weight: bold;
    font-family: "Noto Sans SC";
}

.lxBan_txt span {
    font-size: 56px;
    color: #fff;
    line-height: 1;
    font-weight: bold;
    display: block;
    margin-bottom: 32px;
    letter-spacing: 2px;
}

.lxBan_txt i {
    display: block;
    width: 38px;
    height: 4px;
    background: #fff;
}

.lxBan_txt.center {
    text-align: center;
}

.lxBan_txt.center i {
    margin: 0 auto;
}
.second-nav-box {
    height: 100px;
    position: absolute;
    bottom: -50px;;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 80;
}

.second-nav-box .nav-box {
    width: 100%;
	max-width: 1300px;
	margin:0 auto;
    border-bottom: 1px solid #e6e6e6;
    height: 100%;
    background-color: #fff;
    font-size: 16px;
    padding: 0 5%;
}

.second-nav-box .center {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.second-nav-box .left {
    padding-left: 20px;
    height: 100%;
    line-height: 98px;
    display: inline-block;
    background-image: url(../image/25.png);
    background-repeat: no-repeat;
    background-size: 10px auto;
    background-position: left center;
    color: #333;
	font-size: 20px;
    font-weight: bold;
	width:140px;
}

.second-nav-box .right {
    height: 100%;
}

.second-nav-box .items {
    display: inline-block;
    height: 100%;
    line-height: 100px;
    margin-left: 50px;
    position: relative;
    text-align: center;
}

.second-nav-box .items span {
    position: relative;
    z-index: 10;
    transition: all 0.6s;
    color: #333;
    padding-bottom: 20px;
}

.second-nav-box .items span:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #062164;
    border-radius: 2px;
    left: 0;
    top: calc(50% + 4px);
    z-index: -1;
    transform-origin: left center;
    transform: scalex(0);
    transition: all 0.48s;
}

.second-nav-box .items.active span,
.second-nav-box .items:hover span {
    font-size: 16px;
    font-weight: bold;
}

.second-nav-box .items:hover span::after,
.second-nav-box .items.active span::after {
    transform: scalex(1);
}
.inner {
    position: relative;
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}



/* ===============================
    index
================================================================================= */


/* 标题 */
.lxTit {
    position: relative;
    margin-bottom: 38px;
}

.lxTit_cn {
    font-size:.38rem;padding-bottom:.1rem; background:url(../images/nav_bg.jpg) no-repeat bottom center; text-align:center;
}

.lxTit_en {
    font-weight: bold;
    font-family: "Noto Sans SC";
    font-size: 38px;
    text-transform: capitalize;
    line-height: 1.4;
}

.lxTit_en span {
    color: #b1010e;
}

.lxTit_line {
    display: none;
    margin-top: 16px;
    overflow: hidden;
}

.lxTit_line span {
    display: block;
    float: left;
    height: 4px;
    background-color: #d0121b;
    line-height: 1;
}

.lxTit_span1 {
    width: 50px;
}

.lxTit_span2 {
    width: 16px;
    margin-left: 3px;
}

.lxTit.white .lxTit_line span {
    background-color: #fff;
}

.lxTit.white .lxTit_en span,
.lxTit.white .lxTit_en,
.lxTit.white .lxTit_cn {
    color: #fff;
}

.lxTit.center {
    text-align: center;
}


/*  */
.abAbout {
    position: relative;
}

.lxAbout {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
    padding: 89px 0;
}

.lxAbout_box {
    position: relative;
}

.lxAbout_info {

    padding: 1% 0;
}

.lxAbout_txt {
    max-width: 100%;
}

.lxAbou_p {
    margin-top: 68px;
    max-width: 100%;
	text-indent: 2em;
}

.lxAbou_p span {
    font-size: 26px;
    letter-spacing: 2px;
    color: #b1010e;
    display: block;
    margin-bottom: 14px;
}

.lxAbou_p p {
    font-size: 16px;
    line-height: 2.1;
    color: #333;
    letter-spacing: 1px;
}

.lxAbout_tu {
	width:100%;
	margin:40px auto;
	height:650px;
}
.lxAbout_tu .zuo {
	width:35%;
	height:650px;
	overflow:hidden;
	float:left;
}
.lxAbout_tu .zuo .img {
    width:100%;
	height:650px;
	overflow:hidden;
	position:relative;
}

	
.lxAbout_tu .zuo .img .img-tip {  
    position: absolute;  
	bottom: 0;  
	width: 100%;
	height:100%;   
}
.lxAbout_tu .zuo .img .img-tip h2 {
	position: absolute;  
	bottom: 30px;
	padding-left:25px;
	font-size:24px;
	font-weight:600;
	color:#fff;
}
.lxAbout_tu .zuo .img .img-tip p {
	position: absolute;  
	width:100%;
	padding:0 25px;
	text-align:justify;
	font-size:14px;
	line-height:25px;
	color:#fff;
	opacity:0;
}
.lxAbout_tu .zuo .img:hover .img-tip {
	display: block;  
	background: linear-gradient(to right bottom, #0575E6, #021B79 550px);
	transition:background 0.6s; 
    -moz-transition:background 0.6s; 
    -webkit-transition:background 0.6s; 
    -o-transition:background 0.6s;
}  
.lxAbout_tu .zuo .img:hover .img-tip h2 {
	bottom: 580px;
	transition:bottom 0.6s; 
    -moz-transition:bottom 0.6s; 
    -webkit-transition:bottom 0.6s; 
    -o-transition:bottom 0.6s;
}
.lxAbout_tu .zuo .img:hover .img-tip p {
	top: 90px;
	transition:opacity 1.6s; 
    -moz-transition:opacity 1.6s; 
    -webkit-transition:opacity 1.6s; 
    -o-transition:opacity 1.6s;
	opacity:1;
}

.lxAbout_tu .zuo .img img {
    width:100%;
    height:100%;
    position:absolute;
}
.lxAbout_tu .you {
	width:65%;
	height:650px;
	float:right;
}
.lxAbout_tu .you .you1 {
	width:100%;
	height:325px;
	float:left;
}

.lxAbout_tu .you .you1 .you11 {
	width:50%;
	height:325px;
	float:left;
}
.lxAbout_tu .you .you1 .you11 .img {
    width:100%;
	height:325px;
    position:relative;
	display: inline-block;
}
.lxAbout_tu .you .you1 .you11 .img .img-tip {  
    position: absolute;  
	bottom: 0;  
	width: 100%;
	height:100%;   
}
.lxAbout_tu .you .you1 .you11 .img .img-tip h2 {
	position: absolute;  
	bottom: 30px;
	padding-left:25px;
	font-size:24px;
	font-weight:600;
	color:#fff;
}
.lxAbout_tu .you .you1 .you11 .img .img-tip p {
	position: absolute;  
	bottom: 0px;
	width:100%;
	padding:0 25px;
	text-align:justify;
	font-size:14px;
	line-height:25px;
	color:#fff;
	opacity:0;
}
.lxAbout_tu .you .you1 .you11 .img:hover .img-tip {
	display: block;   
	background: linear-gradient(to right bottom, #0575E6, #021B79 350px);
	transition:background 0.6s; 
    -moz-transition:background 0.6s; 
    -webkit-transition:background 0.6s; 
    -o-transition:background 0.6s;
}  
.lxAbout_tu .you .you1 .you11 .img:hover .img-tip h2 {
	bottom: 255px;
	transition:bottom 0.6s; 
    -moz-transition:bottom 0.6s; 
    -webkit-transition:bottom 0.6s; 
    -o-transition:bottom 0.6s;
}
.lxAbout_tu .you .you1 .you11 .img:hover .img-tip p {
	bottom: 60px;
	transition:opacity 1.6s; 
    -moz-transition:opacity 1.6s; 
    -webkit-transition:opacity 1.6s; 
    -o-transition:opacity 1.6s;
	opacity:1;
}
.lxAbout_tu .you .you1 .you11 .img img {
    width:100%;
    height:100%;
    position:absolute;
}
.lxAbout_tu .you .you1 .you12 {
	width:50%;
	height:325px;
	float:left;
}
.lxAbout_tu .you .you1 .you12 .img {
    width:100%;
	height:325px;
    position:relative;
	display: inline-block;
}
.lxAbout_tu .you .you1 .you12 .img .img-tip {  
    position: absolute;  
	bottom: 0;  
	width: 100%;
	height:100%;   
}
.lxAbout_tu .you .you1 .you12 .img .img-tip h2 {
	position: absolute;  
	bottom: 30px;
	padding-left:25px;
	font-size:24px;
	font-weight:600;
	color:#fff;
}
.lxAbout_tu .you .you1 .you12 .img .img-tip p {
	position: absolute;  
	bottom: 0px;
	width:100%;
	padding:0 25px;
	text-align:justify;
	font-size:14px;
	line-height:25px;
	color:#fff;
	opacity:0;
}
.lxAbout_tu .you .you1 .you12 .img:hover .img-tip {
	display: block;   
	background: linear-gradient(to right bottom, #0575E6, #021B79 350px);
	transition:background 0.6s; 
    -moz-transition:background 0.6s; 
    -webkit-transition:background 0.6s; 
    -o-transition:background 0.6s;
}  
.lxAbout_tu .you .you1 .you12 .img:hover .img-tip h2 {
	bottom: 255px;
	transition:bottom 0.6s; 
    -moz-transition:bottom 0.6s; 
    -webkit-transition:bottom 0.6s; 
    -o-transition:bottom 0.6s;
}
.lxAbout_tu .you .you1 .you12 .img:hover .img-tip p {
	bottom: 210px;
	transition:opacity 1.6s; 
    -moz-transition:opacity 1.6s; 
    -webkit-transition:opacity 1.6s; 
    -o-transition:opacity 1.6s;
	opacity:1;
}
.lxAbout_tu .you .you1 .you12 .img img {
    width:100%;
    height:100%;
    position:absolute;
}
.lxAbout_tu .you .you2 {
	width:100%;
	height:325px;
	float:left;
}
.lxAbout_tu .you .you2 .img {
	width:100%;
	height:325px;
	overflow:hidden;
	float:left;
	position:relative;
	display: inline-block;
}
.lxAbout_tu .you .you2 .img .img-tip {  
    position: absolute;  
	bottom: 0;  
	width: 100%;
	height:100%;   
}
.lxAbout_tu .you .you2 .img .img-tip h2 {
	position: absolute;  
	bottom: 30px;
	padding-left:25px;
	font-size:24px;
	font-weight:600;
	color:#fff;
}
.lxAbout_tu .you .you2 .img .img-tip p {
	position: absolute;  
	bottom: 0px;
	width:100%;
	padding:0 25px;
	text-align:justify;
	font-size:14px;
	line-height:25px;
	color:#fff;
	opacity:0;
}
.lxAbout_tu .you .you2 .img:hover .img-tip {
	display: block;   
	background: linear-gradient(to right bottom, #0575E6, #021B79 350px);
	transition:background 0.6s; 
    -moz-transition:background 0.6s; 
    -webkit-transition:background 0.6s; 
    -o-transition:background 0.6s;
}  
.lxAbout_tu .you .you2 .img:hover .img-tip h2 {
	bottom: 255px;
	transition:bottom 0.6s; 
    -moz-transition:bottom 0.6s; 
    -webkit-transition:bottom 0.6s; 
    -o-transition:bottom 0.6s;
}
.lxAbout_tu .you .you2 .img:hover .img-tip p {
	bottom: 160px;
	transition:opacity 1.6s; 
    -moz-transition:opacity 1.6s; 
    -webkit-transition:opacity 1.6s; 
    -o-transition:opacity 1.6s;
	opacity:1;
}
.lxAbout_tu .you .you2 .img img {
    width:100%;
    height:100%;
}

@media(max-width:768px) {
.lxAbout_tu .zuo {
	width:100%;
}
.lxAbout_tu .zuo .img .img-tip h2 {
	position: absolute;  
	bottom: 30px;
	padding-left:20px;
	font-size:18px;
	font-weight:600;
	color:#fff;
}
.lxAbout_tu .zuo .img .img-tip p {
	position: absolute;  
	bottom: 0px;
	padding:0 20px;
	font-size:13px;
	color:#fff;
	opacity:0;
}  
.lxAbout_tu .zuo .img:hover .img-tip h2 {
	bottom: 605px;
	transition:bottom 0.6s; 
    -moz-transition:bottom 0.6s; 
    -webkit-transition:bottom 0.6s; 
    -o-transition:bottom 0.6s;
}
.lxAbout_tu .zuo .img:hover .img-tip p {
	top: 60px;
	transition:opacity 1.6s; 
    -moz-transition:opacity 1.6s; 
    -webkit-transition:opacity 1.6s; 
    -o-transition:opacity 1.6s;
	opacity:1;
}
.lxAbout_tu .you {	
    width:100%;
	height:825px;
	float:left;
}
.lxAbout_tu .you .you2 {
	height:275px;
}
.lxAbout_tu .you .you2 .img {
	height:275px;
}
.lxAbout_tu .you .you1 {
	height:550px;
}
.lxAbout_tu .you .you1 .you12 {
	width:100%;
	height:275px;
}
.lxAbout_tu .you .you1 .you11 {
	width:100%;
	height:275px;
}
.lxAbout_tu .you .you1 .you11 .img .img-tip h2 {
	position: absolute;  
	bottom: 30px;
	padding-left:20px;
	font-size:18px;
	font-weight:600;
	color:#fff;
}
.lxAbout_tu .you .you1 .you11 .img .img-tip p {
	position: absolute;  
	bottom: 0px;
	padding:0 20px;
	font-size:13px;
	color:#fff;
	opacity:0;
}
.lxAbout_tu .you .you1 .you11 .img:hover .img-tip h2 {
	bottom: 280px;
	transition:bottom 0.6s; 
    -moz-transition:bottom 0.6s; 
    -webkit-transition:bottom 0.6s; 
    -o-transition:bottom 0.6s;
}
.lxAbout_tu .you .you1 .you11 .img:hover .img-tip p {
	bottom: 90px;
	transition:opacity 1.6s; 
    -moz-transition:opacity 1.6s; 
    -webkit-transition:opacity 1.6s; 
    -o-transition:opacity 1.6s;
	opacity:1;
}
.lxAbout_tu .you .you1 .you12 .img .img-tip h2 {
	position: absolute;  
	bottom: 30px;
	padding-left:20px;
	font-size:18px;
	font-weight:600;
	color:#fff;
}
.lxAbout_tu .you .you1 .you12 .img .img-tip p {
	position: absolute;  
	bottom: 0px;
	padding:0 20px;
	font-size:13px;
	color:#fff;
	opacity:0;
} 
.lxAbout_tu .you .you1 .you12 .img:hover .img-tip h2 {
	bottom: 280px;
	transition:bottom 0.6s; 
    -moz-transition:bottom 0.6s; 
    -webkit-transition:bottom 0.6s; 
    -o-transition:bottom 0.6s;
}
.lxAbout_tu .you .you1 .you12 .img:hover .img-tip p {
	bottom: 240px;
	transition:opacity 1.6s; 
    -moz-transition:opacity 1.6s; 
    -webkit-transition:opacity 1.6s; 
    -o-transition:opacity 1.6s;
	opacity:1;
}
.lxAbout_tu .you .you2 .img .img-tip h2 {
	position: absolute;  
	bottom: 30px;
	padding-left:20px;
	font-size:18px;
	font-weight:600;
	color:#fff;
}
.lxAbout_tu .you .you2 .img .img-tip p {
	position: absolute;  
	bottom: 0px;
	padding:0 20px;
	font-size:13px;
	color:#fff;
	opacity:0;
}  
.lxAbout_tu .you .you2 .img:hover .img-tip h2 {
	bottom: 230px;
	transition:bottom 0.6s; 
    -moz-transition:bottom 0.6s; 
    -webkit-transition:bottom 0.6s; 
    -o-transition:bottom 0.6s;
}
.lxAbout_tu .you .you2 .img:hover .img-tip p {
	bottom: 70px;
	transition:opacity 1.6s; 
    -moz-transition:opacity 1.6s; 
    -webkit-transition:opacity 1.6s; 
    -o-transition:opacity 1.6s;
	opacity:1;
}
}

.indAb_num {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 68px;
    box-sizing: border-box;
    margin-left: -7%;
}

.indAb_div {
    position: relative;
    text-align: center;
    width: 100%;
}



.indAb_div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #eee;
    transform: rotate(15deg);
}

.indAb_div:first-child:before {
    content: none;
}

.indAb_div>div {
    position: relative;
    display: inline-block;
}

.indAb_div img {
    display: block;
    margin-bottom: 14px;
}

.indAb_num span {
    color: #b1010e;
    font-size: 58px;
    letter-spacing: 0;
    line-height: 1;
    font-family: "Noto Sans SC";
    min-width: 66px;
    display: inline-block;
}

.indAb_num i {
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 122%;
    /* right: -54px; */
    color: #b1010e;
    line-height: 1;
    font-size: 12px;
    text-align: left;
    text-transform: uppercase;
    transform-origin: top left;
    font-style: inherit;
}

.indAb_num p {
    font-size: 13px;
    color: #000;
    margin-top: 6px;
    letter-spacing: 1px;
}


/* news */
.lxNew {
    overflow: hidden;
    padding-top: 108px;
    padding-bottom: 138px;
    padding-left: 10%;
    background-color: #f8f8f8;
    background-image: url(../images/bg1.gif);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.lxNew_box {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.lxNew_l {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 389px;
    padding: 10px 0 0;
}

.lxNew_l li {
    margin: 18px 0;
    min-height: 42px;
}

.lxNew_l li a {
    position: relative;
    font-size: 16px;
    color: #999;
    letter-spacing: 1px;
    padding-left: 30px;
    display: block;
}

.lxNew_l li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    width: 18px;
    background: #999;
    transition: all 0.68s;
}

.lxNew_l li.on a {
    font-weight: bold;
    font-size: 20px;
    color: #b1010e;
    transition: all 0.68s;
}

.lxNew_l li.on a::before {
    background: #b1010e;
    height: 3px;
    margin-top: -1.5px;
}

.lxNew_r {
    width: calc(100% - 438px);
}

.lxNew_a {
    position: relative;
    display: block;

}

.lxNew_img {
    position: relative;
    padding-top: 64%;
    overflow: hidden;
}

.lxNew_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.48s;
}

.lxNew_img .lxNew_time {
    position: absolute;
    right: 21px;
    top: 21px;
    padding: 8px 16px;
    background: #fff;
    text-align: center;
    color: #b1010e;
    display: none !important;
}

.lxNew_img .lxNew_time span {
    font-weight: bold;
    font-family: "Noto Sans SC";
    line-height: 1;
    font-size: 32px;
}

.lxNew_img .lxNew_time p {
    letter-spacing: 0;
    line-height: 1;
    font-size: 10px;
    opacity: 0.5;
}


.lxNew_time {
    line-height: 1;
    font-family: "Arial";
    letter-spacing: 0;
    display: block;
    color: #666;
    margin: 28px 0 20px;
    font-size: 14px;
}

.lxNew_tit {
    color: #333;
    font-size: 20px;
    line-height: 1.6;
    transition: all 0.48s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lxNew_p {
    margin-top: 28px;
    color: #999;
    font-size: 14px;
}

.lxNew_p img {
    margin: 0 3px;
}

.lxNew .swiper-container-horizontal>.swiper-scrollbar {
    position: relative;
    margin-top: 48px;
    width: 100%;
    left: 0;
    bottom: 0;
}

.lxNew .swiper-scrollbar-drag {
    background: #b1010e;
}

/* ===============================
    solution
================================================================================= */


@keyframes icoanimate {
    0% {
        right: 10%;
    }

    100% {
        right: 12%;
    }
}






/* ===============================
    product
================================================================================= */
.product {
    background: #999;
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.proA {
    position: relative;
    flex: 1;
    display: block;
    transition: all 0.48s;
    overflow: hidden;
}



.proImg {
    position: relative;
    width: 100%;
    height: 100%;
    background: #0028aa;
}

.proImg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.28;
    transition: all 0.68s;
}


.proImg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
    transition: all 0.68s;
}

.proTxt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}


.proTxt svg {
    width: 78px;
    height: 78px;
    margin: 0 auto;
}

.proTxt path {
    fill: #ffffff;
}

.proTxt p {
    color: #fff;
    font-weight: bold;
    font-size: 32px;
    display: block;
    margin-top: 24px;
    letter-spacing: 2px;
}

.proTxt i {
    display: inline-block;
    width: 28px;
    height: 3px;
    background: #fff;
}

.proMore {
    opacity: 0;
    margin: 30px auto 0;
    border-radius: 50%;
    border: 2px solid #fff;
    color: #fff;
    text-align: center;
    width: 48px;
    height: 48px;
    line-height: 41px;
    font-size: 28px;
    transition: all 0.68s;
}

@media(min-width:1025px) {
    .proA:hover {
        flex: 2;
    }

    .proA:hover .proImg::after {
        background: #0028aa;
        opacity: 0.18;
    }

    .proA:hover .proImg img {
        opacity: 1;
    }

    .proA:hover .proMore {
        opacity: 1;
        margin-top: 80px;
    }
}

/* 2 or 3 */
.detPro {
    margin-top: 108px;
}

.detPro_a {
    display: block;
    position: relative;

    overflow: hidden;
}

.detPro_a:nth-child(2n) {
    background: #f8f8f8 url(../images/bg8.jpg) no-repeat center;
    background-size: cover;
}

.detPro_a:nth-child(2n) .detPro_img {
    order: -1;
}

.detPro_a:nth-child(2n-1) .detPro_txt {
    order: -1;
}

.detPro_a:nth-child(2n) .detPro_num {
    left: auto;
    right: -28px;
}

.detPro_num {
    position: absolute;
    bottom: -32%;
    left: -28px;
    font-size: 18vw;
    color: rgb(2 140 214 / 0.05);
    font-family: "Noto Sans SC";
    line-height: 1;
}

.detPro_a:nth-child(2n) .detPro_num {
    color: rgb(255 255 255 / 0.1);
    ;
}

.detPro_box {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.detPro_box>div {
    flex: 1;
}

.detPro_img {
    display: block;
    position: relative;
}

.detPro_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.detPro_txt {
    text-align: center;
    min-height: 568px;
    padding: 138px 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detPro_txt>div {
    display: inline-block;
    text-align: left;
    max-width: 78%;
}

.detPro_name {
    color: #b1010e;
    font-weight: bold;
    font-size: 32px;
    display: block;
    margin-bottom: 14px;
}

.detPro_txt li {
    font-size: 16px;
    line-height: 2.1;
    color: #666;
    letter-spacing: 1px;
    position: relative;
    list-style-type: circle;
    margin-left: 20px;
}


/* ===============================
    det1
================================================================================= */
.det1 {
    padding: 138px 0 89px;
}

.det1Tip {
    margin-top: 28px;
    text-align: right;
    color: #b1010e;
}

.det1Tip br {
    display: none;
}

.det1Tip svg {
    margin-top: -2px;
    vertical-align: middle;
    width: 28px;
    height: 28px;
}

.det1Tip a {
    margin: 0 5px;
    text-decoration: underline;
}

.det1_tab {
    margin: 68px 0;
}

.det1 table {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #eee;
}


.det1 thead td {
    padding: 1%;
    color: #fff;
}

.det1 tr:nth-child(2n-1) {
    background: #f8f8f8;
}

.det1 thead tr:nth-child(1) {
    background: #b1010e
}

.det1 tr {
    position: relative;
    transition: all 0.48s;
}

.det1 tr:hover {
    z-index: 11;
    background: rgb(0 40 170 / 0.1);
}

.det1 thead td {

    border-left: 1px solid rgb(238 238 238 / 0.5)
}

.det1 td {
    text-align: center;
}


.det1 tbody td {
    cursor: pointer;
    border-left: 1px solid #eee;
    border-top: 1px solid #f8f8f8;
}

.det1 .det1_td1 {
    width: 24%;
}

.det1 .det1_td6 {
    width: 10%;
}

.det1 .det1_img {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.det1 .det1_img img {
    width: 68%;
    transform: scale(0.9);
}

.det1 td svg {
    width: 38px;
    height: 38px;
}

/*  */
.det1Mbl {
    display: none;
    padding: 0 5%;
    position: relative;
}

.det1Mbl_row {
    margin-top: 24px;
    border: 1px solid #eee;
}

.det1Mbl_img {
    position: relative;
    padding-top: 32%;
    background: #f8f8f8;
}

.det1Mbl_img svg {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 28px;
    height: 28px;
    z-index: 11;

}

.det1Mbl_img img {
    position: absolute;
    top: 0;
    left: 5%;
    width: 90%;
    height: 100%;
    object-fit: contain;
}

.det1Mbl_tab {

    border-top: 0;
}

.det1Mbl_col {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.det1Mbl_col>div {
    padding: 6px 10px;
    font-size: 12px;
    color: #666;
    letter-spacing: 0;
}

.det1Mbl_l {
    width: 68px;
    border-top: 1px solid #eee;
}

.det1Mbl_r {
    width: calc(100% - 68px);
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;

}

/* ===============================
    det2
================================================================================= */

/* ===============================
    detDet
================================================================================= */

.detDet {
    margin-top: 89px;
    text-align: right;
    position: relative;

}

.detDetImg {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 45%;
    background: #fff;
    height: 100vh;
    display: flex;
    align-items: center;
    text-align: center;
}

.detDetImg img {
    max-width: 100%;
}

.detDetImg.last {
    position: absolute;
}

.detDetImg .swiper-pagination {
    bottom: 10%;
    left: 0;
    width: 100%;
    text-align: center;
}

.detDetImg .swiper-pagination-bullet {
    margin: 40px;
    position: relative;
}

.detDetImg .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    top: -12px;
    left: -12px;
    width: 30px;
    height: 30px;
    border: 1px dotted #bd1622;
    transform: scale(1.2);
    transform-origin: center;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.48s;

}

.detDetImg .swiper-pagination-bullet-active {
    background: #bd1622;
}

.detDetImg .swiper-pagination-bullet-active::before {
    opacity: 1;
}

.detDetTxt {
    width: 55%;
    text-align: center;

    display: inline-block;
    box-shadow: 0 0 10px 1px #eee;
    position: relative;
    z-index: 11;
}

.detDetTit {
    position: relative;
    border-bottom: 1px solid #eee;
    padding-bottom: 14px;
}

.detDetTit span {
    background: #bd1622;
    color: #fff;
    font-weight: bold;
    padding: 4px 16px;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 3px;
}

.detDetTit p {
    letter-spacing: 1px;
    font-size: 32px;
    font-weight: bold;
}

.detDetTxt_top {
    padding: 5% 10%;
}

.detDetTxt_back {
    cursor: pointer;
    position: absolute;
    bottom: 24px;
    right: 0;
    width: 50px;
    height: 50px;
    border-radius: 6px;

    color: #fff;
    z-index: 11;
    transition: all 0.48s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detDetTxt_back svg {
    width: 38px;
    height: 38px;
}

.detDetTxt_back path {
    fill: #999;
}

.detDetTxt_back:hover {
    background: #bd1622;
}

.detDetTxt_back:hover path {
    fill: #fffF;
}

.detDetTxt_p {
    margin-top: 30px;
}

.detDetTxt_p p {
    color: #666;
    margin-top: 10px;
}

.detDetTxt_btm {
    background: #f8f8f8;
    padding: 1px 10% 10%;
}

.detDetTxt>div {
    text-align: left;
}

.detDetName {
    position: relative;
}

.detDetName em {
    position: relative;
    display: inline-block;
    width: 5px;
    height: 18px;
    background-color: #bd1622;
    margin-right: 18px;
    border-radius: 50px;
}

.detDetName span {
    font-size: 20px;
    font-weight: bold;
}

.detDetDate {
    margin-top: 4vw;
}

.detDetDate ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 30px;
}

.detDetDate li {
    width: 46%;
    border-bottom: 1px solid #e2e2e2;
    padding: 14px 0;
    font-size: 13px;
    color: #4b4d51;
}

.detDetDate li span {
    font-weight: bold;
    color: #333;
}

.detDetDate_list {
    padding-top: 14px;
}

.detDetDate_list p {
    font-size: 14px;
    line-height: 2.1;
    color: #666;
    letter-spacing: 1px;
    margin-top: 10px;
    background: rgb(255 255 255 / 0.68);
    padding: 14px 28px;
}

.detDetDate_list i {
    font-weight: bold;
    color: #333;
    margin-right: 6px;
}

/* ===============================
    service
================================================================================= */

.service {
    padding: 128px 0 68px;
    background: #f8f8f8;
}

.serBox {
    overflow: hidden;
    margin-top: 58px;
}

.serRow {
    cursor: pointer;
    display: flex;
    align-items: stretch;
    text-align: center;
    justify-content: space-between;
    font-family: "Noto Sans SC";
}

.serRow>div {
    border: 2px solid #f8f8f8;
    background: #fff;
    padding: 10px;
    transition: all 0.48s;
}

.serRow .serName {
    width: 45%;
    text-align: left;
    padding: 10px 28px;
    display: flex;
    align-items: center;

}

.serRow .serTime,
.serRow .serCom {
    width: 20%;
}

.serRow .serLoad {
    width: 15%;
}

.serRow:first-child {
    font-weight: bold;
    letter-spacing: 1px;
}

.serRow:first-child {
    color: #Fff;
}

.serRow:first-child .serName {
    background: #b1010e;

}

.serRow:first-of-type .serTime {
    background: #b3b3b3
}

.serRow:first-of-type .serCom {
    background: #808080
}


.serRow:first-of-type .serLoad {
    background: #343434;
}

.serRow>div:not(:first-of-type) {
    display: flex;
    align-items: center;
    justify-content: center;
}

.serRow:not(:first-of-type) .serName {
    font-size: 17px;
    background: rgb(177 1 14 / 0.05);
}

.serRow:not(:first-of-type) .serLoad {
    font-size: 12px;
    color: #999;
}

.serLoad svg {
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto 5px;
}

.serRow:not(:first-of-type):hover>div {
    background: rgb(0 40 170 / 0.1);
}

.serRow:not(:first-of-type):hover .serName {
    color: #b1010e;
}


/* ===============================
    news
================================================================================= */
.news {
    padding: 108px 0;

}

.news .newsBox {
    overflow: hidden;
}

.news .lxNew_a {
    display: block;
    float: left;
    width: 31%;
    margin: 1%;
}

.news .lxNew_a:hover .lxNew_img img {
    transform: scale(1.1);
}

.news .lxNew_a:hover .lxNew_tit {
    color: #b1010e;
}

/* ===============================
    newsDet
================================================================================= */
.newsDet {
    position: relative;
}

.newsDet_box {
    max-width: 1280px;
    margin: 138px auto 89px;
}

.newsTop {
    padding-bottom: 30px;
    border-bottom: 1px dashed #dbdbdb;
}

.newsTop em {
    background: #b1010e;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 2;
    padding: 0px 14px;
    display: inline-block;
    margin-bottom: 14px;
}

.newsTop h4 {
    letter-spacing: 1px;
    font-size: 34px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.newsTop span {
    color: #666;
    font-size: 13px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 10px;
}

.newsTop img {
    margin-right: 8px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.newsBody {
    line-height: 2;
    color: #666;
    margin: 35px 0 20px;
    padding-bottom: 28px;
    border-bottom: 1px dashed #dbdbdb;
}

.newsBody img {
    max-width: 100%;
}

.newsBody p {
    font-size: 16px;
    line-height: 2.1;
    letter-spacing: 1px;
    margin: 18px 0;
}

.newsBody p.color {
    color: #b1010e;
}

.innerBack {
    font-weight: bold;
    text-transform: capitalize;
}

.innerBack {
    padding-top: 40px;
}

.innerBack a {
    display: inline-block;
    transition: all 0.48s;
    color: #333;
    font-size: 16px;
}

.innerBack svg {
    width: 28px;
    height: 28px;
    vertical-align: middle;
}

.innerBack path {
    fill: #b1010e;
}

.innerBack a:hover {
    padding-left: 40px;
    color: #b1010e;
}

/* ===============================
    join
================================================================================= */
.joinLc {
    position: relative;
    padding: 138px 0 108px;
    background: #f2f2f2;
}

.list-supplier {
    margin-right: -1.45833vw;
    margin-left: -1.45833vw;
    position: relative;
    overflow: hidden;
}

.list-supplier>li,
.list-supplier>div {
    width: 20%;
    margin-bottom: 0;
    float: left;
    vertical-align: top;
}

.job-process__wrap .list-supplier>div,
.supplier-top .list-supplier>div {
    width: 20%;
}

.supplier-item {
    position: relative;
    margin: 0 28px;
    padding: 38px 0 28px;
    text-align: center;
    background-color: #fff;
    margin-right: 1.45833vw;
    margin-left: 1.45833vw;
}

.job-process__wrap .supplier-item {
    background-color: #F7F7F7;
}

.list-supplier>div img {
    display: block;
    width: 68px;
    margin: 0 auto 28px;
}

.list-supplier>div svg {
    display: block;
    width: 68px;
    height: 68px;
    margin: 0 auto 14px;
}

.list-supplier>div path {
    fill: #ccc;
}

.supplier-item::after {
    font-size: 30px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -.8em;
    margin-right: -1.3em;
    content: url(../images/a.png);
}

.list-supplier>div:last-child .supplier-item:after {
    opacity: 0;
}

.supplier-item__num {
    position: relative;
}

.supplier-item__num>span {
    opacity: .05;
    color: #b1010e;
    font-size: 6.25vw;
    line-height: 1;
    font-family: "Noto Sans SC";
    font-weight: bold;
    letter-spacing: 5px;
}

.supplier-item__txt {
    font-size: 24px;
    line-height: 1.65;
    position: absolute;
    top: 26%;
    right: 0;
    left: 0;
}

/*  */
.joinFl {
    padding: 108px 0 0;
    position: relative;
}

.joinFl_p {
    position: relative;
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
}

.joinFl_p::after {
    content: "";
    margin-top: 15px;
    display: inline-block;
    width: 0;
    height: 0;
    border-left-width: 4px;
    border-right-width: 4px;
    border-top-width: 6px;
    border-style: solid;
    border-color: rgb(177 1 14 / 0.5) transparent transparent transparent;
}

.joinFl_p p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}

.idealists-life {
    overflow: hidden;
}

.joinFl_bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 54%;
    background-image: url(../images/j2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.idealists-life .bg {
    margin-top: 55px;
    padding-bottom: 145px;
}

.idealists-life ul {
    background: #FFFFFF;
    padding: 0 80px 85px;
    border-top: 4px solid #b1010e;
    overflow: hidden;
    -webkit-box-shadow: 0 0 100px rgb(178 1 13 / 0.1);
    box-shadow: 0 0 100px rgb(178 1 13 / 0.1);
}

.idealists-life li {
    margin-top: 75px;
    float: left;
    width: 25%;
    padding: 0 20px;
}

.idealists-life li:nth-child(4n+1) {
    clear: both;
}

.idealists-life li .item {
    position: relative;
    padding-left: 68px;
}

.idealists-life li .item i {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 46px;
    height: 46px;
    line-height: 42px;
    text-align: center;
    border: 2px solid #eaeaea;
    font-style: normal;
    color: #111111;
}

.idealists-life li .item svg {
    float: left;
    width: 48px;
    height: 48px;

}

.idealists-life li .item path {
    fill: #b1010e;
}

.idealists-life li .item img {
    float: left;
}

.idealists-life li .item div {
    margin-left: 58px;
}

.idealists-life li .item div span {
    display: block;
    color: #111111;
    font-size: 18px;
}

.idealists-life li .item div p {
    line-height: 1;
    color: #d9d9d9;
    font-size: 12px;
    font-family: "Noto Sans SC";
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.idealists-life li:hover i {
    color: #fff;
    background: #2d2d2d;
    border: 2px solid #2d2d2d;
}

/*  */
.joinDeve {
    position: relative;
    padding: 108px 0 80px;
}

.joinDeve_p {
    text-align: center;
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin: 0 auto;
    max-width: 90%;
}

.joinDeve_box {
    margin-top: 58px;
}

.joinDeve_img {
    position: relative;
    padding-top: 52%;
}

.joinDeve_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.joinDeve .swiper-pagination {
    position: relative;
    margin-top: 34px;
}

.joinDeve .swiper-pagination-bullet {
    width: 68px;
    height: 4px;
    border-radius: 6px;
    background: #b1010e;
}

.joinJob {
    position: relative;
    padding: 108px 0;
    background: #f8f8f8;
}

.recJob {
    color: #666;
}

.recJob_box {
    margin: 20px 0 0;
}

/* job-tit */
.recJob_tit {
    line-height: 20px;
    background: #1c1d21;
    padding: 10px 2%;
    overflow: hidden;
}

.recJob_tit span {
    float: left;
    width: 24%;
    color: #fff;
    line-height: 20px;
    font-size: 14px;
    padding: 5px 10px;
}

.recJob_tit span:nth-child(1) {
    width: calc(28% - 68px);
}

.recJob_tit span:nth-child(5) {
    width: 68px;
}

/* job-list  */
.recJob_list {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 75px;
    padding: 0 2% 30px;
    background: #fff;
}

.recruit li {
    border-bottom: 1px solid #e5e5e5;
    background: #fdfdfd;
}

.recJob_name {
    display: block;
    font-size: 0;
    padding: 25px 0;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

.recJob_list li:last-child .recJob_name {
    border-bottom: 0;
}



.recJob_name span {
    position: relative;
    float: left;
    width: 24%;
    line-height: 20px;
    font-size: 15px;
    padding: 5px 10px;
    color: #666;
}

.recJob_name span:nth-child(1) {
    width: calc(28% - 68px);
}

.recJob_name span:nth-child(5) {
    width: 68px;
}

.recJob_name span:nth-child(5)::after {
    content: "";
    position: absolute;
    right: 54%;
    top: 50%;
    width: 12px;
    height: 8px;
    background-image: url(../fonts/dec6f3523eb74424bd614a099cfc0be7.woff);
    margin-top: -20px;
}

.abTeam_box {
    max-width: 1280px;
    margin: 0 auto;
}

.abTeam_a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding: 28px 0;
}



.abTeam_img {
    position: relative;
    padding-top: 30%;
    width: 308px;
    background: #f8f8f8 url(../images/analyst_bg.jpg) no-repeat center;
    background-size: cover;
}

.abTeam_img img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 90%;
    height: 90%;
    object-position: bottom right;
    object-fit: contain;
}

.abTeam_txt {
    width: calc(100% - 400px);
}

.abTeam_name {
    font-size: 28px;
    color: #333;
}

.abTeam_name span {
    color: #b1010e;
    font-size: 14px;
}

.abTeam_p span {
    color: #b1010e;
    font-size: 20px;
    display: block;
    margin: 0 0 14px;
    letter-spacing: 1px;
}

.abTeam_p p {
    font-size: 16px;
    line-height: 2.1;
    color: #666;
}

/*  */
.abPart {
    overflow: hidden;
    position: relative;
    padding: 108px 0 80px;
    background: #f8f8f8 ;
}

.abPart .swiper-container {
    padding: 20px 0;
}

.abPart_img {
    cursor: pointer;
    background: #fff;
    position: relative;
    padding-top: 52%;
    border: 1px solid #f8f8f8;
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.abPart_img::after {
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2c79fb;
    z-index: 1;
    content: "";
    display: none;
}

.abPart_img:hover {
    z-index: 11;
    box-shadow: 0px 12px 80px -12px #e3e7f0;
    transform: scale(1.1);
}

.abPart_img:hover::after {

    display: block;
}

.abPart_img img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 58%;
    height: 100%;
    object-fit: contain;
    transition: all 0.68s;

}

.abPart .swiper-pagination {
    position: relative;
    margin-top: 34px;
}

.abPart .swiper-pagination-bullet {
    width: 68px;
    height: 4px;
    border-radius: 6px;
    background: #b1010e;
}

/* ===============================
    contact
================================================================================= */
.contact {
    position: relative;
    overflow: hidden;
    margin-top: 50px;
}

.conTop {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.conTop_l {
    width: 50%;

}



.conMap {
    position: relative;
    width: 100%;
    height: 100%;
    background: #f8f8f8;
}

.mapBox {
    width: 100%;
    height: 100%;
}

.conTop_r {
    width: 50%;
    padding: 5vw 5vw 3vw;
}

.conTop_div {
    max-width: 538px;
    margin: 0 auto;
}

.conTop_span {
    position: relative;
    font-size: 24px;
    color: #b1010e;
    padding-bottom: 20px;
}

.conTop_span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 28px;
    height: 3px;
    background: #b1010e;
}

.conTop_r ul {
    margin-top: 30px;
}

.conTop_r li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px 0 25px;
    border-bottom: 1px solid #e1e1e1;
}

.conTop_r li:last-of-type {
    border-bottom: 0;
}

.conTop_r li.one {
    display: block;
}

.conTop_r li div {
    padding-left: 25px;

    background-repeat: no-repeat;
    background-position: left 6px;
    min-width: 40%;
}

.conTop_r li span {
    font-size: 18px;
    color: #333;
    line-height: 1.6;
    display: inline-block;
    margin-bottom: 5px;
}

.conTop_r li p {
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}

.conTop_r li p img {
    display: block;
    width: 80px;
}

.conBtm {
    position: relative;
    background: #f8f8f8;
}

.conBtm::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: #0028aa;
}

.conBtm::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: rgba(0, 0, 0, 0.38)
}

.conBtm .inner {
    position: relative;
    z-index: 11;
}

.conBtm {
    position: relative;
    padding: 108px 0;
}

.conBtm .inner {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.conInline {
    display: inline-block;
    width: 70%;
    padding: 6%;
    background: #fff;
    box-shadow: 10px 28px 24px rgb(51 51 51 / 0.18);
}

.conInline form div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.conInline form input {
    width: 48%;
    background: #f8f8f8;
    height: 48px;
    line-height: 48px;
    padding: 0 14px;
    border: 0;
}

.conInline form textarea {
    background: #f8f8f8;
    height: 148px;
    width: 100%;
    margin-top: 24px;
    border: 0;
    padding: 14px;
}

.conInline form button {
    background: #b1010e;
    color: #fff;
    width: 189px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 17px;
    border: 0;
    margin-top: 38px;
    margin-right: 0;
    letter-spacing: 2px;
}

.conP {
    display: flex;
    align-items: center;
    width: 24%;
}

.conP p {
    font-size: 16px;
    line-height: 2.1;
    color: #fff;
    letter-spacing: 1px;
}

.conP_ewm {
    display: inline-block;
    text-align: center;
    margin-bottom: 48px;
}

.conP_ewm div {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding-left: 18px;
}

.conP_ewm svg {
    width: 28px;
    height: 28px;
    margin-bottom: 10px;
}

.conP_ewm path {
    fill: #fff;
}

.conP_ewm img {
    vertical-align: middle;
    display: inline-block;
    width: 102px;
    padding: 3px;
    background: #fff;
}

.conP_ewm span {
    display: block;
    color: #fff;
    opacity: 0.8;
}

.conP_svg {
    max-width: 100%;
    margin-top: 89px;
    transform: scale(0.9);
    transform-origin: left center;
}
.ysTeam {
    position: relative;
    padding: 89px 0;
}

.leaderBox {
    margin-top: 48px;
    overflow: hidden;
}

.leaderItem {
    display: block;
    float: left;
    width: 21%;
    margin: 1% 2%;
    overflow: hidden;
    outline: none;
    position: relative;
}

.leaderItem .csImg {
    width: 100%;
}

.leaderItem .csBox {
    border: 8px solid #fff;
}

.leaderItem .csImg_img_div {
    position: relative;
    height: 460px;
	width:80%;
	margin:0 auto;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
	border-radius:50%;
}
.csImg_img{
	border-radius:50%;

}
.csImg_img  img{
	width:100%;
	height:auto;
}
.leaderItem .csImg_img_div::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   /*  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.28));
    background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.28));
    background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.28));
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.28)); */
}


.leaderName {
    /* position: absolute; */
    z-index: 11;
    z-index: 5;
    bottom: 8px;
    left: 0;
    width: 100%;
    text-align: center;
    transition: all .3s ease;
padding-top:10px;
}

.leaderName span {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
}

.leaderName p {
    font-size: 14px;
    color: #000;
    line-height: 3;
    letter-spacing: .5px;
}
.ysMan_a span {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    position: absolute;
    bottom: 10%;
    left: 15px;
}

.ysMan_a p {
    font-size: 14px;
    color: #fff;
    line-height: 1;
    letter-spacing: .5px;
    position: absolute;
    bottom: 4%;
    left: 15px;
}
.ysMan {
    padding: 108px 0;
    border-top: 1px solid #eee;
}

.ysMan_box {
    overflow: hidden;
}

.ysMan_a {
    float: left;
    display: block;
    width: calc(16.66% - 20px);
    margin: 10px;
   /* height: 22vh;*/
    height: 18vh;
    position: relative;
}

.ysMan_a:nth-child(1) {
    width: calc(33.3% - 20px);
    max-width: calc(50% - 20px);
    /*height: calc(68vh + 20px);*/
    height: calc(36vh + 18px);
}

.ysMan_a:nth-last-child(4),.ysMan_a:nth-last-child(3),.ysMan_a:nth-last-child(2),.ysMan_a:nth-last-child(1){
	width: calc(16.6% - 20px);
	/*width: calc(25% - 20px);*/
	/*height: 34vh;*/
}

/*.ysMan_a:nth-child(4n+10):nth-last-child(3),*/
/*.ysMan_a:nth-child(4n+10):nth-last-child(3)~.ysMan_a{*/
    /*width: calc(25% - 20px);*/
    /*max-width: calc(33.33% - 20px);*/
    /*min-width: calc(25% - 20px);*/
/*}*/
.ysMan_a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.abDeve {
    position: relative;
    background-color: #ecf0f3;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding: 108px 10% 89px;
}

.abDeve::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0028aa;
    opacity: .1;
}

.abDeve_box {
    position: relative;
    margin-top: 48px;
    margin-bottom: 89px;
}

.abDeve_line {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 88px;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
}

.deveItem {
    position: relative;
    text-align: center;
    z-index: 10;
    margin: 0 14px;
}

.deveTime {
    font-size: 24px;
    font-weight: bold;
    height: 89px;
    padding-top: 30px;
    line-height: 1.2;
    transition-duration: .3s;
    font-family: "Noto Sans SC";
}

.deveDian {
    position: relative;
    display: block;
    width: 14px;
    height: 40px;
    margin: -5px auto;
}

.deveDian::before,
.deveDian::after {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
}

.deveDian::before {

    left: 50%;
    top: 0;
    width: 10px;
    height: 10px;
    border: 2px solid #b1010e;
    background: #fff;
    border-radius: 50%;
    margin-left: -5px;
    transition-duration: .3s;
}

.deveDian::after {
    left: 50%;
    bottom: 0;
    width: 1px;
    height: 20px;
    background: #fff;
}

.deveTime span {
    display: block;
    font-size: 20px;
    line-height: 1;
}

.deveTxt {
    padding: 24px 42px;
}

.deveTxt p {
    font-size: 14px;
    line-height: 26px;
    color: #888;
    transition-duration: .3s;
    min-height: 48px;
    text-align: left;
}

@media(min-width:1025px) {
    .deveItem:hover {
        background: rgba(255, 255, 255, 0.41);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    .deveItem:hover .deveTime {
        padding-top: 38px;
        color: #b1010e;
    }

    .deveItem:hover .deveDian::before {
        background: #fff;
        border-color: #b1010e;
    }
}


.deveDemo {
    padding: 0 48px;
    z-index: 11;
}

.deveDemo .slick-arrow {
    width: 54px;
    height: 54px;
    position: absolute;
    top: 88px;
    margin-top: -27px;
    display: block;
    background-color: #fff;
    box-shadow: 0px 0px 18px 2px rgba(154, 154, 154, 0.25);
    cursor: pointer;
}

.deveDemo .slick-arrow i {
    background-size: 18%;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    margin: 0px auto;
    display: block;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.deveDemo .slick-prev {
    left: 0;
}

.deveDemo .slick-next {
    right: 0;
}

.deveDemo .slick-prev i {
    background-image: url("../images/arrow-left-lighth1.png")
}

.deveDemo .slick-next i {
    background-image: url("../images/arrow-right-lighth1.png");
}

.deveDemo .slick-arrow:hover {
    background-color: #b1010e;
}

.deveDemo .slick-prev:hover i {
    background-image: url("../images/arrow-left-lighth.png")
}

.deveDemo .slick-next:hover i {
    background-image: url("../images/arrow-right-lighth.png");
}

.deveDemo.slick-slider {
    position: relative;
    display: block;
    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;
}

.deveDemo .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
}

.deveDemo .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    outline: none;
}

.deveDemo .slick-prev,
.deveDemo .slick-next {
    position: absolute;
    z-index: 99;
    cursor: pointer;
}

.deveDemo .slick-dots {
    position: relative;
    text-align: center;
    margin-top: 20px;
}

.deveDemo .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%;
}

.deveDemo .slick-dots li.slick-active {
    background: #e60012;
}
.ysHor_ul {
    text-align: center;
    margin: 0 0 32px;
}

.ysHor_ul a {
    padding: 9px 51px;
    border: 1px solid #AA0F2E;
    margin: 10px;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 1px;
}

.ysHor_ul a.hover,
.ysHor_ul a:hover {
    background: #AA0F2E;
    color: #fff;
}

/*  */
.ysHor {
   padding: 1% 0;
}
.ysHor.banGong
{
    position: relative;
    background: #f8f8f8;
    padding: 108px 0 50px;

}.abHor_box {
    position: relative;
}

.abHor_box .swiper-button-prev,
.abHor_box .swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    border: 0;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
}

.abHor_box .swiper-button-prev {
    left: -89px;
    background-image: url(../images/arrow-left-lighth.png);

}

.abHor_box .swiper-button-next {
    right: -89px;
    background-image: url(../images/arrow-right-lighth.png);
}

.abHor_bg {
    padding: 20px 48px 0;
    border: 5px solid #eee;
    box-shadow: 1px 1px 18px 3px rgb(51 51 51 / 10%) inset;
}

.abHor_img {
    max-width: 100%;
    width: 100%;
    position: relative;
    padding-top: 138%;
}

.abHor_img img {
    position: absolute;
    top: 0;
    left: 5%;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.abHor_p {
    text-align: center;
    font-size: 15px;
    line-height: 1.4;
    padding: 18px 14px 14px;
    border-top: 1px solid #eee;
    min-height: 72px;
    color: #666;
}

.ysHor .swiper-pagination {
    position: relative;
    margin-top: 34px;
}

.ysHor .swiper-pagination-bullet {
    width: 10px;
    height: 4px;
    margin: 0 4px;
    border-radius: 6px;
    background: #062164;
}

 .teamDet_box {
		width:100%
            margin: 0 auto;
			    min-height: 300px;
        }
.teamDetItem {
    display: block;
    width: 21%;
    margin: 1%  auto;
    overflow: hidden;
    outline: none;
    position: relative;
}

.teamDetItem .csImg {
    width: 100%;
}

.teamDetItem .csBox {
    border: 8px solid #fff;
}

.teamDetItem .csImg_img_div {
    position: relative;
    height: 220px;
	width:80%;
	margin:0 auto;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
	border-radius:50%;
}
@media (max-width:768px){
.teamDetItem {
    width: 80%;
}
		
}
.teamDet_p {
    max-width: 100%;
	text-indent: 2em;
}

.teamDet_p span {
    font-size: 26px;
    letter-spacing: 2px;
    color: #b1010e;
    display: block;
    margin-bottom: 14px;
}

.teamDet_p p {
    font-size: 16px;
    line-height: 2.1;
    color: #333;
    letter-spacing: 1px;
}
        .teamDet_box>div {
            vertical-align: top;
        }

        .teamDet_img {
			 width:270px;
            display: inline-block;
            padding-top: 330px;
            text-align: center;
			margin-top:0%;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            box-shadow: 4px 6px 38px #999;
        }

        .teamDet_img img {
            width: 100%;
            margin: 0 auto;
        }

        .teamDet_info {
            padding: 10px;
            display: inline-block;
            width: 70%;
            margin-left: 6%;
        }

        .teamDet_info h2 {
            font-size: 34px;
            line-height: 1.4;
            letter-spacing: 1px;

        }

        .teamDet_info>span {
            display: block;
            border-bottom: 1px solid #eee;
            margin-bottom: 18px;
            padding-bottom: 14px;
            font-size: 15px;
            letter-spacing: 1px;
            color: #b10310;
        }

        .teamDet_info p {
            margin-bottom: 12px;
            line-height:30px;
            font-size: 16px;
            color: #333;
            max-width: 90%;
        }

.ysYfsl {
    position: relative;
    background: #f8f8f8;
    padding: 108px 0;
}

.ysYfsl_item,
.ysYfsl_box {
    position: relative;
    z-index: 7;
}

.ysYfsl_box {
    margin-top: 48px;
}

.ysYfsl_item {
    padding: 0 38px 38px;
    text-align: center;
}

.ysYfsl_item::after,
.ysYfsl_item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 38%;
    background: #fff;
    z-index: -1;
}

.ysYfsl_img img {
    width: 90%;
    margin: 0 auto;
    max-width: 289px;
    box-shadow: 10px 28px 24px rgb(51 51 51 / 18%)
    /* box-shadow: 0 0 10px 1px #999; */
}

.ysYfsl_item p {
    font-size: 15px;
    line-height: 1.4;
    margin-top: 20px;
    min-height: 40px;
}

.ysYfsl .swiper-pagination {
    position: relative;
    margin-top: 34px;
}

.ysYfsl .swiper-pagination-bullet {
    width: 68px;
    height: 4px;
    margin: 0 4px;
    border-radius: 6px;
    background: #b1010e;
}
.ysPic {
    padding: 108px 0;
}

.ysPic_img {
    position: relative;
    width: 100%;
    padding-top: 50%;
}

.ysPic_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.talk-tab-box {
    margin-top: 48px;
}

.talk-tab-box .bimg-box {
    position: relative;
}

.talk-tab-box .bimg-tab {
    overflow: hidden;
    position: relative;
}

.talk-tab-box .bimg-tab .swiper-slide {
    width: 52.67%;
    margin: 0 2%;
    cursor: pointer;
}

.talk-tab-box .bimg-tab .swiper-slide .img {
    position: relative;
    padding-top: 58%;
}


.talk-tab-box .bimg-tab .swiper-slide .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.talk-tab-box .bimg-tab .swiper-slide .img:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 7;
    opacity: .68;
    filter: alpha(opacity=68);
}

.talk-tab-box .bimg-tab .swiper-slide .text {
    font-size: .5rem;
    line-height: .6rem;
    color: #1a1a1a;
    text-align: center;
    margin-top: 1rem;
    opacity: 0;
    filter: alpha(opacity=0);
}

.talk-tab-box .bimg-tab .swiper-slide-active {
    cursor: default;
}

.talk-tab-box .bimg-tab .swiper-slide-active .img:before {
    opacity: 0;
    filter: alpha(opacity=0);
}

.talk-tab-box .bimg-tab .swiper-slide-active .text {
    opacity: 1;
    filter: alpha(opacity=100);
}

.talk-tab-box .simg-tab {
    width: 48.4375%;
    margin: .7rem auto 0;
    padding-top: 1.75rem;
    border-top: 1px solid #eee;
    overflow: hidden;
   
}
.talk-tab-box .simg-tab{ display: none;}


.talk-tab-box .simg-tab .swiper-slide {
    width: 12.8371%;
    margin-right: 1.7%;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.talk-tab-box .simg-tab .swiper-slide:last-child {
    margin-right: 0;
}

.talk-tab-box .simg-tab .swiper-slide:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    filter: alpha(opacity=50);
    transition: all .3s;
}

.talk-tab-box .simg-tab .swiper-slide img {
    width: 100%;
    display: block;
}

.talk-tab-box .simg-tab .swiper-slide.cur:before {
    opacity: 0;
    filter: alpha(opacity=0);
}

.talk-tab-box .prev,
.talk-tab-box .next {
    position: absolute;
    top: 50%;
    width: 54px;
    height: 54px;
    margin-top: -27px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #b1010e;
    background-size: 18%;
    z-index: 3;
}

.talk-tab-box .prev {
    background-image: url("../images/arrow-left-lighth.png");
    left: 10%;
}

.talk-tab-box .next {
    background-image: url("../images/arrow-right-lighth.png");
    right: 10%;
}

.talk-tab-box .swiper-button-disabled {
    display: none;
}

.live-tab-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
    z-index: -1;
}

.talk-aside {
    position: fixed;
    top: 50%;
    left: .25rem;
    transform: translateY(-50%);
    z-index: 50;
}

.talk-aside a {
    display: block;
    margin-bottom: .2rem;
    background-color: #d5d5d5;
    border-radius: 2px;
    transition: all .3s;
    position: relative;
}

.talk-aside .icon {
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    transition: all .3s;
}

.talk-aside .icon img {
    width: 100%;
}

.talk-aside .icon:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: .8rem;
    transform: translateY(-50%);
    background-color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .3s;

}

.talk-aside .txt {
    position: absolute;
    left: 1.25rem;
    top: 0;
    padding: 3rem;
    height: 1.25rem;
    line-height: 1.25rem;
    padding: 0 .5rem;
    white-space: nowrap;
    font-size: .4rem;
    color: #fff;
    background-color: #de0245;
    border-radius: 0 2px 2px 0;
    transition: all .3s;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
}

.talk-aside a:last-child {
    margin-bottom: 0;
}


.talk-aside a.cur {
    background-color: #de0245;
}
.ysCase {
    position: relative;
    height: 89vh;
    background-color: #0028aa;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.ysCase_tit {
    position: relative;
    z-index: 11;
    left: 0;
    width: 100%;
}

.ysCase_wid {
    max-width: 40%;
}

.ysCase_p {
    font-size: 17px;
    color: #fff;
    margin-bottom: 89px;
    letter-spacing: .5px;
    line-height: 2.1;
}

.ysCase_bg {
    position: absolute;
    top: -60%;
    left: -51%;
    width: 100%;
    height: 160%;
    background-color: #0028aa;
    opacity: 0.48;
    transform: rotate(18deg);
}

.ysCase_ul {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
    width: 50%;
    text-align: center;
    z-index: 21;
}

.ysCase_ul ul {
    display: inline-block;
}

.ysCase_ul li {
    cursor: pointer;
    position: relative;
    text-align: left;
    background: rgba(255, 255, 255, 0.28);
    margin-bottom: 1px;
    padding: 32px 58px;
}

.ysCase_ul li::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: #b1010e;
    transition: all 0.8s;
}

.ysCase_ul li:hover::before {
    height: 100%;
}

.ysCase_ul a {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.ysCase_ul img {
    width: 42px;
    margin-right: 34px;
    margin-top: 3px;
}

.ysCase_ul div:last-child {
    width: calc(100% - 76px);
}

.ysCase_ul span {
    color: #fff;
    font-size: 22px;
    letter-spacing: 1px;
}

.ysCase_ul p {
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    letter-spacing: .5px;
    opacity: .8;
}
.ysZl {
    padding: 108px 0;
    position: relative;
    background-image: url(../images/bg_zl.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ysZl_img {
    position: relative;
    padding-top: 38%;
    width: 80%;
    margin: 0 auto;
    border-radius: 6px;
}

.ysZl_img::after {
    width: 90%;
    content: "";
    height: 90%;
    position: absolute;
    background: #aad1f1;
    border-radius: 6px;
    left: 0;
    right: 0;
    bottom: -11px;
    margin: auto;
}

.ysZl_img::before {
    width: 80%;
    content: "";
    height: 80%;
    position: absolute;
    background: #d8eaf8;
    border-radius: 6px;
    left: 0;
    right: 0;
    bottom: -21px;
    margin: auto;
}

.ysZl_img div {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0028aa;
    opacity: .28;
    z-index: 11;
    border-radius: 6px;
}

.ysZl_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 7;
    border-radius: 6px;
}
.ysZl {
    padding: 108px 0;
    position: relative;
    background-image: url(../images/bg_zl.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ysZl_img {
    position: relative;
    padding-top: 38%;
    width: 80%;
    margin: 0 auto;
    border-radius: 6px;
}

.ysZl_img::after {
    width: 90%;
    content: "";
    height: 90%;
    position: absolute;
    background: #aad1f1;
    border-radius: 6px;
    left: 0;
    right: 0;
    bottom: -11px;
    margin: auto;
}

.ysZl_img::before {
    width: 80%;
    content: "";
    height: 80%;
    position: absolute;
    background: #d8eaf8;
    border-radius: 6px;
    left: 0;
    right: 0;
    bottom: -21px;
    margin: auto;
}

.ysZl_img div {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0028aa;
    opacity: .28;
    z-index: 11;
    border-radius: 6px;
}

.ysZl_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 7;
    border-radius: 6px;
}

/*管理者*/
.js_guanLi_box{display: none;}
