@charset "utf-8";
html, body {

    zoom: 1;
}

#pageAll, .hide_scroll {
    overflow: visible;
}

#pageAll.about {
    overflow: visible;
}

.bg_color {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.bg_color2 {
    filter: alpha(opacity=35);
    opacity: 0.35;
}

/*.hide_left_scroll,.hide_scroll,#pageAll .page{width: 100%;}*/
.article {
    width: initial;
}

.page1 {
    background: url(../img/about/page1.jpg) no-repeat;
    background-size: cover;
    -ms-behavior: url(../css/backgroundsize.min.htc);
    behavior: url(../css/backgroundsize.min.htc);
}

.page2 {
    background: url(../img/about/page2.jpg) no-repeat;
    background-size: cover;
    -ms-behavior: url(../css/backgroundsize.min.htc);
    behavior: url(../css/backgroundsize.min.htc);
}

.page3 {
    background: url(../img/about/page3.jpg) no-repeat;
    background-size: cover;
    -ms-behavior: url(../css/backgroundsize.min.htc);
    behavior: url(../css/backgroundsize.min.htc);
}

.page4 {
    background: url(../img/about/page4.jpg) no-repeat;
    background-size: cover;
    -ms-behavior: url(../css/backgroundsize.min.htc);
    behavior: url(../css/backgroundsize.min.htc);
}

.page5 {
    background: url(../img/about/page5.jpg) no-repeat;
    background-size: cover;
    -ms-behavior: url(../css/backgroundsize.min.htc);
    behavior: url(../css/backgroundsize.min.htc);
}

.team {
    background: url(../img/about/team-bg.jpg) no-repeat;
    background-size: cover;
    -ms-behavior: url(../css/backgroundsize.min.htc);
    behavior: url(../css/backgroundsize.min.htc);
}

.team1 {
    background: url(../img/about/team-bg1.jpg);
    background-size: cover;
    -ms-behavior: url(../css/backgroundsize.min.htc);
    behavior: url(../css/backgroundsize.min.htc);
}

.contact {
    background: url(../img/about/contact-bg.jpg) no-repeat;
    background-size: cover;
    -ms-behavior: url(../css/backgroundsize.min.htc);
    behavior: url(../css/backgroundsize.min.htc);
}

.teamdetail {
    background: url(../img/about/teamdetail-bg.jpg) no-repeat;
    background-size: cover;
    -ms-behavior: url(../css/backgroundsize.min.htc);
    behavior: url(../css/backgroundsize.min.htc);
}

.ecological-page1 {
    background: url(../img/about/ecological-page1.jpg) no-repeat;
    background-size: cover;
    -ms-behavior: url(../css/backgroundsize.min.htc);
    behavior: url(../css/backgroundsize.min.htc);
}

.ecological-page2 {
    background: url(../img/about/ecological-page2.jpg) no-repeat;
    background-size: cover;
    -ms-behavior: url(../css/backgroundsize.min.htc);
    behavior: url(../css/backgroundsize.min.htc);
}

.news-list {
    width: 75%;
    left: 10%;
    /*right: 0;*/
    margin: 0 auto;
    color: #ffffff;
    padding: 20px;
    background-color: rgba(10,74,124,0.7);
    /*opacity: 0.8;*/
    /*filter: alpha(opacity=80);*/
}


.news-list-title {
    font-size: 24px;
    border-bottom: 1px solid #659fd5;
    display: inline-block;
    padding-bottom: 20px;
}

.news-list-title1 {
    width: 490px;
    font-size: 28px;
    padding-bottom: 28px;
    position: relative;
}
.news-list-title1 .text{
    font-size: 18px;
    position: absolute;
    top: 10px;
    left: 200px;
}
.news-list-content {
    font-size: 14px;
    margin-top: 20px;
    line-height: 28px;
}
.news-list-content1{
    margin-top: 28px;
}

.news-list-content1 p {
    margin-bottom: 20px;
}

.next {
    width: 26px;
    height: 24px;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 50px;
    position: absolute;
    bottom: 70px;
}

.teamlist {
    padding-left: 75px;
    display: inline-block;
}

.teamdetaillist {
    height: 76%;
    width: 1050px;
    position: relative;
    margin-left: 26px;
}

.teamdetaillist.teamlist {
    padding: 0;
}

.teamdetaillist.teamlist ul li {
    margin-top: 0;
}

.boxup {
    position: absolute;
    width: 100%;
    height: 100%;
}

.arrow-left {
    background: url(../img/about/swiper-button-prev.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 25%;
    margin-top: -15px;
    width: 29px;
    height: 51px;
}

.arrow-right {
    background: url(../img/about/swiper-button-next.png) no-repeat left bottom;
    position: absolute;
    right: 30px;
    top: 25%;
    margin-top: -15px;
    width: 29px;
    height: 51px;
}

.swiper-container {
    height: 100%;
    width: 85%;
}

.content-slide {
    padding: 20px;
    color: #fff;
}

.title {
    font-size: 25px;
    margin-bottom: 10px;
}

.pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 5px;
    width: 100%;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #999;
    box-shadow: 0px 1px 2px #555 inset;
    margin: 0 3px;
    cursor: pointer;
}

.swiper-active-switch {
    background: #fff;
}

.englishname {
    color: #00baff;
    font-size: 18px;
}

.teamdetailleft {
    float: left;
    text-align: center;
    padding-left: 5px;
}

.teamdetailright {
    float: left;
    margin-left: 7%;
    text-align: left;
    width: 66%;
}

.chinesename {
    color: #00baff;
    font-size: 18px;
    border-bottom: 1px solid #659fd5;
    padding-bottom: 20px;
}

.chinesename span {
    font-size: 32px;
    display: inline-block;
    padding-right: 20px;
}

.profile {
    color: #fff;
    font-size: 16px;
    line-height: 35px;
}

.swiper-slide {
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.leadership .article {
    position: absolute;
    top: 0;
    z-index: 5;
}

.zoombox {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.zoompic {
    width: 100%;
    height: 100%;
    background: url(../img/about/loading.gif) no-repeat 50% 50%;
    overflow: hidden;
}

.develop {
    background: url(../img/develop_bg.jpg) no-repeat;
    background-size: cover;
    -ms-behavior: url(../css/backgroundsize.min.htc);
    behavior: url(../css/backgroundsize.min.htc);
}

.next {
    cursor: pointer;
    display: block;
    text-align: center;
    width: 100%;
}

.no1 .teamhide {
    display: none;
}

/*@media (max-width: 1600px) {*/

/*#pageAll .page, .page1, .page2, .page3, .page4, .page5, .ecological-page1, .ecological-page2 {*/
/*height: 100%;*/
/*position: relative;*/
/*}*/

/*.news-list {*/
/*margin-top: 180px;*/
/*}*/

/*.teamlist ul li {*/
/*width: 185px;*/
/*height: 266px;*/
/*float: left;*/
/*overflow: hidden;*/
/*position: relative;*/
/*text-align: center;*/
/*margin-right: 38px;*/
/*margin-top: 15px;*/
/*}*/

/*.teamimg {*/
/*color: #fff;*/
/*width: 185px;*/
/*height: 252px;*/
/*background-color: #659fd5;*/
/*overflow: hidden;*/
/*position: relative;*/
/*}*/

/*.teamimg img {*/
/*width: 100%;*/
/*margin-top: 25px;*/
/*margin-left: 35px;*/
/*}*/

/*.no1 .teamimg img {*/
/*margin-left: 0;*/
/*}*/

/*.teamplace {*/
/*width: 165px;*/
/*height: 36px;*/
/*background-color: #fff;*/
/*color: #5074b1;*/
/*font-size: 14px;*/
/*line-height: 36px;*/
/*margin-top: -25px;*/
/*position: absolute;*/
/*left: 10px;*/
/*}*/

/*.teamplace:hover {*/
/*background-color: #3b5e9c;*/
/*color: #fff;*/
/*}*/

/*.teamplace span {*/
/*width: 121px;*/
/*display: inline-block;*/
/*font-size: 11px;*/
/*}*/

/*.teamname {*/
/*font-size: 16px;*/
/*position: absolute;*/
/*top: 53px;*/
/*left: 14px;*/
/*width: 60px;*/
/*text-align: left;*/
/*}*/

/*.teamabstract {*/
/*font-size: 12px;*/
/*position: absolute;*/
/*top: 78px;*/
/*left: 14px;*/
/*width: 60px;*/
/*text-align: left;*/
/*}*/

/*.teamdetail .article {*/
/*margin-bottom: 20px;*/
/*}*/

/*.teamdetailright {*/
/*width: 70%;*/
/*}*/

/*.swiper-container {*/
/*width: 85%;*/
/*}*/

/*.ecological .teamlist ul li {*/
/*width: 232px;*/
/*height: 313px;*/
/*float: left;*/
/*overflow: hidden;*/
/*position: relative;*/
/*text-align: center;*/
/*margin-right: 49px;*/
/*margin-top: 86px;*/
/*}*/

/*.ecological .teamimg {*/
/*color: #fff;*/
/*width: 232px;*/
/*height: 313px;*/
/*background: none;*/
/*overflow: hidden;*/
/*position: relative;*/
/*}*/

/*.ecological .teamimg img {*/
/*width: 100%;*/
/*margin-top: 0;*/
/*margin-left: 0;*/
/*}*/

/*.zoomtxt {*/
/*position: absolute;*/
/*top: 35%;*/
/*width: 20%;*/
/*background-color: #000;*/
/*background: rgba(0, 0, 0, 0.8);*/
/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8000000, endColorstr=#C8000000);*/
/*right: 0;*/
/*color: #fff;*/
/*padding: 20px;*/
/*font-size: 16px;*/
/*}*/

/*.zoomtxt span {*/
/*display: inline-block;*/
/*padding: 10px 0;*/
/*}*/

/*.zoomtxt .zoomtxt-time {*/
/*color: #7b7b7b;*/
/*}*/

/*.zoompic img {*/
/*width: 100%;*/
/*height: 100%;*/
/*}*/

/*.sliderbox {*/
/*width: 85%;*/
/*padding: 15px 40px;*/
/*background-color: #000;*/
/*overflow: hidden;*/
/*position: absolute;*/
/*bottom: 20px;*/
/*left: 3%;*/
/*right: 0;*/
/*}*/

/*.sliderbox .arrow-btn {*/
/*width: 14.5px;*/
/*height: 27px;*/
/*background: url(../img/about/arrow-btn.png?1) no-repeat;*/
/*cursor: pointer;*/
/*margin-top: 24px;*/
/*}*/

/*.sliderbox #btn-left {*/
/*float: left;*/
/*background-position: 0 0;*/
/*}*/

/*.sliderbox #btn-right {*/
/*float: right;*/
/*background-position: -14.5px 0;*/
/*}*/

/*.sliderbox .slider {*/
/*float: left;*/
/*height: 80px;*/
/*width: 95%;*/
/*position: relative;*/
/*overflow: hidden;*/
/*margin: 0 4px;*/
/*display: inline;*/
/*}*/

/*.sliderbox .slider ul {*/
/*position: absolute;*/
/*left: 0;*/
/*}*/

/*.sliderbox .slider li {*/
/*float: left;*/
/*width: 115px;*/
/*text-align: center;*/
/*padding: 0 8px;*/
/*zoom: 1;*/
/*}*/

/*.sliderbox .slider li img {*/
/*width: 115px;*/
/*height: 73px;*/
/*border: 2px solid transparent;*/
/*}*/

/*.sliderbox .slider li.current img {*/
/*border: 2px solid #fff;*/
/*}*/

/*.mapbox {*/
/*position: absolute;*/
/*background: rgba(37, 38, 57, 0.8);*/
/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8252639, endColorstr=#C8252639);*/
/*width: 400px;*/
/*height: 104px;*/
/*color: #fff;*/
/*font-size: 18px;*/
/*padding: 30px 25px;*/
/*line-height: 30px;*/
/*}*/

/*.mapbox p {*/
/*font-size: 15px;*/
/*}*/

/*.mapbox.mapbj {*/
/*top: 160px;*/
/*right: 30px;*/
/*}*/

/*.mapbox.maphk {*/
/*top: 380px;*/
/*left: 20px;*/
/*}*/

/*.lookmap {*/
/*float: right;*/
/*color: #5998f8;*/
/*font-size: 15px;*/
/*}*/

/*.lookmap i {*/
/*background: url(../img/about/icon.png) no-repeat;*/
/*height: 19px;*/
/*width: 16px;*/
/*display: inline-block;*/
/*vertical-align: middle;*/
/*margin-right: 10px;*/
/*}*/

/*.develop_content {*/
/*width: 870px;*/
/*margin-left: 75px;*/
/*overflow: hidden;*/
/*}*/

/*.year_line {*/
/*width: 870px;*/
/*margin-left: 75px;*/
/*position: relative;*/
/*}*/

/*.develop_left {*/
/*width: 550px;*/
/*float: left;*/
/*color: #fff;*/

/*overflow-y: auto;*/
/*height: 200px;*/
/*position: relative;*/
/*display: none;*/
/*}*/

/*.develop_left_content {*/
/*padding: 25px;*/
/*padding-bottom: 0;*/
/*}*/

/*.develop_left_content li {*/
/*!*border-left: 1px solid #fff;*!*/
/*padding-left: 20px;*/
/*padding-bottom: 20px;*/
/*position: relative;*/
/*line-height: 25px;*/
/*!*overflow: hidden;*!*/

/*}*/

/*.develop_right {*/
/*width: 270px;*/
/*float: right;*/
/*!* display: table-cell; *!*/
/*!* vertical-align: middle; *!*/
/*height: 250px;*/
/*!* text-align: center; *!*/
/*position: relative;*/
/*}*/

/*.develop_right img {*/
/*position: absolute;*/
/*top: 60px;*/
/*left: 0px;*/
/*}*/

/*.develop_right p {*/
/*position: absolute;*/
/*top: 100px;*/
/*left: 120px;*/
/*font-family: futura;*/
/*color: #fff;*/
/*font-size: 35px;*/
/*}*/

/*.develop_left_content li img {*/
/*position: absolute;*/
/*top: 7px;*/
/*left: 0px;*/
/*width: 7px;*/
/*}*/

/*.develop_content .develop_line {*/
/*height: 150px;*/
/*background: #fff;*/
/*position: absolute;*/
/*top: 12.5px;*/
/*left: 3px;*/
/*width: 1px;*/
/*}*/

/*.hide_li_scroll {*/
/*width: 580px;*/
/*overflow: hidden;*/
/*height: 100%;*/
/*float: left;*/
/*position: relative;*/
/*background: rgba(255, 255, 255, 0.1);*/
/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19ffffff, endColorstr=#19ffffff);*/
/*padding-bottom: 25px;*/
/*}*/

/*.overflow {*/
/*overflow: hidden;*/
/*}*/

/*.year_line .line-img {*/
/*position: absolute;*/
/*width: 85%;*/
/*top: -50px;*/
/*left: 55px;*/
/*}*/

/*.year2009 {*/
/*position: absolute;*/
/*top: 170px;*/
/*left: 108px;*/
/*}*/

/*.year_line .year {*/
/*font-family: futura;*/
/*font-size: 22px;*/
/*margin-bottom: 5px;*/
/*color: #fff;*/
/*}*/

/*.year_line .year_btn {*/
/*background: url(../img/year_time.png);*/
/*background-size: 100%;*/
/*-ms-behavior: url(../css/backgroundsize.min.htc);*/
/*behavior: url(../css/backgroundsize.min.htc);*/
/*width: 25px;*/
/*height: 25px;*/
/*}*/

/*.year_line li {*/
/*cursor: pointer;*/
/*position: absolute;*/

/*}*/

/*.year_line .year_btn.active {*/
/*background: url(../img/year_active.png);*/
/*background-size: 100%;*/
/*-ms-behavior: url(../css/backgroundsize.min.htc);*/
/*behavior: url(../css/backgroundsize.min.htc);*/
/*}*/

/*.year2010 {*/

/*top: 165px;*/
/*left: 173px;*/
/*}*/

/*.year2011 {*/
/*top: 143px;*/
/*left: 227px;*/
/*}*/

/*.year2012 {*/
/*top: 129px;*/
/*left: 300px;*/
/*}*/

/*.year2013 {*/
/*top: 110px;*/
/*left: 350px;*/
/*}*/

/*.year2014 {*/
/*top: 99px;*/
/*left: 438px;*/
/*}*/

/*.year2015 {*/
/*top: 62px;*/
/*left: 495px;*/
/*}*/

/*.year2016 {*/
/*top: 41px;*/
/*left: 555px;*/
/*}*/

/*.year2017 {*/
/*top: 5px;*/
/*left: 603px;*/
/*}*/
/*}*/

/*@media (min-width: 1600px) {*/

#pageAll .page, .page1, .page2, .page3, .page4, .page5, .ecological-page1, .ecological-page2 {
    height: 100%;
    position: relative;
}

.news-list {
    margin-top: 340px;
    position: absolute;
}

.news-list1 {
    position: relative;
    margin: 0 0 40px 75px;
    padding: 27px;
    color: white;
    opacity: 1;
    background: rgba(45, 80, 129, .6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#992d5081, endColorstr=#992d5081);
    left:0;

}

.teamlist ul li {
    width: 212px;
    height: 305px;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin-right: 50px;
    margin-top: 32px;
}

.teamimg {
    color: #fff;
    width: 212px;
    height: 291px;
    background-color: #659fd5;
    overflow: hidden;
    position: relative;
}

.teamimg img {
    width: 100%;
    margin-top: 34px;
    margin-left: 45px;
}
.gs{
    position:absolute;
    top: 180px;
    left: 120px;
    font-size:36px;
}
/*.no1 .teamimg img {*/
/*margin-left: 0;*/
/*}*/

.teamplace {
    width: 188px;
    height: 48px;
    background-color: #fff;
    color: #5074b1;
    font-size: 14px;
    line-height: 48px;
    margin-top: -34px;
    position: absolute;
    left: 12px;
}

.teamplace:hover {
    background-color: #3b5e9c;
    color: #fff;
}

.no1 .teamplace {
    background-color: #3b5e9c;
    color: #fff;
}

.teamplace span {
    width: 160px;
    display: inline-block;
}

.teamname {
    font-size: 16px;
    position: absolute;
    top: 70px;
    left: 14px;
    width: 90px;
    text-align: left;
}

.teamabstract {
    font-size: 12px;
    position: absolute;
    top: 104px;
    left: 14px;
    width: 90px;
    text-align: left;
}

.teamdetail .article {
    margin-bottom: 70px;
}
.article1{
    margin-bottom: 60px;
}
.teamdetailright {
    width: 65%;
}

.ecological .teamlist ul li {
    width: 312px;
    height: 422px;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin-right: 65px;
    margin-top: 122px;
}

.ecological .teamimg {
    color: #fff;
    width: 312px;
    height: 422px;
    background: none;
    overflow: hidden;
    position: relative;
}

.ecological .teamimg img {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
}

.zoomtxt {
    position: absolute;
    top: 35%;
    width: 20%;
    background-color: #000;
    background: rgba(0, 0, 0, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8000000, endColorstr=#C8000000);
    right: 55px;
    color: #fff;
    padding: 20px;
    font-size: 16px;
}

.zoomtxt span {
    display: inline-block;
    padding: 10px 0;
    line-height: 28px;
}

.zoomtxt .zoomtxt-time {
    color: #7b7b7b;
}

.zoompic img {
    width: 100%;
    height: 100%;
}

.sliderbox {
    width: 85%;
    padding: 15px 40px;
    background-color: #000;
    overflow: hidden;
    position: absolute;
    bottom: 20px;
    left: 5%;
    right: 0;
}

.sliderbox .arrow-btn {
    width: 14.5px;
    height: 27px;
    background: url(../img/about/arrow-btn.png?1) no-repeat;
    cursor: pointer;
    margin-top: 32px;
}

.sliderbox #btn-left {
    float: left;
    background-position: 0 0;
}

.sliderbox #btn-right {
    float: right;
    background-position: -14.5px 0;
}

.sliderbox .slider {
    float: left;
    height: 100px;
    width: 93%;
    position: relative;
    overflow: hidden;
    margin: 0 22px;
    display: inline;
}

.sliderbox .slider ul {
    position: absolute;
    left: 0;
}

.sliderbox .slider li {
    float: left;
    width: 151px;
    text-align: center;
    padding: 0 10px;
    zoom: 1
}

.sliderbox .slider li img {
    width: 147px;
    height: 94px;
    border: 2px solid transparent;
}

.sliderbox .slider li.current img {
    border: 2px solid #fff;
}

.mapbox {
    position: absolute;
    background: rgba(37, 38, 57, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8252639, endColorstr=#C8252639);
    width: 470px;
    height: 130px;
    color: #fff;
    font-size: 18px;
    padding: 15px 25px 34px 25px;
    line-height: 30px;
}

.mapbox p {
    font-size: 18px;
}

.mapbox .title {
    font-size: 22px;
    margin-bottom: 20px;
}

.mapbox.mapbj {
    top: 210px;
    left: 630px;
    /*left: 667px;*/
}

.mapbox.maphk {
    /*top: 50%;*/
    top: 480px;
    left: 75px;
}

.lookmap {
    color: #5998f8;
    font-size: 18px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.lookmap:hover {
    color: #fff;
}

.lookmap i {
    background: url(../img/about/icon.png) no-repeat;
    height: 19px;
    width: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.develop_content {
    width: 1045px;
    margin-left: 75px;
    overflow: hidden;
    margin-top: 50px;
    position: relative;
    padding: 15px;
}

.frame {
    width: 30px;
    height: 30px;
    position: absolute;
}

.frame img {
    width: 100%;
}

.frame_top_right {
    top: 0px;
    left: 745px;
}

.frame_bottom_left {
    bottom: -5px;
    left: 0px;
}

.frame_top_left {
    top: 0px;
    left: 0px;
}

.frame_bottom_right {
    bottom: -5px;
    left: 745px;
}

.year_line {
    width: 1045px;
    margin-left: 75px;
    position: relative;
    top: -55px;
}

.page_title {
    font-size: 28px;
    position: absolute;
    top: 55px;
    right: 10%;
    color: #ffffff;
    z-index: 3;
}

.develop_left {
    width: 720px;
    float: left;
    color: #fff;
    overflow-y: auto;
    height: 295px;
    position: relative;
    display: none;
}

.develop_left_content {
    padding: 25px;
    /*margin: 25px;*/
    padding-bottom: 0;
}

.develop_left_content li {
    /*border-left: 1px solid #fff;*/
    padding-left: 20px;
    padding-bottom: 20px;
    padding-right: 30px;
    position: relative;
    line-height: 25px;
    text-align: justify;
    /*overflow: hidden;*/

}

.develop_right {
    width: 270px;
    float: right;
    /* display: table-cell; */
    /* vertical-align: middle; */
    height: 250px;
    /* text-align: center; */
    position: relative;
    display: none;
}

.develop_right p {
    position: absolute;
    top: 147px;
    left: 122px;
    font-family: futura;
    color: #fff;
    font-size: 35px;
}

.develop_right .develop_year_line {
    width: 85px;
    /*overflow: hidden;*/
    height: 15px;
    position: absolute;
    /* left: 0px; */
    top: 160px;
}

.develop_right .develop_year {
    width: 130px;
    float: left;
    position: absolute;
    /* left: 0px; */
    top: 105px;
    left: 85px;

}

.develop_right.active .develop_year{
    -moz-animation: rotate 10s infinite linear;
    -webkit-animation: rotate 10s infinite linear;
    animation: rotate 10s infinite linear;
}

/*.develop_right.active .develop_year {*/

    /*animation-duration: 5s;*/
    /*-webkit-animation-duration: 5s;*/
    /*-moz-animation-duration: 5s;*/
/*}*/

.develop_left_content li img {
    position: absolute;
    top: 7px;
    left: 1px;
    width: 7px;
}

.develop_left_content li:last-child .develop_line {

    display: none;

}

.develop_content .develop_line {
    height: 102%;
    background: #fff;
    position: absolute;
    top: 12.5px;
    left: 4px;
    width: 1px;
}

.hide_li_scroll {
    width: 745px;
    overflow: hidden;
    height: 100%;
    float: left;
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19ffffff, endColorstr=#19ffffff);
    padding-bottom: 25px;
}

.overflow {
    overflow: hidden;
}

.year_line .line-img {
    position: absolute;
    width: 100%;
    top: -40px;
    left: 55px;
}

.year2009 {
    top: 287px;
    left: 131px;
}

.year_line .year {
    font-family: futura;
    font-size: 22px;
    margin-bottom: 5px;
    color: #fff;
}

/*.year_line .year_btn:hover {*/
    /*background: url(../img/year_active.png);*/
    /*background-size: 100%;*/
    /*-ms-behavior: url(../css/backgroundsize.min.htc);*/
    /*behavior: url(../css/backgroundsize.min.htc);*/
/*}*/

.year_line .year_btn {
    background: url(../img/year_time.png);
    background-size: 100%;
    -ms-behavior: url(../css/backgroundsize.min.htc);
    behavior: url(../css/backgroundsize.min.htc);
    width: 25px;
    height: 25px;
    margin: 0 auto;
}

.year_line li {
    cursor: pointer;
    position: absolute;

}

.year_line li.active,.year_line li.hover  {
    margin-top: -12px;
    margin-left: -6px;
}

.year_line li.active .year_btn,.year_line li.hover .year_btn {
    background: url(../img/year_active.png) no-repeat;
    background-size: 100%;
    -ms-behavior: url(../css/backgroundsize.min.htc);
    behavior: url(../css/backgroundsize.min.htc);
    width: 30px;
    height: 30px;
}

.year_line li.active .year,.year_line li.hover .year {
    font-size: 30px;
}

.year2010 {

    top: 280px;
    left: 225px;
}

.year2011 {
    top: 250px;
    left: 300px;
}

.year2012 {
    top: 229px;
    left: 405px;
}

.year2013 {
    top: 204px;
    left: 470px;
}

.year2014 {
    top: 187px;
    left: 600px;
}

.year2015 {
    top: 135px;
    left: 679px;
}

.year2016 {
    top: 108px;
    left: 760px;
}

.year2017 {
    top: 55px;
    left: 831px;
}

/*}*/

@keyframes fadeInRight {
    from {
        opacity: 1;
        margin-left: 45px;
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        margin-left: 0px;
        transform: none;
    }
}

.fadeInRight {
    animation-name: fadeInRight;
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes contact {
    0% {
        width: 20%;
    }
    50% {
        width: 30%;
    }

    100% {
        width: 40%;

    }
}

.contact_img {
    animation-name: contact;
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes ecolog {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;

    }
}

.ecolog {
    animation-name: ecolog;
    animation-duration: 1s;
    animation-fill-mode: both;
}

.bj_map {
    position: relative;
    width: 200px;
    left: 39.5%;
    top: 11%;
}

.bj_text {
    width: 100px;
    /*float: left;*/
    color: #fff;
    font-size: 22px;
}

.xg_map {
    position: relative;
    width: 200px;
    left: 34.7%;
    top: 71.5%;
}

.bj_img {
    width: 100px;
    /*float: left;*/
    position: absolute;
    left: 100px;
    top: 0;
}

.bj_img img {
    max-width: 40%;
    width: 40%;
}

@keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    from {
        transform: translate3d(-3000px, 0, 0);
    }


    to {
        transform: none;
    }
}
@-webkit-keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    from {
        -webkit-transform: translate3d(-3000px, 0, 0);
    }

    to {
        -webkit-transform: none;
    }
}

.bounceInLeft {
    animation-name: bounceInLeft;
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-name: bounceInLeft;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
}


/*@keyframes bounceInRight {*/
    /*from, 60%, 75%, 90%, to {*/
        /*animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);*/
    /*}*/

    /*from {*/
        /*transform: translate3d(3000px, 0, 0);*/
    /*}*/


    /*to {*/
        /*transform: none;*/
    /*}*/
/*}*/

/*.bounceInRight {*/
    /*animation-name: bounceInRight;*/
    /*animation-duration: 1s;*/
    /*animation-fill-mode: both;*/
/*}*/