body {
    background: url("../Images/bg-img.png") center center;
    margin: 0;
}
ul>li{
    list-style: none;
}
input::-webkit-input-placeholder {
    /* 修改字体颜色 */
    color: #888888;
    /* 修改字号，默认继承input */
    font-size: 14px;
}
.online-header {
    height: 80px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    width: 100%;
    min-width: 1200px;
    position: relative;
}
.logo-box {
    width: 144px;
    height: 46px;
    position: absolute;
    left: 80px;
    top: 50%;
    margin-top: -20px;
}
.tel-box {
    line-height: 80px;
    position: absolute;
    right: 80px;
    top: 50%;
    margin-top: -32px;
    color: #fff;
}
.container {
    width: 1200px;
    margin: 0 auto;
}
.main {
    width: 1200px;
    height: 440px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -600px;
    margin-top: -240px;
}
.container-l {
    width: 720px;
    height: 100%;
    float: left;
    background: rgba(0,10,46,0.7)
}
.container-l ul li {
    width: 225px;
    height: 117px;
    position: relative;
    border-bottom: 1px solid #263962;
    padding: 30px 5px 0 50px;
    float: left;
    margin: 0 20px;
}
/*.container-l ul li:first-child{*/
/*    margin-left: -10px;*/
/*}*/
.container-l ul li:last-child {
    border: 0;
}
.container-l ul li .i-img {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 30px;
}
.container-l ul li .i-img img {
    width: 100%;
    margin-top: 6px;
}
.container-l ul li h1 {
    font-size: 18px;
    color: #e5f4ff;
    line-height: 18px;
    font-weight: normal;
}
.container-l ul li p {
    color: #95a8cb;
    line-height: 1.5;
    padding-top: 2px;
    font-size: 14px;
}
.container-r {
    width: 320px;
    padding: 0 60px;
    background: #fff;
    float: right;
    height: 100%;
}
.container-r h1 {
    text-align: center;
    font-weight: normal;
    font-size: 24px;
    line-height: 24px;
    padding: 20px 0px;
    color: #363336;
}
.container-r form {
    position: relative;
}
.container-r form>ul{
    padding: 0px;
    margin-bottom: 5px;
}

.err-box {
    position: absolute;
    height: 20px;
    top: -25px;
    text-align: center;
    color: #DC3033;
    font-size: 14px;
    width: 100%
}
.container-r ul li.item {
    padding-left: 28px;
    border: 1px solid #dbd9dc;
    height: 38px;
    position: relative;
}
.container-r ul li>input{
    border:0;
    outline:none;
    color: #333333;
}
.container-r ul li>select{
    border:0;
    outline:none;
    color: #333333;
}
.container-r ul li.item>i {
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 6px;
    top: 50%;
    margin-top: -9px;
}
.container-r ul li.item>i img {
    width: 100%;
}
/*.container-r ul li.item>i img.name-img{*/
/*    vertical-align: top;*/
/*    margin-top: 0px;*/
/*}*/
.container-r ul li.item input[type="text"] {
    padding: 10px 2px;
    color: #888888;
    font-size: 14px;
/*    width: 280px;*/
    width: 100%;
}

.container-r ul li.item select{
    padding: 10px 2px;
    color: #888888;
    font-size: 14px;
    width: 280px;
}

.container-r ul li.blank {
    height: 14px;
    line-height: 14px;
}
a.online-btn {
    width: 318px;
    display: block;
    height: 38px;
    line-height: 38px;
    border: 1px solid #3069bf;
    background: #1f6cdb;
    color: #fff;
    text-align: center;
    text-decoration:none;
    margin-top: -16px;
}
a.online-btn:hover {
    background: #1864d2;
}
.online-footer {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #050a13;
    height: 65px;
}
.online-footer .container {
    height: 100%;
    color: #777f88;
    overflow: hidden;
}
.online-footer .container a {
    color: #777f88
}
.online-footer .container a:hover {
    color: #8f97a0;
}
.footer-l {
    float: left;
    padding: 5px 0;
    font-size: 14px;
    line-height: 60px;
}
.footer-link>a {
    margin: 0 8px;
    text-decoration:none;
}
.footer-r {
    float: right;
    padding: 32px 0;
}
.footer-r img {
    height: 40px;
    margin-left: 5px;
}

@media screen and (max-width: 1200px) {
    .logo-box {
        left: 0;
    }

    .tel-box {
        right: 0
    }
}
.fill{
    color: #e6311e;
    margin-left: -176px;
    margin-top: 20px;
    font-size: 14px;
}
.make{
    color: #fff;
}
.copy-right>a{
    text-decoration:none;
}
/* 立即咨询 */
.fill{
    color: #e6311e;
    margin-left: -30px;
    margin-top: 5px;
    font-size: 14px;
}
.solution-consultation{
    background: url(../Images/contactUs.png) no-repeat top;
    height: 451px;
}
.solution-consultation-text{
    text-align: center;
    padding-top: 80px;
}
.solution-consultation-text .consultation-text{
    height:26px;
    font-size:14px;
    color:#464C5B;
    line-height:26px;
    margin-bottom: 40px;
}
.solution-text{
    margin-bottom: 80px;
}
.solution-consultation-text img{
    width: 32px;
    height: 32px;
    display: inline-block
}
.solution-consultation-text .solution-text>li>p{
    display: inline-block
}
.solution-consultation-text ul li{
    float: left;
    margin-bottom: 20px;
}

.consultation-left>p{
    margin-top: 5px;
    width: 516px;
    vertical-align: top;
    height:26px;
    font-size:14px;
    color:#464C5B;
    line-height:26px;
    text-align: left;
    margin-left: 5px;
}
.consultation-right>p{
    width: 596px;
    margin-top: 5px;
    vertical-align: top;
    height:26px;
    font-size:14px;
    color:#464C5B;
    line-height:26px;
    text-align: left;
    margin-left: 5px;
}
/* 咨询 */
.immediately{
    height:32px;
    font-size:32px;
    color:#fff;
    line-height:32px;
    margin-bottom: 20px;
    font-weight: 500;
}
.major-sever{
    height:18px;
    font-size: 14px;
    color:#9EA7B4;
    line-height:18px;
    text-align: center;
    margin-bottom: 4px;
}
.major-sever2{
    margin-bottom: 36px;
}
.iphone{
    position: relative;
    margin-bottom: 16px;
}
.iphone input{
    box-sizing: border-box;
    width:318px;
    height:40px;
    background:rgba(255,255,255,0.08);
    border-radius:2px;
    padding-left: 16px;
    color: #FFFFFF;
}

.name{
    position: relative;
    margin-bottom: 16px;
}
.name input{
    box-sizing: border-box;
    width:320px;
    height:40px;
    background:rgba(255,255,255,0.08);
    border-radius:2px;
    padding-left: 16px;
    color: #FFFFFF;
}

.name-line{
    width: 440px;
    height: 1px;
    background: #D7DDE4;
    position: absolute;
    top: 26px;
    left: 379px;
}
.make{
    width: 176px;
    height: 40px;
    background-color: #1F6CDD;
    color: #FFFFFF;
    font-size: 14px;
    border-radius:2px;
    margin-right: 12px;
}
.make:hover{
    background-color: #3A7AE1;
}
.ask{
    width: 128px;
    height: 40px;
    background:rgba(255,255,255,0.1);
    border-radius:2px;
    color: #FFFFFF;
    font-size: 14px;
}
.ask:hover{
    background-color: #FFFFFF;
    color: #253151;
}
.solution-iphone{
    height:14px;
    font-size:14px;
    font-weight:bold;
    color:#1F6CDD;
    line-height:14px;
    margin-top: 10px;
    margin-bottom: 80px;
}
/*弹框样式*/
.show_msg{
    width:100%;
    height:35px;
    text-align:center;
    position:fixed;
    left: 0;
    z-index: 99999;
}
.show_span{
    display: inline-block;
    height: 35px;
    padding: 0 15px;
    line-height: 35px;
    background:rgba(0,0,0,0.8);
    border-radius: 50px;
    color: #fff;
    font-size: 1em;
}