/*20211110ly*/
@font-face {
    font-family: icon;
    src: url('../../../../fonts/iconfont.eot');
    src: url('../../../../fonts/iconfont.eot?#iefix') format('embedded-opentype'),url('../../../../fonts/iconfont.woff') format('woff'),url('../../../../fonts/iconfont.ttf') format('truetype'),url('../../../../fonts/iconfont.svg#iconfont') format('svg');
}
body{
    font-family: Microsoft Yahei,"YaHeiUI";
    margin: 0;
    padding:0;
}
.body_home {background:#fff;min-width: 1200px; height:100%;overflow:hidden;}
.body_home .bb{background: rgba(0,0,0,0.4);position:absolute;z-index: 5; left:50%;bottom:0;text-align:center;transform:translateX(-50%);color: #fff;font-size:36px;cursor: pointer;opacity:0;font-family:icon;padding:0 10px;animation:bb 2s linear 0s infinite;}
@keyframes bb{
    0%{transform:translate(-50%,0);opacity:0;}
    20%{transform:translate(-50%,3px);opacity:1;}
    80%{transform:translate(-50%,10px);opacity:1;}
    90%{transform:translate(-50%,10px);opacity:0;}
    100%{transform:translate(-50%,10px);opacity:0;}
}
.body_home.showdiv .bb{opacity:1;}
.body_home .bb:hover{ animation-play-state:paused;color: #b22830;}


.body_b{position:fixed;left:0%;top:100%;bottom:0;right:0;background:#fff;transition:top 0.7s cubic-bezier(0.5,0,0.2,1) 0s;z-index:99;overflow:auto;outline:none;}
.body_b.showdiv{top:120px;}
.body_b.showdiv{display: block;}

.hotnews {
    min-width: 1200px;
}

.hotnewslist {
    width: 1100px;
    display: flex;
    justify-content: space-between;
    margin: 22px auto 70px ;
}
.indexhotnews {
    width: 536px;
    height: 500px;
    background: url("../../../../images/web/index/index/indexb.png") center top no-repeat;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
    position: relative;
    overflow: hidden;
}
.indexspecialnews {
    width: 536px;
    height: 500px;
    background: url("../../../../images/web/index/index/indexy.png") center top no-repeat;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
    position: relative;
}
.indexhotnewstitle ,
.indexspecialnewstitle {
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding-left: 26px;
    font-size: 18px;
    font-family: Microsoft Yahei,"YaHeiUI";
    font-weight: bold;
    color: #FFFFFF;
}
.hotnewstitle {
    width: 1100px;
    height: 130px;
    margin: 0 auto 50px;
    background:url("../../../../images/web/index/index/hotnewstitlexian2.png") center bottom no-repeat;
    position: relative;
}
.hotnewstitle1 {
    width: 100%;
    height: 36px;
    font-size: 30px;
    font-weight: bold;
    color: #020202;
    line-height: 30px;
    text-align: center;
    position: absolute;
    bottom: 0px;
}
.indexhotnewsboxItem {
    /*width: 100%;*/
    height: auto;
    margin-left: 24px;
    margin-right: 32px;
    border-bottom:1px solid #EFEFF0;;

}
.indexhotnewsboxItemti {
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-indent: 17px;
    background:url("../../../../images/web/index/index/indexbb.png") left center no-repeat;
    font-size: 15px;
    font-weight: 400;
    color: #1A1A1A;
    cursor: pointer;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hotspecialnews {
    font-size: 16px;
    font-weight: bold;
    color: #183E98;
    margin-top: 10px;
    height: 40px;
}
.indexhotnewsboxItemco {
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #8D8D8D;
    margin-top: 10px;
    margin-bottom: 15px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.indexhotnewsmore {
    width: 100%;
    height: 30px;
    margin-top: 20px;
    cursor: pointer;
    /*background: url("../../../../images/web/index/index/indexmoreb.png") right 47px center no-repeat;*/
    position: absolute;
    bottom: 25px;
}
.indexhotnewsmoretext {
    position: absolute;
    right: 47px;
    width: 90px;
    height: 30px;
    cursor: pointer;
    text-indent: 27px;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    background: #234CA8;
}

.indexspecialnewsboxItem {
    /*width: 100%;*/
    height: auto;
    margin-left: 24px;
    margin-right: 32px;
    border-bottom:1px solid #EFEFF0;;

}
.indexspecialnewsboxItemti {
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-indent: 17px;
    background:url("../../../../images/web/index/index/indexyy.png") left center no-repeat;
    font-size: 15px;
    font-weight: 400;
    color: #1A1A1A;
    cursor: pointer;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.specialspecialnews {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    color: #8F6B13;
    height: 40px;
}
.indexspecialnewsboxItemco {
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #8D8D8D;
    margin-top: 10px;
    margin-bottom: 15px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.indexspecialnewsmore {
    width: 100%;
    height: 30px;
    cursor: pointer;
    /*background: url("../../../../images/web/index/index/indexmorey.png") right 47px center no-repeat;*/
    position: absolute;
    bottom: 25px;
}
.indexspecialnewsmoretext {
    position: absolute;
    right: 47px;
    width: 90px;
    height: 30px;
    cursor: pointer;
    text-indent: 27px;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    background: #A88123;
}
.hotnew {
    background: url("../../../../images/web/index/zxbg.png") no-repeat;
    width: 336px;
    height: 76px;
    box-shadow:3px 0px 16px 0px #e5e5e5;
    border-top-right-radius: 5px;
    position: relative;
    transition: all 0.3s;
    -ms-transition:all 0.3s; /* IE 9 */
    -moz-transition:all 0.3s; /* Firefox */
    -webkit-transition:all 0.3s; /* Safari 和 Chrome */
    -o-transition:all 0.3s; /* Opera */
    transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -webkit-transform: translateY(0px);
}
.hotnew:hover {
    transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
}
.hotnewd {
    position: absolute;
    font-size: 28px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 7px;
    margin-left: 10px;

}
.hotnewym {
    position: absolute;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 40px;
    margin-left: 10px;
}
.hotnewp {
    width: 245px;
    height: 40px;
    position: absolute;
    margin-top: 14px;
    right: 11px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 21px;

}
.hotnewsmore {
    position: absolute;
    width: 30px;
    height: 8px;
    margin-top: 50px;
    right: 6px;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
}
.subjects {
    min-width: 1200px;
    height: 510px;
    background: #F4F4F4;
}
.subjectstitle {
    width: 1100px;
    height: 90px;
    margin: 0 auto 50px;
    background:url("../../../../images/web/index/index/hotnewstitlexian2.png") center bottom no-repeat;
    position: relative;
}
.subjectstitle1 {
    width: 100%;
    height: 36px;
    font-size: 30px;
    font-weight: bold;
    color: #020202;
    line-height: 30px;
    text-align: center;
    position: absolute;
    bottom: 0px;
}
.subslist {
    display: flex;
    justify-content: space-between;
    width: 1100px;
    margin: 22px auto 0 ;
}
.sublist {
    width: 350px;
    height: 290px;
    position: relative;
    /*cursor: pointer;*/
}
/*.sublist a {*/
/*    display: block;*/
/*    width: 189px;*/
/*    height: 42px;*/
/*    margin-top: 64px;*/
/*    margin-left: 26px;*/
/*    transition: all 0.3s ease;*/
/*}*/
/*.sublist a:hover {*/
/*    transform: scale(1.1);*/
/*}*/

.sub1 {
    background: url("../../../../images/web/index/index/subchinese.png") no-repeat;
}
.sub1:hover {
    background: url("../../../../images/web/index/index/subchinesex.png") no-repeat;
}
.sub3 {
    background: url("../../../../images/web/index/index/subtea.png") no-repeat;
}
.sub3:hover {
    background: url("../../../../images/web/index/index/subteax.png") no-repeat;
}
.sub2 {
    background: url("../../../../images/web/index/index/subcul.png") no-repeat;
}
.sub2:hover {
    background: url("../../../../images/web/index/index/subculx.png") no-repeat;
}
.sublisttitle {
    position: absolute;
    width: 150px;
    height: 38px;
    background: url("../../../../images/web/index/index/indexprojectzh.png") no-repeat;
    top: 13px;
    left: 0px;
    font-size: 24px;
    font-weight: bold;
    color: #533006;
    line-height: 38px;
    text-indent: 25px;
    overflow: hidden;
}

.sublistbox {
    position: absolute;
    display: none;
    width: 100%;
    height: auto;
    top: 65px;
    left: 0;
}
.sublist:hover .sublistbox {
    display: block;
}
.sublistbox .sublistboxItem {
    margin: 0 auto 12px;
    width: 300px;
    height: 30px;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
}
.sublistbox .sublistboxItem a {
    display: block;
    width: 300px;
    height: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
}

.rec {
    min-width: 1200px;
}
.recstitle {
    width: 1100px;
    height: 90px;
    margin: 0 auto 50px;
    background:url("../../../../images/web/index/index/hotnewstitlexian2.png") center bottom no-repeat;
    position: relative;
}
.recstitle1 {
    width: 100%;
    height: 36px;
    font-size: 30px;
    font-weight: bold;
    color: #020202;
    line-height: 30px;
    text-align: center;
    position: absolute;
    bottom: 0px;
}
.reclist {
    width: 1100px;
    margin: 0 auto;
    height: 594px;
    display: flex;
    justify-content:space-between;
    flex-wrap:wrap ;
    flex-direction: row;
}
.reclistitem {
    width: 256px;
    height: 244px;
    display: inline-block;
    margin-top: 24px;
    /*margin-right: 41px;*/
    margin-bottom: 18px;
    transition: all 0.3s;
    -ms-transition:all 0.3s; /* IE 9 */
    -moz-transition:all 0.3s; /* Firefox */
    -webkit-transition:all 0.3s; /* Safari 和 Chrome */
    -o-transition:all 0.3s; /* Opera */
    transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    cursor: pointer;
}
.reclistitem:hover {
    transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
}
.reclistitem:nth-child(4n) {
    margin-right: 0px;
}
.box_shadow {
    width: 256px;
    height: 100px;
    box-shadow:0px 0px 5px 0px #e5e5e5;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    position: relative;
}
.reclistitem_t {
    height: 45px;
    font-size: 16px;
    color: #343434;
    /*font-family:YaHeiUIB,Microsoft Yahei;*/
    font-family: "Microsoft YaHei",YaHeiUI;
    font-weight: bold;
    line-height: 50px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-left: 12px;
    margin-right: 13px;
    position: absolute;
}
.reclistitem_d {
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #606060;
    line-height: 22px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-left: 12px;
    margin-right: 13px;
    position: absolute;
    margin-top: 47px;
}
.recimg {
    width: 256px;
    height: 144px;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.rec1img {
    width: 100%;
    transition: all 0.3s ease;
}
.jstd {
    min-width: 1200px;
    height: 356px;
    background: url("../../../../images/web/index/eBLCUbg.png") center center no-repeat;
    margin-top: 22px;
    background-size: cover;
}
.jstdeblcu {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-direction:row;
}
.jstdeblcuitem {
    width: 210px;
    height: 180px;
}
.jstdeblcuitem1 {
    background: url("../../../../images/web/index/eblcu1.png") no-repeat;
}
.jstdeblcuitem2 {
    background: url("../../../../images/web/index/eblcu2.png") no-repeat;
}
.jstdeblcuitem3 {
    background: url("../../../../images/web/index/eblcu3.png") no-repeat;
}
.jstdeblcuitem4 {
    background: url("../../../../images/web/index/eblcu4.png") no-repeat;
}
.jstdp {
    width: 1100px;
    height: 117px;
    margin: 0 auto;
}
.jstdpw {
    background: url("../../../../images/web/index/index/hotnewstitlexian4.png") no-repeat bottom center;
    padding-top: 43px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 34px;
    text-align: center;
    /*font-family:YaHeiUIB,Microsoft Yahei;*/
    font-family: "Microsoft YaHei",YaHeiUI;
    font-size: 30px;
}
.jstdeblcuitem_p {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 133px;
}

.com {
    min-width: 1200px;
    height: 445px;
}
.comp {
    width: 1100px;
    height: 117px;
    margin: 0 auto;
}
.compw {
    background: url("../../../../images/web/index/index/hotnewstitlexian.png") no-repeat bottom center;
    padding-top: 35px;
    line-height: 34px;
    text-align: center;
    font-family: "Microsoft YaHei",YaHeiUI;
    font-size: 30px;
    font-weight: bold;
    color: #020202;
}
/*.swiper {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/

.swiper-slide {
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius:24px;
}
.comlist {
    /*width: 1101px;*/
    width: 1140px;
    height: 315px;
    margin: 0 auto 70px;
}
.swiper-slide {
    background: url("../../../../images/web/index/whitebg.png") no-repeat;
}

.yinying {
    width: 340px;
    height: 260px;
    box-shadow:0px 0px 16px 0px #e5e5e5;
    position: absolute;
    top: 0px;
}
.cpmp2 {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    top: 10px;
    left: 10px;
}
.cpmp3 {
    position: absolute;
    top: 15px;
    left: 80px;
    font-size: 15px;
    font-weight: 400;
    color: #020202;
}
.cpmp4 {
    position: absolute;
    top: 42px;
    left: 80px;
    font-size: 13px;
    font-weight: 300;
    color: #434343;
}
.cpmp7 {
    position: absolute;
    top: 17px;
    left: 80px;
    font-size: 13px;
    font-weight: 400;
    color: #020202;
}
.cpmp6 {
    position: absolute;
    width: 318px;
    font-size: 12px;
    height: 12px;
    font-family: Microsoft Yahei,"YaHeiUI";
    font-weight: 400;
    font-style: italic;
    color: #71B2D3;
    line-height: 16px;
    text-align: right;
    bottom:13px;
    /*text-indent: 18px;*/
}
.cpmp5 {
    position: absolute;
    width: 318px;
    height: 158px;
    font-size: 13px;
    font-weight: 300;
    color: #939393;
    line-height: 24px;
    top: 87px;
    left: 20px;
    text-indent: 27px;
    overflow: hidden;
}

.videoboxs {
    min-width: 1200px;
}
.videobox{position:relative;width:1100px;height:618px;background: #1E9FFF;margin:0 auto;z-index:1;}
.pic-box{position:relative;width:100%;height:100%;z-index:2;overflow:hidden;padding: 0}
.pic-box li{position:absolute;left:0;top:0;list-style:none;}
.num-box{position:absolute;width:236px;height:auto;right:-31px;bottom:-38px;z-index:9999;padding: 0;margin: 0;}
.num-box li{float: left; background:#C2C2C2;list-style:none;width:36px;height:36px;text-align:center;color:#FFF;margin-left: 5px;line-height:36px;cursor: pointer;}
.num-box li a{text-decoration:none;display:block;width:36px;height:36px;line-height:36px;text-align:center;color:#FFF;margin-top: 3px;}
.num-box li.active{background:#f90;}
.videodiv {
    position: relative;
    width: 1100px;
    height: 230px;
    background-color: #ffff;
    margin: auto;
    margin-top: 20px;
    text-align: center;
    align-items: center;
}
.videodiv video {
    margin: auto;
}
.work {
    min-width: 1200px;
    height: 320px;
    background: url("../../../../images/web/index/work.png") center center no-repeat;
    background-size: cover;
}
.work_box {
    width: 1100px;
    height: 320px;
    margin: 0px auto ;
}
.linegrew {
    width: 1100px;
    margin: 40px auto 40px;
    border-top: 1px dashed #D9D9D9;
}
.work_box .workbox {
    width: 200px;
    height: 60px;
    /*display: inline-block;*/
    margin-bottom: 23px;
    margin-right: 95px;

}
.work_box_item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.work_box .workbox img {
    width: 200px;
    height: 60px;
    transition: all .5s;
}
.work_box .workbox:nth-child(4n) {
    margin-right: 0px;
}
.work_box .workbox:hover img  {
    transform: scale(1.1);
}
.rightd {
    position: relative;
}

.video-js {
    width: 1102px;
    height: 618px;
    background-color: #fff!important;
    /*width: 100%;*/
    /*height: 100%;*/
}
.vjs-poster {
    background-color: #fff!important;
}
.banner {
    min-width: 1200px;
    overflow: hidden;
    /*height: 620px;*/
    height: 100vh;
    position: relative;
    transition:all 0.7s ease-out 0s;
}
/*.banner{opacity:0;transform:translateY(-100%);}*/
/*.banner.showdiv{opacity:1;transform:none;}*/
.banList {
    width: 100%;
    padding: 0px;
    margin: 0px;
    position: absolute;
    left: 50%;
    margin-left: -50%;
    height: auto;
}

.banList li {
    background: #eeeeee;
    padding: 0px;
    list-style: none;
    /*height: 620px;*/
    height: 100vh;
    opacity: 0;
    position: absolute;
    transform: scale(0);
    transition: transform 0.5s ease 0s, opacity 1.5s ease 0s;
    z-index: 1;
}

.banList li img {
    width: 100%;
    /*height: 100%;*/
    height: 100vh;
    object-fit: cover;
}

.banList li {
    width: 100%;
    opacity: 1;
    transform: scale(1);
    z-index: 2;
}

.banList li.active {
    width: 100%;
    opacity: 1;
    transform: scale(1);
    z-index: 2;
}

.fomW {
    position: absolute;
    /*bottom: 20px;*/
    bottom: 70px;
    left: 50%;
    height: 20px;
    z-index: 9;
    width: 1000px;
    margin-left: -500px
}

.jsNav {
    text-align: center;
}

.jsNav a {
    display: inline-block;
    background: #EDC60E;
    width: 13px;
    height: 12px;
    border-radius: 50%;
    margin: 0 5px;
    /*opacity: 0.4;*/

}

.jsNav a.current {
    background: #EDC60E;
    cursor: pointer;
    opacity: 1;
    width: 41px;
    height: 12px;
    border-radius: 6px;
}

/*回到顶部*/
.totop {
    position: fixed;
    bottom: 100px;
    right: 25px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    z-index: 999;
    cursor: pointer;
    box-shadow:0px 0px 8px 0px #eeeeee;
    background:white url("../../../../images/web/totop.png") center center no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.totop a {
    display: block;
    width: 100%;
    height: 60px;
    background: url("../../../../images/web/totop.png") center center no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.totop img {
    width: 100%;
}