* {
    margin:0;
    padding:0
}
body {
    font: 12px/20px "Microsoft YaHei",'Hiragino Sans GB',arial,SimHei,Verdana,sans-serif;
    background: #f8f8f8;
    color:#333;
}
a {
    text-decoration: none;
    color: #333;
}
ul {
    list-style:none;
}
#soo a {
    color: #fff;
}
/* 关于我们 */
.about_center {
	margin-top: 90px;
	width: 100%;
	background-color: #fff;
}

.about_center .about_center_div {
	width: 1105px;
    text-align: center;
    margin: 0 auto;
    height: 100px;
}
.about_center .about_center_div span {
	display: inline-block;
    width: 19%;
    border-right: 1px solid #c9c9c9;
    font-size: 19px;
    cursor: pointer;
    height: 31px;
    margin-top: 38px;
}
.about_center .about_center_div span a {
    color: #000;
    font-size: 20px;
    display: inline-block;
    height: 26px;
}
.about_center .about_center_div span:last-child {
	border-right:none;
}
.about_center .about_center_div span.on {
	color: red;
}
.about_center .about_center_div .on a{
        color: #375389;
    }
.about_center_con .on {
	background-color: #f8f8f8;
	margin-bottom: -30px;
}
.brief_a, .brief_b, .brief_c {
	width:842px;
	margin: 0 auto;
}
.brief_a h1, .brief_b h1, .brief_c h1 {
	font-size: 23px;
}
.brief_a div, .brief_b div, .brief_c div {
	font-size:16px;
	margin-top:40px;
	line-height:30px;
	color:#8c8c8c;
	margin-bottom:75px;
} 

.over_trans {
	position:relative;
	top:-30px;
	width:1102px;
	margin:0 auto;
	padding-top:110px;
	background:#fff;
    padding-bottom: 92px;
}
#one .brief_a {
    opacity: 0;
    transform: translate(0,40px);
    -webkit-transform: translate(0,40px);
    -moz-transform: translate(0,40px);
}
#one.action .brief_a {
    opacity: 1;
    transform: translate(0,0);
    transition: all 1s ease;
    -webkit-transform: translate(0,0);
    -webkit-transition: all 1s ease;
    -moz-transform: translate(0,0);
    -moz-transition: all 1s ease;
}
#one .brief_b {
    opacity: 0;
    transform: translate(0,50px);
    -webkit-transform: translate(0,50px);
    -moz-transform: translate(0,50px);
}
#one.action .brief_b {
    opacity: 1;
    transform: translate(0,0);
    transition: all 2s ease;
    -webkit-transform: translate(0,0);
    -webkit-transition: all 2s ease;
    -moz-transform: translate(0,0);
    -moz-transition: all 2s ease;
}
#one .brief_c {
    opacity: 0;
    transform: translate(0,60px);
    -webkit-transform: translate(0,60px);
    -moz-transform: translate(0,60px);
}
#one.action .brief_c {
    opacity: 1;
    transform: translate(0,0);
    transition: all 2s ease;
    -webkit-transform: translate(0,0);
    -webkit-transition: all 2s ease;
    -moz-transform: translate(0,0);
    -moz-transition: all 2s ease;
}
   
#two.action .on img {
        
    opacity: 1;
    z-index: 1;
    /*transition: opacity 2s;*/
    /*-webkit-transition: opacity 2s;*/
} 

/*关于我们 发展历程  */

.over_fl {
    overflow: hidden;
    padding-left:70px;
    padding-bottom:100px;
}
.over_fl img {
    float: left;
    margin-right:77px;
}
.over_fl >div {
    float: left;
    height: 100px;
    overflow: hidden;
    font-size:16px;
    color: #a7a7a7;
    width: 54%;
}
#one .brief_d {
    opacity: 0;
    transform: translate(0,70px);
    -webkit-transform: translate(0,70px);
    -moz-transform: translate(0,70px);
}
#one.action .brief_d {
    opacity: 1;
    transform: translate(0,0);
    transition: all 2s ease;
    -webkit-transform: translate(0,0);
    -webkit-transition: all 2s ease;
    -moz-transform: translate(0,0);
    -moz-transition: all 2s ease;
}
#one .brief_e {
    opacity: 0;
    transform: translate(0,80px);
    -webkit-transform: translate(0,80px);
    -moz-transform: translate(0,80px);
}
#one.action .brief_e {
    opacity: 1;
    transform: translate(0,0);
    transition: all 2s ease;
    -webkit-transform: translate(0,0);
    -webkit-transition: all 2s ease;
    -moz-transform: translate(0,0);
    -moz-transition: all 2s ease;
}

/*关于我们——加入易遨*/
.switch_op>div {
    display: none;
}
.about_center_con .switch_val{
     display: inline-block;
     width: 100%;
     position: relative;
     background:#fff;
    height: 130px;
    overflow: hidden;
}
.switch_val p.on img{
        background-position: 3px;
}
.switch_val p {
    float: left;
    width: 25%;
    text-align: center;
    padding-bottom:25px;
    cursor: pointer;

}
.switch_val p.on {
    color: #000;
    border-bottom: 10px solid #375389;
    background: #fff;

}
.switch_val .oai {

    margin-top:121px;
    left: 404px;
    position: absolute;
    left: 0;
    top: 0;
    background: #375389;
    z-index: 1;
}
/*.center1>img {
   width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.center1>img:hover {
      -webkit-transform: matrix(1.05,0,0,1.05,0,0);
    -ms-transform: matrix(1.05,0,0,1.05,0,0);
    transform: matrix(1.05,0,0,1.05,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}*/
.switch_val p.on span {
    color: #000;
}
.switch_val p span{
    margin-top: 14px;
    font-size:20px;
    display: inherit;
    color: #cdcdcd;
}
.animated {
    -webkit-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;
}
.animated.infinite {
    -webkit-animation-iteration-count:infinite;
    animation-iteration-count:infinite
}

@-webkit-keyframes bounce {
    0%,100%,20%,50%,80% {
    -webkit-transform:translateY(0);
    transform:translateY(0)
    }
    40% {
        -webkit-transform:translateY(-15px);
        transform:translateY(-15px)
    }
    60% {
        -webkit-transform:translateY(-10px);
        transform:translateY(-10px)
    }
}

.bounce {
    -webkit-animation-name:bounce;
    animation-name:bounce
}
.switch_op {
    margin-top: 100px;
    padding-left:123px;
    padding-bottom: 164px;
}
.switch_op h2 {
    font-size: 23px;
    font-weight: 100;
    margin-bottom: 42px;
}
.switch_op .info .title {
    color: #000;
    font-size:16px;
}
.switch_op .info p {
    line-height:30px;
    color: #a7a7a7;
    font-size:15px;
}
.apply-link .shenqing { 
    color: #fff;
    border-radius:50px;
    background: #ff5a00;
    padding:11px 50px;
    text-align: center;
    line-height: 20px;
    font-size: 20px;
    margin-top: 20px;   
    display: inline-block;
}

#one .switch_op>div {
    opacity: 0;
    transform: translate(-100px,0);
    -webkit-transform: translate(-100px,0);
    -moz-transform: translate(-100px,0);
    -webkit-transform: translate(-130px,0); 
}

#one.action .switch_op>div {
    opacity: 1;
    transform: translate(0,0);
    transition: all 3s ease;
    -webkit-transform: translate(0,0);
    -webkit-transition: all 3s ease;
    -moz-transform: translate(0,0);
    -moz-transition: all 3s ease;
}
#one .switch_op>div.one {
    opacity: 0;
    transform: translate(-100px,0);
    -webkit-transform: translate(-100px,0);
    -moz-transform: translate(-100px,0);
    -webkit-transform: translate(-130px,0); 
}

#one.action .switch_op>div.one {
    opacity: 1;
    transform: translate(0,0);
    transition: all 3s ease;
    -webkit-transform: translate(0,0);
    -webkit-transition: all 3s ease;
    -moz-transform: translate(0,0);
    -moz-transition: all 3s ease;
}

/*导航*/

.top_box {
    height:90px;
    width: 100%;
    position: fixed;
    top:0;
    z-index: 999;
    margin: 0 auto;
    background-color: #152d4d;
    background: rgba(21,45,77,0.6);
   
}
.top_box.on {
    background: rgba(55,83,137,1);/*firefox、chrome*/        
    background: #375389\9;/*IE*/
    filter: alpha(opacity=100);/*IE*/
}
.top_box .top_box_t {
    width: 1102px;
    margin: 0 auto;
    display: block;
}
.top_box .top_box_t .top_box_ul {
    height: 100%;
    width: 67%;
    float: left;
    position: relative;
}   
.top_box .top_box_t .top_box_ul li {
    float: left;
    display: inline-flex;
    color: #fff;
    width: 123.9px;
    position: relative;
    line-height: 90px;
    font-size: 16px;
    position: relative;
    text-align: center;
    /*cursor: pointer;*/
}
.top_box .top_box_t .top_box_ul>li {
    margin: 0 8px;
}

.top_box .top_box_t .top_box_ul li span{
    height: 90px;
    display: inline-block;
    width: 100%;
    margin-left: -10px;
    cursor: pointer;
}
#Uul .sa_1 i, #Uul .sa_2 i, .sa_3 i {
    width: 8px;
    position: absolute;
    display: inline-block;
    height: 4px;
    background: url('bot.png')/*tpa=http://www.eallcn.com/img/bot.png*/;
    top: 44px;
    right: 7px;
} 
 .top_box .top_box_t .top_box_ul .box{
    position: absolute;
    left: 0;
    top: 84px;
    background: #05a6f0;
    z-index: 1;
    height: 6px;
 }
 .sa_1 .son,  .sa_2 .son, .sa_3 .son{
    width:226px;
    background:#05a6f0;
    display: inline-block;
    position: absolute;
    top: 84px;
    left:0;
    z-index: 99;
    display: none;
 }
.son li a {
    color: #fff;
    display: inline-block;
    width: 100%;
    height: 100%;
}
 .top_box .top_box_t .top_box_ul li .son li {
    height: 35px;
    line-height: 35px;
    width: 89%;
    text-align: left;
    background: #07a5ef;
    cursor: pointer;
    padding-left: 24px;
  }
  .graSon {
    position: absolute;
    width: 147px;
    background: #168add;
    right: -147px;
    top: 0px;
    display: none;
  }
 /* #soo li {
    background-color: #168add;
  }*/
  .top_box .top_box_t .top_box_ul li .graSon1 li, .top_box .top_box_t .top_box_ul li .graSon li {
    background: #168add;
  }
 .graSon1 {
    position: absolute;
    width: 147px;
    background: #168add;
    right: -147px;
    top: 0px;
    display: none;
  }

  .top_box .top_box_t .top_box_ul li .son li.apen {
    background: #1a89db;
    -webkit-transition: opacity 2s linear;
    -moz-transition: opacity 2s linear;
    -o-transition: opacity 2s linear;
    transition: opacity 2s linear;
    opacity:1;
    filter:alpha(opacity=1);
  }
  .sa_2 .son {
    width: 186px;

  }
  .sa_3 .son {
    width: 112.5px;
    
  }
  /*.top_box .top_box_t .top_box_ul li .son li:hover {
      background: #168add;
      cursor: pointer;
    }*/

    .fl_topp {
        float: right;
        font-size: 12px;
        height: 90px;
        line-height: 90px;
    }
    .fl_topp a {
        color: #fff;
    }


/*首页*/

.one_box {
    position: relative;
    top: 0;
    z-index:1;
    width: 100%;
    background: url('banner.png')/*tpa=http://www.eallcn.com/img/banner.png*/ no-repeat;
    height: 620px;
    text-align: center;

}

.one_box img {
    display: block;
    margin: 0 auto;
}
.fuwu p {
    float: left;
    height: 98px;
}
 .fuwu p span{
    display: inline-block;
    margin-top: 80px;
    font-size: 16px;
    color: #fff;
 }
.fuwu .fuwu_1 {
    width: 50%;
    background: url('yun.png')/*tpa=http://www.eallcn.com/img/yun.png*/ no-repeat center top;
}
.fuwu .fuwu_2 {
    width: 50%;
    background: url('xy.png')/*tpa=http://www.eallcn.com/img/xy.png*/ no-repeat center top;
}
/*.fuwu .fuwu_3 {
    width: 33%;
    background: url('img/ygj.png') no-repeat center top;
}*/
.saas {
    margin: 0 auto;
    padding-top:30px;
    text-align: center;
    background-color: #fafafa;
}
.saas h2 {
    margin-bottom:18px;
    font-weight: normal;
    font-size: 28px;
}
.saas_1p{
    font-size: 16px;
    color: #7e7d7d;
    margin-bottom:5px;
}

#saas_box{
    position: relative;
    width: 1102px;
    margin: 0 auto;
    overflow: hidden;
}
#saas_box>ul {
    position: relative;
    top: 57px;
    left: 0;
}
#saas_box>ul>li {
    float: left;
    position: relative;
    width: 1102px;
    height:323px;
}
#saas_box ol li {
    font-size: 14px;
    color: #333333;
    margin: 0 12px;
    display: inline-flex;
    /*margin-bottom: 39px;*/
    cursor: pointer;
}
#saas_box ol li.on{
    background: #ff5a00;
    border-radius:30px;
   
    color: #fff;
}
.saas_box_zn img {
    float: left;
}
.saas_box_zn>div {
    margin-left: 79px;
    float: left;
    text-align: left;
}
.saas_box_zn {
    padding:0 0 0 47px;
}
.saas_box_qw {
    line-height: 25px;
    font-size: 14px;
    color: #333;
    margin-bottom:50px;
}
.saas_box_zn a, .saas_lj, .sxy2_d2_a {
    color: #ff5a00;
    border:1px solid #ff5a00;
    padding:5px 30px;
    cursor: pointer;
    font-size: 16px;
}
.saas_box_zn .saas_box_zn_sj1 {
    position: absolute;
    top:0;
    left:213px;
}
.saas_box_zn .saas_box_zn_sj2 {
    position: absolute;
    top:41px;
    left: 297px;
}
.saas_box_fa>div {
    position: relative;
    margin-left:12px;
    display: inline-block;
     
}
.saas_box_fa>div i {
    position: absolute;
    width: 31px;
    height: 19px;
    display: inline-block;
    background: url('3_rig.png')/*tpa=http://www.eallcn.com/img/3_rig.png*/ no-repeat;
    right: 8px;
    bottom: 26px;
    transition:transform 0.1s ease;  
    -moz-transition:transform 0.1s ease; 
    -webkit-transition:transform 0.1s ease; 
    -o-transition:transform 0.1s ease; 
}
.saas_box_fa>div i.on {
    background: url('3_rigl.png')/*tpa=http://www.eallcn.com/img/3_rigl.png*/ no-repeat;

}
.saas_box_fa>div img {
    transition:transform 0.1s ease;  
    -moz-transition:transform 0.1s ease; 
    -webkit-transition:transform 0.1s ease; 
    -o-transition:transform 0.1s ease;  
}

.saas_box_fa div img:hover {
    cursor: pointer;
    transform:scale(1.1,1.1); 
    -moz-transition:scale(1.1,1.1);
    -webkit-transition:scale(1.1,1.1);
    -o-transition:scale(1.1,1.1);
}

#saas_box ol.saas_ol {
    margin-top: 55px;
    margin-bottom: 22px;
}
#saas_box ol.saas_ff li{
    cursor: pointer;
    padding: 5px 9px;
}
#saas_box ol.saas_ol li {
    width:10px;
    height:10px;
    border: 2px solid #b8b8b8;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 6px;
}
#saas_box ol.saas_ol li.on {
     border: 2px solid #ff5a00;
     background: #ff5a00;
     padding:0;
}

.saas_fa_img img {
    position: absolute;
}
.saas_fa_img .saas_box_zn_sj1 {
    left:58px;
    top:0;
}
.saas_fa_img .saas_box_zn_sj2 {
    left:356px;
    top:66px;
}
.saas_fa_img .saas_box_zn_sj3 {
    left:430px;
    top:88px;
}
.fuwu {
    width: 878px;
    margin: 0 auto;
    display: inline-block;
}
.saas_qt .saas_qt1 {
    background: url('5_img_1.png')/*tpa=http://www.eallcn.com/img/5_img_1.png*/ no-repeat;
}
.saas_qt .saas_qt4 {
    background: url('5_img_2.png')/*tpa=http://www.eallcn.com/img/5_img_2.png*/ no-repeat;
}
.saas_qt .saas_qt5 {
    background: url('5_img_3.png')/*tpa=http://www.eallcn.com/img/5_img_3.png*/ no-repeat;
    margin-right: 0;
}
.saas_qt>div {
    width: 29%;
    height:339px;
    float: left;
    border-bottom: 10px solid #ebebeb;
    margin-right: 153px;
    position: relative;
    overflow: hidden;
    cursor: pointer;

}
.saas_qt>div:hover .bac_yh{
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}

.saas_qt .saas_qt2 {
    line-height: 58px;
    color: #fff;
    background: rgba(55,83,137,0.8);
    font-size: 19px;
    background-color: #375389;
}

.saas_qt .saas_qt_p{
    width: 100%;
    position: absolute;
    bottom: -135px;
    height: 193px;
    background: #fff;
    transition:bottom 1s;
    -moz-transition:bottom 1s; /* Firefox 4 */
    -webkit-transition:bottom 1s; /* Safari and Chrome */
    -o-transition:bottom 1s; /* Opera */

}
.saas_qt .saas_qt_p.on {
    bottom: 0;
}
.saas_qt>div:hover .saas_qt_p{
    bottom: 0;

}

.saas_qt_p .saas_qt_nr {
    padding:34px 46px 0 17px;
    height: 100px;
    line-height:22px;
    text-align: left;
    font-size: 14px;
}
.saas_qt .saas_qt_p .saas_qt_nr i {
    width: 88px;
    height: 9px;
    background: url('more.png')/*tpa=http://www.eallcn.com/img/more.png*/ no-repeat;
    display: inline-block;
    position: absolute;
    bottom: 24px;
    right:24px;
}
.bac_yh {
    background: url('5_img_1.png')/*tpa=http://www.eallcn.com/img/5_img_1.png*/;
    height:339px;
    line-height: 349px;
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
     -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -o-filter: blur(0);
    -ms-filter: blur(0);
    filter: blur(0);
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s; 
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s; 
}
.bac_yh2 {
    background: url('5_img_2.png')/*tpa=http://www.eallcn.com/img/5_img_2.png*/;
    height:339px;
    line-height: 349px;
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -o-filter: blur(0);
    -ms-filter: blur(0);
    filter: blur(0);
}
.bac_yh3 {
    background: url('5_img_3.png')/*tpa=http://www.eallcn.com/img/5_img_3.png*/;
    height:339px;
    line-height: 349px;
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -o-filter: blur(0);
    -ms-filter: blur(0);
    filter: blur(0);
}
.xuexiyun {
    height: 620px;
    background-size: 100%;
    background: url('shangxueyuan.png')/*tpa=http://www.eallcn.com/img/shangxueyuan.png*/ no-repeat center center;
    background-size: initial;
    position: relative;
}
.xuexiyun .sxy1 {
    position: absolute;
    top: 72px;
    left:0;
    z-index: 9;
}
#sxy2 {
    position: absolute;
    top: 35px;
    left:389px;
    width: 615px;
    height:551px;
    background:#fff;
    padding-left:32px;
    padding-top:21px;
} 
.mkw_qn {
    text-align: right;
    margin-right: 30px;
    margin-bottom: 4px;
}
/*#Uul .sa_1:hover {
    background-color:#05a6f0; 
}
#Uul .sa_2:hover {
    background-color:#05a6f0; 
}
#Uul .sa_3:hover {
    background-color:#05a6f0; 
}
.mkw_qn a.on {
    background-color: #697da3;
}*/

.mkw_qn a {
    width: 41px;
    height: 41px;
    cursor: pointer;
    display: inline-block;
    background-color: #e1e1e1;
}
#inp_an {
    position: absolute;
    bottom: 36px;
    left: 46%;
}
#inp_an span {
    width:10px;
    height:10px;
    border: 2px solid #b8b8b8;
    border-radius: 50%;
    margin: 0 6px;
    cursor: pointer;
    display: inline-block;
}
#inp_an span.on {
    border: 2px solid #ff5a00;
    background: #ff5a00;
    padding: 0;
}
#odiv>div {
    display: none;
}
.sxy2_d2 p {
    text-align: left;
    font-size:14px;
    color: #333;
    line-height: 22px;
}
.sxy2_d2_a {
    display: inline-block;
    margin-top: 43px;
}
.yougejia {
    position: relative;
    margin: 0 auto;
    z-index: 9;
}
.yougejia .yougejia_fl {
    overflow: hidden;
    width: 1102px;
    margin: 0 auto;
    /*background-color: #fff;*/
    position: relative;
}
.yougejia .yougejia_fl .ygj_rig {
    float: left;
    margin-top: 66px;
    width: 361px;
    text-align: right;
}
.yougejia .yougejia_fl .ygj_rig img {
    margin-bottom: 70px;
    margin-top: 5px;
}
.yougejia .yougejia_fl .ygj_img1 {
    float: left;
    margin: 30px 128px 34px 18px;
}
.bjj_ygj {
    position: absolute;
    height: 354px;
    background:#f6f6f6;
    width: 100%; 
    top: 152px;
    z-index:0;
}

.gy_wm {
    background-color: #fff;
    padding-bottom: 85px;
}
.gy_wm .yougejia_fl {
    padding-left: 26px;
    width: 1076px;
    margin: 0 auto;

    padding-top: 59px;
    /*background-color: #fff;*/
    display: inline-block;
    position: relative;
}
.ygj_rig {
    float: left;
}
.ygj_rig .gy_35 {
    width: 545px;
    background-color: #fff;
    z-index: 7;
    line-height: 35px;
    font-size: 16px;
    color: #333;
    position: absolute;
    top: 264px;
    height: 204px;
    padding-top:63px;
    padding-right: 36px;
}
.ku_box {

    height: 417px;
    background:url('khjz_banner.png')/*tpa=http://www.eallcn.com/img/khjz_banner.png*/ no-repeat center center;
}
.ku_box .kh_z {
    padding-top: 49px;
    color: #fff;
}
.saas .ku_box h2, .saas .ygj_rig h2 {
    font-size: 30px;
} 
.ke_fd {
    width: 1102px;
    margin: 0 auto;
    position: relative;
}
.ke_fd>a {
    position: absolute;
    display: inline-block;
    width: 48px;
    cursor: pointer;
    height:48px;

}
.ke_fd .ke_fd_l {
    left: 0;
    top: 5%;
    background: url('kh_l.png')/*tpa=http://www.eallcn.com/img/kh_l.png*/ no-repeat;
}
.ke_fd .ke_fd_r {
    right: 0;
    background: url('kh_r.png')/*tpa=http://www.eallcn.com/img/kh_r.png*/ no-repeat;
    top: 5%;
}
.mar_23 img{
    margin: 0 20px;
    display: inline-block;
    float: left;
    transition: transform 0.1s ease;
}
.ke_fd span {
    width: 46px;
    height: 4px ;
    background: #737476;
    display: inline-block;
    margin-top: 110px;

}
.ke_fd span.on {
    background: #00aeff;
}
.mar_23 {
    display: inline-block;
    margin-left: 0;
    padding-top: 14px;
     transition:margin-left 1s;
    -moz-transition:margin-left 1s; /* Firefox 4 */
    -webkit-transition:margin-left 1s; /* Safari and Chrome */
    -o-transition:margin-left 1s; /* Opera */

}
.mar_23 img:hover {
    cursor: pointer;
    transform: scale(1.1,1.1);
}


/* 全景看房 */

.one_boo, .mkw{
    padding-top: 136px;
    position: relative;
    top: 0;
    z-index:1;
    width: 100%;
    background: url('360banner.png')/*tpa=http://www.eallcn.com/img/360banner.png*/ no-repeat center center;
    text-align: center;
}
.mkw {
    padding-top: 0;
     background: url('mkw_banner.png')/*tpa=http://cdn.eallerp.com/eallcn/mkw_banner.png*/ no-repeat center center; 
     height: 620px;
}
.one_boo h1 {
    color: #fff;
    font-size: 37px;
    font-weight: normal;
    margin-bottom: 34px;
}
.one_boo p {
    font-size: 20px;
    color: #fff;
}
.one_boo img {
    margin-top: 90px;
}
.zd_box {
    padding-top:63px;
    width: 1102px;
    margin: 0 auto;
    text-align: center;
    /*position: relative;*/
    margin-bottom: -6px;
}
.zd_box .zd_fl img {
    display: inline-block;
    position: absolute;
}

.zd_fl {
    display: inline-block;
    position: relative;
    height: 374px;
    width: 1102px;

}
.zd_box p {
    font-size: 21px;
    margin-bottom:96px;
}
.wx_box {
    height: 620px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    background: url('360_2_banner.png')/*tpa=http://www.eallcn.com/img/360_2_banner.png*/ no-repeat center center;
}

.wx_box h1, .cj_box h1, .fw_box h1{
    margin-top: 63px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 30px;
    font-size: 46px;
    display: inline-block;
    height: 46px;
}
.wx_box p {
    font-size: 20px;
    color: #fff;
    margin-bottom: 90px;
}
.cj_box {
    height: 620px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.cj_box h1, .fw_box h1 {
    color: #333;
}
.cj_fl {
    width: 1102px;
    margin: 0 auto;
    overflow: hidden;
    color: #333;
}
.cj_fl p {
    margin-left: 49px;
    line-height: 35px;
    width: 336px;
    margin-top: 152px;
    float: left;
    text-align: left;
    font-size: 19px;
}
.cj_fl img {
    margin-left: 83px;
    float: left;
}
.fw_box {
    height: 620px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    background: url('360_4_banner.png')/*tpa=http://www.eallcn.com/img/360_4_banner.png*/ no-repeat center center;
}
.fw_box h1 {
    margin-top: 64px;
}
.fw_box p {
    font-size: 20px;
    margin-bottom: 27px;
}
 .fw_img {
    width: 552px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    height: 437px;
 }
 .fw_img img {
    position: absolute;

 }

 .jingying_box {
    background: url('jbanner.png')/*tpa=http://cdn.eallerp.com/eallcn/jbanner.png*/ no-repeat center center;
    height: 620px;
 } 
 /*ERP*/
 .erp_box {
    background: url('erp_banner.png')/*tpa=http://cdn.eallerp.com/eallcn/erp_banner.png*/ no-repeat center center;
    height: 620px;
 }
 .erp_1, .dyb_1, .zzb_1 {
    width: 1102px;
    margin: 0 auto;
    overflow: hidden;
 }
 .erp_1_one {
    overflow: hidden;
    text-align: left; 
    float: left;
    display: inline-block;
    width: 42%;
    margin-top: 175px;
 }
 .erp_1_one div {
    font-size: 37px;
    color: #fff;
    margin-bottom: 42px;
    display: inline-block;
    height: 37px;
    line-height: 37px;
    margin-bottom: 22px;
 }
 
 .erp_1 img {
    float:right;
    margin-top: 215px;
 }
 .erp_1img {
    float:right;
    margin-top: 215px;
 }
.erp_1_nr {
    line-height: 32px;
    color: #fff;
    font-size: 17px;
    text-align: left;
}
.shuju {
    height:566px;
    width: 1102px;
    margin: 0 auto;
}
.shuju {
    padding-top: 93px;
    text-align: center;
	padding-bottom:30px;
}
.shuju h1 {
    font-size: 46px;
    color: #333;
    height:46px;
    margin-bottom: 46px;
    font-weight: normal;
}
.shuju_fl {
    overflow: hidden;
}
.shuju_l {
    width: 562px;
    text-align: left;
    margin-top: 18px;
    float: left;
}
.shuju_fl img {
    margin-right:88px;
    float: right;
}
.shuju_l i {
    display: inline-block;
    width:21px;
    text-align: center;
    height: 21px;
    color: #fff;
    font-style: normal;
    font-size: 16px;
    border-radius: 50%;
    background: #f36a00;
    margin-right: 21px;
}
.shuju_l div {
    line-height: 22px;
    font-size: 19px;
    margin-bottom: 14px;
}
.shuju_l .shuju_lx {
    font-size: 14px;
    margin-bottom: 22px;
    line-height: 25px;
}
.zidong_box {
    background: url('erp_2_banner.png')/*tpa=http://www.eallcn.com/img/erp_2_banner.png*/ no-repeat center center;
    width: 100%;
    height: 620px;
}
.zidong_one {
    width: 1102px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}
.zidong_one>p {
  
    height: 46px;
    margin-bottom: 80px;
    padding-top: 63px;
}
.zidong_fl {
    position: relative;
    display: inline-block;
    width: 1102px;
    height:440px;
}
.zidong_yq {
    position: absolute;
    height: 100%;
    display: inline-block;
}
.zidong_yq img {
    position: absolute;

}
.zidong_yq div {
    position: absolute;
    top:126px;
}
.zd_da {
    font-size: 20px;
    margin-bottom: 15px;
}
.zd_da_1{
    line-height: 25px;
    font-size: 14px;
    padding-left:45px;
    text-align: left;
}
.dynamic {
    width: 100%;
    height: 620px;
    background: url('banner-pc.png')/*tpa=http://www.eallcn.com/img/banner-pc.png*/ no-repeat center center;

}
.dynamic p {
    font-size: 19px;
    text-align: left;
    line-height: 48px;
    width: 748px;
    margin: 0 auto;
    padding-left: 53px;
    margin-bottom: 52px;

}
.dynamic-pc {
    margin:0 auto;
    width:639px;
}
.dynamic .dynamic-div {
    font-size: 46px;
    color: #333;
    height: 46px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 21px;
    padding-top: 63px;
}

.zhichi_box {
    width: 100%;
    height: 620px;
    background: url('erp_banner1.png')/*tpa=http://www.eallcn.com/img/erp_banner1.png*/ no-repeat center center;

}
.zhichi_box .zhichi_h1{
    font-size: 46px;
    color: #333;
    height: 46px;
    margin: 0 auto;
    text-align: center;
    margin-bottom:84px;
    padding-top: 63px;
}
.zhichi_fl {
    width: 1102px;
    margin: 0 auto;
    overflow: hidden;
}
.zhichi_l {
    float: left;
    margin-top: 62px;
}
.zhichi_img {
    float: right;
}
.zhichi_wu i {
    display: inline-block;
    width: 21px;
    text-align: center;
    height: 21px;
    color: #fff;
    font-style: normal;
    font-size: 16px;
    border-radius: 50%;
    background: #f36a00;
    margin-right: 7px;
}
.zhichi_wu{
    font-size: 20px;
    height: 21px;
    line-height: 21px;
    margin-bottom: 14px;

}
/*.zhichi_C i {
    background: url('img/yiwen.png') no-repeat ;
    width: 21px;
    height: 21px;
    display: inline-block;
    position: absolute;
}*/
.zhichi_C {
    font-size: 20px;
    height: 21px;
    position: relative;
    margin-bottom: 15px;
    line-height: 21px;
}
.zhichi_C span {
    margin-left:33px;
}
.C_box {
    font-size: 14px;
    height: 24px;
    line-height: 24px;
}
.C_box a {
    display: inline-block;
    text-decoration: underline;
    margin-left: 28px;
    color: #5787ff;
}
.qiye_box {
    background: url('erp_banner2.png')/*tpa=http://cdn.eallerp.com/eallcn/erp_banner2.png*/ no-repeat center center;
    width: 100%;
    height: 620px;
}
.qiye_yy {
    width: 560px;
    height: 540px;
    background-color: #fff;
    background: rgba(255,255,255,0.6);
    margin: 0 auto;
    padding:28px 82px 0 80px;
} 
.qiye_one{
    font-size: 46px;
    color: #333;
    height: 46px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 19px;
}
.qiye_yy .shuju_l div{
    margin-bottom: 8px;
}

/*MKW*/

.mkw p {
    color: #fff;
    font-size: 20px;
    line-height: 36px;
}
.yen_box, .xitong_box, .duc_box {
    height: 566px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.xitong_box {
    background: url('mkw_2_banner.png')/*tpa=http://www.eallcn.com/img/mkw_2_banner.png*/ no-repeat center center;
    height: 620px;
}

.yen_box>p, .xitong_box>p, .duc_box>p {
    color: #333;
    font-size: 46px;
    margin-bottom: 30px;
    height: 46px;
    line-height: 46px;
    padding-top: 48px;

}
.duc_fl {
    width: 1102px;
    margin: 0 auto;
}
.duc_box .duc_fl img {
    display: block;
    margin: 0 auto;
}
.duc_box {
    height:611px;
}
.yen_box>span, .xitong_box>span, .duc_box>span {
    font-size: 20px;
    display: block;
    margin-bottom: 100px;
}
.xitong_box>p {
    color: #fff;
    padding-top: 50px;
}
.xitong_fl {
    width: 1102px;
    position: relative;
    height: 441px;
    margin: 0 auto;
    overflow: hidden;
}
.xitong_box>span {
    color: #fff;
    margin-bottom: 30px;
    
}
.xitong_box img {
    position: absolute;
}
.duc_box>span {
    margin-bottom: 54px;
}
.zaixain_box {
    width: 100%;
    background: url('mkw_4_bannr.png')/*tpa=http://www.eallcn.com/img/mkw_4_bannr.png*/ no-repeat center center;
    height: 620px;
    margin: 0 auto;
    text-align: center;
}
.zaixain_box>p, .gs-box p {
    font-size: 46px;
    height: 46px;
    line-height: 46px;
    padding-top: 56px;
    margin-bottom: 35px;
    color: #fff;
}
.zaixain_box>span, .gs-box span {
    font-size: 20px;
    color: #fff;
    margin-bottom: 53px;
    display: inline-block;
}
.zaixiain_fl {
    width: 1102px;
    margin: 0 auto;
    position: relative;
}
.zaixiain_fl img {
    position: absolute;
}


.fenxi_box, .game_box {
    height: 562px;
    width: 1102px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.fenxi_box{
	margin:30px auto;
	
}
.fenxi_box p, .game_box p {
    height: 46px;
    line-height: 46px;
    font-size: 46px;
    margin-top: 56px;
}
.fenxi_box span, .game_box span{
    display: block;
    margin-top: 28px;
    font-size: 20px;
    margin-bottom: 47px;
}
.yen_fl img {
    margin:0 4.2%;
}
.yen_fl {
    width: 1102px;
    margin: 0 auto;
}
.zhibo_box {
    width: 100%;
    height: 620px;
    background: url('mkw_6_banner.png')/*tpa=http://www.eallcn.com/img/mkw_6_banner.png*/ no-repeat center center;

}
.zhibo_box>div {
    width: 1102px;
    margin: 0 auto;
    position: relative;
}
.zhibo_box .zhibo_fl {
    position: absolute;
    top: 220px;
    left:30px;
}
.zhibo_box .zhibo_fl p {
    margin-bottom:63px ;
    font-size:46px; 
}
.zhibo_box .zhibo_fl span {
    display: block;
    width: 406px;
    line-height: 30px;
    font-size: 20px;
}
.zhibo_box img {
    position: absolute;

}
.game_box img {
    display: block;
    margin: 0 auto;
}
.game_box span {
    margin-bottom: 123px;
}


/*多拥宝*/

.dyb_box {
    background: url('dyb_banner.png')/*tpa=http://cdn.eallerp.com/eallcn/dyb_banner.png*/ no-repeat center center;
    height: 620px;
}
.dyb_1_one {
    overflow: hidden;
    text-align: left;
    position: absolute;
    display: inline-block;
    width: 42%;
    left: 64px;
    top: 241px;
}
.dyb_1, .zzb_1{
    position: relative;
    height: 620px;
}
.dyb_1>img {
    position: absolute;
    bottom: 0;
    right: 148px;
}
.dyb_1_one div {
    color: #333;
    font-size: 37px;
    margin-bottom: 24px;
    display: inline-block;
    height: 37px;
    line-height: 37px;
}
.dyb_1_nr {
    line-height: 32px;
    font-size: 18px;
    color: #333;
    text-align: left;
}
.liqi_box {
    height: 566px;
    width: 1102px;
    margin: 0 auto;
    padding-top: 54px;
    text-align: center;
    position: relative;
}
.liqi_box div{
    font-size: 46px;
    margin-bottom: 30px;
    height: 46px;
    line-height: 46px;
}
.liqi_box p{
    font-size: 21px;
    margin-bottom: 96px;
}
.liqi_box img {
    position: absolute;
}
.zd_box .saas_1p, .fw_box .saas_1p {
    color: #333;
}
.lr_box {
    width: 100%;
    height: 620px;
    background: url('dyb_2_banner.png')/*tpa=http://www.eallcn.com/img/dyb_2_banner.png*/ no-repeat center center;
}
.lr_box_img {
    width: 1102px;
    margin: 0 auto;
    padding-top: 54px;
    text-align: center;
}
.lr_h {
    font-size: 46px;
    line-height: 46px;
    color: #fff;
    height: 46px;
    margin-bottom: 30px;
}
.lr_box_img p {
    font-size: 20px;
    color: #fff;
    margin-bottom: 80px;
}
.lr_fl {
    width: 877px;
    margin: 0 auto;
    height: 326px;
    position: relative;
}
.lr_fl img {
    position: absolute;
}
.shouyi_box {
    height: 620px;
    margin: 0 auto;
    width: 1102px;
    position: relative;
}
.shouyi_box img {
    position: absolute;
    right: 0;
}
.shouyi_fl {
    position: absolute;
    left: 29px;
    top: 204px;
}
.shouyi_fl>div {
    padding-left: 38px;
    font-size: 46px;
    height: 46px;
    line-height: 46px;
    margin-bottom: 65px;
}
.shouyi_fl>p {
    font-size: 19px;
    line-height: 35px;
    width: 376px;
}

/*通话宝*/

.thb_box{
    background: url('thb_banner.png')/*tpa=http://cdn.eallerp.com/eallcn/thb_banner.png*/ no-repeat center center;
    padding-top: 138px;
    text-align: center;
    height: 482px;
    overflow: hidden;
}
#fix_div {
    width: 114px;
}
.thb_d1 {
    font-size: 40px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    margin-bottom: 38px;   
}
.thb_box>p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 80px;
}
.thb_fl img {
    position: relatsive;
    bottom:3px;
}
.th_zhy img {
    position: absolute;
}
.liqi_box .th_zhy {
    height: 422px;
    position: relative;
    width: 700px;
    margin: 0 auto;
}
.yc_box{
    background: url('thb_2_banner.png')/*tpa=http://www.eallcn.com/img/thb_2_banner.png*/ no-repeat center center;
    text-align: center;
    height: 620px;   
}
.yc_fl {
    width: 375px;
}
.yc_hm {
    width: 1102px;
    margin: 0 auto;
    position: relative;
}
.yc_fl div {
    text-align: left;
    font-size: 47px;
    color: #fff;
    height: 47px;
    line-height: 47px;
    margin-bottom: 60px;
}
.yc_fl p {
    line-height: 35px;
    color: #fff;
    font-size: 20px;
    text-align: left;
    padding-left: 7px;
}
.yc_fl {
    position: absolute;
    left: 57px;
    top: 230px;
}
.yc_hm img {
    position: absolute;
    right: 100px;
    top: 69px;
}
.qx_fl img {
    position: absolute;
}
.qx_fl {
    width: 764px;
    margin: 0 auto;
    height:427px;
    position: relative;
}

/*企业内训*/

.qynx_box {
    background: url('qynx_banner.png')/*tpa=http://www.eallcn.com/img/qynx_banner.png*/ no-repeat center center;
    text-align: center;
    height: 620px;   
}
.qynx_box img {
    margin-top: 218px;
    margin-bottom: 90px;
}
.qynx_box p {
    color: #fff;
    font-size: 18px;
}
.kcx_box {
    height: 620px;
    width: 100%;
    text-align: center;
    color: #333;
}
.kcx_box div, .jl_box div {
    font-size: 46px;
    height: 46px;
    line-height: 46px;
    margin-top: 56px;
    margin-bottom: 30px;
}   
.kcx_box p, .jl_box p {
    font-size: 20px;
    margin-bottom: 62px;
}
.dx_box {
    width: 100%;
    height: 620px;
    background: #f9f9f9;
    text-align: center;
}
.dx_box .dx_fl {
   float: left;
   margin-left: 26px;
   width: 400px;
   margin-top: 208px;
}
.dx_box img {
    float: right;
    margin-top: 107px;
    margin-right: 116px;
}
.dx_boxfl {
    margin: 0 auto;
    overflow: hidden;
    width: 1102px;
}
.dx_fl div {
    font-size: 46px;
    padding-left: 40px;
    margin-bottom: 68px;
}
.dx_fl p {
    text-align: left;
    line-height: 30px;
    font-size: 20px;
}
.fj_box{
    width: 1102px;
    margin: 0 auto;
    overflow: hidden;
    height: 620px;
}
.fj_r {
    float: right;
    margin-top: 180px;
    margin-right: 68px;
    text-align: right;
    width: 399px;
}
.fj_box img {
    float: left;
    margin-top: 60px;
    margin-left: 84px;
}
.fj_r div {
    font-size: 46px;
    margin-bottom: 92px;
}
.fj_r p {
    text-align: left;
    line-height: 30px;
    font-size: 18px;
}
.jl_box {
    width: 100%;
    height: 620px;
    background: #f9f9f9;
    text-align: center;
}
.jl_box div {
    margin-top: 0;
    padding-top: 56px;
}
.jl_box img {
    margin-left: -70px;
}


/*微店宝*/

.wdb_box {
    background: url('wdb_banner.png')/*tpa=http://www.eallcn.com/img/wdb_banner.png*/ no-repeat center center;
    height: 620px;
}
.wdb_1 {

    width: 1102px;
    margin: 0 auto;
    color: #333;
    padding-top: 231px;
}
.wdb_1 div {
    font-size: 46px;
    height: 46px;
    padding-left: 74px;
     color: #333;
    line-height: 46px;
    margin-bottom: 24px;
}

.wdb_b {
    color: #333;
    width: 326px;
    padding-left: 74px;
    line-height: 30px;
    font-size: 17px;
}

.wxx_box {
    width: 1102px;
    height: 620px;
    margin: 0 auto;
    text-align: center;
}
.wxx_box p, .yz_box_dz div {
    font-size: 46px;
    height: 46px;
    line-height: 46px;
    margin-top: 56px;
    margin-bottom: 90px;
}
.dy_fl {
    width: 1044px;
    overflow: hidden;
    margin: 0 auto;
}
.dy_fl>div {
    float: left;
    height: 453px;
    overflow: hidden;
}
.dy_box {
    width: 100%;
    height: 620px;
    background: url('wdb_2_banner.png')/*tpa=http://www.eallcn.com/img/wdb_2_banner.png*/ no-repeat center center;
	margin-bottom:-30px;
	margin-top:60px;
}
.dy_box .dy_ba {
    font-size: 46px;
    text-align: center;
    padding-top: 56px;
    margin-bottom: 65px;
    line-height: 46px;
    color: #fff;
}
.dy_fl span, .fky_l span {
    width: 21px;
    height: 21px;
    color: #fff;
    text-align: center;
    line-height: 19px;
    background: #f36a00;
    font-size: 16px;
    margin-right: 7px;
    display: inline-block;
    border-radius: 50%;
}
.dy_ft {
    color: #fff;
    padding-left: 12px;
    font-size: 20px;
}
.dy_ya {
    line-height: 25px;
    color: #fff;
    font-size: 15px;
    margin-top: 8px;
    text-align: left;
    height: 95px;
    padding-left: 12px;
}
.yz_box {
    text-align: center;
    width: 1102px;
    margin: 30px auto;
    height: 564px;
}
.yz_box div {
    font-size: 46px;
    line-height: 46px;
    margin-top: 56px;
    margin-bottom: 30px;
}
.yz_box p {
    margin-bottom: 28px;
    font-size: 20px;
}
.fky_box {
    width: 100%;
    height: 620px;
    text-align: center;
    background: url('wdb_4_banner.png')/*tpa=http://www.eallcn.com/img/wdb_4_banner.png*/ no-repeat center center;
}
.fky_box>p {
    font-size: 46px;
    padding-top: 56px;
    line-height: 46px;
    margin-bottom: 45px;
}
.fky_fl {
    overflow: hidden;
    width: 945px;
    margin: 0 auto;
}
.fky_l {
    width: 380px;
    margin-top: 122px;
    text-align: left;
    float: left;
}
.fky_l img {
    float: right;
}
.fky_lp {
    margin-top: 15px;
    line-height: 25px;
    font-size: 14px;
    margin-bottom: 34px;
}


/*长租公寓*/

.gy_box {
    height: 620px;
    background: url('czgy_banner.png')/*tpa=http://cdn.eallerp.com/eallcn/czgy_banner.png*/ no-repeat center center;
    text-align: center;
}
.gy_img1 {
    margin-top: 133px;
}
.gy_div {
    margin-top: 30px;
}
.gy_div img {
    margin: 0 43px;
}
.bat_box {
    height: 620px;
    width: 100%;
    text-align: center;
}
.yz_img img{
    margin: 0 39px;
    width:16%;
}
.yz_box .yz_img {
    margin: 0;
    text-align: left;
}
.erpapp {
    height: 620px;
    width: 100%;
    text-align: center;
    background: url('czgy_2_banner.png')/*tpa=http://www.eallcn.com/img/czgy_2_banner.png*/ no-repeat center center;
}

.erp_bz {
    width: 321px;
    float: left;
    left:59px;
    text-align: left;
    position: absolute;
    top:97px;
}
.erpapp>p {
    padding-top: 54px;
    font-size: 46px;
    line-height: 46px;
    height: 46px;
    margin-bottom: 108px;
}
.erp_box1 {
    width: 1102px;
    position: relative;
    margin: 0 auto;
}
.erp_box1 img {
    float: left;
    position: absolute;
}
.erp_bz p{
    font-size: 28px;
    height: 28px;
    margin-bottom: 30px;
}
.erp_bz div {
    font-size: 20px;
    line-height: 31px;
}
.bzyj_box {
    height: 620px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.bzyj_box>div {
    font-size: 46px;
    padding-top: 56px;
    height: 46px;
    line-height: 46px;
    margin-bottom: 31px;
}
.bzyj_box>p {
    font-size: 20px;
    margin-bottom: 58px;
}


/*掌中宝2.0*/

.zzb_box{
    height: 620px;
    width: 100%;
    background: url('zzb_banner.png')/*tpa=http://cdn.eallerp.com/eallcn/zzb_banner.png*/ no-repeat center center;
}
.zzb_1 .dyb_1_one div, .zzb_1 .dyb_1_nr{
    color: #fff;
}
.zzb_1 .dyb_1_one {
    left: 55px;
    width: 345px;
    top: 263px;
}
.zzb_1 .dyb_1_one div {
    margin-bottom: 32px;
}
#eas i {
    margin-right:18px;
    line-height: 21px;
}
#eas_d1 div {
    line-height: 30px;
    margin-bottom: 40px;
    font-size: 16px;
}
#eas_d1 div span {
    display: inline-block;
    width: 415px;
}

.yz_box  .hdd_box {
    line-height: 35px;
    font-size: 20px;
   
    margin:0;
   
    width: 369px;
}
.hdd_bb {
    width: 1102px;
    margin: 0 auto;
    position: absolute;
    top: 264px;
    left: 48px;
    height: 150px;
}
.tj_box {
    width: 1102px;
    margin: 0 auto;
    overflow: hidden;
    height: 620px;
    text-align: center;
}
.tj_fl {
    float: left;
    text-align: left;
    padding-left: 30px;
}
.tj_p {
    font-size: 46px;
    margin-top: 56px;
    margin-bottom: 82px;
    height: 46px;
    line-height: 46px;
}
.tj_fl img {
    margin-bottom: 62px;
}
.tj_fl i {
    display: inline-block;
    width: 21px;
    text-align: center;
    height: 21px;
    color: #fff;
    font-style: normal;
    font-size: 16px;
    border-radius: 50%;
    background: #f36a00;
    margin-right: 16px;
}


/*易客在线*/


.gs-box div {
    font-size: 20px;
    color: #fff;
}
.yz_box .dt_yaun {
    position: relative;
    width: 1102px;
    margin: 0 auto;
    padding-top: 20px;
    height: 366px;
    overflow: hidden;
}
.dt_yaun img {
    position: absolute;
}
.fg_box {
    background: url('qyfh_2_banner.png')/*tpa=http://www.eallcn.com/img/qyfh_2_banner.png*/ no-repeat center center;
    height: 620px;
    text-align: center;
    width: 100%;
}
.fg_box .fg_d1{
    height: 46px;
    font-size: 46px;
    padding-top: 56px;
    margin-bottom: 36px;
    color: #fff;
    line-height: 46px;
}

.fg_p1 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 60px;
}
.fg_x1 {
    width: 354px;
    height: 360px;
    left:0;top:0;
}
.fg_x {
    width: 1102px;
    position: relative;
    margin: 0 auto;
    height: 360px;
}
.fg_x div {
    position: absolute;
}
.fg_x2 {
    width: 467px;
    height: 360px;
    left:356px;
}

.fg_x3 {
    width: 276px;
    height: 360px;
    right: 0;

}
.duiwu_box {
    width: 1102px;
    margin:  0 auto;
    height: 564px;
    text-align: center;
}
.duiwu_da {
    width: 1002px;
    background: #f7f7f7;
    position: relative;
    height: 355px;
    float: right;
}
.duiwu_d1 {
    font-size: 46px;
    margin-top: 56px;
    height: 46px;
    line-height: 46px;
    margin-bottom: 30px;
}
.duiwu_p1 {
    font-size: 20px;
    margin-bottom: 47px;
} 
.duiwu_box .mkw_qn {
    right:0;
    width: auto;
    margin-right: 24px;
    margin-top: 21px;
    top:0;
}
#odiv1 {
    text-align: left;
}
.duiwu_rm {
   float: left;
   margin-top: 50px;

}
.duiwu_rm h2 {
    font-size: 30px;
    margin-bottom: 13px;
    color: #000;
    font-weight: normal;
}
.duiwu_rm p {
    font-size: 16px;
    line-height: 24px;
    padding-left: 3px;
    color: #656565;
}
#odiv1 img {
    float: left;
    width: 283px;
    height: 356px;
    margin-right: 67px;
}
#odiv1>div {
    overflow: hidden;
}
.duiwu_rm .col1 {
    color: #010101;
}
#inp_an1 {
    bottom: -37px;
    left: 39%;
    position: absolute;
}
#inp_an1 span.on {
    border: 2px solid #325aa5;
    background: #325aa5;
}
#inp_an1 span {
    width: 10px;
    cursor: pointer;
    height: 10px;
    border: 2px solid #e4e4e4;
    border-radius: 50%;
    margin: 0 6px;
    display: inline-block;
}
.hy_box {
    width: 100%;
    height: 620px;
    background-color: #e3e3e3;
}
.hy_d1 {
    width: 1102px;
    position: relative;
    margin: 0 auto;
}
.hy_d1 img {
    /*display: inherit;*/
}
.hy_d1 div {
    position: absolute;
    color: #fff;
    font-size: 46px;
    top: 107px;
    right:99px;
    height: 46px;
    line-height: 46px;
}
.hy_d1 p {
    color: #fff;
    width: 371px;
    right: 47px;
    top:196px;
    font-size: 20px;
    line-height: 30px;
    position: absolute;
}
#top_hover {
    background: url("return.png")/*tpa=http://www.eallcn.com/img/return.png*/;
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    width: 54px;
    height: 54px;
    z-index: 999;
}
#Uul>li.active {
    border-bottom: #fff solid 6px;
}
#Uul .active-line {
    width: 81px;
    height: 65px;
    position: absolute;
    top: 84px;
    left: 0;
    background: url("maoqiu.png")/*tpa=http://www.eallcn.com/img/maoqiu.png*/ no-repeat;
    z-index: 0;
}
.yz_box #woww div {
    display: initial;
    margin: 0;
}
.yz_box .yzz_opa {
    display: inline;
}
.download {
    margin-top: 50px;
    
}
.download p {
    margin-bottom: 33px;
    font-size: 25px;
}
.download a {
    width: 98px;
    height: 98px;
    display: inline-block;
    margin-right: 24px;
}
.erp_1 .download img {
    margin:0;
    float: left;

}

