.demo{
    padding: 1em 0;
}
.box{
    position: relative;
    perspective: 1000px;
}
h4 a{
    font-size:20px;
}
.box .box-img{
    transform: rotateY(0);
    transition: all 0.50s ease-in-out 0s;
}
.box:hover .box-img{
    transform: rotateY(-90deg);
}
.box .box-img img{
    width: 100%;
    height: auto;
}
.box .box-content{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 60px 20px;
    text-align: center;
    background: rgba(0,0,0,0.7);
    transform: rotateY(90deg);
    transition: all 0.50s ease-in-out 0s;
}
.box:hover .box-content{
    transform: rotateY(0);
}
.box .title{
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}
.box .description{
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}
.box .title:after,
.box .description:after{
    content: "";
    width: 80%;
    display: block;
    border-bottom: 1px solid #fff;
    margin: 15px auto;
}
.box .social-links{
    margin: 0;
    padding: 0;
    list-style: none;
}
.box .social-links li{
    display: inline-block;
    margin: 0 10px;
}
.box .social-links li a{
    font-size: 20px;
    color: #a6a6a6;
}
.box .social-links li a:hover{
    text-decoration: none;
    color: #fff;
}
@media only screen and (max-width: 990px) {
    .box{  margin-bottom:20px; }
}
@media only screen and (max-width: 479px) {
    .box .box-content{ padding: 20px; }
}
.fscl{
    width:20%;
    min-height:150px;
    background:red;
}
.s2-tit {
    height: 16%;
    width: 100%;
    background: #005ca1;
    text-align: center;
    padding: 2% 0;
}

.s2-tit h3 {
    color: #ffffff;
    margin: 0 auto;
    width: 60%;
    border: 5px solid #ffffff;
    padding: 1% 0;
}

.s2-nr {
    width: 100%;
    height: auto;
    background: rgba(255, 255, 255, .7);
    overflow: hidden;
}

.s2-nr .col-md-4, .s2-nr .col-md-6 {
    padding: 0;
    margin: 0;
    position: relative;
}
.s2-nr .col-md-4.video {background-color: #000}
.s2-nr .col-md-4.video .gytit-ms {padding-top: 0!important}
.s2-nr .col-md-4.video .gytit-ms .more {display: block;position: absolute;z-index: 10;margin: 0;right: 10%;bottom: 4%;width: 30%;padding: 2%;border: 2px solid #ffffff;color: #fff; transition: .2s linear all;text-align: center;}
.s2-nr .col-md-4.video .gytit-ms .more:hover {border-color: #64B92D;color: #64B92D}
.s2-nr .col-md-4.video #rowVideo {display: block;position: relative;width: 100%;height: 80%;overflow: hidden;background-color: #000}
.s2-nr .col-md-4.video #rowVideo > .video-js {width: 100%!important;height: 100%!important}
.s2-nr .col-md-4.video #rowVideo > .video-js video {display: block;min-width: 100%;min-height: 100%;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);object-fit: cover}
.s2-nr .col-md-4.video #rowVideo .vjs-poster {background-size: cover;background-position: center}
.s2-nr .col-md-4.video #rowVideo .vjs-big-play-button {font-size: 2.5em;line-height: 2.3em;width: 2.5em;height: 2.5em;border-radius: 2.5em;background-color: rgba(115,133,159,.5);border-width: .1em;margin-top: -1.25em;margin-left: -1.25em}
.s2-nr .col-md-4.video #rowVideo .vjs-big-play-button .vjs-icon-placeholder:before {font-size: 24px;}

.gytit-ms {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top: 12%;
}

.tit-tp {
    display: block;
    position: relative;
    transition: .3s linear all;
    perspective: 1200px;
    z-index: 9;
}

.tit-tp > img {
    position: relative;
    top: 0;
    transition: .3s linear all;
}

.tit-tp:hover > img {
    top: -10px;
    /*transform: rotateY(360deg);*/
}

#btbox {
    overflow-x: hidden;
}

.ms-tit {
    color: #ffffff;
    width: 65%;
    margin: 0 auto 7% auto;
    font-size: 18px;
}

.ms-nr {
    display: block;
    width: 65%;
    margin: 0 auto;
    color: #ffffff;
}

.mask-a {
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*border-radius: 50%;*/
    background: rgba(174, 220, 59, .7);
    transform: scale(0);
    transition: .3s linear all;
    opacity: 0;
}

.ms-nr:hover {
    color: #ffffff;
}

.ms-nr > h4 {
    margin: 0 auto 7%;
}
.col-md-pull-4 > .gytit-ms {

    padding-top: 10%;
}
.more {
    width: 40%;
    padding: 2%;
    margin: 5% 0 2% 0;
    border: 2px solid #ffffff;
    transition: .2s linear all;
    text-align: center;
}

.s2-nr .col-md-4:hover > .mask-a, .s2-nr .col-md-6:hover > .mask-a {
    transform: scale(1);
    opacity: 1;

}

.s3 {
    background: url("../image/s3-bg.jpg") fixed;
    padding: 5%;
}

.s3-tit {
    border: 2px solid #ffffff;
    text-align: center;
    width: 60%;
    margin: 0 auto;
    text-transform: uppercase;
}

.s3-tit > h3 {
    color: #ffffff;
    line-height: 1.3;
    margin-top: 10px;
}


@media screen and (min-width: 992px) {
    .s3-ms {
        width: 60%;
        margin: 3% auto;
        color: #ffffff;
        line-height: 30px;
    }
}
@media screen and (max-width: 768px){
    .s3-ms {
        display: none;
    }
}

.more:hover {
    color: #68b92d;
    border-color: #68b92d;
}

.wrzl {
    width: 60%;
    margin: 0 auto;
}

.wrzl p {
    margin: 7% auto;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
}

.wrzl a {
    display: block;
    margin: 0 auto;
    transition: .3s linear all;
    position: relative;
    top: 0
}

.wrzl a:hover {

    top: -15px;
}

.s4-nr {
    margin-top: 2%;
}

.s4-nr .nr1, .s6-nr .nr2 {
    width: 33.33%;
    overflow: hidden;
    float: left;
    position: relative;
    transition: .5s linear all;
}

.s4 {
    background: #005ca1;
    padding-top: 2%;
}

.s5 {
    background: #005ca1;
    padding: 12% 0 10%;
    background: url("../image/s5-bg.jpg") fixed;

}

.nr-tit {
    width: 100%;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 5;
    display: flex;
}

.nr-tit h5 {
    font-size: 24px;
    width: 100%;
    text-align: center;
}


@media screen and (min-width: 992px){
    .nr-tit p {
        font-size: 14px;
        width: 0;
        opacity: 0;
        transition: all 0.3s ease;
    }
}

@media screen and (max-width: 768px){
    .nr-tit p {
        font-size: 10px;
        width: 0;
        opacity: 0;
        transition: all 0.3s ease;
    } 
}

.s5-nr {
    width: 60%;
    margin: 5% auto 0;
}

.recover .row .col-md-4 {
    text-align: center;
    margin: 0;
    padding: 0;
}
@media screen and (max-width: 768px){
    .recover .middle{
        display: none;
    }
    .paul{
        display: none;
    }
    .s2-nr .row .james{
        height:264px;
    }
}
@media screen and (min-width: 992px) {
    .s2-nr .row .james{
        height:416px;
    }
}
.recover .middle {
    position: relative;
    width: 100%;
    transition: all 0.7s linear;
    opacity: 0;
    height: 319px;
}

.recover .middle .img {
    width: 80px;
    height: 80px;
    border: 1px solid white;
    transform: rotate(45deg);
    top: 119.5px;
    left: calc(50% - 40px);
    position: relative;
    transition: .5s linear all;
}

.recover img {
    transition: all 0.3s linear;
    position: relative;
    top: 0;
}

.s5 .row .con {
    transform: scale(0);
    opacity: 0;
    transition: all 0.5s ease-in;
}

.recover .middle img {
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 28px);
    transform: rotate(0deg);
    transition: all 0.5s linear;
}

.recover .con img:hover {
    top: -20px;
}

.recover .middle .img:after, .recover .middle .img:before {
    position: absolute;
    content: "";
    width: 80px;
    height: 1px;
    background-color: white;
    left: 0;
}
.img-m{
    width:270px \9;
    width:270px;
}

.recover .middle .img:after {
    top: -20px;
}

.recover .middle .img:before {
    bottom: -20px;
}

.recover .middle i {
    width: 30%;
    height: 1px;
    background-color: white;
    display: inline-block;
    position: absolute;
}

.recover .middle .first {
    left: 5%;
    top: 110px;
}

.recover .middle .last {
    right: 5%;
    bottom: 110px;
}


@media screen and (min-width: 992px) {
    .nr-ms {
        text-align: center;
        color: #ffffff;
        margin: 2% auto 1% auto;
        line-height: 30px;
    }
}
@media screen and (max-width: 768px){
    .nr-ms {
       display: none;
    }
}

.s6 .nr2 {
    position: relative;
}
@media screen and (min-width: 992px) {
    .s6-nr .nr2 img{
         width:100%;
    }
}
@media screen and (max-width: 768px) {
    .s6-nr .nr2 img{
         width:158%;
    }
}
.s6 .nr2:after,.s6 .nr2:before {
    position: absolute;
    content: '';
    opacity: 0;
}
.s6 .nr2:before {
    top: 50px;
    right: 20px;
    bottom: 50px;
    left: 20px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.s6 .nr2:after {
    top: 20px;
    right: 50px;
    bottom: 20px;
    left: 50px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.s6 .nr2::before, .s6 .nr2::after,.s6 .nr-tit span{
    transition:all 0.35s ease;
}
.s6 .nr2:hover::before, .s6 .nr2:hover::after {
    opacity: 1;
    transform: scale(1);
}
.s6 .nr2:hover .nr-tit span{
    margin-left:  40%;
    opacity: 1;
}
@media screen and (max-width: 768px){
    .s6 .nr-tit span{
        display: block;
        text-align: center;
        margin-left:0;
        font-size: 12px;
        opacity: 0;
    }
}
@media screen and (min-width: 992px){
    .s6 .nr-tit span{
        display: block;
        text-align: center;
        margin-left:0;
        font-size: 20px;
        opacity: 0;
    }
}
@media screen and (min-width: 992px){
    .s6-nr .nr2 .new{
        display: none;
    }
}
@media screen and (max-width:768px){
    .s6-nr .nr2 .nr-tit{
        display: none;
    }
    .s6-nr{
        position: relative;
    }
    .s6-nr .nr2 .new{
        position: absolute;
    }
    .s6-nr .nr2 .new span{
       color:white;
        font-size: 16px;
    }
    .s6-nr .nr2 .hxjs{
        top:33%;
        left:21%;
    }
    .s6-nr .nr2 .xjsyf{
        top:33%;
        left:16%;
    }
    .s6-nr .nr2 .jszc{
        top:33%;
        left:18%;
    }
}

.mask {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.3s linear;
}

.s6 .nr2:hover .mask {
    opacity: 1;
    cursor: pointer;
}

.nr1:hover {
    cursor: pointer;
}

.s6 .title {
    padding: 1% 0 0.7%;
    background-color: #005CA1;
}

.s7 {
    background: url("../image/bg.jpg") center center fixed;
    padding: 50px 0 80px;
}

.s7 .con {
    width: 62%;
    margin: auto;
}

.con:hover {
    cursor: pointer;
}

.s7 .con .row {
    margin-top: 7%
}

.s7 .con .col-md-3 {
    margin: 0;
    padding: 0;
}

.s7 .con .col-md-3 div[class^='b'] {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
}

.s7 .con .col-md-3 div[class^='b'] img {
    margin-left: -30px;
}

.s7 .con .col-md-3 div[class^='b'] span {
    position: absolute;
    top: 40%;
    font-size: 18px;
    color: white;
    transition: all 0.5s linear;
    opacity: 0;
    left: 50%;
    z-index: 5
}

.s7 .con .col-md-3 .b5 a {
    position: absolute;
    top: 40%;
    font-size: 18px;
    color: white;
    left: 50%;
    z-index: 5;
    cursor: pointer;
}

.s7 .con .col-md-3 .b2, .s7 .con .col-md-3 .b4 {
    background-color: white
}

.s7 .con .col-md-3 .b1 span {
    transform: translateX(-50%);
}

.s7 .con .col-md-3 .b2 span, .s7 .con .col-md-3 .b4 span {
    transform: rotate(15deg) skew(15deg) scale(1) translateX(-50%);
}

.s7 .con .col-md-3 .b2 img {
    transform: rotate(15deg) skew(15deg) scale(1);
}

.s7 .con .col-md-3 .b3 span, .s7 .con .col-md-3 .b5 a {
    transform: rotate(-15deg) skew(-15deg) scale(1) translateX(-50%);
}

.s7 .con .col-md-3 div[class^='b'] .mask {
    background: rgba(108, 255, 0, 0.6)
}

.s7 .con .col-md-3 div[class^='b']:hover .mask, .s7 .con .col-md-3 div[class^='b']:hover span {
    opacity: 1
}

.s7 .con .col-md-3 .b2, .s7 .con .col-md-3 .b4 {
    transform-origin: 50% 50%;
    transform: rotate(-15deg) skew(-15deg) scale(1.032);
    margin-top: -35px;
}

.s7 .con .col-md-3 .b3, .s7 .con .col-md-3 .b5 {
    transform-origin: 50% 50%;
    transform: rotate(15deg) skew(15deg) scale(1.036);
    margin-top: -35px;
}

.s7 .con .col-md-3 .b5 {
    background: #3a8fca;
}

.s7 .con .col-md-3 .b5 a:after, .s7 .con .col-md-3 .b5 a:before {
    content: "";
    position: absolute;
    width: 150%;
    left: -20%;
    height: 1px;
    background-color: white;
}

.s7 .con .col-md-3 .b5 img {
    opacity: 0
}

.s7 .con .col-md-3 .b5 a:after {
    top: -15%
}

.s7 .con .col-md-3 .b5 a:before {
    bottom: -15%
}

.s7 .con .col-md-3 .b3 img, .s7 .con .col-md-3 .b5 img {
    transform: rotate(-15deg) skew(-15deg) scaleY(1.2);
    margin: -20px 0;
}

.s7 .con .col-md-3 .b4 img {
    transform: rotate(15deg) skew(15deg);
    margin: -20px 0;
}

.s7 .con .col-md-3 .left {
    padding-bottom: 10px;
}

.s7 .con .col-md-3 .down .mask {
    z-index: 2
}
@media screen and (max-width: 768px){
    .s8 a {
        position: absolute;
        width: 70%;
        left: 15%;
        top:-17%;
        color: white;
        font-size: 14px;
        z-index: 15;
        cursor: pointer;
    }
    .s2-nr .row .james #wade{
        position: absolute;
        width: 70%;
        left: 15%;
        top: 35%;
        color: white;
        font-size: 14px;
        z-index: 15;
        cursor: pointer;
    }
}
@media screen and (min-width: 992px){
    .s8 a {
        position: absolute;
        width: 70%;
        left: 15%;
        top: 4%;
        color: white;
        font-size: 14px;
        z-index: 15;
        cursor: pointer;
    }
    .s2-nr .row .james #wade{
        position: absolute;
        width: 70%;
        left: 15%;
        top: 35%;
        color: white;
        font-size: 14px;
        z-index: 15;
        cursor: pointer;
    }
}

.s8 .col-md-6 {
    overflow: hidden
}

.s8 .col-md-6 > img {
    transition: all 0.5s linear
}

.s8 .col-md-6:hover > img {
    transform: scale(1.2)
}

.s8 .col-md-6 .small-icon > img, .s8 .col-md-6 .small-icon > p {
    position: relative;
    top: 0;
    z-index: 10;
    transition: .3s linear all;
}

.s8 .col-md-6:before, .s8 .col-md-6:after {
    position: absolute;
    content: "";
    opacity: 0;
    z-index: 12;
    transition: opacity 0.35s, transform 0.35s;
}

.s8 .col-md-6:before {
    right: 30px;
    left: 30px;
    top: 50px;
    bottom: 50px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    transform-origin: 0 0;
    transform: scale(0, 1);
}

.s8 .col-md-6:after {
    top: 30px;
    bottom: 30px;
    left: 50px;
    right: 50px;
    border-right: 1px solid white;
    border-left: 1px solid white;
    transform-origin: 100% 0;
    transform: scale(1, 0);
}

.s8 .col-md-6:hover:before, .s8 .col-md-6:hover:after {
    transition-delay: 0.15s;
    opacity: 1;
    transform: scale(1);
}

.s8 .col-md-6:hover .small-icon img {
    top: -10px;
    /*transform: rotateY(360deg);*/
}


@media screen and (max-width: 768px) {
    .s9 {
        background: url("../image/connection.jpg");
        padding: 12% 0;
        /*background:#00b7ee;*/
    }
}
@media screen and (min-width: 992px){
    .s9 {
        background: url("../image/connection.jpg") center center no-repeat  fixed;
        padding: 12% 0;
    }
}

.s9 .row {
    width: 60%;
    margin: 5% auto 0;
}

.s9 .row ul li, .s9 .row p {
    list-style: none;
    color: white;
    line-height: 35px;
    font-size: 14px;
}
.form-horizontal .form-group{margin-right: 0;margin-left: 0}
.s9 .row ul li {
    line-height: 2.5;
}
.s9 .row .right{height: 325px;overflow: auto}
.s9 .row .right form label{font-size: 16px;color: white;font-weight: normal;display: block}
.s9 .row .right form textarea,.s9 .row .right form input{
    color: white;
    padding: 5px 0 5px 5px;
    background: transparent;
    border: 1px solid white;
    outline: none;
    font-size: 14px;
    width: 80%;
}
.s9 .row .right form textarea{
    height: 120px;
}
.s9 .row .right form input::-webkit-input-placeholder,.s9 .row .right form  textarea::-webkit-input-placeholder { color: #E6E6E6;}
.s9 .row .right form input:-moz-placeholder,.s9 .row .right form  textarea:-moz-placeholder {color:#E6E6E6;}
.s9 .row .right form input::-moz-placeholder,.s9 .row .right form  textarea::-moz-placeholder {color:#E6E6E6;}
.s9 .row .right form input:-ms-input-placeholder,.s9 .row .right form  textarea:-ms-input-placeholder {color:#E6E6E6;}
.s9 .row .right form button {
    border: 1px solid white;
    background: transparent;
    color: white;
    padding: 5px 10px;
    font-size: 16px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}
.s9 .row .right form button:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    background: white;
    z-index: -1;
    transition: all 0.3s linear;
}
.s9 .row .right form button:hover {
    color: #68b92e;
}
.s9 .row .right form button:hover:after {
    width: 100%;
}
.s9 .row .left a {
    color: white;
    border: 2px solid white;
    font-size: 18px;
    width: 120px;
    text-align: center;
    line-height: 50px;
    position: absolute;
    cursor: pointer;
}
.s9 .row .right table{border:1px solid white;width: 100%;text-align: center;color: white;}
.s9 .row .right table th{border-bottom: 1px solid white;font-weight: normal;text-align: center;line-height: 40px;color: white}
.s9 .row .right table td{line-height: 35px}
.det-nr {
    display: none;
}

.s9 .row .left .on {
    background-color: #68b92e;
}
.s9 .row .left a:hover{
    background-color: #68b92e;
}
.s9 .row .left .det {
    height: 300px;
    width: 280px;
    margin: auto;
    position: relative;
}

.s9 .row .left a:nth-of-type(1) {
    transform: rotate(45deg);
    top: 38px;
    left: 105px;
}

.s9 .row .left a:nth-of-type(2) {
    transform: rotate(-45deg);
    top: 85px;
    left: 16px;
}

.s9 .row .left a:nth-of-type(3) {
    transform: rotate(45deg);
    top: 170px;
    left: 70px;
}

.s9 .row .left a:nth-of-type(4) {
    transform: rotate(-45deg);
    top: 123px;
    left: 160px;
}

.s10 {
    background-color: white;
    padding: 0 0 2%;
}

.s10 h3 {
    text-align: center;
    color: #005ca1;
    font-size: 30px;
}

.s10 > p {
    text-align: center;
    margin-top: 2%
}

.s10 > p a {
    color: #272636;
    font-size: 16px;
    padding: 0 15px;
    display: inline-block;
    cursor: pointer;
}

.s10 > p a:not(:last-child) {
    border-right: 1px solid #b6b6b6;
}

.s10 > p .on {
    color: #3b5f85;
}

.s10 .con {
    width: 70%;
    margin: auto;
    position: relative;
    display: none;
}
.s2 .ms-nr p{line-height: 22px;height:88px;overflow: hidden}
.ms-nr:hover p {
    color: #68b92d;
}

.s10 .con:first-of-type {
    display: block;
}

.s10 .con .swiper-slide span {
    display: block;
    font-size: 14px;
    color: #393939;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s10 .con .swiper-slide .top {
    border-bottom: 1px solid #c4c4c4;
    position: relative;
    padding-bottom: 30px;
}

.s10 .con .swiper-slide .down {
    height: 30px;
}

.s10 .con .swiper-slide {
    text-align: center;
}

.s10 .con .swiper-slide i {
    position: absolute;
    background-color: #448aca;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    top: calc(95% - 19px);
    left: calc(50% - 7px);
}

.s10 .con .swiper-slide:nth-of-type(2) i, .s10 .con .swiper-slide:nth-of-type(4) i {
    top: 95%;
}

.s10 .con .swiper-slide i:after {
    position: absolute;
    content: "";
    background-color: #c9c9c9;
    bottom: 100%;
    width: 1px;
    height: 13px;
    left: 50%;
}

.s10 .con .swiper-slide:nth-of-type(2) .top img, .s10 .con .swiper-slide:nth-of-type(4) .top img {
    margin-top: 18px;
}

.s10 .con .swiper-slide:nth-of-type(2) span, .s10 .con .swiper-slide:nth-of-type(4) span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 108%;
}

.s10 .con .swiper-slide:nth-of-type(1) i:after,
.s10 .con .swiper-slide:nth-of-type(3) i:after,
.s10 .con .swiper-slide:nth-of-type(5) i:after {
    top: 100%;
}

.footer {
    background-color: #2576af;
}

.footer .con {
    width: 60%;
    margin: auto;
}

.footer .con .left img {
    float: left
}

.footer .con .left p {
    line-height: 123px;
    font-size: 18px;
    color: white;
    border-right: 1px solid white;
    margin: 25px 0 25px 190px
}

.footer .con .right p {
    font-size: 12px;
    color: white;
    line-height: 1.3;
    margin-left: 10%
}
@media screen and (min-width: 992px) {
    .footer .con .right {
        padding-top: 6%;
    }
}
@media screen and (max-width: 768px) {
    .footer .con .right {
        padding-top: 7%;
    }
}

@media (min-width: 768px) and ( max-width: 991px) {
    .s7 .con .col-md-3:not(:last-of-type) {
        margin-bottom: 80px;
    }

    .footer .con .right p {
        margin-left: 0
    }

    .s7 .con .col-md-3 div[class^='b'] {
        max-width: 282.8px;
    }
}

@media screen and  (max-width: 767px) {
    .s7 .con .col-md-3:not(:last-of-type) {
        margin-bottom: 80px;
    }

    .footer .con .right p {
        margin-left: 0
    }

    .footer .con .left p {
        display: none;
    }

    .s7 .con .col-md-3 div[class^='b'] {
        max-width: 282.8px;
    }

    .s2-tit {
        padding: 2% 0;
    }

    .nr-tit {
        top: 10%;
    }
}

@media screen and  (max-width: 768px) {
    h3{
        font-size: 16px;
    }
    .s9 .row .right form textarea,.s9 .row .right form input{width:100%}
    .s7 .con .col-md-3:not(:last-of-type) {
        margin-bottom: 80px;
    }

    .recover .middle {
        opacity: 1;
    }

    .s5 .row .con {
        transform: scale(1);
        opacity: 1;
    }

    .footer .con .right p {
        margin-left: 0
    }

    .footer .con .left p {
        display: none;
    }

    .s7 .con .col-md-3 div[class^='b'] {
        max-width: 282.8px;
    }

    .s9 .row {
        width: 100%;
    }


    .s4-nr {
        height:260px;
        overflow: hidden;
    }
    .s4-nr a img{
        height:260px;
    }

    .ms-nr > h4 {
        margin: 5% auto;
    }

    .ms-tit {
        margin: 2% auto;
    }

    .gytit-ms {
        padding-top: 1%;
    }
}
@media screen and (min-width:992px) {
    #friend{
        min-height: 10px;
        width:40%;
        margin:0 auto;
        overflow: hidden;
    }
    #friend1{
        min-height: 10px;
        width:40%;
        margin:0 auto;
        overflow: hidden;
    }
    #friend2{
        min-height: 10px;
        width:40%;
        margin:0 auto;
        overflow: hidden;
    }
    #d1 ul li{
        width:20%;
    }
}

@media screen and (max-width:991px) and (min-width:768px) {
    #friend{
        min-height: 10px;
        width:60%;
        margin:0 auto;
        overflow: hidden;
    }
    #friend1{
        min-height: 10px;
        width:60%;
        margin:0 auto;
        overflow: hidden;
    }
    #friend2{
        min-height: 10px;
        width:60%;
        margin:0 auto;
        overflow: hidden;
    }
    #d1 ul li{
        width:20%;
    }
}

@media screen and (max-width:768px) {
    #friend{
        min-height: 10px;
        width:80%;
        margin:0 auto;
        overflow: hidden;
    }
    #friend1{
        min-height: 10px;
        width:80%;
        margin:0 auto;
        overflow: hidden;
    }
    #friend2{
        min-height: 10px;
        width:80%;
        margin:0 auto;
        overflow: hidden;
    }
    #d1 ul li{
        width:20%;
    }
}

#d1 ul{
    display: none;
}
.s10 #d1 .show1{
    display: block;
}
#d1 ul li img{
    cursor: pointer;
    transition: all 0.5s;
}
#d1 ul li img{
   width:127px \0;
   width:127px;\9;
   width:127px;
}
#d1 ul li img:hover{
    transform: scale(1.1);
}
@media only screen and (max-width:768px) {
    #friend1{
        width:80%;
    }
    .s10{
        height:150px;
    }
}


