@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;
    margin-top: 29px;
    margin-right: 20px;
    padding-left: 30px;
}

.topSearch a {
    display: block;
    height: 38px;
    padding-left: 54px;
    position: relative;
    line-height: 38px;
    font-size: 16px;
    color: #333;
}

.topSearch a::before {
    display: block;
    content: '';
    position: absolute;
    width: 38px;
    height: 38px;
    left: 0;
    top: 0;
    border-radius: 19px;
    background: rgb(215, 234, 246, 0.2) url(../images/searchW.png) center center no-repeat;
    transition: all 0.3s linear;
}

.topSearch:hover a:hover::before {
    background: #0085ff url(../images/searchW.png) center center no-repeat;
}

.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: absolute;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    left: 0;
    z-index: 1000;
    transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    background: linear-gradient(to top,rgba(0,0,0,0) , rgba(0,0,0,0.8)  );
}
.top.topHide{
    top: -98px;
}
  
.topBox{
    width: 100%;
    height: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.logo {
    font-size: 0;
    padding: 29px 0 25px 20px;
}

.logo img {
    display: block;
    height: 43px;
}

.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 25px;
}


.mainMenu a {
    font-size: 16px;
    color: #fff;
    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;
}



.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.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;
}

.menuTabContent {
    overflow: hidden;
}

.menuTabContent .pic {
    width: 150px;
    margin-right: 20px;
    overflow: hidden;
}

.menuTabContent .pic:before {
    padding-top: 66.6666%;
}

.menuTabContent .text {
    overflow: hidden;
}

.menuTabContent .info {
    font-size: 14px;
    color: #858585;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
}

.menuTabContent .enter {
    line-height: 24px;
}

.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;
}

.languageBox {
    margin-top: 16px;
    position: relative;
    height: 38px;
    cursor: pointer;
    background:#f4f4f4;
    padding: 0 17px;
    border-radius: 36px;
}

.languageBox span {
    height: 38px;
    line-height:38px;
    font-size: 14px;
    color: #444;
    padding-right: 18px;
    background: url(../images/languageXl.png) no-repeat center right;
    z-index: 3;
    position: relative;
}

.languageBox span i {
    background: url(../images/language.png) no-repeat center left;
    height: 38px;
    width: 20px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
}

.languageBox .language {
    background: #f4f4f4;
    border-radius: 8px;
    padding: 10px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    padding-top: 46px;
    width: 100%;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
}

.languageBox .language a {
    display: block;
    width: 100%;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    text-align: center;
    color: #999;
    transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    position: relative;
}

.languageBox .language a::before {
    display: block;
    content: '';
    width: 2px;
    height: 14px;
    background-color: var(--themeColor);
    position: absolute;
    top: 6px;
    left: 0;
    transform: scale(0);
    transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
}

.languageBox .language a:hover {
    color: var(--themeColor);
}

.languageBox .language a:hover::before {
    transform: scale(1);
}

.languageBox:hover .language {
    opacity: 1;
    visibility: visible;
}

.languageBox:hover span,
.languageBox.hover span {
    color: #666;
    background-image: url(../images/languageXl.png)
}

.languageBox:hover span i,
.languageBox.hover span i {
    color: #666;
    background-image: url(../images/language.png)
}

/* 顶部 end */

/* ————— 底部 start ————— */
/* 友情链接start */
.footerTopBox{ border-bottom: 1px solid rgb(255, 255, 255 ,0.161);}
.footer{background-position: center center;background-repeat: no-repeat;background-size: cover;position: relative;}
.friendLink{ overflow: hidden; margin-right: -40px;}
.friendLink .list{ overflow: hidden; padding: 20px 0; line-height: 40px; font-size: 0;display: flex;
    flex-direction: row;
    justify-content: space-between;}
.friendLink .list a{ display: inline-block; color: #fff; font-size: 18px;position: relative; transition: all 0.3s linear; -webkit-transition: all 0.3s linear;}
.friendLink .list a::before{ content: ''; display: block; width: 1px; height: 17px;  position: absolute;background-color: rgb(255, 255, 255 ,0.161); top: 30%;right: -89px; }
.friendLink .list a:hover{ font-weight: bold;}
/* 友情链接end   */
/* 底部中间start   */
.footerC .con{display: flex;    flex-direction: row;justify-content: space-between;padding: 20px 0;}
.footerC .con .logoC{width: 530px;}
.footerC .con .skip{position: relative;}
.footerC .footerEwmImg {
    width: 130px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    position: absolute;
   top: 55px;
    left: -45px;
    
    z-index: 500;
    opacity: 0;
    background-color: #fff;
    transform: scale(0);
    transition: .3s;
}
.footerC .footerEwmImg::before{
     content: "";
    position: absolute;
    top: -10px; /* 根据需要微调位置 */
    left: 50%;
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #e8e8e8;
    z-index: 2;
   
}
.footerC .con .skip a:hover .footerEwmImg  {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}
.footerC .con .skip a:hover .footerEwmImg img{width: 100%; height: 100%;}
.footerC .con .skip a{position: relative; width: 40px;height: 40px;display: inline-block;vertical-align: middle; margin-right: 10px;border-radius: 50%;background-color: #ffffff;position: relative;}
.footerC .con .skip a .ljIcon{font-size: 25px; color: #7a8499; line-height: 20px; position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.footertext{display: flex; flex-direction: row;justify-content: space-between;}
.footertext .textL .mailbox{font-size: 16px; color: #ffffff; line-height: 40px;padding: 20px 0;position: relative;margin-bottom: 20px;cursor: pointer;}
.footertext .textL .mailbox::before{content: ''; display: block; width: 25px; height: 1px;  position: absolute;background-color: #ffffff; bottom: 0;left: 0;}
.footertext .textL a{display: block; font-size: 16px; color: #ffffff; line-height: 30px;height: 60px;}
.footertext .textR{padding-top: 90px;}
.footertext .textR a{padding-left: 50px; font-size: 32px; color: #ffffff; line-height: 60px;height: 60px;display: block;background: url(../images/footertext.png) no-repeat center left; }

/* 底部中间end   */
/* 底部版权start   */
.friendCopyRight{ height: 75px; line-height: 75px; overflow: hidden; font-size: 16px; color: #ffffff;padding-bottom: 20px;}
.friendCopyRight .conL{ float: left; display: inline;}
.friendCopyRight .conL span{ margin-right: 20px;}
.friendCopyRight .conL a{ color: #ffffff; margin-right: 20px;}
.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; }

/* 底部版权end   */
/* ————— 底部 end   ————— */

/* ————— subBanner start ————— */
.subBanner{position: relative;overflow: hidden;width: 100%;}
.subBanner:before{display: block;content: '';padding-top: 31.25%;}
.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%;}
.subBanner .textC{position: relative;text-align: center;}
.subBanner .textC .cnTitle{font-size: 30px;color: #ffffff;line-height: 30px;font-weight: bold;text-shadow: 0px 0px 5px rgb(0 0 0 / 0.1); margin-bottom: 10px;}
.subBanner .textC .enTitle{font-size: 14px;color: rgb(255 255 255 / .78);line-height: 30px;text-transform: uppercase;text-shadow: 0px 0px 5px rgb(0 0 0 / 0.1);}
/* ————— subBanner end ————— */

  
  
/* ————— 当前位置 start ————— */
.locationBox{clear:both;width: 100%;height: 80px;background: #fff;   box-shadow: 0px 0px 18px 0px #002f4d1f;border-bottom:1px solid #e6e6e6;}
.location{height: 80px;overflow: hidden;padding-left: 33px;position: relative;}
.location 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/locationBox.png);color: #999999;font-size: 14px;}
.location a:nth-child(1){background-image: none;}
.location a:hover{color:var(--themeColor)}
.location a.hover{color:var(--themeColor)}
.subNavBox{margin-right:-15px; position: relative;}
.subNav::after{ display: block; content: ''; clear: both; visibility: hidden;}
.subNav a{display: inline;float: left;line-height: 80px;height:80px;color: #666666;font-size: 16px;padding:0 14px;margin-right: 52px;}
.subNav a.hover{color: var(--themeColor)}
.subNav a:hover{color: var(--themeColor)}
/* ————— 当前位置 end ————— */
/* ————— 三级栏目 start ————— */
.sjMenu{ text-align: center; font-size: 0;}
.sjMenu a{ display: inline-block; height: 30px; line-height: 30px; padding:0 30px; color: #333; border: 1px solid #fff; border-radius: 32px; font-size: 14px; margin: 0 5px; background: #FFF;}
.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{display: inline-block;overflow: hidden;width:40px;height: 40px;line-height: 40px; color:#999999;border-radius:3px;background: #f3f4f6; 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;}
.page a.hover{background: var(--themeColor);color: #fff;}
.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 a.text{background-color: #ffff;color: #666666;}
.page a.textC{background-color: #ffff;color: #666666;}
.page a.num{padding: 0 5px;}
.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)}


/* ————— 页码 end ————— */


/*********** 基础公共列表页 start ***********/
/* 全图列表 start */
.imgList{overflow: hidden;margin:0 -10px;}
.imgList dd{width: 33.3333%;float: left;display: inline;padding: 10px 0;}
.imgList dd .con{display: block;background: #FFFFFF;margin:0 10px;border-radius: 5px; overflow: hidden;transition: all .4s;-webit-transition: all .4s;}
.imgList dd .con .pic::before{padding-top: 56.563462%;}
.imgList dd .con .pic .newPic{position: absolute !important;left: 0;top: 0;}
.imgList dd .con .text{height: 60px;line-height: 60px;padding: 0 20px;font-size: 16px;color: #333333;text-align: center;transition: all 0.4s;-webkit-transition: all 0.4s;}
.imgList dd .con:hover {transform: translateY(-2px);-webkit-transform: translateY(-2px);box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);}
.imgList dd .con:hover .text{color: var(--themeColor);}
/* 全图列表 end */
/* 图文列表 start */
.imgText dd{overflow: hidden;padding: 20px;margin-bottom: 30px;background: #FFF;border-radius: 5px;transition: all .4s;-webit-transition: all .4s;}
.imgText dd .pic{ width: 240px; overflow: hidden; position: relative; margin-right: 20px;border-radius: 5px;}
.imgText dd .pic:before{ display: block; content: ''; padding-top: 70%;}
.imgText dd .pic img{ display:block; width:100%; height:100%; position:absolute; left:0px; top:0px;}
.imgText dd .text{ overflow: hidden;}
.imgText dd .text .title{ overflow: hidden; height: 30px; line-height: 30px; font-weight: bold;margin-bottom: 8px;}
.imgText dd .text .title a{ color: #666; font-size: 16px;}
.imgText dd .text .textC{ font-size:14px; color:#666666; line-height:30px; height:90px; overflow:hidden; margin-bottom:8px;}
.imgText dd .text .time{  height:25px; line-height:25px; overflow:hidden; color:#999999;}
.imgText dd .text .time span{ float:left; display: inline;}
.imgText dd .text .time em{ float:left; display: inline; font-style: normal; margin: 0 15px;}
.imgText dd:hover .text .title a{ color: var(--themeColor);}
.imgText dd:hover{ transform: translateY(-2px);-webkit-transform: translateY(-2px);box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);}
/* 图文列表 end */
/* 全文列表 start */
.textList{margin: 0 -30px 0 0;}
.textList::after{ clear:both; content: ''; visibility: hidden; display: block;}
.textList dd{width: 100%;float: left;display: inline;}
.textList dd .con{display: block;margin: 0 30px 30px 0;background: #fff;padding: 15px;overflow: hidden;transition: 0.4s;-webkit-transition: 0.4s;border-radius: 5px;}
.textList dd .con:hover{box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);-webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);transform: translateY(-2px);-webkiet-transform: translateY(-2px);}
.textList dd .timeBox{width: 106px;height: 80px;float: left;display: inline;position: relative;text-align: center;}
.textList dd .timeBox::before{content: '';display: block;width: 1px;height: 100%;background: #f5f5f5;position: absolute;top: 0;right: 1px;}
.textList dd .timeBox .time1{height: 36px;line-height: 36px;overflow: hidden;font-size: 30px;color: var(--themeColor);font-weight: bold;margin-bottom: 5px;}
.textList dd .timeBox .time2{height: 20px;line-height: 20px;overflow: hidden;font-size: 14px;color: #999999;}
.textList dd .con .text{overflow: hidden;height: 80px;box-sizing: border-box;-webkit-box-sizing: border-box;padding: 0 20px;}
.textList dd .title{display: inline-block;font-size: 16px;color: #666666;line-height: 30px;height: 30px;overflow: hidden;max-width: 100%;white-space: nowrap;text-overflow: ellipsis;transition: 0.4s;-webkit-transition: 0.4s;}
.textList dd .con:hover .title{color: var(--themeColor);}
/* 全文列表 end */
/* 下载 start */
.downLoadPage{ padding: 20px;}
.downLoad{ overflow: hidden;}
.downLoad  span{ float: left; display: inline; box-sizing: border-box;-webkit-box-sizing: border-box; text-align: center; overflow: hidden;}
.downLoad  span.span1{ padding: 0 20px; width: 68%; text-align: left;}
.downLoad  span.span2{ width: 16%;}
.downLoad  span.span3{ width: 16%;}
.downLoad dt{ overflow: hidden; background: var(--themeColor);}
.downLoad dt span{height: 60px;line-height: 60px;color: #ffffff;font-size: 16px;}
.downLoad dd{ overflow: hidden;}
.downLoad dd span{height: 60px;line-height: 60px;color: #333333;font-size: 14px;}
.downLoad dd a{ color: #333333;}
.downLoad dd a.btn{display: inline-block;vertical-align: middle;height: 35px;line-height: 35px;padding: 0 15px 0 40px;background-position: 16px center;background-repeat: no-repeat;color:var(--themeColor);font-size: 14px;background-image: url(../images/downLoadIcn1.png);border-radius: 4px;background-color: transparent;border: none;transition: all 200ms ease-in;-webkit-transition: all 200ms ease-in;background-size: auto 20px;}
.downLoad dd.even{ background: #f8f8f8;}
.downLoad dd:hover span{color: var(--themeColor);}
.downLoad dd:hover a{color: var(--themeColor);}
.downLoad dd:hover a.btn{background-color: var(--themeColor); color: #FFF; background-image: url(../images/downLoadIcn1H.png);}
/* 下载 end */
/* 视频列表 start */
.videoList {overflow: hidden;margin:0 -15px;}
.videoList dd {width: 33.33333%;float: left;display: inline;padding: 15px 0;}
.videoList dd .con {display: block;margin:0 15px;background: #fff;overflow: hidden;border-radius: 5px;transition: .4s;-webkit-transition: .4s;}
.videoList dd .pic::before{padding-top: 66.5761%;}
.videoList dd .pic .playBtn{position: absolute;width: 100%;height: 100%;top: 0;left: 0;background: rgba(0, 0, 0, 0.3);z-index: 2;}
.videoList dd .pic span.play {width: 100%;height:60px;margin-bottom:10px;display: block;background: url(../images/common/videoIco.png) no-repeat center center;background-size: 50px;}
.videoList dd .pic span.time {width: 100%;height: 16px;line-height: 16px;display: block;font-size: 16px;color: #ffffff;text-align: center;}
.videoList dd .text{padding:20px;}
.videoList dd .con .title {height: 25px;line-height: 25px;font-size: 16px;color: #333333;overflow: hidden;transition: all 0.4s;-webkit-transition: all 0.4s; text-align: center;}
.videoList dd .con:hover .title {color: var(--themeColor);}
.videoList dd .con:hover{box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);-webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);transform: translateY(-2px);-webkiet-transform: translateY(-2px);}
/* 视频列表 end */
/* 视频弹窗 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  */
.recruitListPage{ background: #FFF; padding:20px}
.recruitListBox{ padding:20px;}
.recruitTitle{position: relative;padding-left: 20px;margin-bottom: 20px; height: 50px; line-height: 50px; border-bottom: 1px solid #ddd;}
.recruitTitle::before{width: 4px;height: 26px;background: var(--themeColor);display: block;content: '';position: absolute;top: 50%;left: 0;margin-top: -13px;}
.recruitTitle .conL{ float: left; display: inline; font-size: 24px;color: #000000;}
.recruitTitle .conR{ float: right; display: inline;}
.recruitTitle .conR a{ color: var(--themeColor); font-size: 14px;}
.recruitTitle .conR a:hover{ color: var(--themeColor);}
/* 列表start */
.recruitListTop {
	padding: 40px 0;
}

.recruitListTopR {
	float: right;
	display: inline;
}

.recruitListTopText {
	height: 62px;
	line-height: 62px;
	overflow: hidden;
	font-size: 16px;
	color: #999999;
	overflow: hidden;
}

.recruitListTopL {
	overflow: hidden;
}

.lc_search1Box {
	overflow: hidden;
	background: #FFFFFF;
	padding: 6px;
	border-radius: 30px;
	width: 418px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.lc_search1Box .searchBtn {
	float: right;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	background: var(--themeColor);
	cursor: pointer;
	position: relative;
	color: #fff;
}

.lc_search1Box .searchBtn:before {
	display: none;
}

.searchIcon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: url(../images/searchW_h.png) center center no-repeat;
}

.lc_search1Box .searchDiv {
	overflow: hidden;
}

.lc_search1Box .searchDiv .input {
	width: 100%;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 22px;
	font-size: 16px;
	color: #333;
	border: none;
	background: none;
}

.recruitListTop .lc_search1Box {
	float: left;
	display: inline;
	margin-right: 42px;
}

.recruitListDl dd {
	padding: 10px 0;
}

.recruitListDl dd .con {
	background: #FFFFFF;
	border-radius: 10px;
	padding: 0 40px;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.recruitListDl dd .con:hover {
	box-shadow: 1px 3px 15px 0px rgb(30, 33, 136, 0.12);
	-webkit-box-shadow: 1px 3px 15px 0px rgb(30, 33, 136, .12);
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
}

.recruitListDl dd .ddTop {
	overflow: hidden;
	padding: 20px 0;
}

.recruitListDl dd .jt_more2Box .a2.active .rightIcon:before {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 0;
	bottom: 4px;
}

.recruitListDl dd .ddTopRight {
	float: right;
	margin-left: 40px;
	padding: 26px 0 0;
}

.recruitListDl dd .ddTopLeft {
	overflow: hidden;
}

.recruitListDl dd .ddTopText1 {
	font-size: 20px;
	color: #595959;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	margin-bottom: 5px;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.recruitListDl dd .ddTopText2 {
	overflow: hidden;
	font-size: 0;
}

.recruitListDl dd .ddTopText2 span {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #999999;
	margin-right: 40px;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
}

.recruitListDl dd .ddBottom {
	padding: 40px 0 28px;
	position: relative;
	display: none;
}

.recruitListDl dd .ddBottom:before {
	content: '';
	background-color: rgb(230, 230, 230);
	height: 1px;
	width: 100%;
	position: absolute;
	top: 8px;
	left: 0;
}

.recruitListDl dd .ddBottomTextC {
	margin-bottom: 28px;
}

.recruitListDl dd .ddBottomTextC .ddBottomText1 {
	font-size: 14px;
	color: #333;
	line-height: 40px;
	font-weight: bold;
}

.recruitListDl dd .ddBottomTextC .ddBottomText2 {
	font-size: 14px;
	color: #999;
	line-height: 40px;
	padding-left: 5px;
}

.recruitListDl dd .con:hover .ddTopText1 {
	color: var(--themeColor);
}
.jt_more2Box {
	font-size: 0;
	overflow: hidden;
}

.jt_more2Box a {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid rgb(230, 230, 230);
	width: 65px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	border-radius: 22px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	font-size: 16px;
	color: #666666;
	text-align: center;
	position: relative;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: center center;
}

.jt_more2Box a:before {
	display: block;
	content: '';
	position: absolute;
	left: -5px;
	right: -5px;
	top: -5px;
	bottom: -5px;
	background: var(--themeColor);
	z-index: -1;
	transform: scaleX(0.4);
	-webkit-transform: scaleX(0.4);
	transition: transform 0.4s ease-in-out;
	-webkit-transition: transform 0.4s ease-in-out;
	opacity: 0;
	visibility: hidden;
	border: none;
}

.jt_more2Box a.hover,
.jt_more2Box a:hover {
	color: #FFFFFF;
    border-color: var(--themeColor);
}

.jt_more2Box a.hover:before,
.jt_more2Box a:hover:before {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	opacity: 1;
	visibility: visible
}

.jt_more2Box .a1 {
	padding: 0 15px;
	margin-right: 20px;
}

.jt_more2Box .a2.hover,
.jt_more2Box .a2:hover {
	border: 2px solid transparent;
}
.rightIcon:before {
	display: block;
	content: '';
	position: absolute;
	right: 4px;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 10px;
	height: 10px;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: transform 0.3s linear;
	-webkit-transition: transform 0.3s linear;
}
.recruitBtn{ overflow: hidden;}
.recruitBtn a{ overflow: hidden; display: block; height: 50px; line-height: 50px; float: left; display: inline; padding: 0 40px; background: var(--themeColor); color: #FFF; border-radius: 3px; transition: all .3s; -webkit-transition: all .3s; font-size: 14px;}
.recruitBtn a:hover{ opacity: 0.9}
/* 列表end */

/* 表单start */
.recruitListForm{ margin-right: -40px; font-size: 14px;}
.recruitListForm:after{ clear:both; content: ''; visibility: hidden; display: block;}
.recruitListForm .item{ width: 50%; float: left; display: inline; margin-bottom: 15px;}
.recruitListForm .item.w100p{ width: 100%;}
.recruitListForm .item .con{ margin-right: 40px;}
.recruitListForm .item .label{ height: 38px; line-height: 38px;}
.recruitListForm .item .label span{ color: #da0100;}
.recruitListForm .item .itemC{ clear: both; min-height: 40px;}
.recruitListTc{ padding:20px; overflow: hidden;}
.recruitListForm .el-cascader{width: 100%;}
.upLoadResume{ font-size: 0;}
.upLoadResume span{ display: inline-block; font-size: 14px; height: 40px; line-height: 40px;color: #aeaeae;}
.upLoadResume a.up{ background: var(--themeColor); color: #FFF; border-color: var(--themeColor);}
.upLoadResume a.down{ background: #e9e9e9; border-color: #e9e9e9;}
/* 表单end */
/*********** 基础公共列表页 start ***********/


/*********** 特殊功能列表页 end ***********/

/*********** 文章详细页 start ***********/

.newsViewText {overflow: hidden;}
.newsViewText .sharejs_icon{    border: 1px solid #e8e8e8 !important;}
/* .newsViewText  .sharejs_icon.icon_Qzone{background-color: #ffff;} */
.articleC {background: #FFFFFF;float: left;width: 68.8915%;padding-right: 40px;border-right: 1px solid #e6e6e6;margin-right: 40px;}
.articleBox {line-height: 36px;padding: 10px 0 0;color: #666666;font-size: 16px;margin-bottom: 10px;}
.articleBox img {max-width: 100%;}
/* 标题 start */
.articleTitle {clear: both;line-height: 43px;font-size: 24px;font-family: "microsoft yahei";color: #333333;position: relative;}
/* 标题 end */
/* 发布信息 start  */
.articleTime{font-size: 15px ;color: #666666; line-height: 32px;margin-bottom: 35px;}
.articleTime .time{display: inline-block;margin-right: 140px;}
.articleTime .timeC{padding-left: 20px;background: url(../images/newsViewTime.png) no-repeat left center / 15px;}
.articleTime .browse{display: inline-block;}
.articleTime .browseC{padding-left: 20px;background: url(../images/articleTime.png) no-repeat left center / 15px;}
.articleTime .articleShare{display:block;}
.articleTime {display: block;clear: both;color: #666666;font-size: 15px;line-height: 32px;padding: 10px 0 15px;border-bottom: 1px solid #dddddd;overflow: hidden;}
.newsViewText .title{font-size: 24px;color:var(--themeColor);height: 40px;line-height: 40px;padding-left: 30px;background: url(../images/newsViewText.png) no-repeat left center / 20px;margin-bottom: 30px;}
.newsViewList dd{margin-bottom: 25px;}
.newsViewList dd .content{font-size: 18px;color: #333;line-height: 32px;height: 64px;margin-bottom: 15px;}
.newsViewList dd:hover .content{color: var(--themeColor);}
.newsViewList dd .time{font-size: 15px;color: #666666;line-height: 30px;height: 30px;padding-left: 25px;background: url(../images/newsViewTime.png) no-repeat left center / 15px;}
.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  */
/*  大图 start */
/* 文章阅读页-内容上部大图 */
#play {width: 600px;height: 400px;position: relative;overflow: hidden;background: #fff;border: 1px solid #e9e9e9;padding: 5px;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: 600px;height: 400px;}
#play .img_ul li {position: relative;z-index: 1;width: 600px;height: 400px;background: #fff;margin: 0 0 5px 0;}
#play .img_ul li img {position: absolute;}
.imgMove {width: 600px;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 {display: block;line-height: 50px;font-size: 14px;margin-bottom: 120px;}
.pageUp a {font-size: 14px;color: #555555;position:relative;z-index: 10 ;transition: all 0.3s linear; -webkit-transition: all 0.3s linear;}
.pageUp .articlePageBox{background-color: #f3f4f6;margin-bottom: 10px;padding: 0 20px;color: #333333;transition: all 0.3s linear; -webkit-transition: all 0.3s linear;}
.pageUp .articlePageBox:hover{color: #ffffff;}
.pageUp .articlePageBox:hover{background-color: var(--themeColor);}
.pageUp .articlePageBox:hover a {color: #ffffff;}
/* ————— 上一篇/下一篇 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 ————— */
.inteoduction{background-color: #ffffff;position: relative;}
.toptitle{margin-bottom: 80px;}
.toptitle .titleCn{font-size: 36px;color: #333;height: 60px;line-height: 60px;position: relative;display: inline-block;}
.toptitle .titleCn::after{content: '';display: block;width: 14px;height: 14px; border-radius: 50%;background-color: #7fece6;position: absolute;top: 45%;right: -15%;}
.toptitle .titleCn::before{content: '';display: block;width: 12px;height: 12px; border-radius: 50%;background-color: transparent ;border: solid 1px var(--themeColor); position: absolute;top: 33%;right: -27px; z-index: 1;}
.inteoductionBox{overflow: hidden;}
.inteoductionC{margin-bottom: 80px;padding-top: 70px;}
.inteoductionC .text{overflow: hidden;}
.inteoductionC .text .textC .titleC{font-size: 28px;height: 80px;line-height: 40px; color: #013092;margin-bottom: 30px;}
.inteoductionC .text .textC .info{font-size: 16px;height: 210px;line-height: 30px; color: #666;}
.inteoductionC .text{position: relative;}
.indexVedioC{width: 48.7179%;position: absolute;right: 0;top: 0; height: 610px;background-position: center center;background-repeat: no-repeat;background-size: cover;}

.inteoduction .indexVedio{ width: 625px;float: right;display: inline;margin-left: 175px;margin-top: 220px;position: relative;z-index: 10;}
.inteoduction .indexVedio .pic::before{padding-top: 25.76%;}
.inteoduction .indexVedio .playBtn{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.inteoduction .indexVedio .playBtn .conCircle{margin: 0 auto; width: 60px;height: 60px;border-radius: 50px;background-color: rgb(161, 179, 215, 0.3);position: relative;border:1px solid #fff;}
.inteoduction .indexVedio .playBtn .conCircle .circleOne{background: url("../images/indexColumn1C.png" ) no-repeat center center / 11px; width: 42px;height: 42px;border-radius: 50px;background-color: #ffffff;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%)}

.inteoductiontitle {margin-bottom: 45px; height: 150px; background-color: #f7f9fc;}
.inteoductiontitle .wrap{display: flex;flex-direction: row;justify-content: space-between;}
.inteoductiontitle .type{position: relative;padding-top: 30px;display: flex;align-items: center;}
.inteoductiontitle .type::before{content: '';display: block;width: 1px;height: 68px;top: 41px; background-color: #ebf0fa;position: absolute;right: -200px;}
.inteoductiontitle .type:last-child::before{display: none;}
.inteoductiontitle .type .icon{display: inline-block;width: 70px;height: 70px;border: solid 1px var(--themeColor);border-radius: 50%;position: relative;margin-right: 30px;}
.inteoductiontitle .type .icon i{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);font-size: 30px;color: var(--themeColor);}

.inteoductiontitle .type .numC{display: inline-block;}
.inteoductiontitle .type .numC .num{font-size: 42px; height: 60px;line-height: 60px;color: #013092;}
.inteoductiontitle .type .numC .num .mu{font-size: 24px;height: 60px;line-height: 60px;color: #013092;padding-left: 5px;}
.inteoductiontitle .type .numC .area{font-size: 16px;height: 30px;line-height: 30px;color: #8d9199;}
.inteoduction .inteoductionInfo{margin-bottom: 100px;}
.inteoduction .inteoductionInfo .info{font-size: 16px;line-height: 30px; color: #666;padding-bottom: 100px;border-bottom: 1px solid #e6e6e6;}
.inteoductionBottom{margin-bottom: 80px;}
.inteoductionScroll{background-position: center bottom;background-repeat: no-repeat;background-size: cover;position: relative;padding-bottom: 160px;}
.inteoductionScroll::before{display: block;content: "";width: 100%;height: 500px;background: url("../test/images/inteoductionScrollLine.png") no-repeat center center / 100% 100%;position: absolute;left: 0;top: 0;}
.inteoductionScrollC{position: relative;height: 500px;}
.inteoductionScrollC .bd{overflow: hidden;height: 100%;}
.inteoductionScrollC .bd .swiper-wrapper {height: 100%;}
.inteoductionScrollC .bd .swiper-wrapper .swiper-slide{width: 50%;position: relative;height: 100%;}
.inteoductionScrollC .bd .conC{display: block;position: absolute;left: 0;top: 450px;padding-left: 45px;transition: all 0.5s ease;-webkit-transition: all 0.5s ease;}
.inteoductionScrollC .bd .swiper-wrapper .swiper-slide .con{position: relative;height: 100%;}
.inteoductionScrollC .bd .swiper-wrapper .swiper-slide.slide1 .conC{left: 0; top: 0px;}
.inteoductionScrollC .bd .swiper-wrapper .swiper-slide.slide2 .conC{left: 0; top: 360px;}
.inteoductionScrollC .bd .swiper-wrapper .swiper-slide.slide3 .conC{left: 0; top: 450px;}
.inteoductionScrollC .bd .conC::before{display: block;content: "";width: 14px;height: 14px;border: 3px solid var(--themeColor);border-radius: 50%;position: absolute;left: 0;top: 10px;}
.inteoductionScrollC .bd .con .year{line-height: 50px;height: 50px;font-size: 48px;font-weight: bold;color: transparent;background-image:linear-gradient(to bottom, #658cdf,#0a3898);-webkit-background-clip: text;margin-bottom: 20px;}
.inteoductionScrollC .bd .con .info{line-height: 30px;height: 60px;overflow: hidden;font-size: 18px;color: #666666;margin-bottom: 5px;}
.inteoductionScrollC .bd .con .pic{overflow: hidden;opacity: 0;}
.inteoductionScrollC .bd .swiper-wrapper .swiper-slide.swiper-slide-active .con .pic{opacity: 1;}
.inteoductionScrollC .bd .con .pic::before{padding-top: 56.8965%;}
.inteoductionScrollCText{position: absolute;right: 0;top: 105px;z-index: 2;}
.inteoductionScrollCText::before{display: block;content: "";width: 250px;height: 250px;left: -75px;top: -105px;position: absolute;background-color: #e8ecf8;border-radius: 50%;}


.inteoductionScrollCText .right{float: right;display: inline;font-size: 0;position: relative;z-index: 2;}
.inteoductionScrollPrev{display: inline-block;width:48px;height: 48px;margin-right: 15px;border: 1px solid #d8dfeb;border-radius: 50%;cursor: pointer;transition: all 0.3s;-webkit-transition: all 0.3s;}
.inteoductionScrollPrev::before{content: "\e6a1"; position: absolute;width: 48px;height: 48px;text-align: center;font-size: 16px;color: var(--themeColor);line-height: 48px;transform: rotate(180deg);}
.inteoductionScrollPrev:hover::before{color: #fff;}
.inteoductionScrollPrev:hover{background-color: var(--themeColor);}
.inteoductionScrollNext{display: inline-block;width:48px;height: 48px;margin-right: 15px;border: 1px solid #d8dfeb;border-radius: 50%; cursor: pointer;transition: all 0.3s;-webkit-transition: all 0.3s;}
.inteoductionScrollNext::before{content: "\e6a1"; position: absolute;width: 48px;height: 48px;text-align: center;font-size: 16px;color: var(--themeColor);line-height: 48px;}
.inteoductionScrollNext:hover::before{color: #fff;}
.inteoductionScrollNext:hover{background-color: var(--themeColor);}

.inteoductionScrollCText .left{float: right;display: inline;margin-right: 40px;line-height: 50px;height: 50px;position: relative;z-index: 2;}
.inteoductionScrollCText .left em{font-style: normal;font-size: 36px;color: #013092;}
.inteoductionScrollCText .left span{font-size: 24px;color: #a3adcc;}
/* ————— 企业简介 end ————— */

  
/* 资质荣誉 start */
.hornorListBox .subPageC{position: relative;margin-bottom: 80px;}
.hornorList {margin-right: -40px;position: relative;z-index: 2;}
.hornorList dd {width: 25%;float: left;display: inline;padding:80px 0 55px 0;position: relative;border-bottom: 6px solid #f5f7fa;}
.hornorList dd .click{content: '';display: block;width: 24px;height: 24px;border-radius: 50%;background-color: #f2f4f7;position: absolute;bottom: -15px; left: calc(50% - 20px);transform: translateX(-50%); z-index: 10;}
.hornorList dd .click .icon{width: 12px;height: 12px;border-radius: 50%;background-color: transparent;position: absolute;top: 50%;background-color:
    rgb(1, 48, 146, 0.2) ; left: 50%;transform: translate(-50%,-50%);}
.hornorList dd:hover .click .icon{background-color: var(--themeColor);}
.hornorList dd a {display: block;margin-right: 40px;overflow: hidden;background: #ffffff;transition-duration: 0.4s;-webkit-transition-duration: 0.4s;}
.hornorList dd a .picBox .pic::before {padding-top: 70.83333%;}
.hornorList dd a .picBox .pic img {object-fit: contain;padding: 5px 0;}
.hornorList dd a .text {box-sizing: border-box;-webkit-box-sizing: border-box;padding: 0 20px;text-align: center;}
.hornorList dd a .text .title {font-size: 18px;color: #666666;transition-duration: 0.4s;-webkit-transition-duration: 0.4s;height: 60px;line-height: 30px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.hornorList dd:hover a .text .title{color: var(--themeColor);}
.hornorList dd a .picBox .pic.default{background-color: #ffffff;}
/* 资质荣誉 end */


/* ————— 新闻资讯 start ————— */
.newsInfo{width: 100%;overflow: hidden;}
.newsInfo .newsInfoT{display: flex;justify-content: space-between;flex-wrap: nowrap;background-color: #f5f6f7;}
.newsInfo .swiperMin{width: 40.1923%;}
.newsInfo .swiperMin .pic{width: 100%;}
.newsInfo .swiperMin .pic::before{padding-top: 66.6667%;}
.newsInfo .swiperMax{flex: 1;padding: 54px 0  0;margin: 0 11.0256% 0 60px; box-sizing: border-box;position: relative;}
.newsInfo .swiperMax .title a{font-size: 24px;line-height: 36px;width: 81%;color: #333;}
.newsInfo .swiperMax .text a{font-size: 16px;color: #666;line-height: 30px;margin: 30px 0;}
.newsInfo .swiperMax .title:hover a{color: var(--themeColor);}
.newsInfo .swiperMax .text:hover a{color: var(--themeColor);}
.newsInfo .list dd .timer .time {font-size: 15px;display: flex;align-items: center; color: #666;padding-left: 23px;background: url(../images/time.png) no-repeat left center;}
.newsInfo .list dd{transition: all 0.3s linear; -webkit-transition: all 0.3s linear;}

.newsInfo .time img{height: 16px;margin-right: 6px;}
.newsInfo .swiperMax .btn{position: absolute;bottom: 40px;left: 0;display: flex;align-items: center;z-index: 100;}
.newsInfo .swiperMax .btn div{width: 48px;height: 48px;border: 1px solid #d8dfeb;background-color: #fff;box-sizing: border-box;border-radius: 50%;cursor: pointer;margin-right: 24px;}
.newsInfo .swiperMax .btn div:hover{border: none;}
.newsInfo .list dd .timer{padding:0 2px 2px 2px;}

.newsInfo .swiperMax .btn .prev{display: inline-block;width:48px;height: 48px;margin-right: 15px;border: 1px solid #d8dfeb;border-radius: 50%;cursor: pointer;transition: all 0.3s;-webkit-transition: all 0.3s;}
.newsInfo .swiperMax .btn .prev::before{content: "\e6a1"; position: absolute;width: 48px;height: 48px;text-align: center;font-size: 16px;color: var(--themeColor);line-height: 48px;transform: rotate(180deg);}
.newsInfo .swiperMax .btn .prev:hover::before{color: #fff;}
.newsInfo .swiperMax .btn .prev:hover{background-color: var(--themeColor);}
.newsInfo .swiperMax .btn .next{display: inline-block;width:48px;height: 48px;margin-right: 15px;border: 1px solid #d8dfeb;border-radius: 50%; cursor: pointer;transition: all 0.3s;-webkit-transition: all 0.3s;}
.newsInfo .swiperMax .btn .next::before{content: "\e6a1"; position: absolute;width: 48px;height: 48px;text-align: center;font-size: 16px;color: var(--themeColor);line-height: 48px;}
.newsInfo .swiperMax .btn .next:hover::before{color: #fff;}
.newsInfo .swiperMax .btn .next:hover{background-color: var(--themeColor);}

.newsInfo .search{margin: 40px 0;display: flex;align-items: center;justify-content: space-between;background: none;overflow: visible;}
.newsInfo .search .input{height: 60px;background-color: #fcfdff;border: 1px solid #ededed;padding: 0 40px 0 30px;width: 31.6026%;box-sizing: border-box;display: flex;align-items: center;justify-content: space-between;}
.newsInfo .search .input:last-child{width: 65.83333%;}
.newsInfo .search .input input{width: 90%;height: 100%;font-size: 16px;color: #999;    border: none;}
.newsInfo .search .input input::placeholder{color: #999;font-size: 16px;}
.newsInfo .search .input .img{width: 25px;height: 25px;display: block;cursor: pointer;}
.newsInfo .search .input .img::before{content: "\e603"; position: absolute;width: 25px;height: 25px;text-align: center;font-size: 25px;color: #999999;line-height: 25px;}


.newsInfo .search .input .holder{font-size: 16px;color: #999;}
.newsInfo .search .inputTime{cursor: pointer;position: relative;}
.newsInfo .search .inputTime::before{content: '';display: block;width: 12px;height: 12px;cursor: pointer; background: url(../images/zk.png) center center no-repeat;top: 50%;transform: translateY(-50%); right: 10%;position: absolute;}
.newsInfo .search .inputTime dl{position: absolute;opacity: 0;width: 100%;background-color: #fcfdff;top: 60px;left: 0;height: 90px;overflow-y: auto;z-index: 100;}
.newsInfo .search .inputTime.active dl{opacity: 1;}
.newsInfo .search .inputTime.active .img{transform: rotate(180deg);transition: .5s;}
.newsInfo .search .inputTime dl dd{width: 100%;font-size: 16px;color: #999;padding-left: 30px;box-sizing: border-box;line-height: 30px;}
.newsInfo .list{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;z-index: 90;}
.newsInfo .list dd{width: 31.6026%;margin-bottom: 60px;}
.newsInfo .list dd:hover .text{color: var(--themeColor);}
.newsInfo .list dd .pic{width: 100%;}
.newsInfo .list dd .pic::before{padding-top: 66.7343%;}
.newsInfo .list dd .text{padding: 20px 2px 40px 2px;line-height: 32px;height: 64px;font-size: 18px;color: #333;}
.newsInfo .list dd .timer{display: flex;justify-content: space-between;align-items: center;}
.newsInfo .list dd .timer .ck{display: flex;align-items: center;cursor: pointer;font-size: 16px;line-height: 16px; color: #999;}
.newsInfo .list dd .timer .ck img{margin-left: 10px;}
.newsInfo .list dd .timer .ck:hover{color: var(--themeColor);}
/* ————— 新闻资讯 end ————— */
/* ————— 科研培育 start ————— */
.scientificTitle{font-size: 28px;color: #013092;margin-bottom: 48px;}
.scientificTitle span{color: #333;}
.scientific{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;overflow: hidden;}
.scientific dd{width: 31.6026%;background-color: #fafbfc;border: 1px solid #ededed;box-sizing: border-box;margin-bottom: 40px;}
.scientific dd .con{padding: 60px 40px 44px;position: relative;}
.scientific dd .con .title{color: #333;font-size: 24px;margin-bottom: 16px;}
.scientific dd .con .text{font-size: 16px;color: #666;line-height: 28px;height: 56px;}
.scientific dd .pic::before{padding-top: 41.3793%;}
.scientific dd .con .next{position: absolute;width: 38px;height: 38px;border-radius: 50%;bottom: -19px;left: 40px;background: url(../images/nextImg.png) center center no-repeat,#fff;z-index: 100;border: 1px solid #e4e8f2;box-sizing: border-box;}
.scientific dd:hover{box-shadow: 0 0 16px rgba(1, 48, 146, 0.08);}
.scientific dd .con .next:hover{background: url(../images/nextImgH.png) center center no-repeat,#013092;border: none;}
.scientific dd:hover .con .title{color: #013092;}
/* ————— 科研培育  end ————— */
/* ————— 联系我们 start ————— */
.contactUs{padding: 120px 0;background: url(../test/images/contactUsbg.png) center bottom no-repeat;background-size: 100% 625px;}
.contactUs .toptitle{margin-bottom: 50px;}
.contactUs .tip{font-size: 16px;color: #999;margin: 30px 0 50px;}
.contactUs .lxfs{display: flex;justify-content: space-between;margin-bottom: 100px;}
.contactUs .lxfs .con{width: 53.8462%;padding: 90px 0 0 80px;box-sizing: border-box;background: url(../test/images/dlBg.png) center center no-repeat;background-size: cover;}
.contactUs .lxfs .pic{flex: 1;}
.contactUs .lxfs .pic::before{padding-top: 70.4167%;}
.contactUs .lxfs .con dd{display: flex;margin-bottom: 60px;}
.contactUs .lxfs .con dd:last-child{margin-bottom: 0;}
.contactUs .lxfs .con dd .img{width: 60px;height: 60px;border-radius: 50%;margin-right: 20px;}
.contactUs .lxfs .con dd .text{width: 63.1579%;}
.contactUs .lxfs .con dd .text .title{font-size: 18px;color: #333;margin-bottom: 10px;}
.contactUs .lxfs .con dd .text .phone{font-size: 16px;color: #666;line-height: 28px;}
.contactUs .form{margin-top: 50px;}
.contactUs .form .title{width: 100%;height: 72px;line-height: 72px;padding: 0 50px;box-sizing: border-box;color: #fff;font-size: 18px;background: linear-gradient(to right,#013092, #436abf);}
.contactUs .form .box{background-color: #fff;border: 1px solid #edeff5;width: 100%;padding: 30px 50px 60px;box-sizing: border-box;}
.contactUs .form .box .input{width: 100%;display: flex;align-items: center;justify-content: space-between;padding: 0;border: none;}
.contactUs .form .box .input .inputCon{width: 49.1096%;height: 57px;background-color: #f3f5fa;display: flex;align-items: center;padding: 0 30px;display: flex;align-items: center;box-sizing: border-box;margin-bottom: 30px;}
.contactUs .form .box .label{font-size: 16px;color: #999;margin-right: 16px;white-space: nowrap;}
.contactUs .form .box .label span{color: #ff0000;font-size: 20px;margin-right: 5px;}
.contactUs .form .box .input .inputCon input{font-size: 16px;color: #999;border: none;}
.contactUs .form .box .textarea{padding: 20px 30px;border: none;background-color: #f3f5fa;margin-bottom: 30px;}
.contactUs .form .box .textarea .label{margin-bottom: 20px;}
.contactUs .form .box .textarea textarea{resize: none;font-size: 16px;color: #999;height: 75px;line-height: 25px; border: none;    background-color: #f3f5fa;width: 100%;}
.contactUs .form .box .yzm .inputCon{padding: 0 170px 0 30px;position: relative;}
.contactUs .form .box .yzm .inputCon .code{position: absolute;width: 150px;height: 100%;right: 0;top: 0;cursor: pointer;}
.contactUs .form .box .submit{display: flex;align-items: center;}
.contactUs .form .box .submit .reset{font-size: 16px;color: #999;cursor: pointer;margin-right: 30px;}
.contactUs .form .box .submit .tj{padding: 0 3px 0 32px;display: flex;align-items: center;height: 48px;background-color: #013092;border-radius: 24px;}
.contactUs .form .box .submit .tj .text{font-size: 16px;color: #fff;margin-right: 20px;}
.contactUs .form .box .submit .tj .next{width: 42px;height: 42px;border-radius: 50%;background: url(../images/subNext.png) center center no-repeat,#fff;}
/* ————— 联系我们  end ————— */




/* ————— 运营模式 start ————— */
.operationOneBox{background-size: cover;background-position: center center;background-repeat: no-repeat;}
.operationOne .title{padding-top: 90px;text-align: center;margin-bottom: 65px;}
.operationOne .title .titleC{font-size: 32px; height: 55px; line-height: 55px;color: var(--themeColor);}
.operationOne .title span{font-size: 18px;height: 30px; line-height: 30px;color: #99a7bf;display: block;}

.operationOneC{overflow: hidden;padding-bottom: 120px;}
.operationOneC .picture{background-size: 100% 100%;background-position: center center;background-repeat: no-repeat;float: left;width: 560px;height: 523px;margin-right: 300px;}

.operationOneC .operationOneCList{width: 100%;height: 100%; position: relative;}
.operationOneC .operationOneCList dd.dd1{position: absolute;top: 18%;left:43%;}
.operationOneC .operationOneCList dd.dd2{position: absolute;top: 62%;left:13%;}
.operationOneC .operationOneCList dd.dd3{position: absolute;top: 62%;left:63%;}
.operationOneC .operationOneCList .quantity{font-size: 48px; line-height: 60px; height: 60px;color: var(--themeColor);}
.operationOneC .operationOneCList .quantity span{font-size: 16px; line-height: 30px;height: 30px;color: var(--themeColor);}
.operationOneC .operationOneCList .info{font-size: 16px;height: 30px; line-height: 30px;color: #8d9199;}

.operationOneC .text{overflow: hidden; padding-top: 50px;margin-bottom: 30px;}
.operationOneC .text .hurdle{font-size: 56px;height: 70px; line-height: 70px;color: rgb(1, 48, 146,0.2);margin-bottom: 5px;}
.operationOneC .text .con{font-size: 28px;height: 40px; line-height: 40px;color: var(--themeColor);margin-bottom: 20px;}
.operationOneC .text .info{font-size: 16px;height: 60px; line-height: 30px;color: #666;margin-bottom: 30px;}
.operationOneList{overflow: hidden;}
.operationOneList dd{float: left;margin-bottom: 30px;font-size: 18px;height: 35px;line-height: 35px;margin: 0 40px 15px 0;padding-left: 15px;position: relative;}
.operationOneList dd::before{content: '';display:block;width: 7px;height: 7px;border-radius: 50%;background-color: var(--themeColor);top:50%;transform: translateY(-50%); left:0 ;position: absolute;}

.operationTwo{background-size: cover;background-position: center center;background-repeat: no-repeat;overflow: hidden;}
.operationTwo .text{ overflow: hidden; padding-top: 100px;margin-bottom: 100px;}
.operationTwo .text .hurdle{font-size: 56px;height: 70px; line-height: 70px;color: rgb(1, 48, 146,0.2);margin-bottom: 8px;}
.operationTwo .text .con{font-size: 28px;height: 40px; line-height: 40px;color: #fff;margin-bottom: 20px;}
.operationTwo .text .info{font-size: 16px;height: 90px; line-height: 30px;color: #fff;margin-bottom: 70px;}

.operationTwo .operationtitle{position: relative;width: 450px;height: 360px;}
.operationTwo .operationtitle .typeOne{background-color: #fff;display: inline-block;padding: 25px 55px 25px 30px;border-radius: 12px;position: absolute;top: 0;left:0;}
.operationTwo .operationtitle .typeTwo{background-color: #fff;display: inline-block;padding: 25px 55px 25px 30px;border-radius: 12px;position: absolute;bottom: 0;left:0;}
.operationTwo .operationtitle .typeThree{background-color: #fff;display: inline-block;padding: 25px 55px 25px 30px;border-radius: 12px;position: absolute;bottom: 0;right: 0;}
.operationTwo .operationtitle .typeOne .num{font-size: 48px; line-height: 60px; height: 60px;color: var(--themeColor);margin-bottom: 30px;position: relative;}
.operationTwo .operationtitle .typeTwo .num{font-size: 48px; line-height: 60px; height: 60px;color: var(--themeColor);margin-bottom: 30px;position: relative;}
.operationTwo .operationtitle .typeThree .num{font-size: 48px; line-height: 60px; height: 60px;color: var(--themeColor);margin-bottom: 30px;}
.operationTwo .operationtitle .typeOne .num::before{background: url(../images/add.png) center center no-repeat;content: '';display: block;width: 15px;height: 15px;position: absolute;top: 11px;left: 33px;}
.operationTwo .operationtitle .typeTwo .num::before{background: url(../images/add.png) center center no-repeat;content: '';display: block;width: 15px;height: 15px;position: absolute;top: 11px;left: 72%;}
.operationTwo .operationtitle .typeOne .infoC{font-size: 16px;height: 30px; line-height: 30px;color: #8d9199;}
.operationTwo .operationtitle .typeTwo .infoC{font-size: 16px;height: 30px; line-height: 30px;color: #8d9199;}
.operationTwo .operationtitle .typeThree .infoC{font-size: 16px;height: 30px; line-height: 30px;color: #8d9199;}
.operationTwo .operationtitle .typeOne .numC .num .mu{font-size: 16px; line-height: 30px;height: 30px;color: var(--themeColor);}
.operationTwo .operationtitle .typeTwo .numC .num .mu{font-size: 16px; line-height: 30px;height: 30px;color: var(--themeColor);}
.operationTwo .operationtitle .typeThree .numC .num .mu{font-size: 16px; line-height: 30px;height: 30px;color: var(--themeColor);}






.operationTwo .map{float:right;width: 911px;height: 441px;padding-top: 232px;position: relative;}
.operationTwo .mapCList dd{display: inline-block;text-align: center;}

.operationTwo .mapCList .mapText{font-size: 22px;height: 40px; line-height: 40px;color: var(--themeColor);}
.operationTwo .mapCList dd.dd1{position: absolute;       top: 67.6%;right: 15.5%; display: flex; align-items: center;}
.operationTwo .mapCList dd.dd1 .circle{margin: 0;}
.operationTwo .mapCList dd.dd1 .mapText{margin-left: 20px;}
.operationTwo .mapCList dd.dd2{position: absolute; bottom: 17%;
    right: 19.3%;}
.operationTwo .mapCList dd.dd3{position: absolute;     bottom: 4%;
    right: 10%;}
.operationTwo .mapCList dd .circle {
    width: 10px;
    height: 10px;
    background-color: var(--themeColor);
    position: relative;
    border-radius: 50%;
    z-index: 10;
  }

  .circle:after {
    background-color: rgb(1, 48, 146, 0.3);
  }

  .circle:after {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    left: -7px;
    top: -7px;
    border-radius: 50%;
    animation: circle 1.5s ease-out 0s infinite;
  }
  
  @keyframes circle {
    0% {
      transform: scale(0.5);
      opacity: 1;
    }
 
    30% {
      opacity: 1;
    }
 
    100% {
      transform: scale(1.4);
      opacity: 0;
    }
  }




.operationThreeBox{background-color: #f5f7fc;overflow: hidden;}
.operationThree{background-size: cover;background-position: center center;background-repeat: no-repeat;height: 821px;width: 980px;float: left;margin-right: 130px;}
.operationThree .operationThreeList{width: 100%;height: 100%;position: relative;}
.operationThree .operationThreeList dd .pic{width: 153px;}
.operationThree .operationThreeList dd .pic::before{padding-top: 88%;}
.operationThree .operationThreeList dd .pic::after{content: '';display: block;background: url(../images/.operationThreeBg.png) no-repeat center center / 100% 100% ;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%); width: 106%;height: 106%;}
.operationThree .operationThreeList dd .pic img{    mask-image: url(../test/images/markBg1.png);
    -webkit-mask-image: url(../test/images/markBg1.png);
    mask-size: cover;
    -webkit-mask-size: cover;z-index: 2;}
.operationThree .operationThreeList dd.dd1{position: absolute;top: 57%;left: 18%;}
.operationThree .operationThreeList dd.dd1 .pic{width: 230px}
.operationThree .operationThreeList dd.dd2{position: absolute;top: 35.3658%;left: 36.7346%;}
.operationThree .operationThreeList dd.dd2 .pic{width: 310px;}
.operationThree .operationThreeList dd.dd3{position: absolute; top: 31%;left: 66%;}
.operationThree .operationThreeList dd.dd4{position: absolute;    top: 61%;left: 64%;}
.operationThreeC{overflow: hidden; }
.operationThreetext{ padding-top: 105px;margin-bottom: 30px;}
.operationThreetext .hurdle{font-size: 56px;height: 70px; line-height: 70px;color: rgb(1, 48, 146,0.2);margin-bottom: 10px;}
.operationThreetext .con{font-size: 28px;height: 40px; line-height: 40px;color: var(--themeColor);margin-bottom: 20px;}
.operationThreetext .info{font-size: 16px;height: 60px; line-height: 30px;color: #666;margin-bottom: 70px;}
.operationThreetext .infoC{font-size: 16px;height: 60px; line-height: 30px;color: #333333;margin-bottom: 70px;position: relative;padding-top: 15px;}
.operationThreetext .infoC::before{content: '';display:block;width: 24px;height: 4px;background-color: var(--themeColor);top:0; left:0 ;position: absolute;}
.operationThreetext .operationThreeList{padding: 0 10px;}
.operationThreetext .operationThreeList dd{background-color: #fff;padding: 15px 100px 15px 40px;margin-bottom: 20px;overflow: hidden;display: inline-block; transition: all 0.3s linear; -webkit-transition: all 0.3s linear;}
.operationThreetext .operationThreeList dd:hover{    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);}
.operationThreetext .operationThreeList dd .pic{width: 40px;float: left;margin: 19px 55px 0 0;}
.operationThreetext .operationThreeList dd .pic::before{padding-top: 100%;}
.operationThreetext .operationThreeList dd.dd2 .pic{width: 46px;}
.operationThreetext .operationThreeList dd.dd2 .pic::before{padding-top: 65.2%;}
.operationThreetext .operationThreeList dd .pic::after{content: '';display: block; width: 1px; height: 52px;color: #ededed; position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.operationThreetext .operationThreeList dd .titleCon{overflow: hidden;}
.operationThreetext .operationThreeList dd .title{font-size: 24px;height: 40px; line-height: 40px;color: var(--themeColor);}
.operationThreetext .operationThreeList dd .centent{font-size: 16px;height: 30px; line-height: 30px;color: #666666;}


.operationFourBox{background-size: cover;background-position: center center;background-repeat: no-repeat;overflow: hidden;}
.operationFourBox .text{padding-top: 110px;margin-bottom: 130px;}
.operationFourBox .text .hurdle{font-size: 56px;height: 70px; line-height: 70px;color: rgb(1, 48, 146,0.2);margin-bottom: 10px;}
.operationFourBox .text .con{font-size: 28px;height: 40px; line-height: 40px;color: var(--themeColor);margin-bottom: 20px;margin-bottom: 65px;}
.operationFourBox .text .textC .title{font-size: 24px;height: 40px; line-height: 40px;color: #333333;padding-left: 38px;background: url(../images/operationFour.png) no-repeat left center;margin-bottom: 15px;}
.operationFourBox .text .textC .info{font-size: 16px;height: 90px; line-height: 30px;color: #666666;}




.operationFourBox .operationtitle.operationtitle.operationtitle2{ display: flex;flex-direction: row;justify-content: space-between;margin-bottom: 140px;}
.operationFourBox .operationtitle.operationtitle.operationtitle2 .type{padding: 24px 90px 16px 60px; position: relative;background-color: #ffff;border: 1px solid #d5dff2;overflow: hidden;}
.operationFourBox .operationtitle.operationtitle2 .type:last-child{margin-right: 0;}
.operationFourBox .operationtitle.operationtitle2 .type .iconC{float: left;margin-right: 40px;}
.operationFourBox .operationtitle.operationtitle2 .type .icon{display: inline-block;}
.operationFourBox .operationtitle.operationtitle2 .type .icon .ljIcon{font-size: 32px;color: var(--themeColor);margin-right: 15px;}
.operationFourBox .operationtitle.operationtitle2 .type .time{overflow: hidden;}
.operationFourBox .operationtitle.operationtitle2 .type .numC{display: inline-block;}


.operationFourBox .operationtitle.operationtitle2 .type .numC .num{font-size: 42px; height: 60px;line-height: 60px;color: #013092;padding-right: 60px;border-right: 1px solid #d5dff2;}
.operationFourBox .operationtitle.operationtitle2 .type .numC .num .mu{font-size: 24px;height: 60px;line-height: 60px;color: #013092;padding-left: 5px;}
.operationFourBox .operationtitle.operationtitle2 .type .time .info{font-size: 18px;height: 35px; line-height: 35px;color: #333;}
.operationFourBox .operationtitle.operationtitle2 .type .time .timeC{font-size: 16px;height: 30px; line-height: 30px;color: #8d9199;margin:  0 20px;}
/* ————— 运营模式  end ————— */

/* ————— 核心业务 start ————— */
.kernelList {padding-top: 60px;}
.kernelList dd{ margin-bottom: 160px;position: relative;}
.kernelList dd .pic{width: 46%;float: right;}
 .kernelList dd .pic img{mask-image: url(../images/kernel.png);-webkit-mask-image: url(../images/kernel.png);mask-size: cover;-webkit-mask-size: cover;}   
.kernelList dd .pic .icon{width: 80px;height: 80px;transform: skew(-12deg);background-color: var(--themeColor);background-position: center center;background-repeat: no-repeat;background-size: 30px;position: absolute;left: -8px;bottom: -80px;}
.kernelList dd:nth-child(2n) .pic{float: left;}
.kernelList dd:nth-child(2n) .pic img{mask-image: url(../images/kernel2.png);-webkit-mask-image: url(../images/kernel2.png);}
.kernelList dd:nth-child(2n) .pic .icon{right: 12%;left: unset;}
.kernelList dd:nth-child(2n) .kernelC{left: unset;right: 0;padding-left: 33px;}
.kernelList dd:nth-child(2n) .kernelC .kernelCBg{background: url(../images/kernelBg2.png) no-repeat center center /100%;}
.kernelList dd .pic::before{padding-top: 56.3829%;}
.kernelList dd .kernelC{width: 59%;position: absolute;left: 0;top: 0; padding-top: 80px;}
.kernelList dd .kernelC .kernelCBg{position: absolute;width: 100%;left: 0;top: 80px;background: url(../images/kernelBg.png) no-repeat center center /100%;}
.kernelList dd .kernelC .text{margin-left: 180px;padding: 85px 0 0;position: relative;z-index: 2;}
.kernelList dd .kernelC .text .hurdle{font-size: 52px;line-height: 80px; height: 80px;color: rgb(1, 48, 146, 0.2);margin-bottom: 15px;}
.kernelList dd .kernelC .text .con{font-size: 32px;height: 40px; line-height: 40px;color: var(--themeColor);margin-bottom: 45px;}
.kernelList dd .kernelC .text .title{font-size: 24px;height: 40px; line-height: 40px;color:#333333;margin-bottom: 5px;width: 80%;}
.kernelList dd .kernelC .text .info {
    font-size: 16px;
    height: 90px;
    line-height: 30px;
    color: #666;
    width: 80%;
    overflow-y: auto; 
    overflow-x: hidden; 
    white-space: normal;
}
.kernelList dd .kernelC .text .info::-webkit-scrollbar {width: 4px; background:#eaeff2;}
/* ————— 核心业务  end ————— */


/* ————— 价值体现 start ————— */
.embodyValueOne{margin: 120px 0 80px 0;overflow: hidden;}
.embodyValueOne .pic{width: 760px;float: right;overflow: hidden;}
.embodyValueOne .pic::before{padding-top: 66.5789%;}
.embodyValueOne .text{overflow: hidden;}
.embodyValueOne .text .title{font-size: 32px;height: 100px; line-height: 50px;color: #333333;margin-bottom: 135px;}
.embodyValueOne .text .hurdle{font-size: 28px;height: 80px; line-height: 80px;color: var(--themeColor);margin-bottom: 5px;}
.embodyValueOne .text .hurdle span{font-size: 56px;height: 80px; line-height: 80px;color: rgb(1, 48, 146, 0.2);margin-right: 15px;}
.embodyValueOne .text  .info{font-size: 16px;color: #666666; height: 180px;line-height: 30px;}

.embodyValueTwo{background-size: cover;background-position: center center;background-repeat: no-repeat;height: 600px;position: relative;}
.embodyValueTwo .text{position: relative;padding: 0 60px 0 45px;bottom: 5%; left: 1.92%;display: inline-block;position: absolute;border: 1px solid #ffffff;background-size: cover;background-position: center center;background-repeat: no-repeat;}
.embodyValueTwo .text .hurdle{ font-size: 28px;height: 80px; line-height: 80px;color: var(--themeColor);padding-top: 30px;}
.embodyValueTwo .text .hurdle span{font-size: 56px;height: 80px; line-height: 80px;color: rgb(1, 48, 146, 0.2);margin-left: 323px;}
.embodyValueTwo .text  .info{font-size: 16px;color: #666666; height: 150px;line-height: 30px;margin-bottom: 40px;}

.embodyValueThree{border-bottom: 1px solid #e6e6e6;}
.embodyValueThreeScroll{overflow: hidden;position: relative;}
.embodyValueThreeScroll .bd .swiper-wrapper .swiper-slide{width: 20%;}
.embodyValueThreeScroll .bd .swiper-wrapper .swiper-slide .con{display: block;}
.embodyValueThreeScroll .bd .swiper-wrapper .swiper-slide .con .pic{margin: 60px 0 70px 0;}
.embodyValueThreeScroll .bd .swiper-wrapper .swiper-slide .con .pic::before{padding-top: 50%;}
.embodyValueScrollPrev{ display:block; width: 40px; height: 40px;border-radius: 50%; cursor: pointer;  background:#ffffff url(../images/column5ScrollPrev.png) no-repeat center center; position: absolute; left: 0%; top: 50%; transform: translateY(-50%); z-index: 1;border: 1px solid #d8dfeb;transition: all 0.3s;-webkit-transition: all 0.3s;}
.embodyValueScrollPrev:hover{ background:var(--themeColor) url(../images/column5ScrollPrevH.png) no-repeat center center;}
.embodyValueScrollNext{ display:block; width: 40px; height: 40px; border-radius: 50%; cursor: pointer; background:#ffffff url(../images/column5ScrollNexth.png) no-repeat center center; position: absolute; right: 0; top:50%;transform: translateY(-50%); z-index: 1;border: 1px solid #d8dfeb;transition: all 0.3s;-webkit-transition: all 0.3s;}
.embodyValueScrollNext:hover{ background:var(--themeColor) url(../images/column5ScrollNext.png) no-repeat center center;}

.embodyValueFuor {margin-bottom: 135px;}
.embodyValueFuor .hurdle{font-size: 28px;height: 80px; line-height: 80px;color: var(--themeColor);margin:65px 0 25px 0;}
.embodyValueFuor .hurdle span{font-size: 56px;height: 80px; line-height: 80px;color: rgb(1, 48, 146, 0.2);margin-right: 15px;}
.embodyValueFuorList{overflow: hidden;margin-right: -40px;}
.embodyValueFuorList dd{width: 50%;float: left;}
.embodyValueFuorList dd a{margin-right: 40px;display: block;}
.embodyValueFuorList dd a .pic{overflow: hidden;margin-bottom: 30px;}
.embodyValueFuorList dd a .pic::before{padding-top: 66.5789%;}
.embodyValueFuorList dd a .text{font-size: 24px;height: 40px; line-height: 40px;color:#333333;margin-bottom: 10px;}
.embodyValueFuorList dd:hover a .text{color: var(--themeColor);}
.embodyValueFuorList dd a .info{font-size: 16px;height: 60px; line-height: 30px;color: #666666;}
.embodyValueFuorList dd:hover a .info{color: var(--themeColor);}
/* ————— 价值体现  end ————— */
/* ————— 产品中心 start ————— */

.productCenterF{display: flex;justify-content: space-between;padding-top: 60px;margin-bottom: 120px;}
.productCenterList{display: inline;width: 100%;}
.productCenterList dd .con{border-top: 1px solid #edf0f7;}
.productCenterList dd:last-child .con{border-bottom: 1px solid #edf0f7;}
.productCenterList dd .con .conUp{line-height: 100px;height: 100px;}
.productCenterList dd .con .conUp .icon{float: right;display: inline;width: 20px;height: 100%;background: url("../images/productCenterListIcon.png") no-repeat center center;transition: all 0.3s;-webkit-transition: all 0.3s;}
.productCenterList dd.active .con .conUp .icon{background: url("../images/productCenterListIconH.png")no-repeat center center;}
.productCenterList dd .con .conUp .conUpText{overflow: hidden;font-size: 20px;color: #333333;}
.productCenterList dd.active .con .conUp .conUpText{color: var(--themeColor);}
.productCenterList dd.active .conUp .icon{transform: rotate(180deg);-webkit-transform: rotate(180deg);}
.productCenterList .conDown{display: none;}
.productCenterList .conDown li{margin-bottom: 20px;}
.productCenterList .conDown li a{display: block;}
.productCenterList .conDown li .conDownL{float: left;display: inline;width: 10px;height: 10px;border: 1px solid #dedede; margin-top: 10px;margin-right: 16px;transition: all 0.3s;-webkit-transition: all 0.3s;}
.productCenterList .conDown li .conDownText{overflow: hidden;line-height: 30px;font-size: 16px;color: #666666;transition: all 0.3s;-webkit-transition: all 0.3s;}
.productCenterList .conDown li .conDownText em{font-style: normal;}
.productCenterList .conDown li .conDownText span{font-size: 14px;}
.productCenterList .conDown li a.active .conDownL{background-color: var(--themeColor);}
.productCenterList .conDown li a.active .conDownText{color: var(--themeColor);}

.productCenterC {width: 100%;}
.productCenterC .productCenterCTop{padding: 25px 0; font-size: 16px;color: #999999;overflow: hidden;border-bottom: 1px solid #edf0f7;border-top: 1px solid #edf0f7;margin-bottom: 40px;}
.productCenterC .productCenterCTop .productCenterCTopL{overflow: hidden;}
.productCenterC .productCenterCTop .productCenterCTopR{float: right;margin-left: 30px;line-height: 30px;height: 30px;}
.productCenterCTopL dd{float: left;display: inline;margin-right: 20px;line-height: 30px;font-size: 16px;color: #999999;}
.productCenterCList{margin-right: -40px;margin-bottom: 80px;}
.productCenterCList dd{float: left;width: 33.3333%;margin-bottom: 30px;}
.productCenterCList dd a{margin-right: 40px;display: block;}
.productCenterCList dd a .pic{overflow: hidden;margin-bottom: 20px;}
.productCenterCList dd a .pic::before{padding-top: 66.6666%;}
.productCenterCList dd a .text {padding-left: 18px;position: relative;}
.productCenterCList dd a .text::before{content: '';position: absolute;left: 0;top: 12px;width:7px;height: 7px;background-color: #e1e8f5;border-radius: 50%;}
.productCenterCList dd a .text .cnText{font-size: 16px;color: #333333;height: 30px;line-height: 30px;}
.productCenterCList dd:hover a .text .cnText{color: var(--themeColor);}
.productCenterCList dd a .text .enText{font-size: 14px;height: 30px; line-height: 30px;color: #999;}
.productCenterCList dd:hover a .text .enText{color: var(--themeColor);}
/* ————— 产品中心 end ————— */
/* ————— 全图列表 start ————— */
.imgList{padding: 90px 0;}
.imgListC{margin-right: -40px;}
.imgListC dd{float: left;width: 33.3333%;margin-bottom: 30px;}
.imgListC dd a{margin-right: 40px;display: block;}
.imgListC dd a .pic{overflow: hidden;margin-bottom: 20px;}
.imgListC dd a .pic::before{padding-top: 66.6666%;}
.imgListC dd a .text {padding-left: 18px;position: relative;}
.imgListC dd a .text::before{content: '';position: absolute;left: 0;top: 12px;width:7px;height: 7px;background-color: #e1e8f5;border-radius: 50%;}
.imgListC dd a .text .cnText{font-size: 16px;color: #333333;height: 30px;line-height: 30px;}
.imgListC dd:hover a .text .cnText{color: var(--themeColor);}
.imgListC dd a .text .enText{font-size: 14px;height: 30px; line-height: 30px;color: #999;}
.imgListC dd:hover a .text .enText{color: var(--themeColor);}
/* ————— 全图列表 end ————— */
/* ————— 全文列表 start ————— */
.textList{padding: 90px 0;}
.textListC dd{margin-bottom: 25px;border-bottom: 1px solid #ebedf2;}
.textListC dd .content{font-size: 18px;color: #333;line-height: 32px;margin-bottom: 15px;}
.textListC dd:hover .content{color: var(--themeColor);}
.textListC dd .time{font-size: 15px;color: #666666;line-height: 30px;padding-left: 25px;background: url(../images/newsViewTime.png) no-repeat left center / 15px;}
/* ————— 全文列表 end ————— */
/* ————— 产品详情 start ————— */
.productDetails {overflow: hidden;padding: 60px 0;}
.productDetails .text{overflow: hidden;}
.productDetails .text .title {padding-bottom:30px;border-bottom: 1px solid #ebedf2;}
.productDetails .text .title .titleCn{font-size: 32px;height: 50px;line-height: 50px;color: #333;margin-bottom: 5px;}
.productDetails .text .title .titleNg{font-size: 18px; height: 30px; line-height: 30px; color: #999;}
.productDetails .text .classify{padding: 25px 30px 25px 0;overflow: hidden;border-bottom: 1px solid #ebedf2;margin-bottom: 30px;}
.productDetails .text .classify .classifyC{font-size: 16px;height: 30px; line-height: 30px; color: #999;float: left;}
.productDetails .text .classify span{float: right;font-size: 16px;height: 30px; line-height: 30px; color: #666;}
.productDetailsList .titleC{font-size: 22px;height: 40px; line-height: 40px;color: #333;margin-bottom: 20px;}
.productDetailsList{padding-bottom: 95px;border-bottom: 1px solid #ebedf2;}
.productDetailsList dd .content{font-size: 16px; line-height: 40px;color: #666;position: relative;padding-left: 18px;}
.productDetailsList dd .content::before{content: '';position: absolute;left: 0;top: 50%;transform: translateY(-50%);width:6px;height: 6px;background-color: #e1e8f5;border-radius: 50%;}
.productDetailsList dd .content span{color: #333;margin-right: 10px;}

.productDetailsC{float: right;width: 48.7117%;position: relative;overflow: hidden;margin-left: 80px;}
.productDetailsCScroll{overflow: hidden;}
.productDetailsCScroll .bd .swiper-wrapper .swiper-slide{width: 20%;}
.productDetailsCScroll .bd .swiper-wrapper .swiper-slide .con{display: block;}
.productDetailsCScroll .bd .swiper-wrapper .swiper-slide .con .pic::before{padding-top: 66.7105%;}

.productDetailsC2{position: absolute;bottom : 0;left: 0;width: 100%;box-sizing: border-box; padding: 0 20px 20px;}
.productDetailsC2Scroll{overflow: hidden;width: 100%;}
.productDetailsC2Scroll .bd .swiper-wrapper .swiper-slide{width: 20%;}
.productDetailsC2Scroll .bd .swiper-wrapper .swiper-slide .con{display: block;border: 1px solid #a7a6b5;cursor: pointer;}
.productDetailsC2Scroll .bd .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .con{border: 2px solid #fff;}
.productDetailsC2Scroll .bd .swiper-wrapper .swiper-slide .con .pic::before{padding-top: 66.4705%;}


.productDetailsText{margin-bottom: 120px;}
.productDetailsText .title{font-size: 22px;height: 60px; line-height: 60px;color:#333;background-color:#f3f4f6 ;padding: 0 30px 0 50px;position: relative;margin-bottom: 24px;}
.productDetailsText .title::before{content: '';position: absolute;left: 30px;top: 50%;transform: translateY(-50%);width:8px;height: 8px;background-color: var(--themeColor);border-radius: 50%;}
.productDetailsText .productDetailOne .text{font-size: 16px; line-height: 30px;color: #666;margin-bottom: 55px;}
.productDetailsText .productDetailTwo .text{font-size: 16px; line-height: 30px;color: #666;margin-bottom: 55px;}
.productDetailsText .productDetailThree .text{font-size: 16px; line-height: 30px;color: #666;margin-bottom: 55px;}
.productDetailsText .productDetailTwo .text .titleC{font-size: 18px;height: 30px; line-height: 30px;color: #333;margin-bottom: 15px;font-weight: bold;}
.productDetailsText .productDetailTwo .text .info{font-size: 16px; line-height: 30px;color: #666;margin-bottom: 30px;}
.productDetailsText .productDetailTwo .text .info span{color: #333;font-weight: bold;}

.productDetailsText .productDetailThree .text .titleC{font-size: 18px;height: 30px; line-height: 30px;color: #333;margin-bottom: 15px;font-weight: bold;}
.productDetailsText .productDetailThree .text .info{font-size: 16px; line-height: 30px;color: #666;margin-bottom: 30px;}
/* ————— 产品详情  end ————— */

/* ————— 企业优势 start ————— */
.advantageOne{background-position: center center;background-size: cover;background-repeat: no-repeat;overflow: hidden;}
.advantageOneC{padding: 90px 0 120px;}
.advantageOneC .title{text-align: center;line-height: 70px;height: 70px;font-size: 28px;color: var(--themeColor);}
.advantageOneC .title span{font-size: 56px;color: rgb(1, 48, 146,0.2);font-style: italic;
}
.advantageOneC .info{text-align: center;line-height: 40px;font-size: 16px;color: #666666;margin-bottom: 48px;}
.advantageOneCList{margin-right: -10px;}

.advantageOneCList dd {
    float: left;
    display: inline;
    width: 33.33%;
    height: 600px;
    transition: all 0.3s linear; -webkit-transition: all 0.3s linear;
}
.advantageOneCList dd.active{width: 49%;}
.advantageOneCList dd .con{margin-right: 10px;height: 100%;cursor: pointer;}
.advantageOneCList dd .con .pic{height: 100%;}
.advantageOneCList dd .con .pic::after{display: block;content: "";width: 100%;height: 100%;position: absolute;left: 0;top: 0; background-image: -moz-linear-gradient( 90deg, rgba(1,48,146,0.8) 0%, rgba(255,255,255,0) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgba(1,48,146,0.8) 0%, rgba(255,255,255,0) 100%);
  background-image: -ms-linear-gradient( 90deg, rgba(1,48,146,0.8) 0%, rgba(255,255,255,0) 100%);}
.advantageOneCList dd .con .pic::before{display: none;}
.advantageOneCList dd .con .pic .conC{position: absolute;z-index: 2; width: 100%;transition: all 0.3s;-webkit-transition: all 0.3s; padding: 0 40px 40px;left: 0;bottom: 0;box-sizing: border-box;-webkit-box-sizing: border-box;}
.advantageOneCList dd.active .con .pic .conC{padding: 0 60px 40px;}
.advantageOneCList dd .con .pic .conC .icon{height: 42px;margin-bottom: 25px;}
.advantageOneCList dd .con .pic .conC .icon img{height: 100%;position: unset;width: auto;}
.advantageOneCList dd .con .pic .conC .conTitle{line-height: 40px;height: 40px;font-size: 28px;color: #ffffff;margin-bottom: 10px;}
.advantageOneCList dd .con .pic .conC .conText{line-height: 30px;height: 90px;overflow: hidden;font-size: 16px;color: #ffffff;}

.advantageTwo{background-position: center center;background-size: cover;overflow: hidden;}
.advantageTwo .hurdle{padding-top: 105px;font-size: 56px;line-height: 70px;height: 70px;color: rgb(255, 255, 255, 0.2);margin-bottom: 12px;font-style: italic;
}
.advantageTwo .con{font-size: 28px;line-height: 50px;height: 50px;color: #fff;margin-bottom: 15px;}
.advantageTwo .info{font-size: 16px;line-height: 30px;color: #ffffff;margin-bottom: 245px;}
.advantageTwo .operationFourList{overflow: hidden;padding-bottom: 100px;}
.advantageTwo .operationFourList dd{float: left;background-color: #ffffff;width: 50%;}
.advantageTwo .operationFourList dd a{padding: 55px 120px;display:block;display: flex;justify-content: space-between;align-items: center;border-right: 1px solid #e6e6e6;}
.advantageTwo .operationFourList dd:last-child a{border: none;}
.advantageTwo .operationFourList dd a .icon{text-align: center;}
.advantageTwo .operationFourList dd a .icon .pic{width: 45px;margin:0 auto 8px;}
.advantageTwo .operationFourList dd a .icon span{font-size: 22px;height: 40px; line-height: 40px;color: var(--themeColor);}
.advantageTwo .operationFourList dd a .icon .pic::before{padding-top: 100%;}
.advantageTwo .operationFourList dd a .text{font-size: 16px;line-height: 30px;height: 60px;color: #666666;}


.advantageThree{overflow: hidden;padding-top: 120px;margin-bottom: 120px;}
.advantageThree .picC{float:right;width: 360px;}
.advantageThree .picC .pic::before{padding-top: 155.5555%;}
.advantageThree .advantageThreeC{margin-right: 400px; border-bottom: 1px solid #e6e6e6;padding-bottom: 35px;}
.advantageThree .advantageThreeC .title{float: left;margin-right: 60px;}
.advantageThree .advantageThreeC .title .hurdle{font-size: 56px;line-height: 70px;height: 70px;color:rgb(1, 48, 146, 0.2);margin-bottom: 12px;font-style: italic;
}
.advantageThree .advantageThreeC .title .con{font-size: 28px;line-height: 50px;height: 50px;color: var(--themeColor);margin-bottom: 50px;}
.advantageThree .advantageThreeC .title .pic{width: 466px;left: -45px;}
.advantageThree .advantageThreeC .title .pic::before{padding-top: 69.957%;}
.advantageThree .advantageThreeC .text{overflow: hidden;}
.advantageThree .advantageThreeC .text .info{font-size: 24px;line-height: 40px;height: 80px;color: #333333;margin-bottom: 50px;border-bottom: 1px solid #e6e6e6;padding: 40px 0 30px 0;}
.advantageThree .advantageThreeC .text .titleC{font-size: 24px;height: 40px; line-height: 40px;color: var(--themeColor);margin-bottom: 17px;}
.advantageThree .advantageThreeC .text .infoC{font-size: 16px;line-height: 30px;height: 60px;color: #666666;margin-bottom: 45px;}



.advantageFour{overflow: hidden;margin-bottom: 120px;}
.advantageFour .picC{float:left;width: 360px;}
.advantageFour .picC .pic::before{padding-top: 150%;}
.advantageFour .advantageFourC{margin-left: 400px; border-bottom: 1px solid #e6e6e6;padding-bottom: 20px;}
.advantageFour .advantageFourC .title{float: right;margin-left: 70px;}
.advantageFour .advantageFourC .title .hurdle{font-size: 56px;line-height: 70px;height: 70px;color:rgb(1, 48, 146, 0.2);margin-bottom: 12px;  padding-left: 20%;font-style: italic;
}
.advantageFour .advantageFourC .title .con{font-size: 28px;line-height: 50px;height: 50px;color: var(--themeColor);margin-bottom: 50px;text-align: center;}
.advantageFour .advantageFourC .title .pic{width: 466px;right: 0;}
.advantageFour .advantageFourC .title .pic::before{padding-top: 74.6421%;}
.advantageFour .advantageFourC .text{overflow: hidden;}
.advantageFour .advantageFourC .text .info{font-size: 24px;line-height: 40px;height: 80px;color: #333333;margin-bottom: 50px;border-bottom: 1px solid #e6e6e6;padding: 40px 0 30px 0;}
.advantageFour .advantageFourC .text .titleC{font-size: 24px;height: 40px; line-height: 40px;color: var(--themeColor);margin-bottom: 17px;}
.advantageFour .advantageFourC .text .infoC{font-size: 16px;line-height: 30px;height: 60px;color: #666666;margin-bottom: 45px;}
/* ————— 企业优势  end ————— */
