* {
    margin: 0;
    padding: 0;
}

a{
	color:#000;
    text-decoration: none;
}
ul li{
    list-style: none;
}

.goods {
    width: 100%;
    font-family: "微软雅黑";
    position: relative;
    font-size: 1vw;
}

/*模块一*/
.first-model {
    width: 100%;
    min-height: 60vh;
    padding-top: 10vh;
    padding-bottom: 10vh;
    background: url("../img/c1plus-bg.jpg") no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.first-model-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 60%;
    margin: 0 auto;
}

.model-left, .model-right {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;

}

.model-left{
    display: none;
    position: relative;
}
.model-left-01 {
    width: 90%;
    margin: 0;
    position: relative;
}

.goodsImg {
    width: 100%;
}


.model-right{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top:0vw;
}
.model-right-content{
    text-align: right;
    -webkit-flex:auto;
    -ms-flex: auto;
    flex: auto;
    display: none;
}

.model-right-title {
    width: 100%;
    text-align: right;
    font-size: 2.5vw;
}

.model-right-twoTitle {
    width: 100%;
    text-align: right;
    font-size: 1.25vw;
    margin-top: 2vh;
    margin-bottom: 2vh;
}

.model-right-explain {
    width: 100%;
    text-align: right;
    font-size: 1vw;
    margin-top:0.8vh;
}

.model-right-btn {
    width: 100%;
    text-align: right;
    margin-top: 6vh;
}

.model-btn {
    background-color: #FE791C;
    color: #ffffff;
    padding: 0.6vw 2vw;
}

/*模块二*/
.second-model {
    width: 100%;
    min-height: 60vh;
    padding-top: 10vh;
    padding-bottom: 10vh;
    background: url("../img/second-h2-bg.jpg") no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: 1vh;
}
.second-model-content{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 60%;
    margin: 4vw auto 0;
}
.second-model-02{
    position: absolute;
    top: 0;
    right:-40%;
    width: 100%;
}
.model-left-Img{
    width:110%;
}
.model-left-Img02{
    width: 60%;
}
.second-model-title{
    font-size:2.5vw;
   /* color: #ffff;*/
}
.second-model-twoTitle{
    /*color: #ffffff;*/
}

.model-btn-two {
    background-color: #FE791C;
    color: #fff;
    padding: 0.6vw 2vw;
}
/*模块三*/
.third-model {
    width: 100%;
    min-height: 60vh;
    padding-top: 10vh;
    padding-bottom: 10vh;
    background: url("../img/three-w1-bg.jpg") no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: 1vh;

}
.third-model-content{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 60%;
    margin: 4vw auto 0;
}
.third-model-title{
    font-size:2.5vw;
}


/*模块四*/
.four-model {
    width: 100%;
    min-height: 60vh;
    padding-top: 10vh;
    padding-bottom: 10vh;
    background: url("../img/four-m2-bg.jpg") no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: 1vh;
}
.four-model-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 60%;
    margin: 8vw auto 0;
    /*background:#f00;*/
}

.four-model-Img{
    width: 120%;
}
.four-model-title{
    font-size:2.5vw;
}
.four-model-02{
    width: 100%;
    text-align: right;
}


