<Audits>System.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
65e2bd89-bdf5-4dc5-90b0-b8512ca32c22|SearchRequest|SearchRequest|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" EchoToken="Search" TimeStamp="0001-01-01T00:00:00" TraceId="65e2bd89-bdf5-4dc5-90b0-b8512ca32c22">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="12457" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-01T00:00:00" End="2026-06-03T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="escatripb2b@gmail.com" Password="Joysaha72@" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
65e2bd89-bdf5-4dc5-90b0-b8512ca32c22|TravcoSearch|supplier interation failed||Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
65e2bd89-bdf5-4dc5-90b0-b8512ca32c22|HotelbedsSearch|successfull supplier interation||HotelBeds|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
65e2bd89-bdf5-4dc5-90b0-b8512ca32c22|MikiSearch|successfull supplier interation||Miki|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
65e2bd89-bdf5-4dc5-90b0-b8512ca32c22|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:7ebeec13-3bf1-4891-931f-b63f0ad26008
Error Number:2812,State:62,Class:16|SmyRooms|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
65e2bd89-bdf5-4dc5-90b0-b8512ca32c22|WebbedsSunHotelsSearch|successfull supplier interation||WebbedsSunHotels|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
65e2bd89-bdf5-4dc5-90b0-b8512ca32c22|TravellandaSearch|successfull supplier interation||Travellanda|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
65e2bd89-bdf5-4dc5-90b0-b8512ca32c22|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-05-15T19:00:16.6750972+01:00" Version="0" EchoToken="Search" TransactionIdentifier="65e2bd89-bdf5-4dc5-90b0-b8512ca32c22" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="21.63" OriginalAmount="21.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="2" HotelCode="779854|beijing_huairou_pan_jia_yuan_hotel" HotelName="Beijing Huairou Pan Jia Yuan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>149 Pan Jia Yuan, Huairou</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/aa/a2aa23b5580d6a9d4a769f051f84c44d78b9374c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.46" OriginalAmount="27.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.94469" Longitude="116.12582" StarRating="2" HotelCode="|348238" HotelName="Home Inn Beijing Mentougou Shuangyu Huandao" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No. D092, Aima Home Shopping Plaza, No. 35 Shuangyu Huandao</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/8/2/3/8/348238_1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="32.96" OriginalAmount="32.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="0" HotelCode="627189|jinjiang_inn_shunyi_development_zone" HotelName="Jinjiang Inn Shunyi Development Zone" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>A57 Shuanghe Avenue, Shunyi District, Shunyi, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/6a/6b6a115e0f137b9792fbe94dbeac23548d2b9401.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="32.96" OriginalAmount="32.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9358" Longitude="116.4" StarRating="0" HotelCode="885507|99_inn_beijing_majuqiao" HotelName="99 Inn Beijing Majuqiao" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>9 Majuqiao Commercial Street</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/b8/a8b8c2c339e37bee18820b9feb1aa117bd9d60d9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="35.02" OriginalAmount="34.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.30879215" Longitude="116.63021028" StarRating="0" HotelCode="652662|7days_inn_beijing_huairou" HotelName="7 Days Inn Beijing Huairou" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>18 Nanhua Main Street</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/de/13deceef430b2be6ac115e39878dd66b3e6a7f34.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="38.84" OriginalAmount="37.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9358" Longitude="116.4" StarRating="0" HotelCode="705928|4772015" HotelName="GreenTree Alliance Beijing Fangshan District Dajian Road Yancun Town Industrial Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Building 1 North of Dajian Road</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/0f/fc0fe2a39613b6d5be65c46bc4b7aef0b767af42.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="39.14" OriginalAmount="38.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.79718932" Longitude="116.56347412" StarRating="0" HotelCode="424964|7_days_inn_beijing_kechuang_9th_street" HotelName="7 Days Inn Beijing Kechuang 9th Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Elevator,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Building 10 Dinghaiyuan Sanli, Near Jinghai 6th Road, Yizhuang Area, Beijing 101100</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/ee/d9ee899cbec3207e125fd77a0352644fc359a179.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 2-star 7 Days Inn Beijing Kechuang 9th Street offers comfort and convenience whether you're on b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="42.11" OriginalAmount="40.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.7359" Longitude="116.347" StarRating="3" HotelCode="|406210" HotelName="XANA HOTELLE IN EAST STREET HUANGCUN COUNTY DAXING" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>DAXING STORE NO 86 XINGFENG STREET 3RD SECTION DAX</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/6/2/1/0/406210_d8f0fed0840.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.23" OriginalAmount="41.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9358" Longitude="116.4" StarRating="0" HotelCode="844143|99_inn_beijing_huilongguan_dongdajie_metro_station" HotelName="99 Inn Beijing Huilongguan Dongdajie Metro Station" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Intersection Huinanli And Huangping Road</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/c4/cdc48f6d7301ac753bb3b749c69e4835e14b181d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.26" OriginalAmount="42.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.79480611" Longitude="116.45966099" StarRating="0" HotelCode="682175|7_days_inn_beijing_jiugong_branch" HotelName="7Days Inn Beijing Jiugong Branch" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Elevator,Internet,Parking">
        <Address>
          <AddressLines>
            <AddressLine>Floor 4, 15th Building, 12 Jiuzhong Road, Jiugong Town, Daxing District, Fengtai District, 100076 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/1a/7e1aa3c04197b5d076b3b2ebd0d4d2c032f143d8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Fengtai District, 7 Days Inn Beijing Jiugong Branch is a perfect starting point from whic...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.26" OriginalAmount="42.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.918134931412" Longitude="116.37665567929" StarRating="2" HotelCode="931013|super_8_beijing_miyun_gulou_branch" HotelName="Super 8 Hotel Beijing Miyun Gu Lou" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Dong Xie Street, Floor 2-3 Gu Lou Street, Beijing 101500</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/1e/a41ef392c5512e3bf3c6dd6f1a07149602fe8604.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Peking - Capital (PEK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="43.26" OriginalAmount="42.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9358" Longitude="116.4" StarRating="0" HotelCode="800822|jinhewan_business_hotel" HotelName="Beijing Jinhewan Motel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jinhewan Business Hall</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/73/0d73be8460b773b6fbd0c6ee4103baf5adfe9af3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.97" OriginalAmount="42.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.84413" Longitude="116.24469" StarRating="2" HotelCode="|348849" HotelName="Greentree Inn Beijing Fengtai District Lugou Bridg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No.24-6 Middle Xiaoyue Road, south to Lugou Bridge</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/8/8/4/9/348849_1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.19" OriginalAmount="43.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.85024" Longitude="116.53354" StarRating="2" HotelCode="|348659" HotelName="Greentree Inn Beijing Xizhihe Dimension Stone Mark" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Floor 4, Commercial Building, WangCun Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/8/6/5/9/348659_1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="46.35" OriginalAmount="45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.8836945" Longitude="116.230837" StarRating="0" HotelCode="651834|513336" HotelName="Jinjiang Inn Beijing East Lianshi Road" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Beauty Salon,Business Centre,Designated Smoking Area,Elevator,Internet,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>99 North Zhangyicun Road, Fengtai, 100071 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/65/ad65ec347b5eae64a76e928e1af61436cb0d823f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Beijing, Jinjiang Inn Beijing Lianshi East Road puts everything the city ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="46.57" OriginalAmount="45.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.92727548" Longitude="116.58353011" StarRating="1" HotelCode="608912|2660055" HotelName="ibis Beijing Changying" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Changying Road and Guanzhuang Road, Chaoyang District, 100024 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/14/3314d7010d440de6a5d51f2feb45c967c2a2f138.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="46.91" OriginalAmount="45.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.84413173" Longitude="116.24468533" StarRating="2" HotelCode="422278|4971885" HotelName="Greentree Inn Beijing Lugou Bridge Middle Xiaoyue Road Shell Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="24 Hour Room Service,Concierge,Designated Smoking Area,Elevator,Internet,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>6, No.24 Xiaoyue Middle Road, Lugouqiao South Community, Fengtai District, 100070 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/66/8966faecbc1e9bbd7ba400359fc470ea354fd2de.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Greentree Inn Beijing Lugou Bridge Middle Xiaoyue is perfectly located for both business and leisure...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="47.38" OriginalAmount="46.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.06579712" Longitude="116.56943857" StarRating="0" HotelCode="269595|zhanhang_business_hotel" HotelName="Zhan Hang Business Hotel - Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/b0/f4b0c9ed9e0480a26fdee56702cfca0176dc223d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.15" OriginalAmount="46.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.92884" Longitude="116.19592" StarRating="3" HotelCode="|382066" HotelName="Jinjiang Inn Beijing Pingguoyuan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No. 44 Yangzhuang Beiqu, Shijiangshan District, Beijing</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/2/0/6/6/382066_1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="48.92" OriginalAmount="47.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9358" Longitude="116.4" StarRating="0" HotelCode="705517|4970815" HotelName="GreenTree Inn Beijing Tongzhou Universal Studios Express Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>16-1 Zhangcai Road</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/8f/ff8fbec5548b94af001f4b155d4bb1ed4a293bea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="53.43" OriginalAmount="51.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.10766804" Longitude="116.56656048" StarRating="0" HotelCode="661415|4971755" HotelName="Greentree Inn Beijing Shunyi District New International Exhibition Express Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>A 1st Yumin Street</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/ae/b9ae3c276c111563449d30ee7cf0a160dd6e4cb6.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.56" OriginalAmount="52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.06195742" Longitude="116.58693635" StarRating="3" HotelCode="424797|513139" HotelName="Jinjiang Inn Beijing Capital International Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>14F No.1 Fuqian 2nd Street, Tianzhu Town, Shunyi District, Peking, China</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/75/b375c1c18867a80dbf36a67c708e7b7b39fe59f1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is set in Airport. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="54.36" OriginalAmount="52.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.145945392605" Longitude="116.52151107788" StarRating="3" HotelCode="66166|4069045" HotelName="Hot Spring Leisure City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>55 Wangfu Street, Beiqijia Town, Changping District</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/6b/9c6ba41ffdfcebb1f76012fadafb6870889f50cd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54.59" OriginalAmount="53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.867097" Longitude="116.466426" StarRating="2" HotelCode="422272|247266" HotelName="GreenTree Inn Beijing Chaoyang Shilihe Subway Station Express Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>8 Furniture Avenue, Shilihe, 100122 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/535182/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="54.59" OriginalAmount="53.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9358" Longitude="116.4" StarRating="0" HotelCode="696288|bianyiju_express_hotel_tiantongyuan_subway_station_branch" HotelName="Bianyiju express hotel Tiantongyuan Subway station Branch" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>17 Building 2 West area of Tiantongyuan Community</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/11/b211e8ca4d73228e63696793ebbf7795825c9b75.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="54.59" OriginalAmount="53.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9358" Longitude="116.4" StarRating="0" HotelCode="868474|7_days_premium_beijing_dujiakan_yuanbo" HotelName="7Days Premium Beijing Garden Expo Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>15 South Dujiakan Road</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/97/a49796b8b045d12d8455386c6d6a6c02c56ef6bc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="54.70" OriginalAmount="53.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.86713" Longitude="116.4665" StarRating="2" HotelCode="|348666" HotelName="GreenTree Inn Beijing Chaoyang District Shilihe Subway Station Express" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No. 8 Jiaju Avenue,Jiancaicheng,Shilihe,Chaoyang District, Beijing</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/8/6/6/6/348666_450b1a71125.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="54.70" OriginalAmount="53.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9355" Longitude="116.679" StarRating="3" HotelCode="|407610" HotelName="LAVANDE HOTELS TONGZHOU BEIGUAN METRO STATION" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No. 100, Dongluyuan, Jiaowangzhuang Village Exhibition Hall Road, Yongshun Town, Tongzhou District, 101149 Beijing, China</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/7/6/1/0/407610_251676d1845.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.43" OriginalAmount="53.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.0252813" Longitude="116.3141025" StarRating="2" HotelCode="|344723" HotelName="7days Inn Shangdi Sport University" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No.38 Xinxi Road Shangdi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/4/7/2/3/344723_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.62" OriginalAmount="54.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.81255033" Longitude="116.53149433" StarRating="2" HotelCode="375525|7days_inn_beijing_yizhuang_development_zone" HotelName="7Days Inn Beijing Yizhuang Development Zone" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="24 Hour Room Service,Bar,Designated Smoking Area,Internet,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>No.5 Kechuang 3rd Street, Yizhuang Economic Development Zone, 100176 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/5a/015a9ea54685f885871a39b0530acf5df921a522.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;7 Days Inn Beijing Yizhuang Wanyuanjie Subway Stat is perfectly located for both business and leisur...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.62" OriginalAmount="54.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9358" Longitude="116.4" StarRating="0" HotelCode="659594|7days_inn_beijing_sihui_east_metro_station_no1_branch" HotelName="7Days Inn Beijing Guanzhuang Metro Station" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>6 Jianguo Road</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/ea/c9eaff3116900e15bc419a94b1d60a1f1ce59f90.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.62" OriginalAmount="54.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.84711225" Longitude="116.40204255" StarRating="4" HotelCode="916489|dahongmen_international_convention_exhibition_center" HotelName="Dahongmen International Convention and Exhibition" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="24 Hour Room Service,Air Conditioning,Bar,Beauty Salon,Business Centre,Coffee Shop,Concierge,Conference Hall,Designated Smoking Area,Elevator,Garden,Internet,Laundry,LCD/Projector,Massage Centre,Meeting Room,Parking,Porter,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Fengtai District, 138 Yongwai Gaozhuang, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/27/8c27f027d07d1ff3155f4ad1b8681b931ce2c6f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Dahongmen International Convention Exhibition Center in Beijing Fen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.66" OriginalAmount="54.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.8348" Longitude="116.436" StarRating="3" HotelCode="|407638" HotelName="XANA HOTELLE BEIJING SONGJIAZHUANG METRO STATION" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>NO 325 NANDING ROAD XIAOHONGMEN VILLAGE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/7/6/3/8/407638_84c47f21812.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="55.89" OriginalAmount="54.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.042019" Longitude="116.304133" StarRating="2" HotelCode="181143|2395295" HotelName="7 Days Inn Shangdi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>28 Shangdi Liu Street, Haidian, 100085 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/2a/e42acd00c947d91d72c09067df2602bce313ea86.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated in Beijing City. Those who dislike animals may enjoy their stay, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56.03" OriginalAmount="54.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.951629" Longitude="116.36246" StarRating="2" HotelCode="|49888" HotelName="Home Inn Xiaoxitian" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>6 WEN HUI YUAN XIE JIE XINJIEKOUWAI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/8/8/8/49888_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel with air-conditioning and has 112 rooms a lobby, a reception and a safety deposit box service. Our guests can find a restaurant, a laundry service, a car park and bicycle hire (for a fee). SITUATION: It is nearBeijing the Zoo of Ming City Wall Reliquias Park it is 3 kilometres away from it is situated 10 kilometres away from the railway station, public transport stops, the establishment is 33 kilometres away from the airport. ROOM: The cosy rooms, have a direct line telephone, a television, internet, an air-conditioning system and heating. Customers can find a sitting area, a desk, a bathroom with a bath, a shower, a hairdryer and a double bed. FACILITIES: Customers can enjoy the covered swimming pool and a sauna. PAYMENT METHODS: Customers can pay by American Express, Diners Club, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients have a Chinese cuisine restaurant and a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.65" OriginalAmount="55.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.89288201" Longitude="116.32525723" StarRating="0" HotelCode="652897|7days_inn_beijing_west_railway_station_south_square_metro_station" HotelName="7Days Inn Beijing West Railway Station South Square Metro Station" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>9 Guanglian Road, Fengtai District, 100055 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/2f/dd2fe386f6fe0c73ba930f87a340a8aeae0b1448.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="57.08" OriginalAmount="55.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.8795" Longitude="116.678" StarRating="3" HotelCode="|407629" HotelName="ZMAX Hotels Beijing Linheli Metro Station" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No.326 Liyuan Nan Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/7/6/2/9/407629_8875b331828.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="57.40" OriginalAmount="55.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.90412" Longitude="116.50544" StarRating="2" HotelCode="|382082" HotelName="Home Inn Beijing Sihui Baiziwan Metro Station" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No. 2 Baiziwan Shimencun Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/2/0/8/2/382082_1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="57.83" OriginalAmount="56.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.87808" Longitude="116.44027" StarRating="3" HotelCode="|225905" HotelName="Greentree Inn Beijing Guangmingqiao Express Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>725 Jinsong Qiqu, Panjiayuan Chaoyang District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/5/9/0/5/225905_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="58.69" OriginalAmount="56.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.97674497" Longitude="116.49441719" StarRating="2" HotelCode="313358|1441828" HotelName="Jinjiang Inn Beijing Jiuxianqiao" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>10 Jiuxianqiao Street, Chaoyang Distirct, 100016 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/36/4f36d077c107ef58beadd1ea240ae74843f21bc2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.71" OriginalAmount="57.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.858702" Longitude="116.423634" StarRating="2" HotelCode="181179|7_days_inn_liujiayao" HotelName="7 Days Inn Liujiayao" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Designated Smoking Area,Internet,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>29 East of Nansanhuan, Fengtai, Beijing 100078</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/6d/9d6d9fcb6a03e64bf484780d6da2256dd129b188.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at 7 Days Inn Beijing Liujiayao Subway Station Branch to discover the wonders of Beijing. Both ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="58.78" OriginalAmount="57.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.877686124499" Longitude="116.440575" StarRating="3" HotelCode="132989|2183885" HotelName="GreenTree Inn Beijing Guangmingqiao Express Apartment Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Panjiayuan, 725 Jinsong Qiqu, Chaoyang Qu, 100021 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/b0/3eb072723e98aba5563317ec2fd6a404e3afcac9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="60.77" OriginalAmount="59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.881589" Longitude="116.458063" StarRating="2" HotelCode="181188|393169" HotelName="7 Days Inn Jingsong-Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>5 Jingsong Nan Road, Beijing 100021</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/72/c8724d0963a02e1054f2cf41bc23827d1e7b89ec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Beijing, 7 Days Inn Beijing Jinsong Subway Station Branch puts everything...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="60.80" OriginalAmount="59.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.94199" Longitude="116.12095" StarRating="2" HotelCode="|346879" HotelName="Greentree Inn Beijing Mentougou Express" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No.39-2, Shuangyu Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/6/8/7/9/346879_1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="61.17" OriginalAmount="59.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.0791382" Longitude="116.5859942" StarRating="3" HotelCode="|116850" HotelName="Beijing Huiqiang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.2 Huoyun Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/6/8/5/0/116850_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a transfer service to, the airport and (free of charge). rooms with internet, (free of charge). SITUATION: It is situated 5 minutes away fromPekÃ­n Airport.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="62.24" OriginalAmount="60.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.001842524854" Longitude="116.42146641601" StarRating="2" HotelCode="181142|1124168" HotelName="Jinjiang Inn Beijing Olympic Village Datun Road" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Building 2, 220 Datun Road, Andingmenwai, Chaoyang District, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/2e/8d2e797792b5449cbb5bca5555b321236e81833f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village welcomes guests in Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.83" OriginalAmount="61.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.95457303" Longitude="116.49638681" StarRating="0" HotelCode="652503|super_8_hotel_chaoyang_park_south_dongfeng_road" HotelName="Super 8 Hotel Chaoyang Park South Dongfeng Road" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="24 Hour Room Service,Bar,Beauty Salon,Business Centre,Designated Smoking Area,Elevator,Internet,Meeting Room,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Building 5, Dongrun Fengjing, Nanshiliju, Chaoyang, 100016 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/d5/a8d5bd8cef5e25081bdcc5f0047eb386367af42e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Super 8 Beijing Chaoyang Park Dongfeng South Road is perfectly located for both business and leisure...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="62.96" OriginalAmount="61.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.855785" Longitude="116.293892" StarRating="3" HotelCode="|616645" HotelName="GreenTree Inn Beijing Fengtai Dongda Street Express" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No.36 East Avenue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/1/6/6/4/5/616645_4376d871855.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="63.25" OriginalAmount="61.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.81307" Longitude="116.52408" StarRating="0" HotelCode="|246196" HotelName="Greentree Inn Beijing East Yizhuang District Second Kechuang Street Express" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No. 17 Kechuang Second Road, Yizhuang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/6/1/9/6/246196_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="63.48" OriginalAmount="61.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.036541" Longitude="116.50915" StarRating="0" HotelCode="|389351" HotelName="Greentree Inn Beijing Chaoyang District Maquanying Subway Station Express" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Southwest Commercial Building, Maquanying Village, Chaoyang District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/9/3/5/1/389351_084225a1040.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="63.51" OriginalAmount="61.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.995344793725" Longitude="116.42614658399" StarRating="2" HotelCode="181193|2395415" HotelName="7 Days Inn Bird's Nest Stadium" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="24 Hour Room Service,Designated Smoking Area,Elevator,Internet,Meeting Room,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Xiaoying Road, Chaoyang District, 100101 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/3d/483da34ed292e3158d4deaca4ab8d8ddcf9accbc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 2-star 7 Days Inn Beijing Bird Nest Stadium offers comfort and convenience whether you're on bus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="63.77" OriginalAmount="61.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.859104" Longitude="116.43864" StarRating="2" HotelCode="132988|4771785" HotelName="GreenTree Inn Beijing Fangzhuang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2 Heng Yi Tiao East Tie Ying, FengTai, Beijing 100078</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/1a/a91ab66a9e3cc92b9240d73372de1c05a5347297.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.86" OriginalAmount="62.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.97908975" Longitude="116.3127625" StarRating="2" HotelCode="425870|7days_inn_beijing_zhongguancun_renmin_university" HotelName="7 Days Inn Zhongguancun Renmin University of China Branch" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Designated Smoking Area,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>49-2 Suzhou Street, Haidian District, Beijing 100080</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/55/7e5526abe01a31e14317e81ef497f2ec920d63e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Beijing, 7 Days Inn Zhongguancun Renmin University of China puts everythi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.86" OriginalAmount="62.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="0" HotelCode="652599|greentree_inn_beijing_mentougou_express_hotel_2" HotelName="Greentree Inn Beijing Mentougou Express Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Air Conditioning,Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Meeting Room,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>39-2 Shuangyu Road, 102300 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/0b/420b5fed5b8f4890e2c89c1629ce66e4f34c9cbd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 2-star GreenTree Inn Beijing MenTouGou Express Hotel offers comfort and convenience whether you'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.86" OriginalAmount="62.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9358" Longitude="116.4" StarRating="0" HotelCode="687344|moon_express_inn" HotelName="Moon Express Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Building 10 Jiuzhouxi Homeland</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/868139/a639b01457a3163142518236a1255de3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.89" OriginalAmount="63.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.73500887" Longitude="116.12704201" StarRating="0" HotelCode="653270|greentree_inn_beijing_fangshan_liangxiang_suzhuang_express_hotel_" HotelName="GreenTree Inn Beijing Fangshan Liangxiang Suzhuang Express Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Elevator,Internet,Parking">
        <Address>
          <AddressLines>
            <AddressLine>10 Yuehua Nanda Street, 102488 Fangshan</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/90/01905479ae3d3699fc8546a97bace6b28ed858c5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Greentree Inn Beijing Fangshan Liangxiang Suzhuang to discover the wonders of Beijing. The h...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="65.92" OriginalAmount="64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="0" HotelCode="740078|506783" HotelName="GreenTree Inn Beijing Chaoyang District Maquanying Subway Station Express Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Southwest Commercial Building, Maquanying Village, Chaoyang, 100103 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0036/77750/3677750/1.jpg?f=15310482</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.92" OriginalAmount="64.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.807019" Longitude="116.1720455" StarRating="0" HotelCode="653257|greentree_inn_beijing_fengtai_yungang_road_express_hotel_" HotelName="GreenTree Inn Beijing Fengtai District Yungang Road Express Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Air Conditioning,Bar,Business Centre,Concierge,Designated Smoking Area,Elevator,Internet,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>140 Yungang Road, Fengtai, 100074 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/f5/9cf5ec603cbd0eecd0c4cd74f9bd19f4730e7dba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at GreenTree Inn Beijing Fengtai Yungang Road Express to discover the wonders of Beijing. The h...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.92" OriginalAmount="64.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9358" Longitude="116.4" StarRating="0" HotelCode="688689|7_days_inn_beijing_south_railway_station_south_square_yangqiao_branch" HotelName="7 Days Inn Beijing South Railway Station South Square Yangqiao Branch" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Unit 20, Yangqiao Beili</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/ae/35ae15ec7a3822619416d875f8a34db52586f28a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="66.06" OriginalAmount="64.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.908104811006" Longitude="116.19941617017" StarRating="4" HotelCode="974236|2395595" HotelName="Lavande Hotel Beijing Shijingshan Wanda Plaza" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>33 Shijingshan Road, Shijingshan District, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/f4/70f44b9a2012a035490e5fccdbdcecac6da1b2b1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="66.95" OriginalAmount="65.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.985247" Longitude="116.311354" StarRating="3" HotelCode="888335|fx_hotel_beijing_zhongguancun" HotelName="FX Hotel ZhongGuanCun" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Country House" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No.68 North 4th Ring West Road, (South of Haidian Bridge), Haidian District, Beijing 100080</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/f9/70f91285be35213f261abd8879f8297cb4a13afd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Beijing's ZhongGuanCun district - China's ‘Silicon Valley’. The residence se...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="67.46" OriginalAmount="65.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.07856081" Longitude="116.56463954" StarRating="2" HotelCode="612031|2182635" HotelName="GreenTree Inn Beijing Capital Airport New International Exhibition Subway Station Express Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Meeting Room,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>24 West Tianzhu Road, Zone A, Airport Industria, 101318 Beijing, Hebei</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/a7/72a78fb3ef792ae486f095b8f9e22e81d51bee8a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;GreenTree Inn BeiJing Capital Airport, Xinguozhan Metro Station Express Hotel is located in No.24, T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="67.79" OriginalAmount="65.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.90816" Longitude="116.1978" StarRating="4" HotelCode="|406231" HotelName="Lavande Hotels·Beijing Shijingshan Wanda Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No.33 Shijiangshan Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/6/2/3/1/406231_30b58310952.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="68.71" OriginalAmount="66.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.95337" Longitude="116.45494" StarRating="2" HotelCode="|346387" HotelName="Home Inn Beijing Yansha East Sanyuan Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No. 16 Sanyuanli Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/6/3/8/7/346387_1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="69.01" OriginalAmount="67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9358" Longitude="116.4" StarRating="0" HotelCode="658804|420940" HotelName="Jinjiang Inn Beijing Wanfeng Road Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Tower 1</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/1f/6b1f67aa26188e5e4f02f708c6603354fe1aedaa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.01" OriginalAmount="67.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.06899124" Longitude="116.58761316" StarRating="0" HotelCode="604643|beijing_hui_qiang_hotel" HotelName="Beijing Airport Huiqiang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Business Centre,Designated Smoking Area,Parking">
        <Address>
          <AddressLines>
            <AddressLine>2 Huoyun Road, Shunyi District, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/7e/9a7ee381a0f754d23c62538464525a3568b81126.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Beijing Hui Qiang Hotel is conveniently located in the popular Capital Int'l Airport &amp; New Int'l Exh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="69.55" OriginalAmount="67.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.8558536" Longitude="116.29402131" StarRating="2" HotelCode="612596|2186565" HotelName="GreenTree Inn Beijing Fengtai District East Avenue Express Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Fax,Laundry,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>36 Dongda Street, Fengtai District, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/fd/73fd9b70a5c6a4aa095cdbc0ce0d8933b873a327.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;GreenTree Inn Beijing Fengtai Dongda Street Express Hotel is located in No.36 Dongda Street,Fengtai ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="69.65" OriginalAmount="67.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.85622422" Longitude="116.2923124" StarRating="2" HotelCode="615255|2489545" HotelName="Jinjiang Inn Beijing Fengtai East Street Subway Station" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>9 Youyongchang North Road, Fengtai, 100071 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/1a/5b1a34ae3e618b19bdcd15980171e716533a9b3b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.07" OriginalAmount="69.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.902971153234" Longitude="116.43191456795" StarRating="3" HotelCode="68815|beijing_zhongan_hotel" HotelName="Zhongan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No.6 kuijiachang Hutong, East Beijing Train Station Ave, Dongcheng District, Beijing 100005</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/b5/a2b5cc5108da8ad77820bd20f4ad34cff5f4f209.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city and business hotel is situated in the Dongcheng district; the golden area of Beijing. The ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.07" OriginalAmount="69.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9358" Longitude="116.4" StarRating="0" HotelCode="132942|goose_and_duck_ranch" HotelName="Goose &amp; Duck Club Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Beizhai Cun Southern Of Qiaozi Town, Huairou, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/3f/403f5860309586e6b6bf6c40569c58d5f3e8ef7f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="71.35" OriginalAmount="69.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.924392" Longitude="116.424059" StarRating="2" HotelCode="181173|2394715" HotelName="7 Days Inn Chaoyang Men" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>190 Jia Neidajie, Chaoyangmen, Dongcheng, Beijing 100010</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/32/3f/323f8afc5420c7a45d64c5cdb78e213ab9565922.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.78" OriginalAmount="69.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.00009" Longitude="116.42218" StarRating="4" HotelCode="|609104" HotelName="Nostalgia S - Olympic Sports Center" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Building 209, No.86 Yard A, Beiyuan Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/9/1/0/4/609104_4fe8e0a0047.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.94" OriginalAmount="69.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.8705" Longitude="116.294" StarRating="0" HotelCode="|349774" HotelName="Hi Inn Beijing Wanfeng Road" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No. 302 Wanfeng Road, Fengtai District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/9/7/7/4/349774_1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="72.10" OriginalAmount="70.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.95784111" Longitude="116.46335844" StarRating="1" HotelCode="415285|home_inn_beijing_sanyuan_east_bridge" HotelName="Home Inn Beijing Sanyuan East Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Elevator,Internet,Luggage Storage,Parking">
        <Address>
          <AddressLines>
            <AddressLine>No. 16 Sanyuanli Street, Chaoyang District, 100027 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/1e/2d1ef9b58d13624d43f46aae0d732b9102d4bd66.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="73.56" OriginalAmount="71.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9358" Longitude="116.4" StarRating="0" HotelCode="664694|4715865" HotelName="IU Hotel Beijing Zhongguancun Zhichunli Subway Station Branch" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>55 Kexueyuan S Road</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/d6/98d6f2419a489ad1eb1299508b78b53c42c69a93.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.16" OriginalAmount="72.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.13483439" Longitude="116.65150903" StarRating="0" HotelCode="778614|xana_lite_hotelle_shunyi" HotelName="Xana Lite Hotelle Shunyi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Zhongshan South Road, Renhe Town, Shunyi, 101300 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/ce/27ce4f336e6e307e60e6a0350f7f6ef2433e733f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.19" OriginalAmount="73.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9867008" Longitude="116.4855414" StarRating="3" HotelCode="200746|yitel_beijing_wangjing_798" HotelName="Heyi-Beijing Wangjing 798 Heyi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Building 4, 5 Yingpingli, 9 Jiuxianqiao North Road, Chaoyang District, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/f5/17f5f01ed57c833edb15e2e9d24b3358b3e203b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Well-positioned in Wangjing Science and Technology Park, the hotel is the ideal point of departure f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.19" OriginalAmount="73.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.928539" Longitude="116.48141067" StarRating="1" HotelCode="415391|dequan_hotel_beijing_shifoying" HotelName="Beijing Dequan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Bar,Internet,Lounge,Luggage Storage,Parking">
        <Address>
          <AddressLines>
            <AddressLine>No. 1 Tianshuiyuan Beili, Chaoyang District, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/c5/c0c5c2244425e5dcd2f2c8baec1d4e6db09f522c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.19" OriginalAmount="73.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="3" HotelCode="955925|xinyi" HotelName="Xinyi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>407 Dashuiyu, Huairou, 100011 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/fd/b2fd98e24075d65018c10819c503de6396cf198d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="76.07" OriginalAmount="73.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9707276" Longitude="116.4828846" StarRating="2" HotelCode="|344429" HotelName="Hanting Express Beijing Yansha Xiaoyun Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No.1 Fangyan South Street, Jiuxianqiao, Chaoyang District, Beijing 100016, China</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/4/4/2/9/344429_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="76.08" OriginalAmount="73.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.93873" Longitude="116.21594" StarRating="4" HotelCode="|349372" HotelName="Holiday Inn Beijing Shijingshan Parkview, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.555, Tiancun Road,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/9/3/7/2/349372_1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="76.22" OriginalAmount="74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.78517424" Longitude="116.49928033" StarRating="3" HotelCode="705040|392909" HotelName="James Joyce Coffetel BDA Internaltional Plaza" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Block A 6 Disheng West Road, Yizhuang Economic Development Area, 102600 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="76.22" OriginalAmount="74.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.940801" Longitude="116.397928" StarRating="3" HotelCode="113085|perfect_inn_2" HotelName="Pofit Nostalgia Theme Hotel (Beijing Nanluoguxiang)" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>281 Gulou Dong Dajie, Dongcheng District, 100009 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/24/50245c41e2ec022a84a89aa18aafdd785f37d72b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Beijing - Nanyuan Airport (BJS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="76.82" OriginalAmount="74.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9880542" Longitude="116.4915325" StarRating="3" HotelCode="|116856" HotelName="Yitel Beijing Jiuxian Bridge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Building 4, No. 9 Yingpingli, North Jiuxian Bridge Road,Chaoyang District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/6/8/5/6/116856_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Yitel Beijing Jiuxian Bridge is rated four stars, has internet (free of charge), a gym and a car park (free of charge). SITUATION: It is situated in front of Zona de Arte 798,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="78.13" OriginalAmount="75.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9187012" Longitude="116.4125977" StarRating="2" HotelCode="|55156" HotelName="Zhong An Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>6 DONGJIE KUIJIAHANG HUTONG,BEIJING RALIWAY STATI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/1/5/6/55156_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 4 floors and 120 rooms. The hotel with air-conditioning, has a lobby, a reception, a safety deposit box service, a cafÃ©, a restaurant, internet, a conference room and a business centre. It also has a laundry service, a car park and bicycle hire. SITUATION: This urban hotel, Dongcheng it is in it is near the museum, the theatre, libraries, the art gallery and restaurants. it is 200 metres away from PekÃ­n the Railway Station of shops, 30 minutes away from the establishment, you can find Tiananmen the Square of it is 20 minutes away from the exhibition centre. ROOM: business, double, standard and suite rooms, have internet, (free of charge), computer (available on request), a hairdryer, a satellite television, a mini-bar, a small kitchen, a coffee maker, a kettle, a bathroom with a shower, an individual air-conditioning system and a central heating system. OTHERS: Clients have at their disposal the restaurant Zhogan Tea with continental breakfast and lunch and dinner service. The establishment also has a cosy bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.28" OriginalAmount="76.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.86825227" Longitude="116.29402499" StarRating="0" HotelCode="379527|hanting_express_beijing_wanfeng_road" HotelName="Hanting Hotel Beijing Wanfeng Road" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Business Centre,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Block C, 300 Wanfeng Road, Fengtai District, 100161 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/b5/67b562b39bc0a26fde0e30da05faae2f8a4492c1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.28" OriginalAmount="76.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9358" Longitude="116.4" StarRating="0" HotelCode="658145|jinghuiyuan_business_hostel" HotelName="Jinghuiyuan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>22 Dahuisi Road</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/c0/8ec0e26a06f539021cf859fe48f4d48bffa164fc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.28" OriginalAmount="76.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.929559904308" Longitude="116.23963820905" StarRating="4" HotelCode="931002|holiday_inn_beijing_shijingshan_parkview_2" HotelName="Holiday Inn Beijing Shijingshan Parkview" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>555 Tiancun Road, Shijingshan District, 100049 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/a0/4fa0375dc63c1951a2b9712005ac1fdb19678edb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="78.66" OriginalAmount="76.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="3" HotelCode="974245|2458235" HotelName="Lavande Hotel Beijing Olympic Village Bird's Nest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Xingmei Building North, Lin Cui Bridge North Black Road, Changping, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/39/c939219ed11b6cf511c7201e53665ef135d9be61.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="78.98" OriginalAmount="76.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="3" HotelCode="704169|813331" HotelName="Nostalgia Hotel Beijing Guomao" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Building 11, Nongguang dongli, Chaoyang District, 100021 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/5f/9a5f0467add764a63d05c971af50be9b4a6bdc7b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="79.07" OriginalAmount="76.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.8940727" Longitude="116.3965516" StarRating="3" HotelCode="|116857" HotelName="Beijing Hyde Courtyard" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Xicheng District, Shijia Hutong No. 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/6/8/5/7/116857_8a40d961034.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is located 300 metres away fromQianmen the metro station of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="79.51" OriginalAmount="77.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="3" HotelCode="973422|2395585" HotelName="Lavande Hotels Daguanyuan Guanganmen Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Building 17, 2 Nancaiyuan Street, Xicheng, 100000 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/bb/9bbbf0e4a890784f63af64274788b864e27c2160.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="79.70" OriginalAmount="77.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.839769352019" Longitude="116.37884438038" StarRating="3" HotelCode="167706|512005" HotelName="Laurel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>106-1 Majiabao Dong Lu, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/7a/f27a3efd7c447065bd721e74e69c4c1818cb3eaa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located about 10 km from Tiananmen Square and about 90 minutes by car from Beijing Capi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="79.77" OriginalAmount="77.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.02969" Longitude="116.595545" StarRating="4" HotelCode="|395636" HotelName="Mj-uland  Beijing Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 13, Loutai Village</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/5/6/3/6/395636_99763870117.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="80.25" OriginalAmount="77.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9098" Longitude="116.55" StarRating="3" HotelCode="|407608" HotelName="Beijing Inner Mongolia Hotel Chaoyang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No.23 Jianguo Road Jia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/7/6/0/8/407608_5e49ac51826.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.34" OriginalAmount="78.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.989914" Longitude="116.491271" StarRating="4" HotelCode="114180|days_inn_business_place_yinfeng" HotelName="Days Inn Business Place YinFeng" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Free CXL until 19/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>No. 6 Caihong Road, Dashanzi, Chaoyang District, Beijing 100015</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/08/b808db8391bade8b9659130492f984ec9b05c744.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located next to the Wangjing Industrial and Business Park where all the multinational c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.34" OriginalAmount="78.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.966544" Longitude="116.380279" StarRating="2" HotelCode="181174|7_days_inn_madian_bridge" HotelName="7 Days Inn Madian Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Designated Smoking Area,Internet,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Deshengmenwai Street, Xicheng, 100120 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/2b/3f2bc16f0318972e409fb8c3fdb47e7a8c5d3832.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 2-star 7 Days Inn Madian Bridge offers comfort and convenience whether you're on business or hol...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.34" OriginalAmount="78.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.89805913" Longitude="116.32008079" StarRating="2" HotelCode="614220|greentree_alliance_hotel_beijing_west_railway_station_zhanqian" HotelName="Greentree Alliance Beijing West Railway Station Zhanqian North Square Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Fax,Laundry,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>21 Yangfangdian Road, Hai Dian, 100038 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/9a/239ab16a5d2301b83ddfeb63b6487189db73b853.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;GreenTree Alliance Beijing North Square of Railway West Station Hotel is the symbol of Beijing Railw...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="81.37" OriginalAmount="79.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.92872063" Longitude="116.50750442" StarRating="2" HotelCode="132980|home_inn_chaoyang_north_road__beijing" HotelName="Home Inn Chaoyang North Road" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/05/2026">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/37/da37c2604404e737b72dd31eed7e3f031beaa2eb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="81.37" OriginalAmount="79.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9358" Longitude="116.4" StarRating="0" HotelCode="656258|jinjiang_inn_beijing_pingguoyuan_subway_station_branch" HotelName="Jinjiang Inn Beijing Apple Park Railway Station" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>300 Fushi Road</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/75/c375fff9b76adfe73b4c26eb0889b4e5f3978df1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="81.90" OriginalAmount="79.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.904211" Longitude="116.407395" StarRating="4" HotelCode="111363|507525" HotelName="Quality Hotel Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 Guangshun South Avenue, Chaoyang District, 100102 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/0f/480f115de474cd0c43df671ac68381bb396e9b77.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city business hotel is strategically located in the Beijing Central Business District (CBD), ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="81.91" OriginalAmount="79.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.89725" Longitude="116.35296" StarRating="0" HotelCode="|187761" HotelName="Jinjiang Inn - Beijing Changchun Street Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>7 Xili Changchun Street - Xuanwu Distric</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/7/6/1/187761_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="82.05" OriginalAmount="79.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.8607" Longitude="116.427" StarRating="3" HotelCode="|407587" HotelName="JAMES JOYCE COFFETEL SOUTH BEIJING RAILWAY STATION" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>4 6F BUILDING 11 AREA THREE FANGQUNYUAN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/7/5/8/7/407587_db4d6031711.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.40" OriginalAmount="80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.900573" Longitude="116.475465" StarRating="2" HotelCode="111234|451258" HotelName="Home Inn GuoMao" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No.20 Baiziwan Road, Chaoyang District, Beijing 100026</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/ba/35bab38571b174d6d5cfc0d4d2fd24bb33ece398.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This eco hotel is situated in the heart of the city, making it convenient for tourists and business ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.40" OriginalAmount="80.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.88983754" Longitude="116.25926127" StarRating="3" HotelCode="200707|ibis_beijing_dacheng_road" HotelName="ibis Beijing Dacheng Road" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Dacheng Road, Fengtai District, 100141 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/92/8e92f2eb69f25a07eb92f5cb5d5fc2fede93b14d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Beijing - Nanyuan Airport (BJS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="83.14" OriginalAmount="80.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.8980451" Longitude="116.3333219" StarRating="2" HotelCode="|294522" HotelName="Greentree Alliance Beijing West Railway Station Zh" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No.21 Yangfangdian Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/9/4/5/2/2/294522_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="83.18" OriginalAmount="80.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.792804" Longitude="116.526318" StarRating="3" HotelCode="|407648" HotelName="ECHARM HOTEL (BEIJING YIZHUANG)" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Bd 6, No.7A Courtyard, Middle Tongji Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/7/6/4/8/407648_ac7dbcb1824.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.43" OriginalAmount="81.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.95677349" Longitude="116.43996606" StarRating="2" HotelCode="269340|jinjiang_inn_beijing_international_exhibition_center" HotelName="Jin Jiang Inn International Exhibition C" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Business Centre,Concierge,Designated Smoking Area,Internet,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9f/22/9f22b890a4c2c433721d5a05e46b823d8e569ffb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of International Exhibition Area, Jinjiang Inn Beijing I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="84.19" OriginalAmount="81.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.362183762244" Longitude="116.67500622165" StarRating="3" HotelCode="368373|1409108" HotelName="Shanshui Trends Hotel Beijing Yanqi Branch" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>J Building, 53 Yanqi Street, 101400 Huairou, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/0d/0e0dae99c241f6af8d6d4e0eba1b8ad37301ba77.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="84.23" OriginalAmount="81.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.0606" Longitude="116.583" StarRating="3" HotelCode="|406225" HotelName="JI Hotel Beiing Capital Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>B Block, NO.12 Tianzhu Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/6/2/2/5/406225_9d7d5b00905.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="84.24" OriginalAmount="81.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.94267" Longitude="116.40579" StarRating="3" HotelCode="|187902" HotelName="Nostalgia Beijing Yonghe Lama" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No.46, Fangjia Hutong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/9/0/2/187902_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.46" OriginalAmount="82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.946643443704" Longitude="116.4470203279" StarRating="2" HotelCode="162041|451192" HotelName="Home Inn Beijing Yansha Xinyuanli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Eco Hotel" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Xinyuan Xili Zhongjie, Chaoyang, 100000 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/5a/3c5a1e217847a06fad6abd6505f9e0de2a698984.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wangfujing Street is 7 km from the hotel and Tiananmen Square is 8 km away. Beijing Capital Internat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="84.90" OriginalAmount="82.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.89270825" Longitude="116.390645" StarRating="3" HotelCode="269405|2277125" HotelName="Beijing Hyde Courtyard Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>11 Shijia Alley, Meishi Street, Xicheng District, Beijing 100051</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/f9/f9f9cd4ac00d9589e3b52615df227c96a982dd03.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="85.25" OriginalAmount="82.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.023059" Longitude="116.528224" StarRating="3" HotelCode="916488|807445" HotelName="Holiday Inn Express Beijing Airport Zone" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Building 1, 6 Court Jingshun East Road, Chaoyang District, 100015 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/91/cd91d164288b0208dc7c7e0f5bd151e65a8e1dd0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Peking - Capital (PEK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="85.47" OriginalAmount="82.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.94798" Longitude="116.449322" StarRating="2" HotelCode="|92527" HotelName="Home Inn Yanshaxinyuanli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>NO. 12 XINYUANLI MIDDLE STREET, CHAOYANG DISTRICT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/2/5/2/7/92527_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel was built in 2008, has a lobby, a reception, express check-out, a cafÃ©, breakfast service, a cloakroom and a lift. Guests can find a restaurant, internet, room service, a laundry service and a car park. SITUATION: 7 kilometres away from the establishment, guests will findWangfujing the street it is 8 kilometres away from Tiananmen the Square of it is 20 minutes away from PekÃ­n Airport. ROOM: All the rooms have a shower, a bath, an air-conditioning system, a direct line telephone and a satellite or cable television. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="85.48" OriginalAmount="82.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.903092" Longitude="116.432194" StarRating="0" HotelCode="|555266" HotelName="Zhongan Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>6 Kui Jia Chang Hutong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/5/2/6/6/555266_e6ad1dd1506.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.49" OriginalAmount="83.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="2" HotelCode="321933|jinjiang_inn__bejing_yizhuang_development_zone" HotelName="Jinjiang Inn Beijing Yizhuang Economic and Technological Development Zone Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Block 25-1, 2 Jingyuan North Street, Economic and Technological Development Zone, Daxing District, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/8c/218c1e2164f6217cf24280a43500a7175323ad1f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Beijing - Nanyuan Airport (BJS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.49" OriginalAmount="83.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.099956" Longitude="116.544757" StarRating="3" HotelCode="298638|shanshui_trends_hotel_tianzhu_branch" HotelName="Shanshui Trends Hotel Beijing Tianzhu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Yu'an Road, B District, Shunyi District, 101318 Beijing, Konggang Industrial Zone</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/20/9b20c769da31557b7ba47fe39cc5994c6936ea12.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Peking - Capital (PEK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.49" OriginalAmount="83.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9358" Longitude="116.4" StarRating="2" HotelCode="446800|super_8_hotel_beijing_guang_qu_men" HotelName="Super 8 Hotel Beijing Guang Qu Men" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Meeting Room">
        <Address>
          <AddressLines>
            <AddressLine>29 Guang Qu Men Nei Street, 4F Building 11, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/93/2f935da8fb50c80aff059faa1668d2ac02c89a74.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This unpretentious hotel can be found in Wangfujing. The establishment comprises 59 cosy units. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="85.86" OriginalAmount="83.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.84337" Longitude="116.42438" StarRating="3" HotelCode="|589968" HotelName="Dream Inn Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>???86??1??????</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/8/9/9/6/8/589968_cca53282020.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="86.09" OriginalAmount="83.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.920452" Longitude="116.490262" StarRating="4" HotelCode="|452343" HotelName="Nostalgia S  Beijing CCTV" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No.1Building, No.14 Courtyard of Ciyun Temple A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/2/3/4/3/452343_ced37931506.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.52" OriginalAmount="84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="3" HotelCode="608119|247288" HotelName="Nostalgia Hotel CBD Jinsong" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>11 Nongguang Dongli, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/778684/d5aa2b88bc867d98ab1406ccd7f4c193.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.52" OriginalAmount="84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.065115824201" Longitude="116.56943678856" StarRating="4" HotelCode="166810|35972" HotelName="Ramada by Wyndham Beijing Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>13 Tianzhu Fuqian Avenue, Shunyi District, 101312 Beijing, Huabei (North China)</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/69/2769df1fd8318244d0a3408e12330f8515e10238.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wangjing business district is a 20-minute drive away and the CBD is 20 minutes away via expressway. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.52" OriginalAmount="84.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.93502165" Longitude="116.40676198" StarRating="2" HotelCode="931004|hutong_impressions_beijing_guesthouse" HotelName="Hutong Impressions Beijing Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Parking">
        <Address>
          <AddressLines>
            <AddressLine>9 Banchang Hutong, Dongcheng District, 100009 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/ba/17bac6c6b864d7065df6b3abcb533bf33f35258e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hutong Impressions Beijing Guesthouse in Beijing (D...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.52" OriginalAmount="84.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.890119446581" Longitude="116.32073369552" StarRating="2" HotelCode="900385|jinjiang_inn__west_railway_station" HotelName="Jinjiang Inn Beijing West Railway Station" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No. 1 Maliandao North Road, Xicheng District, 100055 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/65/45653792ee63aa090340861423b828ebed30f250.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Beijing NanYoung - N (NAY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="86.57" OriginalAmount="84.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.8961305" Longitude="116.28428975" StarRating="2" HotelCode="424686|722618" HotelName="7 Days Premium Beijing Wukesong Branch" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Concierge,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>No.50 Dianchang Road, Fengtai District, 100141 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/96/6296d4d6233b44e873d3eb24c8c1f12fabab3738.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;7 Days Premuim Beijing Wukesong Branch is a popular choice amongst travelers in Beijing, whether exp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="86.59" OriginalAmount="84.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.891018" Longitude="116.394688" StarRating="3" HotelCode="|187516" HotelName="Beijing Shindom - Zhushikou " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No.42 Zhong shu Xie Jie</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/5/1/6/187516_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="86.75" OriginalAmount="84.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.89603" Longitude="116.39639" StarRating="2" HotelCode="|586322" HotelName="7 Days Inn Beijing Tiananmen Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>NO.15 Dazhanlan Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/8/6/3/2/2/586322_4abaadb1946.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="87.43" OriginalAmount="84.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.84636378" Longitude="116.44124784" StarRating="4" HotelCode="701861|2395535" HotelName="James Joyce Coffetel Beijing Songjiazhuang Metro Station" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Building 10, 58 Fangzhuang South Road, Fengtai, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/2f/9a2f4ba819265c1e744676e13367cca85481aec9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="87.44" OriginalAmount="84.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.88373" Longitude="116.46951" StarRating="3" HotelCode="|382243" HotelName="Nostalgia Beijing Guomao Branch" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Building 11, Nongguang dongli, Chaoyang District, Chaoyang, Beijing, China</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/2/2/4/3/382243_1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.55" OriginalAmount="85.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.98668174" Longitude="116.43676937" StarRating="3" HotelCode="111255|shanshui_trends_hotel_shaoyaoju" HotelName="Shanshui Trends Shaoyaoju" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Eco Hotel,Business Hotel" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>207 North of Shaoyaoju Bridge, Chaoyang District, 100029 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/7f/0c7f7747f1d590b7863e885eb4108c0913f37ce0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The aparthotel is located 20 km from Beijing Capital International Airport and just 2 km away from t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.55" OriginalAmount="85.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.06684814893" Longitude="116.56937991337" StarRating="3" HotelCode="200717|beijing_qihang_international_hotel_4" HotelName="Qihang International Airport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>A6 East Tianzhu Road, Tianzhu Dong Lu, Shunyi District, 101300 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/07/a8072ed15845f48f0c854f99fcf64208315c74e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Peking - Capital (PEK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.55" OriginalAmount="85.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.800662" Longitude="116.48498667" StarRating="3" HotelCode="269560|fx_inn_yizhuang_beijing" HotelName="Fx Inn Yizhuang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Tian Hua West Road, Third Block, YiZhuang, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/d3/d8d33dd38f0636d7fdbe30f84a9fc32d1d626c12.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Beijing - Nanyuan Airport (BJS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="87.87" OriginalAmount="85.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9042" Longitude="116.432" StarRating="2" HotelCode="|349140" HotelName="Hanting Express Beijing Zhanqian Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No 8 Beijing Zhandong Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/9/1/4/0/349140_1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.58" OriginalAmount="86.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.924083" Longitude="116.45534" StarRating="3" HotelCode="181136|ibis_beijing_dongdaqiao" HotelName="ibis Beijing Dongdaqiao" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>30 Textile Road, Chaoyang District, 100020 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/04/50047b6aa38f878720abe5a5b7eada48fb985259.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Peking - Capital (PEK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="88.77" OriginalAmount="86.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.88977317" Longitude="116.27699269" StarRating="3" HotelCode="269383|4836115" HotelName="Green Tree Inn Yue Ge Zhuang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/08/9f08998f15c4ea249a4012b622c5d3065e741958.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="88.96" OriginalAmount="86.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9672" Longitude="116.35013" StarRating="0" HotelCode="|346368" HotelName="Hi Inn Beijing Jimen Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No.2, Guangmingbeili, Middle North Third Ring Road, Haidian District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/6/3/6/8/346368_2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="89.41" OriginalAmount="86.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.935129" Longitude="116.376556" StarRating="3" HotelCode="|387128" HotelName="Nostalgia Prince Gong Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No.63 Jia, Huguosi Courtyard</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/7/1/2/8/387128_1_2967.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="90.37" OriginalAmount="87.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.988052" Longitude="116.499024" StarRating="4" HotelCode="|92452" HotelName="Jiang Tai Art" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>12 JIA JIUXIANQIAO ROAD, CHAOYANG DISTRICT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/2/4/5/2/92452_1_5754.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.64" OriginalAmount="88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.943914" Longitude="116.466511" StarRating="3" HotelCode="905784|504295" HotelName="Beijing Saga" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No.12 Nongzhanguan South, 118305 Peking</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/3c/b73c7ba9cda5020147e9c1e4d6a201e4dd1923e5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located about 25 km away from Nanyuan Airport, 10 km away from Beijing railway station ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.64" OriginalAmount="88.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.89749148" Longitude="116.42537575" StarRating="0" HotelCode="763287|hua_yi_shi_shang_hotel_chongwenmen_guoruicheng" HotelName="Hua Yi Shi Shang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23 Huashi West Street</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/8e/558eb84ed964c6fb012464b19af425789f869375.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.64" OriginalAmount="88.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9226559" Longitude="116.15546659" StarRating="3" HotelCode="779139|holiday_inn_express_beijing_shijingshan_parkview" HotelName="Holiday Inn Express Beijing Shijingshan Parkview" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>68 Shijingshan Road, Shijingshan District, 100043 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/cc/f7cc000704441cec15c4faa83bcebb9d5ebe0ac3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="90.76" OriginalAmount="88.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9171" Longitude="116.414" StarRating="3" HotelCode="|407590" HotelName="Hanting Hotel Beijing Wangfujing" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No.31 Ganyu Hudong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/7/5/9/0/407590_545f7b11712.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="90.78" OriginalAmount="88.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.898485" Longitude="116.359293" StarRating="2" HotelCode="133891|1123438" HotelName="JinJiang Inn Changchun Street Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nr. 7 Xili Changchun Street, Chaoyang District, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/da/4cda67794a0a0aeeac888f7f54f9b352f319541b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="91.67" OriginalAmount="89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.924442" Longitude="116.395036" StarRating="3" HotelCode="899509|18122" HotelName="King Park View" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>55 Shatanhou Street, Dongcheng Ditstrict, 100009 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/bd/a6bd7baa796cb8905585a93cdeb0d74af055bdc4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is situated in the centre of Beijing. It lies opposite the well-known May 4...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.67" OriginalAmount="89.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.88323534" Longitude="116.39344614" StarRating="3" HotelCode="660192|xana_hotelle_beijing_tianqiao" HotelName="Xana Hotelle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>42 Dongjing Road, Xicheng Distrct, 100032 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/79/8f79dff18ddc16825dc50626a106b16b63a86a76.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="92.49" OriginalAmount="89.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.90612" Longitude="116.478621" StarRating="3" HotelCode="|180467" HotelName="Piao Home Inn Beijing Guo Mao East" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No. 12 West Da Wang Road; Chao Yang District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/4/6/7/180467_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.73" OriginalAmount="91.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.00027485" Longitude="116.35336156" StarRating="1" HotelCode="389639|xuyuan_express_hotel" HotelName="Xuyuan Express Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Elevator,Internet,Luggage Storage,Parking">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/8d/a38ddf0f636c61baea6592dfd35108995c9232fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Xuyuan Express Hotel in Beijing (North Chaoyang), y...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.73" OriginalAmount="91.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.889241416947" Longitude="116.4386844635" StarRating="4" HotelCode="899558|xizhao_temple_hotel" HotelName="Xizhao Temple" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Xizhaosi Middle Street, Chongwen District, Dongcheng, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/33/8233fac63e3defeaa59f5aca82edad1be20c70ac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This themed hotel is located on Middle Xizhaosi Street, close to Liangguang Road and the East Second...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="94.76" OriginalAmount="92.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.99369325" Longitude="116.35016175" StarRating="2" HotelCode="446913|super_8_hotel_beijing_wudaokou" HotelName="Super 8 Hotel Beijing WuDaoKou Geosciences University" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Meeting Room">
        <Address>
          <AddressLines>
            <AddressLine>19 Zhan Chun Yuan, Haidian District, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/10/4d10718f7ea55927972ec4701e7bff76f9ec6d62.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This cosy hotel is located in Beijing City. Super 8 Hotel Beijing WuDaoKou Geosciences Univers featu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="95.23" OriginalAmount="92.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.894" Longitude="116.447" StarRating="4" HotelCode="|349779" HotelName="Ji Hotel (Beijing Guangqumen)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No.41 Guangqumen Outer Street, Beijing, China</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/9/7/7/9/349779_1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="95.39" OriginalAmount="92.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.8894812" Longitude="116.4392072" StarRating="4" HotelCode="|48804" HotelName="Xizhao Temple Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>15 XIZHAOSI MIDDLE STREET, DONGCHENG DISTRICT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/8/0/4/48804_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel with air-conditioning was built in 2008 and has 118 rooms, In the establishment entrance, guests will find a lobby with a bar, express check-out, a reception, a safety deposit box service, a cloakroom, a currency exchange service and a lift. The establishment has a restaurant, a tearoom, a hairdresser's, conference facilities and a business centre. The establishment offers guests WiFi in public areas, room service, a laundry service and a car park. SITUATION: This hotel is in Middle Xizhaosi the street Liangguang Road it is located near Guangqumen near the establishment, guests will find it is 10 minutes away from Tiantan park it is situated 1 kilometre away from Longtan Long park. ROOM: The rooms pillow menu, The rooms a bathroom with a shower, a bath and a hairdryer. They have a direct line telephone, satellite or cable TV, internet, a safe, a mini-bar, a coffee maker, a kettle, a double bed, an air-conditioning system and heating. FACILITIES: The establishment boasts a gym, a sauna, a steam bath, spa treatments and a massage service. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage provision, the establishment offersJintai the restaurant Xizhao the restaurant Xizhao Teahouse the tearoom the lounge bar. The establishment serves a buffet breakfast and an Ã  la carte lunch.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="95.40" OriginalAmount="92.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9785245" Longitude="116.4796653" StarRating="4" HotelCode="|62938" HotelName="Metropark Lido Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 JIANGTAI ROAD, JICHANG ROAD, CHAOYANG DISTRICT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/2/9/3/8/62938_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This quiet hotel and has a cleaning service, This air-conditioned hotel has a lobby, a reception, a safety deposit box service, a currency exchange service, a lift, a kiosk, a hairdresser's, a playground, a cafÃ©, restaurants, WiFi, room service, a laundry service and a car park. SITUATION: This historic, urban hotel, Lido Place it is in it is situated 17 kilometres away from PekÃ­n Airport near the establishment, guests will find San Li Tun the exhibition centre, is situated close to the tourist attractions. ROOM: standard rooms and suites, have a satellite TV, remote control, individual air-conditioning, central heating, a direct line telephone with an answering machine, an alarm clock, a fridge, a mini-bar, a bathroom, a shower, a bath, a hairdryer, a modem, a safe, complimentary bathroom items, a coffee maker, a kettle, a king-size bed, internet and an iron. FACILITIES: The establishment boasts a heated swimming pool, a jacuzzi, a sauna, a steam bath and lockers. The establishment also offers a gym fully-equipped. MEALS: Regarding the food and beverage offering, the establishment offersPatio the restaurant. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.79" OriginalAmount="93.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.86138" Longitude="116.4142" StarRating="4" HotelCode="34352|holiday_inn_temple_of_heaven" HotelName="Holiday Inn Beijing Temple Of Heaven" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Ding An Dong Li, 3rd South Ring Road, 100075 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/32/1b3259be0869ead90b4e18775301d8823e7be946.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is in close proximity to the prestigious ancient landmark of China, the Temple of Heaven....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.79" OriginalAmount="93.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.94022086" Longitude="116.34592557" StarRating="2" HotelCode="269234|jin_jiang_inn_beijing_zoo" HotelName="Jin Jiang Inn Beijing Zoo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="24 Hour Room Service,Air Conditioning,Internet,Laundry,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>11 Xiwaidajie Avenue, Debao Xinyuan, Xicheng District, 100044  Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/93/219398e65765e62aff5f8a833d2fc4bd4069d914.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Beijing, Jinjiang Inn Beijing Zoo puts everything the city has to offer j...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.79" OriginalAmount="93.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.92907916" Longitude="116.33489108" StarRating="0" HotelCode="394362|golden_inn_4" HotelName="Golden Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Meeting Room,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/b1/89b140533f71f3243d14aac0d0d3986c711cf0c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Golden Inn in Beijing (Xicheng), you'll be close to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="96.39" OriginalAmount="93.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9899068" Longitude="116.4800694" StarRating="3" HotelCode="|46735" HotelName="LeafIN Beijing Wangjing SOHO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>6 BUILDING NO6 WANGJING FUTONG EAST RD, CHAOYANG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/7/3/5/46735_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2008 and has 231 rooms, Is perfect for business and holiday stays, This air-conditioned hotel has a lobby, express check-out, a reception, a restaurant and a safety deposit box service. The establishment offers guests internet, room service and a car park. SITUATION: This hotel is in an excellent location, 5 minutes away from the establishment clients have Wangjing West Light the Railway Station of it is 12 minutes away from PekÃ­n Airport. ROOM: The rooms a bathroom with a shower, internet, a satellite TV and a direct line telephone with an answering machine, They have a writing desk, a safe, an alarm clock, a coffee maker, a kettle, a hairdryer, a sofa-bed and a cot. The establishment has disabled access rooms, They are equipped with an air-conditioning system and a central heating system. PAYMENT METHODS: Customers can pay using American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: The establishment offers a buffet breakfast and a set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="96.43" OriginalAmount="93.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.947977" Longitude="116.362081" StarRating="2" HotelCode="|302523" HotelName="Hanting Express Beijing Xizhimen New" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No.88 Lianhui Road,Xizhimen North Main Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/2/5/2/3/302523_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="96.55" OriginalAmount="93.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.92722" Longitude="116.42951" StarRating="3" HotelCode="|349343" HotelName="Home Inn Plus Beijing Chaoyangmen Beixiaojie" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Building 1, No.14 Cangnan Hutong, Beixiaojie, Chaoyang Mennei</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/9/3/4/3/349343_5.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="96.77" OriginalAmount="93.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.905757" Longitude="116.219166" StarRating="4" HotelCode="|69539" HotelName="Mercure Wanshang Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 YINHE ROAD, SHIJINGSHAN DISTRICT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/9/5/3/9/69539_70670a61028.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel with air-conditioning was built in 2008 and has 281 comfortable rooms, In the entrance, you can find a lobby with a reception, express check-out and a lift. With regards to the food and beverage offering, the establishment has a restaurant, The establishment offers guests conference facilities, a car park, room service and a laundry service. SITUATION: This business hotel is 50 minutes away from the airport, is located close to Tiananmen the square The Great Wall of China near the establishment, you will find it is near Shijingshan Amusement Park in the surrounding area, clients have Laoshan BMX the Stadium of. ROOM: The rooms have a mini-bar, a coffee maker, a kettle, an air-conditioning system and central heating. They have a bathroom with a bath, a shower and a hairdryer. They are equipped with a direct line telephone, a satellite TV, internet and a safety deposit box. FACILITIES: The establishment has tennis courts, a covered pool, an outdoor swimming pool and a gym. MEALS: Regarding the food and beverage offering, the establishment offers an international restaurant with western dishes, a Chinese restaurant and 11 private dining rooms. Guests are offered a buffet breakfast and Ã  la carte or set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="96.82" OriginalAmount="94.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.940516322501" Longitude="116.34005963802" StarRating="3" HotelCode="50831|exhibition_centre_hotel" HotelName="Exhibition Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>135 Xi Zhi Men Wai Street, Beijing 100044</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/9f/4c9fafad74921a62a377f93af4c7d023f1148640.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located near a host of notable attractions and landmarks, including the In...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="96.82" OriginalAmount="94.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.886852" Longitude="116.671175" StarRating="3" HotelCode="93756|asia_pacific_garden_" HotelName="Asia Pacific Garden Hotel Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Massage Centre,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>103 West Yuqiao Road, Tongzhou, Beijing 101101</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/4f/fb4fca314ab4133d215292be09fcd501fa5ff93d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated adjacent to the Liyuan city railway station and is about 15 minutes from the c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="96.82" OriginalAmount="94.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.416818115167" Longitude="116.55105190675" StarRating="4" HotelCode="181112|home_of_the_great_wall_xin_shuang_quan_resort_" HotelName="Home of the Great Wall" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Resort" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Coffee Shop,Concierge,Designated Smoking Area,Dry Cleaning,Garden,Internet,Laundry,Luggage Storage,Meeting Room,Parking,Pets allowed,Restaurant,Room Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>3 km from Mutianyu Great Wall, 101405 Huairou, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/a4/28a48902df5a4835403ba0568db37e21ed2342af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Home of the Great Wall is perfectly located for both business and leisure guests in Beijing. The pro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="96.82" OriginalAmount="94.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9717267" Longitude="116.36963272" StarRating="2" HotelCode="269514|beijing_hao_wei_mansion_hotel" HotelName="Haowei Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Dry Cleaning,Elevator,Laundry,LCD/Projector,Luggage Storage,Parking,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>25 Bei Taipingzhuang Road, 100088 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/fa/a2faefe891d4ed4243c52abc60dce83e8759ae6f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Beijing Hao Wei Mansion Hotel in Beijing (North Cha...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="96.82" OriginalAmount="94.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.97509043" Longitude="116.48900044" StarRating="2" HotelCode="269287|hanting_express_beijing_jiuxianqiao_798_branch_" HotelName="Hanting Hotel Jiuxianqiao 798" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Business Centre,Elevator,Housekeeping,Internet,Laundry,Luggage Storage,Meeting Room,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/4b/844b928afcf87eccf196c25c0e021b62bcf0e431.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Located in Beijing (Middle Chaoyang), Hanting Express Inn Jiuxianq...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="96.82" OriginalAmount="94.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.907527" Longitude="116.204744" StarRating="4" HotelCode="298626|jing_yan_hotel" HotelName="Jingyan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="24 Hour Room Service,Air Conditioning,Bar,Beauty Salon,Business Centre,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Meeting Room,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Shijingshan Road, Shijngshan District, Beijing 100043</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/8e/758ee06f2bffd8f7dfbeb2705dfe0ad88f44a04d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Jing Yan Hotel - Beijing in Beijing (Haidian), you'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="96.82" OriginalAmount="94.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.88472356" Longitude="116.36293191" StarRating="1" HotelCode="415354|hong_wei_yi_jia_beijing_niu_jie_hotel" HotelName="Hong Wei Yi Jia Beijing Niu Jie Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="24 Hour Front Desk,24 Hour Room Service,ATM/Cash Machine,Business Centre,Concierge,Designated Smoking Area,Elevator,Housekeeping,Internet,Laundry,Luggage Storage,Parking,Pets allowed,Room Service,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>Building 8 Zone 2, Niujie Xili, Xicheng District, 100053 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/a6/7aa617671f9024441d37568334611a939d73f84d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 2-star Hong Wei Yi Jia Beijing Niu Jie Hotel offers comfort and convenience whether you're on bu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="97.70" OriginalAmount="94.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.8938759" Longitude="116.3969386" StarRating="3" HotelCode="|344083" HotelName="Qianmen Courtyard" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No.4, Shijia Hutong, Meishi Street, Qianmen Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/4/0/8/3/344083_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="97.85" OriginalAmount="95.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.8623" Longitude="116.418" StarRating="3" HotelCode="|407588" HotelName="JAMES JOYCE COFFETELA BEIJING SOUTH MUXIYUAN METRO" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>NO 3 SIDE COURTYARD OF ZHAOGONGKOU SOUTH 3RD RING</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/7/5/8/8/407588_088049f1756.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="98.01" OriginalAmount="95.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.02083" Longitude="116.35693" StarRating="0" HotelCode="|348661" HotelName="Greentree Inn Beijing Xueqing Road Business" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No.9, Commercial Service Building, YiCheng DongYuan, XueYuan Road, Haidian District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/8/6/6/1/348661_2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="98.44" OriginalAmount="95.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.92549" Longitude="116.4" StarRating="3" HotelCode="|48876" HotelName="King Parkview" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>55 SHATAN HOUJIE, DONG CHENG DISTRICT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/8/7/6/48876_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This conference hotel, was built in 2008, has a traditional patio and 160 rooms. This building with air-conditioning, has attentive service, a lobby, a reception, a safety deposit box service, a cloakroom, a currency exchange service, a lift, a hairdresser's, a cafÃ©, a restaurant, conference facilities and WiFi. There are many services available at the establishment, including room service, a laundry service, a car park and a bicycle rental desk. SITUATION: This charming, urban hotel is situated in PekÃ­n the centre of it is in front of 4 de mayo the street Wangfujing it is 10 minutes away from it is situated 1 kilometre away from Tiananmen the Square of it is situated 2,5 kilometres away from PekÃ­n the Railway Station of. ROOM: The rooms have cold water, hot water, an individual air-conditioning system, individual heating, a satellite television, a direct line telephone, internet, a safety deposit box, a bathroom with a shower, a bath, a hairdryer, a double bed, a mini-bar, a coffee maker, a kettle and an iron. PAYMENT METHODS: The establishment accepts American Express, Diners Club, Mastercard and Visa. OTHERS: Clients have at their disposal a Chinese cuisine restaurant, Regarding the food and beverage offering, you can enjoy a buffet breakfast and buffet, Ã  la carte or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="98.50" OriginalAmount="95.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.84257" Longitude="116.38676" StarRating="3" HotelCode="|405389" HotelName="Beijing Laurel Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Building 1, No. 106, Majiabao East Road, Fengtai District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/5/3/8/9/405389_c422f1f0528.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="98.74" OriginalAmount="95.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.88125171655" Longitude="116.39073193073" StarRating="3" HotelCode="42865|512615" HotelName="Happy Dragon R J Brown Hotel Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Xinnong Street, Beijing 100050</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/fd/fdfdf6fb8e4c40b4d4fd4ae03f5c833f8a9bbfa2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located around 1.5 km from Tiananmen Square, which can be reached in a 20-minute walk o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.88" OriginalAmount="96.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.90971927" Longitude="116.55021622" StarRating="3" HotelCode="132202|inner_mongolia_hotel_2" HotelName="Inner Mongolia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Internet,Meeting Room,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Dingfuzhuang West Street, 23A Jianguo Road, Chaoyang District, 100024 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/4d/544d5a8df4d2f811576e802e85f2c93d16bbfeb8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Located in Beijing, Inner Mongolia Hotel is convenient to China Re...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.88" OriginalAmount="96.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.944059546024" Longitude="116.41103893518" StarRating="2" HotelCode="181115|nostalgia_hotel_beijing" HotelName="GreenTree Alliance Beijing Yonghe Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 22/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>46 Fangjia Alley, Dongcheng, 100101 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/28/28283247e95f4fcb81cb4cef3d195753ac2514e0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="98.89" OriginalAmount="96.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.976661010959" Longitude="116.47321569894" StarRating="4" HotelCode="34347|3474" HotelName="Metropark Lido Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Jiang Tai Road, Chaoyang District, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/de/7bdeecf2835cc0a12111d4d1da91b6657f3f4a8b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historical city hotel is located within the Lido Place, a commercial/residential complex that a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="99.77" OriginalAmount="96.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.87997" Longitude="116.35013" StarRating="0" HotelCode="|616622" HotelName="Atour Light Beijing Guang'anmen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No. 13, Jiangong Beili, Baizhifang Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/1/6/6/2/2/616622_12ecb2a1610.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="99.91" OriginalAmount="97.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.18015089" Longitude="116.41732855" StarRating="4" HotelCode="100647|jiuhua_spa__resort" HotelName="Jiuhua Resort &amp; Convention Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="resort" CnxPolicy="Non Refundable" HotelFacility="Bar,Laundry,Nightclub,Spa">
        <Address>
          <AddressLines>
            <AddressLine>75 Shunsha Road, Xiaotangshan, Chanping, 102211 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/91/1e91599ca643982bb95065a8ca09599a1709c26f.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;Jiuhua Spa and Resort covers more than 98 acres (40 hectares) and shares the historical sites of the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="99.91" OriginalAmount="97.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.997564" Longitude="116.412247" StarRating="2" HotelCode="298550|greentree_alliance_hotel_beijing_asian_sports_village" HotelName="Greentree Inn Alliance Beijing Asian Sports Village Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Business Centre,Designated Smoking Area,Meeting Room,Parking,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>1 Buiding of Anhui Beili Yayuan, 100101 Peking</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/d2/b6d2c859a01375c622088a177c9365b5ac121f56.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 2-star GreenTree Inn Beijing Asian Sports Village offers comfort and convenience whether you're ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="99.98" OriginalAmount="97.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.85297" Longitude="116.37164" StarRating="4" HotelCode="|616642" HotelName="Atour X Beijing Majiabao Subway Station" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Building 1-3, No. 38, Majiabao Xili</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/1/6/6/4/2/616642_059a3d61805.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="100.30" OriginalAmount="97.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.933472" Longitude="116.408253" StarRating="0" HotelCode="|388377" HotelName="Greentree Inn Beijing Houhai Express" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No.41 Dongda Street, Di'anmen, Dongcheng</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/8/3/7/7/388377_708648c1008.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100.94" OriginalAmount="98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.98087296" Longitude="116.36816953" StarRating="4" HotelCode="133502|308449" HotelName="Hongxiang Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/df/7edf3204ddaa0e6b9e6d0ae4f1cca31e8e1321e7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Beijing - Nanyuan Airport (BJS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100.94" OriginalAmount="98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="3" HotelCode="697790|513069" HotelName="Lavande Hotel Beijing South Railway Station Muxiyuan Branch" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>9 Dongluoyuan, Beijing South Station, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/06/d606881849d1ab0e27d90e2387cd4587da738958.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;DOES NOT ACCEPT FOREIGN GUESTS.Lavande Hotels is a comfortable experience hotel developed by Plateno...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="100.94" OriginalAmount="98.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.90455" Longitude="116.213408" StarRating="4" HotelCode="111282|mercure_wanshang_beijing" HotelName="Mercure Wanshang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Yinhe Street, Shijingshan District, 100043 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/11/ae/11ae2d946b275e39928f703b687690cc129d9338.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located west of the city, the hotel is an oasis for leisure getaways and corporate guests. It is clo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="100.94" OriginalAmount="98.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.958377402099" Longitude="116.46428523314" StarRating="2" HotelCode="298351|cendre_hotel" HotelName="Cendre Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Xiaoyun Road, Xia Guangli 30, Building 6, Chaoyang District, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/97/b3971230262708256d69808105ceb4c7edf3c824.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Beijing - Nanyuan Airport (BJS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="101.17" OriginalAmount="98.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.948" Longitude="116.396" StarRating="3" HotelCode="|416720" HotelName="Beijing Drum Tower Loft Courtyard" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No.1 Jia, Yuge Yxiang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/6/7/2/0/416720_1d60a3d1049.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.97" OriginalAmount="99.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.010926954788" Longitude="116.34450132408" StarRating="2" HotelCode="298623|home_inn_tsinghua_university__beijing" HotelName="Home Inn Tsinghua University East Gate" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>16 Shuang Qing Lu, Haidian District, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/c9/c9c935524150af7c7fe5c898e27961ced498cf3d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This simple hotel is situated in Beijing City. Guests will find the airport within 21. 7 kilometre(s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="101.98" OriginalAmount="99.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.916206" Longitude="116.37532" StarRating="0" HotelCode="|616626" HotelName="7Days Premium Beijing Xidan Lingjing Hutong Metro Station Branch" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No.53 Dongxie Street, Xidan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/1/6/6/2/6/616626_d9a1f6d1237.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="102.26" OriginalAmount="99.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.081772" Longitude="116.229581" StarRating="4" HotelCode="|387206" HotelName="Atour Hotel Zhongguancun Yongfeng Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Building 29, No.5 Courtyard, Middle Fengrun Road Haidian District Beijing</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/7/2/0/6/387206_1_2046.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="102.35" OriginalAmount="99.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.95429" Longitude="116.38638" StarRating="1" HotelCode="|243950" HotelName="Hanting" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No.9 Liupukang Block 3, Xicheng District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/3/9/5/0/243950_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="102.35" OriginalAmount="99.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.00429" Longitude="116.36285" StarRating="4" HotelCode="|589310" HotelName="Nostalgia S - Beijing National Convention Center" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No.2, North Beach, Deshengmenwai, Chaoyang District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/8/9/3/1/0/589310_f2018882026.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="102.77" OriginalAmount="99.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.89393451" Longitude="116.39687246" StarRating="3" HotelCode="269408|233330" HotelName="Qianmen Courtyard Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>4 Shijia Hutong, Qianmen Street, Xicheng District, 100051 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/6f/036fdcd428effb64fe302dd8e266b8072d8d1818.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Beijing - Nanyuan Airport (BJS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="102.77" OriginalAmount="99.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.888108" Longitude="116.389537" StarRating="3" HotelCode="|40586" HotelName="Beijing Dongfang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>11 WANMING ROAD, XICHENG DISTRICT 288</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/5/8/6/40586_9400af81027.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1918, renovated in 2006, has 288 standard rooms and suites. This air-conditioned establishment has a lobby, a reception, a safety deposit box service, a currency exchange service, a cloakroom and a lift. Guests can find a dance hall, a beauty centre, a cafÃ©, a bar, a pub, a restaurant and conference rooms. The establishment also offers internet, room service, a laundry service, a car park, an indoor car park, bicycle hire and a playground. SITUATION: Is situated inBeijing the centre of near the establishment, you will find Tiananmen the square it is 5 kilometres away from the Forbidden City, Clients can also find Taoranting the Park of Qianmen the shopping area of it is 5 kilometres away from the railway station, 32 kilometres away from the establishment, guests will find the airport. ROOM: The rooms have a king size or double bed, a bathroom with a hairdryer, a direct line telephone, a television, a Hi-Fi, internet and a mini-bar. They also have a coffee maker, a kettle, an ironing set, a safety deposit box, an air-conditioning system and a central heating system. FACILITIES: You can find a snack bar and a massage service. OTHERS: Regarding the food and beverage offering, clients have a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="102.84" OriginalAmount="99.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.902755104046" Longitude="116.47291481494" StarRating="2" HotelCode="166445|443001" HotelName="Piao Home Inn Beijing Guomao East" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>12 West Dawang Road, Chaoyang District, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/5e/405e727484cdbb0e39896eb20e2c40c457abfefa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This cosy hotel is situated in World Trade Center. The reception desk is not open throughout the day...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.00" OriginalAmount="100.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.970781013689" Longitude="116.33171796799" StarRating="4" HotelCode="133867|jingyi_hotel" HotelName="Jingyi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>9 East Dazhongsi Road, Haidian, Beijing 100098</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/32/1732722c90cf8c03948454f2d91b3827e905cfd4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.00" OriginalAmount="100.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9358" Longitude="116.4" StarRating="3" HotelCode="456204|apartments_at_lido_place_3" HotelName="Lido Place Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Restaurant,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>6 Jiang Tai Lu, Zhaoyang qu, Beijing shi 100004</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/42/df42ff3ef80390bb632c81ec2c3a74d6486f3a82.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The accommodation offers a restaurant, a café, a newspaper stand and a conference room. Wireless int...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.00" OriginalAmount="100.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.887402831954" Longitude="116.39251387037" StarRating="3" HotelCode="916493|cyts_shanshui_trends_hotel_beijing_qian_men" HotelName="Shanshui Trends Hotel (Qianmen)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11A Renmin Road, Xicheng District, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/23/1023c240a1456cd43e0fc85dd0f7ac11bbf013ed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Peking - Capital (PEK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="103.36" OriginalAmount="100.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.880523" Longitude="116.390855" StarRating="3" HotelCode="|47358" HotelName="Holiday Inn Express Beijing Temple Of Heaven, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>36 NANWEI ROAD, XICHENG DISTRICT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/3/5/8/47358_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="103.37" OriginalAmount="100.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.98191" Longitude="116.37458" StarRating="4" HotelCode="|406195" HotelName="EXCEMON BEIJING HONGXIANG HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Longxiang Road, 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/6/1/9/5/406195_7c0f5c40800.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="103.48" OriginalAmount="100.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.8848" Longitude="116.45187" StarRating="4" HotelCode="|599543" HotelName="Susie Place Beijing Jinsong Subway Station" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No. 1 Jinsong Road, Chaoyang District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/9/5/4/3/599543_787ce8c2256.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="103.70" OriginalAmount="100.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.04573" Longitude="116.640936" StarRating="4" HotelCode="|387205" HotelName="Atour Capital Airport Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Building 2, No.1 Courtyard</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/7/2/0/5/387205_1_7951.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="104.24" OriginalAmount="101.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.935518" Longitude="116.445912" StarRating="0" HotelCode="|468502" HotelName="Base-sanlitun Serviced Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No.2, Lane 10, Xingfu 1 Village</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/8/5/0/2/468502_9f0bfbf1159.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.06" OriginalAmount="102.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.898107" Longitude="116.271839" StarRating="2" HotelCode="298634|orange_hotel_beijing_wukesong" HotelName="Orange Beijing Tianning (Temple)" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 24/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>2 Lian Hua Chi Dong (East) Lu (Road), Guang'anmen, Xuanwu District, Finanz Strasse, Beijing 100055</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/44/2744e9d8535bbf3333a38ba6b0cf347de5172e41.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This unpretentious hotel can be found in Beijing City. The 87 welcoming units offer a perfect place ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="105.14" OriginalAmount="102.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9586516" Longitude="116.4642286" StarRating="2" HotelCode="|118625" HotelName="Yi Stack" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No 30 Xiaguangli,Xiaoyun Road,Chaoyang District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/6/2/5/118625_1_1688.jpg</HotelPictures>
        <HotelDescription>HOTEL: Guests can find rooms with internet, (free of charge), a car park (free of charge). SITUATION: It is inXiaoyun Road the street 10 minutes away, guests can find the exhibition centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="105.33" OriginalAmount="102.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.989919803811" Longitude="116.47740483284" StarRating="3" HotelCode="133321|373835" HotelName="Holiday Inn Express Wangjing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Free CXL until 28/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>No. 6 Building, 6 Yard Futong East Street, Wangjing, Beijing 100102</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/85/0285040803e263afc1f6ccbb40f1b8bba725fe0c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel’s location and facilities will satisfy the needs of guests. Located just 5 minutes from Wa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="105.63" OriginalAmount="102.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.04046852" Longitude="116.3791847" StarRating="2" HotelCode="425070|2183565" HotelName="GreenTree Inn Beijing Lin Cui Road Business Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>On The West Side of Baosheng Village View Garden, Haidian District, 100085 Beijing, Changping</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/71/cf71029b7c0d8f57da349a4aa0dcd36a7d52f8f8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="105.73" OriginalAmount="102.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.99024" Longitude="116.474669" StarRating="4" HotelCode="|44700" HotelName="Dong Huang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 GUANSHUAN NAN AVENUE, CHAOYANG DISTRICT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/0/0/44700_95b10211049.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers Odyssey the restaurant, Executive Club the lounge a business centre. The establishment offers guests meeting facilities, facilities for conferences, banquets and groups, a photocopier and a fax machine. This hotel with air-conditioning and has 320 rooms, In the establishment entrance, guests will find a lobby with express check-out, a reception, a safety deposit box service, a currency exchange service, a cloakroom and a lift. There are many services available at the establishment, including WiFi, room service, a laundry service, a car park and indoor parking. SITUATION: This urban hotel is in Pekin CDB the business area of close to the establishment, clients can find the opera, Clients can also find Hongqiao the Market of PekÃ­n the University of Tiananmen the square it is situated 14 kilometres away from the railway station, The Forbidden City it is 45 minutes away from near the establishment, customers can find restaurants. ROOM: The stylish rooms with LCD TV, a coffee maker, a desk, an iron and cable television. The rooms a bathroom with a shower, a bath, a bathrobe and a hairdryer. They are equipped with a double bed, a direct line telephone, internet, a safe, a mini-bar and an air-conditioning system. Some rooms have a microwave, The establishment has non-smoking rooms and disabled access rooms. FACILITIES: The establishment has a well-equipped gym. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: Guests can book all inclusive, The establishment serves a continental buffet breakfast and an Ã  la carte, buffet or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="105.73" OriginalAmount="102.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.883252" Longitude="116.3926888" StarRating="3" HotelCode="|299341" HotelName="Xiao Xiang" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No.42 Beiwei Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/9/9/3/4/1/299341_1_1402.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="106.29" OriginalAmount="103.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9358" Longitude="116.4" StarRating="0" HotelCode="660995|2395525" HotelName="James Joyce Coffetel Qianmen" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>129 Zhushikou West Street</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/81/c781eb32fb77e66921346c6baeb8ca811762b3e6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.37" OriginalAmount="103.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.918928" Longitude="116.282739" StarRating="3" HotelCode="|406705" HotelName="Rui Cheng" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>9 XICUI ROAD, HAIDIAN DISTRICT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/6/7/0/5/406705_290cbdc1453.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.44" OriginalAmount="103.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9708" Longitude="116.312" StarRating="3" HotelCode="|406228" HotelName="JAMES JOYCE COFFETELA RENMIN UNIVERSITY METRO STATION" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>NO 8 XIAO NAN ZHUANG HAIDIAN DISTRICT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/6/2/2/8/406228_44df8f10908.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.53" OriginalAmount="103.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.00129" Longitude="116.37818" StarRating="4" HotelCode="|452344" HotelName="Nostalgia S Beijing Bird's Nest" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No. 2, Datun Road, Chaoyang District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/2/3/4/4/452344_001eed51500.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.57" OriginalAmount="103.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.001633" Longitude="116.374239" StarRating="4" HotelCode="|41531" HotelName="Ya'ao International Hotel Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1A DATUN ROAD NORTH SHATAN, CHAOYANG DISTRICT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/5/3/1/41531_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has 427 rooms and 13 floors. Guests can find air-conditioning, a lobby, express check-out, a reception, a safety deposit box service, a currency exchange service, a lift, a cafÃ©, a hairdryer, a cabaret room, a games room and a restaurant. Guests also have access to room service and a laundry service. The establishment has meeting rooms, a business centre, translation services, ticket reservation and a car park. SITUATION: This establishment, is near the Olympic Park, 5 minutes away from the establishment, you can find the city centre, You can find the bus station and restaurants. it is 10 minutes away from the shopping area, 20 minutes away from the establishment clients have the airport. ROOM: Each room has internet, a double bed, cotton sheets, a bathroom, a hairdryer, a direct line telephone, a television, films (available for a fee), a mini-bar, a coffee maker, a kettle, an iron, a central air-conditioning system, a central heating system and a safe. FACILITIES: Clients can enjoy activities such as billiards, ping pong, lawn bowling, bowling, mini-golf, a golf course, badminton, cycling, basketball, handball, volleyball, beach volleyball and rowing (available for a fee), The establishment also offers a well-equipped gym and a massage service. For children, the establishment offers an entertainment programme. MEALS: Regarding the food and beverage offering, the establishment offers an Occidental restaurant, Guests are offered a buffet breakfast and tea service. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.12" OriginalAmount="104" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.907053" Longitude="116.448662" StarRating="4" HotelCode="132943|247260" HotelName="Gotel Capital" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12, Yongan xili, Jianguo Men Wai Street, Peking 100022</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/31/a731ea80683156aa50fe3b84440668cf81eb42ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the heart of Beijing's CBD, on Jianguomenwai Street. It lies next to the S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.12" OriginalAmount="104.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.12977882" Longitude="116.61564204" StarRating="4" HotelCode="381180|beijing_air_harbor_hotel_" HotelName="Holiday Inn Beijing Airport Zone" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>No.35 Nanchen Road, Nanfaxin, Shunyi District, 101300 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/52/555202daa5c330f0bd7c6b5524d650de16cbcdf8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="107.54" OriginalAmount="104.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.221723" Longitude="116.25261" StarRating="3" HotelCode="|92465" HotelName="Auspicious Business" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>23 FUXUE ROAD, CHANGPING DISTRICT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/2/4/6/5/92465_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="107.88" OriginalAmount="104.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="3" HotelCode="633821|2397925" HotelName="Tianxinliang Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11-29B Anningzhuang Road, Haidian District, 100094 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/c7/6bc75d1482d243a3aa92f2ad516d5e28a65b20ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel is set in Beijing City. This accommodation does not operate a 24-hour reception. C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.15" OriginalAmount="105.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.084265" Longitude="116.304343" StarRating="3" HotelCode="181111|ramada_beijing_north" HotelName="Ramada by Wyndham Beijing North" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>319 Changping Road, Changping District, 102208 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/27/e227e0dd02638c54bba4f7ff5598abb9d9c6d2d9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Peking - Capital (PEK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.15" OriginalAmount="105.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.90231894" Longitude="116.32920806" StarRating="2" HotelCode="269377|hanting_hotel_beijing_military_museum" HotelName="Hangting Express Military Museum" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Air Conditioning,Internet,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/3d/9f3d038934309732123b442343d08d0c2dcfe6ac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hangting Express Military Museum in Beijing (Xuanwu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="108.91" OriginalAmount="105.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.975919746195" Longitude="116.33884996176" StarRating="4" HotelCode="26340|144426" HotelName="Park Plaza Science Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>25 Zhichun Road, Beijing 100083</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/1e/eb1eb5e58bdd172d2a443f691ae9ea5ef2a75409.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Zhongguancun, China's Silicon Valley. Surrounded by Beijing's t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="109.15" OriginalAmount="105.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.799581" Longitude="116.503437" StarRating="4" HotelCode="395080|274005" HotelName="Jinjiang Fuyuan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>11 Ronghua Middle Road, Economy Technology Development Area, Beijing 100176</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/0f/e90f61e52b9a348e2c632f3f545829d2f11645ee.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the commercial district and close to the Cuisine Street. Guests...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.18" OriginalAmount="106" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.941182618819" Longitude="116.43819093704" StarRating="4" HotelCode="114182|61987" HotelName="AC Embassy" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>26 Dongzhimen Outer Street, 100027 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/e0/6de01711e8d45b0f44fbca5374978667e81a756d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Sanlitun embassy area, facing the Australian embassy, abutting upon the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="109.18" OriginalAmount="106" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.937145792146" Longitude="116.4157716589" StarRating="2" HotelCode="111175|452545" HotelName="Home Inn Beijing Beixinqiao South Luogu Lane" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Eco Hotel" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>7 Xiguan Alley, Dongsi North Street, Dongcheng District, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/d1/8ad1a5380b4a8280f91949cd616dae1a6e0fab02.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located 10 minutes' walk from Metro Line 5 and is 2.5 km from Beihai Park.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="109.18" OriginalAmount="106.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="2" HotelCode="93654|dongdanzhongan_inn" HotelName="Beijing Dong Dan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Eco Hotel" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>120 Dongdan North Main Street, Dongcheng District, 100005 Peking</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/0f/600f77948def96061e01f1d12a7e954b48dd6679.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Changan East Avenue, right at the heart of the capital. Guests can easily vi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="109.18" OriginalAmount="106.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.940919" Longitude="116.410081" StarRating="2" HotelCode="133405|home_inn_jiaodaokou_" HotelName="Home Inn Jiaodaokou" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>113 Jiao Dao Kou Dong Da, Dongcheng District, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/3b/e23b39cd73862cb5639b0b9071406ebd6dcc2d38.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This unpretentious hotel is in Beijing City. The establishment consists of 115 rooms. This accommoda...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="109.21" OriginalAmount="106.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.879227" Longitude="116.385922" StarRating="3" HotelCode="111289|229276" HotelName="Holiday Inn Express Beijing Temple of Heaven" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>36 Nanwei Road, Xuanwu District, Beijing 100050</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/62/c9/62c965469a4baab8caf80c379df3bdd390e79cbf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located in Beijing's historic downtown area, in the neighbourhood of the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="110.08" OriginalAmount="106.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.905816" Longitude="116.443715" StarRating="3" HotelCode="|387204" HotelName="Atour Light Jianguomen Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>11 Jianhua South Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/7/2/0/4/387204_1_4166.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.21" OriginalAmount="107" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.935231612762" Longitude="116.44559365145" StarRating="3" HotelCode="331071|63875" HotelName="The Sanlitun Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2 Lane 10, Xingfuyicun, North Gongti Road, 100027	Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/fd/3bfd8bd5b1e974da8fb1bc8aa42b0cfe894043ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="110.21" OriginalAmount="107.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.918468" Longitude="116.425308" StarRating="2" HotelCode="93765|happy_dragon_city_culture_hotel_tiananmen_forbidden_city" HotelName="Happy Dragon Saga Youth Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Eco Hotel" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Diet Meals,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Shijia Hutong, Chao Nei Nan Xiao Jie, Dongcheng District, 100010 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/97/b497f9e1ef5a9e710d68e5ee0cd8dbab07d4d30e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;It is just 4 km from the hotel to Beijing Railway Station, while the airport is about 60 km away.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="110.76" OriginalAmount="107.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.93708" Longitude="116.416989" StarRating="2" HotelCode="|49883" HotelName="Home Inn Beixinqiao" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>7 XIGUAN HUTONG DONG SI BEI DA JIE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/8/8/3/49883_1_7512.jpg</HotelPictures>
        <HotelDescription>HOTEL: has 135 rooms, air-conditioning and it offers excellent service, This great value hotel, is and ideal for holidays or business trips, has a lobby, a reception and express check-out. SITUATION: This hotel is 10 minutes away from the metro station, Beihai Park it is situated 25 kilometres away from. ROOM: The rooms have a shower, an air-conditioning system, a television, internet (free of charge), a double bed and an individual air-conditioning system.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="111.16" OriginalAmount="107.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.94531" Longitude="116.39329" StarRating="4" HotelCode="|351767" HotelName="James Joyce Coffetel Beijing Gulou Street, Nanluog" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>no. 47 Jiugulou Street, Xicheng District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/1/7/6/7/351767_2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="111.24" OriginalAmount="108.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.99034143" Longitude="116.19581714" StarRating="4" HotelCode="132334|fragrant_hill_hotel_2" HotelName="BTG Fragrant Hill" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>40 Maimai Street, Haidian District, Beijin</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/50/8250069ec1802e029700844e59f34a93ef547c8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can enjoy a pleasant stay in one of the 290 rooms. Services and facilities at the hotel i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="111.24" OriginalAmount="108.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.78197433" Longitude="116.3225199" StarRating="4" HotelCode="855670|hyatt_place_beijing_daxing" HotelName="Hyatt Place Beijing Daxing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Building 4 Yard 15, Xinya Street, Daxing District, 100162 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/29/cf2951373a4c9c3d3628cb311fc89db51f3a9193.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="111.93" OriginalAmount="108.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.88456" Longitude="116.35818" StarRating="3" HotelCode="|405530" HotelName="Vienna International Hotel Beijing GuangAnMen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No. 7, Baiguang Road,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/5/5/3/0/405530_aebdc4f1210.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="112.15" OriginalAmount="108.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.918922" Longitude="116.282912" StarRating="3" HotelCode="100652|4181735" HotelName="Ruicheng Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No.9 Xi Cui Road, Haidian District, Beijing 100036</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/b1/73b17814306cbdf7fe802281a4a43c1b4783644a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the West Third Ring Road and West Fourth Ring, near Chang'an Avenue and nor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.27" OriginalAmount="109" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.97718" Longitude="116.370752" StarRating="2" HotelCode="133413|452343" HotelName="Home Inn Mudianyuan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Jia Huayuan Dong Lu, Haidian-Qu, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/49/96496781f68c01b7ba4df538309bccfd17773bb8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a convenient location.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.27" OriginalAmount="109.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.94749143" Longitude="116.39623431" StarRating="3" HotelCode="620283|beijing_161_drum_tower_hotel_2" HotelName="Beijing 161 Drum Tower Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/05/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Jia 1 Yugeyixiang, Dongcheng District, 100009 Peking</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/15/d115f83b91bb76e92908a97ec3dcb1a9eb21f98d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="112.59" OriginalAmount="109.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.90445" Longitude="116.40729" StarRating="3" HotelCode="|387125" HotelName="Livefortuna" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No.5 Ya Bao Road Jia,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/7/1/2/5/387125_659d6941117.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="113.18" OriginalAmount="109.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.84990083" Longitude="116.38816377" StarRating="3" HotelCode="76809|2395615" HotelName="Lavande Hotel Beijing South Railway Station Yangqiao" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>88 East Majiabao Road, Fengtai District, 118305 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/b0/a9b0067a99dec67dd284926ab29288b2569b096c.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="113.30" OriginalAmount="110.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.957595" Longitude="116.414431" StarRating="3" HotelCode="93656|beijing_hepingli_hotel" HotelName="He Ping Li Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 He Ping Li, North Street, East District, Beijing 100013</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/4c/c74cd094c659d9e23f819979f81bce57921e8901.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Peking - Capital (PEK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="113.30" OriginalAmount="110.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.91016529" Longitude="116.31994743" StarRating="3" HotelCode="931010|media_center_hotel_beijing" HotelName="Media Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/a1/f7a1eae28b403c59dba6577ffb960fbe8635fc68.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Beijing NanYoung - N (NAY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="113.58" OriginalAmount="110.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="4" HotelCode="974720|2395685" HotelName="Atour Hotel Beijing Capital Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Building 2 1 Courtyard, Huihai South Road, Shunyi, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="114.18" OriginalAmount="110.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.89627" Longitude="116.38292" StarRating="3" HotelCode="|347680" HotelName="Jinjiang Inn Beijing Hepingmen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No.3 Anpingli Nanxinhua Street, Xicheng District, Beijing</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/7/6/8/0/347680_1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="114.33" OriginalAmount="111.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.04506585677" Longitude="116.58935453333" StarRating="3" HotelCode="93749|fx_hotel_beijing_capital_international_airport" HotelName="FX Hotel Beijing Capital International Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Country House,Eco Hotel" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17 Tianzhu Jiayuan, Tuanzhu Zhen, Sunyi Qu, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/98/3f9801275a0261938b7d5d5d92751013062737b9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located near to the new China exhibition centre and the Tianzhu development zone. The ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="114.33" OriginalAmount="111.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.89034438" Longitude="116.26916569" StarRating="5" HotelCode="134616|no9_dacheng_intl_htl" HotelName="No. 9 Dacheng Road" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Dacheng Road, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8b/d9/8bd9223fdf400935f0ba10d25cd22e4108925d4a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Peking - Capital (PEK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="114.33" OriginalAmount="111.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.96931596" Longitude="116.39895" StarRating="4" HotelCode="395082|beijing_fujian_hotel" HotelName="Fujian" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Anzhen Xili Sanqu, Chaoyang District, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/ab/f8ab19033acececda9ebad6d9c3385fb04b06c68.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The property is located on the middle of the north third ring road close to the China International ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="114.33" OriginalAmount="111.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.82691672" Longitude="116.29433707" StarRating="0" HotelCode="554854|home_inn_beijing_home_base" HotelName="Home Inn Beijing Home Base" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Building 11, Sector 15</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/6e/3e6e2ffd72745c477f207da7848dc3755bdda4f6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="114.95" OriginalAmount="111.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.88467115" Longitude="116.35831046" StarRating="4" HotelCode="93751|879055" HotelName="Vienna International Hotel Beijing Guang An Men" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>7 Baiguang Road, Xicheng, 100000 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/5d/525d9b1fd684ad4f9f9f4c121c4365fad2e74798.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located in Fengtai. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="115.25" OriginalAmount="111.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.900180979891" Longitude="116.41070365906" StarRating="4" HotelCode="19466|49214" HotelName="Novotel Beijing Xin Qiao" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 West Street, Chongwenmen, Dongcheng District, 100005 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/7d/0e7d85a3f23828ade29a0ee5aad342cc04c5dc3b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city centre, within walking distance of Tiananmen Square and Wangfujing ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="115.36" OriginalAmount="112" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.90631321" Longitude="116.41975138" StarRating="2" HotelCode="629352|261680" HotelName="Peking Station Youth Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>North of Building 2 Suzhou Hutong, Dongcheng, Downtown Beijing, 100005 Beijing, Hebei</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0030/32538/3032538/1.jpg?f=15365306</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.36" OriginalAmount="112.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.899152126241" Longitude="116.4115780592" StarRating="3" HotelCode="78074|beijing_chong_wen_men_hotel" HotelName="Chong Wen Men" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2, West Chong Wen Men Street, Beijing 100062</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/a3/b5a3d10aa659b24fa7057876c00222aace5cf82c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Peking - Capital (PEK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.36" OriginalAmount="112.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.989476" Longitude="116.353438" StarRating="2" HotelCode="181158|greentree_inn_beijing_xueqing_road_business_hotel" HotelName="GreenTree Inn Xueqing Road Business Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No. 9 Commercial Service Building, YiCheng DongYuan, XueYuan Road, Haidian District, 100085 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/95/929548bbc37ef9df5aaf0e47646232d2cd47d769.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Beijing - Nanyuan Airport (BJS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="115.65" OriginalAmount="112.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.908406" Longitude="116.412395" StarRating="0" HotelCode="|458215" HotelName="Dongdan Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No.120, Dongdan North Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/8/2/1/5/458215_a98e7f40013.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.39" OriginalAmount="113.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9358" Longitude="116.4" StarRating="0" HotelCode="269552|xingguang_media_hotel__beijing" HotelName="Xingguang Media Hotel - Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/4e/e64e3d2a8dec0568404b1716419b43490aa6c768.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.39" OriginalAmount="113.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="3" HotelCode="973418|lavande_hotels_beijing_xueyuan_road_liudaokou_metro_station" HotelName="Lavande Hotels Beijing Xueyuan Road Liudaokou Metro Station" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Building 2 Shengxi Shopping Center, 8 Xueqing Road, Haidian, 100083 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/fb/a3fb3c5bf37bd37a6956c4cc51deb086196c9267.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="116.58" OriginalAmount="113.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9694713" Longitude="116.4197604" StarRating="4" HotelCode="|116858" HotelName="Beijing Guizhou Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No.18,West Yinghua Street,West Heping Bridge,Chaoyang District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/6/8/5/8/116858_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 2 restaurants and rooms with internet, (free of charge). SITUATION: It is 5 minutes away fromthe Temple of the Earth the Park of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="116.65" OriginalAmount="113.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.928117196043" Longitude="116.31199588095" StarRating="3" HotelCode="93744|2564755" HotelName="Ziyu Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Zeng Guang Lu, Xi San Huan Bei Lu, 100048 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/08/820872c59af8c57219ba5b88ca191678f8bc0c12.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently situated near the China Central Television Tower, the hotel is 3 km away from Beijing R...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="116.95" OriginalAmount="113.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.888072" Longitude="116.389519" StarRating="3" HotelCode="61888|373775" HotelName="Dong Fang Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>11 Wanming Road, Xuanwu District, 100050 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/1f/cc1f32e764c17a439c5537bb50249863fdc3f2ac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Beijing. Surrounding landmarks include Tiananmen Square and t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="116.95" OriginalAmount="113.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.935919" Longitude="116.326122" StarRating="4" HotelCode="93018|274105" HotelName="Xiyuan" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Country House" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Sanlihe Road, Haidian District, Beijing 100044</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/44/4b44f4d24021268296bf8a8736e09530115f7b5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the core area of Beijing's western business centre, close to Zhongguancun Sc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="117.42" OriginalAmount="114.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.97882914" Longitude="116.3909822" StarRating="3" HotelCode="96670|holiday_inn_express_beijing_minzuyuan" HotelName="Holiday Inn Express Beijing Minzuyuan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 3 Building, No. 2 Minzuyuan Road, Chaoyang District, 100101 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/f1/40f11cee4ced52ac2be863f639159bad5dc4141c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the development zone of the 2008 Olympic Games, with the Minzuyuan Park sit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="117.42" OriginalAmount="114.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.98969862" Longitude="116.47703869" StarRating="0" HotelCode="601201|tianchi_garden_hotel" HotelName="Tianchi Garden Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Bar,Elevator,Housekeeping,Internet,Lounge,Luggage Storage,Meeting Room,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>609 Building, Wangjing Garden, Guangshun South Avenue, Chaoyang, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/f6/3ff6a46d6823e00bc18ac2a90ac4e39057961312.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Located in Beijing (Wangjing), Tianchi Garden Hotel is convenient ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="117.50" OriginalAmount="114.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.94528318" Longitude="116.3932495" StarRating="0" HotelCode="705112|2395515" HotelName="James Joyce Coffetel (Beijing Gulou)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>47 Jiugulou Street, Xicheng District, Xicheng, 100009 Peking</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="118.26" OriginalAmount="114.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.89206" Longitude="116.39829" StarRating="4" HotelCode="|608202" HotelName="Yitingzhenshe Beijing Qianmen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No. 143 Qianmen Avenue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/8/2/0/2/608202_63c3e2f0003.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.45" OriginalAmount="115.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.99696" Longitude="116.340035" StarRating="3" HotelCode="93712|xijiao_hotel_beijing" HotelName="Xijiao" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>No.18 Wangzhuang Road, Haidian District, Beijing 100083</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/6a/4d6a8af9e4c0154c520d36628ffde558490621a5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city business hotel is located in the Haidian district of the Zhongguancun High-tech Developmen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.45" OriginalAmount="115.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.930632530056" Longitude="116.37189742496" StarRating="2" HotelCode="200735|lotus_10" HotelName="Beijing 161 Beihai Courtyard Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/05/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 Xisi North Qi Tiao, 100035 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/9e/d09e5100cb1bef155c7bcf859b821082189d274b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests can feel at home in one of the 50 rooms. Wireless internet access is available to travellers ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="118.98" OriginalAmount="115.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.910097" Longitude="116.411395" StarRating="4" HotelCode="93678|512435" HotelName="North Garden" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>218-1 Wangfujing Avenue, Beijing 100006</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/70/7570a5ed063a22735612684d0eceb7db49750431.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business hotel is located on East Chang'an Street, close to Tiananmen Square and northwest of t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.17" OriginalAmount="115.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9355" Longitude="116.50646" StarRating="4" HotelCode="|604264" HotelName="Atour Beijing Chaoyang High Speed Railway Station" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Building 99, Dongli, Shifoying</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/4/2/6/4/604264_2e832f12342.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="119.48" OriginalAmount="116.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.868436" Longitude="116.382111" StarRating="3" HotelCode="93684|taoran_business_hotel_2" HotelName="Tao Ran" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Conference Hall,Fax,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Majiapu Road, Dongchengqu Distict, 100077 BeiJing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/44/d3444fafb7e9ef5425a1dd15e1add3b8dfc1a8e2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Peking - Capital (PEK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="119.48" OriginalAmount="116.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="3" HotelCode="111361|holiday_inn_express_beijing_huacai" HotelName="Holiday Inn Express Beijing Huacai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 Guangshun North Street, Wangjing, Chaoyang District, Beijing 100102</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/e5/81e5e4d376719cca6253c08513234c51f986aabe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city business hotel is located at Wangjing High Technical Industrial Zone, surrounded by a numb...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="119.48" OriginalAmount="116.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.91646727" Longitude="116.43805996" StarRating="3" HotelCode="330349|ji_li_plaza" HotelName="Ji Li Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/c0/90c064dbec45b6b2f3ff745c973c1bba337c68fb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Sanlitun Bar St. &amp; Embassy Area, Hotel Beijing Ji Li ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="119.85" OriginalAmount="116.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.035577" Longitude="116.308699" StarRating="3" HotelCode="79045|508385" HotelName="Holiday Inn Express Shangdi" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>33 Shangdi Road, 100085 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/de/1bded9ef87c60c23a52761ec054824f6c8098d99.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located in the heart of Zhongguancun Shangdi, an area dominated by the inf...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="120.42" OriginalAmount="116.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.866584" Longitude="116.3626" StarRating="4" HotelCode="111309|504305" HotelName="Commercial Business" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="Conference Hotel" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 Yulinli, Youanmenwai, Fengtai District, Beijing 100069</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/f0/85f0b439cdd87faa336037943ec380932db16dea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in You An Men Qiao on the South 2nd Ring Road of Beijing, the hotel is to the north near Bei...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.51" OriginalAmount="117.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.966057" Longitude="116.445768" StarRating="2" HotelCode="162527|home_inn_huamao_" HotelName="Home Inn Sanyuanqiao Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Eco Hotel" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>36 Xibahe Dong Li, Chaoyang District, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/ef/faefe27f02686efcfdd41f26abcbcf5f92979675.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is 18 km from Beijing Capital International Airport, 8 km from Tiananmen Square and 10 km ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.51" OriginalAmount="117.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.951776681012" Longitude="116.46913290024" StarRating="4" HotelCode="133029|beijing_guangming_hotel" HotelName="Guangming Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>42 Liangmaqiao Road, Chaoyang District, Beijing 100125</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/23/c9234927e0cf7e0c7906012a9fd472f093566559.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The business hotel is located on Liangmaqiao Road in the Chaoyang district, within easy reach of gre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="120.51" OriginalAmount="117.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.954001" Longitude="116.399272" StarRating="0" HotelCode="298524|beifang_langyue_hotel_beijing_youth_lake_branch" HotelName="Beifang Langyue Hotel Beijing Qingnian Lake" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Parking">
        <Address>
          <AddressLines>
            <AddressLine>19 Qingnianhu South Street, Dongcheng District, Beijing 100010</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/ba/1bba0b2460d8be6e9c414413ae5f3142ba2ede27.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at North Langyue Hotel in Beijing Dongcheng - Wangfujing, you'll be cl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="120.71" OriginalAmount="117.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.010856" Longitude="116.468228" StarRating="4" HotelCode="|46763" HotelName="Holiday Inn Express Beijing Huacai, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 GUANGSHUN NORTH RD, WANGJING, CHAOYANG DISTRICT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/7/6/3/46763_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2008 and has 319 rooms, Guests can enjoy a cocktail room, The establishment boasts a business centre with a photocopier, a fax machine, courier service, internet, a postal service, a printing service, chauffeur service and internet. This air-conditioned hotel has a lobby, with express check-out, a reception, a lift, a cloakroom, a kiosk and a safety deposit box service. With regards to the food and beverage offering, the establishment has a cafÃ© and a restaurant. The establishment offers a laundry service, a car park, indoor parking and room service. SITUATION: This business hotel is in Wangjing the area it is near Wangjing the shopping centre Clients can also find, and. it is situated 19 kilometres away from Tianammen the Square of The Great Wall of China it is situated 55 kilometres away from it is situated 6 kilometres away from the Olympic Stadium. ROOM: The luxurious, comfortable rooms, have a bathroom with a shower, a bath and a hairdryer. They have a satellite TV, a safe, individual air-conditioning, a direct line telephone, a central heating system, internet, a coffee maker and a kettle. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: The establishment offers a conference centre, The establishment serves a buffet breakfast and all meals in menu form.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="121.10" OriginalAmount="117.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.8913167" Longitude="116.4016539" StarRating="5" HotelCode="|116818" HotelName="Kingrand Hotel Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No.18 Dong Da Street,Zhu Shi Kou, Dong Cheng District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/6/8/1/8/116818_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: the Temple of Heaven 10 minutes away from the establishment, guests will find it is 5 minutes away from Qianmen the pedestrian street of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="121.54" OriginalAmount="118.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="4" HotelCode="111182|huiyuan_prime_hotel" HotelName="HuiYuan Service Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Business Centre,Dry Cleaning,Elevator,Gift Shop,Internet,Laundry,Lounge,Meeting Room,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Beichen East Road, Andingmenwai, Chaoyang District, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/26/c92620a2f05573135fbf39ee8b6b61b4483a4d87.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Located in Beijing (North Chaoyang), Huiyuan Service Apartment - B...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="121.54" OriginalAmount="118.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.08617766" Longitude="116.55003667" StarRating="3" HotelCode="436779|beijing_fuyong_yulong_hotel" HotelName="Beijing Fuyong Yulong Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Rong Hui Yuan, Konggang B Area, 101318 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/zz/f3ad448c5ed299cf58461440f00e0c813ef1a366.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="121.54" OriginalAmount="118.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="0" HotelCode="756766|hampton_by_hilton_beijing_fangshan_hotel" HotelName="Hampton By Hilton Beijing Fangshan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Building 1, 66th Yanfu Road, Industrial Park East, Fangshan District, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/41/264197f5ea8a8e96c8ae2d19b6d08cd4c128d107.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="121.70" OriginalAmount="118.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.048900274341" Longitude="116.61956679237" StarRating="5" HotelCode="87268|CAS889200" HotelName="Hilton Beijing Capital Airport" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Terminal 3, Beijing Capital International Airport, 1 Sanjing Road, 100621 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/58/325894ae43b2bbecc852ee532a8ac32683227e8d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an ideal location just 1 minute by hotel shuttle bus from both Terminal 3 of the n...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="122.17" OriginalAmount="118.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.787844" Longitude="116.577272" StarRating="0" HotelCode="|409678" HotelName="Holiday Inn Express Beijing Yizhuang Tongminghu, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.2 Building, No.8 Courty, Kegu First Road Ec&amp;Tec</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/9/6/7/8/409678_06a9a541634.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="122.57" OriginalAmount="119.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.80498111" Longitude="116.15368869" StarRating="5" HotelCode="269456|nangong_spring_season_hotel__beijing" HotelName="Nangong Spring Season Hotel - Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/74/3e747a8fae0192c8bc97653b0ef1338473de6490.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Beijing NanYoung - N (NAY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="122.73" OriginalAmount="119.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.991304291816" Longitude="116.20292826686" StarRating="4" HotelCode="111351|1097618" HotelName="Fragrant Hill Empark Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>59 North Zheng Huangqi, Haidian, 100093 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/e3/ffe37e0af1457abb4c1885e57259e4698a45d7d0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Peking - Capital (PEK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="122.79" OriginalAmount="119.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.76485" Longitude="116.50837" StarRating="3" HotelCode="|447302" HotelName="Holiday Inn Express Beijing Yizhuang Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sili Sanqu, Taihe Garden</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/3/0/2/447302_6f4b0771703.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="123.06" OriginalAmount="119.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.951398" Longitude="116.469841" StarRating="4" HotelCode="|69455" HotelName="Beijing Guangming" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>42 LIANG MA QIAO ROAD, CHAOYANG DISTRICT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/9/4/5/5/69455_5466ab21308.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="123.30" OriginalAmount="119.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9391097" Longitude="116.421509" StarRating="2" HotelCode="|116891" HotelName="Beijing Mingcourtyard" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No.34 Xintaicang Hutong, Dongzhimen</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/6/8/9/1/116891_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts a car park (free of charge) and WiFi (free of charge). SITUATION: It is 10 minutes away fromBeixinqiao the train station.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.60" OriginalAmount="120" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="3" HotelCode="608184|372614" HotelName="Mutianyu GreatWall Wangshanyuan Homestay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Mutianyu 11, Bohai Town, 101405 Huairou</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/22/8d2275cebfda6989948ee670648c304fe670d0c0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.60" OriginalAmount="120.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.892318" Longitude="116.449466" StarRating="2" HotelCode="298584|hanting_hotel_guangqumen" HotelName="Hanting Hotel Guangqumen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="24 Hour Room Service,Elevator,Internet,Meeting Room,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Guang Qu Jia Yuan, Chongwen District, 100022 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/0f/c70f8e99149e2d3510d5e30a53b630a96e8f107a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hanting Express Beijing Guang Qu Men is a popular choice amongst travelers in Beijing, whether explo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="123.81" OriginalAmount="120.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.991404" Longitude="116.202852" StarRating="4" HotelCode="|187647" HotelName="Fragrant Hill Empark" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No. 59 North Zheng Huang Qi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/6/4/7/187647_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="124.60" OriginalAmount="120.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.93307" Longitude="116.429449" StarRating="4" HotelCode="93702|3594" HotelName="Poly Plaza" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 South Dongzhimen Street, Dongcheng District, Beijing 100027</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/e6/40e6ac6e6bb140e3bb7b81135be90e330b2bf0f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Peking - Capital (PEK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="124.62" OriginalAmount="120.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.889132" Longitude="116.653572" StarRating="3" HotelCode="|92510" HotelName="Sunflower" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>NO.201 WEST JIUKESHU ROAD,TONGZHOU DISTRICT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/2/5/1/0/92510_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.63" OriginalAmount="121.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.98860614" Longitude="116.35296277" StarRating="4" HotelCode="178238|geosciences_international_conference_centre" HotelName="Geosciences International Conference Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/4a/104a037f53ec01bf2d109c2fdcd22bf13c9bb544.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upscale hotel enjoys a prime setting in the Haidian District of the captivating city of Beijing...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="125.07" OriginalAmount="121.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.920056" Longitude="116.442741" StarRating="4" HotelCode="|387098" HotelName="Citadines Ritan Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No. 17 Ritan North Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/7/0/9/8/387098_1_763.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="125.09" OriginalAmount="121.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.907777557078" Longitude="116.2591534853" StarRating="4" HotelCode="34345|445845" HotelName="Holiday Inn Beijing ChangAn West" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>66 Yongding Road, Haidian District, 100039 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/1b/bd1b4905a07ef1a4bc14b03ca9c04965075992f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the junction of West Chang an Avenue and Yongding Road in the district of Ha...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="125.51" OriginalAmount="121.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.93868" Longitude="116.44309" StarRating="2" HotelCode="|349130" HotelName="Beijing Yasiming Haisheng Service Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Room 505 Unit 2 Block 25 Haishengmingyuan North Area No.36 Dongzhimen Outer Street Yi Dongcheng District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/9/1/3/0/349130_1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.66" OriginalAmount="122" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.960132330342" Longitude="116.44295454025" StarRating="4" HotelCode="35994|25608" HotelName="Beijing Royal Grand Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 28/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>6A East Beisanhuan Road, Chaoyang District, 100028 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/a7/a7affcdd15076c47/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right next to the China International Exhibition Centre (CIEC) and close to th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="125.69" OriginalAmount="122.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.789266" Longitude="116.514443" StarRating="3" HotelCode="298611|968975" HotelName="Holiday Inn Express Beijing Yizhuang" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 Building, 10 Courtyard, Ronghua South Road, Ec&amp;tech Development Zone, 100176 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/9b/309b5b102fd645ef4add5e79bdcd18b8ef17a944.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Peking - Capital (PEK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="126.31" OriginalAmount="122.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.919113" Longitude="116.411607" StarRating="4" HotelCode="34351|88944" HotelName="Crowne Plaza Wangfujing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48 Wangfujing Avenue, Dongcheng District, Beijing 100006</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/7e/877e60fd1e2c770aeb277ec806e40e9e9b106910.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set on bustling Wangfujing Avenue, this hotel stands amongst the city's vibrant shopping and interna...</HotelDescription>
        <Offer>Long Stay discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.69" OriginalAmount="123" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.898667" Longitude="116.474035" StarRating="4" HotelCode="166440|49634" HotelName="Mercure Beijing Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No.16 Jia Xi Da Wang Road, Chao Yang District, 100124 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/a4/b1a4d9b1de30c9548ab0fe038883594385473e18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the central business district, close to China World Trade Centre and China C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.69" OriginalAmount="123.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.905142" Longitude="116.462561" StarRating="4" HotelCode="93716|avic_hotel_beijing" HotelName="Avic" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No. 10 Yi, Central East Third Ring Road, Chaoyang District, Beijing 100022</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/7b/637b0bcce4b0712c7c1bf0eac5ba93dca5f781ce.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near the famous Chang'An Jie (Long Peace Street), just 15 minutes from the Capi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.69" OriginalAmount="123.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.88627013" Longitude="116.35621372" StarRating="4" HotelCode="389079|yun_tian_hotel_beijing" HotelName="Beijing Yuntian Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Business Centre,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Meeting Room,Parking,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/a4/3da44f4c4820f8400ac9ffd00181375717a58579.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Beijing Yuntian Hotel in Beijing (Xuanwu), you'll b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.69" OriginalAmount="123.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="2" HotelCode="955397|huairou_xiangcun_pushe_boutique_house" HotelName="Huairou Xiangcun Pushe Boutique House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>161 Mutianyu Village, Bohai, Huairou, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/01/7b01ff75bb9c63e046980777c57c15e2491afc1b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="126.82" OriginalAmount="123.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9090488" Longitude="116.2647069" StarRating="4" HotelCode="|39961" HotelName="Holiday Inn Beijing Chang An West, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>YONGDING ROAD, HAIDIAN DISTRICT, BEIJING 66</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/9/6/1/39961_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, renovated in 2007 and has 248 rooms, The establishment has 4 restaurants, large meeting rooms and a dance room. The establishment has air-conditioning, a lobby, a reception, a safety deposit box service, a currency exchange service, a cloakroom and a lift. The establishment also has a kiosk, a hairdresser's and a casino. For an additional charge you can use room service, a laundry service and a car park. SITUATION: This hotel is in Haidian the district of it is situated next to the metro station, The Great Wall of China nearby, you will find it is 1 kilometre away from restaurants, sports facilities, 4 kilometres away, you can find shops, leisure areas. ROOM: The modern rooms, have a bathroom and with a shower or bath, a hairdryer. They are equipped with internet, a direct line telephone, a mini-bar (available for a fee), a coffee maker and a kettle. They also have an ironing set, an air-conditioning system, central heating and a safety deposit box. FACILITIES: The establishment boasts a covered pool, a sauna (available for a fee) and a steam bath. Guests can also enjoy a massage service (available for a fee), use the gym and bowling (available for a fee), The establishment also offers an entertainment programme (available for a fee). MEALS: Regarding the food and beverage offering, the establishment offers a continental buffet breakfast and Ã  la carte, menu or buffet lunch and dinner. PAYMENT METHODS: The establishment accepts American Express, Diners Club, Mastercard, JCB and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="126.83" OriginalAmount="123.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.925399" Longitude="116.421011" StarRating="3" HotelCode="|554101" HotelName="beijingyonghegongsiheyuanyunjujiudian" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>beixinqiaojiedao</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/4/1/0/1/554101_00ce1631300.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="127.09" OriginalAmount="123.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.918996" Longitude="116.411285" StarRating="5" HotelCode="|59156" HotelName="Guo Ji Yi Yuan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>48 Wangfujing Avenue China,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/1/5/6/59156_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, is in Wangfujing the Avenue, has 360 rooms, air-conditioning, a lobby, a reception, a reception, a safety deposit box service, a currency exchange service, a cloakroom and a lift. The establishment boasts a cafÃ©, a hairdresser's, a bar, a pub, a restaurant and conference rooms. For an additional charge you'll be able to enjoy WiFi, a laundry service, room service, bicycle hire, a car park, indoor parking and a mini-club. SITUATION: This recently renovated hotel is in Wangfujing Avenue Clients can also find a business centre, a commercial centre, Oriental the square the business area. 45 minutes away from the establishment guests have PekÃ­n the International Airport of 15 minutes away from the establishment, clients can find the international railway station, Shenyang, Tianjin and Shijiazhuang it is well-connected with it is situated 2 kilometres away from Tiananamen the square. ROOM: The rooms have a bathroom with a shower or bath, a writing desk, chair, a radio, a direct line telephone with an answering machine, data connection, internet, a double bed, a safety deposit box with air-conditioned and heating. They also have a satellite TV, a mini-bar, an ironing set, a coffee maker, a kettle with a hairdryer. FACILITIES: Guests can relax with an indoor, heated swimming pool, a hydromassage bath, a sauna, a massage service and a terrace. Guests can use a gym. MEALS: Guests are offered a continental buffet breakfast and Ã  la carte or set-menu lunch and dinner. The establishment also offers a buffet dinner. PAYMENT METHODS: Customers can pay by American Express, Diners Club, Mastercard, JCB and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.72" OriginalAmount="124.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.988559" Longitude="116.413122" StarRating="3" HotelCode="76808|beijing_tibet_hotel" HotelName="Tibet" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>118 North 4th Ring Road, Chaoyang District, 100029 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/6d/c96db27a2026dab300db16790789eccbf7ed1787.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Peking - Capital (PEK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.72" OriginalAmount="124.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.888898" Longitude="116.653517" StarRating="3" HotelCode="170058|sun_flower_hotel__beijing" HotelName="Sun Flower Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No. 201 Cuiping North lane, Jiukeshuxi Road Tongzhou District, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/c2/ccc278d4b00991b36474994905e39d1aac164bc6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tongzhou, Beijing's most bustling commercial and financial district. It enj...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.72" OriginalAmount="124.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.78380642" Longitude="116.06483137" StarRating="4" HotelCode="269657|sky_line_resort__beijing" HotelName="Sky Line Resort - Beijing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/38/df3818ab5aa7209a1132af861c77efa0e8c17490.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Beijing NanYoung - N (NAY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.72" OriginalAmount="124.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.36758098" Longitude="116.67317842" StarRating="4" HotelCode="314698|spring_legend_holiday_hotel" HotelName="Spring Legend Holiday Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Business Centre,Coffee Shop,Concierge,Designated Smoking Area,Elevator,Internet,Laundry,Luggage Storage,Meeting Room,Nightclub,Parking,Restaurant,Room Service,Spa,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>9 European Style Commercial Street, Dingxiu Spring Town, Yanqi Town, 101407 Huairou, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/17/bb17d7ecaae5ebb874d1b30dc9cd69918d3d10bc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Spring Legend Holiday Hotel is conveniently located in the popular Huairou District area. The hotel ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.72" OriginalAmount="124.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.85665622" Longitude="116.37729139" StarRating="4" HotelCode="391083|wanfangyuan_hotel_beijing" HotelName="Wanfangyuan Business Hotel - Beijing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Fengtai, 4 Nansanhuan West Road, 100068 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/5f/455f638552e090b0aa3cd4feacf84f93da835310.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="127.79" OriginalAmount="124.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.905650106559" Longitude="116.22133433819" StarRating="5" HotelCode="134762|1024548" HotelName="Wanda Realm Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Building 1, A-18 Shijingshan Road, Shijingshan Lu, Beijing 100040</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/06/7206a04801918737130b96b53b3049a6b519ffa3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a new upscale hotel in the city's commercial district, Shijingshan. It is 20 minutes' d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.52" OriginalAmount="124.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.918801" Longitude="116.412244" StarRating="3" HotelCode="|406709" HotelName="Jinjiang Inn Beijing Wangfujing" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Dengshikou Street 75, Dongcheng District, 75</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/6/7/0/9/406709_389ac051424.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.74" OriginalAmount="124.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.949723" Longitude="116.437949" StarRating="4" HotelCode="|387091" HotelName="Atour S Dongzhimen Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No. 15, Zuojiazhuang, Xiangheyuan Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/7/0/9/1/387091_736edca1155.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.75" OriginalAmount="125.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.889892" Longitude="116.368361" StarRating="4" HotelCode="181107|beijing_shangda_international_hotel" HotelName="Shangda International" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>169 Guang'an Men Nei Street, Caishikou West, Xicheng, 100053 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/27/672754abb721ba1049176b6b816a62bd46f27d00.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located between the two business districts of Guang'anmen and Caishikou in Beijing and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="129.46" OriginalAmount="125.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9773021" Longitude="116.3450681" StarRating="4" HotelCode="|48453" HotelName="Park Plaza Beijing Science Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>25 ZHI CHUN ROAD, HAIDIAN DISTRICT BEIJING</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/4/5/3/48453_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: this elegant, contemporary style hotel, with air-conditioning, renovated in 2008, has 389 rooms and suites. It has a lobby, a reception, a safety deposit box service, a cloakroom and a lift. Our guests can find a hairdresser's, a cafÃ©, a bar, a pub, restaurants, a currency exchange service and conference rooms. The establishment also offers internet, room service, a laundry service and a car park. SITUATION: It is inZhongguancun the heart of is situated in a valley surrounded by universities, 20 minutes away from the establishment, clients can find Tiananmen the Square of the railway station, 2 minutes away, there is a bus stop, is situated 45 kilometres away from the airport. ROOM: The establishment has 389 rooms, suites and fully-equipped. The rooms a bathroom with a shower, a bath, a hairdryer, a king size or double bed, a direct line telephone and a satellite or cable television. They have internet, a safe, a mini-bar, a coffee maker, a kettle and an ironing set. They also have an air-conditioning system and central heating. FACILITIES: The establishment has a beauty centre, a gym fully-equipped and a massage service. Customers can also find a hydromassage bath, a sauna and a steam bath. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, you can enjoy a Chinese cuisine restaurant with show cooking, an international restaurant with show cooking, a restaurant with Japanese specialties, a bar which has live music, billiards and TV.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="129.78" OriginalAmount="126.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.944556251733" Longitude="116.45679355225" StarRating="4" HotelCode="93021|beijing_landmark_hotel" HotelName="Beijing Landmark Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>8 North Dongsanhuan Road, Chaoyang, 100004 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/a4/a6a4d1d4f975dea1da8d3a695c6d8d172af9d199.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated around 10 km away from Tiananmen Square. It is approximately 8 km from t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="129.78" OriginalAmount="126.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.921594" Longitude="116.337677" StarRating="3" HotelCode="93662|jing_bin" HotelName="Jing Bin Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>24 Fu Cheng Men Wai Street, Xicheng District, 100037 Peking</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/73/36735960a349bc02b2c424f1351f5438e7946c06.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Regarded as one of the best 3 star hotels in Beijing, Jing Bin Hotel Beijing offers deluxe accommoda...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="129.78" OriginalAmount="126.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.872202" Longitude="116.45026" StarRating="4" HotelCode="76797|beijing_guangxi_plaza" HotelName="Guangxi Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Huaweili, Panjiayuan, Chaoyang District, Beijing 100021</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/1b/c51b8390b4fe063b7a4dd91a28c9585088381372.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in Panjiayuan, in the Chaoyang district of Beijing, the hotel is adjacent to the central bu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="129.88" OriginalAmount="126.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.917345" Longitude="116.151985" StarRating="0" HotelCode="|387675" HotelName="Holiday Inn Express Beijing Shijingshan Lakeview" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>68 Shijingshan Road Shijingsha</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/7/6/7/5/387675_6722c761231.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="130.18" OriginalAmount="126.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9328658" Longitude="116.4196301" StarRating="3" HotelCode="|251113" HotelName="Happy Dragon Alley Beijing Tian An Men Forbi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.78 Dongsi Jiutiao</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/1/1/1/3/251113_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="130.81" OriginalAmount="127.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.0480439" Longitude="116.29792008" StarRating="0" HotelCode="381200|yitel_zhongguancun_software_park" HotelName="Yitel Zhongguancun Software Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No. 9 Zhongguancun Software park, No 8 Beiwang Road, 100193 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/78/cf785a92b0a1fc3526f7ce5b3cf8545242c3b13d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Shangdi &amp; Zhongguancun Science Park, Yitel Zhongguanc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="130.81" OriginalAmount="127.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="4" HotelCode="974394|songhe_hot_spring_hotel_training_center" HotelName="Songhe Hotspring Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>19 Zuodi Road, Lisui Town, Shunyi District, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/2e/462e6107ed1913609e7c9019dd5ac5b9e85a8d9a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="130.82" OriginalAmount="127.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.927966" Longitude="116.414128" StarRating="0" HotelCode="|467221" HotelName="Base-wangfujing Serviced Apartment" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No. 17 Qianliang Hutong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/7/2/2/1/467221_6d204f71721.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="131.32" OriginalAmount="127.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.936712" Longitude="116.443571" StarRating="3" HotelCode="173350|807625" HotelName="Holiday Inn Express Beijing Dongzhimen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Chunxiu Road, Dongcheng District, Beijing 100027</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/38/f7383102c922c7746f52a6d128b1c4c4c6ede8b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Peking - Capital (PEK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="131.53" OriginalAmount="127.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.932417" Longitude="116.50675" StarRating="4" HotelCode="132340|1114438" HotelName="C.Kong International" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel,City Hotel" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>130, Shifoying Dongli, Chaoyang District, Peking</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/55/4f55d554dc280d97166b8e6d243d3f1593a92e3b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in the Beijing CBD area, the hotel is ideally positioned 15 km from the world-famo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="131.71" OriginalAmount="127.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.886221" Longitude="116.385759" StarRating="4" HotelCode="317936|1094238" HotelName="Qianmen Jianguo Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>175 Yong Road, 100050 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/16/8d16f190a1f0f2015c0debc32421df73d24ebb23.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a convenient location in the Nancheng Tourism and Cultural Zone in Beijing and is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="131.79" OriginalAmount="127.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.90523892" Longitude="116.44354123" StarRating="3" HotelCode="958950|2565025" HotelName="Atour Light Hotel Jianguomen Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>11 Jianhua South Road, Chaoyang, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/4d/024dd927988da9002252bd7fdaf4b275dd04a741.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.84" OriginalAmount="128" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.989484" Longitude="116.404233" StarRating="4" HotelCode="93758|59199" HotelName="Continental Grand" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8, Beichen Dong Road, Chaoyang District, Beijing 100101</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/32/82327bb6fed4c6dd6da924697a0811a40d9e8c96.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Beijing NanYoung - N (NAY).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="131.84" OriginalAmount="128.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9899362" Longitude="116.4805806" StarRating="4" HotelCode="|129064" HotelName="Holiday Inn Beijing Focus Square, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Buliding 3, No.6 Yard, Futong East Avenue, Wangjing</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/9/0/6/4/129064_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has conference rooms, This hotel is business. SITUATION: This hotel is in the business area, close to the establishment, clients can find restaurants, shops and PekÃ­n the business areas. ROOM: Customers can find modern and elegant rooms. PAYMENT METHODS: Customers can pay by UnionPay.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="131.84" OriginalAmount="128.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9375075" Longitude="116.30393" StarRating="4" HotelCode="111399|jinlongtan_hotel" HotelName="JinLongtan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/d9/56d9797f763540fcf15d3e31ef817a2dff3d285d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel is situated in Beijing City. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="131.84" OriginalAmount="128.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.988357990057" Longitude="116.47456169128" StarRating="4" HotelCode="168463|holiday_inn_beijing_focus_square" HotelName="Holiday Inn Beijing Focus Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Country House" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Building 3 Yard 6 Futong Street, Wangjing Chaoyang District, Beijing 100102</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/84/1584727ba5f14f165dffaf6c85430d1b7e04e7ee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is less than a 5-minute walk from glitzy shopping centres such as the Focus Mall, with it...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="131.89" OriginalAmount="128.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.907103" Longitude="116.426249" StarRating="3" HotelCode="181157|2394895" HotelName="Hunan Hotel Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Beijing Station Qian Street, Dongcheng District, 100005 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/a6/86a6424c0e6635afbf9122c30df79e94b4e04c19.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="132.50" OriginalAmount="128.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9601498" Longitude="116.4427561" StarRating="4" HotelCode="|42930" HotelName="Grand Skylight Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 A, EAST BEISANHUAN ROAD, CHAOYANG DISTRICT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/9/3/0/42930_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban, business hotel and has 362 standard rooms and suites, In the establishment entrance, guests will find a lobby with express check-out, a reception, a safety deposit box service, a currency exchange service, a cloakroom and a lift. Regarding the food and beverage offering, the establishment has a cafÃ©, a supermarket, a bar and a restaurant. The establishment offers guests WiFi (free of charge), Royal Club rooms, a business centre, executive floors and conference facilities. The establishment also offers room service, a laundry service, a car park and bicycle hire. SITUATION: This hotel is close to the exhibition centre, close to the establishment, clients can find the commercial area, the business district, nearby, there is public transport, 200 metres away from the establishment, clients can find a nightclub, is situated 4 kilometres away from Li Tun the bar it is situated 7 kilometres away from the silk market, is situated 10 kilometres away from Tiananmen the Square of. ROOM: The establishment has standard rooms and suites with a bathroom with a shower or bath and a hairdryer. They have a direct line telephone, a satellite or cable television, WiFi and a mini-bar. They are equipped with a coffee maker, a kettle, a washing machine, an iron, a double bed, an air-conditioning system, central heating and a safe. The establishment has non-smoking rooms and disabled access rooms. FACILITIES: The establishment boasts an indoor, heated pool, a terrace with parasols, a tennis court, 2 squash courts, a well-equipped gym and a massage service. PAYMENT METHODS: The establishment accepts American Express, Mastercard and Visa. OTHERS: Clients have at their disposal a restaurant with international dishes with Asian dishes, European cuisine and American food. The establishment offers a buffet breakfast, Guests also have at their disposal a grill restaurant and a winery.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="132.75" OriginalAmount="128.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.063006" Longitude="116.550414" StarRating="4" HotelCode="409215|363215" HotelName="Crowne Plaza Beijing International Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>60 Fuqian 1 Street Tianzhu, Shunyi District, 101312 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9c/05/9c051be315ff3361e28971d4a2df5fa60050b264.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located just across from the New China International Exhibition Centre, about a 30-minu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="132.83" OriginalAmount="128.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.931360260475" Longitude="116.43289089203" StarRating="5" HotelCode="10871|89787" HotelName="Asia Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 Xinzhong Xijie, Gongti Beilu, 100027 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/82/6382b42837d9980334ee574060fb068f9a20450a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Beijing's flourishing business area, near the cultural ministry and the emba...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.87" OriginalAmount="129" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.906316742262" Longitude="116.4369893074" StarRating="4" HotelCode="141151|304319" HotelName="Broadcasting Tower" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>14 Jian Guo Men Wai Avenue Jia, Chaoyang District, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/60/fd604812a8ea78dc7c66a0829d88071f3aa4e2af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located inside the Beijing Broadcasting Tower, with Chang’an Avenue to the north, Dongs...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.87" OriginalAmount="129" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.994306" Longitude="116.400698" StarRating="5" HotelCode="93768|150815" HotelName="Celebrity International Grand" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>99 Anli Road, Chaoyang District, 100101 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/17/76178a3bb6a7e56b53ea7fdc9c932d985bb1c7e5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in China's Asian Game Village area, which is regarded as the new and fast developing economi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.87" OriginalAmount="129" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.871453632113" Longitude="116.45801235582" StarRating="5" HotelCode="76794|32606" HotelName="Chang An Grand Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>27 Hua Wei Li, Chao Yang District, 100021 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/a1/7ba1e209a612c028098b35a2a428462a760c90c2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located on the southeast corner of old Beijing city. It lies adjacent to Beijing ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="132.87" OriginalAmount="129.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.957925595991" Longitude="116.45925170437" StarRating="4" HotelCode="315299|oak_chateau" HotelName="Oak Chateau Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>66 Xiaguangli, East Third Ring Road, 100027 Beijing, Chaoyang District</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/27/312756177381bfe036714163f9aa8246accf404a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Beijing - Nanyuan Airport (BJS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="132.99" OriginalAmount="129.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.843277" Longitude="116.377886" StarRating="2" HotelCode="133948|1661088" HotelName="JinJiang Majiapu Inn" Meals="ROOM ONLY,BED &amp; BREAKFAST,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nr. 65 Majiapu Road, Fengtai District, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/0b/db0b283ae5df046bb5127e9727fd299b766a6db5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="133.24" OriginalAmount="129.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.98374" Longitude="116.40749" StarRating="4" HotelCode="|187560" HotelName="Beijing Tibet" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No.118 East Road of North 4th Ring Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/5/6/0/187560_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.90" OriginalAmount="130.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.914468102346" Longitude="116.41939401627" StarRating="4" HotelCode="395073|xinhai_jinjiang_hotel_wangfujing" HotelName="Xinhai Jinjiang" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>No.61 Jinbao Street, Dong Cheng District, 100005 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/a3/dba3cf32eee1628b47cd3db53997855b5f193909.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the golden Wangfujing business area. The establishment lies just 2 km...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="134.17" OriginalAmount="130.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.962238" Longitude="116.45673" StarRating="3" HotelCode="|69684" HotelName="IBIS BEIJING SANYUAN" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>BUILDING B, FENG HUANG CITY, CHAOYANG DISTRICT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/9/6/8/4/69684_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="134.64" OriginalAmount="130.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.84195" Longitude="116.37245" StarRating="0" HotelCode="|187780" HotelName="Jinjiang Inn - Beijing Majiapu Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>65 Majiapu Rd - Fengtai District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/7/8/0/187780_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="134.82" OriginalAmount="130.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.973852" Longitude="116.302417" StarRating="4" HotelCode="111326|233386" HotelName="Ariva Beijing West Hotel &amp; Serviced Apartment" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>36 Haidian Roud South, Haidian District, 100080 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/13/5a130c8c98d26999bc1fba7395cc27008d5bfe77.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Silicon Valley on Zhongguancun Haidian Road, adjacent to the Zhongguancun Sc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.93" OriginalAmount="131.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.919611" Longitude="116.446137" StarRating="3" HotelCode="181166|xiao_yuan_alley_courtyard_hotel" HotelName="Xiao Yuan Alley Courtyard" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>12 Lishi Hutong, Chaoyangmen, South Street, Dongcheng, Beijing 100010</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/3d/d63db313bf4a81064c678f3b3d068fce58777b05.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="135.42" OriginalAmount="131.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="3" HotelCode="93746|1535598" HotelName="Ccecc Plaza" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hai Dian, 6  Beifengwo, 100038 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/37/db375e7a4550ba1908923d479a2a9398f8bab2e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is set in Fengtai. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.99" OriginalAmount="133" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.906052819645" Longitude="116.42830131349" StarRating="4" HotelCode="68578|24455" HotelName="Howard Johnson Paragon Hotel Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18A Jian Guo Men Nei Avenue, 100005 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/c3/f8c37fde3d76273d51e342a67c620c6308364cf7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on East Chang An Street, in the heart of the golden area of the capital city, e...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="136.99" OriginalAmount="133.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.908478809484" Longitude="116.4546643347" StarRating="4" HotelCode="76031|jinglun_nikko_hotels_international_beijing" HotelName="Jinglun Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 Jianguomenwai Avenue, 100020 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/ed/4ded49c8551d8205c1144deb1189206aafd54509.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the centre of Beijing's business district. Guests will find Beijing train s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="136.99" OriginalAmount="133.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.900582461292" Longitude="116.43412216781" StarRating="4" HotelCode="160334|jianguo_hotspring_hotel_2" HotelName="Jianguo Hotspring Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Spa Hotel,Business Hotel" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>5 South Jianguomen Street, Dongcheng District, 100005 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/e2/fee24909318543d30895a55ba4a80aa050168bfb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Beijing, just 10 minutes' drive from Tiananmen Square. It has a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="136.99" OriginalAmount="133.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="4" HotelCode="972784|lavande_hotelbeijing_zhongguancun_domestic_only" HotelName="Lavande Hotel Beijing Zhongguancun Renmin University of China Metro Station" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>8A Shuangyushu Dongli, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/b1/04b16598249e641ff13e4c8ab6e99fdc17f29a5d.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="137.10" OriginalAmount="133.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.91645" Longitude="116.41035" StarRating="3" HotelCode="|605605" HotelName="Lavande Beijing Tiananmen Square Wangfujing Street Branch" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Floor 4-5, No. 201 Wangfujing Street, Dongcheng District, Beijing</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/5/6/0/5/605605_2157ed82333.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="137.12" OriginalAmount="133.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.91475" Longitude="116.406601" StarRating="0" HotelCode="|456393" HotelName="Urcove By Hyatt Beijing Forbidden City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Beijing Forbidden City</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/6/3/9/3/456393_5d697c71429.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="137.25" OriginalAmount="133.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.936034" Longitude="116.322021" StarRating="5" HotelCode="76032|3564" HotelName="Nikko New Century" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Nightclub,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>6 Southern Road, Capital Gym, Haidian District, Beijing 100044</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/61/4261c5c27850ac71ab2504b6babf8aa0c461ccb4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business hotel is conveniently situated in Beijing's flourishing western business district, jus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="138.02" OriginalAmount="134.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.4656256" Longitude="116.51884221" StarRating="3" HotelCode="785196|meeting_the_great_wall" HotelName="Meeting The Great Wall" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>43 Jiushuikeng, Xizhazi Village, Yanqi Town, Huairou, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/7f/e7/7fe76334a99dfde613e57732596a0f7d9e6728df.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.05" OriginalAmount="135.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="0" HotelCode="571360|crowne_plaza_beijing_badaling_an_ihg_hotel" HotelName="Beijing Jinyu Badaling Spa Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 North Guishui Street, 102100 Yanqing, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/fc/16fc406280e8c27da3dc7d3b44c580e0fafa76b2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is set in Yanqing. The reception desk is not open throughout the day. Beijing Ji...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="139.11" OriginalAmount="135.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.94747" Longitude="116.4015" StarRating="0" HotelCode="|611883" HotelName=" Atour Hotel Beijing Gulou Houhai - Free Night Snacks" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No. 12, Qianfu Lane</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/1/1/8/8/3/611883_e631e090146.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="139.31" OriginalAmount="135.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.956530315365" Longitude="116.37586712837" StarRating="4" HotelCode="148897|807885" HotelName="Holiday Inn Beijing Deshengmen" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>71 Deshengmenwai Street, Xicheng District, 100088 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/5f/e75f60a21e7e1d46751885fc4c1fa0cc899536bf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.08" OriginalAmount="136.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.956885" Longitude="116.280265" StarRating="4" HotelCode="111352|aloft_beijing_haidian" HotelName="Aloft Beijing Haidian" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Tower 2, No. 25 Yuanda Road, Stadtteil Haidian, Peking 100097</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/5b/1b5bc81803be9b191c1f2c7116da64612dcd611f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is about 31 km from Beijing Capital International Airport (about 40 minutes by car) and 24...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.08" OriginalAmount="136.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.893143" Longitude="116.323918" StarRating="3" HotelCode="132290|dafang_hotel" HotelName="Dafang Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>East of Beijing West Railway Station South Square, Fengtai District, 100055 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/49/e0494132e78769f82ed63c81f4251ad5b176a8e7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="140.24" OriginalAmount="136.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.96141" Longitude="116.54785" StarRating="4" HotelCode="|604624" HotelName="Wanda Moments Beijing Dongba" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Building 2, No. 99, Hejing Road, Dongba Township</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/4/6/2/4/604624_3ac2ae12310.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="140.56" OriginalAmount="136.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.906173" Longitude="116.428165" StarRating="4" HotelCode="|55167" HotelName="Howard Johnson Paragon  Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>18 A JIANGUOMEN NEI AVENUE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/1/6/7/55167_6.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is a 5-minute walk away from Beijing Railway Station, close to el Henderson Center where guests can enjoy shops and restaurants. It is situated 10 minutes walk away from Wangfujing, about 10 minutes away (by car) from the Square of Tiananmen and the Forbidden City. 10 minutes walk away, you can find Dongdan Underground Station. ROOM: All the rooms have an air-conditioning system, a television, a safety deposit box, a mini-bar, a kettle and a coffee maker. FACILITIES: This hotel has a gym fully-equipped, a tennis court, a beauty centre, a sauna and a steam bath. RESTAURANT: The establishment offers breakfast service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="141.11" OriginalAmount="137.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.88989383" Longitude="116.35205883" StarRating="3" HotelCode="133022|guangan_hotel_2" HotelName="Guangan Beijing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Business Centre,Meeting Room,Parking">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/95/2995882969088600530e72bb8b594ad8f22e57d2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Guang An Hotel - Beijing in Beijing (Xuanwu), you'l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.14" OriginalAmount="138" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.93290878" Longitude="116.41964702" StarRating="2" HotelCode="417466|148331" HotelName="Happy Dragon Ally Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Bicycle Rental,Business Centre,Coffee Shop,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Lounge,Massage Centre,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>78 Dong Si Jiu Tiao, Dongcheng District, 100005 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/24/902459a17a48dfb428d99cf076d667ea6ca33cb1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Xinmao Youth Hotel Beijing is a 2 star hotel located at 78 Dongsijiutao Dongcheng District in the ci...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.14" OriginalAmount="138" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.916933" Longitude="116.406964" StarRating="4" HotelCode="410139|10752" HotelName="Sunworld Hotel Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>88 Dengshikou Street, Dongcheng District, Beijing 100006</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4a/78/4a78770a025aa892efcbe2bf1b916dbe7d82af64.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Beijing at the corner of Wangfujing and Dengshikou (the Golden...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="142.14" OriginalAmount="138.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="5" HotelCode="974648|yinbao_jianguo_hotel_2" HotelName="Yinbao Jianguo Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Building 1, 32 Jinfu Road, Courtyard, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/dc/f9dcf3f6ecb3dc36c37a73b07a8bba6e5cc90f81.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="142.43" OriginalAmount="138.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9048607" Longitude="116.4349435" StarRating="5" HotelCode="|46306" HotelName="Beijing Pudi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>7 Jian Guo Men South Avenue, Dongcheng District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/3/0/6/46306_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Marriott City Wall Beijing is rated five stars. It was opened in 2008. It has a cafÃ©, a covered swimming pool and a gym. SITUATION: This hotel is in the centre of Beijing. It is close to Old Observatory it has good links to the train station. ROOM: The establishment has 1288 rooms with mini-bar with a hairdryer, a safe, an ironing set and an air-conditioning system.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="142.49" OriginalAmount="138.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.918204" Longitude="116.413266" StarRating="4" HotelCode="|41550" HotelName="Sunworld  Beijing Wangfujing" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>88 DENG SHI KOU STREET, DONGCHENG DISTRICT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/5/5/0/41550_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has 308 standard rooms and suites, This urban hotel, renovated in 2007, has a banquet hall, with features that offer you the maximum level of comfort, meeting rooms and air-conditioning. Guests are also offered a lobby, express check-out, a reception, a safety deposit box service, a currency exchange service, a cloakroom, a lift, a cafÃ©, a hairdresser's, a restaurant and WiFi. There are many services available at the establishment, including a laundry service, a bicycle rental desk and a car park. SITUATION: It is inPekÃ­n the centre of Wangfujing and Dengshikou it is in Clients can find the tourist attractions and cultural options. it has good links to public transport services. ROOM: luxurious and traditional-style. Guests are offered 4 luxurious suites, All the rooms have a bathroom, a hairdryer, a direct line telephone, a satellite or cable television, internet, WiFi, a mini-bar, an iron, a double or king-size bed, a central air-conditioning system, central heating and a safety deposit box. Guests are offered non-smoking floor. FACILITIES: Clients can enjoy a leisure centre with a gym and a sauna. Clients can enjoy activities such as playing billiards, You also have at your disposal a massage service. OTHERS: The hotel has Chinese and Occidental cuisine restaurants.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="142.95" OriginalAmount="138.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.93762718144" Longitude="116.30387615232" StarRating="4" HotelCode="111347|2636525" HotelName="Ruyi Business Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>17 Beiwa Road, Hai Dian, 100089 Peking</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/ee/b8eed6612c0966e7fca18052e962773e646001e7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located west of Xi San Huan Huayuan Bridge in Haidian District, close to the Air Force ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="143.10" OriginalAmount="138.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.89410152" Longitude="116.39888907" StarRating="3" HotelCode="614500|2397955" HotelName="Beijing Palace Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="24 Hour Power Supply,Designated Smoking Area,Housekeeping,Internet,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>26 Buxiangzi Huong Qian Men Street, Dong Cheng District, 100005 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c7/f4/c7f439bba3d374d2ae5b39e4e84bde90977487ef.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;Beijing Palace Hotel is located in Qianmen area, one kilometer from National Grand Theater and 3.4 k...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.17" OriginalAmount="139.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="3" HotelCode="111330|jiayuan_hotel_2" HotelName="Hotel Jinyuan Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 Daliushu Road, Haidian District, 100081 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/d1/7fd1d2bd3a3f3bd5b3ac50774af0390c66034397.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The north side of the hotel is near Zhongguancun, the south side reaches Beijing Exhibition Center, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.17" OriginalAmount="139.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.94571887" Longitude="116.38599214" StarRating="3" HotelCode="269252|qomolangma_hotel__beijing" HotelName="Qomolangma Hotel - Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Business Centre,Dry Cleaning,Elevator,Garden,Internet,Laundry,Luggage Storage,Parking,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/17/a917d6b46aa9340b89a02990e4caef23cc09a164.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Qomolangma Hotel - Beijing in Beijing (Xicheng), yo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.17" OriginalAmount="139.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.88243755" Longitude="116.31192942" StarRating="0" HotelCode="679726|iu_hotel_beijing_west_railway_station_liuliqiao_east_station_branch" HotelName="IU Hotel Beijing West Railway Station Liuliqiao East Station Branch" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>6 West 3rd Ring South Road, Xicheng District, West Railway Station, 100161 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/ee/9cee848f4579b877addd567e68d7b5d0d8c7e862.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="143.68" OriginalAmount="139.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9378492" Longitude="116.3041474" StarRating="4" HotelCode="|129356" HotelName="Ruyi Business" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No.17, Beiwa Road, Haidian District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/9/3/5/6/129356_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="143.68" OriginalAmount="139.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9328351" Longitude="116.419708" StarRating="0" HotelCode="|116846" HotelName="Dragon King" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.78 Dongsi Jiutiao, Dongcheng District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/6/8/4/6/116846_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: OekÃ­n It is in 5 minutes away from the establishment guests have Zhangzizhong Road the metro station of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="144.20" OriginalAmount="140.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.950996666667" Longitude="116.44350666667" StarRating="3" HotelCode="132238|xinghelou_hotel" HotelName="Atour S Hotel Dongzhimen Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15 Zuojiazhuang, Chaoyang District, 100028 Beijin</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/b7/75b74d843de9e77a34b1caf7fe9a583cf9334e52.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="144.20" OriginalAmount="140.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.936686" Longitude="116.428551" StarRating="4" HotelCode="395077|oriental_garden_hotel" HotelName="Oriental Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>6 Dongzhimen Nan Street, Dongcheng District, 100027 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/1f/b51f32357be23ade9fbb24c646e24d27c4a8b3f0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on South Dongzhimen Street in the Dongcheng district of Beijing. Situated clos...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="144.38" OriginalAmount="140.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.985966" Longitude="116.489634" StarRating="4" HotelCode="181130|559402" HotelName="Grace Beijing 798 Art District" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 706 Art Street Jiuxianqiao, 798 Art District, 100015 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/70/8570fd103fc46873e1d48c9589380b9dce73b79d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Peking - Capital (PEK).</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="144.65" OriginalAmount="140.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.087454" Longitude="116.301837" StarRating="5" HotelCode="|56676" HotelName="Wyndham Beijing North" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Huilongguan, Changping District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/6/7/6/56676_3c1687d0728.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel has, 937 rooms, has 13 suites, 11Â junior suites and 1 chalets. This air-conditioned establishment has a lobby, with a reception, express check-out, a safety deposit box service, a currency exchange service, a cloakroom and a lift. The establishment boasts a hairdresser's, an auditorium, a casino, a games room and a playground. Guests are also offered a cafÃ©, 2 bars, 2 pubs, a nightclub and 6 restaurants. The establishment offers 30 meeting rooms, 3 dance halls and WiFi. The establishment also offers room service, a laundry service (for a fee) and a car park (free of charge). SITUATION: This hotel is in Zhongguancun the district of It has excellent transport links to, the roads and the airport. 5 minutes away from the establishment you have a train station, 20 minutes away from the establishment, clients can find Ming the Tombs of it is 25 minutes away from the city centre, Where you can find the shopping centres, 20 minutes away from the establishment guests have PekÃ­n the International Airport of. ROOM: The rooms a bathroom with a bath, a shower, a hairdryer and a king size or double bed. They have a direct line telephone with an answering machine, satellite and cable TV with international channels, films, internet, a safe, a mini-bar and press. They are equipped with a coffee maker, a kettle, an iron, an air-conditioning system and a central heating system. FACILITIES: The establishment has indoor swimming pools, swimming area for children, tennis courts, squash courts, bowling and a games room. Guests are offered spa treatments, a jacuzzi, a sauna (available for a fee), a steam bath and a massage service (available for a fee), The establishment also offers parasols, water aerobics, aerobics and a gym. Clients can enjoy activities such as play ping-pong, playing billiards, basketball, bowling and a golf course. MEALS: Regarding the food and beverage offering, the establishment offers 9 restaurants and bars. The establishment offers Japanese cuisine, Italian cuisine and international dishes. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="145.23" OriginalAmount="141.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.896057" Longitude="116.350074" StarRating="2" HotelCode="181129|furun_hotel" HotelName="Furun Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>116 Guanganmen Inner Street, Xicheng, 100053 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/d5/1ad5414f2378ec59a28c857d64a992537d529ea9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="145.97" OriginalAmount="141.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.815163" Longitude="116.556862" StarRating="4" HotelCode="|406148" HotelName="Manxin Beijing Yizhuang Economic Development Zone" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No.55 Jia Chuang 2 Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/6/1/4/8/406148_ebf36650351.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="146.19" OriginalAmount="141.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.902979383665" Longitude="116.42784833908" StarRating="5" HotelCode="888088|373725" HotelName="Beijing Pudi Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>7 Jian Guo Men South Avenue, Dongcheng District, Beijing 100005</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/11/36/1136c2095a1d4f570773b01e733867bc7a113a17.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Jianguomen Shou Avenue Dongcheng district, around 0.5 km from the railwa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.26" OriginalAmount="142.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.908964869954" Longitude="116.45241129171" StarRating="4" HotelCode="34348|jianguo" HotelName="Jianguo Hotel Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Spa Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5 Jianguomenwai Da Jie, 100020 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/93/0d93befa37cd5b9747427030181b86a98a1b813f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located at Dongchanganjie, close to the neighbouring market - the Xiu Shuijie. Se...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.26" OriginalAmount="142.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="2" HotelCode="955425|beijing_rong_yard_guesthouse" HotelName="Beijing Rong Yard Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>67 Dianmen East Avenida, 100035 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/ff/feff6bcd2113cb7660a6301f4118a1b96a79d01b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="146.34" OriginalAmount="142.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.95033524" Longitude="116.43864363" StarRating="4" HotelCode="367263|1694598" HotelName="Hotel MoMc" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="boutique hotel" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Bar,Boutique,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Laundry,Printer,Restaurant,Room Service,Smoking Rooms,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Beijing Dongzhimen Xianghe, No. 1, Xiangheyuan Road, MOMA T6 Building, Dongcheng Distric, 100028 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/c9/3ac9577207539ac3c1064c010e1f26133994e914.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel MoMc is located in Modern MOMA, which is in the core region of East 2nd Ring Road in Beijing. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="146.46" OriginalAmount="142.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.888850290161" Longitude="116.34040390675" StarRating="4" HotelCode="409213|93300" HotelName="DoubleTree by Hilton Hotel Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>168 Guang'anmen Wai Main Street, Xicheng District, 100055 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/58/d1585a5f159535df2ff50df610ccb1f3d51f645d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally situated on the south west 2nd ring road, the hotel is next to the Beijing Financial Street ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="147.18" OriginalAmount="142.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.77362" Longitude="116.523" StarRating="4" HotelCode="|607855" HotelName="Hilton Garden Inn Beijing Yizhuang" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.6 South Jingyuan Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/7/8/5/5/607855_c097b9c0004.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.29" OriginalAmount="143.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.984776" Longitude="116.337211" StarRating="5" HotelCode="111370|liaoning_international_hotel" HotelName="Liaoning International Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2A North 4th Ring West Road, Haidian District, 100190 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/a5/16a5b3257c0a03d9429c6db2d816b049b11c429a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an excellent location with convenient transport links, and it is situated on the fo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="147.30" OriginalAmount="143.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.937536" Longitude="116.327799" StarRating="5" HotelCode="|43469" HotelName="Nikko New Century Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6 SOUTHERN ROAD CAPITAL GYM, HAIDIAN DISTRICT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/4/6/9/43469_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is, ideal for both business trips and family holidays, has 712 rooms and apartments. It has offices, restaurants, banquet halls and a lobby lounge. Guests can find air-conditioning, express check-out, a reception, a safety deposit box service, a currency exchange service, a cloakroom and a lift. The establishment boasts a cafÃ©, a mini-market, a hairdresser's and conference rooms. The establishment offers guests WiFi, room service, a laundry service and a car park. SITUATION: It is in the business area, Zhong Guan Cun close to the establishment, clients can find. ROOM: The rooms with city views, a direct line telephone, a safe and a satellite TV. They also have internet (free of charge), video, a bathroom, a radio, a mini-bar and a kitchen with fridge, It also offers a coffee maker, a kettle, a king size or double bed, an air-conditioning system and a central heating system. FACILITIES: The establishment boasts health facilities and entertainment facilities. PAYMENT METHODS: Customers can pay using American Express, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients can enjoyGolden Palace the traditional restaurant Century CafÃ© the bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="147.34" OriginalAmount="143.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="4" HotelCode="981138|845642" HotelName="Manxin Beijing Yizhuang Economic Development Zone Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>55 Jia Chuang 2 Road, Tongzhou, 101100 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/91/0c91a59d02e10f166e48df37a1dc22fff409f883.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.32" OriginalAmount="144.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.885608944009" Longitude="116.30557702042" StarRating="4" HotelCode="111232|chateau_de_luze" HotelName="Chateau de Luze" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jia 8 Guanghua Road, Chaoyang District, 100026 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/26/ce266c5c7d66254d770f68e3b7dea862f1176189.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located 22 km away from Beijing Capital International Airport, 3 km away f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.32" OriginalAmount="144.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.957419452912" Longitude="116.42575786145" StarRating="3" HotelCode="135558|traveler_inn_hepingli_beijing_2" HotelName="Traveler Inn Hepingli" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Hepingli East Street, Dongcheng District, 100013 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/c9/b3c98076e45ccdc8e03f6402747f4bc31b4a1f41.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located near the International Expo Centre, Asian Games Village and many administrativ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.32" OriginalAmount="144.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.91382933" Longitude="116.57036982" StarRating="3" HotelCode="269320|beijing_huadan_hotel" HotelName="Beijing Huadan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Sanjianfang Nan Li, Chaoyang District, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/c8/a0c8ac74efb2baba9a0bc476c78aadbe1338d1f4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="148.47" OriginalAmount="144.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.94996" Longitude="116.43856" StarRating="5" HotelCode="|187735" HotelName="MoMc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>T6, Modern MOMA, No.1 Xiangheyuan Road,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/7/3/5/187735_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="149.48" OriginalAmount="145.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.925208" Longitude="116.286925" StarRating="4" HotelCode="93694|2704695" HotelName="Yong Xing Garden Hotel Beijing" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>101 Fucheng Road, Haidian District, Peking 100036</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/24/96243614f56b6b6cae8d552217f124be0e4ac78a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated about 35 km away from Beijing Capital International Airport, about 14 km away ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="150.12" OriginalAmount="145.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.94887904" Longitude="116.43922762" StarRating="4" HotelCode="571251|2294405" HotelName="Artyzen Habitat Dongzhimen Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Building 11, 1 Xiangheyuan Street, Dongcheng District, 100028 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a5/19/a519927798f5b61c561add61a99739d2fe60b157.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="150.18" OriginalAmount="145.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.914410498964" Longitude="116.40960931778" StarRating="4" HotelCode="58467|135774" HotelName="Novotel Beijing Peace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Finca,Village" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 Jinyu Hutong, Wangfujing, 100006 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/fa/5efa70c8919b4e0661789374f769fe00b5920fd4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the city centre and overlooks the Forbidden City and Tiananmen Square. It i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="150.38" OriginalAmount="146.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.907869" Longitude="116.417132" StarRating="4" HotelCode="65719|jianguo_garden_hotel" HotelName="Jian Guo Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No.17 Jianguomen Nei Street, Dongcheng District, Beijing 100005</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/25/67259ae86a8e9fcfae4a950c2c4c5c72f7cffcbd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the very heart of town. It is 2 km from the railway station and 30 km ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="150.38" OriginalAmount="146.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.923561" Longitude="116.520513" StarRating="0" HotelCode="298605|beijing_haoting_international_hotel" HotelName="Haoting International Hotel Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>18 Building Yacheng Yili, North Chaoyang Road, Chaoyang District, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/92/c2921e0ec87c0b42af33284b951d1a0042f923c4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Beijing, Beijing Haoting International Hotel puts everything the city has...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="150.88" OriginalAmount="146.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9896609" Longitude="116.404261" StarRating="4" HotelCode="|129337" HotelName="Beijing Continental Grand" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Beichen E Rd, Ya Yun Cun, Chaoyang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/9/3/3/7/129337_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="150.91" OriginalAmount="146.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.925124" Longitude="116.286782" StarRating="4" HotelCode="|405519" HotelName="Yongxing Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>101 FUCHENG ROAD, HAIDING DISTRICT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/5/5/1/9/405519_60ecf4c1216.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="151.41" OriginalAmount="147.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.90994638" Longitude="116.40626573" StarRating="3" HotelCode="402119|days_inn_forbidden_city_beijing" HotelName="Days Inn Forbidden City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Air Conditioning,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Nanwanzi Bystreet, Nanheyan Street, Dongcheng District, 100006 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/51/82511648318b497617075512cf0d9444cb4b741d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in central Beijing, close to the downtown area. To the east is Wanfujing Stree...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="151.45" OriginalAmount="147.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.90569076007" Longitude="116.4189771914" StarRating="4" HotelCode="904624|1023478" HotelName="Inner Mongolia Grand Hotel Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Chong Wen Inner Street, Dong Cheng District, 100005 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/11/dd11d1befb1c5b5528172706c8374e773c96ebb7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Beijing - Nanyuan Airport (BJS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="151.95" OriginalAmount="147.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9143" Longitude="116.47165" StarRating="5" HotelCode="|47291" HotelName="Radegast CBD Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>15 GUANGHUA ROAD, CHAOYANG DISTRICT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/2/9/1/47291_recepcion.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2007, has a banquet hall, 6 conference rooms and conference facilities. It has 313 rooms, This hotel has air-conditioning, a lobby with express check-out, a reception, a safety deposit box service, a lift, restaurants, internet and a car park. ROOM: They are equipped with LCD satellite and cable television, internet, central heating and an air-conditioning system. The rooms a bathroom with a shower or bath, They have a double bed, a direct line telephone, a safe, a coffee maker and a kettle. FACILITIES: The establishment has a health centre with a gym, a nightclub and a tennis court. Guests are offered water activities. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage provision, the establishment offers 5 restaurants with traditional dishes, typical French cuisine, Japanese cuisine and a buffet service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="152.36" OriginalAmount="147.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.925324" Longitude="116.478087" StarRating="3" HotelCode="|407673" HotelName="Beijing Yilejia Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Vanke Park Building 22 Tianshuiyuan St Chaoyang Di</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/7/6/7/3/407673_455b0e91605.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="152.44" OriginalAmount="148.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.916028" Longitude="116.417736" StarRating="4" HotelCode="93659|ocean_hotel" HotelName="Ocean" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>No.189 Dongsi South Avenue, Dongcheng District, Beijing 100005</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/34/24348813799f87cd53192fd0c58ec44f63c15473.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near Wangfujing Avenue in the district of Dongchen, about 3 km from the railway...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="152.44" OriginalAmount="148.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.8927733" Longitude="116.4259899" StarRating="3" HotelCode="228488|bijie_business_hotel__beijing" HotelName="Bijie Business Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Business Centre,Elevator,Internet,Meeting Room,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/93/9d93a1363ff7ae95ebda38d90a390da7b4106f90.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="152.44" OriginalAmount="148.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.7957586" Longitude="116.508603" StarRating="5" HotelCode="269559|fengda_international_hotel" HotelName="Fengda International Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Conference Hall,Fax,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Middle Ronghua Road, Economic and Technological Development Zone, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/04/c504c279d53d3bb0ced7024012ceccccadc1c202.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Peking - Capital (PEK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="152.66" OriginalAmount="148.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.922032" Longitude="116.423892" StarRating="4" HotelCode="|464132" HotelName="Holiday Inn Express Beijing Downtown, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Street: No.18, Lishi Hutong, Dongsi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/4/1/3/2/464132_aebe51e0314.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="153.27" OriginalAmount="148.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.12976" Longitude="116.61561" StarRating="4" HotelCode="|387113" HotelName="Holiday Inn Beijing Airport Zone, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 35 Nanchen Road, Nan Fa Xin</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/7/1/1/3/387113_1_4145.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153.47" OriginalAmount="149" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.943255" Longitude="116.422993" StarRating="3" HotelCode="93664|24945" HotelName="Traveler Inn Hua Qiao" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Historic Hotel" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Garden,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5 Beixinqiao 3rd Alley, Dongcheng, 100007 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/da/a2daf1ea0b7b4d4575912269b4a4d2450c28aa0d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to the International Exhibition Centre, Capital International Airport, t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="153.47" OriginalAmount="149.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.912575" Longitude="116.46529" StarRating="5" HotelCode="111236|radegast_hotel_cbd_beijing" HotelName="Radegast Hotel Beijing Bohao" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Guanghua Road, Chaoyang District, Beijing 100026</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/65/cf65d18685bfb019b5ae8a1646c1e5ee9236c778.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on East Third Ring Guanghua Road, within close proximity of the new CCTV headq...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="153.47" OriginalAmount="149.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.94370721" Longitude="116.43952281" StarRating="3" HotelCode="356153|ji_hotel_dongzhimen_beijing" HotelName="JI Hotel Dongzhimen Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Business Centre,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Meeting Room,Parking,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Building No 16, Chaci Block, 100027 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/ac/81ac5b8b3dc1ced331de4c24585694918a7fdaeb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at JI Hotel Dongzhimen Beijing in Beijing (Dongcheng -...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="153.62" OriginalAmount="149.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9235573" Longitude="116.4283066" StarRating="3" HotelCode="|116854" HotelName="JI Hotel Chaoyangmen Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No. 130 Chaoyangmen Inner Street, Beijing, 100010, China</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/6/8/5/4/116854_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated 550 metres away fromChaoyangmen the metro station of 3 kilometres away from the establishment, guests will find Wangfujing the commercial area of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="153.96" OriginalAmount="149.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.90223" Longitude="116.3579" StarRating="0" HotelCode="|40588" HotelName="Beijing Minzu" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>51 Fuxingmen Nei Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/5/8/8/40588_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 1959, renovated in 2005 and has 512 rooms working facilities, a reception and 2 business centres. SITUATION: Xichanganjie It is in near the establishment, guests will find the business area. ROOM: Customers can find comfortable, smart rooms. FACILITIES: The establishment has a chess room, leisure areas, a sauna and a massage service. OTHERS: Regarding the food and beverage offering, you can enjoy the buffet restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="153.98" OriginalAmount="149.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.911111" Longitude="116.420833" StarRating="4" HotelCode="|40581" HotelName="Jianguo Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>17 JIANGUO MEN NEI DAJIE, DONGCHENG DISTRICT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/5/8/1/40581_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 380 rooms, a lobby with express check-out, a reception, a currency exchange service and a restaurant. You are also offered 11 meeting rooms, a business centre with a photocopier and a fax machine. SITUATION: This urban hotel is situated in the city centre, is situated 2 kilometres away from the railway station, is situated 30 kilometres away from the airport. ROOM: standard and deluxe rooms, have a bathroom, a direct line telephone, satellite or cable TV, internet and a central air-conditioning system. FACILITIES: Guests can enjoy a covered swimming pool, a gym, squash courts, a sauna, billiards and lawn bowling. OTHERS: Guests have access to a Chinese cuisine restaurant, an Occidental restaurant and a cafÃ©. Regarding the food and beverage offering, you can enjoy breakfast, lunch and dinner service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="154.24" OriginalAmount="149.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.910656" Longitude="116.41294" StarRating="3" HotelCode="|396239" HotelName="East Sacred Wangfujing" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jia No. 33 Dong Dan San Tiao</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/2/3/9/396239_5a63efe0902.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="154.50" OriginalAmount="150.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.90551" Longitude="116.345517" StarRating="4" HotelCode="100641|china_peoples_palace" HotelName="China Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Zhenwumiao Road, Fuxingmen Avenue, Xicheng District, 100045 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/6c/2d6c75d84c9034c021636ca8cbfe07b61f5bacf8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Fuxing commercial zone on Changan Street, facing the financial street a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="154.78" OriginalAmount="150.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.905938" Longitude="116.419065" StarRating="4" HotelCode="|116903" HotelName="Inner Mongolia Grand Wangfujing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No.2, Chong Wen Inner Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/6/9/0/3/116903_3de4f8a1153.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 3 restaurants and internet (free of charge). SITUATION: 400 metres away from the establishment, you can findPekÃ­n the Railway Station of it is 3 kilometres away from Tian'anmen the Square of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="154.80" OriginalAmount="150.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9926265" Longitude="116.4003544" StarRating="5" HotelCode="|46227" HotelName="Grand Skylight Catic  Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>18 BEICHENG ROAD EAST, CHAOYANG DISTRICT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/2/2/7/46227_1931e701009.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 305 standard rooms and suites. The establishment has conference facilities, a butler service, a spacious living room and business facilities. This air-conditioned hotel has a lobby, a reception, a safety deposit box service, a lift, a currency exchange service and a cloakroom. The establishment also has a hairdresser's, a cafÃ©, a bar and restaurants. The establishment offers internet, room service and a laundry service. The establishment boasts a car park and indoor parking. SITUATION: This business hotel is in la Villa OlÃ­mpica de los Juegos OlÃ­mpicos it is 20 minutes drive away from the city centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="155.44" OriginalAmount="150.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9970015" Longitude="116.3401499" StarRating="4" HotelCode="|116950" HotelName="Xijiao Hotel Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No.18 Wang Zhuang Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/6/9/5/0/116950_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is next to PekÃ­n the University of it is situated 5 minutes away from Wudaokou the underground station of. FACILITIES: Guests are offered 6 restaurants and a covered swimming pool.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="155.44" OriginalAmount="150.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9118378" Longitude="116.4597398" StarRating="4" HotelCode="|39934" HotelName="5L BEIJING" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>1, Jianguo Street, Chaoyang District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/9/3/4/39934_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 570 rooms, a lobby, a reception, a safety deposit box service, a currency exchange service, a cloakroom and a lift. With regards to the food and beverage offering, the establishment has a cafÃ©, a bar and 2 restaurants. The establishment offers guests conference facilities, The establishment also offers room service, a car park, WiFi (for a fee) and a laundry service. SITUATION: It has excellent transport links to, this business hotel is in the heart of the business district, nearby, you will find Tiananmen the square 1 kilometre away, there is a bus stop, a train station excellent transport links to the cultural points of interest, the shopping centres and entertainment areas. 30 minutes away from the establishment you have the international airport. ROOM: All the rooms have a bathroom with a shower, a bath and a hairdryer. They also have a double bed, a direct line telephone, a satellite TV, a radio, internet, a safe, a mini-bar, a coffee maker, a kettle, an iron, an air-conditioning system and heating. FACILITIES: The establishment boasts a gym, a tennis court, a mini-golf course, a sauna, a jacuzzi and a massage service (available for a fee). OTHERS: The establishment serves a buffet breakfast and an Ã  la carte, buffet or set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="155.98" OriginalAmount="151.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.939988" Longitude="116.418991" StarRating="3" HotelCode="71276|512585" HotelName="Qianyuan International Business Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19  Dongzhimennei Avenue, Dongcheng District, 100007 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/96582/a_96582_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located in the heart of Beijing. It is just 18 km from the airport, 4 km f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="156.11" OriginalAmount="151.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.0045751" Longitude="116.4086982" StarRating="5" HotelCode="|42201" HotelName="Marco Polo Parkside Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>78 ANLI ROAD, CHAOYANG DISTRICT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/2/0/1/42201_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This designer hotel has, 17 floors, has air-conditioning and has 315 standard rooms and suites, In the establishment entrance, guests will find a lobby with express check-out, a reception, a safety deposit box service, a currency exchange service, a cloakroom, a lift and a hairdresser's. With regards to the food and beverage offering, the establishment has a restaurant, The establishment offers conference facilities, WiFi and internet. The establishment also offers room service, a laundry service and a car park. Children can enjoy a playground. SITUATION: This hotel is 15 minutes away from the Olympic Stadium, nearby, there is public transport. ROOM: The establishment has standard rooms and suites with business facilities and a satellite television. The rooms a bathroom and with a hairdryer. They have internet, a mini-bar, a microwave, an iron, a safe, an air-conditioning system and a double bed. FACILITIES: Guests are offered a gym, a dance room, a yoga room, a covered swimming pool, a spa with treatments, a hydromassage bath, a sauna, a steam bath, a massage service, beauty treatments and a pedicure area. Clients can enjoy activities such as water aerobics. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, you can enjoy a Chinese cuisine restaurant and with Italian specialties.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="156.33" OriginalAmount="151.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.009099" Longitude="116.406338" StarRating="4" HotelCode="|43243" HotelName="Comfort Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>302 NORTH HUIZHONG ROAD, CHAOYANG DISTRICT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/2/4/3/43243_71862f81013.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2008 and has 279 suites and apartments, This hotel is ideal for family holidays with air-conditioning, has a lobby, with express check-out, a reception, a safety deposit box service, a currency exchange service and a lift. Some of the facilities that the establishment offers to guests include a cafÃ©, a bar, a hairdresser's, a pub, a restaurant and conference facilities. The establishment offers guests room service, a laundry service, internet, bicycle hire, a car park and indoor parking. SITUATION: This hotel is in Ya Yun Cun the district of it is situated 5 minutes away from the Olympic Stadium, is in a residential area. ROOM: The establishment has 279 stylish rooms with marble bathroom, a shower, a bath and a hairdryer. They have a kitchen with fridge, a microwave, a coffee maker, a kettle and a washing machine. They are equipped with satellite or cable TV, internet, a mini-bar, an iron, an individual air-conditioning system, a central heating system and a safe. FACILITIES: The establishment boasts a gym. PAYMENT METHODS: Customers can pay using American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: The establishment serves a continental or buffet breakfast and buffet or set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.56" OriginalAmount="152" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.005133" Longitude="116.406773" StarRating="4" HotelCode="88551|45433" HotelName="Comfort Suites Olympic Park, Beijing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Golf Hotel,Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>302 Hui Zhong Bei Li, Chao Yang District, 100101 Peking</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/28/d4289fe51a102c98502f818abc2146c059aaca1d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Yayuncun district, about a five-minute drive from the main stadium for t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="157.59" OriginalAmount="153.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="0" HotelCode="402593|xuanwumen_business_hotel__beijing" HotelName="Xuanwumen Business Hotel - Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Business Centre,Coffee Shop,Dry Cleaning,Elevator,Internet,Laundry,Meeting Room,Parking">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/87/4a877ac012aef787c7b8d273c54fdd4172413801.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Xuanwumen Business Hotel - Beijing in Beijing (Xuan...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="157.90" OriginalAmount="153.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.958106907603" Longitude="116.27980908221" StarRating="4" HotelCode="111353|375445" HotelName="Four Points by Sheraton Beijing, Haidian Hotel &amp; Serviced Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Conference Hotel" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tower 1, 25 Yuanda Road, Haidian District, 100097 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/c2/88c2af575bf6bd617fbe6b4c69bdf17504c4e8fd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Beijing's technology district - Haidian District - a short driv...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="158.15" OriginalAmount="153.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9090402" Longitude="116.4546485" StarRating="4" HotelCode="|42563" HotelName="Jinglun" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 JIJANGUOMENWAI STREET,CHAOYANG DISTRICT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/5/6/3/42563_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2006, has 639 stylish rooms and is ideal for holidays or business trips, This air-conditioned hotel has a lobby, with express check-out, a reception, a safety deposit box service, a currency exchange service, a cloakroom, a lift and a hairdresser's. Regarding the food and beverage offering, the establishment has a restaurant, The establishment offers guests WiFi (for a fee) and 9 meeting rooms. The establishment also offers room service, a laundry service, a car park and bicycle hire. SITUATION: This hotel is in PekÃ­n the business area of close to the establishment, clients can find PekÃ­n the Railway Station of Silk Street it is located 300 metres away from Tianjin it is 60 minutes away from. ROOM: The rooms a bathroom with a shower or bath and a hairdryer. They have a direct line telephone, a satellite TV, internet, a mini-bar, a coffee maker, a kettle, a double bed, an individual air-conditioning system, heating and a safety deposit box. FACILITIES: The establishment has a covered swimming pool, a well-equipped gym, a massage service and a sauna. Clients can enjoy activities such as go cycling. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: Clients have at their disposalThaiffee Garden the cafÃ© The establishment serves a buffet breakfast, buffet lunch and a buffet dinner. The establishment offers Chinese food, Occidental dishes and Japanese cuisine.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="158.58" OriginalAmount="153.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.962766" Longitude="116.315442" StarRating="4" HotelCode="93023|95280" HotelName="Beijing Friendship Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Zhongguancun South Street, Beijing 100873</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/91/914124304a941a71/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the central area of Zhong Guan Cun High-Tech Garden, the hotel is also situated close to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="158.62" OriginalAmount="154.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.906245" Longitude="116.360637" StarRating="4" HotelCode="14880|beijing_minzu_hotel" HotelName="Minzu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No.51 Fuxingmennei Dajie, Xichang District, Beijing 100031</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/11/e91130686572f19029a3b73669a3cd34ac9154c3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in Xichanganjie, close to the lively business centre and the financial distri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="158.92" OriginalAmount="154.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9266353" Longitude="116.3653479" StarRating="2" HotelCode="|116941" HotelName="Beijing Templeside Lianlian Hutong Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.8, An Ping Alley, Zhao Deng Yu Road, Xi Cheng District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/6/9/4/1/116941_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="159.50" OriginalAmount="154.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.917848" Longitude="116.415322" StarRating="4" HotelCode="|395662" HotelName="Stey Wangfujing" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.15 Baishu Hutong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/5/6/6/2/395662_0c4d0e11344.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="159.65" OriginalAmount="155.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.933792" Longitude="116.48658" StarRating="3" HotelCode="111230|jun_wang_fu_" HotelName="Beijing Junwangfu Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No. 19 South Chaoyang Park Road, Chaoyang, 100026 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/19/a3193e59f9e7697b6467aa7e8281b2ebb9abfc81.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="159.65" OriginalAmount="155.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="5" HotelCode="111269|nirvana_resort_beijing" HotelName="Nirvana Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Business Centre,Coffee Shop,Concierge,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Meeting Room,Parking,Restaurant,Sauna,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/0a/e10aef4132e344befdb1bd7d6d38ee4dbfeafc8b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Nirvana Resort Beijing in Beijing, you'll be within...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="159.95" OriginalAmount="155.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9393377" Longitude="116.4206145" StarRating="3" HotelCode="|40006" HotelName="Beijing Qianyuan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>19 DONGZHIMENNEI STREET, DONGCHENG DISTRICT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/0/0/6/40006_dce63921308.jpg</HotelPictures>
        <HotelDescription>HOTEL: This business hotel, was built in 2006, has 194 rooms, 27 executive suites, 38 deluxe rooms, 28 business rooms and 101 standard rooms. Some of the facilities that the establishment offers to guests include air-conditioning. SITUATION: It is inPekÃ­n the heart of 18 kilometres away, you can find the airport, is situated 4 kilometres away from the railway station, 3 kilometres away from the establishment, guests will find the exhibition centre close to the metro station. ROOM: The rooms have a bathroom with a shower, with a hairdryer, a direct line telephone, cable and satellite television and internet. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and Ã  la carte lunch and dinner. PAYMENT METHODS: The establishment accepts American Express, Diners Club, Mastercard, JCB and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="160.68" OriginalAmount="156.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.91014771428" Longitude="116.41789197922" StarRating="2" HotelCode="93732|east_sacred_wangfujing" HotelName="East Sacred" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>33 Jia 3 Street  Dongdan, 33 Jia Dongdan San Tiao, Dongcheng District, 100005 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/9e/7f9ec80475e062a0ee00d21360bfe792e33bef99.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="160.68" OriginalAmount="156.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.932923" Longitude="116.435535" StarRating="5" HotelCode="17571|swissotel_beijing" HotelName="Swissôtel Beijing, Hong Kong Macau Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Chao Yang Men Bei Da Jie, 100027 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/27/e3/27e34c2173ec8d4ace58b4a5215ecbd8784811a9.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the second ringroad in the commercial and diplomatic district, allowing for...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="160.68" OriginalAmount="156.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.891208856132" Longitude="116.38716459274" StarRating="2" HotelCode="166447|piao_home_inn_beijing_qianmen" HotelName="Piao Home Inn Qianmen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No.17 Hanjia Hotong, Zhushikou West Street, Xuanwu District, Beijing, 100050</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/c4/04c4176461c73c2009028ada6f14402651e8795a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Peking - Capital (PEK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="160.90" OriginalAmount="156.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.872095" Longitude="116.451454" StarRating="4" HotelCode="93663|508175" HotelName="Beijing Henan Plaza" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Huaweili, Panjiayuan, Chaoyang District, Beijing 100021</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/60/ef60ceb0c08f9a442c0c772377bbcbe010526605.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is approximately 15 minutes by public transport from the city centre with its central busi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="160.96" OriginalAmount="156.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9232" Longitude="116.44268" StarRating="5" HotelCode="|208046" HotelName="Beijing Kuntai Royal " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>B12 Chaoyangmenwai Street Beijing 100020 China</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/8/0/4/6/208046_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="161.24" OriginalAmount="156.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.937482" Longitude="116.516511" StarRating="4" HotelCode="|394640" HotelName="Oakwood Residence Damei Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No. 1 Damei Center, 7 Qingnian Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/4/6/4/0/394640_5d201700937.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="161.71" OriginalAmount="157.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.902362" Longitude="116.405411" StarRating="4" HotelCode="298983|club_med_joyview_beijing_yanqing_resort" HotelName="Holiday Inn Resort Beijing Yanqing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>66 Gulong Road, Zhangshanying Town, Yanqing County, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/8a/438ac5ae5b1cb72fca024b4230a97f3459fbd540.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Peking - Capital (PEK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="161.84" OriginalAmount="157.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9167" Longitude="116.411" StarRating="3" HotelCode="|407593" HotelName="LAVANDE HOTELS BEIJING TIAN ANMEN WANGFUJING STREE" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 5F Lisheng Building No 201 Wangfujing Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/7/5/9/3/407593_3c551701704.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="162.00" OriginalAmount="157.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.978417569394" Longitude="116.47887767096" StarRating="4" HotelCode="933990|1055258" HotelName="Crowne Plaza Beijing Lido" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6 Jiangtai Road, Building A, Chaoyang District, 100004 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/fa/eafa105b285a6e5e8a2d50e5043839397e1a4c0f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Peking - Capital (PEK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="162.41" OriginalAmount="157.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.048249" Longitude="116.326146" StarRating="5" HotelCode="|127030" HotelName="Beijing Taishan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>8 An Ning Bei Li, Xi San Qi, Haidian District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/7/0/3/0/127030_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 3 restaurants, a covered swimming pool, a tennis court, a gym, spa treatments, a car park (for a fee) and restaurants. The establishment also offers room service, mini-golf, billiards, karaoke, a business centre, a shop, a reception and a baggage room. SITUATION: Haidian District Is situated in 35 minutes away, guests can find PekÃ­n Airport Tiananmen the Square of. ROOM: Each room has an air-conditioning system, internet, carpeted floor, large windows, a television, a safe and a mini-bar. You can also find suites with a sitting room, a bathroom with a bath and toiletries (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="162.48" OriginalAmount="157.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.93384" Longitude="116.44424" StarRating="0" HotelCode="|243343" HotelName="Sanlitun Xin Xiang Ya Yuan Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Room 605, unit 2, Yongli International No. 21 North Street of Worker's Stadium</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/3/3/4/3/243343_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="162.74" OriginalAmount="158.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.984724779397" Longitude="116.41052845767" StarRating="4" HotelCode="132383|changbaishan_international_hotel" HotelName="Changbaishan International Beijing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>25 Anyuan Bei Li, Chaoyang District, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/73/c673db8974072bb2efa73a28a1f7a196aa22d2f3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located near Anhui Bridge. It is adjacent to the Bird's Nest National Stadium, Water C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="162.74" OriginalAmount="158.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="5" HotelCode="980776|century_lotus_hotel" HotelName="Beijing Yunzen Jinling Lotus Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Building 1, 1 South Lianhuachi Road, Lianhuachi Lu, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/d8/a8d80f4de8690e3d90aba666f5a8ff83694664a8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="162.77" OriginalAmount="158.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.003243089171" Longitude="116.40216350555" StarRating="5" HotelCode="74615|373905" HotelName="Marco Polo Parkside" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>78 Anli Road, Chaoyang District, Peking 100101</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/32/1b3203063de53e4dbe1bd51043b7d99092aed721.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated just a 15-minute walk from the 2008 Olympic Stadium. Bus stops on lines 5 and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="163.23" OriginalAmount="158.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.86329" Longitude="116.47726" StarRating="4" HotelCode="|350810" HotelName="Ascott Riverside Garden Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No. 33 Building, Block C, Zhouzhuang Jiayuan Dongli, Xi Dawang South Road, Chaoyang District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/0/8/1/0/350810_2.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="164.40" OriginalAmount="159.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.780047" Longitude="116.352568" StarRating="4" HotelCode="|441653" HotelName="Somerset Daxing Beijing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>BUILDING 3 YARD 30, BEIXING ROAD, DAXING DISTRICT, Beijing, 100162</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/6/5/3/441653_e79cdb41731.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="164.65" OriginalAmount="159.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.912267" Longitude="116.344748" StarRating="5" HotelCode="162636|333685" HotelName="Tangla" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Fuxingmenwai Avenue, Xicheng, 100045 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/70/717000ce03166b43bbc44fb8089d117748da8ff2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Overlooking Beijing's popular Chang'an Street, the hotel is close to the financial street, just 15 m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164.80" OriginalAmount="160" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.785415" Longitude="116.509934" StarRating="5" HotelCode="111369|45439" HotelName="Pullman Beijing South" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12 Ronghua South Road, Beijing Economic Technological, Development Area, 100176 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/ce/a3ceb972745fef964211f6bcae51bc3e2ae514a7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located in the central part of Beijing's economic and technological development ar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="164.80" OriginalAmount="160.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.991398" Longitude="116.394248" StarRating="4" HotelCode="100153|grand_skylight_catic_hotel_beijing" HotelName="Grand Skylight CATIC Hotel Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>18 Beichen East Road, Chaoyang District, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/09/070903feaf0d90275e52b199696234a4ac92dfbd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located inside the Olympic Village of the 2008 Beijing Olympic Games, this business hotel is located...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="165.83" OriginalAmount="161.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.87030817" Longitude="116.38688233" StarRating="3" HotelCode="111310|golden_oasis_hotel__beijing" HotelName="Golden Oasis Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/3e/d53ef035c216885372576823a73816d10596d634.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="166.73" OriginalAmount="161.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.970878" Longitude="116.428183" StarRating="4" HotelCode="103352|235726" HotelName="Crowne Plaza Beijing Sun Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Yunnan Dasha, North-East Corner of Taiyanggong Bridge, Xibahe, North-East 3rd Ring Road, Chaoyang District, Beijing 100028</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/70/a770dc7849b83036ed81ec8b2ccee71c00fba761.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the rapidly developing Taiyanggong area on the northeast corner of Beijing'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="166.86" OriginalAmount="162.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.908547428858" Longitude="116.43349352115" StarRating="4" HotelCode="93661|scitech" HotelName="Scitech" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>22 Jianguomenwai Avenue, Chaoyang District, Beijing 100004</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/d8/f7d80179d2799bb5184f036fff1db010fa8f1959.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the heart of the Chaoyang business and embassy district. Its excellent locat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="166.86" OriginalAmount="162.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.977317414599" Longitude="116.34688854217" StarRating="5" HotelCode="141153|vision_hotel" HotelName="Vision" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>39 Xueyuan Road, Haidian, Beijing 100191</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/15/b315c8f49c96ff2998acb1253ddb30d850fcbfc3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in an area which enjoys extremely convenient transport connections. It is 4 km...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="166.86" OriginalAmount="162.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.049811" Longitude="116.329226" StarRating="5" HotelCode="181156|taishan_hotel" HotelName="Taishan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 An Ning Bei Li, Xi San Qi, Haidian District, 100085 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/c7/e4c71ce54b3a13e4f9fbd5e598668d4510603d56.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Peking - Capital (PEK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="167.73" OriginalAmount="162.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.968669" Longitude="116.49215" StarRating="4" HotelCode="|92448" HotelName="East Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JIUXIANQIAO ROAD CHAOYANG DISTRICT 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/2/4/4/8/92448_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has a reception, restaurants, a lounge bar, a covered swimming pool, a lift, WiFi in communal areas, a business centre, meeting rooms, a gym and a car park. SITUATION: The hotel is situated 3,5 kilometres away from Beijing Chaoyang park. ROOM: The rooms have an air-conditioning system, a television, a direct line telephone, WiFi, a safety deposit box, a hairdryer, a kettle and a coffee maker.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="167.89" OriginalAmount="163.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.92808143" Longitude="116.30190529" StarRating="3" HotelCode="132190|guangdong_hotel__beijing" HotelName="Beijing Guangdong" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Business Centre,Dry Cleaning,Laundry,Meeting Room">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/65/d6657efa0e2be0a23aead17f19897027427a577c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Guangdong Hotel - Beijing in Beijing (Haidian), you...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="167.94" OriginalAmount="163.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.907477166716" Longitude="116.40409469604" StarRating="5" HotelCode="26539|94435" HotelName="Beijing Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>33 East Changan Avenue, Beijing 100004</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/f7/b4f714a2840ef540b9873f003db4697c02d29222.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located on the famous Chang An Avenue and lies within walking distance of the For...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="168.92" OriginalAmount="164" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.98995152" Longitude="116.40542787" StarRating="5" HotelCode="78604|375246" HotelName="V-Continent Beijing Parkview Wuzhou Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Bungalow Complex,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 North 4th Ring Middle Road, Chaoyang District, 100010 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/a4/55a4a589b3d6c749744c248fc901281e5eb09b03.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the northern part of the capital, next to Beijing International Convention ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="168.92" OriginalAmount="164.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.888331765933" Longitude="116.3612651825" StarRating="4" HotelCode="133057|guidu_hotel_beijing" HotelName="Guidu Hotel Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>217 Guang An Men Wai Avenue, Xicheng District, Beijing 100053</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/b7/8bb76254b2b2f7c1b88d21f9fbf334df368ba7e0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is very close to the Guang'anmen and Xidan business areas, around 33 km from Beijing ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="170.25" OriginalAmount="165.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.902189" Longitude="116.36864" StarRating="4" HotelCode="317937|80414" HotelName="Grand Mercure Beijing Central" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>6 Xuanwumen Nei Avenue, Xicheng District, 100031 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/40/3e40b304423288f05a869dfd58acac2dbfcc96ae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the heart of Beijing, this hotel is only 3 blocks from Tiananmen Square and the legendar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="170.98" OriginalAmount="166.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.922831" Longitude="116.343433" StarRating="5" HotelCode="71280|the_presidential_beijing" HotelName="The Presidential Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>9 Fuchengmenwai Road, Xicheng District, 100037 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/53/8a53fbf5ef22ad237ef2f2d12ef2a4f2a0431bef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located in West Beijing, a stone's throw from the financial district. Access...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="171.19" OriginalAmount="166.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.98935" Longitude="116.40444" StarRating="5" HotelCode="|41625" HotelName="V-continent Beijing Parkview Wuzhou" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>8 NORTH SIHUANZHONG ROAD, CHAOYANG DISTRICT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/6/2/5/41625_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 477 rooms, a lobby with express check-out, a reception, a safety deposit box service, a currency exchange service and a lift. The establishment boasts a cafÃ©, a kiosk, a hairdresser's, a bar, a pub, a nightclub and a TV room. The establishment offers guests WiFi, room service and a laundry service. Regarding the food and beverage offering, the establishment has a restaurant, The establishment also offers a car park and indoor parking. Kids can enjoy a playground international newspapers, a postal service and meeting rooms. SITUATION: This hotel is in northern the city centre, is situated next to PekÃ­n Congress Centre nearby, you will find the Olympic Stadium, is 15 minutes away from Guomao the city centre of Wangfujing it is 20 minutes away from in the surrounding area of the establishment, guests can find shops, 25 minutes away, there is a train station. ROOM: The establishment has superior rooms with wardrobe with a safe, blankets, pillows, a mini-bar, a satellite TV with international channels, a direct line telephone and internet. Guests are offered water (free of charge), a coffee maker and a kettle. They have an air-conditioning system and central heating. The rooms a bathroom with a shower, a bath and a hairdryer. They also have an iron, The establishment has disabled access rooms. FACILITIES: The establishment has a health club with covered swimming pool, a sauna, a steam bath, a gym and weight machines. You also have at your disposal sunbeds and parasols. Clients can enjoy activities such as water aerobics and aerobics. Guests are offered a massage service and a hydromassage bath. The establishment also offers an entertainment programme. PAYMENT METHODS: Customers can pay using Diners Club, JCB, Mastercard and Visa. OTHERS: The establishment offers breakfast, lunch and dinner service, The establishment serves a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="171.57" OriginalAmount="166.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9175721" Longitude="116.4599931" StarRating="5" HotelCode="|62961" HotelName="Grand Millennium Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FORTUNE PLAZA; NO.7 DONGSANHUAN MIDDLE ROAD;</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/2/9/6/1/62961_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This excellent hotel and has comfortable facilities.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="171.70" OriginalAmount="166.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9846681" Longitude="116.4100296" StarRating="5" HotelCode="|118621" HotelName="Changbaishan International Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No.25 Anyuan Beili, Chaoyang District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/6/2/1/118621_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a restaurant. SITUATION: It is inChaoyang the district of 15 minutes away from the establishment you have Huixin West Street the metro station of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="172.96" OriginalAmount="167.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.882765" Longitude="116.31162" StarRating="3" HotelCode="111319|512825" HotelName="Shanshui Trends Liuliqiao" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Eco Hotel,Business Hotel" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No. 44 Taipingqiao Road, Fengtai District, Beijing 100073</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/20/35205f6946c7a241ce4e421c57935944edb8ea01.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Taipingqiao Road, the third ring south of the city, which gives it an obviou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="173.04" OriginalAmount="168.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="5" HotelCode="168488|crowne_plaza_chaoyang_u_town" HotelName="Crowne Plaza Chaoyang U-Town" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 Sanfeng North Area, Chaoyang District, Beijing 100020</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/29/2e/292e9a1889d699bf8b33e663025e2be11b5d072b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a convenient location in Beijing's Central Business District, 5 km from Tian An Me...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="173.04" OriginalAmount="168.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.12924247" Longitude="116.49201665" StarRating="5" HotelCode="132456|chunhuiyuan_hot_springs_hotel" HotelName="Chunhuiyuan Hot Springs Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Business Centre,Concierge,Dry Cleaning,Internet,Laundry,Meeting Room,Parking,Restaurant,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Yu Zhuang, Gaoliying Town, Shunyi District, 101303 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/6a/de6aaddcaedd3a6f092e050dec7f8b66c0c9b94a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="174.07" OriginalAmount="169" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9605435072" Longitude="116.46655797958" StarRating="5" HotelCode="173320|226202" HotelName="Grand Concordia" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26 Xiaoyun Road, Chaoyang, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/bd/7fbd7461aa18b015f1792bcba8e3b4e3c8bce294.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Peking - Capital (PEK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="174.41" OriginalAmount="169.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.883882" Longitude="116.317674" StarRating="2" HotelCode="|47335" HotelName="Shanshui Trends  Liu Li Qiao" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>44 TAIPING QIAO ROAD, FENGTAI DISTRICT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/3/3/5/47335_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2008. SITUATION: The hotel is situated 60 kilometres away from the airport, is situated 5 kilometres away from Tiananmen the Square of 7 kilometres away from the establishment, guests will find the railway station, is situated close to the bus station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="175.10" OriginalAmount="170.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.917217712842" Longitude="116.44100580126" StarRating="5" HotelCode="317606|ritan_hotel_downtown_beijing" HotelName="Ritan Hotel Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Ritan Road, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/bf/f5bf1522f59cc4133d851beded4dc10a48c3387b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Beijing - Nanyuan Airport (BJS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="176.13" OriginalAmount="171.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.968479" Longitude="116.485252" StarRating="5" HotelCode="221711|east_beijing" HotelName="East Beijing Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Jiuxianqiao Road, Chaoyang District, Peking 100016</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/ff/b9ff4cc3d3aa43fbcaf559a841538b51ed4cba7d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Peking - Capital (PEK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="176.13" OriginalAmount="171.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.77935761" Longitude="116.51780257" StarRating="4" HotelCode="494981|beijing_grand_skylight_international_hotel" HotelName="Grand Skylight International Hotel Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Block 10, CATIC Plaza, 15 Ronghua South Road, 100176 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/b1/9ab1969054a1ba6401ac3605903967d03cbc68a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="177.16" OriginalAmount="172.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.93633738" Longitude="116.39991158" StarRating="3" HotelCode="549143|beijing_rong_courtyard_boutique_hotel" HotelName="Maoer Hutong Courtyard" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/05/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>28 Mao'er Hutong, Di'anmen Outer Street, Dongcheng, 100009 Peking</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/fb/21fb6ea8ea5a8aea624e96bd98c6a8df0b2bedf3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="178.03" OriginalAmount="172.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.8984978" Longitude="116.3748854" StarRating="4" HotelCode="|251088" HotelName="Ji Xuanwumen Beijing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No.92 Xuanwumenwai Avenue, Beijing 100052</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/1/0/8/8/251088_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="178.19" OriginalAmount="173.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.924475" Longitude="116.430844" StarRating="3" HotelCode="93757|beijing_cbd_jialong_sunny_hotelforbidden_city" HotelName="Jia Long Sunny Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>75 Chaonei Avenue, Dongcheng, 100010 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/4a/c04ac9b6c50688f977eacfe081110ce606c92608.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an excellent location with good transport connections. The city centre and tourist ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="178.34" OriginalAmount="173.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9387353" Longitude="116.3825111" StarRating="4" HotelCode="|118622" HotelName="Shichahai Shadow Art Performance" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No. 24 Songshujie, Xicheng District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/6/2/2/118622_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated inXicheng the district of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="178.75" OriginalAmount="173.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.23431651" Longitude="116.19582846" StarRating="4" HotelCode="779039|2307455" HotelName="Beijing Marriott Hotel Changping" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>29 Nan Kou Road, Cheng Nan Street, Changping District, 102200 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/e0/3ee0763547d3d591455851c779944601f91556c2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This simple hotel is located in Changping. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="179.22" OriginalAmount="174.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.915389749864" Longitude="116.41313374042" StarRating="4" HotelCode="60357|park_plaza_beijing_wangfujing" HotelName="Park Plaza Beijing Wangfujing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>97 Jinbao Street, Beijing 100005</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/7a/d77a41cd2248821ef3db073e4936418aeabd5626.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is centrally located within walking distance of the city's bustling commercial and s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="179.22" OriginalAmount="174.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.923323" Longitude="116.442592" StarRating="5" HotelCode="73921|beijing_kuntai_royal_hotel" HotelName="Kuntai Royal Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>B12 Chaoyangmenwai Street, Chaoyang, Beijing 100020</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/ed/9aedd21af4a115fc4197a7a3d973dfef3cb226e5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is surrounded by famous tourist sites, such as Dongyue Temple, Ritan Park, Tiananmen Squar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="180.17" OriginalAmount="174.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9037411" Longitude="116.36544888" StarRating="3" HotelCode="547707|2394705" HotelName="Atour Hotel Beijing Financial Street Branch" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>82 Xinwenhua Street, Xicheng District, 100032 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/5e/055e357c03eb8f4eca1c35f3da71ed03fc697692.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel is in Beijing City. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="180.25" OriginalAmount="175.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.94304" Longitude="116.444172" StarRating="5" HotelCode="311710|baifuyi_hotel" HotelName="Baifuyi Hotel Beijing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 South Erlizhuang Dongzhimen Street, Dongcheng District, 100027 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/ee/3ceecf1270f2eb4f4330bef7a9834bc3d558e7ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Beijing - Nanyuan Airport (BJS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="180.55" OriginalAmount="175.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.90599" Longitude="116.36251" StarRating="0" HotelCode="|387208" HotelName="Atour Fuxing Gate Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No.160 Fuxingmen Inner Street Xi Cheng District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/7/2/0/8/387208_1_5705.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="180.83" OriginalAmount="175.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.97665381" Longitude="116.48071301" StarRating="5" HotelCode="320052|CAW839600" HotelName="NUO Hotel Beijing" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>2A Jiangtai Road, Chaoyang District, 100016 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/47/d6474bb4bd35b869f0455c1e924e560db48d97b3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Beijing - Nanyuan Airport (BJS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="180.89" OriginalAmount="175.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.95597" Longitude="116.457398" StarRating="5" HotelCode="81500|141654" HotelName="Boyue Beijing Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>36 Xiao Yun Road, Chaoyang District, Beijing 100027</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/5a/1b5ab031aa79dc2c7b4c340ff5a48cf811b6e6c4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the heart of the city, just a few minutes away from the Embassy Dist...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="181.03" OriginalAmount="175.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.917255" Longitude="116.440749" StarRating="4" HotelCode="|405520" HotelName="Ritan Hotel Downtown Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No.1 Ritan Road, Chaoyang District, 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/5/5/2/0/405520_dd08bdd1221.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="181.28" OriginalAmount="176.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.911529" Longitude="116.373968" StarRating="4" HotelCode="100646|beijing_hwa_hotel" HotelName="Beijing HWA Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>130 Xidan North Street, Xicheng District, Beijing 100032</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/4f/0a4fd97af53572dddfd423f3ae59b3665b1d3ca1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Beijing, neighbouring the China Civil Aviation Mansion and the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="181.68" OriginalAmount="176.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.893682" Longitude="116.39354" StarRating="4" HotelCode="|395827" HotelName="Manxin Qianmen Courtyard" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>120 Dajiang Hutong, Qianmen East Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/5/8/2/7/395827_ea81f821142.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="182.31" OriginalAmount="177" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.908526712042" Longitude="116.43279925662" StarRating="4" HotelCode="15135|6631" HotelName="New Otani Chang Fu Gong" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>26 Jianguomen Wai Street, 100022 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/4b/534b9fc5727af2467b5b4ed5c16089b9d4c0e825.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the south side of Chang An Street, the most famous street in Beijing, China....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="182.55" OriginalAmount="177.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.95707" Longitude="116.46332" StarRating="5" HotelCode="|69769" HotelName="Air China Boyue Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>36 XIAOYUN ROAD, CHAOYANG DISTRICT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/9/7/6/9/69769_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has 12 meeting rooms, 219 rooms, air-conditioning, has a lobby, with a reception, express check-out, a safety deposit box service, a currency exchange service, a cloakroom, a lift and a hairdresser's. Regarding the food and beverage offering, the establishment has a cafÃ©, a bar and a restaurant. It also has WiFi, room service, a laundry service and a car park. SITUATION: This hotel is in the city centre, is close to the embassies, near the establishment, you will find the exhibition centre, is well-connected, is situated in the business area, 3 kilometres away, you can find the bus station. ROOM: The comfortable rooms stylish, have internet, a satellite TV, cable television, a bathroom with a shower, a bath, a hairdryer, a double bed, a radio, a mini-bar, a fridge, a coffee maker, a kettle, an iron, an air-conditioning system and central heating. FACILITIES: The establishment boasts a leisure centre, a wellness centre, a covered heated swimming pool, a sauna, a steam bath and a massage service. MEALS: Regarding the food and beverage offering, the establishment offersWan Li the restaurant Renaissance the restaurant Guests are offered a breakfast service and buffet and Ã  la carte lunch. PAYMENT METHODS: Customers can pay using American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="183.34" OriginalAmount="178" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.916571" Longitude="116.405527" StarRating="5" HotelCode="135304|8097" HotelName="Sunworld Dynasty" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 20/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Wangfujing Avenue, Beijing 100006</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/07/48077f3a0e7efdcec90584e7ac8c96a84a3b049b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is about 3.5 km from Beijing Railway Station and 1 km from Tiananmen Square.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="183.76" OriginalAmount="178.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.93339" Longitude="116.460525" StarRating="3" HotelCode="|387157" HotelName=" BEI Zhaolong Hotel, JdV by Hyatt" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 2 Gongti North Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/7/1/5/7/387157_1_8481.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="185.19" OriginalAmount="179.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.889068543023" Longitude="116.35422170162" StarRating="4" HotelCode="79321|878535" HotelName="Guanganmen Grand Metropark Hotel Beijing" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>338 Guang An Men Nei, Xicheng, 100053 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/e5/eae555e7c57f7f182b2a15ca5e526ef47344abd0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a unique location to the southeast of Guanganmen Bridge, close to the Second Ring ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="186.16" OriginalAmount="180.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9071588" Longitude="116.4041287" StarRating="5" HotelCode="|58819" HotelName="Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>33 EAST CHANGAN STREET, DONGCHENG DISTRICT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/8/8/1/9/58819_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1900, 700 rooms and 4 buildings. The air-conditioning hotel, has a lobby, a reception, a safety deposit box service, a currency exchange service, a cloakroom and a lift. The establishment boasts restaurants, a mini-market, a cafÃ© and a hairdresser's. It also has conference facilities, WiFi, room service, a laundry service, the car park and a bicycle rental desk. SITUATION: Is situated inChang'An Avenue Where you can find and tourist points of interest. it is close to Wangfujing the commercial area of It is situated 1 kilometre away from the museum. ROOM: rooms, a direct line telephone, internet, a mini-bar, a safety deposit box, a television, a satellite TV, a radio, a Hi-Fi, a bathrobe, slippers with a hairdryer, an iron, an air-conditioning system, central heating and a balcony or terrace. FACILITIES: The establishment has a well-equipped gym, a covered swimming pool (available for a fee), a tennis court, a squash court, billiards, a chess room, bowling, a children's swimming pool (available for a fee), a terrace, deck chairs, ping pong and hydrotherapy treatments. MEALS: Clients can enjoy Japanese dishes. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="186.72" OriginalAmount="181.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.064275" Longitude="116.556887" StarRating="5" HotelCode="|41269" HotelName="Crowne Plaza Beijing International Airport, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>60 FUQIAN, 1ST TIANZHU, SHUNYI DISTRICT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/2/6/9/41269_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2008, has air-conditioning and has 600 standard rooms and suites, The establishment offers facilities for conferences, banquets and groups, With regards to the food and beverage offering, the establishment has 3 restaurants, The establishment has a lobby with living rooms, a living room, a bar, a bar with gourmet products and a ballroom. In the entrance, guests are offered a lobby with express check-out, a safety deposit box service, a currency exchange service, a cloakroom, a lift, a kiosk, a hairdresser's, WiFi and a car park. The establishment also offers room service, a laundry service and a car park. SITUATION: This hotel is 10 minutes away from the international airport, is in front of New China International Exhibition Centre the exhibition centre it is 30 minutes away from the city centre ,Tiananmen the Square of. ROOM: The fully-equipped rooms, have a bathroom and with a shower, a bath. They have internet, an LCD TV, a hairdryer, a direct line telephone, a radio, a mini-bar, a coffee maker, a kettle and an iron. They also have a double bed, a sitting room, an air-conditioning system, heating and a safety deposit box. FACILITIES: Guests are offered a sauna, a gym and aerobics lessons. The establishment boasts a swimming pool with a snack bar, deck chairs and parasols. You also have at your disposal spa treatments and a massage service. a steam bath The establishment also offers an entertainment programme. PAYMENT METHODS: Customers can pay using American Express, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage provision, the establishment offers a cafÃ©, a Chinese cuisine restaurant and a restaurant with Japanese dishes.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="186.81" OriginalAmount="181.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.957389" Longitude="116.445895" StarRating="0" HotelCode="|396462" HotelName="Grand Metro Park Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No.2 Beisanhuan East Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/4/6/2/396462_307d2571312.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="187.46" OriginalAmount="182" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.957463550275" Longitude="116.45257269783" StarRating="4" HotelCode="497447|148374" HotelName="Grand Metropark Hotel Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Massage Centre,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>No. 2 Beisanhuan East Road, 100028 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/7c/b87c4bad22cf0aa9cc8c256cbdb5c17830926388.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="187.46" OriginalAmount="182.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.903297" Longitude="116.368608" StarRating="4" HotelCode="161393|hua_bin_international" HotelName="Hua Bin International Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4 Xuanwumennei Main Street, Xicheng District, 100031 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/86/c886a7a351e458d140763b0af6f3ded30f89fa3b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is about 29 km from Beijing Capital airport, about 6 km from Beijing railway station and a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="188.79" OriginalAmount="183.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.932695" Longitude="116.435625" StarRating="5" HotelCode="|56673" HotelName="Swissôtel Beijing Hong Kong Macau Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>2 NORTH CHAO YANG MEN AVENUE,DONGCHENG DISTRICT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/6/7/3/56673_7c006720715.jpeg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the business area. It has excellent transport links to Beijing Capital Airport, Tiananmen Square, the city centre, the exhibition centre China International and the railway station. FACILITIES: The establishment boasts 3 restaurants, a lounge, a gym, a covered pool and a massage service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="189.20" OriginalAmount="183.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.8893463" Longitude="116.3405816" StarRating="5" HotelCode="|41270" HotelName="Doubletree By Hilton Beijing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>168 GUANG AN MEN WAI AVENUE, XICHENG DISTRICT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/2/7/0/41270_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This deluxe hotel, was built in 2008, has 547 rooms, 8 family suites and 110 suites. It has air-conditioning, WiFi (free of charge), in communal areas, a lobby, express check-out, a safety deposit box service, a currency exchange service, a cloakroom and a lift. Guests can find a cafÃ©, a kiosk, a mini-market, a hairdresser's, a bar, a restaurant and a games room. The establishment also offers conference facilities, room service, a laundry service and a car park. SITUATION: This hotel is in the ring road, next to the property, you can find the business area, in the surrounding area, clients have places of interest ,Tiananmen the Square of. ROOM: The contemporary style rooms, have a sitting area, work area, flat-screen satellite television, internet, an ironing set and a safe. They also have a coffee maker, a kettle, a bathroom with a shower, a hairdryer, a direct line telephone, a radio, a mini-bar, heating and a central air-conditioning system. FACILITIES: The establishment has a gym, a heated pool and a snack bar. Guests can also find a sauna, a steam bath, a jacuzzi and a massage service. MEALS: Regarding the food and beverage offering, the establishment offers a coffee shop, a lobby bar and a breakfast, lunch and dinner service. Customers can also find Sui Yuan the Chinese restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="190.55" OriginalAmount="185" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.951743782738" Longitude="116.45642995834" StarRating="5" HotelCode="34346|6626" HotelName="Hilton Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Dong Fang/North Dong Sanhuan Rd, 100027 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/93/ff93dc26d0f8f4079c61d634113b4e36b50dcf94.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the business district, close to shops and restaurants. It lies just 20 minu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="190.55" OriginalAmount="185.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.90117457" Longitude="116.32853149" StarRating="0" HotelCode="135498|beijing_god_bless_mansion" HotelName="Tianyou Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/a0/e7a045f62e73e09e257e36398b55a4e2bb40575c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="191.50" OriginalAmount="185.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.89501841" Longitude="116.39985351" StarRating="3" HotelCode="607948|2467385" HotelName="Manxin Beijing Quadrangle Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),ATM/Cash Machine,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Dining,Garden,Housekeeping,Internet,Laundry,Library,Massage Centre,Parking,Printer,Restaurant,Room Service,Smoking Rooms,Spa,Valet Parking,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>120 Dajiang Alley, Qianmen East Road, Near Liulaogeng Grand Stage, Dongcheng, 100000 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/c0/dfc0e612613f62b49de40525f34a480b1aa3c277.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Manxin Beijing Qianmen Courtyard Hotel is located at Qianmen area. The property is close to several ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="191.58" OriginalAmount="186" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.931682" Longitude="116.454789" StarRating="4" HotelCode="79348|59338" HotelName="Zhaolong Hotel Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 North Gongti Road, Chaoyang District, 100027 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/84/ce8484613420ce7cefb9e8d6f0627e566dbe5a70.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historical city hotel is located in the centre of the central business district, in Chaoyang Di...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="193.29" OriginalAmount="187.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.977819" Longitude="116.481004" StarRating="5" HotelCode="|187908" HotelName="Nuo Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No. 2A Jiangtai Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/9/0/8/187908_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="193.38" OriginalAmount="187.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.947469" Longitude="116.3996" StarRating="3" HotelCode="|116865" HotelName="Old Beijing Square Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No. A 38 , Baochao Hutong, Dongcheng District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/6/8/6/5/116865_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a patio.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="194.44" OriginalAmount="188.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.918251" Longitude="116.411829" StarRating="5" HotelCode="|69776" HotelName="Sunworld Dynasty Hotel Beijing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 21/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>50 WANGFUJING STREET, DONGCHENG DISTRICT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/9/7/7/6/69776_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays or business trips, has 395 standard rooms and suites and meeting areas. This air-conditioned establishment has a lobby, with a reception, a reception, a safety deposit box service, a currency exchange service, a cloakroom and a lift. The establishment also has a bar and a breakfast room. At an additional cost you can have access to internet, room service and a car park. SITUATION: The hotel is situated 35 kilometres away from the railway station, La Plaza de Tiananmen it is situated 1 kilometre away from. ROOM: bright standard rooms and suites, have pillow menu, large windows, a bathroom with a shower, a bath, a hairdryer, a double bed, a direct line telephone, satellite or cable TV, internet, a safety deposit box, a mini-bar, an air-conditioning system and a central heating system. FACILITIES: The establishment boasts a wellness centre, a gym, a covered swimming pool (seasonal), a sauna, a spa and a massage service. some services (available for a fee), The establishment also has a tennis court and a beauty centre. MEALS: Regarding the food and beverage offering, the establishment offers restaurants. PAYMENT METHODS: Customers can pay by American Express, Diners Club and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="194.67" OriginalAmount="189.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.87072378" Longitude="116.42959788" StarRating="2" HotelCode="134289|luhong_guesthouse__beijing" HotelName="Beijing Luhong Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Building 16, 2 Fangzhuang Fangyuan, Fengtai District, 100078 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/07/a2073de049a637abd9a6dd0607992c818dbd1e9a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="194.87" OriginalAmount="189.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.939015409157" Longitude="116.38251090675" StarRating="4" HotelCode="177505|1138948" HotelName="Shichahai Shadow Art Performance Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>24 Pine Street, Xicheng District, 100009 Peking</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/38/5238376e82b39d5a7c6b8d5c27ae2f9f4a790542.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated a 20-minute stroll from Pingan Road Subway Station and 28 km away from Beijing...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="194.95" OriginalAmount="189.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.957441" Longitude="116.279795" StarRating="5" HotelCode="|69408" HotelName="Four Points by Sheraton Haidian" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>TOWER 1, 25 YUANDA ROAD, HAIDIAN DISTRICT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/9/4/0/8/69408_be4922b0934.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 355 rooms, suites with features that offer you the maximum level of comfort and 177 apartments. Our guests can find a lobby bar, live music performances, air-conditioning, a lobby, a safety deposit box service, a currency exchange service, a cloakroom and a lift. It has a hairdresser's, a games room, a cafÃ©, a breakfast room and conference facilities. The establishment boasts WiFi, room service, a laundry service and a car park. SITUATION: This hotel is in Beijing the business area of nearby, you will find the government building, the business area, Zhongguancun the Technology Park of universities. Clients can also find and the Olympic Stadium. ROOM: suites, They have flatscreen cable and satellite television, a direct line telephone, WiFi, a bathroom with a shower, a bath and a radio. They also have a safety deposit box, a mini-bar, a fridge, a coffee maker, a kettle, an ironing set, individual air-conditioning and heating. FACILITIES: The establishment has a health club, a covered pool, a spa with treatments and a massage service. You can find a well-equipped gym, a covered, heated swimming pool with children's area, a jacuzzi, a sauna and a solarium. Guests can also playing billiards. MEALS: Regarding the food and beverage offering, the establishment offersThe Eatery the restaurant Ã  la carte or buffet restaurant and show cooking. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="195.70" OriginalAmount="190.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.347937237168" Longitude="116.55775862698" StarRating="0" HotelCode="323182|renji_jianguo_hotel_" HotelName="Renji Jianguo Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 24/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>800 Beizhai Village, Qiaozi, 101400 Huairou, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/24/2d240a993342d121ccb488f251ccce7dc15cf85a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="197.01" OriginalAmount="191.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.87609" Longitude="116.4457" StarRating="5" HotelCode="|69762" HotelName="Lake View Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>NO.19 Panjiayuan Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/9/7/6/2/69762_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This conference hotel, was built in 2009, has 307 rooms, a lobby, a reception, a safety deposit box service, a currency exchange service, a cloakroom and a lift. Regarding the food and beverage offering, the establishment has a cafÃ©, a restaurant and lounge bar. The establishment has conference rooms and meeting rooms. It also has a kiosk, a hairdresser's, an auditorium, WiFi, room service, a laundry service, a car park and a bicycle rental desk. SITUATION: This urban hotel is close to a sports centre, La Plaza de Tiananmen it is situated 53 kilometres away from. ROOM: standard rooms and suites, have internet, have a wardrobe, a television, sound system, a Hi-Fi, a bathroom with a shower, a bath, a hairdryer, a double or king-size bed, an air-conditioning system, central heating, a direct line telephone, a radio, a safe, a mini-bar, an iron, a coffee maker and a kettle. FACILITIES: You can find a wellness area, a spa, a covered heated swimming pool, a gym, a jacuzzi, a steam bath, a sauna, hydrotherapy treatments, a massage service, ping pong and billiards. Guests are offered an entertainment programme. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and Ã  la carte, menu and buffet lunch and dinner. PAYMENT METHODS: Customers can pay using American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="198.79" OriginalAmount="193.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.95178" Longitude="116.274672" StarRating="4" HotelCode="111344|empark_grand_hotel" HotelName="Empark Grand Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No. 69 Banjing Road, Banjing Haidian District, Beijing 100097</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/34/ea34a983b6d4c240cffa819872149909325b7882.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the western business district of Beijing on the eastern side of Zhongguancun...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="198.79" OriginalAmount="193.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.920121427343" Longitude="116.37130727613" StarRating="3" HotelCode="298527|peking_garden_boutique_hotel" HotelName="Peking Garden Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Bicycle Rental,Coffee Shop,Concierge,Designated Smoking Area,Dry Cleaning,Garden,Internet,Laundry,Library,Luggage Storage,Parking,Restaurant,Room Service,Shopping Arcade,Spa">
        <Address>
          <AddressLines>
            <AddressLine>15 Xiaoyuan Hutong, Xicheng District, Peking</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/f5/9ff57313074b11d6e81cd19512b9d7285a6a4cc1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Peking Garden Boutique Hotel is a popular choice amongst travelers in Beijing, whether exploring or ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="200.85" OriginalAmount="195" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.912168" Longitude="116.52595" StarRating="4" HotelCode="134323|60049" HotelName="The Sandalwood Beijing - Marriott Executive Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23 Jian Guo Road, Chaoyang, 100123 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/c2/75c26b419f5af27771e98e1a604ebe50fd03a81a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in the heart of Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="202.78" OriginalAmount="196.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.0474803" Longitude="116.6149492" StarRating="5" HotelCode="|73463" HotelName="Cordis, Beijing Capital Airport By Langham Hospitality Group" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No. 1 Er Jing Road, Terminal 3 Capital International Airport</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/3/4/6/3/73463_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is perfect for business and holiday stays.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="202.91" OriginalAmount="197.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.944296" Longitude="116.307824" StarRating="5" HotelCode="17630|the_shangrila_hotel_beijing" HotelName="Shangri-La Hotel, Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>29 Zizhuyuan Road, 100089 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/06/dd06eda6ce2f2f46d03834ed91821b392e9b389f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the west of Beijing at the heart of the financial and technological distric...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="203.94" OriginalAmount="198" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.903008042485" Longitude="116.40750060852" StarRating="5" HotelCode="936073|59843" HotelName="Sofitel Beijing Central" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Jianguomen South Avenue, Chaoyang District, 100022 Peking</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/bd/1cbda1c2e505d3ba8a08e21aaa4af6726d5cb950.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Peking - Capital (PEK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="204.49" OriginalAmount="198.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.991667" Longitude="116.321555" StarRating="5" HotelCode="111412|516915" HotelName="Wenjin Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>South Gate of Tsinghua University, Chengfu Road, Haidian District, 100084 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/75/c3752c2e6a032f3639681f8a47d82a0ddd7979f6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in TusPark, which is known as China's Silicon Valley, in the heart of the Zhong...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="204.97" OriginalAmount="199.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.911029" Longitude="116.407088" StarRating="3" HotelCode="98540|tianan_rega_hotel" HotelName="TianAn Rega" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hua Long Street, Tianan Plaza, Dongcheng District, 100006 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/5c/755c62f406e0af8b27bcad1da8dacd56fb9ed986.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is near the Forbidden City, Wangfujing. The metro station is nearby and the train station ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="206.07" OriginalAmount="200.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.2326425" Longitude="116.1888888" StarRating="5" HotelCode="|405504" HotelName="Marriott Beijing Hotel Changping" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>29 Nan Kou Road, Cheng Nan Street, Changping Distr</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/5/5/0/4/405504_78c96db1228.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="206.85" OriginalAmount="200.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.91126367" Longitude="116.37153066" StarRating="5" HotelCode="571252|597023" HotelName="Pan Pacific Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 19/05/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>2 Hua Yuan Street, Xi Dan, Xicheng Qu, 100032 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/25/99/2599fd1f0490492dc03ed2d1b5c1fe14a261f171.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Beijing.</HotelDescription>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="207.03" OriginalAmount="201.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.901767" Longitude="116.408901" StarRating="5" HotelCode="11420|capital_hotel_2" HotelName="Capital" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3 Qian Men East Street, Beijing 100006</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/03/e5036d5f8c578b9bc5e2544b8a2d440f7d9115fc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the scenic shopping and city centre area, this hotel is a 10-minute walk from Tiananmen S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="207.03" OriginalAmount="201.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.874450887775" Longitude="116.43983244896" StarRating="5" HotelCode="160335|radegast_lake_view_hotel" HotelName="Radegast Lake View Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>19 Pan Jiayuan Road, Chaoyang, Beijing 100021</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/41/a64160d87e6ad1678d2c01984150b2419f7847ed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is approximately 2.1 km from Beijing's international tennis centre and Tiananmen Squ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="207.16" OriginalAmount="201.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.907595" Longitude="116.463435" StarRating="5" HotelCode="|55595" HotelName="Wanda Vista Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Tower C Wanda Plaza, 93 Jianguo Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/5/9/5/55595_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel has 417 rooms, 43 suites and 27 floors. The establishment boasts air-conditioning, a lobby, a reception, express check-out, a safety deposit box service, a currency exchange service and a lift. You are also offered a cafÃ©, a hairdresser's, a bar, a nightclub, a casino, a games room, a TV room, 4 restaurants, 10 conference rooms and a ballroom. The establishment offers WiFi, room service, a laundry service and a car park. SITUATION: Is situated inPekÃ­n the city centre of It has excellent transport links to the exhibition centre, the metro station and Tiananmen the Square of 2 minutes away from the establishment, you can find New World Plaza the shopping centre It has excellent transport links to PekÃ­n Airport PekÃ­n the Railway Station of. ROOM: The establishment has rooms and deluxe suites. The rooms a bathroom with a shower or bath, They have a direct line telephone, satellite or cable TV, a stereo, internet, a hairdryer and a mini-bar. They are equipped with a kitchen with fridge, a hob, a microwave, a coffee maker, a kettle, an iron, a double bed, central heating, a central air-conditioning system and a safety deposit box. FACILITIES: The establishment boasts a health club, a spa, a gym, a heated swimming pool, a steam bath, a hydromassage bath, a massage service and a sauna. Guests are offered an entertainment programme. OBSERVATIONS: The establishment offers wedding facilities. PAYMENT METHODS: Customers can pay using American Express, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients can enjoy a restaurant and a bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="207.73" OriginalAmount="201.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.872245" Longitude="116.478365" StarRating="4" HotelCode="114181|508125" HotelName="Grand Gongda Jianguo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>100 Pingleyuan Street, Chaoyang District, 100124 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/2d/4e2dabfa70ae20b5edfe9dc48b6212945fa50c04.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Peking - Capital (PEK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="208.75" OriginalAmount="202.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.870939" Longitude="116.472126" StarRating="4" HotelCode="|47364" HotelName="Grand Gong Da Jian Guo " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>100 PINGLEYUAN ROAD, CAHAOYANG DISTRICT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/3/6/4/47364_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern hotel and has 277 standard rooms and suites, The establishment boasts meeting facilities and banquet facilities. This air-conditioned hotel was built in 2008, has a lobby, with express check-out, a reception, a safety deposit box service, a currency exchange service, a cloakroom, a lift, a hairdresser's and a games room. It has a cafÃ©, a bar, a nightclub and a restaurant. The establishment offers guests WiFi, room service, a laundry service and a car park. SITUATION: This hotel is in el puente Huawei the eastern area of it is situated 9 kilometres away from the city centre ,Tiananmen the Square of nearby, there is public transport. ROOM: The rooms have a double bed, pillow menu, internet, an air-conditioning system, a central heating system, a fire extinguisher and a direct line telephone. The rooms a bathroom with a shower or bath and a hairdryer. They are equipped with satellite and cable TV, a mini-bar, a coffee maker, a kettle, an iron and a safety deposit box. FACILITIES: The establishment has spa treatments, a gym, a karaoke room and billiards. MEALS: Regarding the food and beverage offering, the establishment offersFusion Court the restaurant Shimantogawa the Japanese restaurant Wanjidafenghe the Chinese restaurant The establishment serves a continental buffet breakfast and a set-menu lunch and dinner. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="209.66" OriginalAmount="203.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.939342" Longitude="116.393036" StarRating="3" HotelCode="134277|1159528" HotelName="Lotus Place The Lakeside" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>14A Houhai Beiyan, Xicheng district, 100009 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/ba/e7ba18068cd49abe1808a744f3d38325b951fad0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="209.97" OriginalAmount="203.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9357891" Longitude="116.4029345" StarRating="0" HotelCode="|116851" HotelName="Peking International Garden Youth" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No.113-2 Nan Luo Gu Xiang, Dong Cheng District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/6/8/5/1/116851_5.jpg</HotelPictures>
        <HotelDescription>SITUATION: Nanluogu Xiang It is close to Houhai 5 minutes away from the establishment guests have.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="210.34" OriginalAmount="204.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.898072" Longitude="116.460763" StarRating="5" HotelCode="|69770" HotelName="Renaissance Beijing Capital" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>61 DONGSANHUAN MIDDLE ROAD, CHAOYANG DISTRICT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/9/7/7/0/69770_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This conference hotel, was built in 2008, has 542 standard rooms and suites, 2 restaurants, banquet halls, multifunctional rooms, 5 conference rooms and WiFi. SITUATION: This conference hotel is close to Shuangjing the bridge it is located near the commercial area. ROOM: The establishment has suites, presidential suites and deluxe suites. FACILITIES: The establishment boasts a gym and a covered pool. MEALS: Regarding the food and beverage offering, the establishment offers restaurants.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="212.18" OriginalAmount="206" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.04828937352" Longitude="116.61266876127" StarRating="5" HotelCode="162039|24459" HotelName="Cordis, Beijing Capital Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel,Business Hotel" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Yi Jing Road, Terminal 3, Capital International Airport, 100621 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/zz/4fad0bdb59f865110d2935a220d76e701b3766a9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel's enviable location allows easy access to key districts and must-see attractions, being on...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="212.18" OriginalAmount="206" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.94912" Longitude="116.464202" StarRating="5" HotelCode="32264|24458" HotelName="Kempinski Lufthansa Center" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>50 Liangmaqiao Road, 100125 Chaoyang District, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/ca/a5caf9e725943a78f045a6e7c89cbc1aa2e75dc3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of Beijing’s diplomatic and business district. Its impressiv...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="212.75" OriginalAmount="206.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="5" HotelCode="134322|769665" HotelName="Beijing Marriott Hotel Northeast" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26A Xiao Yun Road, Chaoyang, Beijing 100125</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/c8/fec8e466a14e63e417be8ece9f4e35d626dc84e3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Peking - Capital (PEK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="213.21" OriginalAmount="207.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.909078" Longitude="116.373938" StarRating="4" HotelCode="79907|joy_city_hotel__apartment" HotelName="Joy City Hotel &amp; Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Heated Pool,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>131 North Xidan Avenue, Xicheng District, Beijing 100032</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/c2/3fc2285c626845d89e40d6e0e7209ed5005060ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located in Beijing's Xicheng district close to Chang'an Avenue, the finance a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="213.21" OriginalAmount="207.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.974488" Longitude="116.316837" StarRating="4" HotelCode="111338|crowne_plaza_beijing_zhongguancun" HotelName="Crowne Plaza Beijing Zhongguancun" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>106 Zhi Chun Road, Haidian District, Beijing 100086</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/aa/32/aa3271f4f979b98f8d16496205c0b0fdce0ac4a4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Peking - Capital (PEK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="214.16" OriginalAmount="207.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9491128" Longitude="116.4643111" StarRating="5" HotelCode="|53852" HotelName="Kempinski  Beijing Yansha Center" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>50 LIANGMAQIAO, CHAOYANG DISTRICT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/8/5/2/53852_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 1992, has 526 rooms, air-conditioning, a lobby with express check-out, a reception, a safety deposit box service, a currency exchange service, a cloakroom and a lift. The establishment has a cafÃ©, a bar, restaurants, a kiosk, a hairdresser's, a nightclub and a TV room. The establishment also has meeting rooms, internet, room service, a laundry service, a car park and an indoor car park. SITUATION: This urban hotel is in the heart of the business district, is situated 30 kilometres away from Tiananmen the Square of. ROOM: The rooms have a hairdryer, a direct line telephone, an answering machine, a radio, a satellite TV, internet, a bathroom with a shower or bath, a mini-bar, an oven, a coffee maker, a kettle, a safety deposit box, an air-conditioning system and individual heating. FACILITIES: The establishment has a health centre, a gym, a tennis court, squash courts, a sauna, a solarium, a jacuzzi, a heated pool, hydrotherapy treatments and a massage service. You can also enjoy play volleyball. MEALS: Regarding the food and beverage offering, the establishment offers 7 restaurants.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="214.18" OriginalAmount="207.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.891823" Longitude="116.32003" StarRating="4" HotelCode="|406152" HotelName="Yun-zen Lotus" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Building 1, Yard 1, South Lianhuachi Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/6/1/5/2/406152_a74ce851319.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="214.18" OriginalAmount="207.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.943103" Longitude="116.444521" StarRating="0" HotelCode="|393904" HotelName="Beijing Baifuyi Dongzhimen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No19 Nanerlizhuang, Dongzhimenwai Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/3/9/0/4/393904_58de5be0932.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="216.30" OriginalAmount="210.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.90931175" Longitude="116.37111903" StarRating="4" HotelCode="269235|city_star_hotel_5" HotelName="City Star Hotel - Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Free CXL until 24/05/2026">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/7a/237a86d984c150d81c02881e7560e1ff47feec71.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at City Star Hotel in Beijing (Xicheng), you'll be min...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="217.86" OriginalAmount="211.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.896569" Longitude="116.454761" StarRating="5" HotelCode="887962|512595" HotelName="Renaissance Capital Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>61 Dongsanhuan Middle Road, Chaoyang District, Beijing 100022</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/f6/6bf6460c5f9987af52f7f9ab679fdfddd5255e54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This conference hotel is located near the East Third Ring Road Shuangjing Bridge. The establishment ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="220.03" OriginalAmount="213.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.963664258955" Longitude="116.3874489069" StarRating="4" HotelCode="132859|508035" HotelName="Gehua New Century Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Gulouwai Avenue, Chaoyang, Beijing 100120</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/e7/07e74b9906f67b99ceda48cb68a51fb947f2a92a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Chaoyang District, adjacent to the Huangsi China Science and Technology Muse...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="220.39" OriginalAmount="213.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.935703" Longitude="116.403028" StarRating="2" HotelCode="503988|4111225" HotelName="Peking Youth Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>113-2 Nan Luo Gu Xiang, Dong Cheng District, 100009 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/89/3c89b3f3361e7a19a76c899c3eb0a649d5570438.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Peking International Youth Hostel to discover the wonders of Beijing. The hotel offers a wid...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="221.40" OriginalAmount="214.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.965069" Longitude="116.39356" StarRating="4" HotelCode="|116916" HotelName="Gehua New Century" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No.19 Gulouwai Main Street, Chaoyang District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/6/9/1/6/116916_62bab181338.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a covered swimming pool, a spa and internet (free of charge). SITUATION: This hotel is 8 minutes away from Guloudajie the metro station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="222.45" OriginalAmount="215.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.922115" Longitude="116.405054" StarRating="5" HotelCode="16196|3604" HotelName="Prime Hotel Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Wangfujing Avenue (Wangfujing Dajie), Dongcheng District, 100006 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/11/94110e5c371271832a19fb93b883d3ed9b7a553a.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is ideally located on the famous Wangfujing shopping avenue, with easy access to the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="222.86" OriginalAmount="216.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.933945" Longitude="116.417274" StarRating="4" HotelCode="|533974" HotelName="Dongfang Shengda Cultural" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>132 Dongsi North Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/9/7/4/533974_a30ab431159.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="225.01" OriginalAmount="218.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.985204" Longitude="116.337283" StarRating="5" HotelCode="|116853" HotelName="Liaoning International" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>North 4th Ring Road West Road Jia 2, Haidian District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/6/8/5/3/116853_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is non-smoking, has a covered swimming pool, a gym and rooms with internet, (free of charge). SITUATION: Is situated inHaidian the district of the establishment is 2 kilometres away from Tsinghua the University of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="226.45" OriginalAmount="219.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.92923" Longitude="116.36562" StarRating="0" HotelCode="|187501" HotelName="Guipu Courtyard" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No.29 Xisi North 7th Alley</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/7/5/0/1/187501_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="228.79" OriginalAmount="222.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.898604381062" Longitude="116.4123500086" StarRating="5" HotelCode="931011|1023848" HotelName="New World Beijing Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Chongwenmen, 8 Qinian Street, Dongcheng District, 100062 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/9e/bf9e303054533482bad31c10c64bd6b66c0a955c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Peking - Capital (PEK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="230.72" OriginalAmount="224.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.909950204312" Longitude="116.36982679367" StarRating="4" HotelCode="34242|guangzhou_hotel_beijing" HotelName="Guangzhou" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>No. A3 Xidan Heng Er Tiao, Beijing 100031</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/6f/806f0c044567e49bc5ee0f936a51beb184d566c4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the city centre, about 10 minutes by foot from Tian'anmen Square. It is als...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="232.24" OriginalAmount="225.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9281" Longitude="116.41063" StarRating="3" HotelCode="|349112" HotelName="Inner Mongolia Forbidden City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No. 71 Mei Shu Guan Hou Street, Dong Cheng District, Beijing, 100010</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/9/1/1/2/349112_1.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="234.84" OriginalAmount="228" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.948368" Longitude="116.459658" StarRating="5" HotelCode="26337|6284" HotelName="Kunlun" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 Xin Yuan Nan Lu, Chaoyang District, Beijing 100004</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/00/7c00dd78a85fcf0abe1d2f1942e9068569f59a6d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business hotel is located approximately 8 km from the city centre and just 3 km from the Forbid...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="234.84" OriginalAmount="228.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.913969" Longitude="116.422736" StarRating="4" HotelCode="114186|ordos" HotelName="Ordos" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Jinbao Street, Dong Cheng District, Beijing 100005</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/23/5823d33af291f433159f324278d3539914e875d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business hotel is located in golden Wangfujing Business Area, where guests can also find a wide...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="236.95" OriginalAmount="230.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.928218204039" Longitude="116.40874554004" StarRating="4" HotelCode="529886|2172795" HotelName="Inner Mongolia Hotel Forbidden City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>71 Mei Shu Guan Hou Street, 100010 Beijing, Dongcheng District</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/47/475041/475041a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="240.20" OriginalAmount="233.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.975642" Longitude="116.323" StarRating="5" HotelCode="|69383" HotelName="Crowne Plaza Beijing Zhongguancun, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>106 ZHI CHUN ROAD, HAI DIAN DISTRICT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/9/3/8/3/69383_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="240.92" OriginalAmount="233.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9221125" Longitude="116.4056396" StarRating="5" HotelCode="|69542" HotelName="Empark Prime  Beijing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>2 Wang Fujing Avenue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/9/5/4/2/69542_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 1992, has a restaurant, a cafÃ©, a bar, a health centre, a covered swimming pool, a massage service, a sauna, a gym, a business centre and conference rooms. SITUATION: Wangfujing Is situated in it is near Tian'anmen the square It is inPekÃ­n a good location in. ROOM: The rooms have bathroom or shower, a WC, a hairdryer, a direct line telephone, a television, a mini-bar, a safety deposit box, an ironing set, an air-conditioning system, heating and internet (available on request).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="243.08" OriginalAmount="236" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.904721" Longitude="116.445604" StarRating="5" HotelCode="111218|30134" HotelName="Fairmont Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Yong An Dong Li, Jian Guo Men Wai Avenue, Chaoyang District, 100022 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/e4/b5e447d5849e7e4c451731632532a702cf9e82c4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is just a 5-minute walk from Silk Street/Pearl Market, around 5 km from the Temple of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="243.38" OriginalAmount="236.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.000711782786" Longitude="116.38810873032" StarRating="5" HotelCode="98032|229216" HotelName="InterContinental Beichen" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 Beichen West Road, Chaoyang District, Beijing 100105</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/16/cb169cfe49fca6adea46977811a9d916933b7bf3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business hotel is situated within 10 minutes of the Shangdi Hi-tech Zone and Beijing's Silicon ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="244.11" OriginalAmount="237.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.913804" Longitude="116.412594" StarRating="5" HotelCode="111168|legendale_hotel_beijing" HotelName="Legendale Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>90-92 Jinbao Street, Dongcheng District, Beijing 100005</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/56/df/56df2b20bce6e594db366df73618865d0ba1613b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Peking - Capital (PEK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="246.17" OriginalAmount="239.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.93824184" Longitude="116.35617094" StarRating="4" HotelCode="269364|beijings_guoer_hotel" HotelName="Beijing's Guoer Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Bar,Business Centre,Coffee Shop,Concierge,Dry Cleaning,Elevator,Internet,Laundry,Lounge,Luggage Storage,Meeting Room,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/86/7e86b553126384cfaa5fb60f9533053b304e357c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="246.46" OriginalAmount="239.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.909338177203" Longitude="116.45942727382" StarRating="5" HotelCode="34350|3384" HotelName="China World Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Jianguomenwai Avenue, 100004 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/66/2b669e18b1f029f765d5bd0b4768363027b11bf0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within the Central Business District which holds the prestigious China World Tr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="246.97" OriginalAmount="239.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.862792" Longitude="116.318393" StarRating="5" HotelCode="|387080" HotelName="Sheraton Beijing Lize" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Building No.1, Compound No.8, Xiying Street,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/7/0/8/0/387080_1_2518.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="247.27" OriginalAmount="240.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.94437" Longitude="116.30854" StarRating="5" HotelCode="|39931" HotelName="Shangri-la Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>29 Zizhuyuan Road, Hai Dian</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/9/3/1/39931_1_417.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="252.57" OriginalAmount="245.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.90973032" Longitude="116.40923411" StarRating="4" HotelCode="931009|1021698" HotelName="The Imperial Mansion, Beijing Marriott Executive Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>North Gate, 1 Xiagongfu Street, Dongcheng District, 100004 Peking</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/b6/edb639585e94ad070c093a314d944679b3280006.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Beijing. The nearest airport is Peking - Capital (PEK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="253.38" OriginalAmount="246.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.96703357591" Longitude="116.40902550926" StarRating="5" HotelCode="173782|sheraton_beijing_dongcheng_hotel" HotelName="Sheraton Grand Beijing Dongcheng Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>36 North Third Ring Road East, Dongcheng District, Beijing 100013</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/74/42746ee203cbbd38953085e8b352d1dd2ba686a4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located in the northern part of Beijing's Third Ring Road, in the heart of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="257.50" OriginalAmount="250.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.996402" Longitude="116.308537" StarRating="5" HotelCode="93697|the_lake_view_hotel_beijing" HotelName="Lake View" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>No.127 Zhongguancun North Road, Haidian District, Beijing 100080</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/d6/61d6b95e3aeae8d838ace1e61e9ca85c6cbec047.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business hotel is located near the Summer Palace and just 30 minutes’ drive from Beijing Capita...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="261.93" OriginalAmount="254.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.938456" Longitude="116.426539" StarRating="5" HotelCode="900384|373715" HotelName="Ascott Raffles City Beijing" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-2 Dongzhimen South Street, Dongcheng District, 100007 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/e6/01e6cad6cb9fa0a27289b2b3823d4294b4410860.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located right next to Dongzhimen’s transportation hub, providing guests with...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="262.65" OriginalAmount="255" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.919352" Longitude="116.449493" StarRating="5" HotelCode="293218|35953" HotelName="Hotel Eclat Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Dongdaqiao Road, Chaoyang District, 100020 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/1f/f61f7e8ab48af188615132fc28fcd9833d80eb3e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Peking - Capital (PEK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="262.65" OriginalAmount="255.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.99676276" Longitude="116.48060179" StarRating="4" HotelCode="738781|hyatt_regency_beijing_wangjing" HotelName="Hyatt Regency Beijing Wangjing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>8 Guangshun South Street, Lei Shing Hong Center, Chaoyang District, 100102 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/fc/f0fc0257d902878b280ecb23275833b0a618dcde.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="264.17" OriginalAmount="256.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.91309776117" Longitude="116.46089309856" StarRating="4" HotelCode="730490|CBA605800" HotelName="Hotel Jen Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Jianguomenwai Avenue, 100004 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/44/12446a9751d2a38b07225cf489b9c2ff22056851.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="264.71" OriginalAmount="257.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.97505061" Longitude="116.35255094" StarRating="5" HotelCode="494457|tylfull_hotel" HotelName="Tylfull Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Building 1 1 Yard, Xitucheng Road, Haidian District, 100191 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/b5/f3b5f1d9a4e307f707cd4bb59aa5b3492751582c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="269.86" OriginalAmount="262.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9358" Longitude="116.4" StarRating="0" HotelCode="660248|beijing_eastern_garden_international_conference_center" HotelName="Beijing East Garden" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Zuodi Road</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/27/65/27658068639d5793e3b2e940057346685b8b8547.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="271.01" OriginalAmount="263.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.939795" Longitude="116.376746" StarRating="5" HotelCode="|387078" HotelName="Blossom House Beijing Houhai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No. 9 Yangfang Hutong, Xicheng District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/7/0/7/8/387078_1_6860.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="271.27" OriginalAmount="263.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.913378566983" Longitude="116.4515799828" StarRating="5" HotelCode="888299|149396" HotelName="Kerry Hotel Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Guang Hua Road, 100020 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/fe/4bfeddfe7fd3c73c6fed390d61f288c892226e14.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business hotel in Beijing sits at the heart of Beijing's diplomatic, commercial and financial c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="275.37" OriginalAmount="267.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.909888" Longitude="116.45926" StarRating="5" HotelCode="|40050" HotelName="China World , Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.1 Jianguomenwai Avenue, Chaoyang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/0/5/0/40050_1_6782.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has 716 rooms and conference facilities. The establishment has meeting rooms, a dance hall and a conference room. This air-conditioned hotel is perfect for business and holiday stays, has a lobby, with a reception, express check-out, a safety deposit box service, a currency exchange service, a cloakroom and 8 lifts. The establishment boasts 2 coffee shops, a hairdresser's, a bar and 4 restaurants. The establishment offers internet (for a fee), The establishment also offers room service, a laundry service (for a fee), a car park and indoor parking (for a fee). SITUATION: This hotel is in the business district, near the establishment, guests will find the embassies, 30 minutes away from the establishment guests have PekÃ­n the International Airport of it is close to restaurants, bars, shops and public transport. Temple of Heaven it is 20 minutes away from Palacio de Verano it is situated 40 minutes away from the establishment is 60 kilometres away from Ming the Tombs of The Great Wall of China it is situated 74 kilometres away from. ROOM: They have a direct line telephone, internet, a safe, a satellite TV, a coffee maker, a kettle, a desk and chair. The stylish rooms, have a marble bathroom, with a shower and a hairdryer. They are equipped with a mini-bar, an iron, a double bed, an air-conditioning system and a central heating system. FACILITIES: The establishment boasts a gym with a heated pool, cardiovascular training room, squash courts, tennis courts, ping pong tables, aerobics lessons, a steam bath, a hydromassage bath (available for a fee) and a massage service (available for a fee), For an additional charge, you can use the terrace with parasols and the solarium. PAYMENT METHODS: Customers can pay by American Express, Diners Club, Mastercard, JCB and Visa. OTHERS: The establishment serves a continental buffet breakfast and an Ã  la carte, buffet or set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="277.18" OriginalAmount="269.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.93235424" Longitude="116.41478185" StarRating="2" HotelCode="632399|4164975" HotelName="Peking Yard Hostel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Aparthotel,Hostels" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Bicycle Rental,Business Centre,Coffee Shop,Designated Smoking Area,Dry Cleaning,Garden,Internet,Laundry,Luggage Storage,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>28 Wangzhima Hutong, Dongsi Beidajie, Dongcheng District, 100007 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/a6/49a6c35e7cd10fd49c374add8604ae321a97a571.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Back Lakes (Hou Hai), Peking Yard Hostel promises a r...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="278.70" OriginalAmount="270.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.90685580713" Longitude="116.39742672443" StarRating="5" HotelCode="336607|3414" HotelName="Grand Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>35 East Chang An Avenue, 100006 Beijing, China</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fb/a2/fba225d59d83f9e002529fbfd4051f5c626e03dd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business hotel is situated close to the Forbidden City (3.5 km away) and Tiananmen Square (1 km...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="279.24" OriginalAmount="271.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9732285" Longitude="116.3467026" StarRating="5" HotelCode="|220091" HotelName="Tylfull" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Building 1, Nos. 1 Yard, Xitucheng Road Haidian District 100191 Beijing CN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/0/9/1/220091_13b140a1039.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="282.18" OriginalAmount="273.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9094318" Longitude="116.4817748" StarRating="5" HotelCode="|43959" HotelName="Jw Marriott Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>83 JIANGUO ROAD,CHINA CENTRAL PLACE,CHAOYANG DISTR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/9/5/9/43959_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has 588 standard rooms and suites and 23 floors. The establishment boasts air-conditioning, a lobby with express check-out, a reception, a safety deposit box service, a currency exchange service, a cloakroom and a lift. Some of the facilities that the establishment offers to guests include a cafÃ©, a hairdresser's, a bar, a restaurant, WiFi (for a fee), room service, a laundry service (for a fee), a car park and indoor parking (for a fee), The establishment offers guests facilities for conferences, banquets and groups, event facilities and catering. SITUATION: This hotel is in Chaoyang the district of is situated in PekÃ­n the business area of near the establishment, guests will find restaurants, 300 metres away, there is a bus station, in the surrounding area, clients have Dawanglu the metro station of it is near Shin Kong Place the shopping centre. ROOM: The establishment has standard rooms and suites with a bathroom with a shower or bath and a hairdryer. They have a direct line telephone, a flat-screen television with DVD, a stereo, a radio, a small kitchen with mini-bar, a coffee maker, a kettle, an ironing set, a king size or double bed, internet, a safety deposit box, an air-conditioning system and heating. FACILITIES: The establishment boasts a spa with a hydromassage, a sauna, a steam bath, a massage service and spa treatments. You also have at your disposal a covered heated swimming pool, a terrace with deck chairs, (available for a fee), parasols and a gym. Guests are offered an entertainment programme. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients have a restaurant with show cooking, a grill restaurant and a lounge bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="282.22" OriginalAmount="274.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.94121149" Longitude="116.38327715" StarRating="4" HotelCode="607812|vue_hotel_2" HotelName="VUE Hotel HOUHAI BEIJING" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Xicheng District, No. 9 Yangfang Hutong, 100009 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/80/a1802eca7171c72203637b0ec02167857523f5f4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="284.28" OriginalAmount="276" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.914611" Longitude="116.41242" StarRating="5" HotelCode="410146|20058" HotelName="Regent Beijing Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>99 Jinbao Street, Dongcheng District, 100005 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/88/e088f1c8991601b05d5d049510487957420296a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in Beijing's commercial central area, Jinbaojie, and close to various scenic spots and hist...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="284.28" OriginalAmount="276.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.3862497" Longitude="116.6721398" StarRating="5" HotelCode="|208030" HotelName="Sunrise Kempinski Hotel Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Courtyard No. 11 Yanqi Lake South Road, Huairou District, PRC, 101407, Beijing</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/8/0/3/0/208030_8da1dff0741.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="285.33" OriginalAmount="277.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9159134" Longitude="116.4183293" StarRating="5" HotelCode="|40517" HotelName="Regent Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>99 JINBAO STREET, DONGCHENG DISTRICT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/5/1/7/40517_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has 500 luxurious rooms and 19 floors. Some of the establishment facilities on offer are express check-out, a reception, a safety deposit box service, a currency exchange service, a restaurant and conference rooms. SITUATION: Is situated inPekÃ­n the commercial area of Jina Bao Jie it is in Where clients can find historic monuments. ROOM: Some rooms have the Forbidden City views of, The rooms have internet, flatscreen satellite and cable television, a DVD player and an individual air-conditioning system. FACILITIES: The establishment has spa facilities, massage rooms, physiotherapy and a hydrotherapy centre. You also have at your disposal a gym fully-equipped, a covered pool and stores. PAYMENT METHODS: Customers can pay using American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: Clients have at their disposal 4 restaurants, a bar, a living room and a cafÃ©.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="287.53" OriginalAmount="279.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9001039" Longitude="116.2747715" StarRating="4" HotelCode="|417177" HotelName="Hualuxe Beijing Xinan, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>A18 Taiping Road, Haidian District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/7/1/7/7/417177_651820d1345.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="289.40" OriginalAmount="280.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9323834" Longitude="116.4148668" StarRating="3" HotelCode="|116852" HotelName="Peking Yard Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. Jia 28, Wangzhima Hutong, Dongsibei Street, Dongcheng Disctrict</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/6/8/5/2/116852_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment is boutique.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="290.46" OriginalAmount="282.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.921018" Longitude="116.422589" StarRating="4" HotelCode="176681|hotel_cote_cour" HotelName="Cote Cour Beijing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>70 Yan Yue hutong, Dong Cheng Qu, 100010 Peking</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/20/cf20c07e982e7231d2651c1c0ec98570d89ba8a1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Yanyue Hutong, once a rehearsal area for royal Ming Dynasty musicians, d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="291.49" OriginalAmount="283.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.944684680754" Longitude="116.41676545143" StarRating="2" HotelCode="181110|classic_courtyard_2" HotelName="The Classic Courtyard" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31 Beixin Alley, Yonghegong Street, Dongcheng, Beijing 100007</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/d3/d8d3012861a14f1311b7daa9f42eaf7dde94c66c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Peking - Capital (PEK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="292.52" OriginalAmount="284.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.006345" Longitude="116.49119" StarRating="5" HotelCode="181123|1447958" HotelName="Kuntai Hotel Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 Qiyang Road, Chaoyang District, 100102 Peking</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/d3/9dd39725e231972725245f52f12a673f3a867dd9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The business hotel is 200 m north-east of the Huilongguan exit of the Daqing–Guangzhou Expressway.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="296.64" OriginalAmount="288.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.898041600401" Longitude="116.3121583519" StarRating="5" HotelCode="93666|xinyuan" HotelName="Beijing Xinyuan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>6 Shifangyuan, Haidian District, 100036 Peking</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/41/1041d103af8e05dbc6f6770b2fd8291db37254dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel stands in an exceptional setting near the Lotus Bridge on the third ring road of Beijing a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="296.64" OriginalAmount="288.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.91670581346" Longitude="116.36424687202" StarRating="4" HotelCode="111262|the_apartments_on_financial_street_beijing" HotelName="The Apartments on Finacial Street Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No. 1 Jinchengfang Street, Xicheng District, 118305 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/fb/8efb3a27d21ddc5d49698b71e5c5175bdffb7df8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The aparthotel is situated in the central part of Financial Street, adjacent to the central office a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="296.64" OriginalAmount="288.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9358" Longitude="116.4" StarRating="0" HotelCode="132236|hualuxe_beijing_xinan_an_ihg_hotel" HotelName="Xi Nan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18A Taiping Road, Haidian District, 100039 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/da/7eda63fdad563ae945dd3bb93d602c4a2e1bf9e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="297.67" OriginalAmount="289.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.890609" Longitude="116.393905" StarRating="4" HotelCode="111291|jingtailong_international_hotel" HotelName="Jingtailong International Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No.19 Zhushikou Street, Chongwen District, Beijing 100062</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/7b/da7b56b66dcc3cd9c96916f0730e226cd8bcdd45.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city and business hotel is situated in an ideal location in Tai Long Imperial Dragon. Beijing i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="297.67" OriginalAmount="289.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.42825502" Longitude="116.54965921" StarRating="4" HotelCode="420437|brickyard_retreat_at_mutianyu_great_wall_" HotelName="Brickyard Retreat" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Bar,Bicycle Rental,Concierge,Dry Cleaning,Garden,Internet,Laundry,Luggage Storage,Massage Centre,Meeting Room,Parking,Restaurant,Sauna,Smoking Rooms,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Beigou Village, near Mutianyu Great Wall Entrance, 101405 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/e8/9ee852cc5d8296ca49e09938f802af623b37ada3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Beijing, Brickyard Retreat at Mutianyu Great Wall puts everything the cit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="297.67" OriginalAmount="289.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.87929289" Longitude="116.32712381" StarRating="3" HotelCode="633201|shanshui_s_hotel_maliandao_branch" HotelName="Shanshui S Hotel Beijing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Building 4, 8 Chama Street, 100000 Beijing, Xicheng</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/2f/4d2f95d2050020785342710a79523586f32c70a9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="305.57" OriginalAmount="296.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.89558164" Longitude="116.37546425" StarRating="5" HotelCode="935122|1054788" HotelName="JW Marriott Beijing Central" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Xuanwumenwai Street, Xicheng District, Beijing 100052</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/93/62934ec64de2dfa500b5541aab6aabef104f8ff6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="308.88" OriginalAmount="299.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.939217" Longitude="116.405505" StarRating="3" HotelCode="|455515" HotelName="Hutong Cultural Heritage Beijing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Building 5, No. 33, Ju'er Hutong,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/5/1/5/455515_3c4911d1728.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="309.00" OriginalAmount="300.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.927547" Longitude="116.46064" StarRating="5" HotelCode="200697|conrad_beijing" HotelName="Conrad Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>29 North Dongsanhuan Road, Chaoyang District, Beijing 100027</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/05/fb05e505a3bdafac4383e3b2fbcb6299890d8cb1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Peking - Capital (PEK).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="310.71" OriginalAmount="301.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.917444" Longitude="116.359155" StarRating="5" HotelCode="|59343" HotelName="The Westin Beijing, Financial Street" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>9C Financial Street, XiCheng District, Beijing,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/3/4/3/59343_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: this renovated hotel in 2006, has meeting facilities and event facilities. This establishment is ideal for holidays or business trips, has 486 rooms and a garden. It has air-conditioning, a hall with a reception, a safety deposit box service, a currency exchange service, a cloakroom and a lift. Guests can find a cafÃ©, a hairdresser's, a bar, a pub and a restaurant. The establishment has conference rooms, internet, WiFi and room service. At an extra cost you can use a laundry service, the car park and the mini-club. SITUATION: This hotel is situated in the city centre, Beijing Financial Street it is in nearby, you will find Tiananmen the Square of Chang'An Avenue it is well-connected with the business area, shopping areas and the tourist attractions. it is situated 15 minutes away from the railway station. ROOM: The comfortable rooms, have a bathroom with a shower, WiFi, a television, a direct line telephone and a hairdryer. They also have a radio, a mini-bar, a coffee maker, a kettle, an ironing set, a king size or double bed, a central air-conditioning system and a safe. FACILITIES: The establishment boasts heated, covered swimming pool with children's area, an outdoor bar (available for a fee) and deck chairs. You can find a sauna, a solarium and the steam bath. For an additional charge, you can use a massage service and spa treatments. The establishment also offers a gym and aerobics. PAYMENT METHODS: Customers can pay by American Express, Diners Club, Mastercard, JCB and Visa. OTHERS: Regarding the food and beverage provision, the establishment offers a continental buffet breakfast and buffet, Ã  la carte or set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="312.93" OriginalAmount="303.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9485868" Longitude="116.4597009" StarRating="5" HotelCode="|116947" HotelName="The Kunlun Beijing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>2 South Xin Yuan Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/6/9/4/7/116947_2b70f851255.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is in PekÃ­n the centre of it is 10 minutes away from Tiananmen the Square of Beihai park. FACILITIES: Guests are offered 8 restaurants, a covered swimming pool and internet (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="314.15" OriginalAmount="305" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.909262" Longitude="116.433821" StarRating="5" HotelCode="93681|35984" HotelName="The St. Regis Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>21 Jianguomenwai Dajie, 100020 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/09/da09902c5c33a2bbc4414eeef45bccd70bb07563.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the central business district outside Jianguomen, close to Xiushui Jie shopp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="318.27" OriginalAmount="309" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.915392" Longitude="116.363606" StarRating="5" HotelCode="71203|24465" HotelName="The Ritz-Carlton Beijing, Financial Street" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 Jin Cheng Fang Street East, Financial Street, 100033 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/0b/590bc5feff7d17afc5645f55f6309529f9586178.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city and business hotel lies at the intersection between Taipingqiao and Jinchengfangdong. The ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="321.69" OriginalAmount="312.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.915805" Longitude="116.360177" StarRating="5" HotelCode="71278|333715" HotelName="The Westin Beijing Financial Street" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 27/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>9C Financial Street, XiCheng District, 100140 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/69/e669f706bc76131ead9686d49c73c08cc0ddade6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of the city on Financial Street. With the Forbidden City and Tian...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="324.05" OriginalAmount="314.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.913811" Longitude="116.458357" StarRating="5" HotelCode="|59307" HotelName="Kerry , Beijing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.1 Guang Hua Road, Chaoyang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/3/0/7/59307_1_1789.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment offers event facilities. ROOM: Clients can find rooms with a bathroom and shower or bath.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="324.45" OriginalAmount="315.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.921192892466" Longitude="116.40984021559" StarRating="4" HotelCode="935125|wangfujing_grand_hotel" HotelName="Renaissance Beijing Wangfujing Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>57 Wangfujing Street, Dongcheng District, 100006 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/b2/1fb26eaa2108d61bfaf485d6d63c74e3bf79bde6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;With its superb location in the heart of a commercial shopping district, the hotel is only 5 minutes...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="330.63" OriginalAmount="321.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.79247857" Longitude="116.50591103" StarRating="0" HotelCode="642761|zhaolin_grand_hotel" HotelName="Zhaolin Grand Hotel Beijing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>19 Ronghua Middle Road, Daxing, 100176 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/54/2554762951f5dbadac0124be7541882013c19124.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="332.08" OriginalAmount="322.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.908316610452" Longitude="116.40835940838" StarRating="5" HotelCode="317935|93175" HotelName="Grand Hyatt Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 East Chang An Avenue, 100738 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/22/1322327a5b132d261146e1f9849366688caec7e3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business hotel is located in downtown Beijing's bustling Wangfujing district. It lies very clos...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="332.18" OriginalAmount="322.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.937828" Longitude="116.402845" StarRating="0" HotelCode="|412817" HotelName="Beijing Le Zai Nan Luo Gu Xiang Wang Fu Jing Forbidden City Courtyard" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No. 3 Sha Jing Hutong, Nan Luo Gu Xiang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/2/8/1/7/412817_64375ef1000.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="343.13" OriginalAmount="333.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9278634314" Longitude="116.40025303572" StarRating="4" HotelCode="171190|1023618" HotelName="The Jingshan Garden Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>68 Sanyanjing Hutong, Dongcheng District, 100009 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/62/8a6223a5352d10a01e68d261999ea8ea2db4b20d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located 300 m from Jingshan Park and a 10-minute walk from the Forbidden City. It lies...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="348.73" OriginalAmount="338.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.915353" Longitude="116.362431" StarRating="5" HotelCode="|59305" HotelName="The Ritz-carlton Beijing Financial Street" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jin Cheng Fang Street East, Financial Street,1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/3/0/5/59305_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has 253 standard rooms and suites, 19 floors, air-conditioning, has a lobby, a reception, a safety deposit box service, a currency exchange service, a cloakroom, a lift, a kiosk, a hairdresser's, a playground and a nightclub. The establishment has a cafÃ©, a bar, a restaurant, meeting rooms, event rooms with WiFi, a dance hall, room service and a laundry service. near the establishment, you can find a car park, an indoor car park a bicycle rental desk. SITUATION: This urban, business hotel, Taipingqiao and Jinchengfangdong it is located between it is situated 1 kilometre away from Xidan the centre of close to the establishment, clients can find shops, 500 metres away, clients have a public transport stop, The Forbbiden City it is situated 4 kilometres away from Tianjin it is 3 hours away from. ROOM: The rooms have electronic lighting, curtains, a double bed, LCD satellite and cable television, a marble bathroom with a bath or shower, a hairdryer, a direct line telephone, a radio, a stereo, internet, a fax machine, a safe, a mini-bar, a coffee maker, a kettle, individual air-conditioning and individual heating. FACILITIES: The establishment has a spa, a health centre, a covered heated pool, a hydromassage bath, a steam bath, a sauna, spa treatments, a massage service, water aerobics, aerobics and a gym. The establishment also has an outdoor bar. MEALS: Regarding the food and beverage offering, the establishment offers 3 restaurants, Guests can book all inclusive, Guests are offered a buffet breakfast. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="349.17" OriginalAmount="339.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.93786606" Longitude="116.40294397" StarRating="3" HotelCode="635126|puremind_lezai_boutique_courtyard_hotel" HotelName="Beijing 161 Hotel LeZaiNanluo Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="boutique hotel" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>3 Shajing Hutong, Dongcheng, 100009 Peking</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/cd/95cd83420bc42a352faf03ef3f986bfdeda2c2b9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Beijing, this boutique hotel has the perfect ambience for guests who appreciate a stylish...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="350.20" OriginalAmount="340" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.93298468" Longitude="116.45152402" StarRating="5" HotelCode="111241|148293" HotelName="CHAO Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 East Workers' Stadium Road, Chaoyang District, Beijing 100027</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/7c/1d7cb0e3d3fc40fec630425cfa2828fbac6d2432.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="353.29" OriginalAmount="343.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.913299567126" Longitude="116.40715241432" StarRating="5" HotelCode="888098|hilton_beijing_wangfujing" HotelName="Hilton Wangfujing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 Wangfujing East Street, Dongcheng, Beijing 100006</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/9b/f49bfe29d396cdcea72d821b69f26c84b03a2ac4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in the Beijing shopping district of Wangfujing, this city and conference hotel offers an exclusi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="353.76" OriginalAmount="343.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9131" Longitude="116.46135" StarRating="4" HotelCode="|386549" HotelName="Jen Beijing By Shangri-la" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.1 Jianguomenwai Avenue, Chaoyang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/5/4/9/386549_1_1574.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="358.44" OriginalAmount="348.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="3" HotelCode="972484|beijing_ru_xi_inn" HotelName="Beijing Ru Xi Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>39 Guoao Township, Tianxianyu, Huairou, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/a3/43a3c4fb3851dfb047cd27ed3e7c362d4c06e169.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="359.24" OriginalAmount="348.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.950893021418" Longitude="116.46753743453" StarRating="5" HotelCode="200702|181232" HotelName="Four Seasons Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48 Liang Ma Qiao Road, Chaoyang District, 100125 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/74/22/74221095bc2c0b0f61c3358afda21ac3460ee355.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests can enjoy a pleasant stay in one of the 313 rooms. Services and facilities at the hotel inclu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="362.80" OriginalAmount="352.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.93304" Longitude="116.45528" StarRating="5" HotelCode="|349176" HotelName="Intercontinental Beijing Sanlitun" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No. 1 San Li Tun,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/9/1/7/6/349176_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="366.67" OriginalAmount="355.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.79245" Longitude="116.50573" StarRating="5" HotelCode="|405479" HotelName="ZHAOLIN GRAND HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No.19 Ronghua Middle Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/0/5/4/7/9/405479_a71336d1139.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="368.74" OriginalAmount="358.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.91265398" Longitude="116.29426975" StarRating="4" HotelCode="269368|wanshou_hotel__beijing" HotelName="Wanshou Hotel - Beijing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12A Wanshou Road, Haidian District, 100036 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/e3/e3e312d205f803223f4d723fdbcf93728d97ae78.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="371.52" OriginalAmount="360.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.91036" Longitude="116.480589" StarRating="5" HotelCode="|42202" HotelName="The Ritz-Carlton Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>83A JIAN GUO ROAD, CHAOYANG DISTRICT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/2/0/2/42202_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel is ideal for holidays or business trips and has 305 standard rooms and suites, In the entrance, guests are offered a lobby with a reception, express check-out, a safety deposit box service, a currency exchange service and a lift. Regarding the food and beverage offering, the establishment has 3 restaurants, The establishment offers guests a large conference room and a dance hall. The establishment boasts a cafÃ© and a hairdresser's. The establishment also offers internet, room service, a laundry service, a car park and an indoor car park. Children can enjoy a mini-club. SITUATION: This urban hotel is in Chaoyang the city centre of is situated in PekÃ­n the commercial area of nearby, there is public transport, near the establishment, you will find shops, is situated 8 kilometres away from the city centre ,Tiananmen the Square of. ROOM: The establishment has two bedroom suites with a living room, a dining room, office, large wardrobes and a bathroom. All the rooms have an air-conditioning system, a bathroom with a shower or bath and a hairdryer. They have a direct line telephone, a satellite TV, a radio, internet, a mini-bar, a coffee maker, a kettle, an iron, a central heating system and a safety deposit box. FACILITIES: Guests are offered treatment rooms, a massage service and a hydromassage bath. PAYMENT METHODS: Customers can pay using American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: Clients have at their disposal an elegant bar and 3 restaurants. The establishment offers breakfast, lunch and dinner service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="384.19" OriginalAmount="373.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.39410008" Longitude="116.68183419" StarRating="5" HotelCode="320147|yanqi_hotel_managed_by_kempinski" HotelName="Yanqi Hotel managed by Kempinski" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Massage Centre,Room Service,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Yanqi Island, Yanqi Lake, Huairou District, 101407 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/28/a12842aa858690334e22c4d4810f6bd430ef8337.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="388.17" OriginalAmount="376.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.90757" Longitude="116.459129" StarRating="5" HotelCode="|47521" HotelName="Park Hyatt Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>2 JIANGUOMENWAI STREET, CHAOYANG DISTRICT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/2/1/47521_3b5ec2d1139.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was built in 2008. It has 237 rooms and 66 floors. This air-conditioned hotel has shops, leisure areas, a lobby, express check-out, a reception, a safety deposit box service, a cloakroom, a lift and a currency exchange service. Regarding the food and beverage offering, the establishment has a cafÃ©, a bar and a restaurant. The establishment offers guests room service, a laundry service (for a fee), conference facilities, WiFi (for a fee) and a car park (for a fee). SITUATION: This hotel is in the heart of the business district. It is in front of China World Trade Center nearby, you will find the embassies. It is 15 minutes away from The Forbidden City clients can also find Tiananmen Square and the tourist centre of Wangfujing. 40 minutes away from the establishment clients have PekÃ­n Airport. ROOM: The rooms with king size bed, sheets, duvets, a bathroom with a bath, a shower, heating and toiletries. They have WiFi, an iPod docking station, butler service, cable and satellite television, a Hi-Fi, a mini-bar, a coffee maker, a kettle, a hairdryer, an iron and a safety deposit box. They are equipped with an air-conditioning system and central heating. FACILITIES: The establishment has a spa, a fitness area, indoor swimming pools, exercise machine, spa treatments, a massage service (available for a fee), a children's swimming area, a sauna and aerobics lessons. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients can enjoy China Grill Restaurant. The establishment offers a breakfast service and an Ã  la carte or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="388.27" OriginalAmount="376.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.919553" Longitude="116.449658" StarRating="5" HotelCode="|131389" HotelName="Eclat Beijing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>9 DONG DA QIAO ROAD CHAOYANG,BEIJING</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/1/3/8/9/131389_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="402.99" OriginalAmount="391.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.93002" Longitude="116.40487" StarRating="4" HotelCode="|613769" HotelName="The Purple Horse" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>A1, West Yangwei Hutong, Jingshan Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/1/3/7/6/9/613769_16b3ac40242.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="408.48" OriginalAmount="396.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.911810067276" Longitude="116.47346735001" StarRating="5" HotelCode="168486|CAS379400" HotelName="China World Summit Wing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Jianguomenwai Avenue, Beijing 100004</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/29/f72979b2ca6902d7ed53e5daaa2d1d32f7ef554b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;From the strategic hub of the Central Business District, the city hotel is approximately 45 minutes ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="464.28" OriginalAmount="450.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.933123" Longitude="116.452157" StarRating="0" HotelCode="|209347" HotelName="Chao Sanlitun Beijing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 worker's Stadium East Road, Chaoyang District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/9/3/4/7/209347_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="467.71" OriginalAmount="454.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.912848" Longitude="116.458491" StarRating="5" HotelCode="|119206" HotelName="China World Summit Wing, Beijing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Jianguomen Outer St, Jian Wai Da Jie, Chaoyang</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/2/0/6/119206_1_4175.jpg</HotelPictures>
        <HotelDescription>HOTEL: The China World Summit Wing is rated five stars. The establishment has a spa, a gym, a covered swimming pool and 3 restaurants. SITUATION: It is in the city centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="513.09" OriginalAmount="498.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.90445" Longitude="116.40729" StarRating="5" HotelCode="|387079" HotelName="The Puxuan and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No.1 WangFuJing Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/7/0/7/9/387079_bc0d1f90948.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="535.60" OriginalAmount="520.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.92398962" Longitude="116.41029594" StarRating="5" HotelCode="638017|the_puxuan_hotel_and_spa" HotelName="The Puxuan Hotel And Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 26/05/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>1 Wangfujing Street, Dongcheng District, Beijing 100006</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/7b/b37b53a220fb2d886c598e08159d3792f9086a91.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Puxuan Hotel and Spa offers an unparalleled experience that exudes intuitiveness, authenticity, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="540.75" OriginalAmount="525.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.915488" Longitude="116.411175" StarRating="5" HotelCode="284341|waldorf_astoria_beijing" HotelName="Waldorf Astoria Beijing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel,hotel" CnxPolicy="Free CXL until 18/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5-15 Jinyu Hutong Wangfujing, Dongcheng, Beijing 100006</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/92/ca/92cabb807b62bb69af6d154b091378c7a9ed7c8d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="554.14" OriginalAmount="538.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.857979" Longitude="116.309035" StarRating="5" HotelCode="111312|west_international_trade_grand_hotel" HotelName="West International Trade Hotel Beijing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Laundry,Meeting Room,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>16 Fengguan Road, Fengtai, 100071 Peking</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/74/4674cfcfabe50e1708d154bf4374bf965c63b121.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;West International Trade Hotel is located in Fengtai District next to Beijing west train station. It...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="571.88" OriginalAmount="555.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.913712" Longitude="116.410314" StarRating="5" HotelCode="18400|CAZ199700" HotelName="The Peninsula Beijing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>8 Goldfish Lane, Wangfujing, 100006 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/c7/aac7d5a8a4b3d35233892fcd83eb61dfaee9f96c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Beijing, between the main shopping areas of Wangfujing and Don...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="611.19" OriginalAmount="593.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.920314" Longitude="116.460718" StarRating="5" HotelCode="|188005" HotelName="Rosewood Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jing Guang Centre, Hujialou</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/8/0/0/5/188005_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="693.19" OriginalAmount="673" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="3" HotelCode="860701|372588" HotelName="Beijing Yijingjiali Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>48 Dongsiduhe Village, Huairou District, Huairou</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/74/ab7444d79e4638b0b5eba8a25f6d0197244cc7de.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="967.17" OriginalAmount="939" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="3" HotelCode="955390|372634" HotelName="Snail Home Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Xiaohekou Village, Liulimiao Town, Huairou, 101400 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/62/9762f136dd253674b68992d4f534729c63f98420.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="1065.16" OriginalAmount="1034.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.91217274" Longitude="116.4112282" StarRating="5" HotelCode="785238|CBH090700" HotelName="Mandarin Oriental Wangfujing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>269 Wangfujing Street, 100006 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/0a/530a14531c8df5c125690b29cefce73fc1fd9f3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This outstanding hotel is situated in Wangfujing. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1074.29" OriginalAmount="1043" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.948525326812" Longitude="116.45732501062" StarRating="5" HotelCode="545778|229070" HotelName="Bulgari Hotel Beijing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>8 Xin Yuan South Road, Chaoyang District, Beijing 100027</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/f4/f9f468cc722cb9af0382bf384a341cd0d9071159.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Beijing.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1272.72" OriginalAmount="1235.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.948466" Longitude="116.457223" StarRating="5" HotelCode="|221114" HotelName="Bvlgari Beijing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Building 2 Courtyard No. 8 Xin Yuan South Road, Chaoyang District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/1/1/1/4/221114_1_1181.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1287.57" OriginalAmount="1250.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.912251" Longitude="116.411243" StarRating="5" HotelCode="|386699" HotelName="Mandarin Oriental Wangfujing, Beijing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Dongcheng District 269 Wangfujing Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/6/9/9/386699_18.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1352.39" OriginalAmount="1313.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.934954" Longitude="116.399175" StarRating="5" HotelCode="73931|hans_royal_garden_hotel" HotelName="Han's Royal Garden" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7 Beibingmasi Hutong / 20 Qinlao Hutong, Dongcheng District, Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/65/99652df1184d02a512a3d20eb7b3bd25d9be2cf3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business hotel is located in the heart of Beijing. Its setting is especially ideal for business...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1356.51" OriginalAmount="1317.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.934" Longitude="116.405" StarRating="3" HotelCode="969314|carpenters_rustic_courtyardgreat_wall" HotelName="Carpenter's Rustic Courtyard Great Wall" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>157 Liuduhecun, Bohai Zhen, Huairou, 101400 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/cf/b7cfd40cf3e3f0bb0db29c7c5242b6b5d6f2498f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2163.00" OriginalAmount="2100.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.941687" Longitude="116.406378" StarRating="3" HotelCode="144738|beijing_bieyuan_courtyard_hotel" HotelName="Bieyuan Couryard Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Xigong Street, Gulou East Street, Dongcheng District, 100009 Beijing</AddressLine>
          </AddressLines>
          <CityName>Beijing</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/30/76302a3c4c82616cb54871756f04a2c35e6a8356.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Beijing. The nearest airport is Beijing - Nanyuan Airport (BJS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2828.67" OriginalAmount="2746.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.89332" Longitude="116.41057" StarRating="5" HotelCode="|612205" HotelName="Mandarin Oriental Qianmen, Beijing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No. 1 ?Caochang 10th Alley?Dongcheng District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/1/2/2/0/5/612205_006d19e0128.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="42.18" OriginalAmount="40.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9498" Longitude="116.106" StarRating="3" HotelCode="|407621" HotelName="JAMES JOYCE COFFETELA BEIJING MENTOUGOU GOVERNMENT" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>5F BUILDING 1 NO 1 MENTOUGOU ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="55.13" OriginalAmount="53.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.8461" Longitude="116.351" StarRating="3" HotelCode="|407538" HotelName="CHONPINES HOTEL BEIJING CAOQIAO METRO STATION" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Zhenguosi North Street Caoqiao Xinyuan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="61.45" OriginalAmount="59.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.832344" Longitude="116.285542" StarRating="3" HotelCode="|407659" HotelName="Hanting Premium Hotel Beijing Headquarters Base Ke" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No 1 Zhonghe Road, Fengtai District, Beijing</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="62.96" OriginalAmount="61.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9428" Longitude="116.440448" StarRating="2" HotelCode="|312713" HotelName="7days Premium Beijing Dongzhimen Airport Express S" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Chaci Village, Dongzhimenwai Street (Inside Zhongmei Hotel Yard, Exit B of Dongzhimen on Subway Line 2)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="63.63" OriginalAmount="61.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.8081" Longitude="116.569" StarRating="3" HotelCode="|407644" HotelName="LAVANDE HOTELSA BEIJING YIZHUANG DEVELOPMENT ZONE" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>BUILDING 1 NO 22 COURTYARD JINGHAI QI ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="79.53" OriginalAmount="77.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.904395" Longitude="116.382792" StarRating="2" HotelCode="|300356" HotelName="7days Inn Beijing Tian'anmen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>No.9 Yi Xirongxian Hutong</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="80.43" OriginalAmount="78.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.8755" Longitude="116.351" StarRating="3" HotelCode="|407542" HotelName="LAVANDE HOTEL BEIJING GUANG ANMEN DAGUANYUAN" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Guang Anmen South Street No Jia 2 Nancaiyuan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="80.91" OriginalAmount="78.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.03328" Longitude="116.3726" StarRating="0" HotelCode="|246253" HotelName="Greentree Inn Beijing Lin Cui Road Business" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No 8, Heiquan Road, Haidian On the west side of Baosheng village</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="84.27" OriginalAmount="81.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9608" Longitude="116.51" StarRating="3" HotelCode="|407640" HotelName="Lavande Hotel(Jiuxianqiao Chaoyang High-speed Railway Station)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Floor 1, 2 and 3, Building 2, Yard 9, Dongfeng South Road, Beijing, China</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.50" OriginalAmount="103.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="40.0083" Longitude="116.356" StarRating="3" HotelCode="|407617" HotelName="LAVANDE HOTELS BEIJING XUEYUAN ROAD LIUDAOKOU METR" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>BUILDING 2 NO 8A SHENGXI NO 8 SHOPPING MALL XUEQIN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="109.74" OriginalAmount="106.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.75482" Longitude="116.160884" StarRating="4" HotelCode="|406156" HotelName="REZEN HOTEL BEIJING MIJIA" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Building 13, No.1 Courtyard, Tianxing Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="114.11" OriginalAmount="110.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.8967" Longitude="116.399" StarRating="3" HotelCode="|407767" HotelName="James Joyce Coffetel Beijing Qianmen Branch" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>NO.249 Jianshe Road, Wuqing New City</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="124.90" OriginalAmount="121.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.9762" Longitude="116.333" StarRating="3" HotelCode="|407563" HotelName="Lavande Hotel Zhongguancun Renmin University" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jian 8th, Shuangyu Dongli, Haidian District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="143.24" OriginalAmount="139.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.895145" Longitude="116.398298" StarRating="0" HotelCode="|552617" HotelName="Beijing Tiananmen Qianmen Manxin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>58 Qianmen Street,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="150.47" OriginalAmount="146.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.915262" Longitude="116.406411" StarRating="3" HotelCode="|553807" HotelName="Yoo Beijing" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 Nanwanzi Hutong, Na He Yan Street,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Diet Meals,Golf,Jacuzzi,Lounge,Nightclub,Shopping Arcade,Swimming Pool,Wheelchair Access,Heated Pool,Kitchen,Garden,Spa,Beauty Salon,Business Centre,Elevator,Parking,Concierge,24 Hour Front Desk,24 Hour Room Service,Coffee Shop,Dry Cleaning,24 Hour Power Supply,24 Hour Security,Airport Transfer (on Demand),ATM/Cash Machine,Dining,Housekeeping,Library,Printer,Smoking Rooms,Valet Parking,Wake-up Call Service,Luggage Storage,Meeting Room,Porter,Boutique,Gift Shop,Pets allowed,LCD/Projector</BasicAmenities>
    <HotelRating>4,5,3,2,1</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD</Meals>
    <PropertyType>CITY HOTEL,FINCA,VILLAGE,COUNTRY HOUSE,BUSINESS HOTEL,CONFERENCE HOTEL,SPA HOTEL,APARTMENT HOTEL,ECO HOTEL,HOTEL DE CHARME,FAMILY-FRIENDLY HOTEL,HISTORIC HOTEL,GOLF HOTEL,AIRPORT HOTEL,HOTEL,HOSTELS,APARTHOTEL,BUNGALOW COMPLEX,APARTMENT,BOUTIQUE HOTEL,CLUB RESORT,RESORT</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
fd59e84a-105c-4118-8b21-ca6926cd3c9b|SearchRequest|SearchRequest|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" EchoToken="Search" TimeStamp="0001-01-01T00:00:00" TraceId="fd59e84a-105c-4118-8b21-ca6926cd3c9b">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="87535" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-05-30T00:00:00" End="2026-05-31T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="escatripb2b@gmail.com" Password="Joysaha72@" RequestedCurrency="GBP" ClientNationality="BD" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
fd59e84a-105c-4118-8b21-ca6926cd3c9b|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:e55b85e0-febf-4a8e-9aed-7e6250a7a01f
Error Number:2812,State:62,Class:16|SmyRooms|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
fd59e84a-105c-4118-8b21-ca6926cd3c9b|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-05-15T19:05:49.6879318+01:00" Version="0" EchoToken="Search" TransactionIdentifier="fd59e84a-105c-4118-8b21-ca6926cd3c9b" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="36.04" OriginalAmount="34.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.5337133" Longitude="118.1389608" StarRating="0" HotelCode="|411262" HotelName="Holiday Inn Express Xiamen Airport Harbor" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>No.509 North Huandao Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/1/2/6/2/411262_9540b8b0345.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities />
    <HotelRating />
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
  </Filter>
</HotelSearchRS>||True