.iScrollVerticalScrollbar,
.iScrollLoneScrollbar {
    display: none;
}
div.swiper-container-horizontal>div.swiper-pagination-bullets{
    bottom: 50px;
}
span.swiper-pagination-bullet{
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #fff;
    opacity: 0.8;
}
span.swiper-pagination-bullet-active{
    background: #cb2914;
}

#floatingbox {
    position: fixed;
    z-index: 999;
    right: 0;
    top: 50%;
}
#floatingbox>li {
    width: 44px;
    height: 44px;
    background: #fff;
    cursor: pointer;
    position: relative;
    margin-top: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
#floatingbox>li>.change {
    width: 0;
    overflow: hidden;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    background: #fff;
    position: absolute;
    right: 46px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    cursor: default;
}
#floatingbox>li>.remove {
    width: 2px;
    position: absolute;
    right: -2px;
}
#floatingbox>li>.active_first {
    height: 228px;
    top: 0;
}
#floatingbox>li>ul.change>li:first-child {
    width: 100%;
    height: 44px;
    color: #333;
    text-align: center;
    line-height: 44px;
    font-size: 16px;
    overflow: hidden;
}
#floatingbox>li>ul.change>li:first-child+li {
    width: 100px;
    height: 1px;
    background: #b3261f;
    margin: 0 auto;
}
#floatingbox>li>ul.change>li:first-child+li~li {
    width: 100%;
    text-align: center;
    margin-top: 7px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
}
#floatingbox>li>ul.change>li:first-child+li~li:hover>a {
    color: #b3261f;
}
#floatingbox>li>.active_second {
    height: 140px;
    top: -48px;
}
#floatingbox>li>p.change>img {
    display: block;
    width: 120px;
    height: 120px;
    margin: 10px;
}
#floatingbox>li>.active_three {
    height: 228px;
    top: -138px;
}
#floatingbox>li>div.change>img {
    display: block;
    margin: 20px auto;
}
#floatingbox>li>div.change>p {
    width: 100%;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    text-align: center;
    font-size: 12px;
    color: #707070;
}
#floatingbox>li>div.change>p:first-of-type {
    background: url('../images/phone.png') no-repeat 5px;
    font-size: 14px;
    color: #000;
}
#floatingbox>li>div.wrap {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
}
#floatingbox>li>div.wrap>img {
    display: block;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}
#floatingbox>li>div.wrap>p {
    line-height: 15px;
    text-align: center;
    font-size: 12px;
    color: #b3261f;
}
#floatingbox>li>div.wrap>p>a {
    color: #b3261f;
    display: block;
}
#floatingbox>li:hover .change {
    width: 140px;
}
#floatingbox>li:hover .remove {
    right: 44px;
}
#floatingbox>li:hover div.wrap>img {
    margin-top: -30px;
}

#mynav {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

#mybanner {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#mybanner div.swiper-slide{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
}
#mybanner div.swiper-slide>p:first-child{
    font-size: 50px;
    line-height: 50px;
    color: #fff;
}
#mybanner div.swiper-slide>p:nth-child(2){
    margin-top: 50px;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
}
#mybanner div.swiper-slide>p:nth-child(3){
    width: 240px;
    height: 66px;
    line-height: 66px;
    margin-top: 70px;
    border-radius: 33px;
    -webkit-border-radius: 33px;
    -moz-border-radius: 33px;
    -o-border-radius: 33px;
    -ms-border-radius: 33px;
    box-shadow: 0 0 20px 0px rgba(203, 41, 20, 0.5);
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
}
#mybanner div.swiper-slide>p:nth-child(3)>a{
    display: block;
    color: #fff;
    background: #cb2914;
}
#mybanner div.swiper-slide>p:nth-child(3)>a:active{
    background: #c91700;
}
#mybanner div.slide-one{
    background: url('../images/bg_1.jpg') no-repeat;
    background-size: 100% 100%;
    align-items: center;
}
#mybanner div.slide-two{
    background: url('../images/bg_2.jpg') no-repeat;
    background-size: 100% 100%;
    align-items: center;
}
#mybanner div.slide-two>p:nth-child(2)>span:nth-child(even){
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #8b8482;
    overflow: hidden;
    color: #8b8482;
    margin: 0 30px;
    
}
#mybanner div.slide-three{
    background: url('../images/bg_3.jpg') no-repeat;
    background-size: 100% 100%;
}
#mybanner div.slide-three>p{
    margin-left: 230px;
}
#mybanner div.slide-three>p>span{
    display: block;
    margin: 10px auto;
}

#mybanner div.slide-four{
    background: url('../images/bg_4.jpg') no-repeat;
    background-size: 100% 100%;
    align-items: center;
}
#mybanner div.slide-four>p:first-child{
    letter-spacing: 30px;
    font-size: 90px;
    line-height: 90px;
    font-weight: bold;
}
#mybanner div.slide-four>p:nth-child(2){
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 15px;
}
#mybanner div.slide-four>div>p{
    width: 200px;
    height: 66px;
    line-height: 66px;
    margin-top: 70px;
    border-radius: 33px;
    box-shadow: 0 0 20px 0px rgba(28,154,223,0.5);
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    float: left;
    font-size: 18px;
}
#mybanner div.slide-four>div>p:last-child{
    width: 266px;
}
#mybanner div.slide-four>div>p:first-child~p{
    margin-left: 20px;
}
#mybanner div.slide-four>div>p>a{
    display: block;
    color: #fff;
    background: #1c9adf;
;
}
#mybanner div.slide-four>div>p>a:active{
    background: #1c9ddf;
}

.mytitle{
    font-size: 34px;
    line-height: 34px;
    color: #333;
    text-align: center;
}
.mytxt_one {
    text-align: center;
    font-size: 36px;
    line-height: 40px;
}
.mytxt_two {
    margin-top: 10px;
    text-align: center;
    font-size: 24px;
    line-height: 25px;
}
.line {
    width: 700px;
    height: 1px;
    margin: 20px auto;
}
.line_one {
    background: linear-gradient(left, #f7f7f7, #b93933 50%, #f7f7f7);
    background: -webkit-linear-gradient(left, #f7f7f7, #b93933 50%, #f7f7f7);
    background: -moz-linear-gradient(left, #f7f7f7, #b93933 50%, #f7f7f7);
    background: -ms-linear-gradient(left, #f7f7f7, #b93933 50%, #f7f7f7);
    background: -o-linear-gradient(left, #f7f7f7, #b93933 50%, #f7f7f7);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#f7f7f7, endColorstr=#b93933);
}
.line_two {
    background: linear-gradient(left, #fff, #b93933 50%, #fff);
    background: -webkit-linear-gradient(left, #fff, #b93933 50%, #fff);
    background: -moz-linear-gradient(left, #fff, #b93933 50%, #fff);
    background: -ms-linear-gradient(left, #fff, #b93933 50%, #fff);
    background: -o-linear-gradient(left, #fff, #b93933 50%, #fff);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#b93933);
}

#mycontent_one img{
    display: block;
    margin: 70px auto 0;
    width: 1066px;
}


#mycontent_two ul {
    width: 1200px;
    height: 460px;
    margin: 70px auto 0;
}
#mycontent_two ul li {
    width: 386px;
    height: 100%;
    float: left;
    position: relative;
    cursor: pointer;
}
#mycontent_two ul li:first-child {
    background: url('../images/one.png') no-repeat;
    background-size: cover;
}
#mycontent_two ul li:nth-child(2) {
    margin-left: 20px;
    background: url('../images/two.png') no-repeat;
    background-size: cover;
}
#mycontent_two ul li:last-child {
    margin-left: 20px;
    background: url('../images/three.png') no-repeat;
    background-size: cover;
}
#mycontent_two ul li div.myhide p:first-child {
    margin-top: 200px;
    text-align: center;
    font-size: 24px;
    color: #fff;
}
#mycontent_two ul li div.myhide p:last-child {
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
}
#mycontent_two ul li div.myshow {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    display: none;
}
#mycontent_two ul li div.myshow img {
    display: block;
    width: 100%;
    height: 100%;
}

#mycontent_three{
    background: url('../images/three_bg.png') no-repeat;
    background-size: 100% 100%;
}
#mycontent_three ul{
    width: 1060px;
    overflow: hidden;
    margin: 110px auto 0;
}
#mycontent_three ul li{
    width: 500px;
    height: 80px;
    border-radius: 40px;
    float: left;
    background: rgba(0,0,0,0.6);
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}
#mycontent_three ul li:nth-child(even){
    margin-left: 60px;
}
#mycontent_three ul li:nth-child(2)~li{
    margin-top: 20px;
}
#mycontent_three ul li p:first-child{
    position: relative;
}
#mycontent_three ul li p:first-child img{
    display: block;
    width: 44px;
    height: 44px;
}
#mycontent_three ul li p:first-child span{
    color: #fff;
    font-size: 22px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    line-height: 44px;
    text-align: center;
}
#mycontent_three ul li p:last-child{
    width: 280px;
    margin-left: 25px;
    font-size: 14px;
    color: #fff;
}

#mycontent_four ul {
    width: 1200px;
    height: 370px;
    margin: 110px auto 0;
}
#mycontent_four ul li{
    float: left;
    width: 280px;
    height: 370px;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    cursor: pointer;
    box-shadow:0 3px 18px 0 rgba(0, 0, 0, 0.2);
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#mycontent_four ul li:hover{
    -webkit-transform:translateY(-5px);
    -moz-transform:translateY(-5px);
    -ms-transform:translateY(-5px);
    -o-transform:translateY(-5px);
    transform:translateY(-5px)
}
#mycontent_four ul li:first-child~li{
    margin-left: 26px;
}
#mycontent_four ul li>p:nth-child(2){
    margin-top: 25px;
    color: #333333;
    font-size: 24px;
}
#mycontent_four ul li>p:nth-child(3){
    color: #666666;
    font-size: 14px;
    margin: 40px 50px 0;
    text-align: center;
}

#mycontent_five {
    overflow: hidden;
    background: url('../images/five_bg.png') no-repeat;
    background-size: 100% 100%;
}
#mycontent_five p {
    color: #fff;
}
#mycontent_five ul {
    width: 1200px;
    height: 360px;
    margin: 100px auto 80px;
}
#mycontent_five ul li {
    width: 224px;
    height: 100px;
    float: left;
    background: #fff;
    margin: 0 20px 20px 0;
    position: relative;
    -webkit-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
    -o-transition: 0.1s linear;
    transition: 0.1s linear;
}
#mycontent_five ul li:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
#mycontent_five ul li:nth-child(5n) {
    margin-right: 0;
}
#mycontent_five ul li img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#mycontent_five div.btn {
    width: 240px;
    height: 80px;
    margin: 0 auto;
    text-align: center;
    line-height: 80px;
    font-size: 30px;
    cursor: pointer;
    overflow: hidden;
    border: 1px solid #fff;
}
#mycontent_five div.btn>a {
    display: block;
    /*    color: #cb2914;*/
    color: #fff;
    overflow: hidden;
    position: relative;
}
#mycontent_five div.btn>a:after {
    background: #fff;
    content: "";
    height: 160px;
    left: -75px;
    opacity: 0.2;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    -moz-transform: rotate(35deg);
    -o-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: 1;
}
#mycontent_five div.btn>a:hover:after {
    left: 120%;
    -webkit-transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
}
#mycontent_five div.btn>a:active {
    background: #a8241d;
}

#mycontent_six{
    background: url('../images/six_bg.png') no-repeat;
    background-size: 100% 100%;
}
#mycontent_six ul{
    width: 1060px;
    overflow: hidden;
    margin: 110px auto 0;
}
#mycontent_six ul li{
    width: 160px;
    height: 160px;
    float: left;
    margin-left: 140px;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#mycontent_six ul li.noleft{
    margin-left: 0;
}
#mycontent_six ul li:nth-child(4)~li{
    margin-top: 70px;
}
#mycontent_six ul li p:last-child{
    margin-top: 25px;
    text-align: center;
    font-size: 14px;
    color: #333333;
}

@media screen and (max-width:1600px) {
    #mybanner div.slide-four>p:first-child{
        font-size: 70px;
        line-height: 70px;
    }
    #mybanner div.slide-four>p:nth-child(2){
        font-size: 30px;
        line-height: 30px;
    }
    #mybanner div.slide-four>div>p{
        height: 50px;
        line-height: 50px;
        border-radius: 25px;
    }
}

@media screen and (max-width:1366px) {
    .mytitle{
        font-size: 28px;
        line-height: 28px;
    }
    
    .mytxt_one {
        font-size: 28px;
        margin-top: 30px;
    }
    .mytxt_two {
        font-size: 18px;
    }
    
    #mycontent_one img{
        width: 940px;
        margin-top: 50px;
    }
    
    #mycontent_six ul {
        width: 940px;
        margin-top: 50px;
    }
    #mycontent_six ul li {
        margin-left: 100px;
    }
    #mycontent_six ul li:nth-child(4)~li{
        margin-top: 40px;
    }
    #mycontent_six ul li img{
        width: 50px;
    }
    
    #mycontent_two ul {
        width: 960px;
        height: 368px;
        margin: 40px auto 0;
    }
    #mycontent_two ul li {
        width: 306px;
    }
    #mycontent_two ul li div.myhide p:first-child {
        margin-top: 152px;
    }
    
    
    #mycontent_three ul{
        width: 940px;
        margin-top: 50px;
    }
    #mycontent_three ul li{
        width: 450px;
    }
    #mycontent_three ul li:nth-child(even){
        margin-left: 40px;
    }
    
    #mycontent_four ul {
        width: 960px;
        margin-top: 70px;
    }
    #mycontent_four ul li {
        width: 225px;
        height: 320px;
    }

    #mycontent_four ul li:first-child~li{
        margin-left: 20px;
    }
    #mycontent_four ul li>p:nth-child(2){
        font-size: 20px;
    }
    #mycontent_four ul li>p:nth-child(3){
        margin: 40px 10px 0;
    }
    
    #mycontent_five ul {
        width: 960px;
        height: 285px;
        margin: 60px auto 45px;
    }
    #mycontent_five ul li {
        width: 180px;
        height: 80px;
        margin: 0 15px 15px 0;
    }
    #mycontent_five div.btn {
        width: 200px;
        height: 60px;
        line-height: 60px;
        font-size: 24px;
    }
}