html {
    margin: 0px;
    padding: 0px;
    z-index: 1;
    overflow-x: hidden;
    height: 100%;
}

body {
    margin: 0 auto;
    padding: 0px;
    font-size: 12px;
    font-family: arial, "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
    background: #fff;
    z-index: 99;
    height: 100%;
    width: 100%;
}

a {
    font-size: 12px;
    text-decoration: none;
}

a:hover {
    font-size: 12px;
    color: #a30000;
    text-decoration: none;
}

p {
    padding: 0px;
    margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}

dl,
dt,
dd,
ul,
li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-decoration: none;
}

input {
    outline: none;
}

img {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

em {
    font-style: normal;
}

tr {
    _border-top: 1px solid #bfbfbf;
    _border-bottom: 1px solid #bfbfbf;
}

h1,
h2,
h3,
h4,
h5,
h6,
b {
    font-weight: normal;
}


/*正式*/

.con1,
.con2,
.con3,
.con4,
.con5 {
    width: 980px;
    margin: 0 auto;
}

.page1 .con1 .txt {
    width: 980px;
    margin: 0 auto;
    height: 220px;
}

.page1 .con1 .txt h2 {
    font-size: 18px;
    text-align: center;
    margin: 80px 0 30px 0;
    color: #626262;
}

.page1 .con1 .txt p {
    font-size: 47px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 42px;
    color: #626262;
}

.page1 .con1 .tp {
    margin: 0 auto;
    width: 675px;
    display: block;
}

.page2 {
    width: 100%;
    height: 847px;
    background: url(/templets/default/images/newimg/JDC-3_5.jpg) no-repeat center center;
    background-size: 1920px 847px;
}

.page2 .con2 {
    width: 980px;
    height: 847px;
    margin: 0 auto;
    position: relative;
}

.page2 .con2 .txt {
    top: 68px;
    right: 25px;
    position: absolute;
    width: 380px;
}

.page2 .con2 .txt .tp {
    margin: 0 auto;
    display: block;
    width: 75px;
    margin-bottom: 10px;
    opacity: 0;
}

.page2 .con2 .txt p {
    font-size: 32px;
    color: #626262;
    text-align: center;
    opacity: 0;
}

.page2 .con2 .txt .p2 {
    font-size: 23px;
}

.page3 .con3 {
    margin-top: 110px;
    position: relative;
    height: 710px;
}

.page3 .con3 img {
    margin-left: -370px;
}

.page3 .con3 .txt {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}

.page3 .con3 .txt h2 {
    font-size: 48px;
    text-align: right;
    line-height: 100px;
    color: #626262;
    opacity: 0;
}

.page3 .con3 .txt p {
    font-size: 18px;
    line-height: 40px;
    width: 544px;
    text-align: right;
    color: #626262;
    opacity: 0;
}

.page4 {
    width: 100%;
    height: 821px;
    background: url(/templets/default/images/newimg/JDC-3_6.jpg) no-repeat center center;
    background-size: 1920px 821px;
}

.page4 .con4 {
    width: 980px;
    height: 821px;
    margin: 0 auto;
    position: relative;
    background-size: contain;
}

.page4 .con4 .txt {
    width: 470px;
    margin-top: 188px;
    display: inline-block;
}

.page4 .con4 .txt h2 {
    margin: 0 auto;
    color: #626262;
    font-size: 48px;
    line-height: 80px;
    opacity: 0;
}

.page4 .con4 .txt p {
    font-size: 18px;
    color: #626262;
    line-height: 40px;
    opacity: 0;
}

.page5 {
    width: 100%;
    height: 810px;
}

.page5 .con5 {
    height: 810px;
    position: relative;
}

.page5 .con5 img {
    position: absolute;
    top: 170px;
    right: 100px;
}

.page5 .con5 .txt {
    width: 470px;
    margin-top: 280px;
    display: inline-block;
}

.page5 .con5 .txt h2 {
    margin: 0 auto;
    color: #626262;
    font-size: 48px;
    line-height: 80px;
    opacity: 0;
}

.page5 .con5 .txt p {
    font-size: 18px;
    color: #626262;
    line-height: 40px;
    opacity: 0;
}

.page1 * {
    transition: all 3s;
}

.pt-page-moveFromBottomFade {
    -webkit-animation: moveFromBottomFade 2.5s ease both;
    animation: moveFromBottomFade 2.5s ease both;
}

.pt-page-moveFromBottomFade1 {
    -webkit-animation: moveFromBottomFade 3.5s ease both;
    animation: moveFromBottomFade 3.5s ease both;
}

@-webkit-keyframes moveFromBottomFade {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }
}

to {
    opacity: 1;
}

@keyframes moveFromBottomFade {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    to {
        opacity: 1;
    }
}

.pt-page-rotateUnfoldLeft {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-animation: rotateUnfoldLeft 2s both ease;
    animation: rotateUnfoldLeft 2s both ease;
}

.pt-page-rotateUnfoldRight {
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-animation: rotateUnfoldRight 2s both ease;
    animation: rotateUnfoldRight 2s both ease;
}

@-webkit-keyframes rotateUnfoldLeft {
    from {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotateY(-90deg);
    }
    to {
        opacity: 1;
    }
}

@keyframes rotateUnfoldLeft {
    from {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotateY(-90deg);
        transform: translateX(-100%) rotateY(-90deg);
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes rotateUnfoldRight {
    from {
        opacity: 0;
        -webkit-transform: translateX(100%) rotateY(90deg);
    }
    to {
        opacity: 1;
    }
}

@keyframes rotateUnfoldRight {
    from {
        opacity: 0;
        -webkit-transform: translateX(100%) rotateY(90deg);
        transform: translateX(100%) rotateY(90deg);
    }
    to {
        opacity: 1;
    }
}