﻿.main h2{
    margin: 25px 0 5px;
    font-size:25px;
}
.main{
    text-align: center;
    font-family:'SimHei';
}
#top-content {
    width:100%;
    height:670px;
    background-color:#32B2EB;
    color:#fff;
}
.big-title {
    margin-top:120px;
    font-size:33px;
    font-weight:300;
    margin-bottom:10px;
    line-height:1.2;
    letter-spacing:3px;
}
.little-title {
    font-size:25px;
    font-weight:300;
    margin-bottom:10px;
    line-height:1.2;
    letter-spacing:1px;
}
.sub-title {
    font-size:20px;
    margin-bottom:30px;
    line-height:1.2;
    letter-spacing:1px;
}
.find {
    height:40px;
    border:1px solid #32B2EB;
    width:540px;
    border-radius:30px;
    background-color:#fff;
    position:absolute;
    left: 0;
    right: 0;
    margin:0 auto;
    display:block;
    behavior:url('404.png');
}
.find input {
    font-size:16px;
    color:#000;
    border:0px;
    border-radius:20px;
    outline:none;
    width:450px;
    height:38px;
    padding-left: 25px;
    float: left;
    behavior:url('404.png');
}
.find .search {
    position:absolute;
    right:3px;
    line-height:32px;
    background-color:#32B2EB;
    color:#FFF;
    font-size:16px;
    border-radius:20px;
    width:100px;
    text-align:center;
    height:32px;
    margin-top:3px;
    cursor:pointer;
    behavior:url('404.png');
}
.animation {
    position: relative;
    display: inline-block;
    margin-top: 50px;
}
.animation img {
    max-width: 609px;
    width: 100%; 
}
.animation ul.icon_list {
    list-style:none;
    padding:0;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.animation ul.icons-list li{
    position: absolute;
    display:inline-block;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    -webkit-animation: zoomin 1.5s cubic-bezier(1, .02, 0, .99) forwards;
    -moz-animation: zoomin 1.5s cubic-bezier(1, .02, 0, .99) forwards;
    animation: zoomin 1.5s cubic-bezier(1, .02, 0, .99) forwards;
}
.animation ul.icons-list li a{
    display: inline-block;
    width: 70px;
    height: 66px;
    padding-top: 16px;
}
.animation ul.icons-list li:nth-child(1){
    left: -9%;
    top: 5%;
    background-image:url('../image/icon_1.png');
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
}
.animation ul.icons-list li:nth-child(2){
    left: -2%;
    top: 39%;
    background-image:url('../image/icon_2.png');
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    animation-delay: 1.2s;
}
.animation ul.icons-list li:nth-child(3){
    left: 16%;
    top: 55%;
    background-image:url('../image/icon_3.png');
    -webkit-animation-delay: 1.4s;
    -moz-animation-delay: 1.4s;
    animation-delay: 1.4s;
}
.animation ul.icons-list li:nth-child(4){
   right: 16%;
   top: 55%;
   background-image:url('../image/icon_4.png');
    -webkit-animation-delay: 1.6s;
    -moz-animation-delay: 1.6s;
    animation-delay: 1.6s;
}
.animation ul.icons-list li:nth-child(5){
    right: -2%;
    top: 39%;
    background-image:url('../image/icon_5.png');
    -webkit-animation-delay: 1.8s;
    -moz-animation-delay: 1.8s;
    animation-delay: 1.8s;
}
.animation ul.icons-list li:nth-child(6){
    right: -9%;
    top: 5%;
    background-image:url('../image/icon_6.png');
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    animation-delay: 2s;
}
@keyframes zoomin{
    0% {
        -webkit-transform: scale(0) translateY(60px);
        -moz-transform: scale(0) translateY(60px);
        transform: scale(0) translateY(60px);
    }
    100% {
        -webkit-transform: scale(1) translateY(0px);
        -moz-transform: scale(1) translateY(0px);
        transform: scale(1) translateY(0px);
    }
}
.animation #hand-animation {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -79px;
    margin-left: -13%;
    width: 26% !important;
    height: inherit !important;
}
.main .imgList {
    width:100%;
    left:0;
    right:0;
    margin:0 auto;
    position:relative;
}
.main .imgList .imgBox {
    display:inline-block;
    width:24%;
    margin:0px 5px;
    padding:10px 5px;
}
.main .imgList .imgBox img {
    padding:0;
    width:100%;
}
.main .imgList .imgBox .cover {
   text-align:left;
   width:23%;
   color:#FFF;
   position:absolute;
   z-index:12;
   padding-left:10%;
}
.main .imgList .imgBox .cover p {
    width:100%;
    font-size:25px;
    font-weight:600;
    font-family:'Times New Roman', Times, serif;
    margin:20px 0 10px;
    margin-left:0px;
}
.main .imgList .imgBox .cover span {
    display:block;
    width:100%;
    white-space:normal;
    font-size:16px;
    margin:5px;
    margin-left:0px;
}
.main .firstBox {
    display:inline-block;
    width:1000px;
    margin-top:50px;
    padding:0;
}
.main .firstBox p {
    text-align:center;
    font-size:18px;
}
.main .PjBox {
    width:900px;
    height:700px;
    position:relative;
    left:5%;
    margin:40px 0;
    overflow:hidden;
}
.main .PjBox .llbox {
    display:inline-block;
    width:350px;
    height:275px;
    border:2px dashed #CCCCCC;
    position:absolute;
}
.main .PjBox .llbox img{
    display:inline-block;
    margin-top:20px;
}
.main .PjBox .llbox .LLtitle{
    display:inline-block;
    width:165px;
    margin-left:20px;
    vertical-align:bottom;
    font-size:24px;
    font-weight:700;
    color:#30B2EB;
    line-height:52px;
    text-align:left;
}
.main .PjBox .llbox .LLtxt{
    display:block;
    width:310px;
    margin-left:20px;
    margin-top:20px;
    text-align:left;
    color:#999999;
    line-height:28px;
}
.move-from-left {
    animation: left-move 2s;
    -webkit-animation:left-move 2s ;
    -moz-animation: left-move 2s; 
    -o-animation:left-move 2s ;
    -webkit-animation-iteration-count:1;
    -webkit-animation-fill-mode:forwards;
}
@keyframes left-move
    {
        from {
            transform:translateX(-350px);
        }
        to{
            transform:translateX(0);
        }
}
.move-from-right {
    animation: right-move 2s;
    -webkit-animation:right-move 2s ;
    -moz-animation: right-move 2s; 
    -o-animation:right-move 2s ;
    -webkit-animation-iteration-count:1;
    -webkit-animation-fill-mode:forwards;
}
@keyframes right-move
    {
        from {
            transform:translateX(350px);
        }
        to{
            transform:translateX(0);
        }
}
.main .PjBox .topl {
    top:0;
    left:0;
    visibility:hidden;
}
.main .PjBox .topr {
    top:0;
    right:0;
    visibility:hidden;
}
.main .PjBox .middle {
    top:38%;
    left:40%;
    display:block;
    width:170px;
    height:170px;
    color:#FFF;
    text-align:center;
    border-radius:85px;
    background-color:#31B2EB;
    position:absolute;
    box-shadow: 0 0 16px #31B2EB;
    behavior:url('404.png');
}
.main .middle .text {
    margin-top:45px;
}
.main .middle p {
    margin:22px 0;
}
.main .bottoml {
    left:0;
    bottom:0;
    visibility:hidden;
}
.main .bottomr {
    right:0;
    bottom:0;
    visibility:hidden;
}
.main .secondBox {
    background-color: #f6f9f9;
    padding-top:20px;
}
.main .secondBox .subtitle{
    display:inline-block;
    width:400px;
    font-size:16px;
}
.sections,.section {
     height:95%;
}
.sections {
    position: absolute;
}
.section {
    background-color: #FFF;
    background-size: cover;
    background-position: 50% 50%;
    text-align: center;
}
.sections .pcover {
    width:420px;
    height:424px;
    background-color:#FFF;
    border:1px solid #31B2EB;
    opacity:0.9;
    z-index:12;
    position:absolute;
}
.sections .pcover-content {
    width:320px;
    margin-left:50px;
    margin-top:50px;
    height:324px;
    border:8px solid #31B2EB;
    z-index:30;
    position:absolute;
}
.sections .pcover-content p {
    margin:10px;
    font-size:20px;
    font-weight:600;
}
.sections .pcover-content span {
    font-size:16px;
    font-weight:400;
    color:#767674;
}
.sections .pcover-content .blue-line {
    width:150px;
    height:3px;
    background-color:#31B2EB;
    margin:20px 0;
    margin-left:75px;
}
.sections .pcover-content .words {
    width:280px;
    padding-left:20px;
    text-align:left;
}
.main .secondBox .personBox {
    display:block;
    width:420px;
    height:470px;
    left:0;
    right:0;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}
.main .secondBox .clear {
    clear:both;
}
.main .secondBox .personBox .personDetail img {
    height:349px;
}
.main .secondBox .personBox .personDetail p {
    margin:10px;
    font-size:20px;
    font-weight:600;
}
.main .secondBox .personBox .personDetail span {
    font-size:16px;
}
.main .thirdBox {
    margin-top:-30px;
    background-color:#F0F0F0;
}
.main .thirdBox .bigTitle {
    font-size:25px;
    padding-top:40px;
}
.main .thirdBox .subtitle{
    display:inline-block;
    width:400px;
    font-size:20px;
}
.main .thirdBox .wrap {
    min-height:640px;
}
.main .thirdBox .wrap .contmx{
    color:#5C5C5C;
    line-height:24px;
    width:1000px;
    height:auto;
    text-align:left;
    margin:0 auto;
    position:relative;
}
.svgpaper {
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
}
.itemList {
    display: none;
    height: 158px;
    position: absolute;
    width: 395px;
    z-index: 999;
    border: 1px solid #ccc;
    padding: 20px 26px;
    background: #fff;
}
.itemList dl {
    height: 158px;
    width: 395px;
    display: block;
}
.itemList dl dt {
    width: 170px;
    height: 100%;
    float: left;
    overflow: hidden;
}
.itemList dl dd {
    width: 205px;
    height: 100%;
    float: right;
    overflow: hidden;
    position: relative;
}
.itemList dl dd h2 {
    margin:0;
    font-size: 18px;
    color: #000;
    line-height: 24px;
    height: 24px;
    font-weight: bold;
}
.itemList dl dd p {
    display: block;
    margin-top:5px;
    width:165px;
    height: 98px;
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
}
.itemList dl dd.close {
    display: block;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 16px;
    height: 19px;
    cursor: pointer;
}
.main .thirdBox .companyList ul{
    margin-left:200px;
    width:95%;
    display:inline-block;
    text-align: center;
}
.main .thirdBox .companyList li {
    float:left;
    display:inline-block;
    position:relative;
    width:200px;
    height:90px;
    border-radius:10px;
    text-align: center;
    margin:10px 10px;
    padding-bottom:30px;
    background:#fff;
    border:1px solid #52CAC0;
    behavior:url('404.png');
}
.main .thirdBox .companyList li:hover {
    -webkit-box-shadow: 0 0 10px rgba(135,216,212, 1);
    -moz-box-shadow: 0 0 10px rgba(135,216,212, 1);
    box-shadow: 0 0px 10px rgba(135,216,212, 1);
    behavior: url('404.png');
}
.main .thirdBox .companyList li img{
    margin-top:10px;
    margin-right:12px;
    position:relative;
}
.main .thirdBox .moreBtn {
    display:inline-block;
    position:relative;
    background-color:#5AB7E5;
    border:1px solid #5AB7E5;
    border-radius: 30px;
    width: 140px;
    line-height: 40px;
    text-align: center;
    margin:30px;
    -webkit-box-shadow:0 0 10px rgba(81,190,193, 1);  
    -moz-box-shadow:0 0 10px rgba(81,190,193, 1);  
    box-shadow:0 0px 10px rgba(81,190,193, 1); 
    behavior:url('404.png');
}

.joinBox {
    width:100%;
    margin-top:-26px;
    height: 200px;
    background: url('../image/join.jpg') no-repeat center fixed;
    background-size: cover;
    position: relative;
}
.joinBox h2 {
    padding-top:50px;
    color:#FFF;
    letter-spacing:1px;
}
.joinBox .joinBtn {
    display:inline-block;
    position:relative;
    background-color:#137DAD;
    border:1px solid #5AB7E5;
    border-radius: 30px;
    width: 140px;
    line-height: 40px;
    text-align: center;
    margin:35px;
    font-size:18px;
    color:#FFF;
    behavior:url('404.png');
}
.joinBox .joinBtn a{
    color:#FFF;
}
.main .linkList{
    display:inline-block;
    width:1000px;
    text-align:left;
    font-size:16px;
    height:25px;
    line-height:25px;
    color:#9A9A9A;    
}
.main .linkList ul{
    display:inline-block;
}
.main .linkList li {
    color:#9A9A9A;
    display:inline-block;
    padding:5px;
}
.main .linkList li a:hover {
    color:#757272;
}
.main .linkList li a:visited {
    color:#9A9A9A;
}