#index{
    width:100%;
}

.swiper-slide img{
    width:100%;
}
.swiper-button-prev,.swiper-button-next{
    outline: none;
    position:absolute;
    width:150px!important;
    height:150px!important;
    margin:0!important;
    top:50%!important;
    -webkit-transform: translateY(-50%)!important;
    -moz-transform: translateY(-50%)!important;
    -ms-transform: translateY(-50%)!important;
    -o-transform: translateY(-50%)!important;
    transform: translateY(-50%)!important;
    background-size: 80px 80px!important;
}
.mc_left{
    display:inline-block;
    width:880px;
}
.mc_left_content{
    margin-top:80px;
}
.mc_left_content > p {
    font-size: 18px;
    color: #808080;
    margin: 60px 0 50px 0;
    line-height: 28px;
}
.three_box{
    display:inline-block;
    width:289px;
    height:170px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:30px 15px;
    cursor:default;
}
.three_box:hover{
    background-color:#f8f8f8;
}
h3{
    font-size:20px;
    margin:0;
    color:#333333;
}
.box_right{
    display:inline-block;
    width:190px;
    margin-left:10px;
}
.box_right>p{
    font-size:14px;
    color:#666666;
    margin:7px 0;
}
.three_box2{
    display:inline-block;
    width:289px;
    height:280px;
    text-align:center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:23px 0 30px 0;
}
.three_box2:hover{
    background-color:#f8f8f8;
}
.three_box2>p{
    margin:20px 0 7px 0;
    font-size:20px;
    color:#454545;
    font-weight:bolder;
}
h1{
    font-size:28px;
    color:#454545;
    text-align:center;
    margin:0;
    position:relative;
}
h1::before{
    content:'';
    width:80px;
    height:4px;
    background-color:#05b2b4;
    position:absolute;
    bottom:-11px;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.mc_right{
    width:400px;
    /*height:100%;*/
    /*position:absolute;*/
    /*right:0;*/
    /*top:0;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color:#f8f8f8;
    padding:22px 53px;
}
.one_block{
    border-bottom:1px solid #cccccc;
    padding:40px 0;
    margin-top:40px;
}
.one_block>h3{
    text-align:center;
    color:#05b2b4;
}
.one_block>p{
    color:#666666;
    font-size:14px;
    margin:40px 0;
}
.but{
    width:140px;
    height:44px;
    line-height:44px;
    text-align:center;
    font-size:16px;
    color:#f98803;
    border:1px solid #f98803;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin:0 auto;
    cursor:pointer;
}
.contact_us{
    margin:40px 0;
    color:#999999;
}
.contact_us>img{
    vertical-align:middle;
}
.contact_us>span{
    vertical-align:middle;
    margin-left:15px;
}


@media screen and (max-width: 1300px){
    .mc_left_content > p {
        width:90%;
        font-size: 14px;
        margin: 55px auto;
    }
    .mc_left_content > div,.mc_right_content > div{
        width:90%;
        margin:0 auto;
    }
    .mc_left{
        display:inline-block;
        width:100%;
    }
    .mc_right{
        display:none;
    }
    .three_box,.three_box2{
        margin:0 3%;
    }
}

@media screen and (max-width:1100px){
    .mc_left_content{
        margin-top:40px;
    }
}
@media (max-width: 1300px) and (min-width: 1070px){
    .three_box,.three_box2{
        width:30%;
        margin:0 1%;
    }
    .box_right{
        width:75%;
    }
}
@media screen and (max-width: 930px){
    .hezuohuoban{
        display:none;
    }
}
@media (max-width: 1075px) and (min-width: 800px){
    .three_box,.three_box2{
        width:30%;
        margin:0 1%;
    }
    .box_right{
        width:65%;
    }
    .swiper-button{
        display:none;
    }
}
@media screen and (max-width: 800px){
    .mc_left_content{
        text-align:center;
    }
    .mc_left_content > div{
        width:100%;
    }
    .three_box{
        display:block;
        width:90%;
        margin:30px auto;
     }
    .three_box2{
        width:25%;
        padding:0;
        height:200px;
    }
    .three_box2>p{
        font-size:16px;
    }
    .box_right{
        width:75%;
        text-align:left;
    }
    .swiper-button{
        display:none;
    }
}