/*top start*/
.top {
    /*float: left;*/
    /*position: relative;*/
}

.top .bg {
    width: 100%;
    position: relative;
    /*z-index: -1;*/
}

.tit-bg {
    position: absolute;
    top: 0;
    right: 0;
    height: 80px;
    width: 100%;
    /*background-color: rgba(0, 0, 0, 0.2);*/
    /*background-color: #00a3ee60;*/
    background-color: #417ab3;
  	z-index:1;
}

.title {
    /*height: 65px;*/
    position: relative;
}

.title .add-order-nav{
	
     background-color: #417ab3;
}
.title ul {
    display: inline-block;
    vertical-align: top;
    /*height: 65px;*/
    margin-left: 20px;
    width: 640px;
    z-index: 999;
}

.title ul li {
    float: left;
}

.title ul a {
    text-decoration:none;
    display: inline-block;
    padding: 0 15px;
    /*height: 76px;*/
    line-height: 80px;
    /*border-top: 4px solid rgba(0, 0, 0, 0);*/
    color: #fff;
    font-size: 20px;
}

.title li .selected {
    /*color: #e77745;*/
    /*background-color: #fff;*/
    /*border-top: 4px solid #e77745;*/
    color: #e77745;
    background-color: #fff;
    /*border-top: 4px solid #fff;*/
}

.title ul a:hover {
   /*border-top: 4px solid #e77745;*/
    color: #e77745;
    background-color: #fff;
}

.login-top {
    width: 170px;
    position: absolute;
    right:130px;
    top:0px;
    height: 80px;
    line-height: 80px;
    text-align: center;
}

.phone {
    position: absolute;
    right: 0;
    top:0;
    width: 132px;
    font-size: 14px;
    color: #fff;
    line-height: 80px;
    height: 80px;
}

.login-top a {
    font-size: 14px;
    color: #e77745;
    font-weight: 700;
}

.login-top a:first-child {
    margin-right: 10px;
}

.txt {
    position: absolute;
    width: 100%;
    top: 35%;
}

.txt .w {
    height: 550px;
}

.txt img {
    float: right;
}
#xcx-box img{
    width: 90px!important;
}