html,body,h1,h2,h3,h4,h5,h6,p,ul,li,img,dl,dt,dd,table,th,td,div,label,button,input,textarea,select,footer,header,section,a,span{ margin:0; padding:0; -moz-box-sizing: border-box; box-sizing:border-box; overflow-scrolling: touch; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(255,255,255,0); tap-highlight-color: rgba(255,255,255,0); }
a{ text-decoration:none; color: #333; font-size: 14px; }
img{ border:0; display: block; }
input,select,textarea,button{ outline:none; resize: none; }
*:focus{ outline:none; }
input, select{ -webkit-appearance: none; }
html,body{ 
    -webkit-overflow-scrolling: touch; 
    color: #333; 
    font-size: 14px;
    height: 100%;
    background-color: #000;
}
body{
    overflow: hidden; 
}

.w12{
    width: 1200px;
    margin: auto;
}

.overflow{
    height: 100%;
    overflow: hidden;
}


/*公共头部*/
.section-header{
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 0 4.68% 0 6.25%;
}
.section-header .top{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: relative;
    height: 90px;
}
.section-header .top-title{
    font-size: 32px;
}

.w12{
    width: 1060px;
    margin: auto;
}
.full-pages{
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 90px 4.68% 50px 6.25%;
    background-color: #ACCDF0;
    background-image: url(../images/bg1.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    -o-background-size: cover;
       background-size: cover;
       overflow: auto;
}
.full-pages .item-title{
    font-size: 46px;
    font-weight: bold;
    margin-top: 80px;
}
.full-pages .container{
    display: flex;
    align-items: flex-start;
    margin-top: 50px;
}
.full-pages .container .item-content{
    flex: 1;
    font-size: 24px;
    color: #4B4B4B;
}
.full-pages .container .item-content .line{
    width: 46px;
    height: 4px;
    background-color: #359EFF;
    border-radius: 10px;
    margin-bottom: 50px;
}
.full-pages .container .item-content p{
    padding: 10px 0;
}
.full-pages .container .item-img{
    width: 42%;
    margin-left: 38px;
}
.full-pages .container .item-img .img{
    display: block;
    width: 100%;
}