.articel{
    width:100%;
    /*margin:500px 0 0 0;*/
}
.articel #banner{
    overflow: hidden;
    height: 1700px;
}


.articel .flex-direction-nav{
    width:1100px;
    height:72px;
    position: absolute;
    left:50%;
    top:420px;
    margin:0 0 0 -550px;
    z-index:10;
}
.articel .flex-direction-nav a{
    position: absolute;
    top:0;
    width:36px;
    height:72px;
}
.articel .flex-direction-nav .flex-prev{
    left:30px;
}
.articel .flex-direction-nav .flex-next{
    right:30px;
}
.articel .i-top{
    height:730px;
    width:100%;
    /*z-index:-1;*/
}

.articel .div-cheng{
    width:1098px;
    height:370px;
    background-color: #EB7833;
    margin:-580px auto 0;
}
.articel .div-cheng .lf{
    width:277px;
    height:277px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    margin:45px 0 0 145px;
}
.articel .div-cheng .rt{
    width:490px;
    margin:90px 140px 0 0;
}
.articel .div-cheng .rt h1{
    font-size:36px;
    font-family:"宋体";
    color: #ffffff;
}
.articel .div-cheng .rt img{
    margin:10px 0 20px 0;
}
.articel .div-cheng .rt p{
    text-align: justify;
    -ms-text-justify:inter-ideograph;
    text-justify:inter-ideograph;
    line-height:24px;
    color: #ffffff;
}




.ul-bus{
    width:1098px;
    /*margin:0 auto;*/
    margin:70px auto 0;
    background-color: #ffffff;
    z-index:10;
}
.ul-bus li{
    width: 1006px;
    height:218px;
    margin:0 0 20px 0;
    border: 1px solid #E6E6E6;
    padding:40px 45px;
}
.ul-bus .lf{
    display: inline-block;
    width:322px;
    height:220px;
    overflow: hidden;
}
.ul-bus .lf img{
    width:322px;
    height:220px;
    transition:all .3s;
}
.ul-bus li:hover .lf img{
    transform:scale(1.3);
}
.ul-bus .rt{
    width:650px;
    height:220px;
    position: relative;
}
.ul-bus .rt h2{
    font-size:24px;
    margin:5px 0 20px 0;
}
.ul-bus .rt p{
    line-height:24px;
    text-align: justify;
    -ms-text-justify:inter-ideograph;
    text-justify:inter-ideograph;
}
.ul-bus .rt a{
    display: block;
    position: absolute;
    bottom:0;
    right:0;
    width:180px;
    text-align: center;
    height:40px;
    line-height:40px;
    color: #ffffff;
    background-color: #EC6C1F;
}


/*精密机械*/
.jinmi{
    width:1098px;
    height:615px;
    border:1px solid #E6E6E6;
    margin:70px auto 0;
    background-color: #ffffff;
}
.jinmi .lf{
    width:385px;

    padding:20px 40px;
}
.jinmi .lf p{
    line-height:24px;
    text-align: justify;
    -ms-text-justify:inter-ideograph;
    text-justify:inter-ideograph;
    margin:20px 0 0 0;
}


.jinmi .rt{
    width:630px;
    height:615px;
    overflow: hidden;
    position: relative;
}

.swiper-container1 .pagination {
    position: absolute;
    right:25px;
    text-align: right;
    bottom: 20px;
    width: 100%;
}
.swiper-container1 .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 2px;
    cursor: pointer;
    background: url("../img/business-domain-3_05.png")no-repeat center;
}
.swiper-container1 .swiper-active-switch {
    background: url("../img/business-domain-3_03.png")no-repeat center;
}


.flex-control-nav {
    position: absolute;
    z-index: 2;
    left:50%;
    top:200px;
    margin:0 0 0 -257px;
}

.flex-control-nav li {
    /*width: 100px;*/
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    float: left;
    margin:0 5px;
}

.flex-control-nav li a {
    font-size:16px;
    display: block;
    /*width: 100%;*/
    height: 100%;
    padding:0 10px;
    background-color: #ffffff;
    color: #EB7833;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}

.flex-control-nav li .flex-active {
    background-color: #EB7833;
    color: #ffffff;
}