section{
    background: url(/public/static/index/images/background.jpg) no-repeat center center !important;
    background-size: 100% 100% !important;
}
.top{
    background: #f0f0f0;
}

.top a{
    color: #323232;
}

.logo-top{
    background: #fffaf1 url(/public/static/index/images/mountain.png) no-repeat center center;
}

.logo{
    background: none;
}

.tel{
    height: 91px;
    line-height: 125px;
}

.nav-top-list{
    background: #98181c;
}

.nav-top-list a{
    color: white;
    line-height: 55px;
    font-size: 17px;
    padding: 0px 65px;
}

.nav-top-list a:hover{
    background: #cb4449;
    color: white;
}


.mobile{
    padding: 15px;
}

.mobile-nav{
    margin-top: 10px;
}

.mobile-nav span{
    display: block;
    width: 30px;
    height: 5px;
    background: #cb4449;
    margin: 5px 0px;
}

.mobile-nav-cont{
    left: 100%;
    top: 0px;
    height: 100%;
}

.mobile-nav-cont ul{
    height: 100%;
    background: #98181c;
}

.mobile-nav-cont .on{
    background: #cb4449;
}

.mobile-nav-cont a{
    transition: .3s;
    color:white;
}

.mobile-nav-cont li:hover{
    background: #cb4449;
    transition: .3s;
}

.bar img{
    float: left;
}

.bar img:nth-of-type(1){
    width: 50px;
}

.bar img:nth-of-type(2){
    width: 45%;
    margin-top: 10px;
}


.carouselMap{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.carouselMap ul{
    width: 100%;
    height: 475px;
}

.carouselMap a>img{
    width: 100%;
}

.switch {
    position: relative;
    display: none;
}

.switch img{
    position: absolute;
    top: 125px;
    cursor: pointer;
    padding: 35px 10px;
    background: rgba(0, 0, 0, 0.5);
}

.switch img:nth-of-type(1){
    left: 0px;
    transform: rotate(180deg);
    border-radius: 5px 0px 0px 5px;
}

.switch img:nth-of-type(2) {
    right: 0px;
    border-radius: 5px 0px 0px 5px;
}

.form {
    margin: 0 auto;
    margin-top: -55px !important;
    position: relative;
    z-index: 999;
    padding: 0px 30px;
}

.form form {
    background: white;
    box-shadow: 0px 0px 10px #ededed;
    padding-top: 35px;
    padding-bottom: 30px;
}

.form p {
    margin-left: 5%;
    color: #575757;
    font-size: 16.5px;
    line-height: 40px;
}

.ipt {
    width: 70%;
    margin-left: 5%;
}

.ipt input {
    margin-right: 20px;
    width: 22%;
    height: 40px;
    background: #eee;
    padding-left: 15px;
    color: black;
    border: none !important;
}

.form button {
    width: 165px;
    height: 40px;
    background: #98181c;
    color: white;
    font-size: 16.5px;
    cursor: pointer;
    border: none !important;
}

.form button:hover{
    background: #cb4449;
}

.section{
    margin-top: -50px !important;
    padding-top: 50px;
    box-shadow: 0px 0px 10px #dedbd7;
    background: white;
    padding-bottom: 30px;
}
.introduction{
    margin-top: 50px;
    padding: 0px 80px;
}

.introduction>div:nth-of-type(2) {
    float: left;
    text-indent: 2rem;
    padding-left: 45px;
}

.introduction p, .introduction span {
    font-size: 17px !important;
    line-height: 33px !important;
}

.exports{
    margin-top: 50px;
    padding: 0px 80px;
}

.exports-title {
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 15px;
}

.exports-title img {
    bottom: -25px;
    width: 245px;
    left: -15px;
}

.square{
    margin-top: 60px !important;
}

.square span {
    width: 11px;
    height: 11px;
}

.square span:nth-of-type(1) {
    background: #bc863c;
}

.square span:nth-of-type(2) {
    background: #98181c;
    margin-left: 13px;
}

.exports-list {
    width: 100% !important;
    height: 520px !important;
    padding: 0px 65px;
    background: none !important;
}

.exports-list>img {
    margin-top: 225px;
    width: 25px;
    cursor: pointer;
    z-index: 999;
}

.exports-list>img:nth-of-type(1) {
    left: 15px;
    transform: rotate(180deg);
}

.exports-list>img:nth-of-type(2) {
    top: 0px;
    right: 15px !important;
}

.exports-list-cont {
    height: auto !important;
    background: none !important;
    margin-top: 50px;
}

.exports-list-cont ul {
    position: relative;
}

.exports-list li {
    margin-top: 41px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #ddd;
    margin: 25px 6px;
    width: 337px;
    height: 380px;
    padding: 20px 15px;
    box-sizing: border-box;
}

.exports-list-cont li>a {
    width: 100%;
}

.exports-list .head {
    width: 182px;
    height: 182px;
    overflow: hidden;
    border-radius: 50%;
    background: none;
    padding-top: 18px;
    margin: 0 auto;
    text-align: center;
}

.exports-list-cont img {
    float: none !important;
    width: 180px;
    margin-top: -20px;
}

.exports-list h4 {
    margin-top: 22px;
    font-size: 19px;
    text-align: center;
}

.exports-list h4 span {
    font-size: 14px;
}

.exports-list p {
    width: 100% !important;
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
}

.btn {
    text-align: center;
    padding: 0px !important;
    width: 100%;
}

.btn a {
    margin-top: 20px;
    padding: 10px 18px;
    display: inline-block;
    background: #98181c;
    color: white;
}

.exports-list a:nth-of-type(2) {
    margin-left: 10px;
    background: #bc863c;
}

.ad img {
    width: calc(100% + 60px);
    margin-left: -30px;
}

.treatment {
    margin-top: 50px;
    padding: 0px 80px;
}

.treatment ul {
    width: 90%;
    margin: 0 auto;
    float: none;
}

.treatment ul>li {
    padding: 0px 14px;
    margin-top: 11px;
    background: #eeeeee;
    height: 155px;
    width: calc(50% - 12px);
}

.treatment img {
    width: 125px;
    margin-top: 15px;
    float: left;
}

.treatment-tit {
    width: 270px;
    margin-left: 35px;
    float: left;
    margin-top: 20px;
}

.treatment-tit li {
    margin: 10px 0px;
}

.treatment ul>li:nth-of-type(even) {
    margin-left: 12px;
}

.treatment-tit ol p {
    font-size: 16px;
}

.treatment-tit li span {
    margin: 0px 11px;
}

.characteristic {
    width: 90%;
    margin: 0 auto;
    height: 590px;
    margin-top: 180px;
}

.characteristic-cont {
    width: calc(50% - 20px);
    height: 580px;
    background: #eeeeee;
    float: left;
    padding: 0px 50px;
    margin: 10px;
}

.characteristic-title {
    width: 377px;
    height: 377px;
    background: #bc863c;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    top: -150px;
}

.characteristic-cont img {
    position: absolute;
    left: -100px;
    top: 0px;
}

.characteristic-cont:nth-of-type(1) img {
    top: -100px;
}

.characteristic-title p {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    line-height: 90px;
    font-size: 30px;
    color: white;
}

.characteristic-cont>p {
    font-size: 18px;
    margin-top: -115px;
}

.characteristic-cont .characteristic-cont-cont {
    overflow: hidden;
    margin-top: 23px;
}

.characteristic-cont-cont h4 {
    font-size: 18px;
    color: #bc863c;
    font-weight: bolder;
}

.characteristic-cont-cont ul {
    margin-top: 15px;
}

.characteristic-cont-cont li {
    margin: 6px 10px;
}

.characteristic-cont-cont li p {
    font-size: 17px;
}

.characteristic-cont-cont span {
    font-size: 17px;
    margin-left: 5px;
    color: black;
}

.characteristic-cont:nth-of-type(2) {
    margin-left: 10px;
}

.characteristic-cont:nth-of-type(2) ul {
    margin-top: 0px;
}

.characteristic-cont:nth-of-type(2) li {
    width: 100%;
    margin: 5px 0px;
}

.characteristic-cont-cont li p {
    font-size: 17px;
}

.characteristic-cont:nth-of-type(2) li span {
    font-weight: normal;
}

.characteristic-cont:nth-of-type(2) li p {
    font-weight: bold;
}

.characteristic-cont-cont p {
    color: #bc863c;
}

.milieu{
    width: 70%;
    margin: 0 auto;
    margin-top: 50px;
    overflow: hidden;
}

.milieu img:nth-of-type(1) {
    width: 456px;
    margin-left: 2%;
}

.milieu img:nth-of-type(2) {
    width: 583px;
    margin-left: 5px;
}

.milieu img:nth-of-type(3) {
    width: 299px;
    height: 185px;
    margin-left: 5px;
    margin-top: 5px;
}

.milieu img:nth-of-type(4) {
    width: 279px;
    height: 185px;
    margin-left: 5px;
    margin-top: 5px;
}

.btom-form {
    width: 90%;
    margin: 0 auto;
    margin-top: 57px;
    overflow: hidden;
}

.btom-form h1 {
    font-size: 65px;
    color: #bc863c;
    text-align: center;
    font-weight: bolder;
}

.btom-form p:nth-of-type(1) {
    font-size: 32px;
    color: #bc863c;
    margin-top: 25px;
    font-weight: bold;
    text-align: center;
}

.btom-form p:nth-of-type(2) {
    font-size: 30px;
    color: #2a65d2;
    text-align: center;
    margin-top: 23px;
}

.form-cont {
    width: 943px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 45px;
}

.form-list {
    float: left;
    width: 50%;
    margin: 10px 0px;
}

.form-cont span {
    font-size: 17px;
}

.form-list:nth-of-type(4) span {
    letter-spacing: 2px;
}

.form-list input {
    width: 290px;
    height: 38px;
    background: #eeeeee;
    padding: 0px 10px;
    font-size: 15px;
    border: none;
    color: #888;
    border-radius: 5px;
    margin-left: 15px;
}

.form-list:nth-last-of-type(1) {
    width: 100%;
    overflow: hidden;
}

.form-list:nth-last-of-type(1) span {
    float: left;
}

.form-list textarea {
    resize: none;
    float: left;
    width: 765px;
    height: 135px;
    background: #eeeeee;
    padding: 10px;
    font-size: 15px;
    outline: none;
    border: none;
    margin-left: 20px;
    border-radius: 5px;
}

.updata {
    width: 460px;
    margin: 0 auto;
    margin-top: 35px;
    overflow: hidden;
    color: #888;
}

.data-btn, .updata button {
    width: 150px;
    padding: 10px 20px;
    background: #bc863c;
    float: left;
    border-radius: 50px;
    cursor: pointer;
}

.updata button {
    border: none !important;
}

.data-btn img, .updata button img {
    width: 15px;
    height: 19px;
    float: left;
}

.data-btn span, .updata button span {
    float: left;
    display: block;
    width: 1px;
    height: 19px;
    background: white;
    margin-left: 15px;
}

.data-btn p, .updata button p {
    float: left;
    font-size: 15px !important;
    margin-top: 0px !important;
    color: white !important;
    margin-left: 15px;
    font-weight: normal !important;
}

.btom-form p:nth-of-type(1) {
    font-size: 32px;
    color: #bc863c;
    margin-top: 25px;
    font-weight: bold;
    text-align: center;
}

.data-btn {
    margin-left: 90px;
    background: #98181c;
}

footer {
    background: url(/public/static/index/images/images/shadow.png) no-repeat center center;
    position: absolute;
    bottom: -15px;
    width: 100%;
    padding-bottom: 0px;
}

.footer {
    background: url(/public/static/index/images/footer-background.png) no-repeat center center;
    background-size: 100% 100%;
    padding-top: 25px;
}

.container {
    width: 1254px;
    max-width: 1254px;
    padding: 0px 30px;
    overflow: hidden;
}

.footer-nav{
    width: 1254px !important;
}

.footer-nav>img {
    float: left;
    margin-top: 53px;
    margin-right: 40px;
}

.footer-cont {
    float: left;
    margin-top: 53px;
    width: calc(100% - 285px);
    padding-left: 40px;
    border-left: 1px solid #dcdcdc;
}

footer nav{
    overflow: hidden;
}

.footer-cont ul {
    width: 100%;
}

.footer-cont li {
    font-size: 18px;
    color: #696969;
}

.footer-cont ul:nth-of-type(1) li {
    margin: 0px 5px;
}

.footer-cont a {
    text-align: left;
    color: black;
    font-size: 20px;
    float: left;
}

.footer-cont ul:nth-of-type(1) span {
    margin-left: 15px;
}

.footer-cont ul:nth-of-type(2) {
    width: 65%;
    margin-top: 22px;
    float: left;
}

.footer-cont li {
    font-size: 18px;
    color: #696969;
}

.footer-cont li span {
    font-size: 18px;
}

.QRcode {
    width: 245px;
    margin-right: 75px;
    float: right;
}

.QRcode img {
    width: 100px;
    margin-top: 22px;
    float: left;
}

.QRcode p {
    float: left;
    margin-top: 40px;
    font-size: 18px;
    color: #696969;
    margin-left: 35px;
}

@media screen and (max-width: 1535px){
    .nav-top-list a{
        padding: 0px 15px;
    }
    .form p {
        margin-left: 3%;
    }
    .ipt {
        width: 62%;
        margin-left: 2%;
    }
    .ipt input{
        width: 22%;
        margin-right: 2%;
    }
    .form button{
        width: 20%;
    }
    .introduction{
        padding: 0px 25px !important;
    }

    .treatment-tit{
        width: calc(100% - 140px);
        height: 110px;
        overflow: hidden;
        margin-left: 15px;  
    }
    .characteristic-cont{
        width: 100%;
    }

    .characteristic-cont:nth-of-type(2){
        margin-top: 200px;
    }

    .milieu img:nth-of-type(1),
    .milieu img:nth-of-type(2){
        width: 100% !important;
        margin: 10px 0px !important;
    }

    .milieu img:nth-of-type(3),
    .milieu img:nth-of-type(4){
        width: calc(50% - 5px) !important;
        margin: 10px 0px !important;
    }
    
    .milieu img:nth-of-type(4){
        margin-left: 10px !important;
    }
    .exports-list li{
        width: 252px;
    }
    .line{
        height: 175px;
    }
    footer{
        bottom: -55px;
    }
    .footer-cont ul:nth-of-type(2){
        width: 100%;
    }

    .footer-cont{
        width: 100%;
        margin: 0px;
    }
    .QRcode{
        margin: 0px;
    }
    .line{
        height: 80px !important;
    }
    .footer-cont ul:nth-of-type(2){
        width: 410px;
    }
    .footer-cont nav{
        width: 100%;
    }
}

@media screen and (max-width: 768px){
    .introduction div{
        width: 100%;
    }

    .introduction div:nth-of-type(2){
        margin-top: 25px;
        padding: 0px;
    }
    .exports{
        padding: 0px 40px;
    }
    .exports-list{
        height: 455px !important;
    }
    .treatment ul>li{
        width: 100%;
        margin: 10px 0px !important;
    }
    .characteristic-cont{
        width: 100%;
    }
    .characteristic-cont:nth-of-type(2){
        margin-top: 200px;
    }

    .milieu img:nth-of-type(1),
    .milieu img:nth-of-type(2){
        width: 100% !important;
        margin: 10px 0px !important;
    }

    .milieu img:nth-of-type(3),
    .milieu img:nth-of-type(4){
        width: calc(50% - 5px) !important;
        margin: 10px 0px !important;
    }
    .exports-list li{
        width: 293px;
    }
    
    .milieu img:nth-of-type(4){
        margin-left: 10px !important;
    }
    .form-cont{
        width: 100%;
    }

    .form-list input{
        width: 60%;
    }

    .form-list:nth-of-type(4) input{
        margin-left: 8px !important;
    }

    .form-list textarea{
        width: 80%;
    }
    .line{
        height: 110px !important;
    }
    .footer-cont ul:nth-of-type(2){
        width: 410px;
    }
    .footer-cont nav{
        width: 100%;
    }
}

@media screen and (max-width: 415px){
    .carouselMap{
        height: 187px !important;
    }
    .carouselMap li{
        width: 100%;
    }
    .switch img{
        top: 40px;
    }
    .form {
        margin-top: -35px !important;
    }
    .form form{
        padding: 15px 10px;
    }
    .form p {
        float: none !important;
        width: 100%;
        text-align: center;
    }

    .ipt{
        float: none;
        margin: 0px;
        width: 100%;
    }

    .ipt input{
        width: 100%;
        text-align: center;
        margin: 10px 0px;
    }
    .form button{
        width: 100%;
        margin: 0px;
    }
    .exports{
        padding: 0px 20px;
    }
    .exports-title img{
        bottom: -20px;
        width: 170px;
    }
    .square {
        margin-top: 35px !important;
    }
    .treatment{
        padding: 0px;
    }
    .exports-list{
        padding: 0px;
    }
    .exports-list{
        height: 455px !important;
    }
    .exports-list li{
        width: 315px;
    }
    .treatment ul>li{
        width: 100%;
        margin: 10px 0px !important;
    }
    .characteristic-cont{
        width: 100%;
        height:  auto !important;
    }
    .characteristic-title{
        width: 200px;
        height: 200px;
    }

    .characteristic-title img{
        width: 150%;
        top: -35px !important;
    }
    .characteristic-title p{
        line-height: 50px;
        font-size: 18px;
    }

    .milieu img:nth-of-type(1),
    .milieu img:nth-of-type(2){
        width: 100% !important;
        margin: 10px 0px !important;
    }

    .milieu img:nth-of-type(3),
    .milieu img:nth-of-type(4){
        width: calc(50% - 5px) !important;
        margin: 10px 0px !important;
        height: 75px !important;
    }
    
    .milieu img:nth-of-type(4){
        margin-left: 5px !important;
    }
    .btom-form h1{
        font-size: 37px;
    }
    .btom-form p:nth-of-type(1){
        font-size: 25px;
    }
    .btom-form p:nth-of-type(2) {
        font-size: 23px;
    }
    .form-list{
        width: 100%;
    }
    .form-list textarea{
        width: 60%;
        margin-left: 19px;
    }
    .updata{
        width: 100%;
    }
    .data-btn, .updata button{
        width: 47%;
        padding: 10px 15px;
    }
    .data-btn span, .updata button span{
        margin-left: 10px;
    }
    .data-btn{
        margin-left: 13px;
    }

    .line{
        height: 180px !important;
    }
    .footer-cont{
        border: none !important;
        padding: 0px !important;
    }
    footer{
        padding: 0px !important;
        bottom: -100px;
    }
    .footer-cont ul:nth-of-type(2){
        width: 100%;
    }
    .QRcode{
        float: none;
        margin: 0 auto;
    }
}