.psr{
	position:relative;
}
.psa{
	position:absolute;
}
.dflex{
	display: flex;
}
.jus-c{
	justify-content: center;
	align-items: center;
}
.clear{
	clear:both;
	min-height:1px;
    overflow: hidden;
}
.img-response{
	width:100%;
	 height:auto; 
}
/*图片缩放效果*/
.zoom {
	cursor: pointer;
	overflow: hidden;
    position: relative;
}

.zoom img{
	/*-webkit-transition:all 1s;
    -moz-transition:all 1s;
    -o-transition:all 1s;
    transition: all 1s;*/
    transform: scale(1.5);
}
 
.events .zoom:hover img,.main-list .zoom:hover img,.container-infor .zoom:hover img{
    -webkit-transition:all 5s;
    -moz-transition:all 5s;
    -o-transition:all 5s;
    transition: all 5s;
    transform: scale(1.5);
}
.zoom .zoom-mask{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.events .zoom:hover .zoom-mask,.main-list .zoom:hover .zoom-mask, .container-infor .zoom:hover .zoom-mask{
    -webkit-transition:all 2s;
    -moz-transition:all 2s;
    -o-transition:all 2s;
    transition: all 2s;
    transform: scale(1.5);
    display: inline-block;
   
    background: linear-gradient(to bottom right, rgba(0,0,0,0) , rgba(0,0,0,0.8));
}
.scaleimg img{
    -webkit-transition:all 3s;
    -moz-transition:all 3s;
    -o-transition:all 3s;
    transition: all 3s;
    transform: scale(1);
}

/*文字缓入效果*/
.animate-word{
   	position: relative;
   	-webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-animation: first-word 2s;
    animation: first-word 2s;
    opacity: 1;
    font-size: 12px;
}
@-webkit-keyframes first-word{
    0% {
        opacity: 0;
        -webkit-transform: translateY(30%);
	    -ms-transform: translateY(30%);
	    transform: translateY(30%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
	    -ms-transform: translateY(0%);
	    transform: translateY(0%);
    }
}
@keyframes first-word {
    0% {
        opacity: 0;
       	-webkit-transform: translateY(30%);
	    -ms-transform: translateY(30%);
	    transform: translateY(30%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
	    -ms-transform: translateY(0%);
	    transform: translateY(0%);
    }
}

/* 顶部导航样式 */
.pc-header{
    width: 100%;
}
.pc-header .user-operation{
    padding-right: 20px;
}
.footer-top>.footer-top-link>.footer-top-link-item a:hover{
  font-weight: bold;
}
.mobile-tb_bg{
    display: none;
}
@keyframes textanimate {
    0% {
        margin-left: -200px;
    }

    100% {
        margin-left: -70px;
    }
}
.pc-header>.pc-logo-div-custom{
    width: 123px;
    height: auto;
    margin-top: 25px;
}
.pc-header{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0;
}
.pc-header .nav{
    margin-left: 0!important;
    height: 85px;
}
.pc-header .nav>.nav-item.nav-item-active>.next-icon{
    margin-top: 10px;
}
.pc-header .nav>.nav-item.nav-item-active span{
    font-size: 18px;
    margin-top: 10px;

}
.pc-header .nav>.nav-item{
    font-size: 16px;
}
.pc-header .nav>.nav-item span{
    margin-top: 20px;
}
.pc-header .nav>.nav-item.active span{
    font-weight: bold;
    color: #383838;
}
.pc-header .nav>.nav-item span{
    color: #444;
}
.pc-header .nav>.nav-item.nav-item-active span{
    color: #fff;
}
.footer-top>.footer-top-link>.footer-top-link-item a:hover{
  font-weight: bold;
}
.pagination>.pagination-item:hover{
  color: #fff;
  background: #383838;
}
.pc-header .l_o{
    padding-left: 7.13%;
    float: left;
}
.pc-header .r_o{
    float: right;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.pc-header .user-operation{
    height: 85px;
}
.pc-header .r_o .navs{
    min-width: 755px;
    max-width: 755px;
}
.pc-container-infor{
    margin-top: 300px;
}
.pc-header .nav>.nav-item{
    height: 85px;
}
.pause {
    animation-play-state: paused !important;
}
.pc-logo-div-custom {
    margin-top: 25px;
}
/*.t-even-yd{
    display: none;
}*/
.contaner-e{
    background: url(../images/st-bg.png) no-repeat;
    background-position: center;
    height: 800px;
    position: relative;
}
.contaner-e .lp{
    overflow: hidden;
    min-height: 480px;
    width: 480px;
    /* margin: 70px auto; */
    position: absolute;
    left: 50%;
    margin-left: -240px;
    top: 127px;
}
.tb_bg {
    position: relative;
    overflow: hidden;
    width:100%;
    min-height: 210px;
    margin-top: 100px;
}
.tb_bg .box{
    width: 80%;
    position: absolute;
    right: 0;
    bottom: -4px;
}
.tb_bg .box img{
    width: 100%;
}
.text_ecol{
    margin-left: 28%;
    font-size: 14px;
    margin-top: 40px;
    margin-right: 19%;
    margin-bottom: 200px;
}
.text_ecol p{
    line-height: 2.5;
    margin-bottom: 20px;
    color: #383838;
}
@media screen and (max-width: 1370px) {
   .pc-header .r_o{
       width: auto;
   }
   .tb_bg {
    margin-top: 50px;
}
}
@media screen and (max-width: 1080px) {
   .pc-header .r_o{
       width: 68%;
   }
}
@media screen and (max-width: 1045px){
    .pc-header, .tb_bg{
        display: none;
    }
    .mobile-tb_bg{
        width: 100%;
        position: relative;
        max-height: 14vh;
        margin-top: 100px;
    }
    .mobile-tb_bg .box{width: 100%;}
    .mobile-tb_bg .box img{
        width: 100%;
    }
    .t-mobile-min{
        position: absolute;
        width: 195px;
        top: -26.6px;
        left: 20px;
    }
    .t-mobile-min img{
        width: 100%;
    }
    .mobile-tb_bg{
        display: block;
    }
    
}
.mask{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#fff;
    overflow-y:auto;
    display:none;
    z-index: 100000200;
}
.mask .wrap{
    width:75%;
    margin:5% auto;
}
.mask .top{
    justify-content: space-between;
    align-items: center;
}
.mask .top .title{
    width:600px;
    align-items: center;
}
.mask .top .title .bg-gray{
    width:104%;
    height:45%;
    left:-2%;
    bottom:0;
    background:rgba(155,155,155,0.30);
}
.mask .top .title .english{
    font-size:48px;
    color:#000;
    font-weight:bold;
    letter-spacing: -1px;
    font-family: "FuturaBT Medium";
    margin-right:5%;
}
.mask .top .title .chinese{
    font-size:14px;
    margin-top:3%;
}
.mask .top .pic-con{
    width:32px;
}
.mask .info{
    margin-top:5%;
}
.mask .info .left{
    width:45.5%;
}
.mask .info .right{
    width:50%;
    top:7%;
    right:0;
    font-size:14px;
    line-height:2;
    color:#383838;
}
.mask .info .right li .num{
    width:100%;
    font-weight: normal;
}
.mask .info .right li .num:nth-child(1) {
    font-weight: bold;
}
.mask .info .right li:nth-child(4){
    margin-bottom:5%;
}
.mask .info .right li:nth-child(2){
    /*margin-bottom:3%;*/
}
.mask .info .right li:last-child{
    /*border-top:1px solid #ccc;*/
    /*margin-top:4%;*/
    /*justify-content: flex-end;*/
}
.mask .info .right li:last-child .pro-pic{
    width:66.7%;

}
.mask .info .right li .item p{
    width:20%;
}
.mask .info .right li .item p .square{
    display: inline-block;
    width:10px;
    height:10px;
    box-sizing: border-box;
    margin: 0 3% 0 6%;
}
.bg1{
    background:#383838;
}
.bg2{
    background:#fff;
    border:1px solid #000;
}
.mask .info .right li .detail span.left{
    display: inline-block;
    width:15%;
}
.f-bold{
    font-weight:bold;
    margin-bottom: 20px;
}
.phoneshow{
    display: none;
}
@media screen and (max-width: 1900px) {
    .mask .wrap{
        width:80%;
    }
    .mask .info .right{
        width:51%;
    }
    .mask .info .right li .num{
        width:100%;
    }
}
@media screen and (max-width: 1439px)  and (min-width: 1280px) {
    .mask .wrap{
        width:88%;
    }
}
@media screen and (max-width: 1279px)  and (min-width: 1045px) {
    .mask .wrap{
        width:88%;
    }
    .mask .info .right{
        font-size:12px;
    }
}
@media screen and (max-width: 1045px) {
    .pcshow{
        display: none;
    }
    .phoneshow{
        display: block;
    }
    .mask .wrap{
        width:92%;
        padding:0 3%;
    }
    .mask .top{
        margin-top:20%;
    }
    .mask .top .pic-con{
        position:absolute;
        top:15%;
        right:5%;
    }
    .mask .info .left{
        display:block;
        width: 100%;
    }
    .mask .info .right{
        width:100%;
    }
    .mask .info .right li .num:first-child{
        font-weight:normal;
    }
    .mask .info .right li .num:last-child{
        font-weight:bold;
    }
    .mask .info .right li:last-child{
        justify-content: flex-start;
    }
    .mask .info .right li:last-child .pro-pic{
        width:75%;
    }
}
@media screen and (max-width: 768px) {
    .pc-container-infor{
        margin-top: 130px;
    }
    .mask .top .pic-con{
        position:absolute;
        top:10%;
        right:5%;
    }
    .mask .top .title{
        width:392px;
    }
    .mask .top .title .bg-gray{
        width:102%;
        left:-1%;
    }
    .mask .top .title .english{
        font-size:30px;
    }
    .mask .top .title .chinese{
        font-size:12px;
        margin-top:3%;
    }
    .mask .info .right{
        font-size:12px;
    }
    .mask .info .right li:nth-child(1),.mask .info .right li:nth-child(2){
        flex-wrap:wrap;
    }
    .mask .info .right li .num{
        width:100%;
    }
}
@media screen and (max-width: 460px) {
     .mask .wrap{
        width:96%;
        padding:0 2%;
    }
    .mask .info .right{
        font-size:11px;
        position: initial;
        margin-top: 20px;
    }
    .mask .top .pic-con{
        width:18px;
        position:absolute;
        top:4%;
        right:5%;
    }
    .mask .info .right li .item p{
        font-size:1rem;
    }
    .mask .info .right li .item p .square{
        width:7px;
        margin:0 2%;
    }
}

@media screen and (max-width: 375px) {
    .mask .top .title{
        width:350px;
    }
    .mask .top .title .english{
        font-size:26px;
    }
}
@media screen and (max-width: 320px) {
    .mask .top .title{
        width:300px;
    }
    .mask .top .title .english{
        font-size:22px;
    }
}
@media screen and (max-width: 1080px) {
    .mobile-title {
        position: relative;
        margin-top:50px;
    }
    .mobile-title .tit-pic{
        position:absolute;
        left:3.6%;
        top:-18%;
    }
     .mobile-title .tit-pic img{
        height:58px;
        width:auto;
    }
    .mobile-title .tit-pic2{
        position:absolute;
        left:3.6%;
        top:-11%;
    }
     .mobile-title .tit-pic2 img{
        height:56px;
        width:auto;
    }
    .mobile-title .tit-pic3{
        position:absolute;
        left:3.6%;
        top:-12%;
    }
    .mobile-title .tit-pic3 img{
        height:58px;
        width:auto;
    }
    .mobile-title .tit-pic4{
        position:absolute;
        left:3.6%;
        top:-12%;
    }
    .mobile-title .tit-pic4 img{
        height:56px;
        width:auto;
    }
   .mobile-title .main-bg img{
        width:100%;
        height:auto;
    }
    .mobile-title .main-bg{
        width:100%;
    }
}

