video::-webkit-media-controls-enclosure {
    overflow: hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px);
}

.news-container {
    /*border: 1px solid #f0f0f0;*/
    /*padding: 10px;*/
    width: 1100px;
    margin: 40px auto 0 auto;
    background-color: white;
}

.image-news {
    float: left;
    width: 480px;
    height: 400px;
}

.list-news {
    width: 590px;
    height: 300px;
    float: right;
    background-color: white;
}

.list-container {
    width: 1100px;
    margin: 0 auto 0 auto;
    border-top: 1px solid #f0f0f0;
}

.list-box {
    background-color: white;
    /*border: 1px solid #EFEEED;*/
    /*border-bottom: 2px solid #EFEEED;*/
}

.list-box-left {
    /*margin-left: 20px;*/
    width: 520px;
    padding: 10px 20px;
}

.list-box-center {
    margin-right: 40px;
    width: 370px;
    padding: 10px 20px;
}

.list-box-right {
    width: 499px;
    padding: 10px 20px;
}

.list-box-title {
    height: 40px;
    line-height: 40px;
}

.list-box-title-name {
    float: left;
    font-weight: bold;
    font-size: 16px;
}

.list-box-title-name-spec {
    border-left: 3px solid #0D6BC3;
    margin: 10px 0;
    padding-left: 10px;
    float: left;
    font-weight: bold;
    font-size: 16px;
}

.list-box-title-more {
    float: right;
}

.list-box-title-more a {
    color: #0D6BC3;
    cursor: pointer;
}

.list-box-content {
    padding-top: 5px;
}

.list-box-content li {
    height: 30px;
    line-height: 30px;
}

.list-box-content li a {
    cursor: pointer;
}

.list-box-content li a:hover {
    color: #0D6BC3;
}

.list-box-video {
    width: 100%;
    height: 250px;
    background-color: black;
    cursor: pointer;
}

/* .list-box-video-img { */
    /* width: 100%; */
    /* height: 100%; */
    /* background-image: url("/default/static/project/image/v.jpg"); */
    /* background-size: 100% 100%; */
    /* text-align: center; */
	/* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/default/static/project/image/v.jpg',  sizingMethod='scale'); */
/* } */
.list-box-video-img {
  width: 100%;
  height: 100%;
  /* background-image: url("/default/static/project/image/bg-col.png"); */
  background-size: 100% 100%;
  text-align: center;
  position: relative;
}
.list-box-video-img .movieCover{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.video-play {
    line-height: 298px;
    text-align: center;
	position: relative;
	z-index: 2;
}

.news-name {
    height: 30px;
    line-height: 30px;
    float: left;
    width: 285px;
    overflow: hidden;
}

.news-date {
    float: right;
    height: 30px;
    line-height: 30px;
    color: grey;
    font-size: 13px;
}

.list-box-topic {

}

.list-box-topic li {
    cursor: pointer;
    padding: 10px 0;
    width: 100%;
    height: 155px;
}

.list-box-topic li img {
    width: 100%;
    height: 100%;
}

.list-container-left {
    float: left;
}

.list-container-right {
    float: right;
}

.example-container {
    width: 1100px;
    margin: 10px auto 0 auto;
    background-color: white;
    padding-bottom: 10px;
    padding-top: 5px;
    /*border-top: 1px solid #f0f0f0;*/
}

.example-box {
    margin: 0 20px;
    background-color: white;
}

.list-box-tab {
    margin-right: 20px;
    cursor: pointer;
}

.list-box-tab:hover {
    color: #0D6BC3;
}

.list-box-tab-select {
    color: #0D6BC3;
}

.list-box-switch li {
    float: left;
    width: 255px;
    height: 160px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.list-box-switch li img {
    width: 100%;
    height: 100%;
}

.list-box-tab-content {
    display: none;
    min-height: 340px;
}

.list-box-tab-content-select {
    display: block;
}

.home-project-text-box {
    background-image: url('/default/static/project/image/bg-col.png');
    position: absolute;
    width: 255px;
    bottom: 0;
    left: 0;
}

.home-project-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    width: 235px;
    height: 40px;
    line-height: 40px;
    color: white;
    font-size: 1.1em;
    text-align: center;
}

.home-project-desc {
    padding: 0 10px;
    word-break: break-all;
    width: 235px;
    line-height: 20px;
    color: gainsboro;
    font-size: 0.9em;
    max-height: 62px;
    height: 0;
}

.project-li {
    position: relative;
    overflow: hidden;
}

.video-js {
    margin: 0 auto 0 auto;
}

ul, ol {
    padding: 0;
}

.banner {
    position: relative;
    margin: 105px auto 0 auto;
    height: 0;
    padding-bottom: 42%;
    width: 100%;
}

.banner-in {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.banner-box {
    position: absolute;
    width: 96%;
    /*background-image: url('/default/static/project/image/bg-col.png');*/
    left: 0;
    bottom: 0;
    padding: 1% 2%;
    color: white;
    margin: auto;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    font-size: 16px;
    background-color: rgba(0, 0, 0, 0.3);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.slideImg {
    width: 100%;
    height: 100%;
}

.platform-box {
    float: left;
    width: 218px;
    height: 210px;
    background-color: white;
    margin-left: 20px;
    border: 1px solid #EFEEED;
    border-bottom: 2px solid #EFEEED;
    padding: 20px;
    overflow: hidden;
}

.list-news-container {
    /*border-bottom: 1px dashed #f0f0f0;*/
    cursor: pointer;
}

.list-news-top {
    color: black;
    height: 34px;
    line-height: 34px;
}

.list-news-top-title {
    float: left;
    width: 82%;
    height: 100%;
    color: black;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.title-li {
    color: #555555;
}

.list-news-top-title:hover {
    color: #0D6BC3;
}

.list-news-top-title-icon {
    width: 5px;
    height: 5px;
    float: left;
    margin-top: 16px;
    margin-right: 10px;
    background-color: #555555;
}

.list-news-top-time {
    float: right;
    width: 18%;
    height: 100%;
    text-align: right;
    color: #999999;
    font-size: 13px;
}

.suggestMoreBt {
    z-index: 1;
    position: absolute;
    right: 10px;
    top: 10px;0
}

.suggestMoreBt a {
    font-size: 13px;
    cursor: pointer;
    background-color: #0D6BC3;
    padding: 5px 10px;
    color: white;
}

.suggestMoreBt a:hover {
    background-color: #0069c5;
}

/*NEW********************************************************/

.projects-container {
    /*background: url('/default/static/project/image/platform_bk2.jpg');*/
    padding:20px 0 40px 0
}

.projects-in {
    width: 1098px;
    margin: 0 auto;
    /*padding: 10px;*/
    /*border: 1px solid #f0f0f0;*/
}

.projects-in-top {
    /*border-bottom: 1px solid #f0f0f0;*/
    height: 40px;
}

.projects-in-title {
    float: left;
    font-size: 20px;
    letter-spacing: 1px;
    color: #555555;
    font-weight: bold;
}

.projects-in-title-text {
    float: left;
    height: 40px;
    line-height: 40px;
}

.projects-in-title-text-line {
    border-bottom: 2px solid #0D6BC3;
}

.projects-in-tab-list {
    float: right
}

.projects-in-tab {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    float: right;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    color: black;
    font-size: 13px;
    cursor: pointer;
    margin: 5px 0 0 10px;
    background-color: white;
}
.projects-in-tab p span{
  display: block;
  width: 100%;
}
.projects-in-tab-select {
    color: white;
    background-color: #001254;
}

.projects-content-container {
    width: 1000px;
    padding-top: 15px;
    padding-bottom: 5px;
    overflow: hidden;
    margin-left: -8px;
}

.projects-content-box {
    width: 355px;
    margin: 0 8px;
    float: left
}

.projects-content-show {
    background-color: white;
    height: 160px;
    width: 100%
}

.projects-content-show-img {
    width: 100%;
    height: 100%
}

.projects-content-text {
    border: 1px solid #f0f0f0;
    overflow: hidden;
    padding: 10px;
    background-color: white
}

.projects-content-text-top {
    overflow: hidden;
    text-overflow: ellipsis
}

.projects-content-text-title {
    text-align: center;
    white-space: nowrap;
    font-size: 16px;
    font-weight: bold;
}

.projects-content-text-desc {
    height: 60px;
    margin-top: 10px;
    font-size: 14px;
    color: #807676;
    text-overflow: ellipsis;
    overflow: hidden;
}

.projects-content-text-more {
    margin: 10px auto 5px auto;
    width: 90px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border: 1px solid #0D6BC3;
    color: #0D6BC3;
}

.projects-tab-content {
    display: none;
}

.projects-tab-content-select {
    display: block;
}

.platforms-container {
    /*background: url('/default/static/project/image/platform_bk2.jpg');*/
    background-color: #f3f2f7;
    padding-bottom: 50px;
    -webkit-box-shadow: 0 0 5px 1px #EAEAEA inset;
    -moz-box-shadow: 0 0 5px 1px #EAEAEA inset;
    box-shadow: 0 0 5px 1px #EAEAEA inset;
}

.platforms-in {
    width: 1100px;
    margin: 0 auto;
    padding: 10px 0 30px 0;
}

.platforms-top {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 1px;
    color: #0D6BC3;
}

.platforms-title {
    margin: 20px auto;
    width: 84px;
    border-bottom: 2px solid #0D6BC3;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.platforms-content {
    width: 1160px;
    margin-left: -20px;
    margin-top: 30px;
    padding: 0 60px;
}

.platforms-box {
    float: left;
    width: 300px;
    height: 220px;
    margin: 0 20px;
}

.platforms-box-icon {
    width: 130px;
    height: 130px;
    margin: 0 0 0 75px;
}

.platforms-box-icon-img {
    width: 100%;
    height: 100%;
}

.platforms-box-title {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: black;
    border-bottom: 1px solid #E1E1E1;
}

.platforms-box-desc {
    margin-top: 10px;
    height: 57px;
    line-height: 20px;
    font-size: 13px;
    color: #999999;
    overflow: hidden
}

.topics-container {
    margin: 30px 0 0 0
}

.topics-in {
    width: 1100px;
    margin: 0 auto;
}

.topics-title-box {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 1px;
    color: #0D6BC3;
}

.topics-title-box-text {
    float: left;
    height: 40px;
    line-height: 40px;
}

.topics-title-box-text-line {
    border-bottom: 2px solid #0D6BC3;
    height: 40px;
}

.topics-content {
    margin: 10px 0 0 -10px;
}

.topics-box {
    float: left;
    width: 258px;
    height: 120px;
    background-color: #f0f0f0;
    margin: 0 9px;
}

.topics-box-img {
    width: 100%;
    height: 100%;
}

.infos-container {
    margin: 40px 0 0 0;
    padding-bottom: 30px;
}

.infos-in {
    width: 1100px;
    margin: 0 auto;
}

.infos-left {
    float: left;
    width: 600px
}

.recommend-title {
    padding: 10px 2%;
    width: 96%;
    background:url('/default/static/pic/bg-col.png');
    position: absolute;
    bottom: 0;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: white;
}

.infos-news-title-box {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 1px;
    color: #0D6BC3;
}

.infos-news-title {
    float: left;
    border-bottom: 2px solid #0D6BC3;
    height: 40px;
    line-height: 40px
}

.infos-news-title-line {
    float: left;
    height: 40px;
    line-height: 40px;
}

.infos-news-more {
    cursor: pointer;
    float: right;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    font-size: 12px;
    margin: 7px 0 0 0;
    color: darkgray;
    font-weight: normal;
}

.infos-news-content {
    padding: 10px 0;
    height: 220px
}

.infos-news-box {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid gainsboro
}

.infos-news-box-title {
    float: left;
    font-size: 14px;
    color: #333333;
    width: 510px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.infos-news-box-time {
    float: right;
    color: #888888;
    font-size: 13px
}

.infos-right {
    float: right
}

.infos-movie {
    width: 460px;
    height: 298px;
    background-color: #888888
}

/* 新增20230808 */
.news-center-container{
    margin: auto;
    margin-top: 110px;
    min-width: 1300px;
}
.news-center-container >.title{
    margin: auto;
    display: block;
    margin-bottom: 53px;
}
.news-center-container .nav{
    width: 1300px;
    margin: auto;
    line-height: 45px;
    flex-flow: row nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 55px;
}
.news-center-container .nav .li-wrapper{
  /* width: 141px; */
  /* padding: 0 20px; */
  /* color: #8d8d8d; */
  /* border: 1px solid #8d8d8d; */
  border-radius: 10px;
  text-align: center;
  font-size: 19px;
  margin: 0 20px;
}
.news-center-container .nav .li-wrapper>li{
    width: 141px;
    padding: 0 20px;
    color: #8d8d8d;
    border: 1px solid #8d8d8d;
    border-radius: 10px;
    text-align: center;
    font-size: 19px;
    margin: 0 20px;
}

.news-center-container .nav .li-wrapper>li.on{
    color: white;
    background-color: #d02127;
    border-color: #d02127;
}

.news-center-container .content{
    width: 1300px;
    flex-flow: row wrap;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: auto;
}
.news-center-container .content .item-wrapper{
  width: 1300px;
  
}
.news-center-container .content .item-wrapper>.item{
  width: 1300px;
  /* height: 250px; */
  /* background: white;
  color: #333;
  padding-top: 17px;
  padding-bottom: 17px; */
  flex-flow: row wrap;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: auto;
}
.news-center-container .content .item-wrapper>.item .item2{
  width: 626px;
  /* height: 250px; */
  background: white;
  color: #333;
  padding-top: 17px;
  padding-bottom: 17px;
  margin-bottom: 20px;
} 
.news-center-container .content .item-wrapper .item a p{
    width: 300px;
    margin-right: 40px;
    float: right;
}
.news-center-container .content .item-wrapper>.item .cover{
    width: 250px;
    height: 215px;
    object-fit: cover;
    object-position: center;
    float: left;
    margin-left: 20px;
}
.news-center-container .content .word{
    font-size: 16px;
    color: #000;
    margin-bottom: 11px;
    font-weight: bold;
}
.news-center-container .content .time{
    font-size: 12px;
    margin-bottom: 28px;
}
.news-center-container .content .abs{
    font-size: 12px;
    color: #888;
    margin-bottom: 34px;
    overflow:hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.news-center-container .content .more{
    width: 84px;
    float: right;
    margin-right: 257px;
    background-color: #fff;
}
.news-center-container .content .item-wrapper .more_bottom{
  width: 100%;
  height: 45px;
}
.news-center-container .content .item-wrapper .more_bottom  a{
  width: 140px;
  float: right;
}
.news-center-container .content .item-wrapper .more_bottom  a img{
  display: block;
  width: 140px;
}
.company{
    margin: auto;
    margin-top: 110px;
    width: 1300px;
    position: relative;
}
.company >.title{
    margin: auto;
    display: block;
    margin-bottom: 53px;
}
.company .company-bg{
    position: absolute;
    width: 1920px;
    left: -310px;
    top: 175px;
}
.company .company-bg .bg{
    width: 100%;
    position: absolute;
    left: 0;top: 0;
}
.company .company-bg .cover{
    position: absolute;
    height: 586px;
    right: 0;top: 0;
}
.company .content{
    width: 100%;
    height: 586px;
}
.company .content{
    width: 100%;
    position: relative;
}
.company .content .title{
    color: white;
    line-height: 70px;
    font-size: 40px;
    font-weight: bold;
    width: 650px;
    margin-top: 145px;
    margin-bottom: 20px;
}
.company .content .intro{
    color: white;
    width: 590px;
    font-size: 16px;
    line-height: 1.4em;
    margin-bottom: 42px;
}
.company .content .btn{
    width: 134px;
}
.company .list{
    margin-top: 80px;
    width: 100%;
    flex-flow: row wrap;
    display: flex;
    
}
.list .itemwrapper{
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.company .list .item{
    width: 312px;
    height: 163px;
    position: relative;
    margin-bottom: 20px;
}

.company .list .item a .cover{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.company .list  .item a .blue{
    opacity: .7;
    background-color: #212f65;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.company .list  .item a>p{
    position: absolute;
    width: 215px;
    text-align: center;
    top: 60px;
    left: 52px;
    font-size: 19px;
    color: white;
    font-weight: bold;
}

.announcement{
    margin: auto;
    margin-top: 192px;
    margin-bottom: 153px;
    width: 1300px;
    position: relative;
}
.announcement >.title{
    width: 669px;
    margin: auto;
    display: block;
    margin-bottom: 88px;
}

.announcement .list{
    float: left;
    width: 823px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.announcement .list .item{
    background-color: #fff;
    padding: 27px 20px;
    width: 403px;
    box-sizing: border-box;
    margin-bottom: 12px;
}
.announcement .year{
    /* float: left; */
    font-size: 12px;
    color: #898989;
    width: 85px;
}
.announcement .day{
    color: #213066;
    float: left;
    font-size: 28px;
    font-weight: bold;
    width: 85px;
}
.announcement .list .item .title{
    float: right;
    width: 264px;
    font-size: 16px;
    margin-bottom: 12px;
    font-weight: bold;
}
.announcement .list .item .intro{
    font-size: 12px;
    width: 264px;
    float: right;
    color: #898989;
}
.announcement .list .item .line{
    width: 41px;
    float: left;
    border: 0;
    border-bottom: 3px solid #898989;
    margin-top: 20px;
}
.announcement .video{
    float: right;
    width: 459px;
    height: 298px;
}
body{
    /* padding-top: 50px; */
    background-color: #f3f2f7;
}
.header{
    /* top: 50px; */
}
/* 新增20230808 end */


