@charset "UTF-8";
.swiper-slide a{
    display: block;
    position: relative;
}

.free{
    position: absolute;
    top:30%;
    left: 15%;
}
.free h1{
    font-size: 56px;
    color: #fff;
    display: inline-block;
    letter-spacing:10px;
    line-height: 70px;
}
.free h1 b{
    width: 8%;
    display: block;
    border-bottom: 5px solid #00A5EA;
}
.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: 60px;
    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 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:45px;
    background-image: url("../images/index/biao.png");
    background-repeat: no-repeat;
    background-position: -11px -15px;
}
.project-list ul li:nth-child(2) .pro-text i{
    background-position: -80px -15px;
}
.project-list ul li:nth-child(3) .pro-text i{
    background-position: -138px -15px;
}
.project-list ul li:nth-child(4) .pro-text i{
    background-position: -199px -15px;
}
.project-list ul li:nth-child(5) .pro-text i{
    background-position: -269px -15px;
}
.project-list ul li:nth-child(6) .pro-text i{
    background-position: -335px -15px;
}
.project-list ul li:nth-child(8) .pro-text i{
    background-position: -77px -83px;
}
.project-list ul li:nth-child(7) .pro-text i{
    background-position: -11px -83px;
}
.project-list ul li:nth-child(9) .pro-text i{
    background-position: -149px -83px;
}
.project-list ul li:nth-child(10) .pro-text i{
    background-position: -222px -83px;
}
.project-list ul li:nth-child(11) .pro-text i{
    background-position: -297px -83px;
}
.project-list ul li:nth-child(12) .pro-text i{
    background-position: -11px -154px;
}
.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;
}
.zhib{
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
    background-color: #F6F9FC;
}
.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{
    padding-left: 20px;
    font-family: "宋体";
    line-height: 30px;
    color: #666;
}
.zhib-cont ul li p:hover{
    color: #888;
}
.dianb{
    background-image: url("../images/index/dianbg.jpg");
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-bottom: 40px;
}
.v1{
    background-image: url("../images/index/pxbg.jpg");
    background-repeat: no-repeat;
    background-position: center;
}
.px-con{
    box-shadow: 0 0 20px #527497;
    border-radius: 5px;
    background-color: #fff;
    padding: 50px 30px;
    margin: 0;
}
.px-con .col-md-3{
    padding-top: 10%;
    text-align: center;
}
.px-con .col-md-3 p{
    margin-top: 20px;
    text-align: left;
    color: #666;
}
.px-con .col-md-3 p:hover{
    color: #888;
}
.px-content{
    text-align: center;
}
.px-content .px-wai{
    padding-top: 85px;
    width: 450px;
    height: 450px;
    background-color: #EBF2F7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: auto;
}
.px-wai .px-nei{
    margin:auto;
    width: 325px;
    height: 325px;
    position: relative;
}
.px-nei ul{
    position: relative;

}
.px-nei ul li{
    position: absolute;
    top:-55px;
    left: 40%;
    -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;
}
.px-nei ul li:nth-child(2){
    top:117px;
    left: -51px;
}
.px-nei ul li:nth-child(3){
    top:117px;
    left: 300px;
}
.px-nei ul li:hover{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.dianbo-text{
    float: left;
    padding: 10px;
    width: 230px;
    height: 100px;
    border:1px dashed #DDDDDD;
    text-align: right;
}
.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: 18px;
   color: #666;
}
.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;
}
.dianbo-img i{
    position: absolute;
    z-index: 9999;
    display: inline-block;
    width: 18px;
    height: 18px;
    padding-top: 5px;
    padding-left: 5px;
    background-color: #D1EBFE;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    animation: animatedWidth 1s linear infinite alternate;
    -o-animation: animatedWidth 1s linear infinite alternate;
    -webkit-animation: animatedWidth 1s linear infinite alternate;
    -moz-animation: animatedWidth 1s linear infinite alternate;
}
.dianbo-img i span{
    display:block;
    width: 8px;
    height: 8px;
    background-color: #23A0FF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.dianb-content ul li:nth-child(1){
    top: 34px;
    left: 25px;
}
.dianb-content ul li:nth-child(1):hover .dianbo-text h6{
    color: #23A0FF;
}
.dianb-content ul li:nth-child(2):hover .dianbo-text h6{
    color: #1DCA5E;
}
.dianb-content ul li:nth-child(3):hover .dianbo-text h6{
    color: #EC5556;
}
.dianb-content ul li:nth-child(4):hover .dianbo-text h6{
    color: #F5841B;
}
.dianb-content ul li:nth-child(1):hover .dianbo-text{
    border: 1px dashed #23A0FF;
}
.dianb-content ul li:nth-child(2):hover .dianbo-text{
    border: 1px dashed #1DCA5E;
}
.dianb-content ul li:nth-child(3):hover .dianbo-text{
    border: 1px dashed #EC5556;
}
.dianb-content ul li:nth-child(4):hover .dianbo-text{
    border: 1px dashed #F5841B;
}
.dianb-content ul li:nth-child(3) .dianbo-text{
    text-align:left;
}
.dianb-content ul li:nth-child(4) .dianbo-text{
    text-align:left;
}
.dianb-content ul li:nth-child(1) .dianbo-img i{
    top:-5px;
    left: 0;
}
.dianb-content ul li:nth-child(2) .dianbo-img i{
    background-color: #CEF3DC;
    top:49px;
    left: 0;
}
.dianb-content ul li:nth-child(2) .dianbo-img i span{
    background-color: #1DCA5E;
}
.dianb-content ul li:nth-child(3) .dianbo-img i{
    background-color: #FCDFD5;
    top:-5px;
    right: 0;
}
.dianb-content ul li:nth-child(3) .dianbo-img i span{
    background-color: #EC5556;
}
.dianb-content ul li:nth-child(4) .dianbo-img i{
    background-color: #FCDFD5;
    top:48px;
    right:0;
}
.dianb-content ul li:nth-child(4) .dianbo-img i span{
    background-color: #F5841B;
}
.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");
}
@keyframes animatedWidth{
    0% {
        width: 14px;
        height: 14px;
        padding-top: 3px;
        padding-left: 3px;
    }
    100% {
        width: 18px;
        height: 18px;
        padding-top:5px;
        padding-left: 5px;
    }
}
.vd-list{
    padding-top: 50px;
}
.vd-list p{
    line-height: 50px;
    font-size: 16px;
    color: #676767;
}
.vd-list p:hover{
    color: #888;
}
.vd-list p i{
    margin-right: 15px;
    display: inline-block;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #56B4ED;
}
.vd-list ul li{
    float: left;
    width: 25%;
    text-align: center;

}
.vd-list ul{
    margin-top: 40px;
}
.vd-list ul li img{
    -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;
}
.vd-list ul li span{
    line-height: 40px;
    font-size: 16px;
    color: #676767;
    display: block;
    text-align: center;
}
.vd-list ul li:hover 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);
}
.vd-list ul li:hover span{
    color: #00A5EA;
}
.sui{
    background-color: #F6F9FC;
}
.sc-wai{
    float: left;
    padding-top: 10px;
    padding-left: 10px;
    display: inline-block;
    width: 120px;
    height: 120px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(237,101,127,0.3);
    animation: animatedHidth 1s linear infinite alternate;
    -o-animation: animatedHidth 1s linear infinite alternate;
    -webkit-animation: animatedHidth 1s linear infinite alternate;
    -moz-animation: animatedHidth 1s linear infinite alternate;
}
@keyframes animatedHidth{
    0% {
        padding-top: 5px;
        padding-left: 5px;
        width: 110px;
        height: 110px;
    }
    100% {
        padding-top: 10px;
        padding-left: 10px;
        width: 120px;
        height: 120px;
    }
}
.sc-nei{
    position: relative;
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #ED657F;
}
.sc-nei i{
    position: absolute;
    top:12px;
    left: 20px;
    font-size: 56px;
    color: #fff;
}
.sui-content .col-md-3 ul li span{
    float: left;
    font-size: 20px;
    margin: 40px 20px;
}
.sui-content .col-md-3 ul li{
    position: relative;
    height: 170px;
}
.sui-content .col-md-3 ul li .xian{
    width: 130px;
    border-top: 1px dashed #ddd;
    position: absolute;
}
.sui-content .sui-yi ul li:nth-child(1) .xian{
     right: -128px;
     top: 52px;
 }
.sui-content .sui-yi ul li:nth-child(2) .xian{
    right: -128px;
    top: 52px;
}
.sui-content .sui-yi ul li:nth-child(2) .sc-nei {
    background-color:#E85BD2 ;
}
.sui-content .sui-yi ul li:nth-child(2) .sc-wai{
    background-color: rgba(232,91,210,0.3);
}
.sui-content .sui-er ul li:nth-child(1) .xian{
    left: -128px;
    top: 52px;
}
.sui-content .sui-er ul li:nth-child(2) .xian{
    left: -128px;
    top: 52px;
}
.sui-content .sui-er ul li:nth-child(1) .sc-nei {
    background-color:#F29F47 ;
}
.sui-content .sui-er ul li:nth-child(1) .sc-wai{
    background-color: rgba(243,160,71,0.3);
}
.sui-content .sui-er ul li:nth-child(2) .sc-nei {
    background-color:#FA6764 ;
}
.sui-content .sui-er ul li:nth-child(2) .sc-wai{
    background-color: rgba(249,103,100,0.3);
}
.sui-content .sui-yi ul li:nth-child(2) .sc-nei i{
    left: 28px;
}
.sui-content .sui-er ul li:nth-child(2) .sc-nei i{
    left: 13px;
}
.sui-zhong{
    margin-top: 30px;
    background-image: url("../images/index/dianmao.png");
    background-repeat: no-repeat;
    background-position: center;
    height: 428px;
    position: relative;
}
.sui-zhong p{
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 20px;
    line-height: 30px;
    font-size: 16px;
    color: #00A5EA;
}
.sui-content .sui-er  ul li span{
    float: right;
}
.sui-content .sui-er{
    padding-left: 40px;
}
.zaix-bg{
    height: 115px;
    background-image: url("../images/index/zaibg.jpg");
    background-repeat: no-repeat;
    background-position: bottom center;
}
.zai-left{
    padding-top: 7%;
    float: left;
    width:40%;
}
.zai-center{
     float: left;
     width:20%;
 }
.zai-left h5{
    width: 310px;
    height: 40px;
    line-height: 40px;
    background: linear-gradient(to right,#09C7FD,#1285FF);
    font-size: 18px;
    color: #fff;
    text-align: center;
    float: right;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.zai-left h5:hover{
    background: linear-gradient(to right,#1285FF,#09C7FD);
}
.zai-right{
    float: left;
    width:40%;
    padding-top: 7%;
}
.zai-right h5{
    width: 310px;
    height: 40px;
    line-height: 40px;
    background: linear-gradient(to right,#1FCB3A,#69D631);
    font-size: 18px;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.zai-right h5:hover{
    background: linear-gradient(to right,#69D631,#1FCB3A);
}
.zaix-cont ul{
    width: 90%;
    margin: auto;
}
.zaix-cont ul li{
    text-align: center;
    float: left;
    width: 20%;
}
.zai-title{
    display: inline-block;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 140px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: linear-gradient(to right,#F8C629,#FD694A);
    color: #fff;
    font-size: 16px;
}
.zaix-cont ul li:nth-child(2) .zai-title{
    background: linear-gradient(to right,#09CAFC,#406FFE);
}
.zaix-cont ul li:nth-child(3) .zai-title{
    background: linear-gradient(to right,#5BED21,#1ACA39);
}
.zaix-cont ul li:nth-child(4) .zai-title{
    background: linear-gradient(to right,#C12197,#555AF2);
}
.zaix-cont ul li:nth-child(5) .zai-title{
    background: linear-gradient(to right,#517BA0,#2F4A5E);
}
.zai-biao{
    display: inline-block;
    width: 140px;
    height:95px;
    background-color: #F5F5F5;
    text-align: center;
}
.zai-biao i{
    display: inline-block;
    margin-top: 15px;
    font-size: 45px;
    color: #BBBBBB;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}
.zaix-cont ul li:hover .zai-biao i{
    color: #FAA138;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}
.zaix-cont ul li:nth-child(2):hover .zai-biao i{
    color: #249EFD;
}
.zaix-cont ul li:nth-child(3):hover .zai-biao i{
    color: #45DF2B;
}
.zaix-cont ul li:nth-child(4):hover .zai-biao i{
    color: #963BBA;
}
.zaix-cont ul li:nth-child(5):hover .zai-biao i{
    color: #416380;
}
.shuj-cont ul li{
    float: left;
    width: 25%;
    text-align: center;
}
.shuj-cont ul li h4{
    line-height: 60px;
    font-size: 28px;
    color: #00A5EA;
}
.guan{
    background-color: #F6F9FC;
}
.guan-content{
    height:470px;
    background-image: url("../images/index/guanbg.jpg");
    background-repeat: no-repeat;
    background-position: bottom center;
}
.g-co{
   width: 526px;
    margin: auto;
}
.g-co ul{
    position: relative;
    height:450px;
}
.g-co ul li{
    position: absolute;
}
.g-co ul li:nth-child(1){
    bottom: 63px;
    left: -239px;
}
.g-co ul li:nth-child(2){
    bottom: 246px;
    left: -165px;
}
.g-co ul li:nth-child(3){
    width: 210px;
    top:-26px;
    left: 160px;
    text-align: center;
}
.g-co ul li:nth-child(3) .g-text{
    text-align: center;
    width: 230px;
}
.g-co ul li:nth-child(3) .g-img{
    float: none;
    display: inline-block;
 }
.g-co ul li:nth-child(5){
    right: -283px;
    bottom: 63px;
}
.g-co ul li:nth-child(4){
    right: -182px;
    bottom: 246px;
}
.g-co ul li:nth-child(5) .g-text{
    float: right;
    text-align: left;
    margin-left: 15px;
}
.g-co ul li:nth-child(4) .g-text{
    float: right;
    text-align: left;
    margin-left: 15px;
}
.g-text{
    padding-top: 5px;
    margin-right: 15px;
    float: left;
    width: 200px;
    text-align: right;
}
.g-text h6{
    line-height: 30px;
    font-size: 18px;
}
.g-img{
    float: left;
    width:80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 10px;
    background-color: #fff;
}
.g-img .g-wai{
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #EEF0F5;
    padding: 10px;
}
.g-wai i{
    display: inline-block;
    width: 40px;
    height:40px;
    background-image: url("../images/index/biao.png");
    background-repeat: no-repeat;
    background-position: -204px -156px;
}
.g-co ul li:nth-child(2) .g-wai i{
    background-position: -263px -156px;
}
.g-co ul li:nth-child(3) .g-wai i{
    background-position: -325px -156px;
}
.g-co ul li:nth-child(4) .g-wai i{
    background-position: -11px -202px;
}
.g-co ul li:nth-child(5) .g-wai i{
    height: 45px;
    width: 45px;
    background-position: -80px -204px;
}
#ph-banner{
    display:none;
}
@media (max-width: 1200px) {
    .dian-pos{
        width: 100%;
    }
    .free h1 {
        font-size: 40px;
    }
    .swiper-slide .free {
        top: 18%;
    }
    .vd-img img{
        width: 100%;
    }
    .sui-content .col-md-3 ul li .xian{
        display: none;
    }
    .sui-content .col-md-3 ul li span {
        margin:40px 5px;
    }
    .sui-content .sui-er {
         padding-left: 0;
    }
    /*.zaix-bg{*/
        /*margin-top: 20px;*/
        /*display: none;*/
    /*}*/
    .zaix-cont ul{
        width: 100%;
    }
    .zai-center img{
        width: 100%;
    }
}
@media (max-width: 1100px) {
    .g-text p{
        display: none;
    }
    .g-text{
        width: 100px;
    }
    .g-co ul li:nth-child(1){
        left: -161px;
    }
    .g-co ul li:nth-child(2){
        left: -88px;
    }
    .g-co ul li:nth-child(3){
        top:7px;
    }
    .g-co ul li:nth-child(4){
        right: -104px;
    }
    .g-co ul li:nth-child(5){
        right: -154px;
    }
}
@media (max-width: 992px) {
    .zhib .zhib-img{
        text-align: center;
    }
    .zhib .col-md-6 img{
        width: 50%;
        margin: auto;
    }
    .dianb .dianb-content ul li>.dianbo-img{
        background: none;
    }
    .px-con .col-md-6{
        display: none;
    }
    .vd-img{
        text-align: center;
    }
    .vd-img img {
        width: 50%;
    }
    .sc-wai{
      display: none;
    }
    .sui-zhong{
        background-size:contain;
    }
    .free h1 {
        font-size: 28px;
        line-height: 40px;
    }
}
@media (max-width: 750px) {
    #banner{
        display: none;
    }
    #ph-banner{
        display:block;
    }
}
@media (max-width: 480px) {
    .guan-content{
        background: none;
    }
    .g-co ul li{
        position: static;
    }
    .zai-right h5{
        width: 100px;
    }
    .zai-left h5{
        width: 100px;
    }
    .zaix-cont ul li{
        width:50%;
        margin-bottom: 20px;
    }
    .zaix-cont ul li:nth-child(5){
        display: none;
    }
    .shuj-cont ul li{
        width: 50%;
    }
    .shuj-cont ul li img{
        width: 50%;
    }
    .project-list ul li{
        width: 50%;
    }
    .g-co{
        width: 100%;
    }
    .zaix-bg{
        display: none;
    }
    .all-btn a{
        width:120px;
        margin-right: 0;
        height: 40px;
        line-height: 40px;
    }
    .title{
        padding: 20px 0;
    }
    .title h2{
        font-size: 22px;
    }
    .all-btn{
        padding: 20px 0;
    }
    .px-con {
        width: 90%;
        padding: 50px 0px;
        margin: auto;
        border-radius: 10px;
    }
    .title h6 {
        font-size: 14px;
        line-height: 30px;
    }
    .sui-zhong{
        display: none;
    }
    .sc-wai{
        display: block;
    }
    .dianb{
        display: none;
    }
    .vd-list ul li img{
        width: 100%;
    }
    .zai-left{
        width: 30%;
    }
    .zai-center{
        width: 40%;
    }
    .zai-right{
        width: 30%;
    }
    .zhib-cont ul li {
        margin: 15px 0;
    }
    .zhib-cont ul li h4{
        margin-bottom: 0;
    }
    .px-con .col-md-3 p{
        line-height: 20px;
    }
    .px-con .col-md-3{
        padding-top: 0;
    }
    .vd-list {
        padding-top: 10px;
    }
    .vd-list ul {
        margin-top: 10px;
    }
    .shuj-cont ul li h4 {
        line-height: 40px;
        font-size: 16px;
    }
    .sui{
        display: none;
    }
    .g-text p{
        display: block;
    }
    .g-text {
        width: 245px;
    }
    .g-co ul li:nth-child(3) {
        width: 66%;
        margin: auto;
    }

}
@media (max-width: 320px) {
    .pro-text i {
        margin-top: 4%;
    }
    .px-con .col-md-3 img{
        width: 80%;
    }
        .g-text {
            width: 218px;
        }
    .g-co ul li:nth-child(4) .g-text {
        float: right;
        text-align: left;
        margin-left: 0px;
    }
    .g-co ul li:nth-child(5) .g-text {
        float: right;
        text-align: left;
        margin-left: 0px;
    }
}

