@charset "UTF-8";
/*考试系统*/
.fu_bg{
    background:url(../images/second/wangxiaobg.jpg);
    width: 100%;
    height: 620px;
    max-width: 100%;
    overflow: hidden;
    /* background-attachment: fixed; */
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 0 0;
    background-repeat: repeat-x;
    animation: animatedBackground 10s linear infinite alternate;
    -o-animation: animatedBackground 10s linear infinite alternate;
    -webkit-animation: animatedBackground 10s linear infinite alternate;
    -moz-animation: animatedBackground 10s linear infinite alternate;
}
@keyframes animatedBackground {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 70% 0;
    }
}
.free{
    position: absolute;
    top:30%;
    left: 15%;
}
.free h1{
    font-size: 56px;
    color: #fff;
    letter-spacing:10px;
    line-height: 70px;
    font-style: italic;
}
.free h4{
    font-size: 28px;
    line-height: 80px;
    color: #fff;
    display: inline-block;
}
.free h4 b{
    display: inline-block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #0FACED;
    margin: 0 10px;
    position: relative;
    top:-4px;
}
.free ul li{
    font-size:16px;
    margin-top: 20px;
    color: #fff;
    float: left;
}
.free button{
    float: left;
    width:170px;
    height: 50px;
    line-height: 50px;
    border: none;
    color: #fff;
    background-color: #0FACED;
    font-size:16px;
    margin-top: 30px;
    margin-right: 50px;
    border-radius: 5px;
}
.free button:hover{
    color: #0FACED;
    background-color: #fff;
}
.title{
    padding: 50px 0;
}
.title h2{
    text-align: center;
    font-size: 38px;
    font-weight: bold;
    font-family: "汉仪菱心体简";
    color: #363636;
}
.title h2 span{
    color: #00A5EA;
}
.title h6{
    text-align: center;
    font-size: 16px;
    color: #666;
    line-height: 50px;
}
.project-list ul li{
    float: left;
    width: 25%;
    padding: 0 1%;
    margin-bottom: 30px;
}
.project-list ul li a{
    display: block;
    position: relative;
}
.pro-text{
    text-align: center;
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.project-list ul li img{
    width: 100%;
}
.pro-text i{
    margin-top: 12%;
    display: inline-block;
    width: 55px;
    height:52px;
    background-image: url("../images/second/biaos.png");
    background-repeat: no-repeat;
    background-position: -12px -8px;
}
.project-list ul li:nth-child(2) .pro-text i{
    background-position:-74px -7px;
}
.project-list ul li:nth-child(3) .pro-text i{
    background-position: -138px -10px;
}
.project-list ul li:nth-child(4) .pro-text i{
    background-position: -199px -8px;
}
.project-list ul li:nth-child(5) .pro-text i{
    background-position: -269px -9px;
}
.project-list ul li:nth-child(6) .pro-text i{
    background-position: -335px -9px;
}
.project-list ul li:nth-child(8) .pro-text i{
    background-position: -77px -76px;
}
.project-list ul li:nth-child(7) .pro-text i{
    background-position: -11px -76px;
}
.project-list ul li:nth-child(9) .pro-text i{
    background-position: -139px -83px;
}
.project-list ul li:nth-child(10) .pro-text i{
    background-position: -199px -83px;
}
.project-list ul li:nth-child(11) .pro-text i{
    width: 59px;
    background-position: -260px -78px;
}
.project-list ul li:nth-child(12) .pro-text i{
    background-position: -336px -78px;
}
.pro-text p{
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}
.project-list ul li:hover .pro-text{
    background: rgba(0,50,128,0.45);
}
.all-btn{
    text-align:center;
    padding: 50px 0;
}
.all-btn a{
    display: inline-block;
    width:230px;
    height: 50px;
    line-height: 50px;
    border:1px solid transparent;
    color: #fff;
    background-color: #0FACED;
    font-size:16px;
    margin-right: 50px;
    border-radius: 5px;
}
.all-btn a:hover{
    border: 1px solid #0FACED;
    color: #0FACED;
    background-color: #fff;
}
.custom ul li{
    padding: 40px 70px;
    float: left;
    width: 32%;
    height: 430px;
    background-image: url("../images/second/zi-left.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    text-align: center;
}
.custom ul li:nth-child(2){
    margin: 0 2%;
    background-image: url("../images/second/zi-center.jpg");
}
.custom ul li:nth-child(3){
    background-image: url("../images/second/zi-right.jpg");
}
.custom-img{
    display: inline-block;
    width: 110px;
    height: 110px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.custom-img i{
    margin-top: 21%;
    display: inline-block;
    width: 63px;
    height:63px;
    background-image: url("../images/second/biaos.png");
    background-repeat: no-repeat;
    background-position: -72px -198px;
}
.custom ul li:nth-child(2) .custom-img i{
    background-position: -150px -198px;
}
.custom ul li:nth-child(3) .custom-img i{
    background-position: -227px -198px;
}
.custom ul li b{
    display: block;
    width: 60px;
    margin: 20px auto;
    border-bottom: 5px solid #fff;
}
.custom ul li h4{
    margin-top: 40px;
    font-size: 24px;
    line-height: 40px;
    color: #fff;
}
.custom ul li  p{
    text-align: left;
    font-size: 16px;
    line-height:20px;
    color: #fff;
}
.custom ul li:hover .custom-img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.custom ul li:hover h4{
    color: #f1f1f1;
}
.custom ul li:hover p{
    color: #f1f1f1;
}
.flow{
    background-color: #F5F8FF;
}
.flow ul li{
    float: left;
    width: 25%;
    padding: 0 2%;
    text-align: center;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.flow-wai{
    background-color: #fff;
    -moz-box-shadow:0 0 10px #B4CFFF;
    -webkit-box-shadow:0 0 10px #B4CFFF;
    box-shadow:0 0 10px #B4CFFF;
    width: 100%;
    padding:50px 40px;
    height: 410px;
    overflow: hidden;
}
.flow-wai div i{
    display: inline-block;
    width: 63px;
    height:63px;
    background-image: url("../images/second/biaos.png");
    background-repeat: no-repeat;
    background-position: -297px -194px;
}
.flow-wai div{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 3px solid #F8B732;
}
.flow-wai h4{
    font-size: 24px;
    line-height: 50px;
    color: #F8B732;
}
.flow ul li:nth-child(2) .flow-wai div i{
    background-position: -9px -268px;
}
.flow ul li:nth-child(2) .flow-wai div{
    border-bottom: 3px solid #42C87D;
}
.flow ul li:nth-child(2) .flow-wai h4{
    color: #42C87D;
}
.flow ul li:nth-child(3) .flow-wai div i{
    background-position: -83px -273px;
}
.flow ul li:nth-child(3) .flow-wai div{
    border-bottom: 3px solid #00A5EA;
}
.flow ul li:nth-child(3) .flow-wai h4{
    color: #00A5EA;
}
.flow ul li:nth-child(4) .flow-wai div i{
    background-position: -148px -268px;
}
.flow ul li:nth-child(4) .flow-wai div{
    border-bottom: 3px solid #E66C7D;
}
.flow ul li:nth-child(4) .flow-wai h4{
    color: #E66C7D;
}
.flow-wai p{
    letter-spacing:1px;
    font-size: 14px;
    line-height:30px;
    color: #A4A4A4;
    text-align: left;
}
.flow ul li:hover{
    -webkit-transform: translateY(-20px);
    -moz-transform:translateY(-20px);
    transform: translateY(-20px);
}
.zhib .col-md-6 img{
    width: 100%;
}
.zhib-cont{
    width: 80%;
    margin: auto;
}
.zhib-cont ul li{
    margin: 30px 0;
}
.zhib-cont ul li h4{
    font-size: 20px;
    color: #666;
    margin-bottom: 20px;
}
.zhib-cont ul li h4:hover{
    color: #00A5EA;
}
.zhib-cont ul li h4 b{
    height: 20px;
    display: inline-block;
    width: 15px;
    border-left: 2px solid #00A5EA;
    position: relative;
    top:3px;
}
.zhib-cont ul li p{
    font-size: 20px;
    padding-left: 20px;
    font-family: "宋体";
    line-height: 30px;
    color: #666;
}
.zhib-cont ul li p:hover{
    color: #888;
}
.analysis{
    background-color: #F5F8FF;
}
.analysis ul li{
    float: left;
    width: 50%;
    padding: 0 1%;
    margin-bottom: 35px;
}
.ana-left{
    padding: 50px 50px;
    float: left;
    width: 30%;
    background: linear-gradient(to bottom,#5DCEFB,#00A5EA);
    text-align: center;
}
.ana-left h4{
    font-size: 26px;
    color: #fff;
    line-height: 40px;
}
.ana-left b{
    margin: 20px auto;
    display: block;
    width: 30px;
    border-bottom: 3px solid #fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.ana-left i{
    display: inline-block;
    width: 70px;
    height: 70px;
    background-image: url("../images/second/bigbiao.png");
    background-repeat: no-repeat;
    background-position: 0 -271px;
}
.ana-left:hover b{
    width: 100%;
}
.analysis ul li:nth-child(2) .ana-left i{
    background-position: -71px -271px;
}
.analysis ul li:nth-child(3) .ana-left i{
    background-position: -150px -274px;
}
.analysis ul li:nth-child(4) .ana-left i{
    background-position: -236px -274px;
}
.analysis ul li:nth-child(2) .ana-left{
    background: linear-gradient(to bottom,#55E695,#42C87D);
}
.analysis ul li:nth-child(3) .ana-left{
    background: linear-gradient(to bottom,#F8CC81,#F8B731);
}
.analysis ul li:nth-child(4) .ana-left{
    background: linear-gradient(to bottom,#FFB5BF,#E66C7D);
}
.ana-right{
    padding: 45px 60px;
    float: left;
    width: 70%;
    text-align: center;
    box-shadow: 0 0 5px #DFEDF9;
    background-color: #fff;
    height: 257px;
    overflow: hidden;
}
.ana-right i{
    display: inline-block;
    width:118px;
    height: 77px;
    background-image: url("../images/second/bigbiao.png");
    background-repeat: no-repeat;
    background-position: -10px -22px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;

}
.analysis ul li:nth-child(2) .ana-right i{
    height: 85px;
    background-position: -115px -4px;
}
.analysis ul li:nth-child(3) .ana-right i{
    background-position: -232px -4px;
}
.analysis ul li:nth-child(4) .ana-right i{
    background-position:-10px -102px;
}
.ana-right p{
    text-align: left;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    letter-spacing:3px;
}
.ana-right:hover i{
    -webkit-transform: translateY(-10px);
    -moz-transform:translateY(-10px);
    transform: translateY(-10px);
}
.ana-right:hover p{
    color: #888;
}
.statistics{
    background-color: #F5F8FF;
}
.statistics .main-md>ul>li{
    float: left;
    width: 33.33%;
    padding: 0 2%;
}
.stat-cont{

}
.stat-title{
    background: linear-gradient(to right,#F8B731,#F7CC84);
    height: 90px;
    border-top-left-radius: 90px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.stat-title h4{
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 90px;
}
.stat-text{
    border: 2px solid #F8B731;
    border-top: none;
    padding: 20px;
    border-bottom-right-radius: 90px;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.stat-text i{
    display: inline-block;
    width:70px;
    height: 65px;
    background-image: url("../images/second/biaos.png");
    background-repeat: no-repeat;
    background-position: -5px -344px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.statistics ul li:nth-child(2) .stat-text i{
    background-position: -74px -344px;
}
.statistics ul li:nth-child(3) .stat-text i{
    background-position: -147px -344px;
}
.statistics ul li:hover .stat-text i{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.stat-text ul li{
    height: 110px;
    float: left;
    width: 50%;
    border-top: 1px solid #E0E0E0;
    line-height: 110px;
    font-size: 16px;
    color: #7E7E7E;

}
.stat-text ul li:nth-child(1){
    border-right: 1px solid #E0E0E0;
}
.stat-text ul li:nth-child(3){
    border-right: 1px solid #E0E0E0;
}
.stat-text ul li b{
    display: inline-block;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
background-color: #F8B731;
    margin-right: 5px;
    position: relative;
    top:-2px;
}
.statistics ul li:hover .stat-text{
    border-bottom-right-radius: 0;
}
.statistics ul li:hover .stat-title{
    border-top-left-radius: 0;
}
.statistics ul li:nth-child(2) .stat-title{
    background: linear-gradient(to right,#3FC87C,#74D6A5);
}
.statistics ul li:nth-child(2) .stat-text ul li b{
    background-color: #3FC87C;
}
.statistics ul li:nth-child(2) .stat-text{
    border: 2px solid #3FC87C;
    border-top: none;
}
.statistics ul li:nth-child(3) .stat-text{
    border: 2px solid #08A4E1;
    border-top: none;
}
.statistics ul li:nth-child(3) .stat-title{
    background: linear-gradient(to right,#08A4E1,#3FC7FD);
}
.statistics ul li:nth-child(3) .stat-text ul li b{
    background-color: #08A4E1;
}
.safety{
    background-image: url("../images/second/safebg.jpg");
    background-repeat: no-repeat;
}
.safety ul li{
    float: left;
    width: 25%;
    padding: 0 2%;
}
.safety-cont{
    height: 337px;
    overflow: hidden;
    padding: 30px 15%;
    background-color: #fff;
    border: 1px solid #009DDA;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.safe-img{
    display: inline-block;
    width: 65px;
    height: 73px;
    background-image: url("../images/second/bigbiao.png");
    background-repeat: no-repeat;
    background-position: -252px -190px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.safe-img i{
    margin-top: 26px;
    display: inline-block;
    width: 35px;
    height: 30px;
    background-image: url("../images/second/biaos.png");
    background-repeat: no-repeat;
    background-position:-227px -319px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.safety ul li:nth-child(2) .safe-img i{
     background-position:-267px -319px;
 }
.safety ul li:nth-child(3) .safe-img i{
    background-position:-316px -319px;
}
.safety ul li:nth-child(4) .safe-img i{
    background-position:-359px -319px;
}
.safety ul li:hover .safe-img{
    background-position: -166px -190px;
}
.safety ul li:nth-child(1):hover .safe-img i{
    background-position: -224px -360px;
}
.safety ul li:nth-child(2):hover .safe-img i{
    background-position: -265px -360px;
}
.safety ul li:nth-child(3):hover .safe-img i{
    background-position: -315px -360px;
}
.safety ul li:nth-child(4):hover .safe-img i{
    background-position:-357px -358px;
}
.safety ul li:hover .safety-cont{
    background-color: #67CBF2;
}
.safety ul li:hover p{
    color: #fff;
}
.safety ul li:hover h4{
    color: #fff;
}
.safety-cont b{
    display: block;
    width: 70px;
    border-top: 2px solid #009DDA;
    margin: 20px auto;
}
.safety-cont h4{
    font-size: 18px;
    line-height: 40px;
}
.safety-cont p{
    font-size: 14px;
    color: #ACACAC;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: left;
    height: 120px;
    overflow: hidden;
}
/*个性化*/
.dianbo-text{
    float: left;
    padding: 10px;
    width: 230px;
    height: 100px;
    border:2px solid #18AEEC;
    text-align: center;
}
.dianb-content ul{
    position: relative;
    height: 453px;
}
.dianb-content ul li{
    width:430px;
    position: absolute;
}
.dianb-content{
    padding: 50px 0;
    text-align: center;
    position: relative;
}
.dian-pos{
    position: absolute;
    width: 1200px;
}
.dianbo-text h6{
    font-size: 26px;
    color: #02A6EA;
    line-height: 50px;
}
.dianbo-text h6 i{
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url("../images/second/biaos.png");
    background-repeat: no-repeat;
    background-position:-231px -276px;
    position: relative;
    top:5px;
}
.dianb-content ul li:nth-child(2) .dianbo-text h6 i{
    background-position:-276px -276px;
}
.dianb-content ul li:nth-child(3) .dianbo-text h6 i{
    background-position:-318px -276px;
}
.dianb-content ul li:nth-child(4) .dianbo-text h6 i{
    background-position:-360px -276px;
}
.dianbo-text p{
    font-size: 16px;
    line-height: 30px;
}
.dianbo-img{
    text-align: left;
    float: right;
    width:195px;
    height: 62px;
    background-image: url("../images/index/shang.png");
    background-repeat: no-repeat;
    background-position:center;
    position: relative;
}
.dianb-content ul li:nth-child(1){
    top: 34px;
    left: 25px;
}
.dianb-content ul li:nth-child(2){
    bottom: 80px;
    left: 29px;
}
.dianb-content ul li:nth-child(2) .dianbo-img{
    background-image: url("../images/index/xia.png");
}
.dianb-content ul li:nth-child(3){
    top:34px;
    right: 30px;
}
.dianb-content ul li:nth-child(3) .dianbo-img{
    background-image: url("../images/index/you.png");
}
.dianb-content ul li:nth-child(1) .dianbo-text{
    position: relative;
    top:-32px;
}
.dianb-content ul li:nth-child(3) .dianbo-text{
    float: right;
    position: relative;
    top:-32px;
}
.dianb-content ul li:nth-child(4){
    bottom: 80px;
    right: 39px;
}
.dianb-content ul li:nth-child(4) .dianbo-text{
    float: right;
}
.dianb-content ul li:nth-child(4) .dianbo-img{
    background-image: url("../images/index/zuo.png");
}
/*系统管理*/
.manage-cont{
    height: 730px;
    background-image: url("../images/second/xitongbg.jpg");
    background-repeat: no-repeat;
    background-position:top center;
    padding-top: 300px;
}
.manage-text{
    float: left;
    width: 200px;
    margin-right:15px;
}
.manage-text h4{
    font-size: 20px;
    color: #494949;
    line-height: 35px;
}
.manage-text p{
    font-size: 14px;
    color: #8A8A8A;
    line-height: 20px;
}
.manage-img{
    float: left;
    width: 90px;
    height: 90px;
    background: linear-gradient(to right,#07A3E0,#41C8FE);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
}
.manage-img i{
    margin-top: 20px;
    display: inline-block;
    width: 48px;
    height: 48px;
    background-image: url("../images/second/bigbiao.png");
    background-repeat: no-repeat;
    background-position:-145px -109px;
}
.manage-cont ul{
    position: relative;
}
.manage-cont ul li{
    position: absolute;
}
.manage-cont ul li:nth-child(1){
    top:-40px;
    left: 54px;
}
.manage-cont ul li:nth-child(2){
     top: 82px;
     left: 136px;
 }
.manage-cont ul li:nth-child(3){
    top: 140px;
    left: 490px;
}
.manage-cont ul li:nth-child(4){
    top: 89px;
    right: 125px;
}
.manage-cont ul li:nth-child(2) .manage-text{
     padding-top: 50px;
 }
.manage-cont ul li:nth-child(3) .manage-text{
    float:none;
    text-align: center;
}
.manage-cont ul li:nth-child(3) .manage-img{
    float: none;
    margin: auto;
}
.manage-cont ul li:nth-child(4) .manage-text{
    float: right;
    margin-left: 15px;
    padding-top: 50px;
}
.manage-cont ul li:nth-child(5) .manage-text{
    float: right;
    margin-left: 15px;
}
.manage-cont ul li:nth-child(5){
    top: -33px;
    right:37px;
}
.manage-cont ul li:nth-child(2) .manage-img{
    width: 130px;
    height: 130px;
}
.manage-cont ul li:nth-child(2) .manage-img i{
    margin-top: 28px;
    width:70px;
    height: 70px;
    background-position:-220px -98px;
}
.manage-cont ul li:nth-child(3) .manage-img{
    width: 130px;
    height: 130px;
}
.manage-cont ul li:nth-child(3) .manage-img i{
    margin-top: 28px;
    width:70px;
    height: 70px;
    background-position:-310px -98px;
}
.manage-cont ul li:nth-child(4) .manage-img{
    width: 130px;
    height: 130px;
}
.manage-cont ul li:nth-child(4) .manage-img i{
    margin-top: 28px;
    width:70px;
    height: 70px;
    background-position:-14px -180px;
}
.manage-cont ul li:nth-child(5) .manage-img i{
    background-position:-102px -188px;
}
/*题目导入*/
.leading{
    background-color: #F5F8FF;
}
.leading-cont{
   height: 580px;
    background-image: url("../images/second/d-center.jpg");
    background-repeat: no-repeat;
    background-position:center;
}
.leading-cont ul{
    float: left;
    width: 50%;
    position: relative;
    height: 510px;
}
.leading-text{
    float: left;
    text-align: center;
    border: 1px solid #009DDA;
    width: 180px;
    height: 70px;
    position: relative;
}
.leading-text p{
    margin-top: 30px;
    font-size: 18px;
    line-height: 30px;
}
.leading-text i{
    position: absolute;
    display: inline-block;
    width: 65px;
    height: 55px;
    background-image: url("../images/second/biaos.png");
    background-repeat: no-repeat;
    background-position:-12px -139px;
    left: 50%;
    margin-left: -32px;
    top:-30px;
    z-index: 9999;
    background-color: #F5F8FF;
}
.leading-img{
    position: absolute;
    width: 178px;
    height: 70px;
    background-image: url("../images/second/alist-1.png");
    background-repeat: no-repeat;
    background-position:right;
}
.leading-cont ul li{
    position: absolute;
}
.s1 ul li:nth-child(2) .leading-text i{
    background-position:-66px -139px;
}
.s1 ul li:nth-child(3) .leading-text i{
    background-position:-113px -139px;
}
.s1 ul li:nth-child(4) .leading-text i{
    background-position:-167px -139px;
}
.leading-cont .s1 ul li:nth-child(1){
     top: 7px;
     right: -58px;
 }
.leading-cont .s1 ul li:nth-child(2){
    top: 158px;
    right: 77px;
}
.leading-cont .s1 ul li:nth-child(3){
    top: 321px;
    right: 77px;
}
.leading-cont .s1 ul li:nth-child(4){
    bottom: -10px;
    right: -58px;
}
.s1  li:nth-child(1) .leading-img{
    right:-143px;
    top:35px;
}
.s1 li:nth-child(2) .leading-img{
    background-image: url("../images/second/alist-2.png");
    right: -170px;
    top: 26px;
}
.s1 li:nth-child(3) .leading-img{
    background-image: url("../images/second/alist-3.png");
    right: -170px;
    top: -24px;
}
.s1 li:nth-child(4) .leading-img{
    background-image: url("../images/second/alist-4.png");
    right:-143px;
    top: -39px;
}
.leading-cont .s2 ul{
    float: right;
}
.s2  li:nth-child(1) .leading-img{
    background-image: url("../images/second/alist-5.png");
    left: -178px;
    top: 36px;
}
.s2  li:nth-child(2) .leading-img{
    background-image: url("../images/second/alist-6.png");
    left: -179px;
    top: 26px;
}
.s2  li:nth-child(3) .leading-img{
    background-image: url("../images/second/alist-7.png");
    left: -179px;
    top: -23px;
}
.s2  li:nth-child(4) .leading-img{
    background-image: url("../images/second/alist-8.png");
    left: -179px;
    top: -39px;
}
.leading-cont .s2 ul li:nth-child(1){
    top: 7px;
    left: -58px;
}
.leading-cont .s2 ul li:nth-child(2){
    top: 158px;
    left:51px;
}
.leading-cont .s2 ul li:nth-child(3){
    top: 321px;
    left: 51px;
}
.leading-cont .s2 ul li:nth-child(4){
    bottom: -10px;
    left: -58px;
}
.s2 ul li:nth-child(1) .leading-text i{
    background-position:-224px -139px;
}
.s2 ul li:nth-child(2) .leading-text i{
    background-position:-281px -139px;
}
.s2 ul li:nth-child(3) .leading-text i{
    background-position:-335px -139px;
}
.s2 ul li:nth-child(4) .leading-text i{
    background-position:4px -195px;
}
.project{
    padding: 50px;
}
.project_lf{
    float: left;
    width: 65%;
    margin-right: 5%;
}
.project_rt{
    float: left;
    width: 30%;
}
.project_item{
    background-color: #FAFAFA;
    padding: 40px 60px 80px;
    box-shadow: 10px 10px 10px #ECECEC;
    height: 510px;
    overflow: hidden;
}
.project_item h1{
    font-size: 38px;
    font-weight: bold;
    padding-left: 30px;
    border-left: 3px solid #474747;
    margin-bottom: 20px;
}
.project_item p{
    font-size: 16px;
    color: #666666;
    line-height: 25px;
    margin-top: 30px;
    height: 100px;
    overflow: hidden;
}
.xiao{
    padding: 50px 0;
}
.xiao h4{
    font-size: 26px;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
}
.xiao img{
    width: 100%;
}
.zix{
    background-color: #FAFAFA;
    padding: 50px 30px 0;
    box-shadow: 10px 10px 10px #ECECEC;
    height: 510px;
    overflow: hidden;
}
.zix h2{
    font-size: 26px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    margin-top: 0;
}
.zix>p{
    font-size: 16px;
    color: #666666;
    line-height: 25px;
    height: 100px;
    overflow: hidden;
}
.zix_img{
    text-align: center;
    float: left;
    width: 40%;
    margin: 10px 5% 0;
}
.zix_img p{
    font-size: 16px;
    padding: 15px 0;
    color: #222;
}
.zix_img img{
    width: 100%;
}
.new_bot{
    text-align: center;
}
.new_bot_item{
    display: inline-block;
    width: 400px;
    height: 80px;
    border: 1px dashed #CDCDCD;
    margin: 0 2%;
}
.new_bot_items .bot_icon{
    float:right;
    width: 90px;
}
.bot_icon{
    float: left;
    width: 90px;
}
.bot_icon i{
    color: #C0C0C0;
    line-height:80px;
    margin-left: 15px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.new_bot_item:hover .bot_icon i{
    margin-left: 5px;
    color: #45BFDF;
}
.new_bot_item:hover .new_text{
     color: #45BFDF;
 }
.new_bot_item:hover{
    border: 1px dashed #45BFDF;
}
.new_bot_items .new_text{
    margin-right: 90px;
    margin-left: 0;
    height: 30px;
    overflow: hidden;
}
.new_text{
    margin-left: 90px;
    padding: 15px;
    line-height: 25px;
    font-size: 18px;
    color: #000000;
    text-align: left;
}
.project_lf .new_text {
    margin-left: 90px;
    padding: 27px 15px;
}
.project_lf .new_bot_item {
    width: 360px;
    margin-top:40px;
}
.project_lf .new_text {
 margin-left: 0;
}
.project_item table{
    color: #666666;
    font-size: 16px;
    margin-top: 60px;
    border: 1px solid #ddd;
    text-align: center;
}
.project_item table .col_blue{
    color: #2498E9;
}
.go{
    margin-top: 40px;
    height: 300px;
    background: url("../images/second/zx-3.jpg") no-repeat center;
    padding: 20px;
    background-size: cover;
}
.go_cont{
    text-align: center;
    height: 100%;
    border: 1px solid #fff;
}
.go_cont img{
    margin: 20px 0;
}
.go_cont h5{
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 40px;
}
.go_cont a{
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #fff;
    color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin: 0 40px;
}
.tui{
    padding: 40px 0;

}
.tui h3{
    font-size: 26px;
    color: #22272C;
    margin-bottom: 30px;
}
.tui .case_cont ul li{
    width: 100%;
}
.tui .small{
    background-color: #CC241C;
}
.project_lf .new_text {
    margin-left: 90px;
    padding: 27px 15px;
}
.project_lf .new_bot_item {
    width: 360px;
    margin-top:40px;
}
.project_lf .new_text {
 margin-left: 0;
}
.pc_show{
    display: block;
}
.pc_hide{
    display: none;
}
.case_cont ul li{
    display: inline-block;
    position: relative;
    width: 32%;
    margin: 0;
    margin-right: 1%;
    margin-bottom: 15px;
    vertical-align: top;
}
.case_img{
    display: block;
    width: 100%;
    overflow: hidden;
}
.case_img>img {
    display: block;
    width: 100%;
    height: auto;
    transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
    -webkit-transition: all 1.2s ease-in-out;
}
.case_text{
    height: 70px;
    overflow: hidden;
    width: 100%;
    position: relative;
    text-align: center;
    overflow: hidden;
    z-index: 2;
}
.case_text h4{
    font-size: 15px;
    line-height: 1.5;
    padding-top: 10px;
    color: #000;
    font-weight: normal;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.case_text p{
    font-size: 13px;
    color: #999;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.small {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transition: all .4s ease-in-out .2s;
    -moz-transition: all .4s ease-in-out .2s;
    -webkit-transition: all .4s ease-in-out .2s;
    background-color: #0093FF;
}
.case_cont ul li:hover h4{
    color: #fff
}
.case_cont ul li:hover p {
    color: #fff
}
.case_cont ul li:hover .case_text .small{
    transform: translate(0);
    -moz-transform: translate(0);
    -webkit-transform: translate(0);
    opacity: 1
}
.case_cont ul li:hover .case_img>img{
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1)
}
.tui{
    padding: 40px 0;

}
.tui h3{
    font-size: 26px;
    color: #22272C;
    margin-bottom: 30px;
}
.tui .case_cont ul li{
    width: 100%;
}
.tui .small{
    background-color: #CC241C;
}
.cap{
    height: 700px;
    width: 100%;
    padding-left: 15px;
    overflow: hidden;
    margin: 0 auto;
    border-left: 1px solid #ddd;
}


.con a {
    margin-bottom: 50px;
    width: 50%;
    float: left;
    display: block;
    position: relative
}

.con a h3 {
    margin-bottom: 10px;
    font-size: 22px;
    color: #636161;
    font-weight: bold;
    height:30px;
    line-height:30px;
    overflow: hidden;
}

.con a p {
    font-size: 14px;
    line-height: 26px;
    color: #666;
    height: 52px;
    overflow: hidden;
}

.con a .date {
    left: 0;
    top: 0;
    position: absolute;
    text-align: center;
    background: #ececec;
    width: 90px;
    height: 98px
}

.con a .date .d {
    height: 59px;
    line-height: 59px;
    display: block;
    font-size: 36px;
    color: #8d8d8d;
    font-weight: bold
}
.con a .text{
    margin-left: 120px;
    padding-right: 20px;
}
.con a .date .y {
    display: block;
    font-size: 14px;
    color: #ffffff;
    height: 40px;
    background: #bdbdbd;
    line-height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}
.con a .date .y:before {
    content: '';
    background: url("../images/index/img81.png") no-repeat;
    display: inline-block;
    width: 19px;
    height: 7px;
    position: absolute;
    left: 50%;
    margin-left: -9.5px;
    top: -7px
}

.con a:hover h3 {
    color: #2CB1E7
}

.con a:hover .date .d {
    color: #2CB1E7
}

.con a:hover .date .y {
    background: #2CB1E7
}

.con a:hover .date .y:before {
    background: url("../images/index/img82.png") no-repeat
}


.cap  .mCSB_container{margin-right: 15px;}
.cap  .mCSB_scrollTools .mCSB_draggerRail{background-color:#c6c6c6;width: 1px;}
.cap  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color: #414141;border-radius: 0;margin-left: 5px;width:5px;}
.cap  .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.cap  .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.cap  .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#414141;}
@media (max-width: 1200px) {
    .dian-pos{
        width: 100%;
    }
    .zhib-img img{
        width: 100%;
    }
    .manage-text{
        width: 120px;
    }
    .manage-cont ul li:nth-child(1) {
        left: 41px;
    }
    .manage-cont ul li:nth-child(3) {
        left: 441px;
    }
    .manage-cont{
        width: 1024px;
        margin: auto;
    }
    .leading-cont li .leading-img{
          display: none;
      }
    .ana-left{
        padding: 50px 40px;
    }
}
@media (max-width: 1024px) {
    .manage{
       display: none;
    }
    .project_lf{
        float: left;
        width: 100%;
        margin-right:0;
    }
    .project_rt{
       display: none;
    }
    .project {
        padding:30px 10px;
    }
    .project_item {
        background-color: #FAFAFA;
        padding: 30px 10px 30px;
    }
    .project_item h1 {
        font-size: 18px;
    }
    .xiao h4 {
        font-size: 19px;
    }
    .project_lf .new_bot_item {
        width:90%;
        margin-top: 15px;
    }
    .xiao {
        padding: 20px 10px;
    }
}
@media (max-width: 998px) {
    .case_cont{
        padding-top: 30px;
    }
    .case_cont ul li {
        display: inline-block;
        position: relative;
        width: 48%;
        margin: 0 0.5%;
    }
    .safety-cont h4{
        font-size: 16px;
    }
    .project-list ul li{
        width: 50%;
    }
    .analysis ul{
        width: 80%;
        margin: auto;
    }
    .analysis ul li{
        width: 100%;
    }
    .statistics ul{
        width: 80%;
        margin: auto;
    }
    .statistics .main-md>ul>li{
        width: 100%;
        margin-bottom: 30px;
    }
    .safety ul li{
        width: 50%;
        margin-bottom: 30px;
    }
    .safety{
        background-size: cover;
    }
    .flow ul li{
        width: 50%;
        margin-bottom: 30px;
    }
    .custom ul{
        width: 50%;
        margin: auto;
    }
    .custom ul li{
        width: 100%;
    }
    .custom ul li:nth-child(2) {
        margin: 0;
    }
    .leading-cont{
        background: none;
    }
    .leading-cont .s1 ul li:nth-child(1){
        right: -114px;
    }
    .leading-cont .s1 ul li:nth-child(2){
        right: -114px;
    }
    .leading-cont .s1 ul li:nth-child(3){
        right: -114px;
    }
    .leading-cont .s1 ul li:nth-child(4){
        right: -114px;
    }
    .leading-cont .s2 ul li:nth-child(1){
        left: -58px;
    }
    .leading-cont .s2 ul li:nth-child(2){
        left: -58px;
    }
    .leading-cont .s2 ul li:nth-child(3){
        left: -58px;
    }
    .leading-cont .s2 ul li:nth-child(4){
        left: -58px;
    }
    .pc_show{
        display: none;
    }
    .pc_hide{
        display: block;
    }

}
@media (max-width: 480px) {
    .fu_bg{
        height: 430px;
    }
    .free button{
        width: 100px;
    }
    .free h1{
        font-size: 24px;
    }
    .free{
        left: 2%;
    }
    .free h4 {
        font-size: 16px;
    }
    .title h2{
        font-size: 24px;
    }
    .all-btn a {
        width: 120px;
        margin-right: 0;
        height: 40px;
        line-height: 40px;
    }
    .leading-text{
        width: 120px;
    }
    .leading-text p{
        font-size: 14px;
    }
    .zhib-img{
        width: 100%;
    }
    .zhib-conts{
        width: 100%;
    }
    .custom ul {
        width: 100%;
        margin: auto;
    }
    .flow ul li{
        width: 100%;
    }
    .flow ul{
        width: 80%;
        margin: auto;
    }
    .dianb-content ul li{
        width: 100%;
    }
    .individuation{
        display: none;
    }
    .ana-left {
        padding: 50px 10px;
    }
    .ana-right {
        padding: 45px 10px;
    }
    .zhib-cont ul li p{
        font-size: 14px;
    }
    .zhib-cont ul li{
        margin: 10px 0;
    }
    .stat-text ul li {
        height: 70px;
        line-height: 70px;
        font-size: 14px;
    }
    .safety ul{
        width: 70%;
        margin: auto;
    }
    .statistics ul{
        width: 90%;
    }
    .safety ul li{
        width: 100%;
    }
    .pro-text i{
        margin-top: 4%;
    }
    .pro-text p{
        font-size: 14px;
    }
    .leading-cont .s1 ul li:nth-child(1){
        right: -75px;
    }
    .leading-cont .s1 ul li:nth-child(2){
        right: -75px;
        top: 137px;
    }
    .leading-cont .s1 ul li:nth-child(3){
        right: -75px;
        top: 270px;
    }
    .leading-cont .s1 ul li:nth-child(4){
        right: -75px;
        bottom: 38px;
    }
    .leading-cont .s2 ul li:nth-child(2){
        top: 137px;
    }
    .leading-cont .s2 ul li:nth-child(3){
        top: 270px;
    }
    .leading-cont .s2 ul li:nth-child(4){
        bottom: 38px;
    }
    .leading-cont {
        height:480px;
    }
    .project_item p{
        height: auto;
        font-size: 14px;
    }
    .project_item{
        box-shadow: none;
        height: auto;
    }
    .zix{
        margin-top: 20px;
        height: auto;
        box-shadow: none;
        padding: 50px 10px 0;
    }
    .zix h2 {
        font-size: 20px;
        padding-bottom: 13px;
        margin-bottom: 22px;
    }
    .zix>p {
        font-size: 14px;
        height: auto;
    }
    .zix_img {
        width: 46%;
        margin: 10px 2% 0;
    }
    .zix_img p {
        font-size: 13px;
    }
}
@media (max-width: 320px){
    .free h1 {
        font-size: 20px;
    }
    .free{
        top:18%;
    }
    .pro-text i{
        margin-top: 0%;
    }
}
