﻿
.head{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    z-index:10;
    height:100px;

    font-size:16px;
}
.head .a-logo{
    height:100px;
    line-height:100px;
    float: left;
}
.head .a-logo img{
    vertical-align: middle;
}

.head .a-pop {
    float: right;
    display: none;
    width: 41px;
    height: 31px;
    /*background: url("../img/pop.jpg") no-repeat center;*/
    margin: 34px 0 0;
    background-color: #333951;
    /*padding:2px 0 0;*/
    position: relative;
}

.head .a-pop span {

    width: 25px;
    border-top: 1px solid #ffffff;
    display: block;

    transition: .4s;
    position: absolute;
    right: 8px;
    transform-origin: right bottom;
}

.head .a-pop .s1 {
    top: 9px;

}

.head .a-pop .s2 {
    top: 15px;

}

.head .a-pop .s3 {
    top: 21px;
    width: 15px;

}

.head .a-pop:hover .s1 {
    width: 15px;
}

.head .a-pop:hover .s2 {
    width: 20px;
}

.head .a-pop:hover .s3 {
    width: 25px;
}

.head .a-pop.zhuan .s1 {
    transform: rotate(-31deg);
    width: 25px;
}

.head .a-pop.zhuan .s2 {
    width: 0;
}

.head .a-pop.zhuan .s3 {
    transform: rotate(31deg);
    width: 25px;
}


.head .dyou{
    font-size:0;
    height:60px;
    line-height:60px;
    margin:20px 0 0;
}
.head .dyou a{
    color: #ffffff;
    font-size:16px;
    margin:0 0 0 55px;
    display: inline-block;
    position: relative;
}
.head .dyou .act,.head .dyou .comaa:hover{
    color: #F4E843;
}
.head .dyou .comaa:after,.head .dyou .act:after{
    position: absolute;
    transition: .4s;
    content: '';
    bottom:6px;
    left:0;
    height:2px;
    background-color: #F4E843;
    width:0;
}
.head .dyou .act:after,.head .dyou .comaa:hover:after{

    width:100%;

}


.head .dyou .a-phone{
    font-size:18px;
}
.head .dyou .a-phone b{
    display: inline-block;
    vertical-align: middle;
    width:24px;
    height:26px;
    background: url("../images/phone.png") no-repeat center;
    margin:0 5px 0 0;
}

.banne {
    height: 560px;
    width: 100%;
    background: url("../images/edu_ban01.jpg") no-repeat center;
}

.banne .ilf {
    width: 50.5%;
    position: absolute;
    left: 0;
    bottom: 5%;
}

.banne .drt {
    position: absolute;
    right: 0;
    top: 42%;
    text-align: right;
}

.banne .drt h2 {
    font-size: 36px;
    color: #f4e840;
    margin: 0 auto 6%;
}

.banne .drt .d-xiawen {
    font-size: 18px;
    color: #ffffff;
    line-height: 30px;
}

@-webkit-keyframes rotateA {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.yizhanshi {
    text-align: center;
}

.yizhanshi .h1-ti1 {
    color: #f0be24;
    font-size: 30px;
    margin: 5% auto 3%;
}

.yizhanshi .h2-ti1 {
    color: #666666;
    font-size: 16px;
}

.yizhanshi .ul-yzs {
    overflow: hidden;
    margin: 5% auto 7%;
font-size:0;
}

.yizhanshi .ul-yzs li {
    width: 18%;
    margin: 0 9% 0 0;
    display:inline-block;
vertical-align:top;
}

.yizhanshi .ul-yzs .li4 {
    margin: 0;
}

.yizhanshi .ul-yzs li .d-shang {
    width: 100%;
    height: 100%;
    position: relative;
}

.yizhanshi .ul-yzs li .d-shang .izhong {
    width: 100%;
    height: auto;
    display: block;
    z-index: 20;
    position: relative;
}

.yizhanshi .ul-yzs .li1 .d-shang .izhong {
    -webkit-animation: rotateA 11s ease-in-out 0s infinite;
    animation: rotateA 11s ease-in-out 0s infinite;
}

.yizhanshi .ul-yzs .li2 .d-shang .izhong {
    -webkit-animation: rotateA 12s ease-in-out 0s infinite;
    animation: rotateA 12s ease-in-out 0s infinite;
}

.yizhanshi .ul-yzs .li3 .d-shang .izhong {
    -webkit-animation: rotateA 13s ease-in-out 0s infinite;
    animation: rotateA 13s ease-in-out 0s infinite;
}

.yizhanshi .ul-yzs .li4 .d-shang .izhong {
    -webkit-animation: rotateA 14s ease-in-out 0s infinite;
    animation: rotateA 14s ease-in-out 0s infinite;
}

.yizhanshi .ul-yzs li .d-shang .icom {
    width: 50%;
    height: auto;
    position: absolute;
    top: 22%;
    left: 25%;
    z-index: 1;
}

.yizhanshi .ul-yzs li h2 {
    color: #333333;
    font-size: 18px;
    margin: 14% auto 13%;
    font-weight: bold;
}

.yizhanshi .ul-yzs li p {
    color: #808080;
    font-size: 14px;
    line-height: 24px;
}

.pintai {
    text-align: center;
    background: url("../images/edu_02.jpg") no-repeat center;
    background-size: cover;
}

.pintai .h1-ti1 {
    color: #ecae0a;
    font-size: 30px;
    margin: 5% auto 3%;

}

.pintai .h1-ti1 span {
    color: #444444;
    margin: 0 10px 0 0;

}

.pintai .d-pintai {
    width: 100%;
    position: relative;
}

.pintai .d-pintai .i-zhongxin {
    width: 29%;
}

.pintai .d-pintai .d-zhong {
    margin: 15px auto 5%;
}

.pintai .d-pintai .d-zhong h3 {
    color: #555555;
    font-size: 18px;
    margin: 0 auto 10px;
}

.pintai .d-pintai .d-zhong p {
    color: #888888;
    font-size: 14px;
    line-height: 24px;

}

.pintai .d-pintai .d-posi > div {
    position: absolute;
    overflow: hidden;
}

.pintai .d-pintai .d-posi .d-zuozi {
    float: left;
}

.pintai .d-pintai .d-posi .d-zuozi h3 {
    color: #555555;
    font-size: 18px;
    margin: -4px auto 5px;
}

.pintai .d-pintai .d-posi .d-zuozi p {
    color: #888888;
    font-size: 14px;
    line-height: 24px;

}

.pintai .d-pintai .d-posi b {
    display: inline-block;
    float: left;
    width: 29px;
    height: 57px;

}

.pintai .d-pintai .d-posi span {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background-color: #F4F4F4;
    border-radius: 50%;
    float: left;
}

.pintai .d-pintai .d-posi span img {
    vertical-align: middle;
    max-width: 55%;
}

.pintai .d-pintai .dzuo {
    text-align: right;
}

.pintai .d-pintai .dyou {
    text-align: left;
}

.pintai .d-pintai .dzuo b {
    background: url("../images/edu_04.png") no-repeat center;
    background-size: cover;
    margin: 5px 0 0 8px;
}

.pintai .d-pintai .dyou b {
    background: url("../images/edu_05.png") no-repeat center;
    background-size: cover;
    margin: 5px 8px 0 0;
}

.pintai .d-pintai .d-posi .d1 {
    left: 8%;
    top: 18%;
}

.pintai .d-pintai .d-posi .d3 {
    right: 8%;
    top: 18%;
}

.pintai .d-pintai .d-posi .d2 {
    left: 12%;
    top: 45%;
}

.pintai .d-pintai .d-posi .d4 {
    right: 12%;
    top: 45%;
}

.xuanze {
    padding: 5% 0;
}

.xuanze .h1-ti1 {
    color: #ecae0a;
    font-size: 30px;
    margin: 0 auto 4%;

}

.xuanze .h1-ti1 span {
    color: #666666;
}

.xuanze .d-zuozi {
    color: #777777;
    font-size: 14px;
    line-height: 24px;
}

.xuanze .ul-dgou {
    margin: 5% auto 5%;
}

.xuanze .ul-dgou li {
    margin: 12px 0;
    color: #777777;
    font-size: 16px;
}

.xuanze .ul-dgou li b {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url("../images/duigou_03.png") no-repeat center;
    vertical-align: middle;
    margin: 0 15px 0 0;
}

.xuanze .a-bott {
    display: block;
    width: 160px;
    text-align: center;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color: #FFFFFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #ECAE09;
}

.xuanze .rt img {
    max-width: 100%;
}

/*为他们提供产品与服务*/

.tigong {
    overflow: hidden;
    text-align: center;
    background-color: #F5F5F5;
}

.tigong .h1-ti1 {
    color: #ecae0a;
    font-size: 36px;
    margin: 3% auto 1%;
}

.tigong .h2-ti1 {
    color: #444444;
    font-size: 30px;

}

.tigong .d-wenzi {
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    margin: 2% auto 2%;
}

.tigong .d-tigon {
    margin: 2% 0 3% -1%;
    overflow: hidden;
    width: 102%;
}

.tigong .d-tigon li {
    /*width: 208px;*/
    height: 60px;
    line-height: 60px;
    text-align: center;
    float: left;
    background-color: #ffffff;
    position: relative;
    /*margin:13px 19px;*/
    width:18%;
    margin:13px 1%;
}

.tigong .d-tigon svg {
    width: 100%;
    height: 100%;
}



.tigong .d-tigon .shape {
    stroke-width: 6px;
    fill: transparent;
    stroke-dasharray: 85 400;
    stroke-dashoffset: -220;
    transition: 1.3s;
    width: 100%;
    height: 100%;

}

.tigong .d-tigon .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 60px;

    text-align: center;
}

.tigong .d-tigon .text a {
    display: block;
    width: 100%;
    height: 100%;
}

.tigong .d-tigon .text img {
    vertical-align: middle;
    max-width: 95%;
    max-height: 55px;
}

.d-tigon li:hover .shape {
    stroke-dasharray: 50 0;
    stroke-width: 3px;
    stroke-dashoffset: 0;
    /*stroke: #009FFD;*/
    stroke: #ecae0a;
}

/*助力*/
.zhuli {
    text-align: center;
}

.zhuli .h1-ti1 {
    color: #ecae0a;
    font-size: 36px;
    margin: 4% auto 4%;
    position: relative;
}

.zhuli .h1-ti1:before, .zhuli .h1-ti1:after {
    content: '';
    border-top: 1px solid #C9C9C9;
    width: 28%;
    position: absolute;
    top: 24px;
}

.zhuli .h1-ti1:before {
    left: 0;
}

.zhuli .h1-ti1:after {
    right: 0;
}

.zhuli .h1-ti1 span {
    color: #444444;
    margin: 0 20px 0 0;
}

.zhuli .ul-zl {
    /*overflow: hidden;*/
    margin: 0 0 6%;
    font-size:0;
    vertical-align: top;
    text-align: left;
}

.zhuli .ul-zl li {
    /*float: left;*/
    display: inline-block;
    font-size:14px;
    width: 32%;
    margin: 0 2% 0 0;
vertical-align: top;
}

.zhuli .ul-zl .li-last {
    margin: 0;
}

.zhuli .ul-zl li .d-zhe {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.zhuli .ul-zl li .d-zhe img {
    width: 100%;
    height: auto;
    transition: .5s;
    display: block;
    /*max-height: 130px;*/
}

.zhuli .ul-zl li:hover .d-zhe img {
    transform: scale(1.1);

}

.zhuli .ul-zl li .d-zhe h2 {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    width: 100%;
    margin: -10px 0 0;
}

.zhuli .ul-zl li .d-wen a {
    display: block;
    text-align: left;
    color: #555555;
    font-size: 14px;
    line-height: 26px;
    padding: 0 0 0 29px;
    margin: 15px 0 0;
    background: url("../images/lingxing_03.png") no-repeat left center;
}

.zhuli .ul-zl li .d-wen a:hover {
    color: #ECAE09;
}

.youqin {
    background-color: #F5F5F5;
}

.youqin .h1-ti1 {
    color: #444444;
    font-size: 18px;
    margin: 3% auto 1%;
}

.youqin .h2-ti1 {
    width: 40px;
    border-top: 1px solid #ECAE09;
}

.youqin .d-a {
    margin: 3% auto 4%;
}

.youqin .d-a a {
    display: inline-block;
    color: #666666;
    font-size: 12px;
    line-height: 28px;
    margin: 0 32px 0 0;
    position: relative;
}

.youqin .d-a a:hover {
    color: #ECAE09;
}

.youqin .d-a a:after {
    content: '';
    height: 13px;
    border-left: 1px solid #666666;
    position: absolute;
    right: -18px;
    top: 8px;
}

