﻿@charset "UTF-8";
/**
 * @version $1.1.1$
 */


/* banner图片部分 */
.banner{
    height: 416px;
    overflow: hidden;
    position: relative;
}
.banner .banner-content{
    background: #000;
    height: 416px;
    margin: 0 auto;
}
.banner ul.banner-img{
    position: absolute;
    z-index: 9;
    left: 50%;
    margin-left: -960px;

}
.banner ul.banner-img li{
    position: absolute;
}
.banner ul.banner-img li img{
    display: block;
}
.banner .banner-left{
    position: relative;
    z-index: 19;
    width: 1246px;
    height: 416px;
    margin: 0 auto;
}
.banner .banner-imgContent{
    width: 1000px;
    height: 416px;
    position: relative;
}
.banner ul.banner-imgDescript{
    
}
.banner ul.banner-imgDescript li{
    position: absolute;
}
.banner ul.banner-imgDescript li div{
    margin-top: 40px;
    margin-bottom: 20px;
    background: url(../images/questionMark.png) 177px 0 no-repeat;
}

/*0909修改*/
.banner ul.banner-imgDescript li.banner-package div {
    background: none;
}

.banner ul.banner-imgDescript li .div-top{
    font-size: 24px;
    height: 26px;
    line-height: 26px;
    color: #fff;
    display: block;
}
.banner ul.banner-imgDescript li .div-bottom{
    font-size: 85px;
    height: 85px;
    line-height: 85px;
    color: #fff;
    display: block;
}
.banner ul.banner-imgDescript li p{
    font-size: 18px;
    color: #fff;
    line-height: 32px;
    width: 440px;
}
.banner ul.banner-imgDescript li a{
    display: block;
    font-size: 24px;
    color: #fff;
    margin-top: 25px;
    border: 2px solid #fff;
    border-radius: 4px;
    height: 52px;
    line-height: 52px;
    width: 192px;
    padding: 0 30px;
}
.banner ul.banner-imgDescript li a:hover{
    text-decoration: none;
}
.banner ul.banner-imgDescript li.banner-designer a{
    /*background: #4895e9;*/
    transition: background-color 0.2s ease-out;
}
.banner ul.banner-imgDescript li.banner-designer a:hover{
    background: #3569cc;
}
.banner ul.banner-imgDescript li.banner-programmer a{
    /*background: #978b7b;*/
    transition: background-color 0.2s ease-out;
}
.banner ul.banner-imgDescript li.banner-programmer a:hover{
    background: #817462;
}
.banner ul.banner-imgDescript li.banner-original a{
    /*background: #01a7a7;  */
    transition: background-color 0.2s ease-out;
}
.banner ul.banner-imgDescript li.banner-original a:hover{
    background: #008a8a;    
}
.banner ul.banner-imgDescript li.banner-lazy a{
    /*background: #82a23b;*/
    transition: background-color 0.2s ease-out;
}
.banner ul.banner-imgDescript li.banner-lazy a:hover{
    background: #6f8d2c;
}
.banner ul.banner-imgDescript li.banner-original div{
    background-position: 220px 0;
}
.banner ul.banner-imgDescript li.banner-original .div-top{
    font-size: 41px;
    height: 42px;
    line-height: 42px;
}
.banner ul.banner-imgDescript li.banner-original .div-bottom{
    font-size: 70px;
    height: 70px;
    line-height: 70px;
}
.banner ul.banner-imgDescript li.banner-original p{
    width: 510px;
}
.banner ul.banner-imgDescript li.banner-programmer div{
    background-position: 150px 0;
}
.banner ul.banner-imgDescript li.banner-programmer .div-top{
    font-size: 55px;
    height: 74px;
    line-height: 74px;
}
.banner ul.banner-imgDescript li.banner-programmer .div-bottom{
    font-size: 36px;
    height: 38px;
    line-height: 38px;
}
.banner ul.banner-imgDescript li.banner-designer div{
    background-position: 150px 0;
}
.banner ul.banner-imgDescript li.banner-designer .div-top{
    font-size: 55px;
    height: 74px;
    line-height: 74px;
}
.banner ul.banner-imgDescript li.banner-designer .div-bottom{
    font-size: 36px;
    height: 38px;
    line-height: 38px;
}

.banner .banner-left ul.banner-num{
    position: absolute;
    right: 24px;
    bottom: 15px;
    width: 156px;
}
.banner .banner-left ul.banner-num li{
    float: left;
    margin: 0 3px;
}
.banner .banner-left ul.banner-num li a{
    display: block;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    background: url(../images/bannerLiSBg.png) left 0 no-repeat;
    color: #fff;
}
.banner .banner-left ul.banner-num li a.banner-num-hover{
    background: url(../images/bannerLiSBg.png) left -30px no-repeat;
}

.banner .promise{
    width: 246px;
    height: 416px;
    position: relative;
    overflow: hidden;
    background: url(../images/promise-bg.jpg) no-repeat;
}


/*0818修改banner右侧*/
.banner .promise .bannerBtn{
    position: relative;
    top: -110px;
    left: 32px;
    font-size: 24px;
    font-family: "微软雅黑";
    /*background-color: #fff;*/
    background-color: #4895e9;
    width: 185px;
    text-align: center;
    line-height: 56px;
    border-radius: 3px;
}
.bannerBtn a{
    display: block;
    /*color: #2c5a5a;*/
    color: #fff;
}
/*.banner .promise .bannerBtn:hover{
    opacity: .6;
    filter: alpha(opacity: 60);
}*/


/*0818修改*/
/*页面主体*/

/*页面主体通用*/
.contentWrap{
    width: 1248px;
    margin: 0 auto; 
}
.contentWrap h1{
    font-size: 22px;
    color: #363636;
    font-weight: normal;
    line-height: 36px;
    margin-bottom: 10px;
    text-align: center;
}
.contentWrap h2{
    /*color: #363636;*/
    color: #333;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 7px;
    text-align: center;
}
.contentWrap .mj_content{
    font-size: 16px;
    /*color: #363636;*/
    color: #333;
    font-weight: normal;
    line-height: 26px;
    text-align: center;
}


.container{

}
/* 我们的优势 */
.container .advantages{
    background-color: #f1f1f1;
    padding-top: 40px;
    text-align: center;
}
/*0906新增*/
.container .advantages .advantages-content{
    font-size: 14px;
}
.advantages .features{
    width: 1246px;
    padding-top: 28px;
    padding-bottom: 60px;
    margin: 0 auto;
}
.advantages .features ul {
    margin-left: -42px;
    overflow: hidden;
}
.advantages .features li {
    float: left;
    display: inline;
    background: #fff;
    border: 1px solid #f2f2f2;
    border-bottom: 2px solid #f2f2f2;
    width: 233px;
    height: 299px;
    border-radius: 6px;
    margin: 21px 0px 21px 18px;
}
.advantages .features a {
    display: block;
}
.advantages .features a:hover {
    text-decoration: none;
}
.advantages .features .featureImg{
    margin-top: 40px;
    height: 74px;
}
.advantages .featureImg img {
    max-height: 74px;
}
.advantages .features .featureDesc{
    margin-top: 32px;
}
.advantages .features .featureDesc .featureTheme {
    margin-bottom: 28px;
}
.advantages .features .featureDesc .featureCont {
    font-size: 12px;
    line-height: 22px;
    color: #333;
    display: block;
}


/*零基础建站*/
.container .webDesign{
    background-color: #f1f1f1;
    text-align: center;
    padding-top: 40px;
}
.webDesign h2{
    font-size: 24px;
}
.webDesign .choseStyle{
    padding: 40px 0;
}
.webDesign .choseStyle ul{
    margin-left: -49px;
}
.webDesign .choseStyle li{
    margin-left: 49px;
    position: relative;
}
.webDesign .choseStyle li:hover{
    opacity: .8;
    filter:alpha(opacity:80);
}
.webDesign .choseStyle li .choseStyleTitle{
    /*color: #333;*/
    font-size: 14px;
    font-family: "微软雅黑";
    line-height: 18px;
    margin-top: 13px;
}
/*0906新增*/
.webDesign .choseStyle li .choseStyleTitle a{
    color: #333;
}
.checkMore{
    display: block;
    margin: 0 auto;
    margin-top: 28px;
    width: 238px;
    line-height: 46px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #848484;
    font-size: 14px;
    /*0906新增*/
    transition: background-color 0.2s ease-out;
}
/*0906新增*/
.checkMore:hover{
    background-color: #3569cc;
    color: #fff;
    border: 1px solid #3569cc;
}

/*图片遮罩弹框*/
.webDesign .choseDialogMask{
    display: none;
    position: absolute;
    height: 300px;
    width: 383px;
    background-color: #000;
    z-index: 10;
    top: 0;
    left: 0;
    opacity: .6;
    filter: alpha(opacity: 60);
}
.webDesign .choseDialog{
    display: none;
    position: absolute;
    z-index: 20;
    top: 35%;
    left: 20%;
    width: 240px;
    height: 56px;
    line-height: 56px;
    background-color: #fff;
    border-radius: 3px;
    /*0906新增*/
    font-size: 24px;
}
.webDesign .choseDialog a{
    color: #333;
    display: block;
}
/*0906新增*/
.webDesign .choseDialog a:hover{
    background-color: #3569cc;
    color: #fff;
    border-radius: 3px;
}



/*体检守护*/
.container .ExamNurse{
    background-color: #f1f1f1;
    position: relative;
    overflow: hidden;
}
.ExamNurse .ExamNurse-roll{
    margin: 0 auto;
}
.ExamNurse-roll .Nurse{
    background: url(../images/imgExam.jpg) center no-repeat;
}
.ExamNurse-roll .Exam{
    background: url(../images/imgNurse.jpg) center no-repeat;
}
.ExamNurse .contentWrap{
    text-align: center;
    margin-top: 40px;
    color: #fff;
    font-family: "微软雅黑";
    padding-bottom: 70px;

    /*0907新增*/
    position: relative;
}
.ExamNurse .ExamNurseTitle1{
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 16px;
    color: #fff;
}
.ExamNurse .ExamNurseTitle2{
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
}
.ExamNurse .ExamNurseInput{
    margin-top: 20px;
    margin-left: 375px;
}
.ExamNurse .inputText{
    border: 2px solid #fff;
    border-radius: 3px;
    width: 327px;
    height: 52px;
    line-height: 52px;
    background-color: #5089db;
    color: #fff;
    font-size: 24px;
    font-family: "微软雅黑";
    padding: 0 14px;
}
.ExamNurse .inputBtn{
    color: #5089db;
    font-size: 24px;
    font-family: "微软雅黑";
    background-color: #fff;
    width: 159px;
    height: 54px;
    line-height: 54px;
    border-radius: 3px;
    margin-left: 8px;
    cursor: pointer;
    transition: background-color 0.2s ease-out;
}
.ExamNurse .inputBtn:hover{
    background-color: #3569cc;
    color: #fff;
}

/*0906新增*/
.ExamNurse .contentWrap .inputClose{
    display: none;
    position: absolute;
    /*top: 168px;
    right: 535px;*/
    top: 130px;
    right: 520px;
    cursor: pointer;
}
.ExamNurse .contentWrap .inputError{
    border: 2px solid #cc0000;
    color: #cc0000;
}
.ExamNurse .ExamNursePrev{
    position: absolute;
    top: 105px;
    left: 20px;
    z-index: 10;
    width: 35px;
    height: 67px;
    background: url(../images/ExamNurseArrow.png) 0 -67px no-repeat;
    cursor: pointer;
}
.ExamNurse .ExamNurseNext{
    position: absolute;
    top: 105px;
    right: 20px;
    z-index: 10;
    width: 35px;
    height: 67px;
    background: url(../images/ExamNurseArrow.png) 0 0 no-repeat;
    cursor: pointer;
}
/*新增结束*/

.ExamNurse-itemRoll{
    position: absolute;top:280px;
    width: 24px;
    bottom: 20px;
    left: 50%;
    margin-left: -12px;
}
.ExamNurse-itemRoll li{
    background: url(../images/ExamNurseListBG.png) no-repeat;
    width: 10px;
    height: 10px;
    margin: 0 1px;
    cursor: pointer;
}
.ExamNurse-itemRoll li.ExamNurse-onHover{
    background: url(../images/ExamNurseListBG.png) -12px 0 no-repeat;
}




/*真实案例*/
.container .realCases{
    background-color: #f1f1f1;
    padding-top: 40px;
}
.realCases h2{
    font-size: 24px;
}
.realCases .content-bd{
    padding: 40px 0;
}
.realCases .content-bd ul{
    margin-left: -18px;
    overflow: hidden;
}
.realCases .content-bd li{
    width: 235px;
    height: 294px;
    background: #fff;
    margin: 16px 0 16px 18px;
    border-bottom: 2px solid #dfe0e3;
    transition: all 0.2s ease-out;
}
.realCases .content-bd li:hover{
    border-bottom: 2px solid #4895e9;
}
.realCases .content-bd li:hover .website-img{
    opacity: 0.8;
    filter:alpha(opacity:80);
}
.realCases .content-bd li .website-img{
    display: block;
    width: 235px;
    height: 184px;
    transition: all .2s ease-out;
}
.realCases .content-bd li .info{
    margin-top: 24px;
    overflow: hidden;
}
.realCases .content-bd li .info span{
    font-size: 12px;
    color: #ccc;
    line-height: 15px;
}
.realCases .content-bd li .info span:hover{
    text-decoration: underline;
}
.realCases .content-bd li .info-viewnum{
    padding-left: 30px;
    background: url(../images/site_view.png) 8px center no-repeat;
}
.realCases .content-bd li .info-likenum{
    padding-left: 37px;
    background: url(../images/site_like.png) 17px center no-repeat;
}
.realCases .content-bd li .info-commentnum{
    padding-left: 40px;
    background: url(../images/site_common.png) 17px center no-repeat;
}
.realCases .content-bd li .title{
    height: 30px;
    line-height: 30px;
    margin-top: 3px;
    padding-left: 8px;
    border-bottom: 1px solid #f2f2f2;
    font-weight: normal;
}
.realCases .content-bd li .title a{
    font-size: 14px;
    color: #666;
}
.realCases .content-bd li .infoMore{
    height: 36px;
    line-height: 36px;
}
.realCases .content-bd li .infoMore-img{
    width: 34px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    position: relative;
}
.realCases .content-bd li .infoMore-img img{
    margin-top: 8px;
    width:20px;
    height:20px;
    border-radius: 50%;
}
.realCases .content-bd li .infoMore-img .infoMore-masking{
    margin-top: 0px;
    width:20px;
    height:20px;
    position: absolute;
    top: 8px;
    left: 7px;
}
.realCases .content-bd li .infoMore-author{
    font-size: 12px;
    color: #ccc;
    width: 84px;
    overflow: hidden;
}
.realCases .content-bd li .infoMore-place{
    font-size: 12px;
    color: #ccc;
}
.realCases .content-bd li .infoMore-place span{
    margin-right: 8px;
}
.realCases .content-bd li .infoMore-place span.shiwangyunVIP{
    padding-left: 20px;
    background: url(../images/yunVIP.png) left center no-repeat;
}



/* 服务方 */
.container .service{
    clear: both;
    overflow: hidden;
    background: #fff;
    padding-bottom: 76px;
    padding-top: 40px;
}
.service h2{
    font-size: 24px;
}
.service .service-recommend{
    position: relative;
}
.service ul{
    width: 1248px;
}
.service ul li{
    margin: 16px 36px;
    /*margin: 16px 10px;*/
}
.service li .service-portrait{
    width: 64px;
    height: 64px;
    border-radius: 32px;
    transition: all 0.2s ease-out;
}
.service li .service-portrait:hover{
    opacity: 0.8;
    filter:alpha(opacity:80);
}
.service li .service-right{
    margin-left: 20px;
}
.service li .service-portrait-title a{
    font-size: 18px;
    color: #333;
}
.service li .service-portrait-title .shiwangyunVIP{
    padding-right: 22px;
    background: url(../images/yunVIP.png) right center no-repeat;
}
.service li .service-right .service-portrait-info{
    line-height: 24px;
}
.service li .service-right .service-portrait-info span{
    font-size: 14px;
    color: #666;
    margin-right: 12px;
}
.service li .service-right .service-portrait-relate{
    line-height: 24px;
	
}
.service li .service-right .service-portrait-relate em{
    font-style: normal;
    color: #333;
}
.service li .service-right .service-portrait-relate span{
    font-size: 13px;
    color: #666;
    margin-right: 12px;
}

.service .changeOthers{
    color: #000;
    font-size: 14px;
    font-family: "微软雅黑";
    margin-right: 20px;

    /*0906新增*/
    padding-right: 25px;
    background: url(../images/ImgChange.jpg) right 0 no-repeat;
}
/*0906新增*/
.service .changeOthers:hover{
    color: #4895e9;
    background: url(../images/ImgChange.jpg) right -20px no-repeat;
}

.service .service-roll{
    width: 1248px;
    overflow: hidden;
}
.service .serviceShowDiv{
    width: 4992px;
}

.service-recommend .service-itemRoll{
    position: absolute;
    width: 48px;
    left: 50%;
    margin-top: 20px;
    margin-left: -24px;
}
.service-recommend .service-itemRoll li{
    background: url(../images/ExamNurseListBG.png) no-repeat;
    width: 10px;
    height: 10px;
    margin: 0 1px;
    cursor: pointer;
}
.service-itemRoll li.service-onHover{
    background: url(../images/ExamNurseListBG.png) -12px 0 no-repeat;
}



.banner ul.banner-imgDescript li.banner-exam a{
	border: 0;
}
.banner ul.banner-imgDescript li.banner-family a{
	border: 0;
}
.banner ul.banner-imgDescript li.banner-exam div {
	background: none;
}
.banner ul.banner-imgDescript li.banner-activity a {
	border: 0;
}
.banner ul.banner-imgDescript li.banner-activity div{
	background: none;
}



/* 网站建设 == 多个终端+工具(动画演示) */
.whatWebBuild{
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 80px;
    height:800px;
}
.whatWebBuild .hd{
    font-weight: normal;
    font-size: 24px;
    line-height: 40px;
    color: #333;
    padding-top: 12px;
    margin-bottom: 6px;
}
.whatWebBuild .hd em{
    font-weight: bold;
    font-style: normal;
}
.whatWebBuild .sub_hd{
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 22px;
}
.whatWebBuild .bd{
    
}
.whatWebBuild .bd .funcTitle{
    width: 436px;
    margin-top: 66px;
}
.whatWebBuild .bd .items{
    margin-bottom: 40px;
}
.whatWebBuild .bd .headline{
    line-height: 25px;
    font-size: 18px;
    color: #848484;
    font-weight: normal;
    cursor: pointer;
}
.whatWebBuild .bd .subtitle{
    display: none;
}
.whatWebBuild .bd .active.items{
    
}
.whatWebBuild .bd .active .headline{
    color: #333;
}
.whatWebBuild .bd .active .subtitle{
    display: none;
    line-height: 20px;
    font-size: 14px;
    color: #333;
}
.whatWebBuild .bd .learnMore{
    display: block;
    width: 156px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    border: 2px solid #4895e9;
    border-radius: 4px;
    margin-top: 36px;
    font-size: 14px;
    color: #4895e9;
    background: #fff;
    transition: all 0.2s ease-out;
}
.whatWebBuild .bd .learnMore:hover{
    color: #fff;
    background: #4895e9;
}
.whatWebBuild .bd .funcShow{
    position: relative;
}
/* 功能动画01 */
.whatWebBuild .bd .funcAnime1{
    margin-top: 57px;
    padding: 41px 1px 0 1px;
    width: 749px;
    height: 495px;
    overflow: hidden;
    background: url(../images/funcAnime/funcAnime1_bg.jpg) no-repeat;
    position: absolute;
    right: 0;
    top: 0;
}
.whatWebBuild .bd .funcAnime1 .firstStep{
    position: relative;
    height: 486px;
    margin-top: 7px;
    text-align: center;
    overflow: hidden;
}
.whatWebBuild .bd .funcAnime1 .targetImg{
    position: absolute;
    z-index: 9;
    top: 494px;
    left: 265px;
}
.whatWebBuild .bd .funcAnime1 .cursorPoint{
    position: absolute;
    z-index: 12;
    left: 115px;
    top: 100px;    
}
.whatWebBuild .bd .funcAnime1 .clickeffect{
    display: none;
    position: absolute;
    z-index: 11;
    left: 365px;
    top: 374px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #64a5fa;
}
.whatWebBuild .bd .funcAnime1 .firstStepBg{
    display: none;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
}
.whatWebBuild .bd .funcAnime1 .drag1{
    display: none;
    position: absolute;
    z-index: 13;
    left: 87px;
    top: 147px;
}
.whatWebBuild .bd .funcAnime1 .drag2{
    display: none;
    position: absolute;
    z-index: 13;
    left: 87px;
    top: 147px;
}
.whatWebBuild .bd .funcAnime1 .hoverbg{
    display: none;
    position: absolute;
    z-index: 12;
    left: 420px;
    top: 241px;
    width: 294px;
}
.whatWebBuild .bd .funcAnime1 .loadImg{
    display: -none;
    position: absolute;
    z-index: 13;
    left: 420px;
    top: 241px;
    width: 294px;
}
.whatWebBuild .bd .funcAnime1 .dragContent{
    display: none;
    position: absolute;
    z-index: 14;
    left: 420px;
    top: 241px;
}
/* 功能动画02 */
.whatWebBuild .bd .funcAnime2{
    width: 770px;
    height: 600px;
    margin: 27px 40px 0 0;
    background: url(../images/funcAnime/funcAnime2_bg.jpg) right top no-repeat;
    position: absolute;
    right: 0;
    top: 0;
}
.whatWebBuild .bd .funcAnime2 .anime2Img1{
    display: -none;
    position: absolute;
    z-index: 10;
    left: 132px;
    top: 106px;
}
.whatWebBuild .bd .funcAnime2 .anime2Img2{
    display: none;
    position: absolute;
    z-index: 10;
    left: 50px;
    top: 214px;
}
.whatWebBuild .bd .funcAnime2 .anime2Img3{
    display: none;
    position: absolute;
    z-index: 10;
    left: 180px;
    top: 305px;
}
.whatWebBuild .bd .funcAnime2 .anime2Img4{
    display: none;
    position: absolute;
    z-index: 10;
    left: 124px;
    top: 340px;
}
/* 功能动画03 */
.whatWebBuild .bd .funcAnime3{
    width: 810px;
    height: 576px;
    overflow: hidden;
    margin-top: 57px;
    position: absolute;
    right: 0;
    top: 0;
}
.whatWebBuild .bd .funcAnime3 .animePC{
    display: -none;
    position: absolute;
    z-index: 10;
}
.whatWebBuild .bd .funcAnime3 .animePad{
    display: -none;
    position: absolute;
    z-index: 10;
    right: 0;
    top: 122px;
    border-radius: 4px;
}
.whatWebBuild .bd .funcAnime3 .animePhone{
    display: -none;
    position: absolute;
    z-index: 10;
    right: 208px;
    bottom: 40px;
    border-radius: 4px;
}
.whatWebBuild .bd .funcAnime3 .animeWeixin{
    display: -none;
    position: absolute;
    z-index: 10;
    right: 124px;
    bottom: 40px;
    transform-origin:right bottom;
    -webkit-transform-origin:right bottom;
}
.whatWebBuild .bd .funcAnime3 .animeTlj{
    display: -none;
    position: absolute;
    z-index: 10;
    right: 37px;
    bottom: 40px;
    transform-origin:right bottom;
    -webkit-transform-origin:right bottom;
}
/* 功能动画04 */
.whatWebBuild .bd .funcAnime4{
    margin-top: 57px;
    position: absolute;
    right: 0;
    top: 0;
}
.whatWebBuild .bd .funcAnime4 .examTopLeft{
    width: 555px;
}
/* 功能动画04的体检头部部分 */
.whatWebBuild .bd .funcAnime4 .examTop{
    width: 749px;
    height: 96px;
    overflow: hidden;
    background: #4180d7;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
}
.whatWebBuild .bd .funcAnime4 .examTopBefore{
    position: relative;
}
.whatWebBuild .bd .funcAnime4 .examTopBefore input{
    position: absolute;
    z-index: 10;
    left: 178px;
    top: 41px;
    width: 190px;
    height: 14px;
    background: none;
    outline: none;
    font-size: 12px;
    color: #000;
}
.whatWebBuild .bd .funcAnime4 .examTopBeforeBtn{
    position: absolute;
    right: 72px;
    top: 31px;
    z-index: 8;
}
.whatWebBuild .bd .funcAnime4 .examTopBefore .cursorPoint{
    display: -none;
    position: absolute;
    z-index: 11;
    left: 510px;
    top: 40px;
}
.whatWebBuild .bd .funcAnime4 .examTopBefore .clickeffect{
    display: none;
    position: absolute;
    z-index: 10;
    left: 172px;
    top: 34px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #64a5fa;
}
.whatWebBuild .bd .funcAnime4 .examTopRunning{
    height: 96px;
    position: relative;
}
.whatWebBuild .bd .funcAnime4 .examTopRunning .radarBox{
    width: 90px;
    height: 90px;
    float: left;
    margin-top: 3px;
    margin-left: 26px;
    position: relative;
}
.whatWebBuild .bd .funcAnime4 .examTopRunning .loading_bg{
    position: absolute;
    z-index: 8;
    left: 0;
    top: 0;
    width: 90px;
}
.whatWebBuild .bd .funcAnime4 .examTopRunning .loading_txt{
    position: absolute;
    z-index: 9;
    top: 30px;
    left: 16px;
}
.whatWebBuild .bd .funcAnime4 .examTopRunning .loading_num{
    font-family: "微软雅黑";
    font-size: 22px;
    color: #2a95fe;
    width: 38px;
    display: inline-block;
    text-align: center;
}
.whatWebBuild .bd .funcAnime4 .examTopRunning .loading_per{
    font-family: "微软雅黑";
    font-size: 16px;
    color: #2a95fe;
}
.whatWebBuild .bd .funcAnime4 .examTopRunning .loading_scan{
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 90px;
}
.whatWebBuild .bd .funcAnime4 .examTopRunning .cue{
    float: left;
    color: #FFF;
    margin-left: 22px;
}
.whatWebBuild .bd .funcAnime4 .examTopRunning .progressBar{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
}
.whatWebBuild .bd .funcAnime4 .examTopRunning .progressBar_bg{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    width: 100%;
    height: 3px;
    background: url(../images/progressBar.gif) no-repeat;
}
.whatWebBuild .bd .funcAnime4 .examTopRunning .progressBar_mask{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    height: 3px;
    background: #2e5b9b;
}
/* 功能动画04的体检主体部分 */
.whatWebBuild .bd .funcAnime4 .examCont{
    width: 749px;
    height: 398px;
    overflow: hidden;
    border: 1px solid #dadada;
    border-top: none;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.whatWebBuild .bd .funcAnime4 .examContBefore{
    padding-top: 35px;
    text-align: center;
}
.whatWebBuild .bd .funcAnime4 .examContRunning{
    position: relative;
}
.whatWebBuild .bd .funcAnime4 .contRunImg1,
.whatWebBuild .bd .funcAnime4 .contRunImg2,
.whatWebBuild .bd .funcAnime4 .contRunImg3{
    position: absolute;
    z-index: 10;
    left: 96px;
    width: 10px;
}
.whatWebBuild .bd .funcAnime4 .contRunImg1{
    top: 34px;
}
.whatWebBuild .bd .funcAnime4 .contRunImg2{
    top: 185px;
}
.whatWebBuild .bd .funcAnime4 .contRunImg3{
    top: 337px;
}
/* 功能动画05 */
.whatWebBuild .bd .funcAnime5{
    position: absolute;
    right: 0;
    top: 0;
    width: 582px;
    height: 228px;
    overflow: hidden;
    margin-top: 50px;
    margin-right: 88px;
    padding-top: 316px;
    background: url(../images/funcAnime/funcAnime5_bg.jpg) no-repeat;
}
.whatWebBuild .bd .funcAnime5 .funcAnime5Box{
    position: relative;
    width: 290px;
    height: 187px;
    margin-left: 132px;
    padding-top: 41px;
    background: url(../images/funcAnime/funcAnime5_box.gif) no-repeat;
}
.whatWebBuild .bd .funcAnime5 .anime5Img1{
    display: -none;
    position: absolute;
    z-index: 10;
    left: 1px;
    top: 40px;
}
.whatWebBuild .bd .funcAnime5 .anime5Img2{
    display: none;
    position: absolute;
    z-index: 10;
    left: 1px;
    top: 40px;
}
.whatWebBuild .bd .funcAnime5 .anime5Img3{
    display: none;
    position: absolute;
    z-index: 10;
    left: 1px;
    top: 40px;
}
.whatWebBuild .bd .funcAnime5 .anime5Img4{
    display: none;
    position: absolute;
    z-index: 10;
    left: 1px;
    top: 40px;
}
.whatWebBuild .bd .funcAnime5 .clickeffect{
    display: none;
    position: absolute;
    z-index: 10;
    left: 224px;
    top: 56px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #64a5fa;
}
.whatWebBuild .bd .funcAnime5 .anime5Blue{
    display: none;
    position: absolute;
    z-index: 10;
    left: 149px;
    top: 79px;
    width: 56px;
    height: 59px;
    background: #4b86d9;
}
.whatWebBuild .bd .funcAnime5 .cursorPoint{
    display: -none;
    position: absolute;
    z-index: 10;
    left: 140px;
    top: 10px;   
}
.whatWebBuild .bd .funcAnime5 .anime5Txt1,
.whatWebBuild .bd .funcAnime5 .anime5Txt2,
.whatWebBuild .bd .funcAnime5 .anime5Txt3{
    display: -none;
    position: absolute;
    z-index: 10;
}
.whatWebBuild .bd .funcAnime5 .anime5Txt1{
    top: 221px;
    left: 60px;
}
.whatWebBuild .bd .funcAnime5 .anime5Txt2{
    top: 73px;
    left: 58px;
}
.whatWebBuild .bd .funcAnime5 .anime5Txt3{
    top: 170px;
    left: 510px;
}
/* 功能动画06 */
.whatWebBuild .bd .funcAnime6{
    margin: 49px 94px 0 0;
    width: 575px;
    height: 560px;
    position: absolute;
    right: 0;
    top: 0;
}
.whatWebBuild .bd .funcAnime6 .anime6Build{
    position: absolute;
    left: 0;
    top: 0;
    width: 575px;
    height: 560px;
    background: url(../images/funcAnime/funcAnime6_buildBg.gif) no-repeat;
}
.whatWebBuild .bd .funcAnime6 .buildImg1,
.whatWebBuild .bd .funcAnime6 .buildImg2,
.whatWebBuild .bd .funcAnime6 .buildImg3,
.whatWebBuild .bd .funcAnime6 .buildImg4,
.whatWebBuild .bd .funcAnime6 .buildImg6,
.whatWebBuild .bd .funcAnime6 .buildImg7{
    position: absolute;
    z-index: 10;
}
.whatWebBuild .bd .funcAnime6 .buildImg1{
    left: 17px;
    top: 200px;
}
.whatWebBuild .bd .funcAnime6 .buildImg2{
    left: 110px;
    top: 40px;
}
.whatWebBuild .bd .funcAnime6 .buildImg3{
    left: 378px;
    top: 60px;
}
.whatWebBuild .bd .funcAnime6 .buildImg4{
    left: 425px;
    top: 232px;
}
.whatWebBuild .bd .funcAnime6 .buildImg5{
    position: absolute;
    z-index: 11;
    left: 316px;
    top: 420px;
}
.whatWebBuild .bd .funcAnime6 .buildImg6{
    left: 100px;
    top: 190px;
}
.whatWebBuild .bd .funcAnime6 .buildImg7{
    display: none;
    left: 346px;
    top: 252px;
}
.whatWebBuild .bd .funcAnime6 .anime6SEO{
    position: absolute;
    width: 575px;
    height: 560px;
    background: url(../images/funcAnime/funcAnime6_seoBg.gif) no-repeat;
}
.whatWebBuild .bd .funcAnime6 .SEOImg1,
.whatWebBuild .bd .funcAnime6 .SEOImg2,
.whatWebBuild .bd .funcAnime6 .SEOImg3,
.whatWebBuild .bd .funcAnime6 .SEOImg4,
.whatWebBuild .bd .funcAnime6 .SEOImg5,
.whatWebBuild .bd .funcAnime6 .SEOImg6,
.whatWebBuild .bd .funcAnime6 .SEOImg7,
.whatWebBuild .bd .funcAnime6 .SEOImg8,
.whatWebBuild .bd .funcAnime6 .SEOImg9,
.whatWebBuild .bd .funcAnime6 .SEOImg10{
    position: absolute;
    z-index: 10;
}
.whatWebBuild .bd .funcAnime6 .SEOImg1{
    left: 37px;
    top: 323px;
}
.whatWebBuild .bd .funcAnime6 .SEOImg2{
    left: 0;
    top: 180px;
}
.whatWebBuild .bd .funcAnime6 .SEOImg3{
    left: 91px;
    top: 50px;
}
.whatWebBuild .bd .funcAnime6 .SEOImg4{
    left: 261px;
    top: 0;
}
.whatWebBuild .bd .funcAnime6 .SEOImg5{
    left: 412px;
    top: 57px;
}
.whatWebBuild .bd .funcAnime6 .SEOImg6{
    left: 484px;
    top: 190px;
}
.whatWebBuild .bd .funcAnime6 .SEOImg7{
    left: 488px;
    top: 340px;
}
.whatWebBuild .bd .funcAnime6 .SEOImg8{
    left: 412px;
    top: 445px;
}
.whatWebBuild .bd .funcAnime6 .SEOImg9{
    left: 255px;
    top: 483px;
}
.whatWebBuild .bd .funcAnime6 .SEOImg10{
    left: 118px;
    top: 446px;
}
/* 功能动画07 */
.whatWebBuild .bd .funcAnime7{
    width: 679px;
    height: 312px;
    margin: 131px 47px 0 0;
    position: absolute;
    right: 0;
    top: 0;
}
.whatWebBuild .bd .funcAnime7 .analyzeImg1{
    position: absolute;
    z-index: 8;
    left: 359px;
    top: 24px;
}
.whatWebBuild .bd .funcAnime7 .analyzeImg2{
    position: absolute;
    z-index: 8;
    left: 169px;
    bottom: 13px;
}
.whatWebBuild .bd .funcAnime7 .analyzeImg3{
    position: absolute;
    z-index: 9;
    left: 1px;
    top: 117px;
}
.whatWebBuild .bd .funcAnime7 .analyzeImg4{
    position: absolute;
    z-index: 9;
    left: 74px;
    top: 22px;
}
.whatWebBuild .bd .funcAnime7 .analyzeImg5{
    position: absolute;
    z-index: 9;
    left: 255px;
    top: 89px;
}
.whatWebBuild .bd .funcAnime7 .analyzeImg6{
    position: absolute;
    z-index: 9;
    left: 440px;
    top: 0;
}
.whatWebBuild .bd .funcAnime7 .analyzeImg7{
    position: absolute;
    z-index: 9;
    right: 0;
    top: 12px;
}
.whatWebBuild .bd .funcAnime7 .analyzeImg8{
    position: absolute;
    z-index: 11;
    left: 96px;
    top: 55px;
}
.whatWebBuild .bd .funcAnime7 .analyzeImg9{
    position: absolute;
    z-index: 11;
    left: 294px;
    top: 126px;
}
.whatWebBuild .bd .funcAnime7 .analyzeImg10{
    position: absolute;
    z-index: 11;
    right: 64px;
    top: 37px;
}
.whatWebBuild .bd .funcAnime7 .analyzeImgH1{
    position: absolute;
    z-index: 10;
    left: 75px;
    top: 135px;
}
.whatWebBuild .bd .funcAnime7 .analyzeImgH2{
    position: absolute;
    z-index: 10;
    left: 239px;
    top: 143px;
}
.whatWebBuild .bd .funcAnime7 .analyzeImgH3{
    position: absolute;
    z-index: 10;
    right: 208px;
    top: 117px;
}
.whatWebBuild .bd .funcAnime7 .analyzeImgH4{
    position: absolute;
    z-index: 10;
    right: 47px;
    top: 42px;
}
.whatWebBuild .bd .funcAnime7 .analyzeTxt1,
.whatWebBuild .bd .funcAnime7 .analyzeTxt2,
.whatWebBuild .bd .funcAnime7 .analyzeTxt3{
    position: absolute;
    z-index: 11;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #333;
}
.whatWebBuild .bd .funcAnime7 .analyzeTxt1{
    left: 126px;
    top: 230px;
}
.whatWebBuild .bd .funcAnime7 .analyzeTxt2{
    left: 310px;
    bottom: 0;
}
.whatWebBuild .bd .funcAnime7 .analyzeTxt3{
    left: 500px;
    bottom: 90px;
}