/*中间背景轮播图------------------------------  begin*/
.bg-head {
    width: 100%;
    position: relative;
    z-index: 1;
}

.bg-head > div {
    /*height: 670px;*/
}

.bg-head .banner-img {
    /*height: 670px;*/
}

@media (max-width: 992px) {
    .bg-head > div {
        height: auto;
        padding-top: 50px;
    }


    .bg-head .banner-img {
        height: auto;
    }

}

/*/!*圆点begin*!/*/
.bg-head .carousel-dot span {
    display: inline-block;
    width: 19px;
    height: 10px;
    margin-right: 20px;
    border-radius: 5px;
    opacity: .5;
}

.bg-head .carousel-dot .active {
    background-color: #09e;
    opacity: 1;
    width: 31px;
}

/*圆点媒体*/
@media (max-width: 992px) {
    .bg-head .carousel-dot span {
        height: 6px;
    }

    .bg-head .carousel-dot .active {
        background-color: #09e;
        opacity: 1;
        width: 17px;
        height: 6px;
    }
}

/*圆点end*/

/*中间背景轮播图------------------------------  end*/
/*全景展示------------------------------begin*/
body {
    background-color: white;
}

/*公用*/

.show .row div,
.case,
.service {
    text-align: center;
}

.titlemain {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.fontOne {
    font-size: 24px;
    margin-bottom: 8px;
}

.fontTwo {
    font-size: 16px;
    color: #999;
}

/*大盒子间距公用媒体*/
@media (max-device-width: 992px) {
    .titlemain {
        margin-bottom: 20px;
    }
}

/*全景展示------------------------------begin*/
.show {
    padding: 50px 0px 20px 0px;
}

.show-colorSon {
    background-color: #f8f8f8;
    padding-top: 30px;
    padding-bottom: 50px
}

.show-colorSon dl dt img {
    border: 0;
    background-color: #f8f8f8;
}

.show-colorSon dl dd {
    margin-top: 28px;
}

.show-colorSon dl dd p {
    font-size: 18px;
    color: #222;
}

.show-colorSon hr {
    width: 34px;
    height: 1px;
    margin-top: -14px;
}

.show-lastP {
    width: 216px;
    font-size: 12px;
    color: #999;
    margin: auto;
}

/*全景展示媒体*/
@media (max-width: 992px) {

    .show-colorSon {
        color: #ddd;
    }

    .show-colorSon dl dd p {
        font-size: 14px;
        margin-top: -15px;
    }

    .show-lastP {
        display: none;
    }

    .show-colorSon {
        padding: 0;
        background-color: #FFFFFF;
    }

    .fontOne {
        font-size: 18px;
    }

    .show-colorSon dl dt img {
        width: 50px;
        height: 50px;
        background-color: #FFFFFF;
    }

}

/*全景展示------------------------------end*/
/*全景案例------------------------------begin*/
.case {
    padding: 60px 0;
}

.case-margin {
    position: relative;
    color: #fff;
    overflow: hidden;
    height:100%;
    border-radius: 5px;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
.case-padding {
    height: 100%;
    border-radius: 5px;
}
.case-col {
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}
.case-opa {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.5s ease;
    background: #000;
}

.case-font {
    position: absolute;
    z-index: 2;
    width: 100%;
    text-align: center;
    height: 70px;
    top: 0;
    margin-top: -70px;
    transition: all 0.2s ease;
}

.case-font > p {
    height: 30px;
    overflow: hidden;
    padding: 0px 40px;
    font-size: 18px;
    margin-bottom: 3px;
}

.case-font > a {
    display: inline-block;
    padding: 4px 15px;
    border: 1px solid #ffffff;
    border-radius: 2px;
    color: #ffffff;
}

.case-margin:hover .case-opa {
    opacity: 0.5;
}

.case-margin:hover .case-font {
    top: 50%;
    margin-top: -35px;
}

.case-opa a p {
    margin-top: 25%;
    font-size: 18px;
    color: #FFFFFF;
}

.case-opa a input {
    font-size: 14px;
    color: #FFFFFF;
    background-color: transparent;
}

.case-img img {
    width: 100%;
}

.case-top {
    height: 39.3%;
    margin-top: -28%;
}

.case-top p {
    font-size: 18px;
    margin: 18% 0 0 0;
}

/*全景案例媒体*/
@media (max-width: 992px) {
    .case-margin {
        height: inherit;
        margin-bottom: 20px;
    }

    .case-opa {
        width: 90%;
    }

    .case-font {
        width: 95%;
    }

}

/* more公用*/

.more {
    width: 100%;
    border-bottom: 1px solid #ddd;
    position: relative;
    height: 50px;
    margin-bottom: 20px;
}

.odd {
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -83px;

}

.more a,
.odd {
    width: 166px;
    height: 40px;
    display: inline-block;
    line-height: 39px;
    background-color: #fff;
    border: .5px solid #ddd;
    border-radius: 25px;
    z-index: 2;
    margin-bottom: 0;
    text-align: center;
    color: #000000;
}

.more a {
    position: absolute;
    left: 50%;
    margin-left: -83px;
    top: 0px;
    margin-top: 30px;
}

.more a.huibg {
    background: #f7f7f7;
}

.more a:hover,
.odd:hover {
    background-color: #09e;
    border: .5px solid #09e;
    border-radius: 25px;
    color: #ffffff;
}

/*more公用媒体*/
@media (max-width: 992px) {

    .more a,
    .service .container a {
        width: 120px;
        /*height: 30px;*/
        /*position: absolute;*/
        line-height: 30px;
        text-align: center;
        /*margin-left: -55px;*/
    }

    .more {
        border-bottom: 0;
    }

    .more a, .odd {
        width: 130px;
        height: 35px;
        line-height: 35px;
    }

    .more a, .odd {
        margin-left: -65px;
    }
}

/*透明度公用*/

.bg-head .carousel-dot span {
    background-color: #111;
}

/*全景案例------------------------------end*/
/*全景素材------------------------------begin*/

.matter {
    padding: 60px 0px;
    /*height: 943px;*/
    background-color: #f8f8f8;
}

.matter .row {
    text-align: left;
}

.matter-img {
    overflow: hidden;
}

.matter-list {
    margin-top: 0px;
    margin-bottom: 10px;
}

.matter-list span {
    display: inline-block;
    color: #999;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
}

.matter-img img {
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.matter-img img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

/*全景素材媒体*/
@media (max-width: 992px) {
    .matter {
        height: inherit;
    }

    .matter-list dd {
        text-align: center;
    }
    #s-lists {
        padding-top: 150px;
    }

}

/*全景素材------------------------------end*/
/*今日服务商------------------------------begin*/


.service-con {
    border: 1px solid #e5e5e5;
    position: relative;
}

.service-con .left-tab {
    position: absolute;
    height: 360px;
    width: 80px;
}

.service-con .left-tab > a {
    display: block;
    width: 100%;
    height: 180px;
    text-align: center;
    line-height: 180px;
    background: #f8f8f8;
    color: #999999;
}

.service-con .left-tab > a.active {
    color: #ffffff;
    background: #73c7f1;
}

.service-con .right-con {

    width: 100%;
    padding-left: 120px;
    padding-right: 40px;
}
@media (min-width: 1024px) {
    .service-con .right-con {
        height: 360px;
    }
}

.service-con .service-list {
    width: 100%;
    padding: 70px 30px 0px 30px;
}

.service-con .service-list > a {
    display: block;
    width: 100%;
    border: 5px solid #dddddd;
    border-radius: 200px;
    overflow: hidden;
}

.service-con .service-list > a > img {
    border: 20px #ffffff solid;
    border-radius: 200px;
}

.service-con .service-list > span {
    display: block;
    text-align: center;
    margin-top: 20px;
}

@media (max-width: 992px) {
    .service-con .left-tab {
        height: 40px;
        width: 100%;
    }

    .service-con .left-tab > a {
        width: 50%;
        float: left;
        height: 40px;
        line-height: 40px;
    }

    .service-con .left-tab > a.active {
        color: #ffffff;
        background: #73c7f1;
    }

    .service-con .right-con {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 50px;
        margin-bottom: 30px;
    }

    .service-con .service-list {
        width: 100%;
        padding: 0px;
    }

    .service-con .service-list > a {
        display: block;
        width: 100%;
        border: 5px solid #dddddd;
        border-radius: 200px;
        overflow: hidden;
    }

    .service-con .service-list > a > img {
        border: 15px #ffffff solid;
        border-radius: 200px;
    }

    .service-con .service-list > span {
        display: block;
        text-align: center;
        margin-top: 20px;
    }
}

/*今日服务商------------------------------end*/

/*摄影素材------------------------------begin*/
.shoot {
    text-align: center;
    padding: 60px 0;
}

/*.shoot-rowTow a{*/
/*color: #222222;*/
/*}*/

/*material-list*/
.material-list {
    border-bottom: 2px solid #ddd;
    background-color: #f8f8f8;
    padding: 30px;
}

.material-list:hover {
    border-bottom: 2px solid #09e;
}

.material-list img {
    width: 100%;
    border: 0;
    padding: 0;
    background-color: #fff;
}

.shoot-rowTow dl dd p:nth-of-type(1) {
    font-size: 14px;
    margin-top: 15px;
}

.shoot-rowTow dl dd p:nth-of-type(2) {
    font-size: 14px;
    color: #f00;
    margin-bottom: 0;
}

/*摄影素材媒体*/

/*摄影素材------------------------------end*/

/*联系列表------------------------------begin*/
.contact .container-fluid .row {
    width: 85%;
    margin: auto;
}

.contact {
    text-align: left;
    background-color: #222;
    color: #CCCCCC;
    padding-top: 20px;
}

.contact-rowOne {
    padding-right: 55px;
    line-height: 183px;
}

.rowOne-img img {
    width: 100%;
}

.home-phone > p {
    font-size: 16px;
}


.contact-rowThree ul li a {
    line-height: 40px;
    color: #ccc;
    font-weight: normal;
}

.contact-rowThree ul li a:hover {
    color: #777;
}

.contact-rowTwo,
.contact-rowThree {
    padding-top: 10px;
}

.contact-rowTwo div {
    margin-right: 10px;
    margin-bottom: 10px;
}

.contact-rowTwo > div > div {
    display: inline-block;
}

.contact-rowTwo a {
    width: 54px;
    height: 54px;
    display: inline-block;
    text-align: center;
    border-radius: 54px;
    border: 1px solid #cccccc;
    color: #cccccc;
    margin-right: 20px;
}

.contact-rowTwo div p {
    margin-top: 10px;
}

.contact-rowTwo div a:nth-of-type(2) {
    position: relative;
}

.QRcode {
    width: 112px;
    height: 110px;
    position: absolute;
    top: -115px;
    left: -25px;
    display: none;
    background-color: #ffffff;
}

.contact-rowTwo div a:nth-of-type(2):hover .QRcode {
    display: inline-block;
}

.contact-rowTwo div a i {
    font-size: 1.5em;
    line-height: 54px;
}

.contact-rowTwo a:hover {
    background-color: #42c0ff;
    color: #ffffff;
}

.contact-rowTwo span:nth-of-type(2),
.contact-rowTwo span:nth-of-type(3),
.contact-rowTwo span:nth-of-type(4) {
    display: block;
    margin-top: 10px;
}

.contact-rowThree {
    font-size: 12px;
    padding-top: 45px;
}

.contact-form {
    margin-top: 20px;
}

.contact-form form {
    width: 100%;
}

.contact .contact-form .row {
    width: 100%;
}

.contact .contact-form .row div {
    padding: 0;
}

.contact-form form input,
.contact-form form textarea {
    background-color: #222;
    border: .5px solid #525252;
    outline: none;
    color: #777;
    padding: 5px;
}

.contact-form form input:nth-of-type(1),
.contact-form form input:nth-of-type(2) {
    width: 48.5%;
    height: 34px;
}

.contact-form form input:nth-of-type(3) {
    width: 100%;
    height: 34px;
}

.contact-form form input:nth-of-type(1) {
    margin-right: 5px;
}

.contact-form form textarea {
    width: 100%;
    resize: none;
}

.contact-form form input:nth-of-type(3),
.contact-form form textarea {
    margin-top: 10px;
}

.contact-form form input:nth-of-type(4) {
    width: 129px;
    height: 35px;
    color: #777;
    margin-top: 20px;
    margin-left: 30%;
    border-radius: 25px;
}

.contact-rowThree div {
    overflow: hidden;
}

.contact-rowThree div a {
    display: inline-block;
    overflow: hidden;
    height: 24px;
    margin-bottom: 30px;
    font-size: 16px;
    color: #ffffff;
}

.contact-rowThree div a:hover {
    color: #CCCCCC;
}

.contact-rowTwo {
    padding-top: 45px;
}

.hidden-father {
    position: relative;
}

.hidden-father a .hidden-wechat {
       position: absolute;
    width: 120px;
    height: 120px;
    top: -130px;
    left: -35px;
    display: none;
    /* border: 1px solid red; */
    z-index: 1000;
}

.hidden-father a:hover .hidden-wechat {
    display: block;
}

.hid-two {
    display: none;
    position: absolute;
    top: -25px;
    left: -35px;
}

.hidden-father a:hover .hid-two {
    display: block;
}

/*联系列表媒体*/
@media (max-width: 992px) {

    .contact {
        margin-top: 15px;
        padding: 15px;
    }

    .contact-rowTwo {
        margin-bottom: 30px;
    }

    .contact-rowTwo div {
        margin-top: 10px;
    }

    .contact-rowTwo div a {
        width: 42px;
        height: 42px;
        margin-right: 0;
    }

    .contact-rowTwo div a i {
        font-size: 1.5em;
        line-height: 42px;
    }

    .contact-rowThree {
        margin-top: 20px;
    }

    .contact .container-fluid .row {
        width: 100%;
        margin-left: 0;
    }

    .contact-rowOne {
        padding-top: 0;
        padding-right: 0;
    }

    .contact-rowTwo, .contact-rowThree {
        padding-top: 30px;
    }

    .rowThree-ul li {
        padding-left: 20px;

    }

    .contact-rowTwo > div div {
        text-align: center;
    }
    .contact-rowThree {
        padding-left: 0;
        text-align: center;
    }
    .contact-rowTwo {
        padding-left: 20px;
    }
    .contact-rowTwo div {
        margin-right: 20px;
    }
}

/*联系列表------------------------------end*/

@media (max-width: 992px) {

    .show, .shoot, .service, .matter,
    .case {
        padding: 30px 0;
    }



}

/*固定联系方式位置*/

.dock {
    position: fixed;
    top: 240px;
    right: 0;
    z-index: 10;
    width: 50px;
    -moz-opacity: 0.8;
    opacity: 0.8;
    background: #111;
}
.dock i {
    display: block;
    position: relative;
    z-index: 11;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    cursor: pointer;
}
.dock i:hover {
    -moz-opacity: 0.7;
    opacity: 0.7;
    background: #111;
}

[class^=show-list]{
    position: fixed;
    z-index: 11;
    top: 290px;
    font-size: 16px;
    right: -200px;

    width: 200px;
    border-radius: 10px 0 0 10px;
    padding: 5px 15px;
    color: #ffffff;
    -moz-opacity: 0.7;
    opacity: 0.7;
    background: #111;
}
.show-list {


}
.show-list p {
    text-align: left;
}

.show-list-two > div {
    width: 130px;
    height: 130px;
    border: 1px solid red;
}


.home-link {
    background-color: #222;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
    zoom: 1;
    text-align: center;
}
.home-link:after {
    content:"";
    display: block;
    clear: both;
}

.home-link span {
    color: #CCCCCC;
    font-size: 16px;
    margin-right: 40px;
}
.home-link a {
    color: #CCCCCC;
    font-size: 14px;
}
.contact-rowFiv {
    padding-top: 40px;
}
.home-phone p:nth-of-type(3) {
    font-size: 14px;
}
@media (max-width: 992px) {
    .home-phone > p {
        font-size: 14px;
    }

    .contact-rowTwo div {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .contact-rowTwo .marR {
        margin-right: 35px;
    }
    .home-link span {
        display: block;
    }
}