﻿

.solution_box{
    padding: 50px 0 70px;
    background: #fff;
}

.alreay{margin-top: 30px;}

.t1{
    font-size: 20px;
    color: #333;
    line-height: 20px;
    margin-bottom: 18px;
}

.t2{
    font-size: 14px;
    color: #333;
    line-height: 16px;
}

.alreay li{
    float: left;
    padding: 0 28px;
    border-left: 1px solid #dddddd;
}

.alreay li:first-child{padding-left: 0;border: 0;}

.form-r{
    text-align: right;
}

.input-box input{
    float: left;
    font-size: 14px;
    width: 140px;
    text-align: left;
    height: 40px;
    border-radius: 5px;
    padding-left: 16px;
    border: 1px solid #dfdfdf;
    margin-right: 10px;
}
.input-box button:hover {
    opacity: .85;}
.input-box button{
    font-size: 14px;
    width: 140px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: #7070d2;
    color: #fff;
    border: 0;
    float: left;
    border-radius: 5px;
		opacity: 1;
	cursor: pointer;
}

.input-box{margin-top: 30px;}

.contact h3{
    font-size: 22px;
    color: #333333;line-height: 22px;margin-bottom: 10px;
}

.sm {
    font-size: 16px;
    color: #333333;
    line-height: 16px;
    margin-bottom: 28px;
}

.contact p a,.erweima-box p{
    font-size: 14px;
    color: #333;
    line-height: 14px;
}

.contact p a:hover{color: #7070d2;}

.footer{
    padding: 36px 0;
    border-top: 1px solid #f5f5f5;
    background: #fff;
}

.copyright{
    font-size: 14px;
    color: #999;
    line-height: 14px;
    margin-top: 28px;
}

.address{
    margin-bottom: 28px !important;
}

.erweima-box p{
   margin-bottom: 8px ;
   text-align: right;
}

.call{font-size: 24px !important;line-height: 24px !important;margin-bottom: 12px !important;}

.erweima-box  img{display: inline-block;margin-left: 15px;}

.fixed_nav {
    width: 467px;
    background: #fff;
    position: fixed;
    right: 0;
    bottom: 5%;
    z-index: 999;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    padding: 33px 26px 22px 32px;
}

.p-md{
    font-size: 16px;
    color: #333;
    line-height: 22px;
    margin-bottom: 20px;
}
.lx-us{
    font-size: 14px;
    color: #7070d2;
    text-decoration: underline;

}

.f-info{padding-left: 30px;}

.close_b{
    width: 13px;
    height: 13px;
    background: url(../images/close.png) center center no-repeat;
    position: absolute;
    top: 9px;
    right: 9px;
    cursor: pointer;
}

@media(max-width:1619px) and (min-width:1200px){
    
    .t1 {
        font-size: 18px;
    }

    .t2 {
        font-size: 12px;
    }
     .alreay li {
        padding: 0 12px;
    }
    .pbox p br{display: none;}
    .input-box input {
        font-size: 12px;
        width:112px;
        padding-left: 8px;
        margin-right: 6px;
    }

    #call{width: 134px !important;}
}