/*屏幕宽度小于767个象素时应用的CSS样式*/
@media (min-width: 991px) {
   /*CSS代码 */
}
button{
    outline: none;
    background: #f6f9fa;
}
body{
    /*background-color: #f1f1f1;*/
}
#header {
    position: fixed;
    height: 10vh;
    display: block;
    width: 100%;
    background: #f6f9fa;
    z-index: 9;
    text-align: center;
    color: #f2f2f2;
    top: 0px;
}
a,a:hover{
    text-decoration: none !important;
}
.main{
    /*width: 100rem;*/
    margin: 0 auto;
}
.menu {
    color: #6a7a89;
    font-size: 14px;
    /*font-size: 0.875em;*/
}

.menu:hover{
    color: #0081ff;
}

.logo {
    width: 20.5rem;
    /*padding-left: 7.7vw;*/
    /*margin-right: 15rem;*/
}

.logo>a>img {
    width: 10rem;
    height:4rem;
}

.tologin>img {
    width: 6.6rem;
}

.section,
.slide {
    text-align: center;
    background-size: 100% 100%;
}

.loginbtn{
    width: 8.23rem;
    height: 3rem;
    /*width: 7.23rem;
    height: 2.80rem;*/
    position: relative;
    background-color: #0081ff;
    border-radius: 40px;
    border: none;
}

.loginbtn img{
    margin-right: 1rem;
}
.contain{
    width: 100%;
    background-color: #fff;
    height: auto;
    margin:0 auto;
}
.bannner{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 53.3rem;
    margin:0 auto;
    background-image: url("https://static.icarephone.com/mp/new/ocm/company_desc/banner_bg.png");
    background-size: cover;
    font-size: 14px;
}
.ban-contain{
    height: 50.3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    color: #fff;
    box-sizing: border-box;
}
.ban-title{
    font-family: "微软雅黑";
    font-size: 48px;
    /*font-size: 3.42rem;*/
    font-weight: bold;
    margin-top: 10rem;
}
.line{
    width: 10rem;
    height: 0.1rem;
    background-color: #fff;
    box-sizing: border-box;
    margin-top: -7rem;
}
.ban-detail{
    font-family: "微软雅黑";
    font-size: 24px;
    margin-top: -5rem;
    text-align: center;
}
.bus-platform{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin:0 auto;
}
.platform-img,.platform-title,.introduction,.savedata{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin:0 auto;
    font-size: 14px;
}
.platform-title{
    margin-top: 5.43rem;
    margin-bottom: 6.43rem;
}
.platform-img-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin:0 3.5rem;
}
.business-txt{
    font-size: 30px;
    font-family: "微软雅黑";
    /*font-size: 2.54rem !important;*/
    color: #333；
    font-weight:bold;
}
.platform-txt{
    font-size: 25px;
    font-family: "方正兰亭黑简体";
    /*font-size: 1.91rem !important;*/
    color: #168BFE
}
.platform-img-txt1{
    font-size: 24px;
    font-family: "微软雅黑";
    /*font-size: 1.71rem;*/
    color: #070707;
    font-weight: bold;
    margin-top: 1.5rem;
}
.platform-img-txt2{
    font-size: 20px;
    font-family: "微软雅黑";
    /*font-size: 1.43rem;*/
    color: #070707;
    margin-top: 0.2rem;
}
.platform-spread{
    /*width: 103.7rem;*/
    width: 100%;
    height: 30rem;
    background-color: #005ffD;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10rem;
}
.spread-pic{
    height: 28rem;
    width: 56rem;
    margin-top: -4rem;
    margin-bottom: 4rem;
}
.spread-detail{
    display: flex;
    flex-direction: column;
    font-size: 1.43rem;
    color: #fff;
    margin-left: 3.5rem;
    margin-top: -5rem;
}
.spread-title{
    font-family: "方正兰亭粗黑简体";
    font-size: 28px;
    /*font-size: 2rem;*/
    font-weight: bold;
    margin-top: 3.2rem;
    margin-bottom: 3rem;
}
.spread-title1{
    font-family: "微软雅黑";
    font-size: 20px;
    line-height: 2.8rem;
}
.bus-introduction,.bus-mes,.bus-study{
    background-color: #f1f1f1;
    padding-bottom: 3rem;
}
.introduction{
    margin-top: 5rem;
}
.introduction-img{
    margin: 0 3rem;
}
.introduction-txtt{
    text-align: right;
}
.introduction-three{
    display: flex;
    flex-direction: column;
    height: 14rem;
    margin-top: 9rem;
}
.introduction-title{
    font-family: 'MicrosoftYaHei' Regular;
    font-size: 24px;
    color: #323232;
    font-weight: bold;
}
.introduction-txt{
    font-family: 'MicrosoftYaHei' Regular;
    font-size: 16px;
    color: #323232;
    line-height: 2.5rem;
}
.isize{
    font-size: 33px !important;
}
.data-pic{
    margin-top: 4rem;
    margin-bottom: 6rem;
}
.data-three{
    display: flex;
    flex-direction: column;
    height: 11rem;
}
.bus-improve{
    background:url("https://static.icarephone.com/mp/new/ocm/company_desc/improve_bg.png") no-repeat -12.5rem 0;
}
.bus-tech{
    padding-bottom: 3rem;
}
.map-txt{
    font-family: "方正大黑_GBK";
    font-size: 26px;
    color: #000;
    font-weight: bold;
    line-height: 3.5rem;
}
#section9 {
    background-image: url(https://static.icarephone.com/mp/new/ocm/index/pic_9.png);
}

/*.content2 img,.content3 img{
    width: 15.83rem;
    height: 15.83rem;
}*/

.contactcontent{
    display: flex;
    flex-direction:row;
    margin-top: 5.17rem;
    margin-bottom: 3.5rem;
    justify-content:center;
}

.content1,.content2,.content3,.content4{
    display: flex;
    flex-direction:column;
}

.content1,.content4{
    text-align: left;
}

.content1{
    padding-right: 8rem;
}

.content2{
    padding-right: 4.5rem;
}

.content3{
    padding-right:4.5rem;
}

.content1 h5{
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 1rem;
}

.content1 p{
    font-size: 16px;
    color: #666;
    margin-bottom: 1rem;
}

.content2 p,.content3 p{
    font-size: 16px;
    color: #333;
    margin-top: 1rem;
}

.content4 h6{
    font-size: 16px;
    color: #7f8c8d;
    margin-bottom: 1rem;
}

.content4 p{
    font-size: 28px;
    color: #ff6800;
    font-family: "TimesNewRoman";
    font-weight: bold;
    margin-bottom: 2rem;
    font-style: italic;
}

.content4 .itxt{
    font-weight: normal;
    font-size: 24px;
}
.companytitle{
    font-size: 30px;
    color: #0081ff;
    font-weight: bold;
    padding-top: 7rem;
}

.companytitle2{
    color: #494949;
    font-family: "方正黑体简体";
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 3rem;
}
