﻿/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/****** Main ********/
body {
    font-size:62.5%;
    font-family: '微软雅黑', sans-serif;
    color:#FFF;
}
/*header {
    padding-bottom:5em;
}*/
.scroll {
    position:relative;
    font-size:1.3em;
    margin-top:6em;
    display:inline-block;

}
.scroll:hover {
    text-decoration:none;
}
.scroll:after {
    content:'';
    width:40px;
    height:40px;
    position:absolute;
    top:40px;
    margin:auto;
    top:50px;
    right:0;
    bottom:0;
    left:0;
    -webkit-animation:3s arrow infinite ease;
    animation:3s arrow infinite ease;
}
.scroll:after {
    border-right:2px solid #FFF;
    border-bottom:2px solid #FFF;
    -ms-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);

}
.tagline {

    font-size:2.3em;
    letter-spacing:0.02em;
    padding:0;
}
.panel {
    height:100vh;
    border-bottom:1px solid #666;
}
.inner {
    width:100%;/*改*/
    margin:0 auto;
    position: relative;
}

@-webkit-keyframes arrow {
    0%,100% {
        top:50px;
    }
    50% {
        top:80px;
    }
}
@keyframes arrow {
    0%,100% {
        top:50px;
    }
    50% {
        top:80px;
    }
}
@media (max-width:960px) {
    .inner {
        width:100%;

    }
    h1,h2,h3,p,pre,dl {
        margin-left:30px;
        margin-right:30px;
    }
}
@media screen and (min-width:1440px) {
    .text h2{
    font-size: 46px;
    font-weight: bold;
    padding-bottom: 80px;
}
.text h3{
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 60px;
}
.text p{
    font-size: 16px;
    line-height: 22px;
}
}

/*改*/
#dowebok > div:nth-child(2n+1) .inner {
    background:url(../Images/05解决方案第三版-bg_02.jpg) !important;
}
#dowebok > div:nth-child(2n) .inner {
    background:url(../Images/05解决方案第三版-bg2_03.jpg) !important;
}
.inner>div{
    width: 73%;
    margin:0 auto;
    /*overflow: hidden;*/
    transition: all 1.5s linear;
    -webkit-transition: all 1.5s linear;
    position:relative;
}
.section4 .inner> div {
    width:100%;
}
.img,.text{
    float:left;
    position: relative;
}
.img {
    width: 50%;
    text-align:center;
}
    .img img {
        max-width:90%;
    }
.section2 .img {
    float:right;
} 
.text {
    position:absolute;
    top:0;
    width:50%;
}
.section1 .text, .section3 .text {
     left:50%;
}
.section2 .text {
    color:#1377dd;
    right:50%;
}
.child2{
    position: absolute;
    left: 0;
    top: 0;
    opacity: .1;
    transition: all 1.5s linear;
    -webkit-transition: all 1.5s linear;
}
.hover{
    -webkit-transform:rotateY(15deg);
}
.hover1{
    -webkit-transform:rotateY(15deg) translate3d(5px,20px,40px);
}
.hover2{
    -webkit-transform:rotateY(15deg) translate3d(25px,15px,40px);
}
.inner>p{
    border-radius: 100%;
    opacity: 0.1;
    background-color: #ffffff;
    position: absolute;
}
.text h2{
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 60px;
}
.text h3{
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 34px;
 text-indent:2rem;
}
.text p{
    font-size: 14px;
    line-height: 22px;
 text-indent:2rem;
}

.section4,.section4>div,.section4 .inner{
     height: auto !important;
 }
.top {
    position:fixed;
    right:30px;
    bottom:100px;
    opacity:0.7;
}
    .top i {
        display:none;
        color:#000;
        display:inline-block;
        background:url("../Images/top.png") no-repeat left top;
        padding-top:48px;
        width:48px;
        height:20px;
        cursor:pointer;
        text-align:center;

    }