﻿footer .contact .code img {
    width:100%;
    height: 100%;
}

.col-sm-12 {
    padding:0;
}

.swiperdiv{
    height:200px;
}

.contentbox {
    width: 95%;
}
.company .img {
    width: 100%;
    float: none;
    padding: 0;
    margin:0;
}
.company .content {
    width: 100%;
    float: none;
}
.company .content .cimgbox {
    float: none;
    width: 90%;
    margin: 2% auto;
}
.company .content .cprofile {
    width: 95%;
    margin: 0 auto;
}

.teambg {
    padding-top: 30px;
    padding-bottom: 30px;
}
.team .btnbox button {
    margin: 15px 5px 25px;
}
.team .menlist {
    width: 100%;
    margin:0;
}
.team .menlist .imgbox {
    width: 46%;
    margin:0 2%;
}
.team .menlist .imgbox img{
    vertical-align: bottom;
}
.business .map{
    width: 95%;
    margin: 0 auto;
}
.business .map img{
    width: 100%;
}

.contactwe{
    padding: 30px 0;
}
.contactwe .contype .floatbox{
    margin:0;
    display: block;
}
.contactwe .gz .floatbox .fitem img {
    vertical-align: middle;
    margin-right: 2%;
}
.contactwe .contype .floatbox .fitem {
    width: 100%!important;
    margin-bottom: 4%;
    font-size: 15px;
    text-align:left;
}
.contactwe hr {
    margin: 20px 10px;
}
/*.contactwe .zg .floatbox .fitem img {
    margin-right:5px;
}*/
.contactwe .contype .floatbox .fitem img {
    width: 30px;
    height: 30px;
}
.contactwe .contype .floatbox .fitem1{
    display: flex;
    align-items: center;
    display: -ms-flexbox;
    -ms-flex-align: center;
}
.contactwe .zg .floatbox .fitem {
    margin-bottom: 8%;
}
.contactwe .zg .floatbox .fitem p{
    margin-left:0;
}
    
.contactwe .contype .floatbox .fitem .txt{
    padding-top: 2%;
}

.contactwe .contype,
.contactwe .contype .ctit{
    width: 95%;
}

.company,.team,.business{
    width:100%;
}

@media screen and (max-width:320px) { /*iPhone5/SE*/
    .swiperdiv {
        height: 150px;
    }
    .contactwe .contype .floatbox .fitem1 .txt {
        padding-top: 0;
        max-width: 80%;
        text-align: left;
    }
}  

/*iPhone 6/7/8/x*/
@media screen and (min-width:361px) and (max-width:375px) {
    .swiperdiv {
        height: 170px;
    }
}