/*animation*/
.con-content .index-content li:hover img{transition: transform .5s linear 0s;-webkit-transition: transform .5s linear 0s; -webkit-transform: scale(1.1);transform: scale(1.1);}
.all-project .project-list li:hover img,
.i-publications .public-list li:hover img,
.r-contant .research-list li:hover img,
.n-other .apec-content li:hover img,
.keywords-contant .keywords-list li:hover img,
.building-contant .building-list li:hover img{transition: transform .5s linear 0s;-webkit-transition: transform .5s linear 0s;}
.con-content .index-content li .title:hover,
.all-project .project-list li .title:hover,
.i-publications .public-list li .title:hover,
.r-contant .research-list li .title:hover,
.n-other .apec-content li:hover .title:hover,
.keywords-contant .keywords-list li:hover .title:hover,
.building-contant .building-list li:hover .title:hover{transform:rotateY(360deg);-webkit-transform:rotateY(360deg);-webkit-transition:all 1s;transition:all 1s;}
#page_tag_load img{-webkit-transition:all 6s;transition:all 6s;animation:show 6s linear infinite alternate;-webkit-animation:show 6s linear infinite alternate;}

.location-contant .location-desc,.location-contant:hover .location-desc{-webkit-transition: all 3s;transition: all 3s;}
.about-contant .desc-contant{ transform: translate(150%,0);-webkit-transform: translate(150%,0);transition: all 0.5s;-webkit-transition: all 0.5s;}
.about-contant .desc-contant.active {transform: translate(0,0);-webkit-transform: translate(0,0);}

.map-contant .pc-map .dd{transition: transform .5s linear 0s;-webkit-transition: transform .5s linear 0s;animation:showscale 1s linear infinite alternate;-webkit-animation:showscale 1s linear infinite alternate;}

.agency-contant .title{ transform: translate(150%,0);-webkit-transform: translate(150%,0);transition: all 0.5s;-webkit-transition: all 0.5s;}
.agency-contant .title.active {transform: translate(0,0);-webkit-transform: translate(0,0);}
.agency-contant .text{ transform: translate(150%,0);-webkit-transform: translate(150%,0);transition: all 0.5s;-webkit-transition: all 0.5s;}
.agency-contant .text.active {transform: translate(0,0);-webkit-transform: translate(0,0);}
.project-list.effect-2 li.animate,
.public-list.effect-2 li.animate,
.research-list.effect-2 li.animate,
.keywords-list.effect-2 li.animate,
.building-list.effect-2 li.animate,
.b-contant .effect-2 li.animate,
.bs-contant .effect-2 li.animate{-webkit-transform: translateY(200px);transform: translateY(200px);-webkit-animation: moveUp 0.65s ease forwards;
    animation: moveUp 0.65s ease forwards;}
.uc-contant .uc-left .btn a em{-webkit-transition: all .2s linear;transition: all .2s linear;}
/*动画*/
@-webkit-keyframes moveUp {
    0% { }
    100% { -webkit-transform: translateY(0); opacity: 1; }
}
@keyframes moveUp {
    0% { }
    100% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
}
@keyframes showscale{
    0%{opacity:1;transform:scale(1);-webkit-transform:scale(1);}
    100%{opacity:1;transform:scale(1.1);-webkit-transform:scale(1.1);box-shadow:0px 0px 5px #000;-webkit-box-shadow:0px 0px 5px #fff;}
}
@-webkit-keyframes showscale{
    0%{opacity:1;transform:scale(1);-webkit-transform:scale(1);}
    100%{opacity:1;transform:scale(1.1);-webkit-transform:scale(1.1);box-shadow:0px 0px 5px #000;-webkit-box-shadow:0px 0px 5px #fff;}
}
@keyframes show{
    0%{transform:rotate(0deg);-webkit-transform:rotate(0deg);}
    100%{transform:rotate(360deg);-webkit-transform:rotate(360deg);}
}
@-webkit-keyframes show{
    0%{transform:rotate(0deg);-webkit-transform:rotate(0deg);}
    100%{transform:rotate(360deg);-webkit-transform:rotate(360deg);}
}