
.selector-for-some-widget {
    box-sizing: content-box;
}
.header-color1{
    background: #ced4da;
}

.header-color1 a{
    color: #1b1e21;
}
.logo{
    height: 30px;
    width: 30px;
}
.logo-text{
    font-family: Gabriola, serif;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.toTop{
    margin-top: 35px;
}
.pic{
    text-align: center;
}
.pic img{
    margin-top: 4px;
    margin-bottom: 4px;
}
.text{
    margin-top: 8%;
}
footer{
    font-weight: 400;
    text-align: center;
    padding: 20px;
}
img {
    border: 0px;
    vertical-align: middle;
}
#home{
    margin-top: 40px;
    background: url("../img/solution.jpg");
    background-size: cover;
    color: #ffffff;
    text-align: center;
    width: 100%;
}
#footer_bg{
    background: #fafafa;
    background-image: url(../img/05.png);
    background-repeat: repeat;
    color: #ffffff;
    padding: 20px 0 10px
}

.right_contact {
    position: fixed;
    right: 60px;
    top: 80px;
    z-index: 100;
    cursor: pointer;
}
.right_contact_wx_code {
    display: none;
    position: absolute;
    right: -38px;
    top: 80px;
}
#en-content { padding: 80px 0 }
#en-content .img,
.img { margin: 15px 0 }
.position-details {
    margin-top: 40px;
    border-top: 1px solid #f1f1f1;
    padding: 30px 0;
}

button.en-btn,
a.en-btn {
    background-color: #FFFFFF;
    color: #fff;
    border-radius: 40px;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
    border-color: transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    padding: 10px 40px;
    background: transparent;
    border: 4px solid #ffffff;
}
button.en-btn:hover,
a.en-btn:hover {
    background-color: #ffffff;
    color: #222222;
    border-color: transparent;
    padding-left: 50px;
    padding-right: 50px;
}
a.en-btn.light {
    background-color: #ffffff;
    color: #222222;
}
a.en-btn.light:hover { background-color: #ffffff }
button.en-btn.dark,
a.en-btn.dark {
    background-color: #222222;
    color: #ffffff;
    border: 0;
}
#home_market{
    background: url("../img/huiyuan.png");
    background-size: cover;
    color: #ffffff;
    text-align: center;
    width: 100%;
    height: 500px;
}

#home_market h1{
    margin-top: 200px;
    font-weight: bold;
}

@media screen and (min-width:992px) {
    #pc {
        display: block;
 }
    #home{
        height: 500px;
      }
    #home h1{
        margin-top: 200px;
        font-weight: bold;
    }
    #iphone{
        display: none;
    }
}
@media screen and (max-width: 992px) {
    #pc {
        display: none;
    }
    #home{
        height: 250px;
    }
    #home h1{
        margin-top: 100px;
        font-weight: bold;
    }
    #iphone{
        display: block;
    }
    #iphone i{
        float: right;
    }
}


