@charset "utf-8";
html{
    margin:0px;
    padding:0px;
    z-index:1;
    overflow-x:hidden;
    height:100%;
    }
    
body{
    margin:0 auto;  
    padding:0px; 
    font-size:12px; 
    font-family:"Microsoft Yahei",arial,"Hiragino Sans GB",sans-serif;
    background:#fff;
    z-index:99;
    height:100%;
    width:100%;
    color:#585757;
    }
    
a{
    font-size:12px; 
    text-decoration:none;
    color:#000;
    }
    
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,ol{
    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;}
/*正式代码*/
.bw{ width:100%;float:left;}
.box1_wrap{background:url(/templets/default/images/newimg/HC-TW80-1170-1.jpg) no-repeat center center;}
.bw .bwrap{ width:1170px; margin:0 auto;height:808px; }
.bw .bwrap .txt{ color:#3e3a39;margin-left: 20px;display: inline-block;}
.bw .bwrap .txt h2{ font-size: 48px; margin:60px 0 15px 0;}
.bw .bwrap .txt p{ font-size: 18px;line-height: 32px;}
.box1_wrap .box1 .txt h2{opacity:0;}
.box1_wrap .box1 .txt p{opacity:0;}
.box2_wrap{background:url(/templets/default/images/newimg/HC-TW80-1170-2.jpg) no-repeat center center; height:732px;}
.box2_wrap .box2{ height:732px; }
.box2_wrap .box2 .txt{ color:#fff; margin-left: 35px; width:360px;}
.box2_wrap .box2 .txt h2{ font-weight: bold; margin-top:380px;opacity:0;}
.box2_wrap .box2 .txt p{opacity:0;}

.box3_wrap{background:url(/templets/default/images/newimg/HC-TW80-1170-3.png) no-repeat center bottom; height:443px;}
.box3_wrap .box3{ height:443px; }
.box3_wrap .box3 .txt{color:#272627;width:310px;margin-left: 25px; float: left; }
.box3_wrap .box3 .txt1{ display:none;}
.box3_wrap .box3 .txt h2{  margin:80px 0 15px 0;}
.box3_wrap .box3 .mz{ float: right;margin:104px 24px 0 0;}

.box4_wrap{background:url(/templets/default/images/newimg/HC-TW80-1170-4.jpg) no-repeat center center; height:788px;}
.box4_wrap .box4{ height:788px; }
.box4_wrap .box4 .txt{ color:#595757; float: right; margin-right: 45px;}
.box4_wrap .box4 .txt h2{  margin-top:500px; text-align: right;opacity:0;}
.box4_wrap .box4 .txt p{  font-size: 22px;opacity:0;}

.box5_wrap{background:url(/templets/default/images/newimg/HC-TW80-1170-5.jpg) no-repeat center center; height:665px;}
.box5_wrap .box5{ height:665px; padding-top: 50px;box-sizing: border-box;}
.box5_wrap .box5 .txt{  width:1000px; margin:0 auto; text-align: center;display:block;}
.box5_wrap .box5 .txt h2{  margin:0px 0 20px 0;opacity:0;}
.box5_wrap .box5 .txt p{ opacity:0; }

.box6_wrap{background:url(/templets/default/images/newimg/HC-TW80-1170-6.jpg) no-repeat center center; height:828px;}
.box6_wrap .box6{ height:665px; }
.box6_wrap .box6 .txt{  color:#595757;   }
.box6_wrap .box6 .txt h2{  margin:85px 0 40px 0;opacity:0;}
.box6_wrap .box6 .txt p{ width:465px;opacity:0;}
.box6_wrap .box6 .txt .h2{ display:none;}


.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;
    
}
.pt-page-moveFromBottomFade2 {
    -webkit-animation: moveFromBottomFade 4.5s ease both;
    animation: moveFromBottomFade 4.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; }
}

@-webkit-keyframes moveFromBottomFade-1 {
    from { opacity: 0; -webkit-transform: translateY(200%); }
}
    to{opacity: 1; }
@keyframes moveFromBottomFade-1 {
    from { opacity: 0; -webkit-transform: translateY(200%); transform: translateY(200%); }
    to{opacity: 1; }
}

.pt-page-moveFromLeft {
	-webkit-animation: moveFromLeft 2s ease both;
	animation: moveFromLeft 2s ease both;
}
@-webkit-keyframes moveFromLeft {
	from { -webkit-transform: translateX(-100%); }
}

@keyframes moveFromLeft {
	from {transform: translateX(-100%); }
}
.pt-page-moveFromRight {
	-webkit-animation: moveFromRight 2s ease both;
	animation: moveFromRight 2s ease both;
}

@-webkit-keyframes moveFromRight {
	from { -webkit-transform: translateX(100%); }
}
@keyframes moveFromRight {
	from { transform: translateX(100%); }
}



.pt-page-moveFromLeftFade {
    -webkit-animation: moveFromLeftFade 3s ease both;
    animation: moveFromLeftFade 3s ease both;
}

@-webkit-keyframes moveFromLeftFade {
    from { opacity: 0.1; -webkit-transform: translateX(-100%); }
}
@keyframes moveFromLeftFade {
    from { opacity: 0.1; -webkit-transform: translateX(-100%); transform: translateX(-100%); }
}

.pt-page-moveFromRightFade {
    -webkit-animation: moveFromRightFade 2.5s ease both;
    animation: moveFromRightFade 2.5s ease both;
}

@-webkit-keyframes moveFromRightFade {
    from { opacity: 0.1; -webkit-transform: translateX(100%); }
}
@keyframes moveFromRightFade {
    from { opacity: 0.1; -webkit-transform: translateX(100%); transform: translateX(100%); }
}
