html,
body {
    position: relative;
    height: 100%;
}

body {
    background: #eee;
    font-family: '微软雅黑';
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.center-page {
    /* Center slide text vertically */
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;*/
}

.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
}

.first-page {
    background: url(../images/tce_firstpage_bg.png) no-repeat top;
    background-size: 100% 120%;
    position: relative;
}

.first-page .main1 {
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    text-align: center;
    position: absolute;
    top: 90px;
    bottom: 20%;
}

.first-page .main1 .titleimg {
    display: inline-block;
    height: 30%;
}

.first-page .main1 a {
    display: inline-block;
    width: 180px;
    height: 50px;
    font-size: 24px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    color: #fff;
    margin: 20px 45px 0px;
    cursor: pointer;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border: 2px solid #fff;
    position: relative;
}

@media screen and (max-height: 800px) {
    .first-page .main1 a {
        font-size: 20px;
        height: 44px;
        line-height: 44px;
    }
}

.first-page .main1 a span {
    position: relative;
}

.first-page .main1 .a1 {
    border-color: #fcbb21;
    background: #fcbb21;
    position: relative;
}

.first-page .main1 .a1-tip {
    position: absolute;
    left: 0px;
    top: -140px;
    opacity: 0;
    transition: all .5s;
    -moz-transition: all .5s;
    /* Firefox 4 */
    -webkit-transition: all .5s;
    /* Safari 和 Chrome */
    -o-transition: all .5s;
}

.first-page .main1 .a1:hover .a1-tip {
    opacity: 1;
    top: -120px;
}

.first-page .main1 .a2 {
    transition: all .5s;
    -moz-transition: all .5s;
    /* Firefox 4 */
    -webkit-transition: all .5s;
    /* Safari 和 Chrome */
    -o-transition: all .5s;
}

.first-page .main1 .a2:hover {
    background: #fff;
    color: #31c9ff;
}

.first-page .main2 {
    color: #313131;
    font-size: 24px;
    position: absolute;
    bottom: 35%;
    width: 100%;
    text-align: center;
    line-height: 44px;
}

@media screen and (max-height: 800px) {
    .first-page .main2 {
        font-size: 20px;
    }
}

.first-page .main3 {
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    text-align: center;
    position: absolute;
    bottom: 5%;
    overflow: hidden;
}

.first-page .main3-block {
    width: 200px;
    float: left;
    text-align: center;
}

@keyframes myfirst {
    from {
        transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        /* IE 9 */
        -moz-transform: rotateY(0deg);
        /* Firefox */
        -webkit-transform: rotateY(0deg);
        /* Safari 和 Chrome */
        -o-transform: rotateY(0deg);
    }
    to {
        transform: rotateY(360deg);
        -ms-transform: rotateY(360deg);
        /* IE 9 */
        -moz-transform: rotateY(360deg);
        /* Firefox */
        -webkit-transform: rotateY(360deg);
        /* Safari 和 Chrome */
        -o-transform: rotateY(360deg);
    }
}

.first-page .main3-block:hover img {
    animation: myfirst 2s;
}

.first-page .main3-block h1 {
    font-size: 24px;
    font-weight: bold;
    color: #1b1b1b;
    margin: 20px 0px 15px;
}

@media screen and (max-height: 800px) {
    .first-page .main3-block h1 {
        font-size: 20px;
    }
    .first-page .main3-block p {
        font-size: 14px;
    }
    .first-page .main3-block img {
        width: 64px;
    }
}

.first-page .main3-block p {
    font-size: 16px;
    color: #1b1b1b;
}
/*第二屏*/
.second2-page,.second3-page{
    height: 100%;
    background: url(../images/tce_second2page_bg.png) no-repeat;
    background-size: cover;
}
.second2-page .main,.second3-page .main{
    width: 1200px;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 20%;
    display: none;
}
.second2-page .title,.second3-page .title{
    font-size: 34px;
    color: #fff;
    margin-bottom: 70px;
}
.second2-page .main-linkbtn{
    display: inline-block;
    width: 214px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    color: #fff;
    background: #1fb9ff;
    border-radius: 30px;
    -moz-border-radius:30px;
    -webkit-border-radius:30px;
    margin-top: 60px;
    transition: all .5s;
    -moz-transition: all .5s;
    /* Firefox 4 */
    -webkit-transition: all .5s;
    /* Safari 和 Chrome */
    -o-transition: all .5s;
}
.second2-page .main-linkbtn:hover,{
    margin-top: 65px;
    box-shadow: 0px 0px 10px #008bff;
    background: #1fa3ff;
}
.second2-page .main1-link{
    float: left;
    margin:0px 25px 10px;
    width: 250px;
    height: 200px;
    background: url(../images/tce_main1link_bg2.png) no-repeat;
    cursor: pointer;
    transition: all .5s;
    -moz-transition: all .5s;
    /* Firefox 4 */
    -webkit-transition: all .5s;
    /* Safari 和 Chrome */
    -o-transition: all .5s;
}
.second3-page .main1-link{
    float: left;
    margin:20px 25px 20px;
    width: 190px;
    height: 160px;
    background: #FFFFFF;
    cursor: pointer;
     border-radius: 10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10;
    transition: all .5s;
    -moz-transition: all .5s;
    /* Firefox 4 */
    -webkit-transition: all .5s;
    /* Safari 和 Chrome */
    -o-transition: all .5s;
}
.second3-page .main1-link img{
	width:50px;
}
.second2-page .main1-link h2,.second3-page .main1-link h2{
    font-size: 20px;
    padding: 35px 0px 25px;
    color: #313131;
}
.second3-page .main1-link h2{
    font-size: 18px;
    padding: 25px 0px 25px;
    color: #313131;
}
.second2-page .main1-link .img02{
    display: none;
    transition: all .5s;
    -moz-transition: all .5s;
    /* Firefox 4 */
    -webkit-transition: all .5s;
    /* Safari 和 Chrome */
    -o-transition: all .5s;
}
.second2-page .main1-link:hover{
    background: url(../images/tce_main1link_bg1.png) no-repeat;
    box-shadow: 0px 0px 10px #008bff;
    margin-top: -10px;
    color: #fff;
}

.second3-page .main1-link:hover{
    box-shadow: 0px 0px 10px #008bff;
}
.second2-page .main1-link:hover h2{
    color: #fff;
}
.second2-page .main1-link:hover .img01{
        display: none;
}
.second2-page .main1-link:hover .img02{
        display: inline-block;
        width: 70px;
        
}
.second-page {
    background: #f1f1f1;
}

.second-page .main {
    width: 1200px;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 30%;
    display: none;
}

.second-page .main .left {
    float: left;
}

@media screen and (max-height: 800px) {
    .second-page .main .left img {
        width: 650px;
    }
    .second-page .main .right {
        margin-top: 50px;
    }
}

.second-page .main .right {
    float: right;
    text-align: left;
    margin-top: 150px;
}

.main-content .p1 {
    font-size: 34px;
    color: #313131;
    margin-bottom: 30px;
}

.main-content .p2 {
    font-size: 18px;
    color: #313131;
    line-height: 36px;
}

.third-page .main {
    width: 1200px;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 25%;
}

.third-page .main .left {
    float: left;
    text-align: right;
    margin-top: 150px;
}

.third-page .main .right {
    float: right;
}

.third-page .main .right img {
    width: 640px;
}

@media screen and (max-height: 800px) {
    .third-page .main .right img {
        width: 600px;
    }
    .third-page .main .left {
        margin-top: 100px;
    }
}

.forth-page .main {
    width: 1200px;
    position: absolute;
    left: 50%;
    top: 20%;
    margin-left: -600px;
}

.forth-page .main .left {
    float: left;
}

.forth-page .main .right {
    float: right;
    text-align: right;
    margin-top: 150px;
}

@media screen and (max-height: 800px) {
    .forth-page .main .left img {
        width: 500px;
    }
}

.footerbox {
    position: absolute;
    bottom: 0px;
}

.fifth-page .main {
    width: 1200px;
    position: absolute;
    left: 50%;
    margin-top: 100px;
    margin-left: -600px;
    color: #fff;
}

.fifth-page .main1 {
    text-align: center;
    font-size: 44px;
    margin-bottom: 50px;
}

.fifth-page .main2 {
    overflow: hidden;
    margin-bottom: 30px;
}

.fifth-page .main2 p {
    font-size: 16px;
    width: 300px;
    text-align: left;
    line-height: 40px;
    float: left;
}

.fifth-page {
    background: url(../images/tce_fifthpage_bg.png) no-repeat center bottom;
}

.fifth-page .main3 {
    overflow: hidden;
}

.fifth-page .main3 img {
    margin-right: 20px;
}

.fifth-page .main3 p {
    font-size: 16px;
    line-height: 40px;
    text-align: left;
}

.fifth-page .main3 strong {
    font-size: 30px;
}

@media screen and (max-height: 800px) {
    .fifth-page .footerbox {
        display: none;
    }
}

@media screen and (max-height: 900px) {
    .fifth-page .main1 {
        font-size: 38px;
        margin-bottom: 30px;
    }
    .fifth-page .main2 p {
        font-size: 14px;
    }
}
