﻿.common-head{
    background: #eceff1;
    border-bottom: 1px solid rgba(195, 195, 195, 0.14);
}
.common-head .nav li a{
    color: #261c20;
}
.section1{
    height: 715px !important;
    width: 100%;
    min-width: 1248px;
    background: url(/Content/img/section1bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow:hidden;
}
.func{
    width: 20%;
    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;
}

.ResultDiv{
    width: 50%;
    border-radius: 15px;
    padding: 10px;
    float: left;
    position: relative;
    /*height: 548px;*/
    overflow: hidden;
    text-align: center;
}
.ResultDiv >div{
    width: 350px;
    position: relative;
    margin: 0 auto;
}
.ResultDiv img:not(:first-child){
    width: 310px;
    position: absolute;
    left: 20px;
    top: 80px;
}
.SelectDiv{
    width: 50%;
    height: 100%;
    padding-left: 10%;
    padding-top: 80px;
    float:left;
}
.SelectItem{
    height:25%;
    text-align:center;
}
.SelectPoint{
    width: 28px;
    float: left;
    height: 100%;
    position: relative;
}
.SelectPoint div{
    width: 2px;
    height: 100%;
    margin: 0 auto;
    background: #3e4852;
    position: absolute;
    top: 10px;
    left: 13px;
}
.SelectInfo{
    float: left;
    padding-left: 20px;
    text-align: left;
    color: #3e4852;
}
.SelectInfo p:nth-child(1){
    font-size: 21px;
}
.SelectInfo p:nth-child(2){
    font-size: 15px;
}
.TextInfo{
    width: 55%;
    float: left;
    top: 225px;
    position: relative;
    color: #3e4852;
    padding: 4% 5% 0 25%;
    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),.TextInfo p:nth-child(3){
    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: 550px;
    margin-bottom:10px;
}
.advaDivLeft{
    background: url(/Content/img/OrderServ/bgleft.png);
    background-repeat: no-repeat;
    background-size: 50% 550px;
}
.advaDivRight{
    background: url(/Content/img/OrderServ/bgright.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 50% 550px;
}
.advaContent {
    width:1000px;
    overflow: hidden;
}
.advaContent div{
    width: 50%;
    float: left;
}
.advaInfo{
    padding-left: 30px;
    text-align: left;
}
.advaContent p:first-child{
    line-height: 450px;
    font-size: 18px;
    font-weight: bold;
    height: 250px;
}
.advaContent p:nth-child(2){
    font-size: 15px;
}