@charset "UTF-8";

/* 搜索 start */
.search {
    overflow: hidden;
    background: #f2f2f2;
}

.searchInput {
    width: 268px;
    z-index: 0;
    float: left;
    display: inline;
}

.searchInput input {
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    background: none;
    border: none;
}

.searchInput input input::-webkit-input-placeholder {
    color: #666666;
    /* placeholder颜色  */
    font-size: 14px;
    /* placeholder字体大小  */
    text-align: left;
    /* placeholder位置  */
}

.searchBtn {
    float: left;
    display: inline;
    width: 38px;
    height: 40px;
    overflow: hidden;
    background: url(../images/common/search.png) no-repeat center center;
    position: relative;
}

.searchBtn:before {
    display: block;
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    margin-top: -10px;
    width: 1px;
    height: 20px;
    background-color: #d7d7d7;
}

.topSearch {
    height: 38px;
    padding-top: 30px;
 
}

.topSearch a {
    display: block;
    height: 38px;
    position: relative;
 
}

.topSearch a::before {
    display: block;
    content: '';
    position: absolute;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(51, 51, 51, 0.4);
    left: 0;
    top: 0;
    border-radius: 50%;
    background:  rgba(255, 255, 255, 0.122) url(../images/searchW2.png) center center no-repeat;
    transition: all 0.3s linear;
}

  
.topSearch:hover a:hover::before {
    background:  var(--themeColor) url(../images/searchW.png) center center no-repeat;
    border-color: var(--themeColor);
}

.topSearch:hover a {
    color: var(--themeColor);
}

.animHide {
    opacity: 0;
}

.model.show::before {
    animation: menu-animation .8s ease-out forwards;
    transform: scale(2) translateY(0);
}

.model.show {
    display: block;
}

.model {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10600;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.model span {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    font-size: 72px;
    text-align: center;
    overflow: hidden;
    color: #fff;
    z-index: 10;
    font-weight: lighter;
}

.model::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, .87);
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
    transform: scale(.04) translateY(9999px);
    overflow: hidden;
    z-index: 9;
}

.searchPWBox {
    width: 600px;
    height: 60px;
    overflow: hidden;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    margin: -30px 0 0 -300px;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    ;
}

.searchPWBox input {
    display: block;
    float: left;
    width: 530px;
    height: 60px;
    background: none;
    border: none;
    line-height: 60px;
    color: #333;
    font-size: 16px;
    padding-left: 10px;
    background: #fff;
}

.searchPWBox input::placeholder {
    color: #999;
    font-size: 16px;
}

.searchPWBox input::-webkit-placeholder {
    color: #999;
    font-size: 16px;
}

.searchPWBox a {
    float: right;
    display: inline;
    width: 60px;
    height: 60px;
    background: var(--themeColor) url(../images/common/searchH.png) no-repeat center center;
    background-size: 19px 20px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 60px;
}

.searchPWBox a:hover {
    opacity: 0.9;
}

@keyframes menu-animation {
    0% {
        opacity: 0;
        transform: scale(.04) translateY(300%)
    }

    40% {
        transform: scale(.04) translateY(0);
        transition: ease-out
    }

    40% {
        transform: scale(.04) translateY(0)
    }

    60% {
        opacity: 1;
        transform: scale(.02) translateY(0)
    }

    61% {
        opacity: 1;
        transform: scale(.04) translateY(0)
    }

    99.9% {
        opacity: 1;
        height: 0;
        padding-bottom: 100%;
        border-radius: 100%
    }

    100% {
        opacity: 1;
        transform: scale(2) translateY(0);
        height: 100%;
        padding-bottom: 0;
        border-radius: 0
    }
}

/* 搜索 end */


/* 顶部 start */
.top {
    position: relative;
    background-color: #ffffff;
    top: 0;
    width: 100%;
    height: 95px;
    left: 0;
    z-index: 99;
    transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
}
.topL{margin-right:40px ;}
.logo {
    font-size: 0;
    padding: 26px 0;
}

.logo img {
    display: block;
    height: 42px;
}
.logo img.img1 {
    display: none;
}



.menuDl {
    display: flex;
    float: left;
    display: inline;
}

.menuDl dd {
    float: left;
    display: inline;
    position: relative;
    margin-right: 0;
    height: 95px;
}

.mainMenu {
    position: relative;
    z-index: 9;
    padding: 0 38px;
}


.mainMenu a {
    font-size: 18px;
    color: #333333;
    display: block;
    line-height: 95px;
    height: 95px;
    text-align: center;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    /* font-family: 'phtL'; */
    position: relative;
    z-index: 6;
}

dd .mainMenu a:hover{color: var(--themeColor);}
dd.hover .mainMenu a{color: var(--themeColor);}

.menuDl dd .subMenu {
    padding-top: 8px;
    position: absolute;
    left: 50%;
    margin-left: -70px;
    top: 72px;
    width: 140px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 10;
}
.menuDl dd .subMenu.active{width: 200px;margin-left: -100px;}
.menuDl dd .subMenu.active .subMenuItemC{width: 50%;float: left;} 

.menuDl dd .subMenu.style2 {
    width: 645px;
    margin-left: -322px;
}

.menuDl dd .subMenu:before {
    display: block;
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -8px;
    width: 16px;
    height: 16px;
    background: #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.15);
    z-index: 2;
}

.menuDl dd .subMenu .subMenuItem {
    position: relative;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 8px 0 0;
    overflow: hidden;
    z-index: 3;
}

.menuDl dd .subMenu.style2 .subMenuItem {
    padding: 20px;
}

.menuDl dd .subMenu a {
    display: block;
    padding: 8px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #333;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    /* font-family: 'phtL'; */
}

.menuDl dd .subMenu .subMenuItem a:hover,
.menuDl dd .subMenu .subMenuItem a.hover {
    color: var(--themeColor);
}

.menuDl dd:hover .subMenu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.topR .menuIcon div {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    border-radius: 2px;
}

.menuTabTitle {
    margin-left: 50px;
}

.menuTabTitle a {
    display: block;
    font-size: 15px;
    color: #666666;
    padding: 8px;
    line-height: 24px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.menuTabTitle a:hover,
.menuTabTitle a.hover {
    color: #0063b1;
}



.menuDl1 dd .subMenu .enter a {
    color: #3184d7;
    text-align: left;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.menuDl1 dd .subMenu .enter a:hover {
    opacity: 0.8;
}

.indexTop .top{position: absolute;background-color: transparent;}
.indexTop .topC{border-bottom: 1px solid rgba(255, 255, 255,0.3);}

.indexTop .top .logo img.img1 {
    display: block;
}
.indexTop .top .logo img.img2 {
    display: none;
}
.indexTop .top .mainMenu a{color: #ffffff;}
.indexTop .top .topSearch a::before {
    display: block;
    content: '';
    position: absolute;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(213, 233, 246, 0.4);
    left: 0;
    top: 0;
    border-radius: 50%;
    background:  rgba(255, 255, 255, 0.122) url(../images/searchW.png) center center no-repeat;
    transition: all 0.3s linear;
}

  
.topSearch:hover a:hover::before {
    background:  var(--themeColor) url(../images/searchW.png) center center no-repeat;
    border-color: var(--themeColor);
}

.topsearchBox {margin-top: 22px;}
.topsearchBox .search {border-radius: 25px;background-color: #ffffff; display: inline-block;border: 1px solid #ededed;box-sizing: border-box; box-shadow: 0px 3px 19px 1px rgba(0, 0, 0, 0.06);overflow: hidden;}
.topsearchBox .search .input { border: none;overflow: hidden;padding: 0 20px;width: 120px;}
.topsearchBox .search input::placeholder {font-size: 18px;color: #999;}
.topsearchBox .search input {display: block;width: 100%;outline: none; background: none;line-height: 50px;height: 50px;font-size: 18px;color: #333;}
.topsearchBox .search a {display: block; float: right; background: url(../images/searchW2.png)no-repeat center center ;width: 50px; height: 50px;line-height: 50px;border-radius: 25px;text-align: center;}


/* 顶部 end */

/* ————— 底部 start ————— */
.footer{ background: var(--themeColor);background-position: center center;background-repeat: no-repeat;background-size: cover;}
.footerTop{padding: 40px 0;border-bottom:1px solid rgba(255, 255, 255, 0.3) ;}
.footerLink{float: right;display: inline; width: 320px;height: 50px;position: relative;background-color: rgba(255, 255, 255, 0.2);position: relative;cursor: pointer;}
.footerLink .con{display: flex;height: 50px;line-height: 50px;    justify-content: space-between;align-items: center;padding: 0 30px;box-sizing: border-box;}
.footerLink .con span{height: 50px;line-height: 50px;font-size: 18px;color: #ffffff;}
.footerLink .con i{display:block;width: 18px;height: 12px;background: url(../images/zk.png) center center no-repeat;margin-left: 10px;   transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);}    
.footerLink:hover .con i{transform: rotate(180deg);}
.footerLink .footerLinkC{visibility: hidden; position: absolute; top: 100%;padding-top: 10px; left: 0;width: 100%;background-color: transparent;border-radius: 5px;z-index: 10;opacity: 0;}
.footerLink .footerLinkC .childLinkUl {box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);background-color: #fff;border-radius: 5px;z-index: 10;position: relative;transition: all 0.3s linear; -webkit-transition: all 0.3s linear;}
.footerLink .footerLinkC .childLinkUl::before{ content: ""; display: block; position: absolute; top: -10px;  left: 50%; transform: translateX(-50%); border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 10px solid #ffffff;z-index: 11;opacity: 0; transition: all 0.3s linear; -webkit-transition: all 0.3s linear;}
.footerLink:hover .footerLinkC{opacity: 1;visibility: visible;transition: all 0.3s linear; -webkit-transition: all 0.3s linear;}
.footerLink:hover .footerLinkC .childLinkUl::before{opacity: 1;}
.footerLink .footerLinkC .childLinkUl li a{transition: all 0.3s linear; -webkit-transition: all 0.3s linear; height: 40px;line-height: 40px;font-size: 16px;color: #333;text-align: center; display: block;}
.footerLink .footerLinkC .childLinkUl li:hover a{color: var(--themeColor);}

.footerTop .phone{text-align: center;float: left;}
.footerTop .phone .text{padding-left: 80px;background: url(../images/phone.png) left center no-repeat;display: inline-block;}
.footerTop .phone .text .icon{height: 30px;line-height: 30px;color: #ffffff;font-size: 18px;}
.footerTop .phone .text span{height: 40px;line-height: 40px;font-size: 24px;color: #ffffff;}

.footerCon{padding: 40px 0 35px;}
.footerTopR{float: right;display: flex;gap: 30px;}
.footerTopR dd{text-align: center;position: relative;cursor: pointer;}
.footerTopR dd .icon { margin-bottom: 5px;  width: 48px;height: 48px;border-radius: 50%;transition: all 0.3s linear; -webkit-transition: all 0.3s linear;border: 1px solid rgba(255, 255, 255,0.6);text-align: center;}
.footerTopR dd.dd1 .icon{background: url(../images/footerTopR1.png)no-repeat center center;}
.footerTopR dd.dd2 .icon {background: url(../images/footerTopR2.png)no-repeat center center;}
.footerTopR dd.dd3 .icon {background: url(../images/footerTopR3.png)no-repeat center center;}
.footerTopR dd .text{font-size: 15px;color: #ffffff;line-height: 48px;height: 48px;transition: all 0.3s linear; -webkit-transition: all 0.3s linear;}
.footerTopR dd:hover .text{color: #333333;}
.footerTopR dd .icon .footerEwmImg{ width: 126px; height: 126px; display: flex; border-radius: 8px; align-items: center;justify-content: center;position: absolute;bottom: -82px; left: -40px; z-index: 500; opacity: 0; background-color: #ffffff; transform: scale(0); transition: .3s;}
.footerTopR dd .icon .footerEwmImg::before{  content: ""; position: absolute;top: -9px; left: 50%;  transform: translateX(-50%); border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 10px solid #ffffff; z-index: 2;}
.footerTopR dd:hover .icon .footerEwmImg  { opacity: 1; transform: scale(1);visibility: visible;}
.footerTopR dd:hover .icon .footerEwmImg img{width: 100%; height: 100%;border-radius: 7px;} */



.footerCon .footerConRText{overflow: hidden;}
.footerCon .footerConRText i{display: block;line-height: 30px;height: 30px;font-style: normal;font-size: 16px;color: #ffffff;}
.footerCon .footerConRText span{display: inline-block;margin-right: 10px;}

/* 底部中间end   */
/* 底部版权start   */
.friendCopyRight{ height: 75px; line-height: 75px; overflow: hidden; font-size: 16px; color: #ffffff;background: var(--themeColor);}
.friendCopyRight .conL{ float: left; display: inline;}
.friendCopyRight .conL span{ margin-right: 20px;}
.friendCopyRight .conL a{ color: #ffffff; margin-right: 20px; transition: all 0.3s linear; -webkit-transition: all 0.3s linear;}
.friendCopyRight .conL a:hover{color: #333333;}
.friendCopyRight .conL a.gabeian{ padding-left: 30px;background: url(../images/beian.png) left center no-repeat;}
.friendCopyRight .conR{ float: right; display: inline;}
.friendCopyRight .conR a{color: #ffffff; transition: all 0.3s linear; -webkit-transition: all 0.3s linear;}
.friendCopyRight .conR a:hover{color: #333333}
/* 底部版权end   */
/* ————— 底部 end   ————— */

/* ————— subBanner start ————— */
.subBanner{position: relative;overflow: hidden;width: 100%;}
.subBanner:before{display: block;content: '';padding-top: 33.8541%;}
.subBanner img{position: absolute;width: 100%;height: 100%;left: 0;top: 0;object-fit: cover; object-position: center center;transform: scale(1.1);-webkit-transform: scale(1.1);transition: all 3s ease;-webkit-transition: all 3s ease;}
.subBanner.on  img{transform: scale(1);-webkit-transform: scale(1);}
.subBanner .text{width: 100%;height: 100%;position: absolute;top: 0;left: 0;}
.subBanner .wrap{height: 100%;}
.subBannerBox{position: relative;width: 1005;height: 100%;}
.subBannerBox .textC{position: relative;text-align: center;}
.subBannerBox .textC .cnTitle{font-size: 40px;color: #ffffff;line-height: 70px;font-weight: bold;text-shadow: 0px 0px 5px rgb(0 0 0 / 0.1); margin-bottom: 10px;}
.subBannerBox .textC .enTitle{font-size: 20px;color: rgb(255 255 255 / .78);line-height: 40px;text-transform: uppercase;text-shadow: 0px 0px 5px rgb(0 0 0 / 0.1);}
.subBannerBox .textC .cnTitle span {position: relative;}
.subBannerBox .textC .cnTitle span::before {display: block;content: '';position: absolute;width: 8px;height: 8px;left: -32px;top: 50%;margin-top: -4px;background: #fff;border-radius: 3px;}
.subBannerBox .textC .cnTitle span::after {display: block;content: '';position: absolute;width: 8px;height: 8px;right: -32px;top: 50%;margin-top: -4px;background: #fff;border-radius: 3px;}
.subBannerBox .textC .cnTitle span div {position: absolute; width: 30px; height: 8px; top: 50%; margin-top: -4px;background: #fff;border-radius: 3px;}
.subBannerBox .textC .cnTitle span .one {left: -68px;}
.subBannerBox .textC .cnTitle span .two { right: -68px;}
.location{height: 60px;overflow: hidden;padding-left: 33px;position: absolute;bottom: 30px;left: 0;}
.location a.home{ position: absolute; left: 0; top: 0; width: 33px; height: 100%;background-position: left center;background-repeat: no-repeat;background-image: url(../images/common/home.png); padding-left: 0; margin-right: 0;background-size: 20px;}
.location a{transition: all 0.3s linear; -webkit-transition: all 0.3s linear; display: inline;float: left;height: 60px;line-height: 60px;padding-left: 14px;margin-right: 10px;background-position: left center;background-repeat: no-repeat;background-image: url(../images/common/icon8.png);color: #ffffff;font-size: 20px;}
.location a:hover{color:var(--themeColor)}
.newsViewsubBanner .subBanner .location{display: none;}

/* ————— subBanner end ————— */

/* ————— 当前位置 start ————— */
.locationBox{clear:both;width: 100%;height: 60px;background: #fff;border: 1px solid #e3e3e3;}
.subNavBox{position: relative;}
.subNav::after{ display: block; content: ''; clear: both; visibility: hidden;}
.subNav{display: flex;    justify-content: center;}
.subNav a{display: block; line-height: 60px;height:60px;color: #333333;font-size: 22px;padding:0 20px;position: relative;}
.subNav a::before{content: '';position: absolute;right: 0;top: 50%;transform: translateY(-50%); width: 1px;height: 13px;background: #c8c8c8;}
.subNav a:last-child::before{display: none;}
.subNav a.hover{color: var(--themeColor)}
.subNav a:hover{color: var(--themeColor)}
/* ————— 当前位置 end ————— */
/* ————— 三级栏目 start ————— */
.sjMenu{ text-align: center; font-size: 0;margin-top: 30px;}
.sjMenu a{ display: inline-block; height: 40px; line-height: 40px; padding:0 35px; color: #333; border: 1px solid #999999; border-radius: 32px; font-size: 16px; margin: 0 5px; background: #FFF;transition: all 0.3s linear; -webkit-transition: all 0.3s linear;}
.sjMenu a:hover{ background: var(--themeColor); color: #FFF; border-color: var(--themeColor);}
.sjMenu a.hover{ background: var(--themeColor); color: #FFF; border-color: var(--themeColor);}
/* ————— 三级栏目 end ————— */
/* ————— 页码 start ————— */
.page{text-align: center;clear: both;font-size: 14px;}
.page a{ transition: all 0.3s linear; -webkit-transition: all 0.3s linear; border: 1px solid #d9d9d9; display: inline-block;overflow: hidden;width:40px;height: 40px;line-height: 40px; color:#999999;border-radius:3px;background: #fff; margin: 0 3px;vertical-align: middle;}
.page span{display: inline-block; padding: 10px 15px; position: relative; top: -15px;}
.page a:hover{background: var(--themeColor);color: #fff;border-color: var(--themeColor);}
.page a.hover{background: var(--themeColor);color: #fff;border-color: var(--themeColor);}
.page input{display: inline-block;vertical-align: middle;height: 22px;border: 1px solid #e6e6e6;position: relative; top: -2px;}
.page input.pageDetail{width: 30px; height: 30px; text-align: center; border-radius: 3px; color: #999999; position: relative; top: -13px;}
.page label{color:#999999;position: relative;top: -11px;}
.page input.page_bnt{border: none; width: 30px; height: 25px; cursor: pointer; background: none; color: #999999; position: relative; top: -13px;}
.page a div{width: 40px;height: 40px;background-position: center center;background-repeat: no-repeat;}
.page a.firstPage div{background-image: url(../images/common/page/firstPage.png)}
.page a.prevPage div{background-image: url(../images/common/page/prevPage.png)}
.page a.nextPage div{background-image: url(../images/common/page/nextPage.png)}
.page a.lastPage div{background-image: url(../images/common/page/lastPage.png)}
.page a.firstPage:hover div{background-image: url(../images/common/page/firstPageh.png)}
.page a.prevPage:hover div{background-image: url(../images/common/page/prevPageh.png)}
.page a.nextPage:hover div{background-image: url(../images/common/page/nextPageh.png)}
.page a.lastPage:hover div{background-image: url(../images/common/page/lastPageh.png)}
.page a.firstPage.disabled{background:#E2E2E2;}
.page a.prevPage.disabled{background:#E2E2E2;}
.page a.nextPage.disabled{background:#E2E2E2;}
.page a.lastPage.disabled{background:#E2E2E2;}
.page a.firstPage.disabled div{background-image: url(../images/common/page/firstPage.png)}
.page a.prevPage.disabled div{background-image: url(../images/common/page/prevPage.png)}
.page a.nextPage.disabled div{background-image: url(../images/common/page/nextPage.png)}
.page a.lastPage.disabled div{background-image: url(../images/common/page/lastPage.png)}
/* ————— 页码 end ————— */


/*********** 基础公共列表页 start ***********/

/* 视频弹窗 start */
.aykj-videoPop .layui-layer-setwin .layui-layer-close2{
	width:30px !important;
	height:30px !important;
	right:-40px;
    top:-40px;
}
.aykj-videoPop {
	border:10px solid rgba(255, 255, 255, 0.9);
	box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1)!important;
	border-radius:5px !important;
	background-color:#000 !important;
	}
/* 视频弹窗 end */

/*********** 文章详细页 start ***********/
.newsViewtop{    box-shadow: 1.5px 2.598px 19px 1px rgba(0, 0, 0, 0.06);overflow: hidden;padding: 0 60px;margin: 60px 0 40px;}
.newsViewtop .locationC{height: 80px;overflow: hidden;padding-left: 33px;float: left;position: relative;}
.newsViewtop .locationC a.home{ position: absolute; left: 0; top: 0; width: 33px; height: 100%;background-position: left center;background-repeat: no-repeat;background-image: url(../images/common/homeH.png); padding-left: 0; margin-right: 0;background-size: 20px;}
.newsViewtop .locationC a{display: inline;float: left;height: 80px;line-height: 80px;padding-left: 14px;margin-right: 10px;background-position: left center;background-repeat: no-repeat;background-image: url(../images/common/icon8H.png);color: #999999;font-size: 16px;}
.newsViewtop .locationC a:hover{color:var(--themeColor)}
.newsViewtop .locationC a.hover{color:var(--themeColor)}
.newsViewtop .text{float: right;display: inline;}
.newsViewtop .text a{ transition: all 0.3s linear; -webkit-transition: all 0.3s linear; display: block;padding-left: 30px;background: url(../images/newsViewtopIcon.png)no-repeat left center;font-size: 16px;color: #6f6f6f;height: 80px;line-height: 80px;}
.newsViewtop .text a:hover{color:var(--themeColor);background: url(../images/newsViewtopIconH.png)no-repeat left center;}
.articleC {background: #FFFFFF;padding: 0 50px 50px;box-shadow: 1.5px 2.598px 19px 1px rgba(0, 0, 0, 0.06);margin-bottom: 40px;}
.articleBox {line-height: 36px;padding: 10px 0 0;color: #666666;font-size: 18px;margin-bottom: 10px;}
.articleBox img {max-width: 100%;}
/* 标题 start */
.articleTitle {clear: both;line-height: 43px;font-size: 30px;font-family: "microsoft yahei";color: #1c1c1c;text-align: center;position: relative;}
/* 标题 end */
/* 发布信息 start  */
.articleTime {display: block;clear: both;color: #666666;font-size: 14px;line-height: 32px;padding: 10px 0 15px;border-bottom: 1px solid #dddddd;overflow: hidden;text-align: center;}
.articleTime span {margin-right: 60px;font-size: 18px;color: #999999;vertical-align: middle;display: inline-block;}
.shareBox .sharejs_list  .sharejs_item{position:relative;z-index: 100}
/*  发布信息 end  */
/* 分享 start */
.articleShare {display: inline-block;vertical-align: middle;}
.articleShare .shareParent .shareItem{vertical-align: middle;}

/*  分享 end  */
.downloadIcon{text-align: center;}
.downloadIcon a{display: inline-block;font-size: 18px;color: #ffffff;background-color: var(--themeColor); text-align: center;line-height: 45px;padding: 0 25px;height: 45px;border-radius: 23px;}
/*  大图 start */
/* 文章阅读页-内容上部大图 */
#play {width: 90%;height: 650px;position: relative;overflow: hidden;background: #fff;border: 1px solid #e9e9e9;padding: 20px 30px;margin: 20px auto 0 auto;}
#play .change_a {width: 40%;height: 100%;position: absolute;top: 0;z-index: 1;cursor: pointer;display: block;overflow: hidden;}
#play .prev_a {left: 0;}
#play .next_a {right: 0}
#play .change_a span {width: 24px;height: 43px;display: block;position: absolute;top: 50%;margin-top: -21px;display: none}
#play .prev_a span {background: url(../images/common/file/article_iconh.png) no-repeat 0px -50px;left: 0;}
#play .next_a span {background: url(../images/common/file/article_iconh.png) no-repeat -30px -50px;right: 0;}
#play .img_ul {position: relative;z-index: 1;width: 100%;height: 100%;overflow: hidden;}
#play .img_ul li {position: relative;z-index: 1;width: 100%;height: 100%;background: #fff;margin: 0 0 5px 0;}
#play .img_ul li img {position: absolute;width: 100%!important;height: 100%!important;left: 0!important;top: 0!important;object-fit: cover; object-position: center center;}

.imgMove {width: 100%;clear: both;margin: 20px auto;position: relative;}
.img_hd {margin: 0 auto;overflow: hidden;height: 60px;position: relative;}
.img_hd ul {position: absolute;z-index: 1}
.img_hd ul li {float: left;height: 47px;width: 70px;padding: 3px;margin: 0 7px;cursor: pointer;background: #fff;border: 1px solid #d4d4d4;position: relative;}
.img_hd ul li p {height: 47px;width: 70px;display: block;background: #fff;position: relative;}
.img_hd ul li i {display: block;clear: both;line-height: 20px;padding: 0 5px;background: #000;color: #fff;position: absolute;right: 3px;bottom: 3px;z-index: 9;filter: alpha(opacity=50);-moz-opacity: 0.5;opacity: 0.5;font-family: Arial;font-size: 12px;font-style: normal;}
.img_hd ul li img {position: absolute;height: 47px;width: 70px;}
.img_hd ul li.on {border: 1px solid var(--themeColor);background: var(--themeColor);}
.imgMove .bottom_a {width: 20px;height: 25px;display: block;cursor: pointer;z-index: 10;float: left;top: 15px;position: absolute;z-index: 9;background: url(../images/common/file/article_iconh.png) no-repeat;}
.imgMove .prev_a {background-position: left top;left: 0;}
.imgMove .next_a {background-position: right top;right: 0;}
/* ————— 大图 end ————— */
/* ————— 文件 start ————— */
.articleHand {clear: both;font-size: 16px;padding: 10px 0px 20px 0;/* overflow: hidden; */}
.articleHand a {display: inline-block;line-height: 32px;padding: 0 20px 0px 30px;background: url(../images/common/file/file.png) no-repeat left center; color:#666;margin-bottom: 10px;}
.articleHand a.word {background: url(../images/common/file/word.png) no-repeat left 3px;color: #37a6ff !important;}
.articleHand a.ppt {background: url(../images/common/file/ppt.png) no-repeat left center;color: #ff7735 !important;}
.articleHand a.excel {background: url(../images/common/file/excel.png) no-repeat left center;color: #15bf44 !important;}
.articleHand a.pdf {background: url(../images/common/file/pdf.png) no-repeat left center;color: #1369c0 !important;}
.articleHand a.zip {background: url(../images/common/file/zip.png) no-repeat left 3px;color: #ff9779 !important;}
.articleHand a:hover{text-decoration: underline;}
/* ————— 文件 end ————— */
/* ————— 文章页码 start ————— */
.articlePage {clear: both;text-align: center;font-family: Arial;font-size: 0;}
.articlePage a {margin: 0 5px;background: #ccc;padding: 3px 12px;display: inline-block;font-size: 12px;height: 24px;line-height: 24px;}
.articlePage a:hover {color: #fff;background: var(--themeColor);}
.articlePage a.hover {color: #fff;background: var(--themeColor);}
/* ————— 文章页码 end ————— */
/* ————— 上一篇/下一篇 start ————— */
.pageUp{padding: 0 60px;background-color: #ffffff;box-shadow: 1.5px 2.598px 19px 1px rgba(0, 0, 0, 0.06);overflow: hidden;}
.pageUp a{font-size: 18px;color: #333;line-height: 60px;height: 60px;display:block;width: 50%;}
.pageUp a span{font-size: 18px;color: #333;line-height: 60px;height: 60px; transition: all 0.3s linear; -webkit-transition: all 0.3s linear;}
.pageUp a:hover span{color: var(--themeColor);}
.pageUp a.a1{float: left;}
.pageUp a.a2{float: right;text-align: right;}
/* ————— 上一篇/下一篇 end ————— */
/* ————— 音频 start ————— */
.newsAudio .audiojs audio {position: absolute;left: -1px;opacity: 0;}
.newsAudio .audiojs {z-index: 99999;background: #fff;overflow: hidden;font-family: monospace;font-size: 12px;border-radius: 5px;box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);width: 400px;margin: 0 auto;border: 1px solid #e5e5e5;}
.newsAudio .audiojs .play-pause {width: 25px;height: 27px;padding: 4px 6px;margin: 0px;float: left;overflow: hidden;position: relative;}
.newsAudio .audiojs .play-pause:before {content: '';display: block;border-right: 1px solid #e5e5e5;position: absolute;right: 0;top: 0;height: 100%;transform: scaleX(0.3);}
.newsAudio .audiojs p {display: none;width: 25px;height: 27px;margin: 0px;cursor: pointer;}
.newsAudio .audiojs .play {display: block;}
.newsAudio .audiojs .scrubber {position: relative;float: left;width: 240px;background: #f5f5f5;height: 14px;margin: 10px;top: 1px;overflow: hidden;}
.newsAudio .audiojs .progress {position: absolute;top: 0px;left: 0px;height: 14px;width: 0px;background: #fbbc05;z-index: 1;}
.newsAudio .audiojs .loaded {position: absolute;top: 0px;left: 0px;height: 14px;width: 0px;background: #ffeebb;cursor: pointer;}
.newsAudio .audiojs .time {overflow: hidden;height: 35px;line-height: 36px;margin: 0px 0px 0px 6px;padding: 0px 6px 0px 12px;position: relative;color: #666;}
.newsAudio .audiojs .time:before {content: '';display: block;border-left: 1px solid #e5e5e5;position: absolute;left: 0;top: 0;height: 100%;transform: scaleX(0.3);}
.newsAudio .audiojs .time em {padding: 0px 2px 0px 0px;color: #666;font-style: normal;}
.newsAudio .audiojs .time strong {padding: 0px 0px 0px 2px;font-weight: normal;}
.newsAudio .audiojs .error-message {display: none;padding: 0px 10px;height: 35px;overflow: hidden;line-height: 36px;white-space: nowrap;color: #666;text-overflow: ellipsis;-o-text-overflow: ellipsis;-icab-text-overflow: ellipsis;-khtml-text-overflow: ellipsis;-moz-text-overflow: ellipsis;-webkit-text-overflow: ellipsis;}
.newsAudio .audiojs .error-message a {color: #666;text-decoration: none;padding-bottom: 1px;border-bottom: 1px solid #999;white-space: wrap;}
.newsAudio .audiojs .play {background: url(../../common/components/audio/images/play.png) center center no-repeat;background-size: 14px;}
.newsAudio .audiojs .loading {background: url(../../common/components/audio/images/loading.png) center center no-repeat;background-size: 14px;-webkit-animation: fa-rotating 2s infinite linear;animation: fa-rotating 2s infinite linear;}
.newsAudio .audiojs .loading:before {content: '';}
@keyframes fa-rotating {0% {-webkit-transform: rotate(0deg);transform: rotate(0deg);}100% {-webkit-transform: rotate(359deg);transform: rotate(359deg);}}
.newsAudio .audiojs .error {background: url(../../common/components/audio/images/error.png) center center no-repeat;background-size: 14px;}
.newsAudio .audiojs .pause {background: url(../../common/components/audio/images/pause.png) center center no-repeat;background-size: 16px;}
.newsAudio .playing .play,
.newsAudio .playing .loading,
.newsAudio .playing .error {display: none;}
.newsAudio .playing .pause {display: block;}
.newsAudio .loading .play,
.newsAudio .loading .pause,
.newsAudio .loading .error {display: none;}
.newsAudio .loading .loading {display: block;}
.newsAudio .error .time,
.newsAudio .error .play,
.newsAudio .error .pause,
.newsAudio .error .scrubber,
.newsAudio .error .loading {display: none;}
.newsAudio .error .error {display: block;}
.newsAudio .error .play-pause p {cursor: auto;}
.newsAudio .error .error-message {display: block;}
/* ————— 音频 end ————— */
/* ————— 视频 start ————— */
.newsViewVideo{width: 600px;height: 400px;margin: 0 auto;position: relative;}
.newsViewVideo #col1mui-player{height: 100% !important;cursor: pointer;}
.newsViewVideo #muiPlaybtn{position: absolute;left: 0;top: 0;background: url(../images/play.png) no-repeat center center;width: 100%;height: 100%;display: block;z-index: 999;cursor: pointer;}
/* ————— 视频 end ————— */


/* ————— 有序列表 start ————— */
.articleBox  ul,.articleBox  ol{padding-left: 20px;}
.articleBox  ul li{list-style-type: disc;}
.articleBox  ol li{list-style-type: decimal}
/* ————— 有序列表 end ————— */

/* ————— 表格 start ————— */
.articleBox table{
    margin: 0 auto;
}
.articleBox table tr td{
  padding: 5px;
  border: 1px solid #e6e6e6;
}
/* ————— 表格 end ————— */
/*********** 文章详细页 start ***********/

/* ————— 简介 start ————— */
.introductionBox{overflow: hidden;margin-bottom: 60px;}
.introduction{margin-bottom: 40px;}
.introduction .title{text-align: center;position: relative;margin-bottom: 30px;}
.introduction .title span{font-size: 30px;color: #333;line-height: 50px;height: 50px;position: relative;display: inline-block;}
.introduction .title span::before{content: "";display: block;width: 25px;height: 1px;background-color: var(--themeColor);position: absolute;top: 50%;transform: translateY(-50%);left: -55px;}
.introduction .title span::after{content: "";display: block;width: 25px;height: 1px;background-color: var(--themeColor);position: absolute;top: 50%;transform: translateY(-50%);right: -55px;}
.introduction .info{font-size: 22px;color: var(--themeColor);line-height: 36px;height: 36px;text-indent: 2em;margin-bottom: 15px;}

.introductionOne{position: relative;margin-bottom: 50px;}
.introductionOne .text{width: 58%;}
.introductionOne .text p{font-size: 16px;color: #555555;line-height: 30px;text-indent: 2em;margin-bottom: 10px;}
.introductionOne .pic{position: absolute;top: 0;right: 0;width: 43.405%;}
.introductionOne .pic::before{padding-top: 65.76%;}
.introductionTwo .con{overflow: hidden;margin-bottom: 50px;}
.introductionTwo .con .pic{float: left;width: 49.3589%;margin-right: 60px;border-radius:20px;overflow: hidden;}
.introductionTwo .con .pic::before{padding-top: 67.76%;}
.introductionTwo .con .text{overflow: hidden;margin-top: 45px;}
.introductionTwo .con .text p{font-size: 16px;color: #555555;line-height: 30px;text-indent: 2em;}

.introductionCon{background-position: center center;background-size: cover;background-repeat: no-repeat;padding: 60px 0;}
.introductionList{display: flex; justify-content: center; gap: 127px;}
.introductionList dd{width: 50%; cursor: pointer; padding: 100px 58px 95px;background-color: #ffffff;text-align: center;border-top:2px solid #ffffff;transition: all 0.3s linear; -webkit-transition: all 0.3s linear;}
.introductionList dd .title{display: inline-block; font-size: 30px;color: #ca2828;line-height: 58px;margin-bottom: 50px;padding-left: 65px;position: relative;transition: all 0.3s linear; -webkit-transition: all 0.3s linear;}
.introductionList dd .title::before{width: 42px;height: 42px;top: 50%;transform: translateY(-50%);left: 0;position: absolute;content: "";display: block;}
.introductionList dd.dd1 .title::before{background: url(../images/introductionList.png) no-repeat center center;transition: all 0.3s linear; -webkit-transition: all 0.3s linear;}
.introductionList dd.dd2 .title::before{background: url(../images/introductionList1.png) no-repeat center center;transition: all 0.3s linear; -webkit-transition: all 0.3s linear;}
.introductionList dd .info{height: auto; font-size: 24px;color: #ca2828;line-height: 48px;text-align: center;transition: all 0.3s linear; -webkit-transition: all 0.3s linear;}
.introductionList dd:hover{background-color: rgba(70, 187, 222, 0.6);}
.introductionList dd:hover .title{color: #ffffff;}
.introductionList dd:hover.dd1 .title::before{background: url(../images/introductionListH.png) no-repeat center center;}
.introductionList dd:hover.dd2 .title::before{background: url(../images/introductionList1H.png) no-repeat center center;}
.introductionList dd:hover .info{color: #ffffff;}
/* ————— 简介 end ————— */

/* 资质荣誉 start */
.hornorOneBox{background-color: #ffffff;}
.hornorOne{overflow: hidden;padding: 60px 0 85px;}
.hornorOneList{float: right;overflow: hidden;width: 900px; display: flex;justify-content: center;gap: 115px;align-items: flex-end;position: relative;}
.hornorOneList::before{position: absolute;display: block;content: "";bottom: -10px; left: 0;background: url(../images/hornorOneList.png) no-repeat center center;width: 100%;height: 75px;}
.hornorOneList dd{width: 305px}
.hornorOneList dd.dd1{width: 350px}
.hornorOneList dd a{display: block;}
.hornorOneList dd a .pic{margin-bottom: 30px;}
.hornorOneList dd a .pic::before{padding-top:68.0781%;}
.hornorOneList dd a .pic img{object-fit: contain;}

.hornorOneList dd a .title{position: relative;z-index: 2; text-align: center;font-size: 18px;color: #333333;line-height: 30px;height: 30px;transition: all 0.3s linear; -webkit-transition: all 0.3s linear;}
.hornorOneList dd:hover a .title{color: var(--themeColor);}
.hornorOne .text{overflow: hidden;margin-top: 100px;}
.hornorOne .text p{font-size: 20px;color: #333;line-height: 55px;}

.hornorListCon{background-color: #fafafa;padding-top: 76px;}
.hornorList {overflow: hidden;margin: 0 -15px;}
.hornorList dd {width: 33.33333%;float: left;display: inline;padding: 15px 0;}
.hornorList dd a {display: block;margin: 0 15px;border-radius: 10px;overflow: hidden;background: #FFFFFF;transition-duration: 0.4s;-webkit-transition-duration: 0.4s;}
.hornorList dd a .picBox {padding: 30px;}
.hornorList dd a .picBox .pic{background-color: #ffff;}
.hornorList dd a .picBox .pic::before {padding-top: 67.0454%;}
.hornorList dd a .picBox .pic img {object-fit: contain;}
.hornorList dd a .text {box-sizing: border-box;-webkit-box-sizing: border-box;padding: 0 20px;text-align: center;border-top: 1px solid #e7e7e7;}
.hornorList dd a .text .title {font-size: 16px;color: #333333;transition-duration: 0.4s;-webkit-transition-duration: 0.4s;height: 64px;line-height: 64px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.hornorList dd a:hover .text .title {color: var(--themeColor);}
.hornorList dd a:hover {box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);-webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);transform: translateY(-2px);-webkit-transform: translateY(-2px);}
/* 资质荣誉 end */
/* 资质荣誉二 start */
.hornorListTwo {overflow: hidden;margin-right:-114px;margin-top: 60px;}
.hornorListTwo dd {width: 25%;float: left;display: inline;margin-bottom: 20px;}
.hornorListTwo dd a {display: block;margin-right:114px;transition-duration: 0.4s;-webkit-transition-duration: 0.4s;}

.hornorListTwo dd a .picBox{margin-bottom: 30px;}
.hornorListTwo dd a .picBox .pic::before {padding-top: 140.9%;}
.hornorListTwo dd a .picBox .pic{box-shadow: 0px 16px 12px 0px rgba(0, 47, 77, 0.12);transition: all 0.3s linear; -webkit-transition: all 0.3s linear;}
.hornorListTwo dd:hover a .picBox .pic {box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.12);-webkit-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1);transform: translateY(-2px);-webkit-transform: translateY(-2px);}

.hornorListTwo dd a .picBox .pic img {object-fit: contain;}
.hornorListTwo dd a .text {box-sizing: border-box;-webkit-box-sizing: border-box;text-align: center;}
.hornorListTwo dd a .text .title {font-size: 18px;color: #333333;transition-duration: 0.4s;-webkit-transition-duration: 0.4s;height: 30px;line-height: 30px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.hornorListTwo dd a:hover .text .title {color: var(--themeColor);}
/* 资质荣誉二 end */

/* 公司战略 start */
.strategy{padding: 80px 0 60px;overflow: hidden;}
.strategyOne{margin-bottom: 120px;}
.strategyOneTitle{display: flex;gap: 20px; align-items: flex-end;padding-left: 45px;position: relative;}
.strategyOneTitle::before{position: absolute;display: block;content: "";width: 1px;height: 74px; bottom: 10px; left: 0;background-color: var(--themeColor);}
.strategyOneTitle .enTitle{font-size: 48px;color: #eeeeee;font-weight: bold;text-transform: uppercase;height: 60px;line-height: 60px;}
.strategyOneTitle .cnTitle{font-size: 23px;color: #333333;height: 50px;line-height: 50px;position: relative;padding-left: 14px;}
.strategyOneTitle .cnTitle::before{position: absolute;display: block;content: "";width: 1px;height: 28px;top: 50%;transform: translateY(-50%); left: 0;background-color: var(--themeColor);}
.strategyOne .strategyOneCon{text-align: center;position: relative;margin-top: -25px;}
.strategyOne .strategyOneCon .title{font-size:26px;color: var(--themeColor);height: 40px;line-height: 40px;font-weight: bold;margin-bottom: 30px;}
.strategyOne .strategyOneCon .info{font-size: 20px;color: #333;height: 36px;line-height: 36px;margin-bottom: 30px;}
.strategyOne .strategyOneCon .pic{width: 100%;overflow: hidden;border-radius: 10px;}
.strategyOne .strategyOneCon .pic::before{padding-top: 26.9230%;}


.strategyTwo{margin-bottom: 120px;}
.strategyTwoTitle{padding-right: 65px;position: relative;float: left;display: inline;margin-right: 40px;}
.strategyTwoTitle::before{content: "";display: block;width: 1px;height: 280px;position: absolute;top: 50%;transform: translateY(-50%); right: 0;background-color: var(--themeColor);}
.strategyTwoTitle .cnTitle{font-size: 26px;color: var(--themeColor);height: 55px;line-height: 55px;font-weight: bold;}
.strategyTwoTitle .enTitle{font-size: 48px;color: #eeeeee;font-weight: bold;text-transform: uppercase;height: 60px;line-height: 60px;}
.strategyTwoList{overflow: hidden;}
.strategyTwoList dd{width: 50%;text-align: center;float: left;margin-bottom: 75px;}
.strategyTwoList dd .title{font-size: 26px;color: var(--themeColor);height: 55px;line-height: 55px;font-weight: bold;margin-bottom: 30px;}
.strategyTwoList dd .info{font-size: 20px;color: #333;height: 36px;line-height: 36px;}
.strategyTwoList dd .info span{display: inline-block;padding: 0 10px;height: 36px;line-height: 36px;}


/* 公司战略 end */
/* 产品中心 start */
.productCenter{margin-top: 60px;}
.productCenter .searchBox{display: flex;justify-content: flex-end;}
.productCenter .searchBox .search {border-radius: 25px;background-color: #ffffff;margin-bottom: 40px; display: inline-block;border: 1px solid #ededed;width: 44.3589%;padding-left: 30px;box-sizing: border-box; box-shadow: 0px 3px 19px 1px rgba(0, 0, 0, 0.06);overflow: hidden;}
.productCenter .searchBox .search .input { border: none;overflow: hidden;padding: 0 30px;background: url(../images/productCenterSearch.png) no-repeat left center /20px 20px;}
.productCenter .searchBox .search input {display: block;width: 100%;outline: none; background: none;line-height: 50px;height: 50px;font-size: 18px;color: #333;}
.productCenter .searchBox .search input::placeholder {font-size: 18px;color: #999;}
.productCenter .searchBox .search a {display: block; float: right; font-size: 18px;color: #ffffff;background-color: var(--themeColor);width: 160px; height: 50px;line-height: 50px;border-radius: 25px;text-align: center;}
input {border: none;}
.productCenterList{overflow: hidden;margin-right:-30px;}
.productCenterList dd{width: 25%;float: left;display: inline;margin-bottom: 30px;}
.productCenterList dd .con{display: block;margin-right:30px; overflow: hidden;transition: all .4s;-webit-transition: all .4s;border-bottom:1px solid rgba(207, 222, 229, 0.5) ;}
.productCenterList dd:hover .con{border-color: var(--themeColor);}
.productCenterList dd .con .pic{border: 1px solid #e6e6e6;border-radius: 6px;margin-bottom: 20px;}
.productCenterList dd .con .pic img{    object-fit: contain;}
.productCenterList dd:hover .con .pic{border-color: var(--themeColor);}
.productCenterList dd .con .pic::before{padding-top: 59.1780%;}
.productCenterList dd .con .text{height: 38px;line-height: 36px;margin-bottom: 20px; padding: 0 20px; font-size: 18px;color: #333333;text-align: center;transition: all 0.4s;-webkit-transition: all 0.4s;}
.productCenterList dd:hover .con .text{color: var(--themeColor);}

/* 产品中心 end */
/* 全图列表1 start */
.imgListOne{overflow: hidden;box-shadow: 0px 3px 19px 1px rgba(0, 0, 0, 0.06);padding: 32px;box-sizing: border-box;margin:40px 0 50px;}
.imgListOneScroll{overflow: hidden;float: right;width: 62.5%;}
.imgListOneScroll .bd{overflow: hidden;}
.imgListOneScroll .bd .swiper-wrapper .swiper-slide{width: 100%;}
.imgListOneScroll .bd .swiper-wrapper .swiper-slide .con{display: block;}
.imgListOneScroll .bd .swiper-wrapper .swiper-slide .con .pic::before{padding-top:54.9743%}
.imgListOne .text{overflow: hidden;margin-top: 55px;}
.imgListOne .text .info{font-size: 22px;color: #333;line-height: 35px;height: 35px;margin-bottom: 75px;}
.imgListOne .text .title a{display: block; height: 45px;line-height: 45px;font-size: 28px;color: #333333;margin-bottom: 90px;font-weight: bold;}
.imgListOne .text .textcon a{display: inline-block; font-size: 16px;color: #666666; height: 60px;line-height: 60px;padding-right: 90px;position: relative;margin-bottom: 90px;transition: all 0.3s linear; -webkit-transition: all 0.3s linear;}
.imgListOne .text .textcon a:hover{color: var(--themeColor);}
.imgListOne .text .textcon a::before{content: "";display: block;position: absolute;top: 0;right: 0;width: 58px;height:58px;border: 1px solid #adadad;border-radius: 50%;background: url(../images/imgListOneIcon.png)no-repeat center center;transition: all 0.3s linear; -webkit-transition: all 0.3s linear;}
.imgListOne .text .textcon a:hover:before{background:var(--themeColor) url(../images/imgListOneIconH.png)no-repeat center center;border-color: var(--themeColor);}
.imgListOne .text .imgListOneDot span{background-color: #d5d5d5;opacity: 1;margin: 0 10px;width: 12px;height: 12px;border-radius: 50%;}
.imgListOne .text .imgListOneDot span.swiper-pagination-bullet-active{background-color:var(--themeColor);}

.imgListOneList{margin-right: -54px;}
.imgListOneList dd{width: 50%;float: left;display: inline;margin-bottom: 50px;}
.imgListOneList dd .con{display: block;background: #FFFFFF;margin-right: 54px; border-radius: 10px; overflow: hidden;transition: all .4s;-webit-transition: all .4s;box-shadow: 0px 2px 14.25px 0.75px rgba(8, 1, 3, 0.06);}
.imgListOneList dd .con .pic::before{padding-top: 57.1049%;}
.imgListOneList dd .con .pic img{    object-fit: contain;}
.imgListOneList dd .con .text{height: 50px;line-height: 50px;padding: 24px;font-size: 24px;color: #333333;text-align: center;transition: all 0.4s;-webkit-transition: all 0.4s;}
.imgListOneList dd .con:hover .text{color: var(--themeColor);}
/* 全图列表1 end */
/* 全图列表2 start */
.imgListTwo{overflow: hidden;box-shadow: 0px 3px 19px 1px rgba(0, 0, 0, 0.06);margin:60px 0 50px;border-radius: 20px 0 0 20px;}
.imgListTwoScroll{overflow: hidden;float: right;width: 50%;}
.imgListTwoScroll .bd{overflow: hidden;}
.imgListTwoScroll .bd .swiper-wrapper .swiper-slide{width: 100%;}
.imgListTwoScroll .bd .swiper-wrapper .swiper-slide .con{display: block;}
.imgListTwoScroll .bd .swiper-wrapper .swiper-slide .con .pic{border-radius: 0 20px 20px 0;overflow: hidden;}
.imgListTwoScroll .bd .swiper-wrapper .swiper-slide .con .pic::before{padding-top:66.625%}
.imgListTwo .text{overflow: hidden;padding: 65px 81px 0;}
.imgListTwo .text .time{font-size: 22px;color: #333;line-height: 35px;height: 35px;margin-bottom: 15px;}
.imgListTwo .text .info{font-size: 18px;color: #333;line-height: 36px;height: 108px;margin-bottom: 30px;}
.imgListTwo .text .title a{display: block; height: 40px;line-height: 40px;font-size: 22px;color: #333333;margin-bottom: 32px;}
.imgListTwo .text .textcon a{display: inline-block; font-size: 18px;color: var(--themeColor); height: 36px;line-height: 36px;padding-right: 20px;margin-bottom: 40px;background: url(../images/imgListTwoScrollIcon.png) no-repeat right center;}
.imgListTwoArrow{font-size: 0;padding-bottom: 5px;}
.imgListTwoScrollNext{box-shadow: 0px 3px 19.4px 0.6px rgba(142, 190, 200, 0.15); display: inline-block;width: 50px;height: 50px;border-radius: 50%; background:#ffffff url(../images/column2ScrollNext.png) no-repeat center center;cursor: pointer;transition: all 0.3s linear; -webkit-transition: all 0.3s linear;}
.imgListTwoScrollNext:hover{background:var(--themeColor) url(../images/column2ScrollNextH.png) no-repeat center center;}
.imgListTwoScrollPrev{box-shadow: 0px 3px 19.4px 0.6px rgba(142, 190, 200, 0.15); display: inline-block;margin-right: 20px; width: 50px;height: 50px;border-radius: 50%; background:#ffffff url(../images/column2ScrollPrev.png) no-repeat center center;cursor: pointer;transition: all 0.3s linear; -webkit-transition: all 0.3s linear;}
.imgListTwoScrollPrev:hover{background:var(--themeColor) url(../images/column2ScrollPrevH.png) no-repeat center center;}

.imgListTwoList{margin-right:-30px;}
.imgListTwoList dd{width: 33.3333%;float: left;display: inline;margin-bottom: 33px;}
.imgListTwoList dd .con{display: block;background: #FFFFFF;margin-right:30px;border-radius: 10px; overflow: hidden;transition: all .4s;-webit-transition: all .4s;box-shadow: 0px 2px 14.25px 0.75px rgba(8, 1, 3, 0.06);}
.imgListTwoList dd .con .pic::before{padding-top:60%;}
.imgListTwoList dd .con .text{height: 68px;line-height: 34px;padding: 20px 30px 15px;font-size: 18px;color: #333333;transition: all 0.4s;-webkit-transition: all 0.4s;}
.imgListTwoList dd .con:hover .text{color: var(--themeColor);}
.imgListTwoList dd .con .timeC{height: 40px;line-height: 40px;padding: 14px 30px 10px;color: #999999;overflow: hidden;border-top:1px solid #dcdcdc;}
.imgListTwoList dd .con .timeC .more{float: right;display: block;font-size: 16px;padding-right: 25px;background: url(../images/imgListTwoList.png) no-repeat right center;color: #999;}
.imgListTwoList dd:hover .con .timeC .more{color: var(--themeColor);background: url(../images/imgListTwoListH.png) no-repeat right center;}
.imgListTwoList dd .con .timeC .time{overflow: hidden;font-size: 18px;color: #999;}
.imgListTwoList dd:hover .con .timeC .time{color: var(--themeColor);}
/* 全图列表2 end */

/* 图文列表 start */
.imgTextScroll{overflow: hidden;margin:60px 0 80px;}
.imgTextScroll .bd{overflow: hidden;}
.imgTextScroll .bd .con{display: block;overflow: hidden;}
.imgTextScroll .bd .con .pic{float: right;display: inline;width: 50%;margin-left: 90px;border-radius: 20px;overflow: hidden;}
.imgTextScroll .bd .con .pic::before{padding-top: 68.2539%;}
.imgTextScroll .bd .con .text{overflow: hidden;margin-top: 25px;}
.imgTextScroll .bd .con .text .title{font-size: 18px;line-height: 30px;height: 30px;color: #d3d4d5;margin-bottom: 20px;}
.imgTextScroll .bd .con .text .info{font-size: 36px;height: 132px;line-height: 66px;color: #d3d4d5;margin-bottom: 109px;}
.imgTextScroll .bd .con .text a{display: inline-block; font-size: 18px;color: rgba(70, 187, 222, 0.5); height: 36px;line-height: 36px;padding-right: 20px;margin-bottom: 147px;background: url(../images/imgListTwoScrollIcon.png) no-repeat right center;}
.imgTextScroll .bd .swiper-wrapper .swiper-slide.swiper-slide-active .con .text .title{color: #333333;}
.imgTextScroll .bd .swiper-wrapper .swiper-slide.swiper-slide-active .con .text .info{color: #333333;}
.imgTextScroll .bd .swiper-wrapper .swiper-slide.swiper-slide-active .con .text a{color: var(--themeColor);}


.imgTextArrow{font-size: 0;}
.imgTextScrollNext{border: 1px solid var(--themeColor); display: inline-block;width: 60px;height: 60px;border-radius: 50%; background:#ffffff url(../images/imgTextScrollNext.png) no-repeat center center;cursor: pointer;transition: all 0.3s linear; -webkit-transition: all 0.3s linear;}
.imgTextScrollNext:hover{background:var(--themeColor) url(../images/imgTextScrollNextH.png) no-repeat center center;}
.imgTextScrollPrev{ border: 1px solid var(--themeColor); display: inline-block;margin-right: 20px; width: 60px;height: 60px;border-radius: 50%; background:#ffffff url(../images/imgTextScrollPrev.png) no-repeat center center;cursor: pointer;transition: all 0.3s linear; -webkit-transition: all 0.3s linear;}
.imgTextScrollPrev:hover{background:var(--themeColor) url(../images/imgTextScrollPrevH.png) no-repeat center center;}



.imgTextList{overflow: hidden;}
.imgTextList dd{float: left;display: inline; padding: 30px;margin-bottom: 30px;background: #f7f8fa;transition: all .4s;-webit-transition: all .4s;cursor: pointer;}
.imgTextList dd a{display: block;}
.imgTextList dd:last-child{margin-bottom: 0;}
.imgTextList dd .pic{ width: 26.923%; overflow: hidden;  margin-right: 60px;border-radius: 10px;float: left;display: inline;}
.imgTextList dd .pic:before{ padding-top: 56.1904%;}
.imgTextList dd .time{float: right;display: inline;padding: 0 65px;position: relative;margin:75px 0 0 60px;text-align: center;}
.imgTextList dd .time::before{content: "";display: block;position: absolute;top: 50%;transform: translateY(-50%);left: 0; width: 1px;height: 136px;background-color: #e6e6e6;}
.imgTextList dd .time .day{font-size: 40px;color: #c6c6c8;line-height: 50px;height: 50px;}
.imgTextList dd .time .year{font-size: 16px;color: #c6c6c8;line-height: 36px;height: 36px;}
.imgTextList dd .text{ overflow: hidden;margin-top: 30px;}
.imgTextList dd .text .title{ height: 36px; line-height: 36px; margin-bottom: 28px;}
.imgTextList dd .text .title a{display: block; color: #333333; font-size: 22px;transition: all 0.3s linear; -webkit-transition: all 0.3s linear;}
.imgTextList dd .text .textC{ font-size:16px; color:#666666; line-height:30px; height:90px; transition: all 0.3s linear; -webkit-transition: all 0.3s linear;}
.imgTextList dd:hover .text .title a{ color: var(--themeColor);}
.imgTextList dd:hover .text .textC{ color: var(--themeColor);}
/* 图文列表 end */

/* 全文列表 start */
.textList dd{overflow: hidden;padding: 55px 50px;border: 1px solid transparent;transition: all 0.3s linear; -webkit-transition: all 0.3s linear;}
.textList dd:hover{border: 1px solid #ebebeb;box-shadow: 0px 3px 19px 1px rgba(142, 190, 200, 0.25);}
.textList dd .time{float: left;display: inline;padding: 20px 50px 20px 0;position: relative;margin-right: 50px; text-align: center;}
.textList dd .time::before{content: "";display: block;position: absolute;top: 50%;transform: translateY(-50%);right: 0; width: 1px;height: 0px;background-color: #e5e5e5;transition: all 0.3s linear; -webkit-transition: all 0.3s linear;}
.textList dd:hover .time::before{height: 120px;}
.textList dd .time .day{font-size: 28px;color: #333333;line-height: 40px;height: 40px;margin-bottom: 8px;transition: all 0.3s linear; -webkit-transition: all 0.3s linear;}
.textList dd .time .year{font-size: 19px;color: #999999;line-height: 30px;height: 30px;transition: all 0.3s linear; -webkit-transition: all 0.3s linear;}
.textList dd:hover .time .day{color: var(--themeColor);}
.textList dd:hover .time .year{color: var(--themeColor);}
.textList dd a{display: block;padding-right: 85px;position: relative;overflow: hidden;}
.textList dd a::before{content: "";display: block;position: absolute;top: 50%;transform: translateY(-50%);right: 0; width: 40px;height: 40px;background: url(../images/textListIcon.png) no-repeat center center;transition: all 0.3s linear; -webkit-transition: all 0.3s linear;}
.textList dd:hover a::before{display: none;}
.textList dd a .title{font-size: 22px;color: #333333;line-height: 40px;height: 40px;margin-bottom: 16px;transition: all 0.3s linear; -webkit-transition: all 0.3s linear;}
.textList dd:hover a .title{color: var(--themeColor);}
.textList dd a .info{font-size: 16px;color: #666666;height: 64px;line-height: 32px;}
/* 全文列表 end */

/* 联系我们 start */
.contactUs{margin-bottom: 50px;overflow: hidden;}
.contactUs .toptitle{margin-bottom: 50px;background: url(../images/contactUsTitleIcon1.png) no-repeat left center;font-size: 36px;color: #333;line-height: 65px;height: 65px;padding-left: 56px;margin-bottom: 10px;}
.contactUs .info{font-size: 18px;color: #999;height: 36px;line-height: 36px;margin-bottom: 40px;}
.contactUs .lxfs{margin-bottom: 117px;    box-shadow: 0px 3px 19px 1px rgba(0, 0, 0, 0.06);display: flex;justify-content: space-between;}
.contactUs .lxfs .pic{flex: 1;overflow: hidden;}
.contactUs .lxfs .pic::before{padding-top: 70.4167%;}
.contactUs .lxfs .contactUsList{overflow: hidden; padding: 48px 0 48px 48px;width: 45.4%;}
.contactUs .lxfs .contactUsList dd{display: flex;margin-bottom: 65px;  align-items: center;}
.contactUs .lxfs .contactUsList dd:last-child{margin-bottom: 0;}
.contactUs .lxfs .contactUsList dd .img{width: 60px;height: 60px;border-radius: 50%;margin-right: 20px;}
.contactUs .lxfs .contactUsList dd .text{width: 54.55%;display: flex;  align-items: center;}
.contactUs .lxfs .contactUsList dd .text .num{font-size: 18px;color: #333333;line-height: 28px;}
.contactUs .lxfs .contactUsList dd .text .ewm{width: 80px;height: 80px;overflow: hidden;padding: 5px;}
.contactUs .lxfs .contactUsList dd .text .ewm img{width: 100%;height: 100%;object-fit: cover;}
.contactUs .lxfs .contactUsList dd .text .title{font-size: 18px;color: #333;width: 35%;}
.contactUs .lxfs .contactUsList dd .text .phone{font-size: 18px;color: #999;line-height: 28px;}


.contactUs .infoTitle{margin-bottom: 35px;background: url(../images/contactUsTitleIcon2.png) no-repeat left center;font-size: 36px;color: #333;line-height: 65px;height: 65px;padding-left: 65px;margin-bottom: 10px;}

.contactUsCon{ box-shadow: 0px 3px 19px 1px rgba(0, 0, 0, 0.06);}
.contactUsTitle{line-height: 72px;height: 72px;color: #ffffff;font-size: 18px; margin-bottom: 20px;background-color: var(--themeColor);padding: 0 30px;}
.contactUsForm{padding: 0 50px;box-sizing: border-box;}
.contactUsForm .item{float: left;width: 50%;display: inline;margin-bottom: 50px;}
.contactUsForm .item.w100{width: 100%;}
.contactUsForm .item .con{margin-right: 40px;}
.contactUsForm .item .con .label{line-height: 35px;height: 35px;font-size: 16px;color: #666666;}
.contactUsForm .item .con .label span{color: #e50f0f;}
.contactUsForm .item .con .input{background-color: #f9f9f9;border: 1px solid #ededed;border-radius: 5px;padding: 0 30px;}
.contactUsForm .item .con .input input{border: none; background: none; width: 100%; height: 50px; line-height: 50px; font-size: 14px; color: #333;}
.contactUsForm .item .con .input input::placeholder{font-size: 16px;color: #999999;}
.contactUsForm .item .con .textarea{background-color: #f9f9f9;padding: 0 30px;border: 1px solid #ededed;border-radius: 5px;}
.contactUsForm .item .con .textarea textarea{line-height: 50px;height: 240px;border: none;resize: none; background: none; width: 100%;font-size: 14px; color: #333;}
.contactUsForm .item .con .textarea textarea::placeholder{font-size: 16px;color: #999999;}
.contactUsForm .item .con .conC .inputBox{float: left;display: inline;margin-right: 20px;}
.contactUsForm .item .con .conC .inputBox .label{float: left;display: inline;line-height: 50px;height: 50px;font-size: 16px;color: #666666;margin-right: 10px;}
.contactUsForm .item .con .conC .inputBox .input{overflow: hidden; width: 220px;box-sizing: border-box;-webkit-box-sizing: border-box;}
.contactUsForm .item .con .conC .yzmBox{float: left;display: inline;margin-right: 55px;cursor: pointer;}
.contactUsForm .item .con .conC .yzmBox .yzmImg{float: left;display: inline;line-height: 50px;height: 50px;width: 100px;border-radius: 6px;overflow: hidden; margin-right: 10px;}
.contactUsForm .item .con .conC .yzmBox .yzmImg img{width: 100%;height: 100%;display: block;}
.contactUsForm .item .con .conC .yzmBox .yzmText{overflow: hidden;line-height: 50px;height: 50px;font-size: 14px;color: #999999;}
.contactUsForm .item .con .conC .formButton{float: left;}
.contactUsForm .item .con .conC .formButton a{display: inline-block;line-height: 50px;height: 50px;font-size: 16px; border-radius: 50px;width: 160px;text-align: center;}
.contactUsForm .item .con .conC .formButton a.a1{margin-right: 30px;background-color: #56c2f1;color: #ffffff;}
.contactUsForm .item .con .conC .formButton a.a2{background-color: #dedede;color: #999999;transition: all 0.3s linear; -webkit-transition: all 0.3s linear;}
.contactUsForm .item .con .conC .formButton a.a2:hover{background-color: #56c2f1;color: #ffffff;}
/* 联系我们 end */

/* 招聘表单 start */
.recruitListBox{background-color: #f6f6f6;}
.recruitList{background-color: #ffffff;overflow: hidden;}
.recruitForm {padding: 50px 100px;box-sizing: border-box;margin: 0 -40px;}
.recruitForm .item{float: left;width: 50%;display: inline;margin-bottom: 20px;}
.recruitForm .item.w100{width: 100%;}
.recruitForm .item .con{margin:0 40px;}
.recruitForm .item .con .aykj_beautify_radio{height: 52px;}
.recruitForm .item .con .aykj_cssRadio_icn{width: 22px;height: 22px;border-color:#ededed;background-color: #f9f9f9;}
.recruitForm .item .con .aykj_cssRadioBox.checked .aykj_cssRadio_icn i{width: 14px;height: 14px;margin:-7px 0 0 -7px;background-color: #e50f0f;}
.recruitForm .item .con .aykj_cssRadio{height: 30px;overflow: unset;}
.recruitForm .item .con .aykj_cssRadio_text{line-height: 27px;}
.recruitForm .item .con .label{line-height: 35px;height: 35px;font-size: 16px;color: #666666;}
.recruitForm .item .con .label span{color: #e50f0f;}
.recruitForm .item .con .input{background-color: #f9f9f9;border: 1px solid #ededed;border-radius: 5px;padding: 0 30px;}
.recruitForm .item .con .input input{border: none; background: none; width: 100%; height: 50px; line-height: 50px; font-size: 14px; color: #333;}
.recruitForm .item .con .input input::placeholder{font-size: 14px;color: #999999;}
.recruitForm .item .con .textarea{background-color: #f9f9f9;padding: 0 30px;border: 1px solid #ededed;border-radius: 5px;}
.recruitForm .item .con .textarea textarea{line-height: 50px;height: 240px;border: none;resize: none; background: none; width: 100%;font-size: 14px; color: #333;}
.recruitForm .item .con .textarea textarea::placeholder{font-size: 14px;color: #999999;}
.recruitForm .item .con .conL{float: left;display: inline;margin-right: 210px;}
.recruitForm .item .con .conL a{display: inline-block; font-size: 16px;color: #ffffff;background-color:var(--themeColor);border-radius: 50px;text-align: center;line-height: 50px;height: 50px;width: 140px;margin-right: 20px;}
.recruitForm .item .con .conL span{font-size: 15px;color: #ccc;height: 50px;line-height: 50px;}
.recruitForm .item .con .conR{overflow: hidden;}
.recruitForm .item .con .conR .conC .input{float: left;display: inline;width: 220px;box-sizing: border-box;-webkit-box-sizing: border-box;margin-right: 20px;}
.recruitForm .item .con .conR .conC .yzmBox{float: left;display: inline;cursor: pointer;}
.recruitForm .item .con .conR .conC .yzmBox .yzmImg{float: left;display: inline;line-height: 50px;height: 50px;width: 100px;border-radius: 6px;overflow: hidden; margin-right: 10px;}
.recruitForm .item .con .conR .conC .yzmBox .yzmImg img{width: 100%;height: 100%;display: block;}
.recruitForm .item .con .conR .conC .yzmBox .yzmText{overflow: hidden;line-height: 50px;height: 50px;font-size: 14px;color: #999999;}
.recruitForm .item .formButton{text-align: center;margin-top: 50px;}
.recruitForm .item .formButton a{display: inline-block;line-height: 50px;height: 50px;font-size: 16px; border-radius: 50px;width: 160px;text-align: center;}
.recruitForm .item  .formButton a.a1{margin-right: 30px;background-color: var(--themeColor);color: #ffffff;border: 1px solid var(--themeColor);transition: all 0.3s linear; -webkit-transition: all 0.3s linear;}
.recruitForm .item  .formButton a.a1:hover{background-color: #ffffff;color: var(--themeColor);}
.recruitForm .item .formButton a.a2{background-color: #e50f0f;color: #ffffff;border: 1px solid #e50f0f;transition: all 0.3s linear; -webkit-transition: all 0.3s linear;}
.recruitForm .item .formButton a.a2:hover{background-color: #ffffff;color: #e50f0f;}

/* 招聘表单 end */

/* 招聘列表 start */
.recruitListView{margin:60px 50px;}
.recruitListViewSearch{float: right;display: inline;display: flex;    align-items: center;gap: 50px;}
.recruitListViewSearch .searchBox{display: flex;justify-content: flex-end;    align-items: center;}
.recruitListViewSearch .searchBox .search {border-radius: 60px;background-color: #ffffff;width: 450px; display: inline-block;border: 1px solid #ededed;padding-left: 30px;box-sizing: border-box; box-shadow: 0px 3px 19px 1px rgba(0, 0, 0, 0.06);}
.recruitListViewSearch .searchBox .search .input { border: none;overflow: hidden;padding:0 20px 0 40px;background: url(../images/recruitListViewSearch.png) no-repeat left center /20px 20px;}
.recruitListViewSearch .searchBox .search input {display: block;width: 100%;outline: none; background: none;line-height: 60px;height: 60px;font-size: 14px;color: #333;}
.recruitListViewSearch .searchBox .search input::placeholder {font-size: 14px;color: #999;}
.recruitListViewSearch .searchBox .search a {display: block; float: right; font-size: 20px;color: #ffffff;background-color: var(--themeColor);width: 105px; height: 60px;line-height: 60px;border-radius: 60px;text-decoration: none;text-align: center;}
.recruitListViewSearch .text{font-size: 16px;color: #333;height: 60px;line-height: 60px;}
.recruitListViewSearch .text span{font-size: 46px;}
.recruitListViewC{overflow: hidden;}
.recruitListViewC dd{float: left;display: inline;}
.recruitListViewC dd a{display: block;line-height: 60px;height: 60px;font-size: 20px;color: #333;position: relative;margin-right: 70px;transition: all 0.3s linear; -webkit-transition: all 0.3s linear;}
.recruitListViewC dd:last-child a{margin-right: 0;}
.recruitListViewC dd:hover a{color: var(--themeColor);}
.recruitListViewC dd a::after{position: absolute;bottom: 15%; left: 0;width: 0;height: 2px;background-color: var(--themeColor);content: "";display: block;transition: all 0.3s linear; -webkit-transition: all 0.3s linear;}
.recruitListViewC dd:hover a::after{width: 100%;}

.recruitListViewList dd{ box-shadow: 0.521px 2.954px 29.75px 5.25px rgba(0, 0, 0, 0.1);margin-bottom: 30px;box-sizing: border-box;cursor: pointer;}
.recruitListViewList dd:last-child{margin-bottom: 0;}
.recruitListViewList dd::before{position: absolute;top: 50%;transform: translateY(-50%);left: -1px;width: 2px;height: 25px;}
.recruitListViewList dd .recruitListViewUp{position: relative;padding: 0 50px;}
.recruitListViewList dd .recruitListViewUp::before{position: absolute;top: 50%;transform: translateY(-50%);left: 0;width: 2px;height: 25px;background-color: var(--themeColor);content: "";display: block;}
.recruitListViewList dd .recruitListViewUp .name{float: left;font-size: 20px;color: #333;height: 130px;line-height: 130px;margin-right: 255px;}
.recruitListViewList dd .recruitListViewUp .icon{float: right;width: 50px;height: 50px;margin-top: 40px;border-radius: 50%;background:var(--themeColor) url(../images/recruitListViewUp.png)no-repeat center center;}
.recruitListViewList dd.active .recruitListViewUp .icon{transform: rotate(90deg);}
.recruitListViewList dd .recruitListViewUp .info{overflow: hidden;}
.recruitListViewList dd .recruitListViewUp .info span{font-size: 18px;color: #999;height: 130px;line-height: 130px;margin-right: 110px;display: inline-block;}
.recruitListViewList dd .recruitListViewUp .info span:last-child{margin-right: 0;}
.recruitListViewList dd .recruitListViewNext{padding: 35px 50px 50px;border-top:1px solid #e6e6e6 ;display: none;}
.recruitListViewList dd .recruitListViewNext.active{display: block;}
.recruitListViewList dd .recruitListViewNext .text{margin-bottom: 35px;}
.recruitListViewList dd .recruitListViewNext .text .title{font-size: 18px;height: 30px;line-height: 30px;font-weight: bold;color: #333;margin-bottom: 5px;}
.recruitListViewList dd .recruitListViewNext .text p{font-size: 18px;height: 30px;line-height: 30px;}
.recruitListViewList dd .recruitListViewNext a{transition: all 0.3s linear; -webkit-transition: all 0.3s linear; display: inline-block; height: 56px;line-height: 56px;color: #ffffff;border-radius: 56px;background-color: var(--themeColor);font-size: 18px;padding: 0 60px;border: 1px solid var(--themeColor);}
.recruitListViewList dd .recruitListViewNext a:hover{background-color: #ffffff;color: var(--themeColor);}
/* 招聘列表 end */

/* 产品详情 start */
.productDetails{margin-bottom: 60px;}
.productDetailsOne{margin: 60px 0;}
.productDetailsOne .pic{float: left;width: 50%;margin-right: 50px;  box-shadow: 0px 3px 19px 1px rgba(0, 0, 0, 0.03);overflow: hidden;}
.productDetailsOne .pic::before{padding-top:67.1052% ;}
.productDetailsOne .pic img{object-fit: contain;}
.productDetailsOneR{overflow: hidden;}
.productDetailsOneR .title{font-size: 32px;line-height: 96px;color: #333333;border-bottom: 1px solid #f5f6f9;}
.productDetailsOneR .type{font-size: 20px;line-height: 55px;color: #666666;border-bottom: 1px solid #f5f6f9;display: block;}
.productDetailsOneR .type span{margin-right: 50px;display: inline-block;line-height: 55px;}
.productDetailsOneR .use{font-size: 16px;line-height: 30px;color: #666666;border-bottom: 1px solid #f5f6f9; overflow-y: auto; height: 240px;
    overflow-x: hidden; 
    white-space: normal;}
.productDetailsOneR .use p{font-size: 16px!important;color: #666666!important;}
.productDetailsOneR .entext{font-size: 18px;line-height: 55px;color: #333333;border-bottom: 1px solid #f5f6f9;text-transform: uppercase;}
.productDetailsOneR .eninfo{padding: 20px 0; font-size: 18px;line-height: 30px;color: #333333;border-bottom: 1px solid #f5f6f9;}


.productDetailsTitle{padding:  0 30px;background-color: #f3f4f6;}
.productDetailsTitle .title{padding-left: 20px;position: relative;font-size: 22px;color: #999999;height: 60px;line-height: 60px;}
.productDetailsTitle .title span{color: #333333;}
.productDetailsTitle .title::before{width: 8px;height: 8px;background-color: var(--themeColor);border-radius: 50%;content: "";display: block;position: absolute;top: 50%;transform: translateY(-50%);left: 0;}
.productDetailsScroll{margin: 30px 0 50px;position: relative;}
.productDetailsScroll .bd{overflow: hidden;}
.productDetailsScroll .bd .swiper-wrapper .swiper-slide{width: 100%;}
.productDetailsScroll .bd .swiper-wrapper .swiper-slide .con{display: block;}
.productDetailsScroll .bd .swiper-wrapper .swiper-slide .con .pic{border: 1px solid #e6e6e6;border-radius: 6px;overflow: hidden;margin-bottom: 22px;overflow: hidden;transition: all 0.3s linear; -webkit-transition: all 0.3s linear;}
.productDetailsScroll .bd .swiper-wrapper .swiper-slide:hover .con .pic{border-color: var(--themeColor);}
.productDetailsScroll .bd .swiper-wrapper .swiper-slide .con .pic::before{padding-top: 58.8557%;}
.productDetailsScroll .bd .swiper-wrapper .swiper-slide .con .text{font-size: 18px;color: #333;height: 36px;line-height: 36px;text-align: center;transition: all 0.3s linear; -webkit-transition: all 0.3s linear;}
.productDetailsScroll .bd .swiper-wrapper .swiper-slide:hover .con .text{color: var(--themeColor);}
.productDetailsScrollNext{box-shadow: 0px 3px 19.4px 0.6px rgba(142, 190, 200, 0.15); width: 50px;height: 50px;border-radius: 50%; background:#ffffff url(../images/column2ScrollNext.png) no-repeat center center;cursor: pointer;position: absolute;top: 28%;right: -25px;z-index: 2;transition: all 0.3s linear; -webkit-transition: all 0.3s linear;}
.productDetailsScrollNext:hover{background:var(--themeColor) url(../images/column2ScrollNextH.png) no-repeat center center;}
.productDetailsScrollPrev{box-shadow: 0px 3px 19.4px 0.6px rgba(142, 190, 200, 0.15); width: 50px;height: 50px;border-radius: 50%; background:#ffffff url(../images/column2ScrollPrev.png) no-repeat center center;cursor: pointer;position: absolute;top: 28%;left: -25px;z-index: 2;transition: all 0.3s linear; -webkit-transition: all 0.3s linear;}
.productDetailsScrollPrev:hover{background:var(--themeColor) url(../images/column2ScrollPrevH.png) no-repeat center center;}

.productDetails .lxfs{margin:40px 0 60px 20px; box-shadow: 0px 3px 19px 1px rgba(0, 0, 0, 0.06);display: flex;justify-content: space-between;}
.productDetails .lxfs .pic{flex: 1;overflow: hidden;}
.productDetails .lxfs .pic::before{padding-top: 54.2857%;}
.productDetails .lxfs .contactUsList{overflow: hidden; padding: 48px 0 48px 48px;width: 45.4%;}
.productDetails .lxfs .contactUsList dd{display: flex;margin-bottom: 65px;  align-items: center;}
.productDetails .lxfs .contactUsList dd:last-child{margin-bottom: 0;}
.productDetails .lxfs .contactUsList dd .img{width: 60px;height: 60px;border-radius: 50%;margin-right: 20px;}
.productDetails .lxfs .contactUsList dd .text{width: 54.55%;display: flex;  align-items: center;}
.productDetails .lxfs .contactUsList dd .text .num{font-size: 18px;color: #333333;line-height: 28px;}
.productDetails .lxfs .contactUsList dd .text .ewm{width: 80px;height: 80px;overflow: hidden;padding: 5px;}
.productDetails .lxfs .contactUsList dd .text .ewm img{width: 100%;height: 100%;object-fit: cover;}
.productDetails .lxfs .contactUsList dd .text .title{font-size: 18px;color: #333;}
.productDetails .lxfs .contactUsList dd .text .phone{font-size: 18px;color: #999;line-height: 28px;}
/* 产品详情 end */

