﻿.navbar {
    background: #212338;
}
.common-head{
    background: #eceff1;
    border-bottom: 1px solid rgba(195, 195, 195, 0.14);
}
.common-head .nav li a{
    color: #261c20;
}
.section1{
    height: 625px !important;
    width: 100%;
    min-width: 1248px;
    background: url(/Content/img/section1bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow:hidden;
}
.func{
    width: 25%;
    float: left;
    margin: 20px 0;
    min-width: 100px;
}
.box{
    width:150px;
    height:170px;
    text-align: center;
    margin: 0 auto;
}
.box img{
    width:100px;
}
.detail{
    padding-top: 20px;
    font-size: 17px;
    color: #666;
}
.Title{
    text-align: center;
    font-size: 30px;
    margin: 30px auto;
}
.Title p{
    margin: 0;
}
.p2{
    font-size: 15px;
    padding: 10px;
    color: #aaa;
}

.stepfunc{
    width: 125px;
    float: left;
    margin: 20px 0;
    min-width: 100px;
}
.stepfunc .box{
    width: 100px;
}
.TextInfo{
    width: 55%;
    float: left;
    top: 200px;
    position: relative;
    color: #3e4852;
    padding:3% 5% 0 20%;
    text-align: center;
    margin: 0 auto;
}
.TextInfo p{
    text-align: left;
}
.TextInfo p:nth-child(1){
    font-size: 60px; 
    font-weight: bold;
    letter-spacing: 5px;
    margin-bottom:10px;
}
.TextInfo p:nth-child(2){
    font-size: 22px; 
    font-weight:lighter;
    margin-top:0
}
.TextInfo div{
    font-size: 20px;
    font-weight: bold;
    width: 150px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    color: #ff0a0a;
    /* margin: 0 auto; */
    margin-top: 50px;
    border-radius: 20px;
}
.TextInfo a{
    text-decoration:none;
    color: #545454;
}
.TextInfo a:hover,.TextInfo a:visited{
    color: #545454;
}

.advaDiv{
    height: 400px;
    margin-bottom:10px;
}
.advaDivLeft{
    background: url(/Content/img/OrderServ/bgleft.png);
    background-repeat: no-repeat;
}
.advaDivRight{
    background: url(/Content/img/OrderServ/bgright.png);
    background-position: top right;
    background-repeat: no-repeat;
}
.advaContent {
    width:900px;
}
.advaContent div{
    width: 50%;
    float: left;
}
.advaInfo{
    padding-left: 30px;
    text-align: left;
}
.advaContent p:first-child{
    line-height: 350px;
    font-size: 18px;
    font-weight: bold;
    height: 200px;
}
.advaContent p:nth-child(2){
    font-size: 15px;
}