/**基本**/
.watch-video-btn,
.watch-video-btn::before,
.watch-video-btn::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .4s cubic-bezier(.47, .12, .11, .99);
  transition: all .4s cubic-bezier(.47, .12, .11, .99);
}
.watch-video-btn {
  position: relative;
  z-index: 2; 
  color: #282828; 
  overflow: hidden;
  text-align: center;
}
.watch-video-btn:hover {
  color: #fff;
}
.watch-video-btn::after {
  top: -100%;
  width: 100%;
  height: 100%;
}
.watch-video-btn::after {
    top:0;
    left:-100%;
    width:100%;
    height:100%;
}
.watch-video-btn:hover::after {
  left: 0;
  background-color: #737373;
} 
.watch-video-btn {
    position: relative;
    display: inline-block; 
}
.watch-video-btn.top-watch a {
    position: absolute;
    z-index: 1;
    bottom: -80px;
    left: 50%;
    width: 1024px;
    height: 160px;
    margin-left: -512px;
    cursor: pointer;
    -webkit-transition: background-color .4s cubic-bezier(.47, .12, .11, .99);
    transition: background-color .4s cubic-bezier(.47, .12, .11, .99);
    background: rgba(98, 98, 98, .75);
}
.watch-video-btn.top-watch a:before {
    position: absolute;
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    content: '';
    -webkit-transition: all .4s cubic-bezier(.47, .12, .11, .99);
    transition: all .4s cubic-bezier(.47, .12, .11, .99);
    background: #626262;
}
.watch-video-btn.top-watch a span {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    display: inline-block;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    text-align: left;
    letter-spacing: .1em;
    color: #fff;
}
.watch-video-btn.top-watch a span:after {
    position: absolute;
    top: -8px;
    right: -60px;
    width: 40px;
    height: 40px;
    content: '';
    background: url(../../images/i_play.svg) no-repeat center;
    background-size: 100% auto;
}
.watch-video-btn.top-watch a:after {
    display: none;
}
.watch-video-btn.top-watch {
    width:100%;
    margin-left:0;
    border:0;
    overflow: unset;
    margin-top:8%;
    height: 160px;margin-top: 1%;
}
.watch-video-btn.top-watch a:hover:before {
    /*top: 15px;
    left: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);*/
    transform: scale(0.99,0.96);
}
.watch-video-btn a, 
.watch-video-btn-a .watch-video-btn-a-text { 
    text-decoration: none;
}
.watch-video-btn:hover a,.watch-video-btn:hover a:after, 
.watch-video-btn-a:hover .watch-video-btn-a-text,
.watch-video-btn-a:hover .watch-video-btn-a-text:after  {
    color:#fff;
    transition: 0.3s;
}
.watch-video-btn a:hover {
    color:#fff;
} 
.watch-video-btn-a .watch-video-btn-a-text:after,
.watch-video-btn a:after {
    position: absolute;
    z-index: 1; 
    top: 50%;
    right: 15px;

    width: 32px;
    height: 9px;

    content: '';
    -webkit-transition: right .5s cubic-bezier(.47, .12, .11, .99);
            transition: right .5s cubic-bezier(.47, .12, .11, .99);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    background: url('/global_common/common/images/i_ar.svg') no-repeat center right;
    background-size: 100% auto; 
}

.watch-video-btn a:hover:before, 
.watch-video-btn-a:hover .watch-video-btn-a-text:before {  
}
.watch-video-btn a:hover:after,
.watch-video-btn-a:hover .watch-video-btn-a-text:after { 
    right: 10px;
    background: url('/global_common/common/images/i_ar_btn_bk_on.svg') no-repeat right center;
    background-size: auto 100%;
}
@media screen and (max-width:640px) {
  .watch-video-btn:hover{
      color: #262626;
  }
  .watch-video-btn:hover a, 
  .watch-video-btn:hover a:after, 
  .watch-video-btn-a:hover .watch-video-btn-a-text, 
  .watch-video-btn-a:hover .watch-video-btn-a-text:after{
      color: #262626;
  }
  .watch-video-btn::after {
      top:0;
      left:-100%;
      width:100%;
      height:100%;
  }
  .watch-video-btn:hover::after {
    top: 0;
    background-color: #737373;
  } 
  .watch-video-btn a:hover:after,
  .watch-video-btn-a:hover .watch-video-btn-a-text:after {  
        right: 15px;
        background: url('../images/i_ar.svg') no-repeat center right;
        background-size: 100% auto;
  }
}
.watch-video-btn::before, .watch-video-btn::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
.watch-video-btn, .watch-video-btn::before, .watch-video-btn::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .4s cubic-bezier(.47, .12, .11, .99);
    transition: all .4s cubic-bezier(.47, .12, .11, .99);
}
.page .watch-video-btn{
    width: 11rem;
    text-align: left;
    padding: 0.2rem 0 0.3rem 1.2rem;
    border: 1px black solid;
}
.page .watch-video-btn:hover{
    text-decoration: none;color: #fff;
}



.content .pc,.kv.pc{display: block !important}
.content .sp,.kv.sp{display: none !important}
@media screen and (max-width:640px) {  
  .content .pc,.kv.pc{display: none !important}
  .content .sp,.kv.sp{display: block !important}
}
.kv{ 
	background-image: url(../images/press/press_kv.jpg); 
} 

.title{
	font-size: 22px;font-weight: bold;	
}
.time,
.category{
	line-height: 32px;
    display: inline-block;
}
.time{
	font-size: 16px;
}
.category{
	font-size: 16px; 
    transform: translateY(-2%);
}
.content{
	margin-bottom: 3em;
}
.content article{
	font-size: 16px;
}
.content article img{
	width: auto;
}
.content article p{
	padding: 0.5em 0;
}
.content article .image-container-r-ml24{float:right;margin-left:24px;}
.content article .image-container-l-ml24{float:left;margin-right:24px;}
.news-video{
	width:60%;    margin: auto;    display: block;
}

.white_bg{
	background-color:#ffffff;
	padding-bottom:1px
}
.bottom-banner{
	font-size:0;    margin-top: -30px;display:none;margin-bottom: 40px;
}
.bottom-banner a{width: calc((100% - 30px) / 4); display: inline-block; margin-right: 10px;}
.bottom-banner a img{width:100%}
.bottom-banner a:last-child{margin-right: 0px;}
@media screen and (max-width:640px) {
	
	.kv{  
		background-image: url(../images/press/press_kv_sp.jpg); 
	}  

	.content article img{
		width: 100%; 
	}

	.news-video{
		width:90%;
	}
	.bottom-banner a{width: calc((100% - 10px) / 2); margin-bottom: 10px;}
	.bottom-banner a:last-child{margin-right: 10px;}
	.bottom-banner a:nth-of-type(2n){margin-right: 0px;}
}

.table{
	width: 100%;margin: 1vw 0;
	border-top: 1px solid #000;
    border-left: 1px solid #000;
}
.table td{    
	border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    text-align: center;
    padding: 4px;
    vertical-align: middle;
}

.table thead td{
    background-color: #000;color: #fff
}
 .table0910{
	width: 100%;margin: 1vw 0;
	border-top: 3px solid #064d9f;
	border-bottom: 3px solid #064d9f;
    border-left: 3px solid #064d9f;
	border-right: 3px solid #064d9f;
}
.table td0910{    
	border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    text-align: center;
    padding: 4px;
    vertical-align: middle;
}

.table thead td0910{
    background-color: #000;color: #fff
}


/*20240910添加联系方式*/

.contact-list .sp {
    display: block !important;
}
.contact-list .pc {
    display: none !important;
}
.contact-list .text{
    margin-bottom: 36px; 
}

.contact-list{ 
    display: flex;
    flex-wrap: wrap;justify-content: space-between; 
}
.contact-list .item{
    display: block;
    margin-right: 30px;
    margin-bottom: 30px;
    width: 30%;
    text-align: center;
    border: 1px solid #adadad;
    background-color: #fff; padding-top: 20px;
    cursor: pointer;
}
.contact-list .item .photo{
    position: relative;    margin: auto;
    width: 120px; height: 120px;
}
.contact-list .item .photo .image-befor,
.contact-list .item .photo .image-after
{
    position: absolute;
    top: 0;
    left: 0;width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all .3s linear;
    transform-style: preserve-3d;
}
.contact-list .item .photo .image{
    width: 100%;
}
.contact-list .item .photo .image-befor{
    transform: rotateY(0deg);
}
.contact-list .item .photo .image-after{
    /*transform: rotateY(180deg);*/
}

.contact-list .item:hover .photo .image-befor{ 
    transform: rotateY(180deg);
}
.contact-list .item:hover .photo .image-after{ 
    /*transform: rotateY(0deg);*/
} 
.contact-list .item .text{
    margin-top: 0px;
}
.contact-list .item:nth-of-type(3n){
    margin-right: 0px;
}
@media screen and (max-width:640px) { 
   .contact-list .pc {
        display: block !important;
    }
	.contact-list .sp {
        display: none !important;
	}
    .contact-list .item{
        margin-right: 0px;
        width: 47%;
        font-size: 12px;
    }
    .contact-list .item .photo{
    	width:90px;height: 90px;
    }
    .contact-list .item .photo .image-befor{
        transform: rotateY(180deg);
    }
    .contact-list .item .photo .image-after{
        transform: rotateY(0deg);
    }

    .contact-list .item:hover .photo .image-befor{ 
        transform: rotateY(180deg);
    }
    .contact-list .item:hover .photo .image-after{ 
        transform: rotateY(0deg);
    }  
}


