.h1-title {
    font-size: 36px;
    color: #4c4c4c;
    text-align: center;
    margin: 3% 0 3%;
    position: relative;
}

.h1-title:after {
    position: absolute;
    bottom: -15px;
    content: '';
    left: 50%;
    width: 66px;
    border-top: 1px solid #F4E843;
    margin: 0 0 0 -33px;
}

/*我们的优势*/
/*大屏幕*/
.youshi .ys-box {
    width: 1400px;
    margin: 5% auto;
    text-align: center;
    position: relative;
}

.youshi .zhuan {
    width: 45%;
    position: relative;
    margin: 0 auto;

}

.youshi .zhuan .xian-1 {
    position: absolute;

    width: 100%;
    border: 2px dashed #cccccc;
    border-radius: 50%;
    animation: rotate 20s linear 0s infinite;
    left: 50%;
    top: 0;
    z-index: 10;
}

.youshi .zhuan .xian-2 {
    width: 96%;
    border: 1px dashed #cccccc;
    border-radius: 50%;
    top: 2%;
    position: absolute;
    left: 50%;
    z-index: 10;
    animation: fanrotate 40s linear 0s infinite;
}

.youshi .zhuan .i-zhong {
    width: 96%;
    position: absolute;
    top: 3%;
    left: 3%;
}

.youshi .dwai {
    position: absolute;
    width: 380px;
    height: 74px;
    background-size: 200px 74px !important;
}

.youshi .dwai i {
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    background: url("../img/ico_56.png") no-repeat center;
    background-size: cover;
    animation: rotate 5s linear 0s infinite;
}

.youshi .dwai h2 {
    color: #4c4c4c;
    font-size: 18px;
    margin: -5px 0 21px;
}

.youshi .dwai p {
    line-height: 18px;
}

.youshi .left {
    background: url("../img/he-zhong-left_03.png") no-repeat right;
    text-align: right;
    padding: 0 210px 0 0;
}

.youshi .left i {
    right: -12px;
    bottom: -12px;
}

.youshi .right i {
    left: -12px;
    bottom: -12px;
}

.youshi .d3 i, .youshi .d6 i {
    top: -12px;
    bottom: auto;
}

.youshi .right {
    background: url("../img/xiegangyuan_03.png") no-repeat left;
    padding: 0 0 0 210px;
    text-align: left;
}

.youshi .d1 {
    top: -5%;
    left: 13%;
}

.youshi .d2 {
    top: 43%;
    left: 1%;
}

.youshi .d3 {
    top: 93%;
    left: 12.5%;
    background: url("../img/h5-bg2_03.png") no-repeat right;
}

.youshi .d4 {
    top: -5%;
    right: 12.5%;
}

.youshi .d5 {
    top: 43%;
    right: .8%;

}

.youshi .d6 {
    top: 93%;
    right: 12.5%;
    background: url("../img/h5-bg3_06.png") no-repeat left;
}

.youshi .d6 h2 {
    margin: -5px 0 44px;
}

/*手机上*/
.youshi .ys-phone {
    text-align: center;
    display: none;
}

.youshi .ys-phone li {
    display: inline-block;
    width: 40%;
    vertical-align: top;
    margin: 5% 3%;
}

.youshi .ys-phone li img {
    width: 50%;
}

.youshi .ys-phone li h2 {
    color: #4c4c4c;
    font-size: 18px;
    margin: 5px 0 10px;
}

.youshi .ys-phone li p {
    color: #808080;
    font-size: 14px;
    line-height: 24px;
}

/*我们的作品*/

.zuopin .ul-zp {
    width: 1400px;
    margin: 0 auto 3%;
    overflow: hidden;
    font-size:0;
}

.zuopin .ul-zp li {
    background-color: #FFFFFF;
    width: 23%;
    margin: 1% 1% 3%;
    transition: .5s;
    /*float: left;*/
    display: inline-block;
    font-size:14px;
    vertical-align: top;
}

.zuopin .ul-zp li:hover {
    box-shadow: rgb(221, 221, 221) 0 0 8px 8px;
}

.zuopin .ul-zp li .p_img {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.zuopin .ul-zp li .p_img .i-pro {
    display: block;
    width: 100%;
    height: auto;
    transition: .5s;
}

.zuopin .ul-zp li:hover .p_img .i-pro {
    transform: scale(1.1);
}

.zuopin .ul-zp li .p_img .i-ewm {
    position: absolute;
    top: -50%;
    left: 50%;
    width: 160px;
    height: 160px;
    margin: -80px 0 0 -80px;
    transition: .5s;
}
.zuopin .ul-zp li:hover .p_img .i-ewm{
    top:50%;
}


.zuopin .ul-zp li .p_text {
    overflow: hidden;
    text-align: center;
    color: #4c4c4c;
}

.zuopin .ul-zp li .p_text h2 {
    font-size: 24px;
    margin: 6% 0 3%;
}

.zuopin .ul-zp li .p_text h3 {
    font-size: 16px;
}

.zuopin .ul-zp li .p_text h4 {
    color: #808080;
    margin: 6% 0 0;
}

.zuopin .ul-zp li .p_text h5 {
    width: 95px;
    border-top: 1px solid #E0E0E0;
    margin: 5% auto;
    transition: .5s;
}

.zuopin .ul-zp li:hover .p_text h5 {
    width: 160px;
    border-top: 1px solid #F6D249;
}

.zuopin .ul-zp li .p_text a {
    display: block;
    width: 106px;
    height: 36px;
    line-height: 36px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #F6D249;
    margin: 0 auto 5%;
    color: #4c4c4c;
}


