.banner {
    float: left;
    position: relative;
    overflow: hidden;
}
.flex-control-nav {
    bottom: 14px;
}
.flex-control-paging li a {
    display: block;
    width: 20px;
    height: 5px;
    background: #fff;
    /*background: rgba(0, 0, 0, 0.5);*/
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    cursor: pointer;
    transition: all .4s ease;
}
.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
    background: #003d96;
    /*background: rgba(0, 0, 0, 0.9);*/
    cursor: pointer;
}
article {
    overflow: hidden;
}
.banner-go {
    overflow: hidden;
}
.banner-go > ul {
    font-size: 0;
}
.banner-go-li {
    position: relative;
    display: inline-block;
}
.banner-btm a {
}
.banner-btm img{
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    /*height: auto;*/
}
.banner-wordI,
.banner-wordII {
    position: absolute;
    z-index: 5;
}
.banner-wordI {
    left: 50%;
    top: 35%;
    transform: translate(-50%, -35%);
    -ms-transform: translate(-50%, -35%);
    -moz-transform: translate(-50%, -35%);
    -webkit-transform: translate(-50%, -35%);
    -o-transform: translate(-50%, -35%); 
    opacity: 0;
}
.banner-wordI-active {
    left: 50%;
    top: 40%;
    transform: translate(-50%, -40%);
    -ms-transform: translate(-50%, -40%);
    -moz-transform: translate(-50%, -40%);
    -webkit-transform: translate(-50%, -40%);
    -o-transform: translate(-50%, -40%); 
    transition: all 1.2s ease .4s;
    opacity: 1;
}
.banner-wordI-activeII {
    left: 50%;
    top: 45%;
    transform: translate(-50%, -45%);
    -ms-transform: translate(-50%, -45%);
    -moz-transform: translate(-50%, -45%);
    -webkit-transform: translate(-50%, -45%);
    -o-transform: translate(-50%, -45%); 
    transition: all 1.2s ease .4s;
    opacity: 0;
}
.banner-wordII {
    left: 50%;
    top: 45%;
    transform: translate(-50%, -45%);
    -ms-transform: translate(-50%, -45%);
    -moz-transform: translate(-50%, -45%);
    -webkit-transform: translate(-50%, -45%);
    -o-transform: translate(-50%, -45%); 
    opacity: 0;
}
.banner-wordII-active {
    left: 50%;
    top: 55%;
    transform: translate(-50%, -55%);
    -ms-transform: translate(-50%, -55%);
    -moz-transform: translate(-50%, -55%);
    -webkit-transform: translate(-50%, -55%);
    -o-transform: translate(-50%, -55%); 
    opacity: 1;
    transition: all 1.2s ease 0s;
}
.banner-wordII-activeII {
    left: 50%;
    top: 60%;
    transform: translate(-50%, -60%);
    -ms-transform: translate(-50%, -60%);
    -moz-transform: translate(-50%, -60%);
    -webkit-transform: translate(-50%, -60%);
    -o-transform: translate(-50%, -60%); 
    opacity: 0;
    transition: all 1.2s ease 0s;
}
.banner-ctrl {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%); 
    bottom: 30px;
}
.banner-ctrl > ul > li {
    float: left;
    background-color: #fff;
    width: 40px;
    height: 2px;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
    transition: all .6s ease;
}
.banner-ctrl > ul > li.on {
    background-color: #ef4b3d;
}
.notice-roll {
    margin-bottom: 36px;
}
.index {
    margin-bottom: 62px;
}
.index-block {
    display: inline-block;
    padding-top: 44px;
    margin-bottom: 50px;
    vertical-align: top;
}
.index-block-tilte {
    margin-bottom: 66px;
    height: 36px;
}
.index-block-tilte h2 {
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 17px;
    font-size: 18px;
    color: #333;
}
.ib-title-line {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 160px;
    height: 2px;
    text-align: center;
    background: #ececec;
}
.ibt-line-red {
    position: absolute;
    top: 0;    
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 2px;
    background: #003d96;
}
.index-co-pof {
    width: 1200px;
}
.index-co-pof-img {
    float: left;
    border: 1px solid #e3e3e3;
    margin-right: 47px;
    transition: all 1s ease;
}
.index-co-pof-img:hover {
    border: 1px solid #003d96;
}
.index-co-pof-img a {
    display: inline-block;
    border: 9px solid #fff;
    width: 464px;
    height: 235px;
    text-align: center;
    overflow: hidden;
}
.index-co-pof-img img {
    transition: all 1s ease;
    width: 100%;
    height: 100%;
}
.index-co-pof-img img:hover {
    transform: scale(1.11);
}
.index-co-pof-desc {
}
.index-a {
    font-size: 14px;
    color: #003d96;
    transition: all .2s ease;
}
.index-a:hover {
    color: #7b7cf9;
}
.index-a span {
    font-family: '宋体';
}
.index-tender-annc-info {
    margin-bottom: 31px;
}
.index-tender-annc {
    float: right;
    width: 561px;
}
.index-tender-annc-img {
    width: 218px;
    height: 122px;
    overflow: hidden;
}
.index-tender-annc-img,
.index-tender-annc-desc {
    display: inline-block;
    vertical-align: top;
}
.index-tender-annc-img img {
    transition: all .8s ease;
    width: 100%;
    height: 100%;
}
.index-tender-annc-img img:hover {
    transform: scale(1.11);
}
.index-tender-annc-desc {
    float: right;
    width: 325px;
    height: 122px;
}
.index-tender-annc-desc h3 {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis;
}
.index-tender-annc-desc h3 a {
    color: #333;
}
.index-tender-annc-desc h3:hover a {
    color: #3e3eeb;
}
.index-tender-annc-time {
    font-size: 14px;
    color: #666;
    margin-bottom: 16px;
}
.index-tender-annc-desc p {
    line-height: 24px;
    font-size: 14px;
    color: #666;
}
.tender-annc-list-time {
    float: right;
}
.index-tender-annc-list {

}
.index-tender-annc-list p {
    display: inline-block;
    width: 450px;
    height: 28px;
    overflow: hidden;
}
.index-tender-annc-list > ul > li {
    border-bottom: 1px dashed #9d9d9d;
    margin-top: 13px;
    line-height: 28px;
}
.index-tender-annc-list > ul > li a {
    display: block;
    font-size: 14px;
    color: #666;
    transition: all .2s ease;
}
.index-tender-annc-list > ul > li:hover a {
     color: #4f4fe7;
}
.index-cases {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 45px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
    width: 300%;
    background: #f8f8f8;
}
.index-cases-p {
    margin-bottom: 50px;
    line-height: 24px;
    font-size: 14px;
    color: #888;
}
.index-cases-list > ul {
    font-size: 0;
}
.index-cases-list > ul > li {
    display: inline-block;
    width: 25%;
    vertical-align: top;
    text-align: center;
}
.cases-list-ctrl {
    margin-top: 46px;
    text-align: center;
}
.cases-list-ctrl > ul > li {
    display: inline-block;
}
.cases-list-ctrl > ul > li a {
    display: block;
    margin-right: 7px;
    margin-left: 7px;
    width: 12px;
    height: 12px;
    background-color: #a0a0a0;
    transition: all .2s ease;
    border-radius: 50%;
    cursor: pointer;
}
.cases-list-ctrl > ul > li.on a {
    background-color: #f02b2b;
}
.eng-supvsn-list-one {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    width: 286px;
    height: 286px;
    overflow: hidden;
}
.eng-supvsn-list-img {
    width: 286px;
    height: 286px;
}
.eng-supvsn-list-img img {
    width: 100%;
    height: 100%;
    transition: all .8s ease;
}
.eng-supvsn-list-one:hover .eng-supvsn-list-img img {
    transform: scale(1.11);
}
.eng-supvsn-list-shadow {
    position: absolute;
    top: 30%;
    width: 100%;
    height: 100%;
    background-color: #003d96;
    opacity: 0;
    transition: all .5s ease;
}
.eng-supvsn-list-one:hover .eng-supvsn-list-shadow {
    top: 0;
    opacity: .6;
}
.eng-supvsn-list-desc {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.eng-supvsn-list-desc h3 {
    position: absolute;
    top: 80px;
    left: 50%;
    margin-left: -130px;
    width: 260px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis;
    opacity: 0;
    text-align: center;
    transition: all .5s ease .2s;
}
.eng-supvsn-list-one:hover .eng-supvsn-list-desc h3 {
    top: 65px;
    opacity: 1;
}
.eng-supvsn-list-desc p {
    position: absolute;
    top: 115px;
    left: 50%;
    margin-left: -130px;
    width: 260px;
    height: 78px;
    line-height: 26px;
    font-size: 14px;
    color: #eee;
    overflow: hidden; 
    opacity: 0;
    text-align: left;
    transition: all .5s ease .4s;
}
.eng-supvsn-list-one:hover .eng-supvsn-list-desc p {
    top: 100px;
    opacity: 1;
}
.about-us-a {
    display: inline-block;
    border: 1px solid #d7d7d7;
    margin-top: 40px;
    width: 100px;
    height: 28px;
    line-height: 27px;
    color: #888;
    text-align: center;
    transition: top .5s ease .5s, opacity .5s ease .5s, background-color .4s ease;
}
.index-cases-list h4 {
    margin-top: 23px;
    line-height: 14px;
    font-size: 14px;
    color: #666;
    text-align: center;
    transition: all .3s ease;s
}
.index-cases-list li:hover h4 {
    color: #003d96;
}
.eng-supvsn-list-desc a {
    display: block;
    position: absolute;
    left: 140px;
    top: 220px;
    border: 1px solid #f8f8f8;
    margin-left: -57px;
    width: 100px;
    height: 28px;
    line-height: 27px;
    font-size: 14px;
    color: #fff;
    opacity: 0;
    text-align: center;
    transition: top .5s ease .5s, opacity .5s ease .5s, background-color .4s ease;
}
.about-us-a:hover,
.eng-supvsn-list-desc a:hover {
    background-color: #003d96;
    color: #fff;
}
.about-us-a img,
.eng-supvsn-list-desc img {
    margin-left: 8px;
    transition: all .3s ease;
}
.about-us-a:hover img,
.eng-supvsn-list-desc a:hover img {
    transform: translateX(2px);
}
.eng-supvsn-list-one:hover .eng-supvsn-list-desc a {
    top: 206px;
    opacity: 1;
}
.index-contact-uc {
    width: 561px;
    float: right;
}
.index-tender-agent {
    width: 100%;
}
.index-tender-agent-list > ul {
    font-size: 0;
}
.index-tender-agent-list > ul > li {
    display: inline-block;
    width: 25%;
    text-align: center;
}
.index-tender-agent-list p {
    margin-top: 17px;
    line-height: 14px;
    font-size: 14px;
    color: #666;
    transition: all .6s ease;
}
.index-tender-agent-list > ul > li:hover p {
    color: #003d96;
}
.tender-agent-list-img {
    display: inline-block;
    padding: 5px;
    border: 1px solid #c4c4c4;
    border-radius: 50%;
    transition: all 1.1s ease;
}
.index-tender-agent-list > ul > li:hover .tender-agent-list-img {
    border: 1px solid #003d96;
}
.tender-agent-list-img img {
    border: 1px solid #c4c4c4;
    width: 182px;
    height: 182px;
    border-radius: 50%;
    transition: all 1.1s ease;
}
.index-tender-agent-list > ul > li:hover img {
    transform: scale(1.1);
    border: 1px solid #003d96;
}
.index-tender-agent-list > ul > li:hover .tender-agent-list-img {
    animation: roundRock .8s ease 1;
}

@-webkit-keyframes roundRock {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 30deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 30deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes roundRock {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 30deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 30deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}