/* 默认的平面，继承小屏幕 */
/* 联系我们 */
.tel-box {
    width: 100%;
    min-height: 95px;
    position: relative;
    margin-top:0;
    z-index: 999;
    overflow: hidden;
    background: #f1f1f1;
}
.tel-box-p1 {
    color: #fff;
    font-size: 34px;
    font-family: Arial;
    padding-top: 30px;
    background: url(../images/bg5.jpg) no-repeat;
    line-height: 65px;
}
.form1 {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #505050;
    font-size: 16px;
    background: #f0f0f0;
    margin-top: 38px;
    width: 100%;
}
.form1 label{
    font-size: 16px;
    line-height: 24px;
    color: #505050;
    font-weight: 500;
}
.tel-inp1 {
    width: 190px;
    height: 35px;
    background: #fff;
    border:1px solid #9d9d9d;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
}
.tel-inp2 {
    width: 210px;
    height: 35px;
    line-height: 35px;
    background: #ff8e00;
    color: #fff;
    border-radius: 35px;
    border: 0;
    box-shadow: 2px 3px 3px #ccc;
}
/* 联系我们 end*/
/* qualify  */
.qualify{

}
.qualifyTit{
    width: 96%;
    margin: 10px auto;
}
.qualifyTit h4,.qualifyTit h3{
    color: #7d7d7d;
    font-weight: bold;
    line-height: 28px;
}
.qualifyTit h4{
    font-size: 16px;
}
.qualifyTit h3{
    font-size: 22px;
}
.fontBlue{
    color: #1083db;
}
.wenHao{
    line-height: 52px;
}
.wenHao img{
    vertical-align: middle;
    margin-top: -10px;
    width: 22px;
}
/* qualify 内容 */
.qualifySmallItem{
    position: relative;
    margin: 10px auto;
    width: 146px;
    height: 160px;
    line-height: 136px;
    text-align: center;
    background: url("../images/bgQqiu.png") no-repeat top left;
}
.qualifySmall .qualifySmallItem{
    top: 15px;
    transition: top .2s linear ;
}
.qualifySmall .qualifySmallItem:hover{
    top: 0;
    transition: top .2s linear;
}
.qualifySmallItem img{
    line-height: 136px;
    border-radius: 50%;
}
.qualifySmallItem p{
    position: absolute;
    left: 34px;
    top: 43px;
    color: #fff;
    font-size: 25px;
    line-height: 31px;
    width: 80px;
    text-align: center;
}
.djbtn{
    text-align: center;
}
.djbtn a{
    display: block;
    width: 300px;
    height: 60px;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    line-height: 60px;
    background:-webkit-linear-gradient( left, #0f8bd7, #0cc1c0);/* Safari 5.1 - 6.0 */
    background:-o-linear-gradient(right,#0f8bd7, #0cc1c0);/* Opera 11.1 - 12.0 */
    background:-moz-linear-gradient(right,#0f8bd7, #0cc1c0);/* Firefox 3.6 - 15 */
    background:linear-gradient(to right,#0f8bd7, #0cc1c0);/* 标准*/
    border-radius: 34px;
    margin: 20px auto;
}
/* 学历和职业内容 end*/
/* qualify end */
/* service start  */
.service{
    position: relative;
    margin-top:60px;
    width: 100%;
    background: url("../images/servbg02.png") no-repeat top center;
}
.service>div{
    padding: 30px 0 60px;
}
.service .serviceIcon {
    position: absolute;
    left: 48%;
    top: -50px;
}

.AllTit{
        margin: 20px auto 48px;
}
.AllTit h1{
    padding: 10px 0;
    font-family: "Microsoft YaHei", "Arial", "WenQuanYi Micro Hei", sans-serif;
    color: #000000;
    font-size: 36px;
    line-height: 40px;
    font-weight: bold;
}
.AllTit h5{
    color: #656565;
    font-size: 14px;
    line-height: 21px;
}
.serviceAll>div>div .ServItem .servItemTop{
    width: 100%;
    padding: 20px 0 0;
    height: 122px;
    box-sizing: border-box;
}
.serviceAll>div>div:nth-child(1) .ServItem .servItemTop{
    background-color: #1083db;
}
.serviceAll>div>div:nth-child(2) .ServItem .servItemTop{
    background-color: #e4344b;
}
.serviceAll>div>div:nth-child(3) .ServItem .servItemTop{
    background-color: #5abc18;
}
.serviceAll>div>div:nth-child(4) .ServItem .servItemTop{
    background-color: #ff6a06;
}
.servItemTop p{
    margin-top: 15px;
    font-size: 24px;
    color: #ffffff;
    line-height: 24px;
}
.serviceAll>div>div .servList{
    width: 100%;
    padding: 20px 0;
    margin: 0 auto;
    background: url("../images/bgwhite.png") no-repeat left Bottom;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.serviceAll>div>div  .servList li{
    width: 60%;
    margin: 0 auto;
    height: 34px;
    line-height: 34px;
    vertical-align: top;
}
.serviceAll>div>div:nth-child(1)  .servList li{
    list-style: url("../images/list01.png") inside;
}
.serviceAll>div>div:nth-child(2)  .servList li{
    list-style: url("../images/list02.png") inside;
}
.serviceAll>div>div:nth-child(3)  .servList li{
    list-style: url("../images/list03.png") inside;
}
.serviceAll>div>div:nth-child(4)  .servList li{
    list-style: url("../images/list04.png") inside;
}
.serviceAll>div>div .servList li a{
    width: calc(100% - 36px);
    display: inline-block;
    height: 28px;
    line-height: 28px;
    vertical-align: top;
    color: #444444;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.serviceAll>div>div:nth-child(1)  .servList li:hover a{
    color: #79a0cb;
}
.serviceAll>div>div:nth-child(2)  .servList li:hover a{
    color: #e4344b;
}.serviceAll>div>div:nth-child(3)  .servList li:hover a{
     color: #5abc18;
 }
.serviceAll>div>div:nth-child(4)  .servList li:hover a{
    color: #ff6a06;
}

.serviceAll>div>div .ServBtn .mybtn{
    display: block;
    margin:0 auto;
    width: 140px;
    height: 36px;
    border-radius: 20px;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    box-shadow: 3px 3px 3px #ccc;
}
.serviceAll>div>div:nth-child(1) .ServBtn .mybtn{
    background-color: #1083db;
}
.serviceAll>div>div:nth-child(2) .ServBtn .mybtn{
    background-color: #e4344b;
}
.serviceAll>div>div:nth-child(3) .ServBtn .mybtn{
    background-color: #5abc18;
}
.serviceAll>div>div:nth-child(4) .ServBtn .mybtn{
    background-color: #ff6a06;
}
.serviceAll .ServItem p{
    color:#fff;
}
.linkTel{
    width: 100%;
    background: url("../images/telBg.png") no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
}
.linkTelLeft{
    margin-top: 14px;
    text-align: center;
}
.linkTelLeft img{
    width: 100%;
}
.linkTelRight{
    width: 236px;
    margin: 10px auto 0;
    text-align: right;
}
.linkTelRight h3{
    padding: 8px 0;
    font-family: "Arial";
    font-size: 34px;
    line-height: 24px;
    color: #f6ff00;
}
/* service start end */
/* 证书展示 */
.certificate{
    margin: 10px auto;
     background: url(../images/bgxx.png) no-repeat bottom center;
    -webkit-background-size: contain;
    background-size: contain;
}
.certifTit {
    margin: 35px auto;
}
.certifTit h1{
    font-family: "Microsoft YaHei";
    font-size: 36px;
    font-weight: bold;
    line-height: 24px;
    color: #000000;
}
.nav-pills>li:hover a,
.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    border-radius: 1px;
    background-color: #1083db;
}
#anjian,#baoz,.cooperaAll{
    width: 100%;
    position: relative;
}
#contrast01,#contrast02,#cooperAItem01{
    position: absolute;
    width: 100%;
    top: calc((100% - 42px) / 2);
}
#anjianCPrev,#anjianCNext,#cooperCPrev,#cooperCNext{
    position: absolute;
    top: 0;
    z-index: 666;
}
#anjian,#baoz,.cooperaAll{
    width: 96%;
    margin: 10px auto;
}
#anjianCPrev,#baozCPrev,#cooperCPrev{
    left: 0;
}
#anjianCNext, #baozCNext,#cooperCNext{
    right: 0;
}
/* 证书展示 end*/
/* 办理证书  */
.handle{
    padding: 40px 0;
    background: url("../images/about.png") no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
}
.handleTit h1{
    font-family: "Microsoft YaHei";
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: #ffffff;
}
.handleTit p{
    padding: 10px 0;
    font-family: "Arial";
    font-size: 30px;
    color: #64ace4;
    line-height: 36px;
}
.handleAll{
    margin: 30px auto;
}
.handleItsmall{
    width: 90%;
    margin: 10px auto;
}
.handleItsmall img{
    margin: 10px auto;
}
.aboutHot{
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
.aboutHot  .zxlj{
    font-family: "Microsoft YaHei";
    line-height: 30px;
    color: #ffffff;
    font-size: 18px;
}
.aboutHot h3{
    font-family: "Arial";
    font-size: 30px;
    color: #fff600;
    line-height: 36px;
}
.myaboutBtn{
    display: inline-block;
    width: 208px;
    height: 46px;
    line-height: 46px;
    border-radius: 34px;
    text-align: center;
    background-color: #fff;
    color: #287ec1;
    font-size: 24px;
    font-family: "Microsoft YaHei";
}
/* 办理证书 end */
/*咨讯 中心 */
.newsTit{
    margin: 50px auto 20px;
}
.newsTit h1{
    text-align: center;
    padding: 10px 0;
    font-family: "Microsoft YaHei";
    font-weight: bold;
    font-size: 42px;
    line-height: 50px;
    color: #050505;
}
.newsTit h1:after{
    display: block;
    content: "";
    width: 40px;
    height: 3px;
    background-color: #1083db;
    margin: 10px auto;
}
.newsTit .Newsfont{
    padding: 3px 0;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    line-height: 24px;
    color: #a5a5a5;
}
.newsItem{
    width: 95%;
    margin:0 auto;
}
.newsTime{
	border-bottom: 1px solid #d2d2d2;
}
.newsTime h5{
    margin: 30px auto 10px;
    font-family: "Microsoft YaHei";
    font-size: 18px;
    color: #000;
    font-weight: bold;
    /*text-indent: 12px;*/
    border-left: 3px solid #fe9700;
}
.newsTime h5 span{
    display: block;
    width: 100%;
    text-indent: 10px;
    margin: 0 auto;
}
.newsTime h5 a{
    font-size: 14px;
    font-weight: normal;
}
.newsList ul li{
    margin: 10px auto;
    border-bottom: 1px solid #d2d2d2;
}
.newsList ul li small{
    display: inline-block;
    float: right;
    color: #9c9c9c;
    font-size: 12px;
    width: 70px;
    height: 40px;
    line-height: 40px;
    text-align: right;
}
.newsList ul li a {
    font-size: 16px;
    display: inline-block;
    width: calc(100% - 72px);
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*咨讯 中心 end */
/* 我们的合作 */
.cooperation .newsTit h1:after{
    display: none;
}
/* 我们的合作 end*/
/* 选择我们 */
.chooseUs{
    padding: 40px 0;
    width: 100%;
    background: url("../images/moreChoose.png") no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
}
.chooseUsT{
    width: 90%;
    margin: 0 auto;
}
.chooseUsT img{
    margin: 0 auto;
}
.cooperaAll .swiper-slide a{
    display: block;
    padding: 5px 3px;
    margin: 0 auto;
    height: 100px;
    text-align: center;
    border: 1px solid #eee;
}
.cooperaAll .swiper-slide  img{
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    height: 94px;
    vertical-align: middle;
}
/* 选择我们 end*/
/* 小型设备（手机，480px 起） */
@media (min-width: 480px) {
    /* 办理证书  */
    .aboutHot  .zxlj{
        float: left;
        width: 40%;
        margin-right: 3%;
        text-align: right;
    }
    .aboutHot h3{
        float: left;
        width: 57%;
        text-align: left;
    }
    /* 办理证书 end */
    /* 新闻资讯 */
    .newsItem{
        width: 80%;
    }
    /* 新闻资讯 end*/
}
/* 小型设备（平板电脑，768px 起） */
@media (min-width: 768px) {
    /* 联系我们 */
    .tel-inp1 {
       border: 0;
    }
    .tel-inp2 {
        width: 160px;
    }
    /* 联系我们 end*/
    /* qualify*/
    .qualifyTit{
        width: 636px;
        margin: 40px auto;
    }
    .qualifyTit h4,.qualifyTit h3{
        line-height: 28px;
    }
    .qualifyTit h4{
        font-size: 30px;
    }
    .qualifyTit h3{
        font-size: 36px;
    }
    .wenHao img{
        width: 59px;
        margin-top: -30px;
    }
    /* qualify end*/
    /* service */
    .linkTelLeft{
        float: left;
        text-align: left;
        width: calc(100% - 240px);
    }
    .linkTelLeft img{
        width:  90%;
    }
    .linkTelRight{
        float: right;
        text-align: right;
    }
    /* service end*/
    /* 证书展示  */
    #myTabContent{
        margin: 60px auto;
    }
    .nav>li>a {
        width: 65%;
        border-radius: 2px;
    }
    /* 证书展示 end */
    /* 办理证书  */
    .handleIt img{
        width: 100%;
    }
    /* 办理证书 end */
}
/* 中型设备（台式电脑，992px 起） */
@media (min-width: 992px) {
    /* 联系我们 */
    .tel-box {
        margin-top:-20px;
        background: url(../images/bg3.png) no-repeat center;
    }
    .tel-inp1 {
        width: 140px;
    }
    .tel-inp2 {
        width: 105px;
    }
    /* 联系我们 end*/
    /* service */
    .linkTel{
        padding: 20px 0 10px !important;
    }
    .linkTelLeft img{
        width:  600px;
    }
    .linkTelRight{

    }
    /* service end*/
    /* 证书展示  */
    .nav-justified {
        width: 60%;
        margin: 10px auto;
    }
    /* 证书展示  */
    .nav>li>a {
        width:98%;
        margin: 0 auto;
        border-radius: 2px;
    }
    /*证书展示 */
    #anjian,.cooperaAll{
        width: 88%;
        margin: 10px auto;
    }
    #anjianCPrev,#cooperCPrev{
        left: -65px;
    }
    #anjianCNext,#cooperCNext{
        right: -65px;
    }
    /* 证书展示 end */
    /* 办理证书  */
    .aboutHotTel{
        float: left;
        width: 60%;
    }
    .myaboutBtn{
        float: left;
        width: 40%;
        margin: 0;
        vertical-align: middle;
    }
    .aboutHot .zxlj,.aboutHot h3 {
        line-height: 56px;
    }
    /* 办理证书 end */
    /* 新闻资讯 */
    .newsItem{
        width: 100%;
    }
    /* 新闻资讯 end*/
    /* 合作 机构*/
    .cooperaAll{
        margin: 30px auto 60px;
    }
    #cooperAItem .swiper-slide{
        margin-right: 58px;
    }
    /* 合作 机构end*/
    /*选择我们 */
    .chooseUs {
        padding: 108px 0;
    }

    /*选择我们 end */
}

/* 大型设备（大台式电脑，1200px 起） */
@media (min-width: 1200px) {
    /* 联系我们 */
    .tel-inp1 {
        width: 210px;
    }
    .tel-inp2 {
        width: 175px;
    }
    /* 联系我们 end*/
    /* 学历和职业  qualify */
    .qualifyTit{
        margin: 70px auto 30px;
    }
    /* qualify 内容  */
    .qualifyBig ,.qualifyBigTop,.qualifyBigBottom{
        position: relative;
        display: block;
    }
    .qualifyBigCenter{
        width: 100%;
        height: 83px;
        background: url("../images/index_02.jpg") no-repeat  top center;
    }
    .qualifyBigItem{
        position: absolute;
        width: 146px;
        height: 160px;
        line-height: 136px;
        text-align: center;
        background: url("../images/bgQqiu.png") no-repeat top left;
    }
    .qualifyBigItem img{
        line-height: 136px;
        border-radius: 50%;
    }
    .qualifyBigItem p{
        position: absolute;
        left: 34px;
        top: 43px;
        color: #fff;
        font-size: 25px;
        line-height: 31px;
        width: 80px;
        text-align: center;
    }
    /* 上部的内容定位 */
    .qualifyBigTop .qualifyBigItem{
        top: 15px;
        transition: top .2s linear ;
    }
    .qualifyBigTop .qualifyBigItem:hover{
        top: 0;
        transition: top .2s linear;
    }
    .qualifyBigTop,.qualifyBigBottom{
        position: relative;
        height: 173px;
        width: 1200px;
        margin: 0 auto;
    }
    .qualifyBigTop .qualifyBigItem:nth-child(1){
        left: 0;
    }
    .qualifyBigTop .qualifyBigItem:nth-child(2){
        left: 248px;
    }
    .qualifyBigTop .qualifyBigItem:nth-child(3){
        left: 527px;
    }
    .qualifyBigTop .qualifyBigItem:nth-child(4){
        left: 794px;
    }
    .qualifyBigTop .qualifyBigItem:nth-child(5){
        left: 1057px;
    }

    /* 下部的内容定位 */
    .qualifyBigBottom .qualifyBigItem{
        transform: rotateX(180deg);
        top:0;
        transition: top 0.2s linear;
    }
    .qualifyBigBottom .qualifyBigItem:hover{
        top: 10px;
        transition: top 0.2s linear;
    }
    .qualifyBigBottom .qualifyBigItem img{
        transform: rotateX(180deg);
    }
    .qualifyBigBottom .qualifyBigItem p{
        transform: rotateX(180deg);
    }
    .qualifyBigBottom .qualifyBigItem:nth-child(1){
        left: 130px;
    }
    .qualifyBigBottom .qualifyBigItem:nth-child(2){
        left: 382px;
    }
    .qualifyBigBottom .qualifyBigItem:nth-child(3){
        left: 658px;
    }
    .qualifyBigBottom .qualifyBigItem:nth-child(4){
        left: 925px;
    }
    /* qualify 内容 end */
    /* qualify end*/
    /*证书展示 */

    /*证书展示 end*/
    /* 办理证书  */
    .aboutHotTel{
        width: 370px;
        margin-left: 100px;
    }
    .myaboutBtn{
        width: 210px;
    }
    .aboutHot .zxlj,.aboutHot h3 {
        line-height: 56px;
    }
    /* 办理证书 end */
    /*咨讯 中心 */

    /*咨讯 中心 end */
    /* 合作 机构*/
    #cooperAItem .swiper-slide{
        margin-right: 64px;
    }
    /* 合作 机构end*/
}
@media (min-width: 1360px) {
    /*证书展示 */
    #anjian,.cooperaAll{
        width: 100%;
    }
    /*证书展示 end*/
}